Displaying 4 results from an estimated 4 matches for "mliebherr99".
2010 Oct 22
3
include-from or files-from
Hello List,
i have got a large File-List which looks like this:
...snip...
165/165950*.jpg
166/166072*.jpg
...snap....
Now i would like to transfer only those file from that list. The rsync command:
rsync -avz -F --files-from=/tmp/synclist-small.txt /mnt/ /data/
does not seem to work due to that wildcard.
The command:
rsync -avz -F --include-from=/tmp/synclist-small.txt /mnt/ /data/
syncs
2013 Feb 18
2
Kernel Error with Debian Squeeze, DRBD, 3.2.0-0.bpo.4-amd64 and Xen4.0
Hello List,
i am running Debian Squeeze and i installed DRBD, 3.2.0-0.bpo.4-amd64
and Xen4.0 from the Backports.
Sometimes i get such ugly Kernel message:
[257318.441757] BUG: unable to handle kernel paging request at ffff880025f19000
Log:
[256820.643918] xen-blkback:ring-ref 772, event-channel 16, protocol 1
(x86_64-abi)
[256830.802492] vif86.0: no IPv6 routers present
[256835.674481]
2009 May 27
0
VM start failed - How to debug?
Hello List,
when i try to create a domU i get:
xm create www1.cfg
Using config file "/etc/xen/www1.cfg".
Error: Creating domain failed: name=www1
Error Log:
----------------
[2009-05-27 15:00:31 5237] DEBUG (XendDomainInfo:92)
XendDomainInfo.create([''vm'', [''name'', ''www1''], [''memory'', ''1024''],
2015 Jan 31
2
virt-v2v - can i convert a ESXi Guest to oVirt (KVM)
Hello List,
i have Debian ESXi Guest VMs. Can i use virt-v2v to convert and import
them in oVirt?
I have read that this is possible for RedHat guest and i was wondering
if this also works for Debian Guest VMs, too.
Thanks,
Mario