[Bug 1251563] Re: netstat command returns nozero even if successively executing
James Page
james.page at ubuntu.com
Fri Jun 6 09:35:02 UTC 2014
net-tools needs to be merged into Utopic before we can proceed with any
SRU activity.
** Also affects: net-tools (Debian) via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541172
Importance: Unknown
Status: Unknown
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1251563
Title:
netstat command returns nozero even if successively executing
Status in “net-tools” package in Ubuntu:
Triaged
Status in “net-tools” package in Debian:
Unknown
Bug description:
for example:
in Ubuntu
$ netstat -s 1>/dev/null 2>&1 ; echo $?
1
in CentOS
$ netstat -s 1>/dev/null 2>&1 ; echo $?
0
My test environment is Ubuntu 12.04.03. "-s" is a existing argument
to netstat, so it should be executed successively and return zero.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/1251563/+subscriptions
More information about the Ubuntu-sponsors
mailing list