[libvirt] reload libvirtd.conf has a little problem.

hi When libvirtd is running, I changed "unix_sock_ro_perms=0777" into ""unix_sock_ro_perms=0755", and then reload the configuration with: kill -SIGHUP `pidof libvirtd` or "service libvirtd reload" the permission of /var/lib/libvirt/libvirt-sock-ro still is 0777, but not 0755. and after "service libvirtd restart", the permission is changed into 0755. think it's a little problem. libvirt version: libvirt-0.7.6-1.fc12.x86_64 Thanks and Regards osier

On Mon, Mar 01, 2010 at 05:30:21PM +0800, Osier Yang wrote:
hi When libvirtd is running, I changed "unix_sock_ro_perms=0777" into ""unix_sock_ro_perms=0755", and then reload the configuration with: kill -SIGHUP `pidof libvirtd` or "service libvirtd reload"
the permission of /var/lib/libvirt/libvirt-sock-ro still is 0777, but not 0755.
and after "service libvirtd restart", the permission is changed into 0755.
think it's a little problem.
libvirt version: libvirt-0.7.6-1.fc12.x86_64
libvirtd never attempts to reload /etc/libvirt/libvirtd.conf while running. The SIGHUP only triggers a reload of the hypervisor drivers' guest/network configuration files. Regards, Daniel -- |: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://deltacloud.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|

hmmm, I see. Thanks. Regards osier Daniel P. Berrange wrote:
On Mon, Mar 01, 2010 at 05:30:21PM +0800, Osier Yang wrote:
hi When libvirtd is running, I changed "unix_sock_ro_perms=0777" into ""unix_sock_ro_perms=0755", and then reload the configuration with: kill -SIGHUP `pidof libvirtd` or "service libvirtd reload"
the permission of /var/lib/libvirt/libvirt-sock-ro still is 0777, but not 0755.
and after "service libvirtd restart", the permission is changed into 0755.
think it's a little problem.
libvirt version: libvirt-0.7.6-1.fc12.x86_64
libvirtd never attempts to reload /etc/libvirt/libvirtd.conf while running. The SIGHUP only triggers a reload of the hypervisor drivers' guest/network configuration files.
Regards, Daniel
participants (2)
-
Daniel P. Berrange
-
Osier Yang