The officially official Devuan Forum!

You are not logged in.

#2 Re: Installation » How set time to local-time in terminal? » 2025-12-10 22:20:58

I realise I am surfing the rim here, but...

system service hwclock allows changes to or from system time.

Set the Hardware Clock to the current System Time.
# hwclock --systohc

Set the System Time from the Hardware Clock.
# hwclock --hctosys

# hwclock --set --date="8:20:05"

But, generally I set the bios to UTC and the system takes care of the rest.

All the best.

#3 Re: Hardware & System Configuration » [SOLVED] Running with disconnected SATA cables » 2025-11-29 23:12:33

I often disconnect drives I want to preserve during installation of an unknown OS (like when testing install of a new release).

#4 Re: Documentation » How to use the Init system? » 2025-11-29 23:08:48

I often do this when tidying up the start process... for services I use and not everything available, especially for accessability services.

rc-update del sudo default
rc-update add sudo off
rc-update add ssh off
rc-update del ssh default
rc-update del saned default
rc-update add saned off
rc-update add nethack-common off
rc-update del nethack-common default
rc-update del fetchmail default
rc-update add fetchmail off
rc-update add exim4 off
rc-update del exim4 default

.... (plus a whole lot more where I profer to start them myself when required.)

If you type rc-update you'll get a complete list for your system. (I'm using open-rc)

#6 Re: Other Issues » Hi, new here just joined devuan. need help with games an programs. » 2025-11-12 00:50:02

you may put that line anywhere under the standard info (head), but anywhere will work.
If there is a duplicate you may see error complaints, but it (the update and/or installations) should still work.

As for the su changes, I add an entry in to ~/.bash. Generally I put the line with other alias' in the file.
/home/glenn/.bashrc

	alias su='su -'

This way I don't get problems if there's an update/upgrade that changes the way su (substitute user) is invoked.

#7 Re: News & Announcements » Announcing Devuan 6.0 Excalibur! » 2025-11-12 00:25:10

Hi, thank you for all your efforts, Excalibur is installed and running quite well. I have Excalibur installed on a separate partition so I can study it with my customisations and it seems to be working well. So far I have found it quite workable (but I have not tested it with the vpn and proxy systems or steam-games).

#8 Re: Installation » [SOLVED] newer kernel needed. daedalus backports or excalibur? » 2025-10-23 22:53:02

libc6 is upgraded with excalibur. BPO kernel here. Daedalus backports is on 6.12.43-1~bpo12+1 (2025-09-06)

#9 Re: Off-topic » When installing a system, do you manually partition first? » 2025-10-07 23:26:37

Hi, I often partition drives myself with gparted.

I set a small bios (grub2 core.img) between 8 and 100Mb (non-EFI, unsigned kernel)
/(root), usr, var, tmp, swap & home.

Almost all of my personal(non-system) files/data are on a separate harddrive that I setup with links (ln -s) back to the /home/local directory.
Like... documents, music, video, bin (bash scripts) & build (directions and configs). Including a partiton for system backups, and home backup too on a separate partition.
This way I may access those files from any OS, most of the time.

I have tried the installer "automatically set up partitions" to give me an idea of the minimum sizes currently being used. But usually find it unsatisfactory.

My system is setup for daily-drive entertainment system, not a webserver or multi user.

#10 Re: Installation » Fresh install vs dist-upgrade for next release » 2025-08-16 01:44:13

I tried a "apt dist-upgrade" (adding excalibur to my sources.list) to excalibur, but got stuck with usrmerge problems, like /bin is not a link...

I tried to correct that, the folders and contents copied to the relevant directories manually from another OS.

But that hack didn't work for me.

I had installed usrmerge before-hand in preparation but it never finished the install scripts, after --reconfig (dpkg --configure -a) a few times.

I don't know why, but I have read somewhere that usrmerge has problems with separate harddrive partitions for /usr. I generally have separate partitions for /, /boot, /usr, /tmp, /var, swap and /home

