Mailinglist Archive: opensuse-bugs (14346 mails)
| < Previous | Next > |
[Bug 433458] A widget appears displaying a 0 and an ok button after exit from Yast2 sw_single
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 9 Oct 2008 07:11:33 -0600 (MDT)
- Message-id: <20081009131133.DA83FCC6B6@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=433458
User lslezak@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=433458#c13
Ladislav Slezak <lslezak@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #13 from Ladislav Slezak <lslezak@xxxxxxxxxx> 2008-10-09 07:11:33
MDT ---
The problem is in the network detection code, it executes "ip addr|grep -v
'inet6 ::1\|inet6 fe80'|grep -c inet6"
The output is the number returned by '-c' option. Stderr and stdout should be
redirected to /dev/null.
I'll fix that.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User lslezak@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=433458#c13
Ladislav Slezak <lslezak@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #13 from Ladislav Slezak <lslezak@xxxxxxxxxx> 2008-10-09 07:11:33
MDT ---
The problem is in the network detection code, it executes "ip addr|grep -v
'inet6 ::1\|inet6 fe80'|grep -c inet6"
The output is the number returned by '-c' option. Stderr and stdout should be
redirected to /dev/null.
I'll fix that.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |