The officially official Devuan Forum!

You are not logged in.

#27 Re: Other Issues » [SOLVED] Which runlevel for umountfs and umountroot (via sysv-rc-conf)? » 2024-12-21 21:50:16

Hi, Not sure if this will help, but on my open-rc system both of those files have no start and stop is 0 and 6

/etc/init.d/umountroot

#! /bin/sh
### BEGIN INIT INFO
# Provides:          umountroot
# Required-Start:
# Required-Stop:
# Should-Stop:       halt reboot kexec
# Default-Start:
# Default-Stop:      0 6
# Short-Description: Mount the root and /usr filesystems read-only.
### END INIT INFO

---snip---

added /etc/init.d/umountnfs.sh

#! /bin/sh
### BEGIN INIT INFO
# Provides:          umountnfs
# Required-Start:
# Required-Stop:     umountfs
# Should-Stop:       $network $portmap nfs-common
# Default-Start:
# Default-Stop:      0 6
# Short-Description: Unmount all network filesystems except the root fs.
# Description:       Also unmounts all virtual filesystems (proc,
#                    devpts, usbfs, sysfs) that are not mounted at the
#                    top level.
### END INIT INFO

I added the header for the files because they have different deps... (should stop)

#28 Re: Hardware & System Configuration » NVidia issues » 2024-12-20 22:00:57

Hi,

If you want to install the nVidia blob from nVidia, install these packages...

libglvnd-dev
pkg-config
linux-headers (common and amd64)
gcc
build-essential

and remove any nvidia .deb packages...

to adjust your screen resolution add vga=794 to linux line, it has /boot/vmlinuz- (version) root=UUID= single ro (for instance)

ref. https://pendrivelinux.com/vga-boot-mode … esolution/

generally I change it after the nvidia install to include

GRUB_CMDLINE_LINUX_DEFAULT="vga=794 modeset.nouveau=0"

just add it somewhere on that line within the quotes"" (I usually change ro to rw, but ymmv)

you may search for a driver/module here... https://www.nvidia.com/en-us/drivers/

to install the nVidia blob, I generally do this with the "recovery" boot, to limit the boot init to just a screen and not much else, for this install and config process.

you can try this at boot using the 'e' key to edit the config boot line...

then press ctrl-x or F10 to boot

You should get to a prompt asking you to type the root password or enter to proceed booting to safemode...

Type in the root password to undertake maintenance

Later you can edit the /etc/default/grub file before running update for grub if you want the changes to stick.

change to the directory where you downloaded the blob and run the installer

sh /path/to/the/nvidia/blob.run

hopefully your preparations have paid off and the installer will succeed. reboot

Search these pages on this devuan forum to see other posts with similar instructions.
here's one... https://dev1galaxy.org/viewtopic.php?pid=37221#p37221

It's not uncommon to have to reboot after setting modeset.nouveau=0

I hope this helps...

#29 Re: Hardware & System Configuration » wasted $ on multi function keyboard and mouse » 2024-12-18 20:30:38

Hi, it's been a while but I thought it onl;y fair to state that this mouse keeps upto three Blue Tooth profiles.

A button on the bottom of the mouse allows selection. I'm liking this mouse more, especially the cordlessness.

#30 Re: Installation » [SOLVED] Remove auto-start of X, want to start manually » 2024-12-09 21:35:10

service sddm stop, but i think there is more to it.

check out this discussion from this forum...
https://dev1galaxy.org/viewtopic.php?id=5538

a more current discussion here...
https://dev1galaxy.org/viewtopic.php?id=6500

I hope this helps. I use Head On A Stick's method quite a bit, usually.

#31 Re: DIY » how to implement Linux commands for building core boot image » 2024-12-07 22:06:42

hi, I don't use snap(d) or coreboot, that's why I use Devuan.

But a quick search gave this up...

3.1. Removing Existing Snap Packages

Let’s now proceed to remove the Snap packages, or snaps, in the following order:

$ snap remove firefox
$ snap remove gtk-common-themes
$ snap remove gnome-3-38-2004
$ snap remove snapd-desktop-integration
$ snap remove snap-store
$ snap remove core20
$ snap remove bare
$ snap remove snapd

Before moving on to the next step, let’s ensure that the snaps list is empty:

$ snap list
No snaps are installed yet. Try 'snap install hello-world'.

If there were any snaps left, we could go back to listing them, and try to remove them with snap remove.

ref. https://www.baeldung.com/linux/snap-remove-disable

snapd is on my ubuntu-studio 24.10 release...

I hope this helps.

#32 Re: Hardware & System Configuration » Swapon bash:command not found ? » 2024-12-04 08:25:35

I remembered the path abnomally, but forgot the fix... I had made an alias in bash that made it behave the same way I was used to. (and I carry it over from my backup/restore file from install to install)

So, it was Beowulf... my bad.

Glad you got it sorted. And, you're obviously not an idiot, greenjeans.

#33 Re: Hardware & System Configuration » Swapon bash:command not found ? » 2024-12-03 20:35:54

hi, reminds me of the $PATH shinanighans that came with Devuan Chimaera release...

where su no longer gave the user the path root would have.

I wonder if you get a different path if you type 'su -' instead of su.

Seems weird, but maybe you could check that.

#34 Re: DIY » how to implement Linux commands for building core boot image » 2024-11-28 22:54:27

