Michael wrote: > On Saturday 9 November 2024 19:38:32 GMT Dale wrote: >> Dr Rainer Woitok wrote: >>> Michael, >>> >>> On Sat, 09 Nov 2024 17:14:39 +0000 you wrote: >>>> ... >>>> I'm on 6.6.58-gentoo-r1 compiled from gentoo-sources. No systemd, only >>>> openrc. This is what I have here: >>>> >>>> ~ $ ls -la /usr/bin/reboot >>>> lrwxrwxrwx 1 root root 4 May 2 2024 /usr/bin/reboot -> halt >>> Hm, interesting. What package does >>> >>> equery belongs /usr/bin/halt >>> >>> return on your system and what USE flags do you use for that package? >>> >>> Sincerely, >>> >>> Rainer >> I'm openrc here with a merged /usr setup. Old rig is still split user. >> I could boot it up and get info if needed. This is what I got on new >> rig. As you can see, I had to dig a little. It's not where yours is >> which may be a clue. >> >> >> root@Gentoo-1 / # equery belongs /usr/bin/halt >> * Searching for /usr/bin/halt ... >> root@Gentoo-1 / # which halt >> /sbin/halt >> root@Gentoo-1 / # equery belongs /sbin/halt >> * Searching for /sbin/halt ... >> sys-apps/sysvinit-3.09 (/sbin/halt) >> root@Gentoo-1 / # >> >> >> That help? >> >> Dale >> >> :-) :-) > ~ # eselect profile show > Current /etc/portage/make.profile symlink: > default/linux/amd64/23.0/desktop/plasma > > ~ $ qfile /usr/bin/halt > ~ $ > ~ $ qfile halt > sys-apps/sysvinit: /sbin/halt > ~ $ ls -l /sbin > lrwxrwxrwx 1 root root 7 Mar 24 2024 /sbin -> usr/bin >
I'm on the same profile. Wonder why Rainer shows something else??? I booted my old system, it has the same ruby issue I posted about earlier so it needs fixing too. This is what I get from my old system, still on split usr. I'm including reboot and shutdown as well. root@fireball / # eselect profile show Current /etc/make.profile symlink: default/linux/amd64/23.0/split-usr/desktop/plasma root@fireball / # qfile halt sys-apps/sysvinit: /sbin/halt root@fireball / # qfile reboot sys-apps/sysvinit: /sbin/reboot root@fireball / # qfile shutdown sys-apps/sysvinit: /sbin/shutdown root@fireball / # So, same package and location it seems. Makes one wonder. o_O Dale :-) :-)