IRC channel logs

2020-10-11.log

back to list of logs

***Server sets mode: +nt
<civodul>hi there!
<civodul>when things go wrong (can no longer log in, for instance), how do you go about finding out what's going on?
<civodul>for instance, i had "ps aux" work fine from the login shell (zero UIDs)
<civodul>but then logging in would fail (bad request message ID) and it would remain stuck
<civodul>so presumably proc is not dead
<civodul>but then, what could it be? exec?
<civodul>ah i guess i can use the kernel debugger in that case