Hi,
personally I prefer to use option 1.
# Rename the original QEMU script:
mv /usr/lib/xen/bin/qemu-dm /usr/lib/xen/bin/qemu-dm.orig
# Replace with a wrapper script:
echo '#!/bin/bash
oldstring=$@
newstring=${oldstring//rtl8139/e1000}
exec /usr/lib/xen/bin/qemu-dm.orig $newstring' > /usr/lib/x
I had the same problem with 3.9, now I am running 4.0-beta with the
latest thunderbird package and I don't have that problem anymore.
But it still hangs (folder don't get refreshed anymore) from time to
time when running for several hours.
Hi,
just had one of my servers crash with the following message:
http://v68i.img-up.net/crash113b41.JPG
Was this specific issue fixed in -current with the following comment
from the daily changelog?
"The mlock(2) and munlock(2) systemcalls no longer cause hard
failures when the effec
3 matches
Mail list logo