Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 295991 - sys-apps/openrc-0.5.3: network should be more verbose (newnet)
Summary: sys-apps/openrc-0.5.3: network should be more verbose (newnet)
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-06 17:40 UTC by Dennis Schridde
Modified: 2010-07-13 04:04 UTC (History)
1 user (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 Dennis Schridde 2009-12-06 17:40:25 UTC
I feel the network script (newnet) should be more verbose about what it is doing.

Currently it just displays:
"Starting network" and "Setting default route ..."

It would be nice though if it could also display which interfaces it is setting up for what addresses using what method (ifconfig/iproute) and so on.

Reproducible: Always
Comment 1 Roy Marples 2009-12-15 17:45:15 UTC
You can always add this to /etc/conf.d/network

export EINFO_VERBOSE=yes
Comment 2 William Hubbs gentoo-dev 2009-12-31 16:44:03 UTC
(In reply to comment #0)
> I feel the network script (newnet) should be more verbose about what it is
> doing.
> Currently it just displays:
> "Starting network" and "Setting default route ..."
> It would be nice though if it could also display which interfaces it is setting
> up for what addresses using what method (ifconfig/iproute) and so on.

Does Roy's suggestion above give you the information you need?

Thanks,

William
Comment 3 Dennis Schridde 2009-12-31 17:16:24 UTC
(In reply to comment #2)
> Does Roy's suggestion above give you the information you need?
Yes, that information is useful. I think it should be enabled by default.
Comment 4 Jory A. Pratt gentoo-dev 2010-07-13 04:04:53 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > Does Roy's suggestion above give you the information you need?
> Yes, that information is useful. I think it should be enabled by default.
> 

I am against making this the default behavior. There are instances where I might have a junior admin restarting a server that does not need to have this info. It is one of them one can enable and disable, all comes down to choice.