The officially official Devuan Forum!

You are not logged in.

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

@shimarin, thanks.

The initial step of that installer is a dialog with a menu of 8 options plus 'help'. You want me to guess that you used option '1 Install' (that's ok) and I can probably likewise guess from your outline for the handful of dialogs following; in particular that in the task selection dialog you unticked everything except the bottom one for standard utilities.

Eventually reboot into the installed system, which presents the login prompt on vt1.

So what's next? Login as root or user? And perhaps you can include the output of

grep ^Commandline /var/log/apt/history.log | grep -n ''

up to the point where you first ran into the Xorg issue.

#552 Re: Other Issues » [SOLVED] Problematic Debian kernel » 2024-02-02 11:52:56

Yes. You should make sure daedalus-security is in  your sources, and upgrade.

#553 Re: Desktop and Multimedia » StartX doesn't work after a fresh install (segmentation fault 0x20) » 2024-02-02 10:33:15

1. Install media. This would be the filename of the iso file that you used to install devuan from. Perhaps even the URL you used. If you have done "installed devuan" some other way than using an installation media, then you would need to descritbe that too. Only so that I can do the same.

2. When installing with the installer ISO it takes you through a series of dialogs. I was asking that you tell me what to do so I can get the same installation done.

3. The boot command line is found in /var/log/syslog as a line with the text "Kernel command line:" in. It would tell me the specific kernel arguments used when the system starts. Presumably you would have "the default" from your manner of installation, so this point is merely a way for me to be ensured that my test system from points 1 and 2 runs in the same way as yours.

So don't worry about point 3, but please make sure you are thorough about points 1 and 2.

#554 Re: Desktop and Multimedia » StartX doesn't work after a fresh install (segmentation fault 0x20) » 2024-02-01 21:53:29

Could you tell what "fresh install of Devuan" means?
Which media did you use?
Which installer choices did you make?
What's your boot command line?

Would be good if I can replicate the issue; there have been similar Xorg crash reports before and possibly there's a common cause.

#555 Re: Desktop and Multimedia » StartX doesn't work after a fresh install (segmentation fault 0x20) » 2024-01-31 21:52:06

Did you install xserver-xorg-video-* package(s)?

Who is running startx; root or non-root?

#556 Re: Installation » Runlevel 3 or "manual mode" fails to start X11 » 2024-01-27 22:54:41

The short story is "yes, install seatd; log out and log in". That will make you run Xorg while avoiding the buggy code path of logind.

The long story is longer but who cares?

#557 Re: Installation » x won't start - Segmentation Fault after fresh install » 2024-01-21 20:36:56

How did you install? Which desktop environment did you choose? How have you got so many packages from "unknown" (especially both the nouveau and nvidia modules)?

#558 Re: Packaging for Devuan » expr from coreutils throws an error » 2024-01-21 20:26:45

You might try to reinstall libc6; version 2.31 is from chimaera:

apt-get install --reinstall libc6

But be sure to have a rescue boot at hand, just in case, because it's a rather fundamental system transition. Otoh it should have happened on the upgrade... did you "dist-upgrade" at all?

#559 Re: Packaging for Devuan » expr from coreutils throws an error » 2024-01-20 22:50:09

Ok. Remove the link /usr/lib/x86_64-linux-gnu/libc.so.6 and run (as root)

# ldconfig

which usually does good things to the libraries. You might also need to set a new link (as root)

# ln -sTf /lib/x86_64-linux-gnu/libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so.6

to sort out that dangling one.

I would think this all has to do with system differences between bullseye and daedalus (bookworm), and yet it's peculiar that only expr brings a problem.

#560 Re: Packaging for Devuan » expr from coreutils throws an error » 2024-01-20 21:56:42

Ok. Some of those "libraries" are actually "ld scripts" rather than actual libraries; though I don't have a clear idea how it works... try:

$ find /usr/lib* /lib* -name libc.so\* | xargs ls -l

to get an overview of the "mess" smile

It's still peculiar that only expr is affected.

#561 Re: Packaging for Devuan » expr from coreutils throws an error » 2024-01-20 20:49:34

Peculiar. Try running

$ LD_DEBUG=all expr

which should dump a haystack of goodies from the ELF loader. At a glance the problem appears to be with the ELF loader but I would then have expected it to concern all programs.

The haystack should include lines like

     17051:     checking for version `GLIBC_2.34' in file /lib/x86_64-linux-gnu/libc.so.6 ...

. Those indicate the particular ABI versions that the program requires. The hope is that there is some clue for the problem towards the end of it.

#562 Re: Off-topic » [SOLVED] What is your view on major distros dropping X11 and requiring Wayland? » 2024-01-18 20:53:54

It looks to me that the general commercial drive is to make Linux a platform for "Apps", probably so that middlemen can own the distribution channels and siphon  money of both developers and end users. The wayland protocol would form part of that as a way of isolating "Apps" from each other rather than providing the well integrated computing platform that was/is one of the drivers behind X11.

#563 Re: Devuan » [SOLVED] How will the deprecation of Debian's i386 affect Devuan? » 2024-01-15 22:29:43

@Fierelier: yes, the Devuan repository is an "on-the-fly merge" of Debian packages that uses the packages directly from Debian repositories (except for the "forked" packages). I.e., Devuan only maintains and builds forked packages, and relies on Debian doing that for the rest.

In essence Devuan is simply a re-indexing of which packages are included and where to download them; forked packages from Devuan and all other packages from Debian. Thus, if Debian stops maintaining and building i386 packages, Devuan will follow.

#564 Re: Hardware & System Configuration » [SOLVED] boot log in daedalus » 2024-01-15 22:11:32

bootlogd, if installed, kicks in after the devnodes are set up.

Iif you have another computer, you could set up a netconsole and then capture it there. Possibly with some clever hands-on, you could point that to a localhost console started (as early as possible) by initrd scripting. That would of course only capture from when that console starts.

Any bootloader  (or earlier) output before the kernel is started might require a video camera, possibly even a fast-recording one.

#565 Re: Installation » [SOLVED] Can't install linux-image-amd64 » 2024-01-14 13:06:27

Yes, that's due to the infamous "usrmerge" nonsense of Debian... they are in the process of moving stuff from /bin into /usr/bin because they think that everyone has set up links like /bin -> /usr/bin... and more. Web searching will tell.

You could have used --merged-usr for debootstrap and it would have configured the root filesystem with those stupid-links.

To come to there afterwards involves some manual copying hands-on and in particular a serious quirk in order to change /lib/ to a link without losing sight of the elf loader (e.g. /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2).

#566 Re: Installation » [SOLVED] cron-daemon-common depends on systemd » 2024-01-14 11:16:12

It might be possible to debootstrap if you add

--exclude=logrotate,cron,cron-common-daemon

to the command.

#567 Re: Installation » Installation from daedalus desktop-live boots to GRUB Rescue » 2024-01-14 11:02:49

Ok. I'm really not sure which efivars files (aka "variables") can be deleted so a to recover space, but at least the most important ones are "immutable" (see with lsattr). Perhaps there are a couple of unused boot options?

You should back them up before experimenting!

#568 Re: Installation » Installation from daedalus desktop-live boots to GRUB Rescue » 2024-01-14 09:44:17

Ah yes, you also need to

mount -t efivarfs none /sys/firmware/efi/efivars

#570 Re: Desktop and Multimedia » [SOLVED] Xorg not detecting keyboard or mouse in Excalibur/Ceres » 2024-01-10 11:50:30

Note that the /dev/dri/* devnodes should be in group video and the same for /dev/fb0; group video with read+write access. They are made so by eudev, so the first guess would be that you are using some other hotplug handler which fails to do so.

The second part of that is that the user also needs to be in group video.

#571 Re: Other Issues » I can read but not send to the DNG mailing list » 2024-01-08 02:28:17

"the mail system at host april.topoi.pooq.com" has broken DNS.

#572 Re: Hardware & System Configuration » Dropbear-initramfs: cryptroot-unlock says "Try again later" forever » 2024-01-07 21:31:38

cryptsetup-initramfs is not a forked package, so you should report to bugs.debian.org rather.

#573 Re: Desktop and Multimedia » removing pulseaudio correctly / Chimaera » 2024-01-07 10:03:36

Perhaps if you avoid removing libpulse-mainloop-glib0 it might not remove xfce4 and hopefully retain that which you will want to retain.

btw, such output you should rather wrap as "code" than "quote" which would have made a scrolling element instead of a full two pages with such "nothingness".

#574 Re: Desktop and Multimedia » Some problems after convertion from Debian to Devuan. » 2024-01-07 07:33:31

Presumably some residue from incompletely removed packages, but there is something claiming to be systemd-udevd in the log. Check for /lib/systemd/systemd-udevd and /ur/lib/systemd/systemd-udevd and remove that, and restart.

The other udevd logs (apparently competing with the extraneous systemd-udevd) belong to the eudev package, which I would have thought you installed as replacement. If not, then you have to chase up which binary is involved and where it comes from. Something like this (as root) perhaps:

# find /bin /sbin /lib /usr -name '*udev*

#575 Re: Desktop and Multimedia » Some problems after convertion from Debian to Devuan. » 2024-01-06 07:44:02

[    1.648553] systemd-udevd[197]: starting version 3.2.14

I don't think you should run both udev and eudev!! (It looks like you do)

Get rid of systemd-udevd first. But if that doesn't fix it we should look further.

Board footer

Forum Software