jailkit-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Jailkit-users] Jailkit issues on Debian Jessie 8.2


From: Olivier Sessink
Subject: Re: [Jailkit-users] Jailkit issues on Debian Jessie 8.2
Date: Tue, 3 Nov 2015 22:04:59 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 03-11-15 21:21, Dennis Højgaard wrote:
> Thank you very much for your answer. 
>
> Att 1: would that be strace for bash then? 
since bash does not start, you have to connect to ssh and trace all its
children.

1) ssh to the account, but do not yet enter the password
2) find the pid for the sshd handling this connection `ps axu|grep
sshd|grep jailuser`
3) strace this pid with all its children, for example `strace -p 30752
-ff -o /tmp/tracefile`
4) find the file that traces the execution of bash and see why it fails


> Att 2: Which libraries are we talking about with regards to bash?

ldd /bin/bash
or ldd /home/jails/masala/bin/bash

but that should have the same results if it is the same bash


Olivier


-- 
Bluefish website http://bluefish.openoffice.nl/
Blog http://oli4444.wordpress.com/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]