Hi Daniel,

Daniel Koch <koch.daniel...@gmail.com> writes:
> Hey there. I am using i3 in KDE. Something strange happened:
> When i login i3 is working quiet well when started right after KDM-Login. 
> After
> a few minutes it just crashes. When i am trying to restart it i am getting
> this:
>
> #i3 -d all
> mkdir(): Permission denied
> Could not initialize errorlog
> Segmentation fault
>
>
> Its hard to do any debugging without a working debug mode.
Please provide the output of strace -fF -o /tmp/strace.log -s 2048 i3 -d
all

Note that you actually should run “i3 -V -d all”.

The only place in the code where mkdir() prints an error in that way is
libi3/get_process_filename.c:37, implying that you have $XDG_RUNTIME_DIR
set, but the directory is not writable. can you attach the output of
“env” as well as “ls -lR $XDG_RUNTIME_DIR” and “id -a”?

-- 
Best regards,
Michael


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to