Hi, gnat is a GNU Ada Compiler (gnat),

gnat-12 in my Daedalus package list.

search for
[

locate gnat-

The information in your error is a warning.

Just a thought... happy holidays!

#35 Re: News & Announcements » November 27 is a day to celebrate! » 2024-11-27 21:28:37

"May the fork be with us..."

Happy birthday Devuan! Thank you.

#36 Re: Installation » minimal X install » 2024-11-15 21:24:00

you need seatd installed, but elogind may do the job.

#37 Re: Other Issues » Unusual kernel defconfigs » 2024-10-25 06:19:19

Well, I admit it's been quite a while since I last did a localmodconfig, sorry for the bum steer.

#38 Re: Other Issues » Unusual kernel defconfigs » 2024-10-24 23:55:38

Hi, consider researching "make localmodconfig"

I think that is what you require.

""make localmodconfig" Create a config based on current config and loaded modules (lsmod). Disables any module option that is not needed for the loadedmodules."

I hope this helps.

<edit> added for clarity, this command also takes into account /etc/modules(.d) and any blacklisted modules therein.

from my notes,
"localmodconfig" make target. It does pretty much what you ask—it determines what modules you have running, and generates a .config making sure those modules are built. The "localyesconfig" target will compile those modules statically into the kernel rather than creating modules.

</edit>

#39 Re: Off-topic » The Joke Thread » 2024-10-24 23:18:51

Timing is important in comedy and humour. Keep the jokes coming, please. :-)

#40 Re: Off-topic » Music » 2024-10-23 22:42:41

Iron Maiden - Book Of Souls (2015)

#41 Re: Off-topic » The Joke Thread » 2024-10-02 23:18:49

A nurse was taking a bath when there was a knock at her door.
She asked... who is it
A man said... I'm a blind man
Nurse said... come on in the door is unlocked
The man entered and said...
Nice tits..here are your blinds...

#42 Re: Other Issues » Book buying » 2024-09-30 22:07:56

Don't get "Hacking Exposed, Linux 3rd edition", waste of money, not nearly enough detail to be white/grey hat workable.

I ended up with a list of things to look up/research that would only lead me to paying for classes in an online hacking course, unless I knew sombody with the knowledge.

Quite expensive too. If it wasn't so costly I would have not mentioned this book.

#43 Re: Installation » [SOLVED] Kernel 6.10 bpo and Nvidia 535.183.06-1 problem - heads up » 2024-09-30 22:01:17

I have had similar problems... and sometimes an update/upgrade doesn't fix it.

I remember one instance and I so was happy I still had the older version to fall back on untill it seemed to sort it's self out, although I did skip that failed combination (of kernel ver and nvidia blob).

#44 Re: Installation » [SOLVED] Kernel 6.10 bpo and Nvidia 535.183.06-1 problem - heads up » 2024-09-30 03:31:51

the version 535.xx... is quite old in comparison to what I am using...

file:///home/glenn/local/archive/source/NVIDIA-Linux-x86_64-560.35.03.run

with kernel...

glenn@GamesBox ~ $ uname -a
Linux GamesBox 6.10.6+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.10.6-1~bpo12+1 (2024-08-26) x86_64 GNU/Linux

ok, I'm not using dkms, but maybe that highlights a solution.

To install the nvidia .run file you need build-essentials, kernel headers and kernel headers-common, and make sure you have gcc12

I hope this helps.

I have these installed on my main gamesbox, although I do look for and install any nvidia upgrade when I install a new kernel (linux-image).

#45 Re: Hardware & System Configuration » Where are repository data files stored? » 2024-09-16 21:54:13

I think there is a file in /var/cache/apt/pkgcache.bin, it's 124.2MiB on my box... but I'm not too sure if it's all the packages available or just the installed packages.

#46 Re: Hardware & System Configuration » backport question, » 2024-09-16 21:19:24

Hi, I also am using 6.10.6+bpo (unsigned) 64bit kernel

I can't remember why, but I generally use bpo kernels.

;-)

#47 Re: DIY » USB Stick, File Size > 4GB » 2024-09-01 23:21:59

If you don't need window$ formatting for window$ machines, format to ext4.

fat32 or vfat has a file size limit of 4096Mb (4gig) that's it, split the file or else...

ntfs-3g package is in "otherosfs main" ver 1.2022.10.3-1+b1

I keep mine at vfat so they work in the car, on the tv and my friends pc's.

#48 Re: Devuan » Issues with the repo? » 2024-09-01 00:10:55

Just my 2cents worth, Ralph... I know it was off-topic...

I just wanted to assure users that we may install some favourite older software with little inconveniences.

#49 Re: Devuan » Issues with the repo? » 2024-08-31 23:19:32

I installed wicd from chimaera (or beowulf ?) on my laptop running Daedalus and plasma/kde5. It seems more reliable finding connection and doesen't drop out as much, giving the impression that my wireless chip is flaky. I only use it when travelling of emergency, but last time I used it, was flawless.

#50 Re: Desktop and Multimedia » [SOLVED] Steam not launch » 2024-08-31 23:07:56

Hi, the text mentions egl errors numerous times, do you have libegl1 (mesa) installed? You may require the i386 (32bit) version as well for steam.

If you're using the "nVidia".run install package from nVidia, make sure you have also installed the 32bit section when running the installer .run package (blob).

Board footer

Forum Software