Displaying 2 results from an estimated 2 matches for "fd90".
Did you mean:
f90
2018 Nov 10
2
Problem DNS samba_dnsupdate
...record 0 100 88 dc.bewphoto.local.
root at dc:~# host -t SRV _ldap._tcp.bewphoto.local.
_ldap._tcp.bewphoto.local has SRV record 0 100 389 dc.bewphoto.local
cat /etc/resolv.conf
nameserver 192.168.88.7
domain bewphoto.local
search bewphoto.local
samba_dnsupdate --verbose --all-names
IPs: ['fd90:9497:9932:2300:5054:ff:fe3e:8aa9', '192.168.88.7']
force update: A dc.bewphoto.local 192.168.88.7
force update: AAAA dc.bewphoto.local fd90:9497:9932:2300:5054:ff:fe3e:8aa9
force update: NS bewphoto.local dc.bewphoto.local
force update: NS _msdcs.bewphoto.local dc.bewphoto.local
force u...
2012 Aug 17
1
getCPUStats of a domain by a non-root user - libvirtError: Requested operation is not valid: cgroup CPUACCT controller is not mounted
...sted operation is not valid: cgroup CPUACCT controller
is not mounted
However, CPUACCT is actually started and mounted to /mnt/cgroups/cpuacct,
and the following steps actually work for the root user:
import libvirt
conn = libvirt.open(None)
dom = conn.lookupByUUIDString('e06c6b11-d655-5a98-fd90-724d106066f9')
dom.getCPUStats(True, 0)
Output:
[{'cpu_time': 10245430984L,
'system_time': 5350000000L,
'user_time': 1870000000L}]
The domains referenced above are started for the non-root and root users
respectively.
I would be very grateful for any pointers to...