Displaying 12 results from an estimated 12 matches for "srwx".
Did you mean:
drwx
2005 Apr 26
2
Shared mailboxes and accessing MailDir not through IMAP
...s write permission to the mails
therein only, the MDA takes care of to make the mails readable for the
group. It would be good to see, if somebody had answered a mail already,
but that's not required.
What I tried is this:
I setup all Unix-permissions of the folders (. cur new tmp: u=rwx,g=srwx)
and their parents (u=rwx,g=x).
Then I placed a symlink into the maildir of all users.
Each user caches the INDEXes into an individual /var/ directory, not in
the maildirs themselves. (BTW: I wonder why I need to give the group write
permission to the base directory '.').
The mailbox sh...
2010 Mar 10
2
unable to get domain status from libvirt & KVM
...1:06.598: error : No vport operation path found for host1
14:21:06.599: error : No vport operation path found for host2
14:21:06.615: info : No security driver available
Id Name State
----------------------------------
Permissions in /var/run/libvirt:
# ls -ld /var/run/libvirt/*
srwx------ 1 root root 0 Feb 5 08:53 /var/run/libvirt/libvirt-sock
srwxrwxrwx 1 root root 0 Feb 5 08:53 /var/run/libvirt/libvirt-sock-ro
drwxr-xr-x 2 root root 4096 Jan 21 14:38 /var/run/libvirt/network
drwxr-xr-x 2 root root 4096 Oct 20 18:50 /var/run/libvirt/qemu
Can someone provide some tips...
2010 Mar 11
2
unable to get domain status from libvirt & KVM
...:06.598: error : No vport operation path found for host1
14:21:06.599: error : No vport operation path found for host2
14:21:06.615: info : No security driver available
Id Name State
----------------------------------
Permissions in /var/run/libvirt:
# ls -ld /var/run/libvirt/*
srwx------ 1 root root 0 Feb 5 08:53 /var/run/libvirt/libvirt-sock
srwxrwxrwx 1 root root 0 Feb 5 08:53 /var/run/libvirt/libvirt-sock-ro
drwxr-xr-x 2 root root 4096 Jan 21 14:38 /var/run/libvirt/network
drwxr-xr-x 2 root root 4096 Oct 20 18:50 /var/run/libvirt/qemu
Can someone provide some tips...
2010 Mar 12
1
unable to get domain list of KVM guests from libvirt as non-root user
...unning CentOS 5.4 x86_64 and are using the
same version of libvirt:
libvirt-0.6.3-20.1.el5_4
libvirt-python-0.6.3-20.1.el5_4
Both Xen and KVM servers have the default libvirt.conf config file and
the following /var/run/libvirt permissions:
KVM:
[root at kvm ~]# ls -l /var/run/libvirt
total 16
srwx------ 1 root root 0 Mar 12 08:37 libvirt-sock
srwxrwxrwx 1 root root 0 Mar 12 08:37 libvirt-sock-ro
drwxr-xr-x 2 root root 4096 Mar 8 13:05 network
drwxr-xr-x 2 root root 4096 Mar 11 16:17 qemu
Xen:
[root at xen ~]# ls -l /var/run/libvirt
total 16
srwx------ 1 root root 0 Feb 5 08:53 l...
2005 Sep 19
1
rsync and HP11.11 problem
Hi All,
I am trying to run rsync from HP11.00 machine (source) to HP11.11
machine, as test for migration plan. The data on the source is not
changing since it is snapshot of active data.
Every time we try to run the following command:
timex rsync -avuz --delete isynh09:/snap
We get the following error:
receiving file list ... done
mknod
2013 Feb 08
1
libvirt v1.0.2 fails to boot LXC container, but v1.0.0 works
...ed exit
status 1: Cannot find device "veth1"
ostara ~ # ls -l /var/lib/libvirt/lxc/
total 0
ostara ~ # mount | grep libvirt
libvirt on /run/libvirt/lxc/dwj-lnx-dev type fuse (rw,nosuid,nodev)
ostara ~ # ls -l /run/libvirt/lxc
total 0
drwxr-xr-x 2 root root 40 Feb 8 12:09 dwj-lnx-dev
srwx------ 1 root root 0 Feb 8 12:09 dwj-lnx-dev.sock
srwx------ 1 root root 0 Feb 8 11:22 vm1.sock
ostara ~ # ls -l /run/libvirt/lxc/dwj-lnx-dev
total 0
*** "veth1" (regarding the rror "Cannot find device")
*** "veth1" is still no created. But I do know that when
**...
2013 Jul 12
2
libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
...error: Failed to reconnect to the hypervisor
ostara ~ # virsh -c lxc:/// list --all
error: failed to connect to the hypervisor
error: no valid connection
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock':
Connection refused
ostara ~ # ls -l /var/run/libvirt/libvirt-sock
srwx------ 1 root root 0 Jul 12 11:21 /var/run/libvirt/libvirt-sock
ostara ~ # ps axfw | grep libvirt
9997 pts/2 S+ 0:00 \_ grep --colour=auto
libvirt
8446 ? S 0:00 /usr/sbin/dnsmasq
--conf-file=/var/lib/libvirt/dnsmasq/default.conf
9441 ? Ss 0:00...
2005 Mar 23
2
pauses sync'ing between tmpfs and disk on Linux 2.4.x
I've set up a 1GB tmpfs filesystem on a system with a single IDE disk and
2GB's of memory. I'm storing a large amount of RRD files (~300MB) on the
tmpfs filesystem to make their generation a bit speedier... this part works
great.
However, I want to rsync these files over from time to time to a directory on
the local filesystem (same physical server). I'm using rsync 2.6.4pre3
2013 Jul 12
0
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
...gt;
> ostara ~ # virsh -c lxc:/// list --all
> error: failed to connect to the hypervisor
> error: no valid connection
> error: Failed to connect socket to '/var/run/libvirt/libvirt-sock':
> Connection refused
>
>
> ostara ~ # ls -l /var/run/libvirt/libvirt-sock
> srwx------ 1 root root 0 Jul 12 11:21 /var/run/libvirt/libvirt-sock
>
>
> ostara ~ # ps axfw | grep libvirt
> 9997 pts/2 S+ 0:00 \_ grep --colour=auto
> libvirt
> 8446 ? S 0:00 /usr/sbin/dnsmasq
> --conf-file=/var/lib/libvirt/dnsmasq/default...
2019 Jan 18
3
testparm: /var/run/ctdb/ctdb.socket missing
Apologies in advance, but I have been banging my head against this
and the only Google results I've found are from 2014, and don't work
(or apply).
OS: Ubuntu 18.04 bionic
smbd: 4.9.4-Debian (the apt.van-belle.nl version)
When I run `testparm` I get:
rlimit_max: increasing rlimit_max (8192) to minimum Windows limit
(16384)
WARNING: The "syslog" option is deprecated
2013 Jul 12
2
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
...:/// list --all
>> error: failed to connect to the hypervisor
>> error: no valid connection
>> error: Failed to connect socket to '/var/run/libvirt/libvirt-sock':
>> Connection refused
>>
>>
>> ostara ~ # ls -l /var/run/libvirt/libvirt-sock
>> srwx------ 1 root root 0 Jul 12 11:21 /var/run/libvirt/libvirt-sock
>>
>>
>> ostara ~ # ps axfw | grep libvirt
>> 9997 pts/2 S+ 0:00 \_ grep --colour=auto
>> libvirt
>> 8446 ? S 0:00 /usr/sbin/dnsmasq
>> --conf-file=/var...
2003 Dec 01
0
No subject
...tech 4096 Sep 6 11:32 .AppleDesktop
drwxrwxr-x 2 caseyl tech 4096 May 29 13:21 .AppleDouble
drwxrws--- 9 caseyl tech 4096 Sep 9 21:18 Admin
drwxrws--- 11 caseyl tech 4096 May 23 15:09 DB
drwxrws--- 15 caseyl tech 4096 Aug 28 08:33 Mac
drwx--Srwx 3 caseyl tech 4096 Sep 7 15:29 Network Trash
Folder
-rw-rw---- 1 caseyl tech 0 Sep 9 21:17 New Text
Document.txt
drwxrwsrwx 3 martham tech 4096 May 6 18:05
TheFindByContentFolder
drwxrwsrwx 3 caseyl tech 4096 Mar 30 13:51
TheVolumeSettingsFolder...