You are not logged in.
Backports kernel and stable nvidia driver, that doesn't work very well. Even on debian too.
/etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
This is just bare debian no GUI install, this is a NAS device so no desktop. I haven't done anything weird, however I migrated from debian to devuan lately. This happened after I did it.
About DHCP, in router settings I do set static lease for this NAS. But since it changes mac every time, it won't work.
user@devuan-seagate-personal-cloud:~$ cat /usr/lib/NetworkManager/conf.d/no-mac-addr-change.conf
cat: /usr/lib/NetworkManager/conf.d/no-mac-addr-change.conf: No such file or folder
That post above me didn't work. Still the mac is randomised.
Sorry, turns out time is set to some 2000 year. This was the problem. Probably caused by a dead BIOS battery inside the device. If it has any.
This is what happens when I sudo apt update:
Yoksay:1 https://pkgs.tailscale.com/stable/debian bookworm InRelease
İndir: 2 http://deb.devuan.org/merged daedalus InRelease [43,0 kB]
Yoksay:1 https://pkgs.tailscale.com/stable/debian bookworm InRelease
İndir: 3 http://deb.devuan.org/merged daedalus-updates InRelease [33,4 kB]
İndir: 4 http://deb.devuan.org/merged daedalus-security InRelease [33,2 kB]
İndir: 5 http://deb.devuan.org/merged daedalus-backports InRelease [33,4 kB]
Yoksay:1 https://pkgs.tailscale.com/stable/debian bookworm InRelease
Hata: 1 https://pkgs.tailscale.com/stable/debian bookworm InRelease
Certificate verification failed: The certificate is NOT trusted. The certificate chain uses not yet valid certificate. Could not handshake: Error in the certificate verification. [IP: 199.38.181.239 443]
Paket listeleri okunuyor... Bitti
E: Release file for http://deb.devuan.org/merged/dists/daedalus/InRelease is not valid yet (invalid for another 9078 gün 23 saat 22 dk. 33 sn.). Updates for this repository will not be applied.
E: Release file for http://deb.devuan.org/merged/dists/daed … /InRelease is not valid yet (invalid for another 9079 gün 16 saat 45 dk. 33 sn.). Updates for this repository will not be applied.
E: Release file for http://deb.devuan.org/merged/dists/daed … /InRelease is not valid yet (invalid for another 9079 gün 15 saat 29 dk. 30 sn.). Updates for this repository will not be applied.
E: Release file for http://deb.devuan.org/merged/dists/daed … /InRelease is not valid yet (invalid for another 9079 gün 16 saat 45 dk. 29 sn.). Updates for this repository will not be applied.
This is the /etc/apt/sources.list file:
deb http://deb.devuan.org/merged daedalus main contrib non-free non-free-firmware
deb http://deb.devuan.org/merged daedalus-updates main contrib non-free non-free-firmware
deb http://deb.devuan.org/merged daedalus-security main contrib non-free non-free-firmware
#deb http://deb.devuan.org/merged daedalus-backports main
deb http://deb.devuan.org/merged daedalus-backports main contrib non-free non-free-firmware
Runit scripts don't work at all. I've tried to write runit scripts and they don't work. How to go back sysvinit?
I don't want this, I do DHCP leases based on MAC, and it changes every time. How to prevent this? The device is Seagate Personal Cloud, armhf NAS device.
Seagate Personal Cloud (1-BAY version) works pretty well on devuan. I'd say extremely faster than debian too. Because when I SSH to that box while on debian, it'd take around 2 seconds to respond. Now it's instant. Thank you guys.
I used debian's wiki first:
https://wiki.debian.org/InstallingDebia … sonalCloud
Then to migrate, best do all these commands on screen session to be safe:
https://www.devuan.org/os/documentation … o-daedalus
I'd probably use devuan's initrd images to install devuan directly, but I installed debian first.
Seagate Personal Cloud (1-BAY version) works pretty well on devuan. I'd say extremely faster than debian too. Because when I SSH to that box while on debian, it'd take around 2 seconds to respond. Now it's instant. Thank you guys.
In debian tailscale works without this. But on devuan it didn't. So I searched for an initscript file. I found this out of github. How is it:
#!/bin/sh
# Generated by sysd2v v0.3 -- http://www.trek.eu.org/devel/sysd2v
# kFreeBSD do not accept scripts as interpreters, using #!/bin/sh and sourcing.
if [ true != "$INIT_D_SCRIPT_SOURCED" ] ; then
set "$0" "$@"; INIT_D_SCRIPT_SOURCED=true . /lib/init/init-d-script
fi
### BEGIN INIT INFO
# Provides: tailscaled
# Required-Start: $remote_fs
# Required-Stop: $remote_fs
# Should-Start: $local_fs NetworkManager systemd-resolved
# Should-Stop: $local_fs NetworkManager systemd-resolved
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Description: Tailscale node agent
### END INIT INFO
set -a
RUNTIME_DIRECTORY=/run/tailscale
STATE_DIRECTORY=/var/lib/tailscale
CACHE_DIRECTORY=/var/cache/tailscale
. /etc/default/tailscaled
set +a
DAEMON=/usr/sbin/tailscaled
DAEMON_ARGS="--state=/var/lib/tailscale/tailscaled.state --socket=/run/tailscale/tailscaled.sock --port=${PORT} $FLAGS"
PIDFILE=/var/run/tailscaled-sysd2v.pid
START_ARGS="--background --make-pidfile --notify-await"
do_start_cmd_override ()
{
install -d -m 0755 /run/tailscale || return 2
install -d -m 0700 /var/lib/tailscale || return 2
install -d -m 0750 /var/cache/tailscale || return 2
/usr/sbin/tailscaled --cleanup || return 2
do_start_cmd || return $?
}
do_stop_cmd_override ()
{
do_stop_cmd || return $?
/usr/sbin/tailscaled --cleanup || return 2
}
This device is armhf, is armhf well supported? It's an already slow device, I didn't want to slow it further with debian 12.
I did it over ssh, but in a screen. Thought if I lose connection I'd lose the device.
So it works!
By the way does anyone have running tailscale exit-node on devuan? Any of you have a script?
Edit: Wow it works fast! On debian when I ssh to it waits for 3 seconds to connect. Now it takes 0.5 seconds.
Why is this? I see my three users, but can't read anything. The screen is white.
How to completely purge everything then reinstall the desktop?
I tried all those, it doesn't do it. I had to manually write a grub entry.
I tried os-prober and all. Nothing works. I would write my manual grub entry for windows 10, but I forgot how. I did it before. But why it doesn't work automatically though? On debian it worked?
Nuclear energy is actually green energy, if you do it right. I think there is next gen energy tech, which is called fusion, or fision reactors? I don't know, but China was working on it lately. It is much much more efficient they say.
Recently I have test driven the TOGG T10X car, it seems very powerful and it's a SUV. I kinda liked it. I checked the prices, it was overall similiar to those of renault's and hyundai's and such. That got me thinking about electric cars. I am all for petrol-based cars, I was. They work, at least for 20-30 years. Can electric cars work that much? Even if they don't, what about battery replacing? Is it cheap?
I don't know man, what if their batteries go completely nuts after 5 years, or even 3 years? But I have watched some tesla long reviews, they have been using those cars for 5 years, at most they lose %10-15 of the battery in that time. It seems good enough? I change cars every 5 years or so. But,mining lithium metal also uses CO2. Producing the battery also produces CO2.
On the other hand they seem soo much cheaper, at least in Türkiye. EV cars use around at worst, 20kW/100km That's around 5$ dollars if you charge at stations? If you charge at home, simply half that price. Whereas for oil it would use at least 8$ Too much start stopping? Then 10-12$
My uncle who lived in USA for 20 years, say that meat from Türkiye tastes superior to the ones in USA. He says it's because of CAFO feeding operation. Cows in USA don't eat and forage naturally like Türkiye's. So naturally we have better tasting meat, we don't have that much CAFO operations as of now.
Wayland is buggy as hell since release, with some minor tweaks firefox works, kind of. Do the devs not care about wayland at all? If it's not a goal, that's alright. Just wanna know for sure.
It gives some dbus error. The name xorg xfce panel was not provided by any .service files
I am pulling my hair over this stupid thing here. On debian there is no such problem like this. ssh-add ~/.ssh/id_rsa works, but I don't want to do it every time I log in. It's nuts. There are various "fixes" all around the internet, none of them work.
Simply put I want ssh-agent to add ssh thing to the thing at startup, and not ask me passphrase every time. Is this so hard, I don't get it.
It didn't even work at start. Until I used this guide: https://dev1galaxy.org/viewtopic.php?id=5867
But that only works partially, without xfce4-panel -r manually, I still don't have sound. How to do this?
As I say I recently installed KDE. I watched movies from my local FTP server. On XFCE with MPV it worked. With KDE it doesn't work.
I liked it better. Also blue light bad, but that crimson red was cool. Also please can someone make dark mode out of that?
I am reading Foundation by Isaac Asimov lately.