Trouble with Virt-Manager 'client' on FreeBSD

2013-01-10 Thread Michel Le Cocq
(sorry for the multi-list send)

Hi, I tried to use Virt-Manager on my freebsd Desktop.

$ pkg info | grep virt-manager
virt-manager-0.9.4_2   Toolkit to interact with virtualization
capabilities

All seem ok but when I tried to connect to remote kvm host I've got the
following error.

> Unable to connect to libvirt.
>
> End of file while reading data: : Input/output error
>
> Verify that the 'libvirtd' daemon is running
> on the remote host.
>
> Libvirt URI is: qemu+ssh://root@myremotehost/system
>
> Traceback (most recent call last):
>   File "/usr/local/share/virt-manager/virtManager/connection.py", line
> 1027, in _open_thread
> self.vmm = self._try_open()
>   File "/usr/local/share/virt-manager/virtManager/connection.py", line
> 1009, in _try_open
> flags)
>   File "/usr/local/lib/python2.7/site-packages/libvirt.py", line 102,
> in openAuth
> if ret is None:raise libvirtError('virConnectOpenAuth() failed')
> libvirtError: End of file while reading data: : Input/output error
I'm sure that the 'libvirtd' daemon is running on the remote host.
Because I can connect to the same host on an other Linux 'ubuntu'
Desktop (virt-manager 0.901-1ubuntu5.1).

Here is the detail of my connection setting :
qemu+ssh://root@myremotehost/system

Thanks

--
Michel Le Cocq
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: rdiff-backup-1.2.8 python2.5.4 : OverflowError: signed integer is greater than maximum

2010-01-15 Thread Michel Le Cocq
I upgrade to python26 by following the 20090608 entry   
   
in /usr/ports/UPDATING.

I'm now on : python26-2.6.4, rdiff-backup-1.2.8,1

But I still have the same error :
OverflowError: signed integer is greater than maximum

I just did :
# rdiff-backup /mnt/users/toto /backup/Lipn/users_backup/toto

It work for 393 user folder and give this error on 3.

I attach here the Traceback.

--
Michel


Michel Le Cocq a écrit:
> I run rdiff-backup on my backup server:
> - FreeBSD 8.0-RELEASE AMD64
> - rdiff-backup-1.2.8,1
> - python25-2.5.4_3
> - be pro quad
> - 4G Ram
> 
> I try to rdiff a folder on a nfs ro mounted volume to an other volume.
> 
> I obtain this error : OverflowError: signed integer is greater than
> maximum
> 
> I have the same problem as Brad Beyenhof see here :
> http://www.mail-archive.com/rdiff-backup-us...@nongnu.org/msg03794.html
> 
> I know it's a know problem due to a bug in Python. And have to upgrad
> Python to 2.5.4 or 2.6.1.
> 
> But I'm on python25-2.5.4_3 !!! and rdiff need python25 to run so I
> can't remove it for python26...
> 
> What can I do to obtain my full backup ?
> 
> Thanks
> 
> --
> Michel
Traceback (most recent call last):
  File "/usr/local/bin/rdiff-backup", line 30, in 
rdiff_backup.Main.error_check_Main(sys.argv[1:])
  File "/usr/local/lib/python2.6/site-packages/rdiff_backup/Main.py", line 304, 
in error_check_Main
try: Main(arglist)
  File "/usr/local/lib/python2.6/site-packages/rdiff_backup/Main.py", line 324, 
in Main
take_action(rps)
  File "/usr/local/lib/python2.6/site-packages/rdiff_backup/Main.py", line 280, 
in take_action
elif action == "backup": Backup(rps[0], rps[1])
  File "/usr/local/lib/python2.6/site-packages/rdiff_backup/Main.py", line 346, 
in Backup
backup.Mirror(rpin, rpout)
  File "/usr/local/lib/python2.6/site-packages/rdiff_backup/backup.py", line 
38, in Mirror
DestS.patch(dest_rpath, source_diffiter)
  File "/usr/local/lib/python2.6/site-packages/rdiff_backup/backup.py", line 
232, in patch
ITR(diff.index, diff)
  File "/usr/local/lib/python2.6/site-packages/rdiff_backup/rorpiter.py", line 
281, in __call__
last_branch.fast_process(*args)
  File "/usr/local/lib/python2.6/site-packages/rdiff_backup/backup.py", line 
529, in fast_process
if self.patch_to_temp(mirror_rp, diff_rorp, tf):
  File "/usr/local/lib/python2.6/site-packages/rdiff_backup/backup.py", line 
553, in patch_to_temp
result = self.patch_snapshot_to_temp(diff_rorp, new)
  File "/usr/local/lib/python2.6/site-packages/rdiff_backup/backup.py", line 
578, in patch_snapshot_to_temp
rpath.copy_attribs(diff_rorp, new)
  File "/usr/local/lib/python2.6/site-packages/rdiff_backup/rpath.py", line 
180, in copy_attribs
rpout.chown(*rpout.conn.user_group.map_rpath(rpin))
  File "/usr/local/lib/python2.6/site-packages/rdiff_backup/rpath.py", line 
973, in chown
try: self.conn.C.lchown(self.path, uid, gid)
OverflowError: signed integer is greater than maximum
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

rdiff-backup-1.2.8 python2.5.4 : OverflowError: signed integer is greater than maximum

2010-01-15 Thread Michel Le Cocq
I run rdiff-backup on my backup server:
- FreeBSD 8.0-RELEASE AMD64
- rdiff-backup-1.2.8,1
- python25-2.5.4_3
- be pro quad
- 4G Ram

I try to rdiff a folder on a nfs ro mounted volume to an other volume.

I obtain this error : OverflowError: signed integer is greater than
maximum

I have the same problem as Brad Beyenhof see here :
http://www.mail-archive.com/rdiff-backup-us...@nongnu.org/msg03794.html

I know it's a know problem due to a bug in Python. And have to upgrad
Python to 2.5.4 or 2.6.1.

But I'm on python25-2.5.4_3 !!! and rdiff need python25 to run so I
can't remove it for python26...

What can I do to obtain my full backup ?

Thanks

--
Michel
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


rdiff-backup-1.2.8 python2.5.4 : OverflowError: signed integer is greater than maximum

2010-01-13 Thread Michel Le Cocq
I all.

I run rdiff-backup on my backup server:
- FreeBSD 8.0-RELEASE AMD64
- rdiff-backup-1.2.8,1
- python25-2.5.4_3
- be pro quad
- 4G Ram

I try to rdiff a folder on a nfs ro mounted volume to an other volume.

I obtain this error : OverflowError: signed integer is greater than
maximum

I have the same problem as Brad Beyenhof see here :
http://www.mail-archive.com/rdiff-backup-us...@nongnu.org/msg03794.html

I know it's a know problem due to a bug in Python. And have to upgrad
Python to 2.5.4 or 2.6.1.

But I'm on python25-2.5.4_3 !!! and rdiff need python25 to run so I
can't remove it for python26...

What can I do to obtain my full backup ?

Thanks

--
Michel

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"