The officially official Devuan Forum!

You are not logged in.

#26 Re: Installation » [SOLVED] Kernel 6.10 bpo and Nvidia 535.183.06-1 problem - heads up » 2024-11-27 22:43:20

Backports kernel and stable nvidia driver, that doesn't work very well. Even on debian too.

#27 Re: Installation » [SOLVED] MAC address changes every reboot » 2024-11-27 21:52:10

/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

#28 Re: Installation » [SOLVED] MAC address changes every reboot » 2024-11-26 17:35:08

That post above me didn't work. Still the mac is randomised.

#29 Re: Installation » [SOLVED] Release file is not valid » 2024-11-11 23:08:02

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.

#30 Installation » [SOLVED] Release file is not valid » 2024-11-11 21:28:13

recklessswing
Replies: 2

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

#31 Installation » How to remove runit and go back to sysvinit? » 2024-11-03 15:29:10

recklessswing
Replies: 1

Runit scripts don't work at all. I've tried to write runit scripts and they don't work. How to go back sysvinit?

#32 Installation » [SOLVED] MAC address changes every reboot » 2024-11-03 12:05:33

recklessswing
Replies: 10

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.

#33 ARM Builds » Seagate Personal Cloud (1-BAY version) ARMHF works pretty well » 2024-10-29 15:18:43

recklessswing
Replies: 0

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.

#34 Re: ARM Builds » Installer images for armel, armhf and ppc64 need testing » 2024-10-29 15:16:20

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.

#35 Installation » Is this Tailscale initscript good? » 2024-10-27 18:38:53

recklessswing
Replies: 2

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
}

#36 Installation » Migrated Seagate Personal Cloud running Debian 12 to Devuan,it's fast! » 2024-10-27 17:33:26

recklessswing
Replies: 0

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.

#37 Desktop and Multimedia » KDE SDDM Login screen white everything, can't even read texts? » 2024-05-25 20:13:38

recklessswing
Replies: 0

Why is this? I see my three users, but can't read anything. The screen is white.

#38 Installation » I screwed XFCE up, xfce panel won't show at all » 2024-04-21 19:51:44

recklessswing
Replies: 3

How to completely purge everything then reinstall the desktop?

#39 Re: Installation » Windows 10 doesn't get recognized on UEFI bios automatically » 2024-04-13 23:21:48

I tried all those, it doesn't do it. I had to manually write a grub entry.

#40 Installation » Windows 10 doesn't get recognized on UEFI bios automatically » 2024-03-29 21:35:48

recklessswing
Replies: 3

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?

#41 Re: Off-topic » What do you think about electric cars? » 2024-03-05 22:08:10

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.

#42 Off-topic » What do you think about electric cars? » 2024-03-05 20:25:53

recklessswing
Replies: 20

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$

#43 Re: Off-topic » USA Foods » 2024-02-19 21:27:25

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.

#44 Off-topic » Is wayland out of the question for devuan? » 2024-02-19 21:25:28

recklessswing
Replies: 3

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.

#45 Installation » XFCE panel sometimes doesn't start, giving this error » 2024-01-30 08:05:21

recklessswing
Replies: 1

It gives some dbus error. The name xorg xfce panel was not provided by any .service files

#46 Installation » SSH asks for passphrase on XFCE, but not on GNOME please help » 2024-01-28 22:33:11

recklessswing
Replies: 0

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.

#47 Installation » No sound on XFCE until I do xfce4-panel -r » 2024-01-28 19:06:16

recklessswing
Replies: 0

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?

#48 Desktop and Multimedia » Can't watch videos over ftp with mpv, using KDE but it worked on XFCE? » 2023-12-14 23:54:14

recklessswing
Replies: 2

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.

#49 Desktop and Multimedia » Please bring back old devuan 4 XFCE theme, it was better » 2023-12-01 23:44:01

recklessswing
Replies: 1

I liked it better. Also blue light bad, but that crimson red was cool. Also please can someone make dark mode out of that?

#50 Re: Off-topic » What are you reading/want to read ? » 2023-11-26 21:28:24

I am reading Foundation by Isaac Asimov lately.

Board footer

Forum Software