The officially official Devuan Forum!

You are not logged in.

#101 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

#102 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.

#103 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.

#104 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.

#105 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.

#106 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.

#107 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).

#108 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.

#109 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.

#110 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.

#111 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.

#112 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.

#113 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.

#114 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.)

#115 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.

#116 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.

#117 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.

#118 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).

#119 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.

#120 Re: Devuan » They say systemd makes packaging easier, better of the two evils? » 2023-09-18 16:29:00

zapper wrote:

Btw, if systemd theoretically was the lesser of two evils, what the hell has this world become!

Presumably the only other choice would be Windows.

#121 Re: Desktop and Multimedia » Deleting and renaming folders on an external hard drive. » 2023-09-18 16:16:58

Does the path to the directory have spaces in it? That could confuse things.

Try:
ls -A  /media/charon/seagate backup plus drive/dr web
If that gets similar errors try:
ls -A '/media/charon/seagate backup plus drive/dr web'
Putting quotes round the path should stop spaces in the name causing problems.

Assuming the directory really is empty (ls -A should return nothing if it is empty) try:
rmdir '/media/charon/seagate backup plus drive/dr web'

And similar for renaming directories.

#122 Re: Desktop and Multimedia » Input/output error with EasyCap capture card on VLC and OBS » 2023-09-13 16:02:35

hunter0one wrote:
hunter@ryzen-rig:~$ ls -l /dev/video*
crw-rw----+ 1 root video 81, 0 Sep 12 08:34 /dev/video0
crw-rw----+ 1 root video 81, 1 Sep 12 08:34 /dev/video1

Check your ID is in the video group. id should tell you. Post output from it if not sure.

#123 Re: Desktop and Multimedia » installing a theme from the official devuan package repository » 2023-09-07 16:23:43

When you see an example command starting with a $ don't enter the $, just the rest of the command. It's usually the terminal prompt.

In the unlikely event you did need to enter the $ the poster would tell you explicitly.

#124 Re: Installation » [SOLVED] after upgrade from chimaera to daedalus fail2ban package is broken » 2023-09-02 16:24:21

My first thought would be to patch the fail2ban initscript to always return success. Eg put exit 0 near the start of it.

#125 Re: Devuan » Devuan is much faster on older hardware than debian(celeron n3050) » 2023-08-31 16:41:56

How much memory does the system have? It might well be that systemd uses a LOT more memory, so the system starts page thrashing.

Either way it's nice to have another objective argument against systemd.

Board footer

Forum Software