The officially official Devuan Forum!

You are not logged in.

#101 Re: Other Issues » [SOLVED] Can't connect to repos » 2024-02-09 17:23:11

Try host deb.devuan.org which should get something like:

deb.devuan.org is an alias for deb.rr.devuan.org.
deb.rr.devuan.org has address 106.178.112.231
deb.rr.devuan.org has address 172.234.26.53
deb.rr.devuan.org has address 185.38.15.84
deb.rr.devuan.org has address 185.183.113.131
deb.rr.devuan.org has address 131.188.12.211
deb.rr.devuan.org has address 147.78.194.22
deb.rr.devuan.org has address 195.85.215.180
deb.rr.devuan.org has address 103.146.168.12
deb.rr.devuan.org has address 95.216.15.86
deb.rr.devuan.org has address 200.236.31.1
deb.rr.devuan.org has address 46.4.50.2
deb.rr.devuan.org has address 130.225.254.116
deb.rr.devuan.org has address 141.84.43.19
deb.rr.devuan.org has address 190.64.49.124
deb.rr.devuan.org has address 160.16.137.156
deb.rr.devuan.org has address 185.178.192.43
deb.rr.devuan.org has address 158.69.153.121
deb.rr.devuan.org has address 125.228.189.120
deb.rr.devuan.org has address 89.174.102.150
deb.rr.devuan.org has address 94.16.114.15
deb.rr.devuan.org has address 185.236.240.103
deb.rr.devuan.org has IPv6 address 2407:b6c0::12
deb.rr.devuan.org has IPv6 address 2a01:4f9:2a:fa9::2
deb.rr.devuan.org has IPv6 address 2801:82:80ff:8000::2
deb.rr.devuan.org has IPv6 address 2a01:4f8:140:1102:2b76:955d:b48f:bdf3
deb.rr.devuan.org has IPv6 address 2001:878:346::116
deb.rr.devuan.org has IPv6 address 2001:4ca0:4300::1:19
deb.rr.devuan.org has IPv6 address 2800:a8:c001::a
deb.rr.devuan.org has IPv6 address 2001:e42:102:1704:160:16:137:156
deb.rr.devuan.org has IPv6 address 2607:5300:61:95f:7283:11d9:f86:e691
deb.rr.devuan.org has IPv6 address 2001:4190:801c:1::150
deb.rr.devuan.org has IPv6 address 2a03:4000:28:24c::
deb.rr.devuan.org has IPv6 address 2a0d:eb00:8006::acab
deb.rr.devuan.org has IPv6 address 240b:10:f00:1b00::240
deb.rr.devuan.org has IPv6 address 2a02:2a38:1:400:2a42:2a42:2a42:2a42
deb.rr.devuan.org has IPv6 address 2001:638:a000:1021:21::1
deb.rr.devuan.org has IPv6 address 2a0a:e5c0:10:3::6eeb
deb.rr.devuan.org has IPv6 address 2a01:9e40::180

Then ping deb.devuan.org and see if that gets a response. If it does you should be OK. If not your DNS settings or network must be faulty.

#102 Re: Freedom Hacks » Securing my/our computer systems » 2024-02-09 17:15:08

One security resource I follow is https://www.schneier.com (Bruce Schneier's web site). It's one of the more trustworthy sites.

Another is https://www.hackinglinuxexposed.com/ (I learnt a lot about Linux security from the book).

#103 Re: Desktop and Multimedia » [SOLVED] OpenRC warning during screen log at rebooting or turning off pc » 2024-02-09 17:01:33

All I can think of is looking in /etc/rc.local (that gets called at the end of each runlevel, but normally does nothing).

Apart from that I've run out of ideas for what could be calling kmod. So I'd suggest ignoring the message, the script doesn't do anything when called with the stop parameter.

#104 Re: Desktop and Multimedia » [SOLVED] OpenRC warning during screen log at rebooting or turning off pc » 2024-02-06 17:09:47

You don't need to use cat for any of those commands. Try:

grep -i "(EE)\|(??)|fail \|segfault" /home/glenn/.xsession-errors
grep -i "(WW)\|(EE)\|(??)" /var/log/Xorg.0.log
tail /var/log/syslog 

Which should get you the same results, but slightly faster.

