Open GoogleCodeExporter opened 9 years ago
I got this same error right after installing shellinabox rather than on system
reboot. I'm not a programmer, so I don't know why this matters (maybe
something to do with gr_len in privileges.c), but when I moved the shellinabox
group entry to an earlier point in /etc/group (near the top with other system
groups), shellinabox starts fine from the command-line or /etc/init.d files.
That said, I haven't tested that it comes up again at reboot (I'm not on a
system I can reboot easily). Perhaps someone could try this on a system where
they can test rebooting?
Original comment by enkidush...@gmail.com
on 28 Feb 2014 at 9:44
I found the reason of the error. In my case it was the OS fault (I think), as
the group, which SHINBOX belongs to, was after another group, which contains 80
users. So, the problem was, that OS was not able to "access" entry of any
group, which followed the "big" users group.
I just moved the "big" entry group at the end of /etc/groups, and everything
started correctly.
Original comment by hipi...@gmail.com
on 1 Mar 2014 at 7:24
That fits my situation as well, but I wouldn't really say this is an OS issue,
since groups with > 80 members shouldn't be a problem. I think this points
again to how gr_len gets set (mabye it needs a larger default?).
Original comment by enkidush...@gmail.com
on 13 Mar 2014 at 4:05
Original issue reported on code.google.com by
hipi...@gmail.com
on 26 Oct 2013 at 10:04