You are not logged in.
thank you i will try play with makeconfig,
at git is silent, i try post to devs via mail
install libmagic-dev
but
multiple definition of `file'
collect2: error: ld returned 1 exit status
build when add this at 438 line makefile
<------>@$(CC) $(LDFLAGS) -Wl,-allow-multiple-definition $(OBJECTS) -o $(TARGET) -Wl,--as-needed $(lLIBS)
original was
<------>@$(CC) $(LDFLAGS) $(OBJECTS) -o $(TARGET) -Wl,--as-needed $(lLIBS)
after launch emelfm2 its look strange
https://i.ibb.co/74FSxDS/Screenshot-202 … -08-13.png
ps debug log https://pastebin.com/raw/2Bi4MiKP
thanks, better but another build error
collect2: error: ld returned 1 exit status
make: *** [Makefile:438: emelfm2] Error 1
freeartist-devuan@home:~/Downloads/ranger_vifm_mc_emelfm/emelfm2-master$
<------>@$(CC) $(LDFLAGS) $(OBJECTS) -o $(TARGET) -Wl,--as-needed $(lLIBS)
thanks, but i have error at building emelfm2 also
https://github.com/tom2tom/emelfm2/issues/9
offtop
can you explain,why new linux have such issues with old software, and oposite why at old linux a cant have new software? How this thing working at windows? Windows have backward compatibility but linux not?
Hello folks)
Can i install at Daedalus this emelfm, old software that require GTK+ v1.2.x?
https://emelfm.sourceforge.net/
root@home:/home/freeartist-devuan/Downloads# dpkg -i libgtk1.2-dev_1.2.10-18.1_i386.deb
Selecting previously unselected package libgtk1.2-dev:i386.
(Reading database ... 438393 files and directories currently installed.)
Preparing to unpack libgtk1.2-dev_1.2.10-18.1_i386.deb ...
Unpacking libgtk1.2-dev:i386 (1.2.10-18.1) ...
dpkg: dependency problems prevent configuration of libgtk1.2-dev:i386:
libgtk1.2-dev:i386 depends on libgtk1.2 (= 1.2.10-18.1).
libgtk1.2-dev:i386 depends on libglib1.2-dev.
libgtk1.2-dev:i386 depends on libx11-dev.
libgtk1.2-dev:i386 depends on libxext-dev.
libgtk1.2-dev:i386 depends on libxi-dev.
dpkg: error processing package libgtk1.2-dev:i386 (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.11.2-2) ...
Errors were encountered while processing:
libgtk1.2-dev:i386
root@home:/home/freeartist-devuan/Downloads#
build error
root@home:/home/freeartist-devuan#
freeartist-devuan@home:~/Downloads/ranger_vifm_mc_emelfm/emelfm-master$ make
gcc -O2 -Wall `gtk-config --cflags` -DENABLE_NLS -DLOCALEDIR=\"/usr/local/share/locale\" -DPLUGINS_DIR=\"/usr/local/share/emelfm/plugins\" -DDOC_DIR=\"/usr/local/share/emelfm/docs\" -c emelfm.c
In file included from /usr/include/gtk-1.2/gdk/gdk.h:31,
from /usr/include/gtk-1.2/gtk/gtk.h:31,
from emelfm.h:32,
from emelfm.c:29:
/usr/include/gtk-1.2/gdk/gdktypes.h:33:10: fatal error: glib.h: No such file or directory
33 | #include <glib.h>
| ^~~~~~~~
compilation terminated.
make: *** [Makefile:17: emelfm.o] Error 1
freeartist-devuan@home:~/Downloads/ranger_vifm_mc_emelfm/emelfm-master$
root@home:/home/freeartist-devuan# rc-status
Runlevel: default
bootlogd [ started ]
rsyslog [ started ]
vboxdrv [ started ]
vboxweb-service [ started ]
pulseaudio-enable-autospawn [ started ]
gpm [ started ]
acpid [ started ]
udhcpd [ started ]
dbus [ started ]
avahi-daemon [ started ]
lightdm [ started ]
anacron [ started ]
binfmt-support [ started ]
bluetooth [ started ]
bootlogs [ started ]
console-setup.sh [ started ]
cron [ started ]
cups [ started ]
cups-browsed [ started ]
elogind [ started ]
lisa-trinity [ started ]
mono-xsp4 [ started ]
network-manager [ started ]
nginx [ started ]
ntpsec [ started ]
openvpn [ started ]
osspd [ started ]
pcscd [ started ]
sudo [ started ]
rmnologin [ started ]
rsync [ started ]
saned [ started ]
slim [ started ]
tdm [ started ]
uuidd [ started ]
vboxautostart-service [ started ]
vboxballoonctrl-service [ started ]
stop-bootlogd [ started ]
rc.local [ started ]
Dynamic Runlevel: hotplugged
Dynamic Runlevel: needed/wanted
umountroot [ started ]
umountfs [ started ]
umountnfs.sh [ started ]
Dynamic Runlevel: manual
root@home:/home/freeartist-devuan#
why at shutdown or rebooting /dev/sdd3(its /home partition at new hdd ot also contain /home dirs from other linux OS) slow umounting?
ntpd+client?
openrc
cant find at var\logs,
but at poweroff/reboot at screen log i see similar to "sdd3 umount and many numbers of seconds(~2min)"
where i can find shutdown logs?
/dev/sdd3 its my /home partition with /home dirs from others distros
root@home:/home# ls
freeartist freeartist-artix freeartist-devuan freeartist-manjaro freeartist-mx freeartist-tuwe
freeartist-arch freeartist-debian freeartist-leap freeartist-mint freeartist-slack freeartist-xubuntu
root@home:/home#
How solve this?
root@home:/var/log# hwclock --localtime
2024-05-15 10:13:23.404572+03:00
root@home:/var/log# ls -l /etc/localtime
lrwxrwxrwx 1 root root 31 Dec 28 16:26 /etc/localtime -> /usr/share/zoneinfo/Europe/Kyiv
root@home:/var/log# hwclock --utc
2024-05-15 13:14:52.374409+03:00
root@home:/var/log#
move back to openrc
uninstall runit-init
reinstall sysvinit-core
reconfigure openrc
working, booting, as usual, nothing is broken
i am trying move back to open rc,
already reinstall openrc and sysvinit-core,
system booting good in openrc,
but why i see this?
root@home:/home/freeartist-devuan# dpkg-reconfigure openrc
/usr/sbin/dpkg-reconfigure: openrc is broken or not fully installed
root@home:/home/freeartist-devuan#
freeartist-devuan@home:~$ sudo su
[sudo] password for freeartist-devuan:
root@home:/home/freeartist-devuan# dpkg-reconfigure openrc
/usr/sbin/dpkg-reconfigure: openrc is broken or not fully installed
root@home:/home/freeartist-devuan# apt install openrc
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
openrc is already the newest version (0.45.2-2).
The following package was automatically installed and is no longer required:
sysuser-helper
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 23 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n]
Setting up openrc (0.45.2-2) ...
Add existing services ...
* rc-update: killprocs already installed in runlevel `recovery'; skipping
* rc-update: single already installed in runlevel `recovery'; skipping
* rc-update: bootlogs already installed in runlevel `recovery'; skipping
* rc-update: console-setup.sh already installed in runlevel `default'; skipping
* rc-update: binfmt-support already installed in runlevel `default'; skipping
* rc-update: mono-xsp4 already installed in runlevel `default'; skipping
* rc-update: pulseaudio-enable-autospawn already installed in runlevel `default'; skipping
* rc-update: rsyslog already installed in runlevel `default'; skipping
* rc-update: sudo already installed in runlevel `default'; skipping
* rc-update: uuidd already installed in runlevel `default'; skipping
* rc-update: service `acpid' is not executable
dpkg: error processing package openrc (--configure):
installed openrc package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of sysvinit-core:
sysvinit-core depends on sysv-rc | openrc | file-rc; however:
Package sysv-rc is not installed.
Package openrc is not configured yet.
Package file-rc is not installed.
dpkg: error processing package sysvinit-core (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
openrc
sysvinit-core
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@home:/home/freeartist-devuan#
did you installed also runit-services package?
idk, only this apt-get install runit-init
I don't think dpkg-reconfigure has any use here; reinstall openrc + sysvinit-core should do it.
Then, to reboot from runit into openrc call
Thanks, reinstall only openrc? Why you mentioned +sysvinit-core?
@Lorenzo
Thanks man!
it seems to have worked But i not feeling any difference, only boot log looks another.
its was easy.
And to move back i must uninstall runit-init and make dpkg-reconfigure openrc or reinstall openrc?
Thanks for reply
Are you mean install runit and do dpkg-reconfigure openrc or dpkg-reconfigure runit?
Is it safe, i am aware that i can broke os by this commands?
If it possible, how do this?
Thanks.
Good, and where difference if i take Devuan and install TDE and Excalibur?
@coyotito
try use this solution for nvidia drivers, its works for me
https://www.if-not-true-then-false.com/
@bai4Iej2need
are you sure that you use proprietary Nvidia driver and Nouveau is blacklisted?
@rankbeginner
do you tried deadbeef player?
https://deadbeef.sourceforge.io/download.html
ps i am hear music only at lossy format. But if you tell me how, i can test lossless music with Audacious.
@chris2be8
Thanks you for investigation MrPoirot
Something found here
etc/init.d/rc.local
restart|reload|force-reload)
echo "Error: argument '$1' not supported" >&2
exit 3
#! /bin/sh
### BEGIN INIT INFO
# Provides: rc.local
# Required-Start: $all
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop:
# Short-Description: Run /etc/rc.local if it exist
### END INIT INFO
PATH=/usr/sbin:/usr/bin:/sbin:/bin
. /lib/init/vars.sh
. /lib/lsb/init-functions
do_start() {
if [ -x /etc/rc.local ]; then
[ "$VERBOSE" != no ] && log_begin_msg "Running local boot scripts (/etc/rc.local)"
/etc/rc.local
ES=$?
[ "$VERBOSE" != no ] && log_end_msg $ES
return $ES
fi
}
do_stop() {
if [ -x /etc/rc.shutdown ]; then
[ "$VERBOSE" != no ] && log_begin_msg "Running local shutdown scripts (/etc/rc.shutdown)"
/etc/rc.shutdown
ES=$?
[ "$VERBOSE" != no ] && log_end_msg $ES
return $ES
fi
}
case "$1" in
start)
do_start
;;
restart|reload|force-reload)
echo "Error: argument '$1' not supported" >&2
exit 3
;;
status)
# No-op
exit 0
;;
stop)
do_stop
exit 0
;;
*)
echo "Usage: $0 start|stop" >&2
exit 3
;;
esac
Exactly when does that message come out? Is it when you boot the system, log on, log off or shut it down?
less /etc/init.d/kmod should tell you what kmod is (unless all the comments are missing).
Try this:
ls -l /etc/rc?.d/*kmod* lrwxrwxrwx 1 root root 14 May 9 2018 /etc/rcS.d/S09kmod -> ../init.d/kmod
You should get only 1 line, a symlink that tells the OS to run kmod start when bringing the system up. I suspect you have a stop link somewhere (it will be probably named something like K09kmod).
For belt and braces try ls -l /etc/rc?.d/ | grep kmod which searches the destination of the symlink. If still stuck grep meaningless /etc/rc?.d/* in case there is a stray copy of kmod somewhere.
Thanks, yes source of warning is string at /etc/init.d/kmod
Action '$1' is meaningless for this init script
freeartist-devuan@home:~$ ls -l /etc/rc?.d/ | grep kmod
lrwxrwxrwx 1 root root 14 Aug 18 23:11 S09kmod -> ../init.d/kmod
freeartist-devuan@home:~$ grep meaningless /etc/rc?.d/*
/etc/rcS.d/S09kmod: log_warning_msg "Action '$1' is meaningless for this init script"
freeartist-devuan@home:~$
Ok. So i must ignore it? And i see this warning only when use lightdm, using slim i do not see it.
@chris2be8
Thanks for helpful reply! I here have same as you. And what next?
freeartist-devuan@home:/etc/init.d$ grep meaningless *
kmod: log_warning_msg "Action '$1' is meaningless for this init script"
freeartist-devuan@home:/etc/init.d$ ./kmod
Usage: ./kmod start.
freeartist-devuan@home:/etc/init.d$ ./kmod start
Loading kernel module lp.
Loading kernel module ppdev.
Loading kernel module parport_pc.
Loading kernel module cuse.
freeartist-devuan@home:/etc/init.d$
What is kmod?
And why i see this warning only at lightdm but no at slim?
Action 'stop' is meaningless for this init script ... (warning)
i have seen in .xsession-errors but not find this warning
is there command for parsing all system logs to find this warning?
But why i cant find
Action 'stop' is meaningless for this init script ... (warning)
at any logs?
May be this message is related to lightdm? Where i can find ldm shutdown logs?
Why usung lightdm shutdown screen log looks different than slim log?