#105 Re: Desktop and Multimedia » [SOLVED] OpenRC warning during screen log at rebooting or turning off pc » 2024-02-05 17:06:32

Exactly when does that message come out? Is it when you boot the system, log on, log off or shut it down?

less /etc/init.d/kmod should tell you what kmod is (unless all the comments are missing).

Try this:

ls -l /etc/rc?.d/*kmod*
lrwxrwxrwx 1 root root 14 May  9  2018 /etc/rcS.d/S09kmod -> ../init.d/kmod

You should get only 1 line, a symlink that tells the OS to run kmod start when bringing the system up. I suspect you have a stop link somewhere (it will be probably named something like K09kmod).

For belt and braces try ls -l /etc/rc?.d/ | grep kmod which searches the destination of the symlink. If still stuck grep meaningless /etc/rc?.d/* in case there is a stray copy of kmod somewhere.

#106 Re: Desktop and Multimedia » [SOLVED] OpenRC warning during screen log at rebooting or turning off pc » 2024-02-04 17:18:23

When does the Action 'stop' is meaningless for this init script ... (warning) message come out?
If it appears on screen while you are booting or shutting down what messages appear before and after it.
On my (old) system cd /etc/init.d/ and grep meaningless * returned:
kmod:  log_warning_msg "Action '$1' is meaningless for this init script"

So looking in /etc/init.d/kmod might help. But do check as above to see if any other script could be generating it.

#107 Re: Desktop and Multimedia » StartX doesn't work after a fresh install (segmentation fault 0x20) » 2024-02-02 17:14:42

cat /proc/cmdline should also show the boot command line. On my system it matches the entry for the last boot in /var/log/syslog

#108 Re: Packaging for Devuan » expr from coreutils throws an error » 2024-01-20 17:19:22

This should give some more info:
which expr
On my system it's /usr/bin/expr (substitute below if it's not there). There might be an old version somewhere.
ls -l /usr/bin/expr
file /usr/bin/expr
ldd /usr/bin/expr

Post results here if that doesn't get you any further.

#109 Re: Hardware & System Configuration » merged /usr » 2024-01-05 17:15:24

I would *assume* that a merged /usr would have moved everything in /sbin to /usr/sbin and replaced /sbin with a symlink to /usr/sbin (and similar for /bin, /lib, etc). But that's probably too simple for the designers to think of.

#110 Re: Installation » [SOLVED] Fresh Installation of Devuan Wifi Not Working & Grub Issue » 2024-01-04 17:27:25

You should only quote the part of the post you are responding to, if that's not obvious from context.

The only case for quoting all of a post is a small (~1 line) post several posts back in the thread to indicate which post you are responding to.

#111 Re: Devuan Derivatives » [Found another way] Disable ipv6 using Grub - new wrinkle » 2023-12-24 17:17:56

Is there a /install/gtk/initrd.gz in your / or /boot ? If there's a /initrd.img on your system is it a symlink to somewhere?

I'm not an expert, but I know that the system loads an initrd.img early in boot processing (possibly compressed). So I'd expect that entry to point to the one the system should use. So removing that entry might stop your system booting.

Does your /etc/default/grub say anything like:

# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

If so try that.

#112 Re: Desktop and Multimedia » Dozens of lxqt-config-monitor processes are started » 2023-12-15 16:57:59

Good. I hope that gets a response, I've reached the limit of my debugging skills in this area.

#113 Re: Desktop and Multimedia » Dozens of lxqt-config-monitor processes are started » 2023-12-14 17:01:40

Post that to the github discussion. It might point then towards the bug. (Sorry if you'e already done that).

#114 Re: Desktop and Multimedia » Dozens of lxqt-config-monitor processes are started » 2023-12-13 17:33:52

zombie processes are processes that have been terminated, but not reaped by their parent. So look at the PPID (3339 in the first post) with ps -fp 3339 (replace 3339 which whatever the current PPID is). That should tell you what started them, which is probably where the bug is.

See man ps and search for zombie for details.

#115 Re: ARM Builds » Help, upgrading fails » 2023-11-30 17:25:06

Is there a /boot directory? I assume you are running as root so will be able to write to /boot

That's all I can think of, but sometimes checking silly things can find silly problems.

#116 Re: Installation » in a way related to installation or at least Devuan » 2023-11-30 17:14:55

nahkhiirmees wrote:

Since there are no colors with "ls" inside xfce's terminal

Run alias
On my system the last line of output is

alias ls='ls --color=auto'

And my .bashrc sets that. I hope this gives you a clue.

#117 Re: Desktop and Multimedia » [SOLVED] Sylpheed no longer working » 2023-11-18 17:19:25

What happens if you tell it to use googlemail.com instead of gmail.com ? I have one system using kmail where it insists on using the wrong type of auth for gmail.com but I can get it to work with googlemail.com (it's kmail being "clever" that causes the problem). I can't check details on that system just now though, sorry.

That took quite a lot of puzzling to work out.

#118 Re: Installation » nvidia-legacy-390 » 2023-11-09 16:57:02

It depends what your old graphics cards are. And if you just want them for screen display or want to use CUDA.

Obviously "nvidia-legacy-390" will only be needed for Nvidia cards. And it will be needed for CUDA.

I'd suggest trying out a live DVD/USB which doesn't have those drivers but does have nouveau. Or post a list of what cards you have.

#119 Re: Installation » [SOLVED] Strange filemanager behaviour » 2023-10-06 16:07:33

Altoid wrote:

But the locate result came up repeatedly, seems that it could find the hidden files.

From man locate
locate reads one or more databases prepared by updatedb(8) and writes file names matching at least one of the PATTERNs to standard output, one per line.

So if updatedb ran when the filesystem was not mounted it would find the "hidden" files and put them into the database. So running locate repeatedly would always show them, until the next updatedb run.

#120 Re: Installation » [SOLVED] Strange filemanager behaviour » 2023-10-05 16:30:17

I think what fstab says may be a red herring. What seems to have happened is that the mount point is a directory in your root filesystem, and some files and directories have been moved into there when the /media/storage filesystem is not mounted.

To recover I suggest:
df -k /media/storage
If the filesystem is mounted there unmount it, and re-check with df -k /media/storage to make sure it's not mounted now.
As root:
cd /media
ls -al
Make sure there is not a storage2 dir already!
mv storage storage2
mkdir storage
Then storage2 will contain all the recovered data and the process of mounting the filesystem when needed should still work.

I've had to get at data buried under a mount point *without* unmounting the filesystem. But I would not recommend doing that unless you fully understand the process (NFS doesn't cross mountpoints, so mounting the root filesystem via NFS lets you get there. But it's a tricky process.)

#121 Re: Other Issues » OpenRC init script works fine on Gentoo and Artix – but not on Devuan » 2023-10-04 16:21:40

Read the man page for env.

#!/usr/bin/env python3

Will only work if python3 is in it's $PATH. Try which python3 to make sure it's installed on your system.

#122 Re: Off-topic » Hi all! Back again after many adventures! » 2023-10-03 15:53:03

fsmithred wrote:

I'm not sure what's in non-free now that they moved the firmware.

Nvidia's proprietary drivers etc (which you need to run CUDA apps) should be in there.

#123 Re: Desktop and Multimedia » The computer suddenly went out of action » 2023-10-01 16:25:08

First try running memtest86 for a few hours. Run it single threaded first. If it doesn't hang or report any faults try it again multi threaded. If memtest86 crashes as well then the OS must be innocent.

Next boot Linux and run watch sensors in a terminal window. That will show how hot the CPU etc are. If it gets over 100C then check all fans are OK, there's no fluff on the CPU, etc.

#124 Re: Packaging for Devuan » Basic Packaging workflow for new package.(new maintainer) » 2023-09-30 16:07:43

Could someone run adequate --all on Cerebus or Daedalus? I got a load of warnings on my system but it's ASCII and installing Nvidia CUDA support may have caused some of them (as well as other things I've had to mess with when recovering from a disk failure).

#125 Re: Packaging for Devuan » Basic Packaging workflow for new package.(new maintainer) » 2023-09-28 16:09:40

I've just found (from an article in Linux Magazine) that there's a program called adequate which sanity checks packages for violations of Debian package guidelines.

Install with apt-get install adequate and read it's man page for details (it won't usually need to be run as root). From a quick check it should find various packaging errors, although there can be false positives. And it only checks if a package is correctly packaged, not if it actually does what it is supposed to. But it looks worth adding to recommended workflow.

Board footer

Forum Software