Spyke

Posts

lemmy_support·Lemmy Supportbypascal

line 32: found character that cannot start any token

Today, I tried (again) to install lemmy on my linux server. I tried in the past but the documentation was so lacking that I only encountered errors after errors just following exactly every command.

Today I tried again, using the Docker method, I correctly downloaded all the files, but as soon as I run "docker compose up" I get the error "/lemmy/docker-compose.yml: yaml: line 32: found character that cannot start any token"

That's usually a common error if the yaml file contains TABs instead of spaces, but it's not the case here.

So, again I'm lost and I'm looking for someone here that can bring me some light on the issue, it would be very appreciated.

View original on lemm.ee
linustechtips·Linus Tech Tipsbypascal

Even the Swiss giant Digitec posted an article about the state of LTT

Digitec is considered the "Amazon of Switzerland", is the most popular online shop for technology with decent prices, but also often posts articles, reviews and previews. It helps since Amazon doesn't exist in Switzerland (Swiss people often buy from Amazon German or Amazon Italy).

I honestly didn't expect the LTT news to reach such mainstream news.

https://www.digitec.ch/en/page/state-of-emergency-at-tech-youtube-channel-linus-tech-tips-29167Open linkView original on lemm.ee
debian·Debian operating systembypascal

build lemmy (from scratch) on debian

Hi, if you're trying to build lemmy from scratch, on debian (not ubuntu), and you're following this guide: https://join-lemmy.org/docs/en/administration/from_scratch.html

There are a few corrections I would like to point you.

Install those two things before following the guide:

apt install sudo

Of course, 'sudo' is not installed by default on Debian, so I guess it would be a good idea to install it.

sudo apt install build-essential

This will install the 'cc' compiler needed by Rust.

sudo apt install protobuf-c-compiler protobuf-compiler

This is needed to compile opentelemetry-proto.

View original on lemm.ee
lemmy_support·Lemmy Supportbypascal

build lemmy from scratch on debian

Hi all, if you're trying to build lemmy from scratch, on debian (not ubuntu), and you're following this guide: https://join-lemmy.org/docs/en/administration/from_scratch.html

Install those two things before following the guide:

apt install sudo Of course, 'sudo' is not installed by default on Debian, so I guess it would be a good idea to install it.

sudo apt install build-essential This will install the 'cc' compiler needed by Rust.

sudo apt install protobuf-c-compiler protobuf-compiler This is needed to compile opentelemetry-proto.

View original on lemm.ee

You reached the end