Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
openrc-0.44.10 upgrade: bash completion,network msg [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3623

PostPosted: Tue Dec 21, 2021 4:41 am    Post subject: openrc-0.44.10 upgrade: bash completion,network msg [solved] Reply with quote

Code:
 * Final size of build directory: 8148 KiB (7.9 MiB)
 * Final size of installed tree:  3212 KiB (3.1 MiB)

 * Problems with installed bash completions were found:
 *
 *    openrc-service-script: incorrect name, no completions for 'openrc-service-script' command defined.
 *    */etc/init.d/*: missing alias (symlink) for completed command.
 *
 * For more details on installing bash-completions, please see:
 * https://wiki.gentoo.org/wiki/Bash/Installing_completion_files
 *
 * QA Notice: shell script appears to use non-POSIX feature(s):
 *    possible bashism in /etc/init.d/hostname line 29 ($HOST(TYPE|NAME)):
 *          h=${hostname:-${HOSTNAME}} # checkbashisms: false positive (HOSTNAME var)
strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   /lib64/libeinfo.so.1
   /bin/rc-status
   /lib64/librc.so.1
   /sbin/openrc
   /sbin/openrc-run
   /sbin/rc
   /sbin/rc-service
   /sbin/rc-update
   /sbin/runscript
   /sbin/start-stop-daemon
   /sbin/supervise-daemon
   /sbin/openrc-init
   /sbin/openrc-shutdown
   /lib/rc/bin/einfon
   /lib/rc/bin/einfo
   /lib/rc/bin/ewarnn
   /lib/rc/bin/ewarn
   /lib/rc/bin/eerrorn
   /lib/rc/bin/eerror
   /lib/rc/bin/ebegin
   /lib/rc/bin/eend
   /lib/rc/bin/ewend
   /lib/rc/bin/eindent
   /lib/rc/bin/eoutdent
   /lib/rc/bin/esyslog
   /lib/rc/bin/eval_ecolors
   /lib/rc/bin/ewaitfile
   /lib/rc/bin/veinfo
   /lib/rc/bin/vewarn
   /lib/rc/bin/vebegin
   /lib/rc/bin/veend
   /lib/rc/bin/vewend
   /lib/rc/bin/veindent
   /lib/rc/bin/veoutdent
   /lib/rc/bin/checkpath
   /lib/rc/bin/fstabinfo
   /lib/rc/bin/mountinfo
   /lib/rc/bin/rc-depend
   /lib/rc/bin/is_newer_than
   /lib/rc/bin/is_older_than
   /lib/rc/bin/service_starting
   /lib/rc/bin/service_started
   /lib/rc/bin/service_stopping
   /lib/rc/bin/service_stopped
   /lib/rc/bin/service_inactive
   /lib/rc/bin/service_wasinactive
   /lib/rc/bin/service_hotplugged
   /lib/rc/bin/service_started_daemon
   /lib/rc/bin/service_crashed
   /lib/rc/bin/service_get_value
   /lib/rc/bin/service_set_value
   /lib/rc/bin/get_options
   /lib/rc/bin/save_options
   /lib/rc/bin/kill_all
   /lib/rc/bin/shell_var
   /lib/rc/sbin/mark_service_starting
   /lib/rc/sbin/mark_service_started
   /lib/rc/sbin/mark_service_stopping
   /lib/rc/sbin/mark_service_stopped
   /lib/rc/sbin/mark_service_inactive
   /lib/rc/sbin/mark_service_wasinactive
   /lib/rc/sbin/mark_service_hotplugged
   /lib/rc/sbin/mark_service_failed
   /lib/rc/sbin/mark_service_crashed
   /lib/rc/sbin/rc-abort
   /lib/rc/sbin/swclock

>>> Installing (1 of 1) sys-apps/openrc-0.44.10::gentoo
 * Please add the network service to your boot runlevel
 * as soon as possible. Not doing so could leave you with a system
 * without networking.
Code:
[I] sys-apps/openrc
     Installed versions:  0.44.10(07:33:48 21/12/2021)(netifrc newnet pam unicode -audit -bash -debug -ncurses -selinux -sysv-utils)
Rebooted fine, network included.
Final ebuild message is worrisome.
What may be missing.here?
Thks 4 ur attention, interest & support.
_________________
USE="-* ..." in /etc/portage/make.conf here.
LT: "I've been doing a passable imitation of the Fontana di Trevi, except my medium is mucus. Sooo much mucus. "


Last edited by CaptainBlood on Tue Dec 21, 2021 9:11 am; edited 1 time in total
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Tue Dec 21, 2021 7:21 am    Post subject: Reply with quote

Probably
Code:
$ rc-update |grep net\\.
             net.eth0 | boot default                           
               net.lo | boot                                   

I think it wants your net services in boot instead of default or something? Which I'm not sure is right if you use networkmanager which probably doesn't belong in boot? Maybe just net.lo needs to be in boot, which that should be quite necessary.

and I'm not sure why my machine has net.eth0 in both boot and default...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3623

PostPosted: Tue Dec 21, 2021 9:10 am    Post subject: Reply with quote

eccerr0r,
my bad :oops:;
openrc ebuild snipet:
Code:
pkg_postinst() {
...
        if use newnet && [ ! -e "${EROOT}"/etc/runlevels/boot/network ]; then
                ewarn "Please add the network service to your boot runlevel"
                ewarn "as soon as possible. Not doing so could leave you with a system"
                ewarn "without networking."
                ewarn
        fi
}
Unsure why newnet is rnabled here, diging it...
Thls 4 ur attention, interest & support.
_________________
USE="-* ..." in /etc/portage/make.conf here.
LT: "I've been doing a passable imitation of the Fontana di Trevi, except my medium is mucus. Sooo much mucus. "
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum