On 10/27/18 21:40, Jens A. Griepentrog wrote:
Dear Listeners,

After the 63-020_xserver patch I was not able to startx.
I have found some difference in the permissions in the
directory /usr/X11R6/bin:

-rwxr-xr-x  1 root  bin  2674482 Oct 26 23:56 X
-rwsr-xr-x  1 root  bin  2674482 Oct 26 23:56 Xorg


Even after rollback of the patch I have got these
permissions despite of the rollback.tgz contents

lrwx------  1 root  bin        0 Oct 27 20:58 usr/X11R6/bin/X->Xorg
-rwsr-xr-x  1 root  bin  2670386 Mar 24  2018 usr/X11R6/bin/Xorg

X is no link to Xorg anymore. Deleting X and doing

# ln -s Xorg X
# chmod -h 755 X

Correction: Excuse me, I mistyped the modification
# ln -s Xorg X
# chmod -h 700 X


helps me to see something familiar

lrwx------  1 root  wheel        4 Oct 27 21:05 X -> Xorg
-rwsr-xr-x  1 root  bin    2674482 Oct 26 23:56 Xorg

and to startx successfully.

With best regards,
Jens


Reply via email to