Re: [uml-user] /dev/random and other strangeness

2008-02-26 Thread Anthony Brock
>> On Tue, Feb 26, 2008 at 02:12:53PM -0800, Anthony Brock wrote: > So, I'm going to try and manually fit the rejected portions into the code. It has obviously been too long since I developed any software. I worked past this issue with the '-l' flag to patch and it is currently compiling. I will s

Re: [uml-user] /dev/random and other strangeness

2008-02-26 Thread Anthony Brock
> On Tue, Feb 26, 2008 at 02:12:53PM -0800, Anthony Brock wrote: >> # bzip2 -dc ../2.6.25-rc2-mm1.bz2 | patch >> The next patch would create the file o2cb, >> which already exists! Assume -R? [n] > > That looks right - I'd double-check that the tree is what you think it > is. I'm in the habit of

Re: [uml-user] /dev/random and other strangeness

2008-02-26 Thread Jeff Dike
On Tue, Feb 26, 2008 at 02:12:53PM -0800, Anthony Brock wrote: > # wget -c > http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.25-rc2/2.6.25-rc2-mm1/2.6.25-rc2-mm1.bz2 > # wget -c > http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.25-rc2.tar.bz2 > ... > # cd linux-

Re: [uml-user] /dev/random and other strangeness

2008-02-26 Thread Anthony Brock
Quoting Jeff Dike <[EMAIL PROTECTED]>: > On Tue, Feb 26, 2008 at 08:30:35AM -0800, Anthony Brock wrote: >> It appears that this patch is designed against 2.6.22. Do you want me to >> downgrade from 2.6.24.2 to 2.6.22 to try this? > > It's against 2.6.25-rc2-mm1. > > Jeff Oka

[uml-user] Is this uml-using-networks list exhaustive:

2008-02-26 Thread clowncoder
Hello, I would like to know all the links about networks emulated in a PC using UML, up to now I have: VNUML: http://www.dit.upm.es/vnumlwiki/index.php/Main_Page NETKIT: http://www.netkit.org MARIONNET: http://www.marionnet.org VDE: http://vde.sourceforge.net a

[uml-user] sharing a filesystem between several guests

2008-02-26 Thread Nicolas Boullis
Hi, I've been willing to share an OCFS2 filesystem between several UML guests. For what it's worth, the host's device givent to uml is an iSCSI disc, seen by several hosts. If I run the 2 guests on the same host, with no special option, it just fails because of a lock. If I use the 'c' (as "clust

Re: [uml-user] /dev/random and other strangeness

2008-02-26 Thread Jeff Dike
On Tue, Feb 26, 2008 at 08:30:35AM -0800, Anthony Brock wrote: > It appears that this patch is designed against 2.6.22. Do you want me to > downgrade from 2.6.24.2 to 2.6.22 to try this? It's against 2.6.25-rc2-mm1. Jeff -- Work email - jdike at linux dot intel dot com

Re: [uml-user] /dev/random and other strangeness

2008-02-26 Thread Anthony Brock
> On Sat, Feb 23, 2008 at 11:14:51AM -0800, Anthony Brock wrote: >> My instance has the follow on the file system: >> >> # ls -lA /dev/*rand* >> crw-rw-rw- 1 root root 1, 8 2008-02-11 11:43 /dev/random >> crw-rw-rw- 1 root root 1, 9 2008-02-23 10:06 /dev/urandom >> # >> >> Is it possible that recen