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
On Wed, Aug 29, 2001 at 04:04:09PM -0400, Andrew Dixon wrote:
> Hi All,
> Could anyone enlighten me as to what type of file /dev/log is? ls -l
> gives the following:
>
> [EMAIL PROTECTED]:/usr/include/linux$ ls -l /dev/log
> srw-rw-rw-1 root root0 Aug 29 08:54 /de
In article <[EMAIL PROTECTED]>,
Andrew Dixon <[EMAIL PROTECTED]> wrote:
>Hi All,
>Could anyone enlighten me as to what type of file /dev/log is? ls -l
>gives the following:
>
> [EMAIL PROTECTED]:/usr/include/linux$ ls -l /dev/log
> srw-rw-rw-1 root root0 Aug 29 08
10 matches
Mail list logo