Displaying 6 results from an estimated 6 matches for "29329".
Did you mean:
2329
2010 Mar 11
1
Failed to init inotify
...1:35:39 process1 smbd[24026]: Failed to init inotify - Too
many open files
Mar 11 11:35:52 process1 smbd[25349]: [2010/03/11 11:35:52, 0]
smbd/notify_inotify.c:293(inotify_setup)
Mar 11 11:35:52 process1 smbd[25349]: Failed to init inotify - Too
many open files
Mar 11 11:35:52 process1 smbd[29329]: [2010/03/11 11:35:52, 0]
smbd/notify_inotify.c:293(inotify_setup)
Mar 11 11:35:52 process1 smbd[29329]: Failed to init inotify - Too
many open files
Cheers
steve
Notice
This email and any attachments are strictly confidential and subject to copyright. They may
contain privilege...
2014 Feb 27
2
Re: [libvirt] LXC, user namespaces and systemd
...666
GIDs 1001 - 2000
foo 28919 28917 0 14:42 ? 00:00:00 /sbin/init
747 28950 28919 0 14:42 ? 00:00:00 /bin/dbus-daemon
./uidmapshift -r /var/lib/libvirt/filesystems/test
UIDs 888 - 1776
GIDs 1002 - 2001
foo1 29298 29296 0 14:45 ? 00:00:00 /sbin/init
969 29329 29298 0 14:45 ? 00:00:00 /bin/dbus-daemon
As you can see root is mapped to foo or foo1 user and dbus user is
mapped to 747 (uid=81(dbus) + uid=666(foo)) or 969 (uid=81(dbus) +
uid=888(foo1)). Mapping looks properly. Why use uidmapshift ?, it still
performs chown. Could you explain more?...
2006 Nov 08
2
Openssh and CentOS
I would like to know why the version of openssh used in Centos4.4
is based on version 3.9p1 but not on a more recent version of openssh?
The vulnerabilities found and corrected in the last version of openssh
are also corrected in version 3.9?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jun 13
1
How many imap processes per user
...1 imap
info at dem 25627 15780 0 10:28:55 ? 0:00 imap
info at dem 28938 28933 0 - ? 0:00 <defunct>
info at dem 29472 15780 0 10:54:23 ? 0:00 imap
info at dem 25628 25627 0 10:28:55 ? 0:00 rawlog /opt/csw/
libexec/dovecot/imap
info at dem 29329 29327 0 - ? 0:00 <defunct>
info at dem 29805 29801 0 - ? 0:00 <defunct>
info at dem 24303 24300 0 10:20:46 ? 0:00 rawlog /opt/csw/
libexec/dovecot/imap
info at dem 29941 15780 0 10:58:09 ? 0:00 imap
info at dem 28480 28477...
2014 Feb 27
0
Re: [libvirt] LXC, user namespaces and systemd
...8917 0 14:42 ? 00:00:00 /sbin/init
> 747 28950 28919 0 14:42 ? 00:00:00 /bin/dbus-daemon
>
> ./uidmapshift -r /var/lib/libvirt/filesystems/test
> UIDs 888 - 1776
> GIDs 1002 - 2001
>
> foo1 29298 29296 0 14:45 ? 00:00:00 /sbin/init
> 969 29329 29298 0 14:45 ? 00:00:00 /bin/dbus-daemon
>
> As you can see root is mapped to foo or foo1 user and dbus user is mapped to
> 747 (uid=81(dbus) + uid=666(foo)) or 969 (uid=81(dbus) + uid=888(foo1)).
> Mapping looks properly. Why use uidmapshift ?, it still performs chown.
> Co...
2014 Feb 26
6
[libvirt] LXC, user namespaces and systemd
Hi!
I with my colleagues from Samsung trying to run systemd in Linux
container. I saw that the others are experimenting in this topic,
so I would like to present the results of my work and tests, perhaps it
will be helpful to others.
As the prototype I used a manual written by Daniel:
https://www.berrange.com/posts/2013/08/12/running-a-full-fedora-os-inside-a-libvirt-lxc-guest/
After many