Displaying 6 results from an estimated 6 matches for "alfano".
Did you mean:
alano
2011 Jan 13
1
Client Disconnect periodically
...nnessione abbattuta dal corrispondente
[2011/01/13 09:21:01, 1] smbd/service.c:close_cnum(1274)
pc-ser-tun (192.168.168.202) closed connection to service utit
How can i configure this new samba version to remove this behaviour from
client ?
Thanks in advance.
--
--
Best Regards
Francesco Alfano
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: testparm-oldsrv1.txt
URL: <http://lists.samba.org/pipermail/samba/attachments/20110113/eb6a8525/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified t...
2010 Mar 31
1
connect libvirt and virtualbox
conn = libvirt.open("vbox:///session")
return this error:
libvir: VBOX error : internal error unable to initialize VirtualBox driver API
Traceback (most recent call last):
File "prova.py", line 5, in <module>
conn = libvirt.open("vbox:///session")
File "/usr/lib/python2.6/dist-packages/libvirt.py", line 163, in open
if ret is None:raise
2011 Jan 20
1
Samba name/address mismatch
Hello
In samba log file I've a message like this:
[2011/01/18 16:04:04, 0] lib/util_sock.c:matchname(1749)
matchname: host name/address mismatch: ::ffff:192.168.168.202 !=
pc-ser-tun.eda
that fills log.smbd.
I've never used ipv6 and
ping pc-ser-tun.eda returns:
PING pc-ser-tun.eda (192.168.168.202) 56(84) bytes of data.
64 bytes from pc-ser-tun.eda (192.168.168.202): icmp_seq=1
2010 Mar 14
0
Memory domain
1. Can I set the memory of a domain when it is running?
2. If the host has a total memory of 2GB and launch two VM which respectively 2GB of memory setting, because I don't have a mistake o warning?
Grazie Angelo
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 May 11
0
error libvirt
I have a problem con libvirt, if running this python code:
import libvirt
conn = libvirt.open("vbox:///session")
return this error:
libvir: QEMU error : server closed connection
libvir: warning : Failed to find the interface: Is the daemon running ?
libvir: Remote error : unable to connect to '/var/run/libvirt/libvirt-sock': Connection refused
libvir: warning : Failed to
2010 May 11
0
remote libvirt vbox
I tried:
import libvirt
conn = libvirt.open("vbox+ssh://user at 192.168.0.10/session")
Prompted for a password for ssh connection, but returns this
error:
libvir: QEMU error : server closed connection
Traceback (most recent call last):
File "/home/angelo/workspace/test.py", line 11, in <module>
conn = libvirt.open("vbox+ssh://user at