[Bug 422576] New: siga: missing sux
https://bugzilla.novell.com/show_bug.cgi?id=422576 Summary: siga: missing sux Product: openSUSE 11.0 Version: Final Platform: x86 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: kailed@kailed.net QAContact: qa@suse.de Found By: Customer Hi, siga calls sux for root password but sux is missing (dropped if I remember well).. siga ouput; siga - System Information gathering 10.101 mlasars@suse.de & jsj@suse.de 2005 12 06 *** please don't close this window *** You must be root to run siga. please enter the root password : /usr/bin/siga: line 335: sux: command not found -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=422576 User dl9pf@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=422576#c1 Jan-Simon Möller <dl9pf@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsj@suse.de, dl9pf@gmx.de --- Comment #1 from Jan-Simon Möller <dl9pf@gmx.de> 2008-09-17 04:28:38 MDT --- --- siga.orig 2008-09-17 12:16:43.859810884 +0200 +++ siga 2008-09-17 12:26:42.407806997 +0200 @@ -15,6 +15,12 @@ CLI_NUM="$#" CLI_ALL="$*" +# sux / su +MY_SU=/usr/bin/sux +if [ ! -z $MY_SU ] ; then MY_SU=`which su` ; fi + +echo $MY_SU + # change this only if you need it for some reason ... TMP_DIR="/tmp/siga/" SIGA_OUT="$TMP_DIR"siga.html"" @@ -332,7 +338,7 @@ su -c "$(basename $0) $*" exit else - sux -c "$(basename $0) $*" + $MY_SU -c "$(basename $0) $*" exit fi fi -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=422576 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |martin.lasarsch@novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=422576 User martin.lasarsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=422576#c2 Martin Lasarsch <martin.lasarsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Martin Lasarsch <martin.lasarsch@novell.com> 2008-10-02 08:59:05 MDT --- yes ... that happens when you only test it as root, or via the yast2 support module. Jan-Simon: thanks for the patch -- 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.
participants (1)
-
bugzilla_noreply@novell.com