Date: Fri, 13 Apr 2012 22:35:22 +0200 From: Matthias Andree <mandree@FreeBSD.org> To: freebsd-current@freebsd.org Subject: Re: Changes to sbin/init/init.c (r233944) makes x11/xdm impossible to start from /etc/ttys Message-ID: <4F888E0A.4050807@FreeBSD.org> In-Reply-To: <4F83FF50.1010404@mail.zedat.fu-berlin.de> References: <4F83FF50.1010404@mail.zedat.fu-berlin.de>
next in thread | previous in thread | raw e-mail | index | archive | help
> The error xdm is loggin is: > > === > Build Date: 07 April 2012 04:51:08PM > > Current version of pixman: 0.24.2 > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr 7 18:38:24 2012 > (==) Using config file: "/etc/X11/xorg.conf" > xdm info (pid 2055): sourcing /usr/local/share/X11/xdm/Xsetup_0 > xdm error (pid 2050): Unknown session exit code 2560 from process 2055 BTW, there is an unrelated xdm error that I'd suggest you report to the xdm maintainer - the exit code cannot be 2560; this means that xdm doesn't process the wait/waitpid/wait3/wait4 status with WIFEXITED/WIFSIGNALED/WEXITSTATUS/WTERMSIG. The exit code was 10 in this situation. (See /usr/include/sys/wait.h)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F888E0A.4050807>