| Summary: | can't get working install of X under 4.2 release | ||
|---|---|---|---|
| Product: | Base System | Reporter: | pstern <pstern> |
| Component: | i386 | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
pstern
2001-01-26 05:00:01 UTC
> I cannot get X to run under a 4.2 release install. I have tried 4 times with fresh installs and
> have tried configuring XF86 using sysinstall, XF86Setup and xf86config.
> This hardware has not problem under release 4.0 or 4.1.
>
> This is the error message
> execve failed for /usr/X11R6/bin/XFree86 (errno 2)
> _X11TransSocketUNIXConnect: Can't connect: errno = 2
> _X11TransSocketUNIXConnect: Can't connect: errno = 2
> _X11TransSocketUNIXConnect: Can't connect: errno = 2
> _X11TransSocketUNIXConnect: Can't connect: errno = 2
> _X11TransSocketUNIXConnect: Can't connect: errno = 2
> _X11TransSocketUNIXConnect: Can't connect: errno = 2
Do you use kern.securelevel > 0 ? If so, you can't start X server.
Solutions:
1) start xdm before rasing your securelevel.
2) don't use X at all if you need better security.
3) don't use hight securelevel on workstation.
Bye,
Serg N. Voronkov.
I selected the default security level during the install. As a test I just set security to the lowest level but X still fails with the same error. Thanks for the suggestion though. peter On Fri, 26 Jan 2001, Sergey N. Voronkov wrote: > > I cannot get X to run under a 4.2 release install. I have tried 4 times with fresh installs and > > have tried configuring XF86 using sysinstall, XF86Setup and xf86config. > > This hardware has not problem under release 4.0 or 4.1. > > > > This is the error message > > execve failed for /usr/X11R6/bin/XFree86 (errno 2) > > _X11TransSocketUNIXConnect: Can't connect: errno = 2 > > _X11TransSocketUNIXConnect: Can't connect: errno = 2 > > _X11TransSocketUNIXConnect: Can't connect: errno = 2 > > _X11TransSocketUNIXConnect: Can't connect: errno = 2 > > _X11TransSocketUNIXConnect: Can't connect: errno = 2 > > _X11TransSocketUNIXConnect: Can't connect: errno = 2 > > Do you use kern.securelevel > 0 ? If so, you can't start X server. > Solutions: > 1) start xdm before rasing your securelevel. > 2) don't use X at all if you need better security. > 3) don't use hight securelevel on workstation. > > Bye, > Serg N. Voronkov. > I did an install of Xfree86 3.36.6 from the ports and X now works. Something in the install routine from packages must be broken. peter State Changed From-To: open->closed problem seems solved. |