https://bugzilla.novell.com/show_bug.cgi?id=774386 https://bugzilla.novell.com/show_bug.cgi?id=774386#c11 Jiří Suchomel <jsuchome@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |ohering@suse.com --- Comment #11 from Jiří Suchomel <jsuchome@suse.com> 2012-08-10 06:45:18 UTC --- So, is xinetd needed only for VNC installation? Than I assume it should be stopped after it. Arvin, what do you think about this patch? Olaf, could you test it? It's for /usr/lib/YaST2/startup/Second-Stage/S08-start diff --git a/startup/Second-Stage/S08-start b/startup/Second-Stage/S08-start index 1722773..5efd268 100755 --- a/startup/Second-Stage/S08-start +++ b/startup/Second-Stage/S08-start @@ -25,7 +25,13 @@ if [ "$VNC" -eq 1 ] || [ -z "$USE_SSH" ] || [ "$USE_SSH" -eq 0 ] ; then if [ ! -z "$VNC" ] && [ "$VNC" -eq 1 ] ; then vnc_message fi + if [ -x /usr/sbin/rcxinetd ] ; then + /usr/sbin/rcxinetd start + fi startYaST2 + if [ -x /usr/sbin/rcxinetd ] ; then + /usr/sbin/rcxinetd stop + fi else -- 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.