Hi there, i just want a utility like the forget "bootlogd" for put exactly the same output the user watch when the system is starting up because dmesg put a lot of things, and not exactly the same output from tty1 to /var/log/boot.log
i remember i use under Slackware(64) 14.2 but i don't remember what exactly i do, because when i try to convert a debian package the bootlogd don't log any thing under slackware(64) 14.2 at the end i had fix but i really don't remember what i do for that.
Thing 1 why when i pres Ctrl+RePag or Shift+RePag or Ctlr+Shift+RePag at tty1 i can't read the before lines to see all output
to see some errors i notice during boot but i too fast to read complete line.
Thing 2 what are the best software(s) to burn under Xfce, Brasero ? xfburn ? still i need growiso(fs), eMovix, etc . . . ?
Thing 3 can you make a poll to make the question which programs are most use in the raw tty env (without X / X.Org, XFree86 , Mir, Wayland, etc . . . similars), for put in the common initrd from this distro ?
Boot messages and another things
Re: Boot messages and another things
Well i had solve the " bootlogd " by the follow way :
on my case i add the follow lines starting at line 12 :
Reboot the machine, and you now can read like
Code: Select all
cd /tmp
wget -c 'http://ftp.us.debian.org/debian/pool/main/s/sysvinit/bootlogd_2.96-7+deb11u1_amd64.deb'
deb2tgz bootlogd_2.96-7+deb11u1_amd64.deb
installpkg bootlogd_2.96-7+deb11u1_amd64.txz ; ldconfig
echo 'BOOTLOGD_ENABLE=Yes' | tee /etc/default/bootlogd
Code: Select all
sudo nano /etc/rc.d/rc.S
Save & Exit#bootlogd
if [ -x /sbin/bootlogd ]; then
/sbin/bootlogd -c -d &
fi
Reboot the machine, and you now can read like
Code: Select all
cat /var/log/boot
Sat Feb 1 00:50:49 2025: mount: proc mounted on /proc.
Sat Feb 1 00:50:49 2025: mount: sysfs mounted on /sys.
Sat Feb 1 00:50:49 2025: mount: tmpfs mounted on /run.
Sat Feb 1 00:50:49 2025: Creating static nodes in /dev.
Sat Feb 1 00:50:49 2025: Starting udevd: /sbin/udevd --daemon
Sat Feb 1 00:50:49 2025: Triggering udev events: /sbin/udevadm trigger --action=add
Sat Feb 1 00:50:49 2025: Enabling swap partition:
Sat Feb 1 00:50:49 2025: Setting the system clock rate: /sbin/adjtimex --tick 10000 --frequency 0
Sat Feb 1 00:50:49 2025: Setting system time from the hardware clock (localtime): Sat Feb 1 00:50:49 -04 2025
Sat Feb 1 00:50:49 2025: Testing root filesystem status: read-only filesystem
Sat Feb 1 00:50:49 2025: Checking root filesystem:
Sat Feb 1 00:50:49 2025: fsck from util-linux 2.37.4
Sat Feb 1 00:50:49 2025: /dev/sda3: clean, 859412/6561792 files, 11699639/26215424 blocks
Sat Feb 1 00:50:49 2025: Remounting root device with read-write enabled.
Sat Feb 1 00:50:49 2025: mount: /dev/sda3 mounted on /.
Sat Feb 1 00:50:49 2025: Updating module dependency list for 5.15.161: /sbin/depmod --quick
Sat Feb 1 00:50:49 2025: Configuring kernel parameters: /sbin/sysctl -e --system
Sat Feb 1 00:50:49 2025: * Applying /etc/sysctl.d/60-libvirtd.conf ...
Sat Feb 1 00:50:49 2025: fs.aio-max-nr = 1048576
Sat Feb 1 00:50:49 2025: * Applying /usr/lib/sysctl.d/60-qemu-postcopy-migration.conf ...
Sat Feb 1 00:50:49 2025: vm.unprivileged_userfaultfd = 1
Sat Feb 1 00:50:49 2025: * Applying /etc/sysctl.d/mmap_min_addr.conf ...
Sat Feb 1 00:50:49 2025: vm.mmap_min_addr = 65536
Sat Feb 1 00:50:49 2025: Checking non-root filesystems:
Sat Feb 1 00:50:49 2025: fsck from util-linux 2.37.4
Sat Feb 1 00:50:49 2025: Hogar: clean, 210114/8683520 files, 17073540/34726144 blocks
Sat Feb 1 00:50:49 2025: Slack64: clean, 1347048/9314304 files, 33772372/37242624 blocks
Sat Feb 1 00:50:49 2025: Slack64-Inicio: clean, 3319/65808 files, 56926/263168 blocks
Sat Feb 1 00:50:49 2025: Mounting non-root filesystems:
Sat Feb 1 00:50:50 2025: /dev/sda4 on /home type ext3 (rw)
Sat Feb 1 00:50:50 2025: /dev/sdb6 on /media/Slack64 type ext4 (rw)
Sat Feb 1 00:50:50 2025: /dev/sdb3 on /media/Slack64/boot type ext2 (rw,noatime)
Sat Feb 1 00:50:50 2025: /dev/sdb2 on /media/Compartido type fuseblk (rw,allow_other,default_permissions,blksize=4096)
Sat Feb 1 00:50:50 2025: tmpfs on /tmp type tmpfs (rw,noatime,mode=1777)
Sat Feb 1 00:50:50 2025: tmpfs on /var/tmp type tmpfs (rw,noatime,mode=1777)
Sat Feb 1 00:50:50 2025: Running System V scripts for runlevel S.
Sat Feb 1 00:50:50 2025: Using /etc/random-seed to initialize /dev/urandom.
Sat Feb 1 00:50:50 2025: INIT: Entering runlevel: 4
Sat Feb 1 00:50:50 2025:
Sat Feb 1 00:50:50 2025: Going to multi user mode.
Sat Feb 1 00:50:50 2025: Starting syslogd daemon: /usr/sbin/syslogd -s
Sat Feb 1 00:50:50 2025: Updating hardware database index: /sbin/udevadm hwdb --update
Sat Feb 1 00:50:50 2025: Triggering udev events: /sbin/udevadm trigger --action=change
Sat Feb 1 00:50:54 2025: Starting haveged entropy daemon: /sbin/haveged
Sat Feb 1 00:50:55 2025: Starting the network interfaces...
Sat Feb 1 00:50:55 2025: Starting system message bus: /usr/bin/dbus-uuidgen --ensure ; /usr/bin/dbus-daemon --system
Sat Feb 1 00:50:55 2025: Starting elogind: /lib64/elogind/elogind --daemon
Sat Feb 1 00:50:55 2025: Starting NetworkManager daemon: /usr/sbin/NetworkManager
Sat Feb 1 00:50:55 2025: devpts on /dev/pts type devpts (rw,gid=5,mode=620)
Sat Feb 1 00:50:55 2025: Starting ACPI daemon: /usr/sbin/acpid
Sat Feb 1 00:50:55 2025: Enabled CPU frequency scaling governor: ondemand
Sat Feb 1 00:50:55 2025: Starting NTP daemon: /usr/sbin/ntpd -g -u ntp:ntp
Sat Feb 1 00:50:55 2025: Starting the print spooling system:
Sat Feb 1 00:50:56 2025: [ OK ]cups: started scheduler.
Sat Feb 1 00:50:56 2025: Starting crond: /usr/sbin/crond -l notice
Sat Feb 1 00:50:56 2025: Starting the at scheduling daemon:
Sat Feb 1 00:50:56 2025: Starting atd: /usr/sbin/atd -b 15 -l 1
Sat Feb 1 00:50:56 2025: Loading default keyboard map:
Sat Feb 1 00:50:56 2025: Loading /usr/share/kbd/keymaps/i386/qwerty/es-cp850.map.gz
Sat Feb 1 00:50:56 2025: Running System V scripts for runlevel 4.
Sat Feb 1 00:50:56 2025: Inserting vhba kernel moduleStarting auditd: [ OK ]
Sat Feb 1 00:50:56 2025: Waiting for /dev/vhba_ctl to be created [ OK ]
Sat Feb 1 00:50:56 2025: Fuse filesystem already available.
Sat Feb 1 00:50:56 2025: Starting virtlockd: /usr/sbin/virtlockd -d
Sat Feb 1 00:50:56 2025: install: invalid user 'sanlock'
Sat Feb 1 00:50:56 2025: Starting sanlock: Fuse control filesystem already available.
Sat Feb 1 00:50:56 2025: Loading the softdog kernel module: Starting Avahi mDNS/DNS-SD DNS Server Configuration Daemon: /usr/sbin/avahi-dnsconfd -D
Sat Feb 1 00:50:56 2025: [ OK ]
Sat Feb 1 00:50:56 2025: [ OK ]
Sat Feb 1 00:50:56 2025: install: invalid group 'sanlock'
Sat Feb 1 00:50:56 2025: Starting wdmd: [ OK ]
Sat Feb 1 00:50:56 2025: Starting Avahi mDNS/DNS-SD Daemon: /usr/sbin/avahi-daemon -D
Sat Feb 1 00:50:56 2025: [ OK ]
Sat Feb 1 00:50:56 2025: Loading 256-char 8x14 font from file /usr/share/kbd/consolefonts/ter-714v.psf.gz
Sat Feb 1 00:50:56 2025: Loading Unicode mapping table...
Sat Feb 1 00:50:56 2025: Running local startup commands.
Sat Feb 1 00:50:56 2025: Starting up X11 session manager...
Sat Feb 1 00:50:56 2025: Starting virtlogd: /usr/sbin/virtlogd -d
Sat Feb 1 00:50:56 2025: Starting libvirtd: /usr/sbin/libvirtd -d
Sat Feb 1 00:50:57 2025: /usr/X11R6/bin/xauth: file /etc/opt/VirtualGL/vgl_xauth_key does not exist
Sat Feb 1 00:50:57 2025: /usr/X11R6/bin/xauth: (argv):1: couldn't query Security extension on display ":0"
Sat Feb 1 00:50:57 2025: /usr/X11R6/bin/xauth: file /etc/opt/VirtualGL/vgl_xauth_key does not exist
Re: Boot messages and another things
Well trying to solve things, for example
i know the solution for SanLock, because i post Here!
# Sanlock : its used by virt-manager (or some component)
# The curious thing for me is this, appears after i install and confgure VirtualGL 3.1.2 - From src
i going to solve in another moment.
Code: Select all
Sat Feb 1 00:50:56 2025: Starting virtlockd: /usr/sbin/virtlockd -d
Sat Feb 1 00:50:56 2025: install: invalid user 'sanlock'
# Sanlock : its used by virt-manager (or some component)
Code: Select all
sudo su
groupadd -g 363 sanlock
useradd -u 363 -d /var/run/sanlock -s /bin/false -g sanlock sanlock
usermod -a -G disk sanlock
Sat Feb 1 00:50:57 2025: /usr/X11R6/bin/xauth: file /etc/opt/VirtualGL/vgl_xauth_key does not exist
Sat Feb 1 00:50:57 2025: /usr/X11R6/bin/xauth: (argv):1: couldn't query Security extension on display ":0"
Sat Feb 1 00:50:57 2025: /usr/X11R6/bin/xauth: file /etc/opt/VirtualGL/vgl_xauth_key does not exist
Code: Select all
ls -la /etc/opt/VirtualGL/vgl_xauth_key
well by the moment i don't know from where is read that things of VirtualGL because inside the rc.d folders and file, nothing try to ran VirtualGL.-rw-r--r-- 1 root root 52 feb 1 00:50 /etc/opt/VirtualGL/vgl_xauth_key
i going to solve in another moment.