Re: [uml-user] Bug in UML

2007-01-23 Thread Joel Palmius
I use NFS for having the guests mount separate directories on the host, then I rsync to these from the UMLs. Works for me, and is easily cron:able from inside the UMLs. This was convenient since my host have a directory with shared resources for the UMLs anyway, so NFS was already set up. If yo

Re: [uml-user] Bug in UML

2007-01-23 Thread Antoine Martin
How about attaching a disk with mconsole, mount it in the guest, copy the data, umount, detach disk. done? Chris Lightfoot wrote: > On Tue, Jan 23, 2007 at 12:14:53PM -0500, Jonas Meyer wrote: >> Hmm... What is the preferred method of backup for a VM then? As I >> said, I'd rather not install s

Re: [uml-user] Bug in UML

2007-01-23 Thread Jyrki Jaakkola
Jonas Meyer wrote: > I'm not sure I follow, but I'll take your word for it. Is it your > opinion, then, that if I upgrade to 2.6.19.2 it will fix my problem? I'm not sure about it but that bug could be one of the possible causes. Jyrki Jaakkola --

Re: [uml-user] Bug in UML

2007-01-23 Thread Brock, Anthony - NET
nstance from the snapshot. Tony > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Jonas Meyer > Sent: Tuesday, January 23, 2007 9:15 AM > To: [email protected] > Subject: Re: [uml-user] Bug in UML > >

Re: [uml-user] Bug in UML

2007-01-23 Thread Chris Lightfoot
On Tue, Jan 23, 2007 at 12:14:53PM -0500, Jonas Meyer wrote: > Hmm... What is the preferred method of backup for a VM then? As I > said, I'd rather not install ssh on every guest if I don't have to. depends how consistent a backup you need and what level of resource usage you can tolerate. e.g.

Re: [uml-user] Bug in UML

2007-01-23 Thread Jonas Meyer
I'm not sure I follow, but I'll take your word for it. Is it your opinion, then, that if I upgrade to 2.6.19.2 it will fix my problem? Jonas Jyrki Jaakkola wrote: > From latest 2.6.19.2 kernel change log: > > "[PATCH] VM: Fix nasty and subtle race in shared mmap'ed page writeback > > The VM la

Re: [uml-user] Bug in UML

2007-01-23 Thread Jonas Meyer
Hmm... What is the preferred method of backup for a VM then? As I said, I'd rather not install ssh on every guest if I don't have to. Jonas Chris Lightfoot wrote: > On Tue, Jan 23, 2007 at 12:00:17PM -0500, Jonas Meyer wrote: >> It seems to be nearly instant, yes. If not instant, it is within

Re: [uml-user] Bug in UML

2007-01-23 Thread Chris Lightfoot
On Tue, Jan 23, 2007 at 12:00:17PM -0500, Jonas Meyer wrote: > It seems to be nearly instant, yes. If not instant, it is within 2-3 > minutes. I am using ext3, so I should be mounting read-only. I wasn't, > but somehow it doesn't seem like messing with the journal a little bit > would screw up t

Re: [uml-user] Bug in UML

2007-01-23 Thread Jonas Meyer
It seems to be nearly instant, yes. If not instant, it is within 2-3 minutes. I am using ext3, so I should be mounting read-only. I wasn't, but somehow it doesn't seem like messing with the journal a little bit would screw up the system in this manner... I'll fix the read-only part and keep the

Re: [uml-user] Bug in UML

2007-01-23 Thread Jyrki Jaakkola
Hi! Antoine Martin wrote: > Even if it its, it could still be a kernel bug (and not a UML bug). > Which type of filesystem are you using? From latest 2.6.19.2 kernel change log: "[PATCH] VM: Fix nasty and subtle race in shared mmap'ed page writeback The VM layer (on the face of it, fairly reas

Re: [uml-user] Bug in UML

2007-01-23 Thread Antoine Martin
Chris Lightfoot wrote: > On Tue, Jan 23, 2007 at 04:40:08PM +, Antoine Martin wrote: >> Between stop and go the filesystem is still mounted on the guest right? >> If so, you are screwing the filesystems by mounting them on the host: >> the mount command will run fixups on the (journaled?) file

Re: [uml-user] Bug in UML

2007-01-23 Thread Chris Lightfoot
On Tue, Jan 23, 2007 at 04:40:08PM +, Antoine Martin wrote: > Between stop and go the filesystem is still mounted on the guest right? > If so, you are screwing the filesystems by mounting them on the host: > the mount command will run fixups on the (journaled?) filesystem. > (You could try mou

Re: [uml-user] Bug in UML

2007-01-23 Thread Antoine Martin
Between stop and go the filesystem is still mounted on the guest right? If so, you are screwing the filesystems by mounting them on the host: the mount command will run fixups on the (journaled?) filesystem. (You could try mounting read-only - but still, bad idea IMO) Antoine Jonas Meyer wrote:

[uml-user] Bug in UML

2007-01-23 Thread Jonas Meyer
I just discovered a bug in UML. Under a vanilla edgy eft Ubuntu install as the host (with the linux-generic package installed for the kernel), and using linux2.6.16.29-bs2-32bit (from Blaisorblade) for the guest kernel, using the uml_mconsole HANDLE stop command can freeze the guest permanently.