You are not logged in.
Yea but biologically and evolutionarily, we ought to have kids and stuff. Love is not permanent either.
I play older games such as Skyrim Special Edition, or ETS2 anyway. Or Doom Eternal, Civ5-6 sometimes. These games won't benefit from Archlinux or anything.
Or y'all are just single? I've recently broke up with my gf and it feels like hell. It feels like I won't find someone as special as her. We can't be together anymore either way. Not even using my systemd free Devuan won't soothe my pain. What distro would soothe me anyway?
It seems easy enough. For example I created a tailscaled sysvinit startup script. I made it with chatgpt. It worked. I checked the code, it seems very easy actually. Why doesn't sysvinit doesn't create those things automatically? We don't even need chatgpt. Just pull in the given program's paths and various data, and put them in together. I would do that with gawk probably.
Systemd-boot wasn't really related to systemd at all. Like ever. It was gummiboot, then they related it with systemd, dunno why. It's just a bootloader god dammit. Leave it alone.
On KDE wayland it works on devuan 5. But not gnome. Will that change in next release?
Can chatgpt or elon's grok write me one?
Did anyone manage to make it working? It gives errors about some dbus thing. I think systemd supports this, but sysvinit doesn't. I thought maybe for laptops this might be better than TLP, i dunno is TLP still relevant? Does anyone use Devuan and laptop and compare it to Debian?
I solved it by adding this to /etc/network/interfaces:
auto eth0
iface eth0 inet dhcp
hwaddress ether my_mac_address #this line here
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.