So I did a quick backup of /root and /etc and started a clean install.

I had to install seatd to get a login screen

I run kde, and found sddm virtual keyboard fullscreen... I'm using slim to keep the login screen neat looking

I wish there was an "accessabillity" toggle switch/meta package we could switch off all the brail, virtual keyboards and speaking tools from the install process.

But other than those 2 things, My system is running quite nicely, thank you for your efforts.

#12 Re: Documentation » log2ram with sysv » 2025-08-02 22:49:50

Hi, for those who must tinker, I have used a script to convert systemd to sysvinit programs, look for

sysd2v.sh

search on this forum and others.
https://dev1galaxy.org/viewtopic.php?id=4865

It does not fix package dependencies, only start|stop services...

I hope this helps.

#14 Re: Other Issues » Unable to connect to devuan laptop server on local network » 2025-07-04 22:35:14

hi, as a side - note, with "ping" use -c (n) for the number of times to "ping".

I generally use,

ping -c 4

All the best.

#15 Re: Off-topic » The Joke Thread » 2025-07-02 00:07:01

Oh Yeah! That's "Really Cool".

#16 Re: DIY » Working on a new app, the learning curve continues... » 2025-07-02 00:05:16

Yes, I agree as well for newbies it is important.

I was really thinking about before you install, usually a one liner repeated 2 or 3 times with out too much real info describing what the app does/provides.

I see your point, Nice work.

#17 Re: DIY » Working on a new app, the learning curve continues... » 2025-06-30 23:00:01

Nice work greenjeans, My first thought... how come the package managers don't have this kind of info(?).

Nice, really nice. Thank you.

#18 Freedom Hacks » GPU - set fan speeds (nVidia settings) » 2025-06-04 09:00:28

GlennW
Replies: 2

Hi, I like to set the fan speeds to a low audible level and air circulation in the box as well.

Usually I have to click buttons on the 'nVidia settings' GUI, every (re)boot.

I saw a post some where about setting fan speeds and worked out a way to have them start at login.

first I had to find out Display Name: gamesbox:0.0. from the nVidia GUI app 'X Screen 0'

then --display= would not work but found --ctrl-display= did the rest. Target fan speed is a (%)percentage.

nvidia-settings --ctrl-display=gamesbox:0.0 -a [gpu:0]/GPUFanControlState=1
nvidia-settings --ctrl-display=gamesbox:0.0 -a [fan:0]/GPUTargetFanSpeed=70
nvidia-settings --ctrl-display=gamesbox:0.0 -a [fan:1]/GPUTargetFanSpeed=70

The first guide was a ubuntu tute and suggested inserting the commands in
/etc/X11/xinit/xinitrc

That didn't work on my system, so I tested the commands with
/etc/rc.local

and it runs.

NVIDIA Driver Version:575.57.08
Graphics Processor:NVIDIA GeForce RTX 3060
uname -a Linux gamesbox 6.12.22+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.22-1~bpo12+1 (2025-04-25)
kde: 4:5.27.5.1-2

I hope this helps ...

regards Glenn

#19 Re: Installation » [SOLVED] accidentally deleted (EFI) partition - how recover? » 2025-05-29 22:36:34

Each time you format a partition or drive, the partition gets a new UUID.
The old UUID's listed in grub may be different, takes longer to find, and check.
You may edit grub to boot, then fix the problem with update-grub on each OS.
I hope this helps next time.

#20 Re: Devuan Derivatives » Vuu-do Linux! *New Openbox-64 iso's (1.0.7) up 2-02-18*!! » 2025-04-16 23:01:17

Looks great. Kinda reminds me of a rubix cube that was left on the driveway... :-) I've saved it for use after I install voodu later today or this weekend. Cheers!

#21 Re: Devuan Derivatives » Vuu-do Linux! *New Openbox-64 iso's (1.0.7) up 2-02-18*!! » 2025-04-16 03:40:18

