https://bugzilla.novell.com/show_bug.cgi?id=223602 mvidner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jsuchome@novell.com |mvidner@novell.com Status|NEEDINFO |ASSIGNED Info Provider|mvidner@novell.com | Summary|yast starts automout |yast starts automout attached to the controlling |attached to the controlling |tty (y2base should close fds before exec) |tty | ------- Comment #7 from mvidner@novell.com 2006-11-27 09:58 MST ------- I ran Y2DEBUG=1 strace -f -s200 -ostrace-ncurses2 /usr/lib/YaST2/bin/y2base nis ncurses and searched for dev/pts in strace-ncurses2. YaST opens the two file descriptors mentioned at end of comment 0 between these two log lines: [ui-ncurses] NCurses.cc(init):215 mytty: /dev/pts/0 [ui-ncurses] NCurses.cc(init):235 isatty(stderr)yes By looking at void NCurses::init() I cannot tell whether the fds need to stay open or not. Oh, now I get the point - between forking and execing the init script, we should close the unneeded fds. -- 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, or are watching someone who is.