Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 375925 - net-misc/gogoc init script blocks boot process while waiting for connection
Summary: net-misc/gogoc init script blocks boot process while waiting for connection
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-21 20:20 UTC by Candid Dauth
Modified: 2011-07-26 10:41 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Candid Dauth 2011-07-21 20:20:33 UTC
The init script of net-misc/gogoc waits for the gogoc daemon to make a connection before proceeding. This does not only delay the boot process unnecessarily by waiting for the network, it also completely stops the boot process when there is no internet connection at all, tty never starts because of this.

The init script should instead start the gogoc daemon in the background.

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2011-07-22 12:30:08 UTC
Please attach /var/log/rc.log (you will need to set rc_logger="YES" in /etc/rc.conf)