|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xen and rsync
As mentioned in the list before for a DELL 1850 ( I have the same
problem for a DELL 2850) I tried the nousb option in grub.conf
so:
title Fedora Core (2.6.12-1.1390_FC4xen0)
root (hd0,0)
kernel /xen.gz
module /vmlinuz-2.6.12-1.1390_FC4xen0 ro root=LABEL=/ nousb
module /initrd-2.6.12-1.1390_FC4xen0.img
A bit magically , does someone have an explanation ?
I seems to work
On Tue, 2005-07-12 at 09:19 +0200, Jos Leurs wrote:
> Hello,
>
> I have installed RH FC4 (no development or testing packages)
>
>
> base install ...
> with packages xen
>
> xen-2-20050530
> kernel-xenU-2.6.12-1.1390_FC4
> kernel-xen0-2.6.12-1.1390_FC4
>
> when I ry to run rsync -av /directory /anotherdir
>
> then the machine hangs after running a while
>
> I can repeat this experiment but I cannot determine when it hangs.
> Sometimes it seems that pressing a key (remote ssh) helps a bit.
>
>
> Does someone know about it and how to fix it ?
>
>
> That is why I have tried (because md5sums and running out of random):
>
> cd /dev
> mv /dev/random /dev/random.org
> ln -s urandom random
>
> mv /lib/tls /lib/tls.disabled
>
> no result
>
> when I am running the same on a "not xen-kernel setup":
>
>
> my grub.conf
>
>
> # grub.conf generated by anaconda
> #
> # Note that you do not have to rerun grub after making changes to this
> file
> # NOTICE: You have a /boot partition. This means that
> # all kernel and initrd paths are relative to /boot/, eg.
> # root (hd0,0)
> # kernel /vmlinuz-version ro root=/dev/sda2
> # initrd /initrd-version.img
> #boot=/dev/sda
> default=0
> timeout=5
> splashimage=(hd0,0)/grub/splash.xpm.gz
> hiddenmenu
> title Fedora Core (2.6.12-1.1390_FC4)
> root (hd0,0)
> kernel /vmlinuz-2.6.12-1.1390_FC4 ro root=LABEL=/
> initrd /initrd-2.6.12-1.1390_FC4.img
> title Fedora Core (2.6.12-1.1390_FC4xen0)
> root (hd0,0)
> kernel /xen.gz
> module /vmlinuz-2.6.12-1.1390_FC4xen0 ro root=LABEL=/
> module /initrd-2.6.12-1.1390_FC4xen0.img
> title Fedora Core (2.6.11-1.1369_FC4)
> root (hd0,0)
> kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/
> initrd /initrd-2.6.11-1.1369_FC4.img
>
>
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|