I like it. Thank you for your hard hours of work and love.

#22 Re: Installation » Google search for "after devuan migration no inittab or inittab.d"??? » 2025-03-27 07:16:55

The fix is, we don't use systemd, so forget about that. Debian without systemd.

inittab is here and functioning with Daedalus.
/etc/inittab

# /etc/inittab: init(8) configuration.
# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $

# The default runlevel.
id:2:initdefault:

# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit:/etc/init.d/rcS

# What to do in single-user mode.
~~:S:wait:/sbin/sulogin --force

# /etc/init.d executes the S and K scripts upon change
# of runlevel.
#
# Runlevel 0 is halt.
# Runlevel 1 is single-user.
# Runlevels 2-5 are multi-user.
# Runlevel 6 is reboot.

l0:0:wait:/etc/init.d/rc 0
l1:1:wait:/etc/init.d/rc 1
l2:2:wait:/etc/init.d/rc 2
l3:3:wait:/etc/init.d/rc 3
l4:4:wait:/etc/init.d/rc 4
l5:5:wait:/etc/init.d/rc 5
l6:6:wait:/etc/init.d/rc 6
# Normally not reached, but fallthrough in case of emergency.
z6:6:respawn:/sbin/sulogin --force

# What to do when CTRL-ALT-DEL is pressed.
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now

# Action on special keypress (ALT-UpArrow).
#kb::kbrequest:/bin/echo "Keyboard Request--edit /etc/inittab to let this work."

# What to do when the power fails/returns.
pf::powerwait:/etc/init.d/powerfail start
pn::powerfailnow:/etc/init.d/powerfail now
po::powerokwait:/etc/init.d/powerfail stop

# /sbin/getty invocations for the runlevels.
#
# The "id" field MUST be the same as the last
# characters of the device (after "tty").
#
# Format:
#  <id>:<runlevels>:<action>:<process>
#
# Note that on most Debian systems tty7 is used by the X Window System,
# so if you want to add more getty's go ahead but skip tty7 if you run X.
#
1:2345:respawn:/sbin/getty --noclear 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3
4:23:respawn:/sbin/getty 38400 tty4
5:23:respawn:/sbin/getty 38400 tty5
6:23:respawn:/sbin/getty 38400 tty6

# Example how to put a getty on a serial line (for a terminal)
#
#T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100
#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100
#
# or on a USB serial line
#U0:23:respawn:/sbin/getty -L ttyUSB0 9600 vt100

# Example how to put a getty on a modem line.
#
#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3

# Example for systemd-nspawn
# Only /dev/console exists inside nspawn, so we need a getty on that.
# Also make sure to comment out the gettys on tty* above.
#C0:2345:respawn:/sbin/getty -8 --noclear --keep-baud console 115200,38400,9600
c7:2345:respawn:bash -c "cat /proc/kmsg >/dev/tty11"
#c8:2345:respawn:bash -c "cat /var/log/squid/cache.log >/dev/tty10"
#c9:2345:respawn:bash -c "cat /var/log/syslog >/dev/tty9"
c8:2345:respawn:bash -c "tail -f /var/log/squid/access.log >/dev/tty10"

I hope this helps

#23 Re: DIY » Init systems: openrc on Docker and systemd outside? - Debian/Devuan b… » 2025-03-26 21:43:08

Hi, Openrc is working fine for my system. I haven't tried any others since I got off systemd when I started using Devuan (ASCII).

I haven't used Docker, so I have nothing to contribute there.

Welcome to Devuan Forum. :-)

#24 Re: Hardware & System Configuration » [SOLVED] apt install: So where did it go? » 2025-03-07 22:19:47

ffmulticonverter is a nice gui for converting all kinds of multimedia files, I've been using it for years. :-)

#25 Re: Installation » ntop install » 2025-03-03 04:38:35

I had trouble getting ntopng installed... I've removed it.

Board footer

Forum Software