On Thu, Jul 31, 2014 at 06:50:23PM +0200, Jerome BENOIT wrote:
> I just want to create from command line (if possible), not mount it (via bind
> or).
perl -e 'use Socket; socket(SERVER, PF_UNIX, SOCK_STREAM, 0); unlink
"/tmp/mysock"; bind(SERVER, sockaddr_un("/tmp/mysock")) or die $@;'
PS Pleas
Hello List,
On 31/07/14 19:33, Sven Hartge wrote:
> Jerome BENOIT wrote:
>> On 31/07/14 18:52, Henrique de Moraes Holschuh wrote:
>>> On Thu, 31 Jul 2014, Jerome BENOIT wrote:
>
I have a very naive question: how can we create a dev/log
socket, similar to `/dev/log', in a chroot jail ?
Jerome BENOIT wrote:
> On 31/07/14 18:52, Henrique de Moraes Holschuh wrote:
>> On Thu, 31 Jul 2014, Jerome BENOIT wrote:
>>> I have a very naive question: how can we create a dev/log socket,
>>> similar to `/dev/log', in a chroot jail ?
>> It can be done through bind mounts (refer to the mount
Hi,
On 31/07/14 18:52, Henrique de Moraes Holschuh wrote:
> On Thu, 31 Jul 2014, Jerome BENOIT wrote:
>> I have a very naive question:
>> how can we create a dev/log socket, similar to `/dev/log', in a chroot jail ?
>
> It can be done through bind mounts (refer to the mount(8) manpage) or by
> co
On Thu, 31 Jul 2014, Jerome BENOIT wrote:
> I have a very naive question:
> how can we create a dev/log socket, similar to `/dev/log', in a chroot jail ?
It can be done through bind mounts (refer to the mount(8) manpage) or by
configuring the log daemon to listen at the extra socket.
--
"One d
Hi.
On Thu, Jul 31, 2014 at 06:25:38PM +0200, Jerome BENOIT wrote:
>
>
> On 31/07/14 17:54, B wrote:
> > On Thu, 31 Jul 2014 17:46:08 +0200
> > Jerome BENOIT wrote:
> >
> >> how can we create a dev/log socket, similar to `/dev/log', in a
> >> chroot jail ?
> >
> > The least Linux deserves
On 31/07/14 17:54, B wrote:
> On Thu, 31 Jul 2014 17:46:08 +0200
> Jerome BENOIT wrote:
>
>> how can we create a dev/log socket, similar to `/dev/log', in a
>> chroot jail ?
>
> The least Linux deserves from its users is them making at least
> a minimum of self researches about trivial que
On Thu, 31 Jul 2014 17:46:08 +0200
Jerome BENOIT wrote:
> how can we create a dev/log socket, similar to `/dev/log', in a
> chroot jail ?
The least Linux deserves from its users is them making at least
a minimum of self researches about trivial questions…
--
If ignorance is bliss, why aren't t
8 matches
Mail list logo