Re: xauth segfault

2019-10-18 Thread chohag
Well it seems I was wrong and this is a common-or-garden bug. Specifically, from xauth/gethost.c, starting at line 199: #ifdef HAVE_STRLCPY strlcpy(path, fulldpyname, sizeof(path)); #else strncpy(path, fulldpyname, sizeof(path)); path[sizeof(path) - 1] = '\0';

Re: xauth segfault

2019-10-17 Thread chohag
Klemens Nanni writes: > On Thu, Oct 17, 2019 at 10:30:54PM +0100, cho...@jtan.com wrote: > > I don't even know where to begin with this one > Start with providing a backtrace from the core dump: build xauth with > debug symbols and reproduce, then inspect with gdb. > > Otherwise you're on your

Re: xauth segfault

2019-10-17 Thread Klemens Nanni
On Thu, Oct 17, 2019 at 10:30:54PM +0100, cho...@jtan.com wrote: > I don't even know where to begin with this one Start with providing a backtrace from the core dump: build xauth with debug symbols and reproduce, then inspect with gdb. Otherwise you're on your own with this very special setup.

Re: xauth: (argv):1: bad display name "BadSystemDetected.my.domain:0" in "remove" command

2016-02-01 Thread Lô Baret
I tried to Xorg -configure today and I get this : (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d" (EE) Segmentation fault at address 0x28 Fatal server error: (EE) Caught Signal 11 (Segmentation Fault). Server aborting Still don't know what to do with it. 2016-01-30 18:34

Re: xauth: (argv):1: bad display name "BadSystemDetected.my.domain:0" in "remove" command

2016-02-01 Thread Edgar Pettijohn
I always get that error. I have been ignoring it and so far no problems that I can tell. On 02/01/16 14:58, Lô Baret wrote: I tried to Xorg -configure today and I get this : (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d" (EE) Segmentation fault at address 0x28 Fatal

Re: xauth: (argv):1: bad display name "BadSystemDetected.my.domain:0" in "remove" command

2016-01-30 Thread Peter N. M. Hansteen
On 01/30/16 17:48, Lô Baret wrote: Hello, I recently installed OpenBSD 5.8 amd64 for the first time (default install options all the way) on my laptop (Thinkpad X200s) and everything went well until I tried to startx another window manager than the default fvwm. startx launches fvwm correctly

Re: xauth: (argv):1: bad display name "BadSystemDetected.my.domain:0" in "remove" command

2016-01-30 Thread Lô Baret
Thanks for the answer, i've already looked for solutions in the mailing list archive and on numerous forums. Now I can successfully launch i3 or awesome with startx /usr/local/bin/mywm but there is still the same xauth error: bad display name. $DISPLAY command returns nothing 2016-01-30 18:09

Re: xauth

2009-10-05 Thread Zavisa Nikac
Instead of fixing Xenocara or other programs, the proper way to solve this issue is to elliminate the possibility to have multiple records of the same host in /etc/hosts file. I was stunned to see that after installing fresh OpenBSD and configuring and setting it up, I had several entries for

Re: xauth

2009-10-04 Thread Rein Kadastik
On Sun, Jul 19, 2009 at 10:49 AM, Matthias Kilian k...@outback.escape.de wrote: On Sun, Jul 19, 2009 at 02:38:08AM +, 4625 wrote: On first run and exit from X, I have 'Segmentation fault (core dumped)' (xauth.core). [...] How old is you X installation? Afaik this bug was fixed in march

Re: xauth

2009-10-04 Thread Rod Whitworth
On Sun, 4 Oct 2009 13:03:02 +0300, Rein Kadastik wrote: On Sun, Jul 19, 2009 at 10:49 AM, Matthias Kilian k...@outback.escape.de wrote: On Sun, Jul 19, 2009 at 02:38:08AM +, 4625 wrote: On first run and exit from X, I have 'Segmentation fault (core dumped)' (xauth.core). [...] How old is

Re: xauth

2009-10-04 Thread Matthias Kilian
On Sun, Oct 04, 2009 at 01:03:02PM +0300, Rein Kadastik wrote: The fix had been merged to the stable branch (OPENBSD_4_5) of xenocara, so just rebuild xauth from this branch. Or look for duplicate entries in your /etc/hosts and remove them. Instead of fixing Xenocara or other programs,

Re: xauth

2009-07-19 Thread Matthias Kilian
On Sun, Jul 19, 2009 at 02:38:08AM +, 4625 wrote: On first run and exit from X, I have 'Segmentation fault (core dumped)' (xauth.core). [...] How old is you X installation? Afaik this bug was fixed in march 09. My X come with OpenBSD 4.5 distributive. The fix had been merged to the stable

Re: xauth

2009-07-19 Thread Jamie Griffin
On Sun 19.Jul'09 at 9:49:27 +0200, Matthias Kilian wrote: On Sun, Jul 19, 2009 at 02:38:08AM +, 4625 wrote: On first run and exit from X, I have 'Segmentation fault (core dumped)' (xauth.core). [...] How old is you X installation? Afaik this bug was fixed in march 09. The fix had

Re: xauth

2009-07-19 Thread Matthias Kilian
On Sun, Jul 19, 2009 at 10:27:41AM +0100, Jamie Griffin wrote: The fix had been merged to the stable branch (OPENBSD_4_5) of xenocara, so just rebuild xauth from this branch. I installed OpenBSD4.5 yesterday and i'm having the exact same issue. What's so difficult to understand in my mail?

Re: xauth

2009-07-19 Thread Jamie Griffin
I installed OpenBSD4.5 yesterday and i'm having the exact same issue. Removing the ~/.Xauthority file does allow X to start again. just to follow up on that, i did find a duplicate entry in /etc/hosts and removing it has fixed the problem. -- Jamie . PGP Key ID: 0x842DD368

Re: xauth

2009-07-19 Thread 4625
On Sun, 19 Jul 2009, Jamie Griffin wrote: I installed OpenBSD4.5 yesterday and i'm having the exact same issue. Removing the ~/.Xauthority file does allow X to start again. just to follow up on that, i did find a duplicate entry in /etc/hosts and removing it has fixed the problem. Indeed,

Re: xauth

2009-07-18 Thread Matthieu Herrb
On Sat, Jul 18, 2009 at 4:55 AM, Philip Guentherguent...@gmail.com wrote: On 7/17/09, 4625 4625...@gmail.com wrote: On first run and exit from X, I have 'Segmentation fault (core dumped)' (xauth.core). On all following startx command - window manager unable connect to X server, while

Re: xauth

2009-07-18 Thread 4625
On Sat, 18 Jul 2009, Matthieu Herrb wrote: On first run and exit from X, I have 'Segmentation fault (core dumped)' (xauth.core). On all following startx command - window manager unable connect to X server, while '.Xauthority' file are present in '~/' (home) dir. Can anyone help me to fix this

Re: xauth

2009-07-17 Thread Philip Guenther
On 7/17/09, 4625 4625...@gmail.com wrote: On first run and exit from X, I have 'Segmentation fault (core dumped)' (xauth.core). On all following startx command - window manager unable connect to X server, while '.Xauthority' file are present in '~/' (home) dir. Can anyone help me to fix

Re: xauth segmentation fault when exiting x11

2009-03-08 Thread Didier Wiroth
In case you would like to have a look a my xorg log file: http://www.wiroth.net/Xorg.0.log On Sunday 08 March 2009 10:41:02 Didier Wiroth wrote: Hello, I've been running 4.5 beta current (update several times) for some times now, but I keep getting a segmentation fault from xauth when

Re: xauth segmentation fault when exiting x11

2009-03-08 Thread Ted Unangst
On Sun, Mar 8, 2009 at 4:41 AM, Didier Wiroth dwir...@gmail.com wrote: I've been running 4.5 beta current (update several times) for some times now, but I keep getting a segmentation fault from xauth when exiting X11, (and the $HOME/.Xauth* files are not removed) I'm not a programmer, so I'm

Re: xauth segmentation fault when exiting x11

2009-03-08 Thread Didier Wiroth
On Sunday 08 March 2009 11:55:58 Ted Unangst wrote: On Sun, Mar 8, 2009 at 4:41 AM, Didier Wiroth dwir...@gmail.com wrote: I've been running 4.5 beta current (update several times) for some times now, but I keep getting a segmentation fault from xauth when exiting X11, (and the