-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Good morning, fellow CRUXers! After yesterday's update, today my X refused to start without any obvious errors: `slim -d` does nothing without any errors and with 0 exit code, when omitting the `-d`, I get exit code 1 and the error "/usr/bin/xauth: file /var/run/slim.auth does not exist" although the file exists (owned by root with rw-------). I uploaded the output of `strace slim` to https://eckner.net/log - maybe, someone of you has an idea, what's going on, here? regards, Erich -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE3p92iMrPBP64GmxZCu7JB1Xae1oFAmFKq8kACgkQCu7JB1Xa e1rUghAAtUXtW79P66INnlxDH6p/GEDZr3sITHJFbDm1U6fsNoeKciSVTXLoSwZy np4Rio8keBzyDo/Y0QVq4+zlJv9YeTt7EWt5+n23XH4YlMnYs3sLUlH78wj2Oi2I MCeT7cL0cyNgYuxW/wuQWH+YPr7tfQguI0P5xllNZ8PM+89RgEOdYdlBlJ/lD2cz JtWRmURV/ziT8a7OiRjOeitYlDQr5eqjXemFJ3h15HfSgvPftpS4Wpqzwz9stvB4 yeKdp2oHYRclvtjwBM9SqjwLCLDPjvxCGf4oOpQ8MJQ4+E622V1SHXloNIH8wdu7 hIjacG+peLgB0GkEiD3uRST8BXO2I08dc8b3aoM+fwYzFcWtLO2o7ULk/8k9LZ7y GmFWDs0ZJSaQga3uMPXdoCdspHOUTAi5iJXg6F+awNO538sPHeVBkpe3XDBLLWlB FGEt5lcDIZOJ/RZczd5o5x6SMvJcfCJryysN6buw8kU3NMI/ucrSJNf5D1W+J7Hj MrsMVWkyaX+bUx9ZeWAoEKJEhzJ4IsT+o6wHyxsDfQinIPTTEM7CmDLGKVtbw9q+ kwgcPFG/ZE1G30AWEhcun5m8wIFU0vbzXwTAtncjNn5Ic8nmB+ZHqm9NilppEiE6 xn9XO+e+F/QYD2Wdc/gNHCTj1JAd/lDSjtZfA5BHGbvaeTatDHw= =xWLu -----END PGP SIGNATURE-----
I would do prt-get fsearxh xauth to see what package it's in and rebuild it. And maybe do a rev-dep and rebuild anything else also. I havent run crux in a while. I love CRUX but it gets annoying constantly rebuilding packages. Xauth may be in its own package. On Wed, Sep 22, 2021, 12:07 AM Erich Eckner <crux@eckner.net> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Good morning, fellow CRUXers!
After yesterday's update, today my X refused to start without any obvious errors: `slim -d` does nothing without any errors and with 0 exit code, when omitting the `-d`, I get exit code 1 and the error "/usr/bin/xauth: file /var/run/slim.auth does not exist" although the file exists (owned by root with rw-------). I uploaded the output of `strace slim` to https://eckner.net/log - maybe, someone of you has an idea, what's going on, here?
regards, Erich
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE3p92iMrPBP64GmxZCu7JB1Xae1oFAmFKq8kACgkQCu7JB1Xa e1rUghAAtUXtW79P66INnlxDH6p/GEDZr3sITHJFbDm1U6fsNoeKciSVTXLoSwZy np4Rio8keBzyDo/Y0QVq4+zlJv9YeTt7EWt5+n23XH4YlMnYs3sLUlH78wj2Oi2I MCeT7cL0cyNgYuxW/wuQWH+YPr7tfQguI0P5xllNZ8PM+89RgEOdYdlBlJ/lD2cz JtWRmURV/ziT8a7OiRjOeitYlDQr5eqjXemFJ3h15HfSgvPftpS4Wpqzwz9stvB4 yeKdp2oHYRclvtjwBM9SqjwLCLDPjvxCGf4oOpQ8MJQ4+E622V1SHXloNIH8wdu7 hIjacG+peLgB0GkEiD3uRST8BXO2I08dc8b3aoM+fwYzFcWtLO2o7ULk/8k9LZ7y GmFWDs0ZJSaQga3uMPXdoCdspHOUTAi5iJXg6F+awNO538sPHeVBkpe3XDBLLWlB FGEt5lcDIZOJ/RZczd5o5x6SMvJcfCJryysN6buw8kU3NMI/ucrSJNf5D1W+J7Hj MrsMVWkyaX+bUx9ZeWAoEKJEhzJ4IsT+o6wHyxsDfQinIPTTEM7CmDLGKVtbw9q+ kwgcPFG/ZE1G30AWEhcun5m8wIFU0vbzXwTAtncjNn5Ic8nmB+ZHqm9NilppEiE6 xn9XO+e+F/QYD2Wdc/gNHCTj1JAd/lDSjtZfA5BHGbvaeTatDHw= =xWLu -----END PGP SIGNATURE----- _______________________________________________ CRUX mailing list CRUX@lists.crux.nu https://lists.crux.nu/mailman/listinfo/crux
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Thanks for the input! I should mention, what I already tried/diagnosed (without success): I rebuilt xorg-server, xorg-xauth and slim. I ran revdep: only two "broken" packages, which are unrelated to X and the login/window managers. I merged changes with rejmerge. The strace looks, like xauth removes the file and a few lines later complains, that it does not exist. Looks to me, like either a race condition or some permission problems (e.g. file is deleted due to wrong permissions or so). My next-bigger hammer would be to run: prt-get update -fr $(prt-get quickdep xorg-xauth xorg-server slim) regards, Erich On Wed, 22 Sep 2021, Brian Madonna wrote:
I would do prt-get fsearxh xauth to see what package it's in and rebuild it. And maybe do a rev-dep and rebuild anything else also. I havent run crux in a while. I love CRUX but it gets annoying constantly rebuilding packages. Xauth may be in its own package.
On Wed, Sep 22, 2021, 12:07 AM Erich Eckner <crux@eckner.net> wrote:
Good morning, fellow CRUXers!
After yesterday's update, today my X refused to start without any obvious errors: `slim -d` does nothing without any errors and with 0 exit code, when omitting the `-d`, I get exit code 1 and the error "/usr/bin/xauth: file /var/run/slim.auth does not exist" although the file exists (owned by root with rw-------). I uploaded the output of `strace slim` to https://eckner.net/log - maybe, someone of you has an idea, what's going on, here?
regards, Erich
-----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE3p92iMrPBP64GmxZCu7JB1Xae1oFAmFK2XQACgkQCu7JB1Xa e1o6kg/9H8lWuAZaGPJbztyzlRr4r1WhmeMW/umjAZoa8xPNWl8/Jx/jx/ZBzDlx lxLnvBAvQ5aIotsNTG0Gt6/ZwjqrC/0R6DnRpJQUZqEymj1w26hY/gBeJm7Ruirn eWOQMK0BqPZ0b5VGAWpWOtivoiw6QG4QDqne+sDi0yea9mM9gUhrozB5R0vgC6OK iUkSsEtcq0YrSa5sNLryPFdMJJ8b8+yJGA42noCKLZ9Pt+0hTXpcAGQBA+YeOYEa WFPNWL7PQiBhEyQLcbXcuT4Ph6oyJQovfiVD37lfEbje5nj9JlQWI/1+jqP0M8oC kb3VYUXVarlj5s+e3mtWNCge/wLYPMpOdFlvsJPWxQZxXYFEOVKmPhQrU341AB2a 0xfUEeMF2+zGm0JpHpZF+a1mBzLWKCb4v/3ez7TUWfiAvFy2iBxjnDmI9MFKxskG YxGWQd90IN9safVx1FESGtwovKdYKkkzfiMj8jbf0lFnAm1uRFnBVUhr91ZscTbV BxgGzTNnT0jbd2ULKILGMlVCrdH5gPfOk1cQPQ1ukwNkMn8IpzWQlwRjq4zQmdrN DrDlQf7T1WNNwPgg9lqmF95l0FdP+0MLtQyf2xTknRCX46zEZla1YnUViYYQ3AbR iYP3QX4QFxQOqtA2q6u8fYfidDFjda3vZ7KGs+UDV4cj5HHkug0= =VyzS -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi, just wanted to report back, that the new xorg fixed my problem :-) Thanks! regards, Erich On Wed, 22 Sep 2021, Erich Eckner wrote:
Thanks for the input!
I should mention, what I already tried/diagnosed (without success):
I rebuilt xorg-server, xorg-xauth and slim. I ran revdep: only two "broken" packages, which are unrelated to X and the login/window managers. I merged changes with rejmerge.
The strace looks, like xauth removes the file and a few lines later complains, that it does not exist. Looks to me, like either a race condition or some permission problems (e.g. file is deleted due to wrong permissions or so).
My next-bigger hammer would be to run: prt-get update -fr $(prt-get quickdep xorg-xauth xorg-server slim)
regards, Erich
On Wed, 22 Sep 2021, Brian Madonna wrote:
I would do prt-get fsearxh xauth to see what package it's in and rebuild it. And maybe do a rev-dep and rebuild anything else also. I havent run crux in a while. I love CRUX but it gets annoying constantly rebuilding packages. Xauth may be in its own package.
On Wed, Sep 22, 2021, 12:07 AM Erich Eckner <crux@eckner.net> wrote:
Good morning, fellow CRUXers!
After yesterday's update, today my X refused to start without any obvious errors: `slim -d` does nothing without any errors and with 0 exit code, when omitting the `-d`, I get exit code 1 and the error "/usr/bin/xauth: file /var/run/slim.auth does not exist" although the file exists (owned by root with rw-------). I uploaded the output of `strace slim` to https://eckner.net/log - maybe, someone of you has an idea, what's going on, here?
regards, Erich
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE3p92iMrPBP64GmxZCu7JB1Xae1oFAmFK2XQACgkQCu7JB1Xa e1o6kg/9H8lWuAZaGPJbztyzlRr4r1WhmeMW/umjAZoa8xPNWl8/Jx/jx/ZBzDlx lxLnvBAvQ5aIotsNTG0Gt6/ZwjqrC/0R6DnRpJQUZqEymj1w26hY/gBeJm7Ruirn eWOQMK0BqPZ0b5VGAWpWOtivoiw6QG4QDqne+sDi0yea9mM9gUhrozB5R0vgC6OK iUkSsEtcq0YrSa5sNLryPFdMJJ8b8+yJGA42noCKLZ9Pt+0hTXpcAGQBA+YeOYEa WFPNWL7PQiBhEyQLcbXcuT4Ph6oyJQovfiVD37lfEbje5nj9JlQWI/1+jqP0M8oC kb3VYUXVarlj5s+e3mtWNCge/wLYPMpOdFlvsJPWxQZxXYFEOVKmPhQrU341AB2a 0xfUEeMF2+zGm0JpHpZF+a1mBzLWKCb4v/3ez7TUWfiAvFy2iBxjnDmI9MFKxskG YxGWQd90IN9safVx1FESGtwovKdYKkkzfiMj8jbf0lFnAm1uRFnBVUhr91ZscTbV BxgGzTNnT0jbd2ULKILGMlVCrdH5gPfOk1cQPQ1ukwNkMn8IpzWQlwRjq4zQmdrN DrDlQf7T1WNNwPgg9lqmF95l0FdP+0MLtQyf2xTknRCX46zEZla1YnUViYYQ3AbR iYP3QX4QFxQOqtA2q6u8fYfidDFjda3vZ7KGs+UDV4cj5HHkug0= =VyzS -----END PGP SIGNATURE----- ----- Topal: Original message ends ----- _______________________________________________ CRUX mailing list CRUX@lists.crux.nu https://lists.crux.nu/mailman/listinfo/crux
-----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE3p92iMrPBP64GmxZCu7JB1Xae1oFAmFLAr4ACgkQCu7JB1Xa e1o1CxAAuNbzVOjTq28Txlu+FKuMYiS1V0n++SKr3ul7KU7FMwOnj5PGPwsNu3Yd Q+KzdlZNKYunhJeJrKOXjfHtER5V+AKxBJOGyupYfQf8Aa+BYx8oPLWAuau42Grn ueRbXvfRcW7CO5R7eOx9PVTL+RvuucWfarP46LI4F8awnFK4TrhRFNg3yJpBjln7 cfga/C8WpPWgud4wJ6mM6psR5rBebyW6DImw7qHQ8FS9mHWwkntjmcrzsrInzEXZ Kost7tghR0Qx/dX0GwO+K7LOMEkPDQEWhHItE+usrVkSbGvXTdsZ8QZtlm+77Tdk fxKa50OX16ubVZG+ZoZ53oVlOjaJVKAFz9JbXFhS4IqAvr7U82hZa3n2wqvQ+mpO c3E3AxYOY0a6cE37MUsw/siTvaboPEBMJ7EK6DSYytqpMDpXo8tSoAEhc10hUaSW EWO0NMoMJcpL8ZDYtTtzpebK6LUNxhladYHQ66IrIasAzq4MkpL3c8eljZJ7/QRs z2Of8zJR1cYd+fpqgk3BzIO09ixjpyLE2+MHko3W+oJrYuWQjM0CKT7+nRTzPRH6 6VHxtGic/si0WIQm9dQqopp+FIDZgjzuF0ofK0+DFvlHnFIdcQG07oE0XyIBABA1 rlzFch9pLzDcBB3IoQ8Gea+ac7wO8rujHMZvFWZ/3cldltMSzSE= =HtuZ -----END PGP SIGNATURE-----
On 22/09/2021 13:06, Erich Eckner wrote:
Good morning, fellow CRUXers!
After yesterday's update, today my X refused to start without any obvious errors: `slim -d` does nothing without any errors and with 0 exit code, when omitting the `-d`, I get exit code 1 and the error "/usr/bin/xauth: file /var/run/slim.auth does not exist" although the file exists (owned by root with rw-------). I uploaded the output of `strace slim` to https://eckner.net/log - maybe, someone of you has an idea, what's going on, here?
The trace shows that the X server isn't running. So you should be looking for the reason in /var/log/Xorg.0.log, look for lines marked EE: grep EE /var/log/Xorg.0.log Perhaps you updated some xorg packages but not others, causing an ABI incompatibility. In that case, the solution is simple, update the packages with the old ABI. Cheers! Alan
participants (4)
-
Alan Mizrahi
-
Brian Madonna
-
Erich Eckner
-
tbier@posteo.de