Re: [uml-user] 2.6 SKAS Patch?

2004-12-16 Thread Peter
systems as yet. No code is available for skas4. And the later has security issues and lack of wide spread testing. Regards, Peter Ian Chilton wrote: Hi, This has probably been asked a load of times but I have not been keeping up with UML recently due to been really busy. I have to stick some new

[uml-user] uml guest 2.6.9 + bb4

2004-12-17 Thread Peter
Hi. I was getting an immediate kernel panic booting up a guest kernel. Turned out to be because I had the static link UML compile option turned on (I found the problem report in the mailing list). Now the guest starts up then just freezes / does nothing at "Initializing stdio console driver"

[uml-user] JDK1.5 CPU Problems

2005-01-09 Thread Peter
d wild guesses at the cause of the problem are also invited :) Regards, Peter --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, al

Re: [uml-user] JDK1.5 CPU Problems

2005-01-10 Thread Peter
lse to find the problem. Maybe I could use gdb? Paulo if you're interested I can set you up with an account so you can poke around/test. Regards, Peter http://rimuhosting.com Blaisorblade wrote: On Monday 10 January 2005 05:33, Peter wrote: I have some users running 1.5 Java VMs. They run for

Re: [uml-user] JDK1.5 CPU Problems

2005-01-10 Thread Peter
Your report is with a 1.3 JDK. I'd suggest if you want to use Java, use a 1.4.2 JDK. They are pretty solid. The problem I am getting does not result in any processes crashing. It just results in maxed out CPU. Regards, Peter http://rimuhosting.com McGroarty wrote: [Snip much discussi

Re: [uml-user] Best way to reboot multi guest server

2005-01-12 Thread Peter
Hi. The command run when cad is hit is handled by /etc/inittab. Change the guest /etc/inittab entry for cad from shutdown -r (for reboot) to shutdown -h (for halt, rather than reboot). [EMAIL PROTECTED] wrote: Hi, i have Fedora core 2 Host ( 2.6.9 + skas3-v7 ) with many Guests ( Kernel 2.6.9 bb

Re: [uml-user] [POLL] Putting UML/2.4 into "fixes-only" mode

2005-01-26 Thread Peter
you can save some backporting efforts, work on adding more 2.6 stability and new features (on the separate -mm type tree) that could be a win-win. Cheers, Peter Blaisorblade wrote: Jeff, I've seen the beginning of your work on back-porting all the patches from 2.6 to 2.4... It's a h

Re: [uml-user] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

2005-03-10 Thread Peter
ubd0=Debian-3.0r0.ext2 [snip] Console initialized on /dev/tty0 Initializing software serial port version 1 /dev/ubd/disc0: unknown partition table Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) Cheers, Peter KLEIN Stéphane wrote: Hi, I've initialized my uml con

Re: [uml-devel] Re: [uml-user] uml help __alloc_pages: 0-order allocation failed (gfp=0xf0/0)

2005-03-17 Thread Peter
I have seen this problem occur before. I have only seen it occur when the guest had run out of memory. Try some of the tips here to reduce your memory usage: http://rimuhosting.com/howto/memory.jsp Regards, Peter Chris Wedgwood wrote: On Thu, Mar 17, 2005 at 04:13:37PM -0300, itamar wrote: I

Re: [uml-user] NPTL/db4 problem with FC3

2005-03-21 Thread Peter
nd any info on progress towards trying to support it. Regards, Peter Nils Toedtmann wrote: This is a cross post to <[EMAIL PROTECTED]> and Dear lists, Anybody successfully running cyrus-imapd in FC2/3+Xen/UML? When i tried to run cyrus-imapd in a virtual FC3 (Xen or UML) i got lot's of

Re: [uml-user] UML guest 2.4.27um-1 not stable ?

2005-04-05 Thread Peter
The 2.6.11 guest kernels I tried all had 100% CPU in hardware interupts. I saw someone else report this as well. Is this resolved in 2.6.11-bs1? (I don't recall seeing any emails in this list addressing the hi problem, but I may have missed some). Regards, Peter Blaisorblade wrote: Ho

Re: [uml-user] freebsd guest.

2005-04-06 Thread Peter
UML will only launch Linux guests. You may wish to research other options if you need a FreeBSD guest. e.g. xen, vmware, or vserver. Regards, Peter itamar wrote: It´s possible to run freebsd as guest ? host=linux guest=freebsd ? --- SF

Re: [uml-user] Loadav always >1.0 (2.6.X)

2005-04-13 Thread Peter
This is something I noticed creep in at 2.6.11. Blaisorblade suggested turning off the real time clock UML compile option. Want to try that and reply to the list with the results? Regards, Peter Daniel Tombeil wrote: Hello Dave, On Sat, 2005-04-09 at 10:24 +0100, Dave Pearson wrote: Hi My

[uml-user] Re: JDK1.5 CPU Problems

2005-05-04 Thread Peter
would take a look at reproducing the problem (maxing out CPU when JDK 1.5 is running for a while) and any suggestions on how to improve the situation. If you don't find anything, that's fine. I just want to know if someone has at least looked. Regards, Peter Peter wrote: OK. The

Re: [uml-user] apache2 - lot of child

2005-05-06 Thread Peter
You need to set StartServers and Min/MaxSpareServers correctly. And some apache conf files have a few ifdef'ed versions of these values. So make sure you get the right one. Regards, Peter Andrea Benedetto wrote: When I launch apache2 on a virtual machine it works fine but starts with a l

Re: [uml-user] tls patch

2005-05-10 Thread Peter
back. eh? Regards, Peter Gerd Knorr wrote: Blaisorblade <[EMAIL PROTECTED]> writes: I remember there was a patch for uml, changing the architecture to i586, forcing glibc not to use /lib/tls. Someone knows where I can find it ? It's in http://www.suse.de/~kraxel/uml/patches/ named uml

Re: [uml-user] UML on Intel Xeon

2005-07-29 Thread Peter
most commonly applied to a vanilla kernel.org kernel. I am not aware of a redhat version. Plus if you aim for a custom patchset then you'd typically need to wait longer to get that patch set (cf. the blaisorblade and jeff version's which apply against the vanilla kernel). Rega

Re: [uml-user] [PATCH] Fix for 2.6.26 ptrace crash

2008-07-22 Thread Peter Teoh
oid); > #endif > > #else > +#if __GNUC__ == 4 > +# define __used__attribute__((__used__)) > +#endif > +#endif > + > +#else > #include > #endif > /* These are for everybody (although not all archs will actually > -- Regards, Peter Teoh

[uml-user] Segmentation fault on copy_to_user

2008-09-25 Thread Peter Fiser
t install linux-source", with default UML kernel configuration + ext2/3 extended attributes support. The kernel version is 2.6.24.3. Any help would be appreciated. Regards, Peter - This SF.Net email is sponsored by the

Re: [uml-user] [PATCH] sched: provide scheduler_ipi() callback in response to smp_send_reschedule()

2011-01-17 Thread Peter Zijlstra
On Mon, 2011-01-17 at 12:31 +0100, Peter Zijlstra wrote: > On Mon, 2011-01-17 at 11:26 +, Russell King - ARM Linux wrote: > > Maybe remove the comment "everything is done on the interrupt return path" > > as with this function call, that is no longer the case. (Re

Re: [uml-user] [PATCH] sched: provide scheduler_ipi() callback in response to smp_send_reschedule()

2011-01-17 Thread Peter Zijlstra
On Tue, 2011-01-18 at 07:31 +1100, Benjamin Herrenschmidt wrote: > > Beware of false positive, I've used "fake" reschedule IPIs in the past > for other things (like kicking a CPU out of sleep state for unrelated > reasons). Nothing that I know that is upstream today but some of that > might come b

[uml-user] [PATCH] sched: provide scheduler_ipi() callback in response to smp_send_reschedule()

2011-01-17 Thread Peter Zijlstra
ds any IPI when low on memory. Signed-off-by: Peter Zijlstra --- arch/alpha/kernel/smp.c |1 + arch/arm/kernel/smp.c |1 + arch/blackfin/mach-common/smp.c |3 ++- arch/cris/arch-v32/kernel/smp.c | 13 - arch/ia64/kernel/irq_ia64.c |2 ++ arc

Re: [uml-user] [PATCH] sched: provide scheduler_ipi() callback in response to smp_send_reschedule()

2011-01-17 Thread Peter Zijlstra
On Mon, 2011-01-17 at 11:26 +, Russell King - ARM Linux wrote: > On Mon, Jan 17, 2011 at 12:07:13PM +0100, Peter Zijlstra wrote: > > diff --git a/arch/alpha/kernel/smp.c b/arch/alpha/kernel/smp.c > > index 42aa078..c4a570b 100644 > > --- a/arch/alpha/kernel/smp.c > &

Re: [uml-user] [uclinux-dist-devel] [PATCH] sched: provide scheduler_ipi() callback in response to smp_send_reschedule()

2011-01-17 Thread Peter Zijlstra
On Mon, 2011-01-17 at 14:49 -0500, Mike Frysinger wrote: > On Mon, Jan 17, 2011 at 06:07, Peter Zijlstra wrote: > > Also, while reading through all this, I noticed the blackfin SMP code > > looks to be broken, it simply discards any IPI when low on memory. > > not really. se

Re: [uml-user] [PATCH] sched: provide scheduler_ipi() callback in response to smp_send_reschedule()

2011-02-08 Thread Peter Zijlstra
On Mon, 2011-02-07 at 10:26 +1100, Benjamin Herrenschmidt wrote: > You missed: > > diff --git a/arch/powerpc/kernel/smp.c b/arch/powerpc/kernel/smp.c > index 9813605..467d122 100644 > --- a/arch/powerpc/kernel/smp.c > +++ b/arch/powerpc/kernel/smp.c > @@ -98,6 +98,7 @@ void smp_message_recv(int ms

Re: [uml-user] [PATCH] sched: provide scheduler_ipi() callback in response to smp_send_reschedule()

2011-02-13 Thread Peter Zijlstra
On Wed, 2011-02-09 at 17:14 +1100, Benjamin Herrenschmidt wrote: > On Mon, 2011-02-07 at 14:54 +0100, Peter Zijlstra wrote: > > On Mon, 2011-02-07 at 10:26 +1100, Benjamin Herrenschmidt wrote: > > > You missed: > > > > > > diff --git a/arch/powerpc/kern

[uml-user] java problem

2005-03-29 Thread Peter Meier
hello i'm not sure if this is the right place to ask but as i have installed java already on other debian machines (even the host) it seems for me like an uml specific problem... but maybe i'm on the wrong list, so just tell... i have tried to install java sdk 1.4.2. but everytime i installed it

Re: [uml-user] java problem [solved]

2005-03-30 Thread Peter Meier
remove your /lib/tls directory as tls is not supported in uml. having a tls active libc can couse other weird problems anytime. also pay attention to it whenever you upgrade your libc package, it will create it again. i moved /lib/tls to /lib/tls.bak (just to be sure everything else works ;) and i

[uml-user] mysqld crashes after switch to 2.6.12 UML-Kernel

2005-06-20 Thread Peter Buzanits
hould help you find out what is causing the crash 050620 12:06:34 mysqld ended Thanks for help, Peter --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward art

Re: [uml-user] running uml on external ip

2005-06-23 Thread Peter Buzanits
> I'd like to run the uml machine on the second external ip, with eth0 > inside the uml has one of the available external ips. I solved that with NAT in iptables on the host machine: hydra:~# iptables -t nat -L -n Chain PREROUTING (policy ACCEPT) target prot opt source destina

Re: [uml-user] UML exits after "tracing thread pid"

2005-06-28 Thread Peter Buzanits
Hello, I have the same problem with 2.6.12.1 Kernel. Almost exact the same output... With 2.6.11.12 Kernel everything works... Peter 2005/6/28, Bernhard Schauer <[EMAIL PROTECTED]>: > > Have you had problems with plain 2.6.12? > > I tried 2.6.12, 2.6.12-mm1 and several o

Re: [uml-user] UML exits after "tracing thread pid"

2005-06-29 Thread Peter Buzanits
Just tried it with 2.6.13-rc1. Same error... > Could you please try 2.6.12-rc4-mm2? I'll try to reproduce your issue > with 2.6.11.12. --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow R

Re: [uml-user] SNAT and DNAT

2005-07-08 Thread Peter Buzanits
Some weeks ago, I posted something like this on this list: This is the way I do networking with several UMLs on one host. hydra:~# iptables -t nat -L -n Chain PREROUTING (policy ACCEPT) target prot opt source destination DNAT all -- 0.0.0.0/0195.230.xxx.yyy

Re: [uml-user] Hostfs: Restricting access

2005-08-16 Thread Peter Ritter
uot;hostfs" option. Am I wrong? > > > What version of UML? I noticed this and fixed it recently. > > Jeff I'm using kernel 2.6.12-4 Is there a way to accomplish what I want with the newest kernel? Or do I have to use a different version? Thanx! Peter -

[uml-user] List of systems that use a 2G/2G address space split?

2005-10-13 Thread Peter Methven
. Peter Methven.

Re: [uml-user] ubd with filesystem

2005-11-03 Thread Peter Buzanits
ies to swap_fs. Peter --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click he

[uml-user] Filesystems for download

2006-04-05 Thread Peter Buzanits
llent site both for beginners and experienced users of UML...) Peter. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the

Re: [uml-user] RAM-images still in /tmp?

2006-04-26 Thread Peter Meier
$ export TMP=/tmp/mydir $ /usr/bin/linux umid=asdf... No, didn't work :-( this is how i do it and it works: snip --- TMPDIR=/tmp/uml_$UMLNAME #location where to store the ram of the uml mkdir $TMPDIR mount -t tmpfs -o mode=1777,size=$MEM none $TMPDIR chown $UMLUSER $TMPDIR -R chmod og-

Re: [uml-user] utility of swap files for virtual machines?

2006-07-19 Thread Peter Buzanits
nsuming more have to swap (what happens seldom). Peter - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business t

[uml-user] Slackware 12 root file system script and unknown partition

2007-08-02 Thread Peter Chant
n/udevtrigger udevd-event[1220]: node_symlink: symlink(pty/s112, /dev/ttyw0) failed: No space left on device udevd-event[1221]: udev_node_mknod: mknod(/dev/pty/s113, 020660, 3, 113) failed: No space left on device -- Peter Ch

Re: [uml-user] Slackware 12 root file system script and unknown partition

2007-08-06 Thread Peter Chant
r good measure, because apparently that is what the 2.6.X kernels want. As I'm not greatly experienced with uml, and this is my first go at rolling my own file system (I've upgraded other people's systems before) I&

Re: [uml-user] Slackware 12 root file system script and unknown partition

2007-08-06 Thread Peter Chant
On Monday 06 August 2007, Peter Chant wrote: > As I'm not greatly experienced with uml, and this is my first go at rolling > my own file system (I've upgraded other people's systems before) I'm a bit > concerned that I have multiple issues occuring. > > Pete

Re: [uml-user] Slackware 12 root file system script and unknown partition

2007-08-07 Thread Peter Chant
m= passing to it whereas mine does - and Dave does not install udev whereas I do. So thanks to you both. Pete -- Peter Chant http://www.petezilla.co.uk - This SF.net email is sponsored by: Splunk Inc. Still grepping thr

Re: [uml-user] Slackware 12 root file system script and unknown partition

2007-08-07 Thread Peter Chant
udev ups the interface number automagically causing a pain with network config. BTW - my script is getting more useful. It now generates a root filesystem image and a working script which runs it. Next stage, network configuration. Pete -- Peter Chant ht

Re: [uml-user] Slackware 12 root file system script and unknown partition

2007-08-08 Thread Peter Chant
On Wednesday 08 August 2007, Paolo Giarrusso wrote: Paulo, > Indeed, if you remember the message I pointed out saying "device full" it > was during an mknod operation by udev - so the relation between those two > differences is clear. yes, I had that very much in mind. Pet

Re: [uml-user] Slackware 12 root file system script and unknown partition

2007-08-09 Thread Peter Chant
On Wednesday 08 August 2007, Peter Chant wrote: > BTW - my script is getting more useful. It now generates a root filesystem > image and a working script which runs it. Next stage, network > configuration. OK, if anyone is interested I've put the script on my webp

Re: [uml-user] newbie building root filesystems

2007-08-13 Thread Peter Chant
rocess in one of the readmes on the URL I posted but substitute installing slackware packages with the relevent rpms? Pete -- Peter Chant http://www.petezilla.co.uk - This SF.net email is sponsored by: Splunk Inc. Still gr

Re: [uml-user] building simple root fs

2007-10-12 Thread Peter Chant
etezilla.co.uk for version 0.1. I ought to put up 0.2 as it creates some rc. files on the host as well. Pete -- Peter Chant http://www.petezilla.co.uk - This SF.net email is sponsored by: Splunk Inc. Still grepping through

Re: [uml-user] Networking uml with udev

2007-10-17 Thread Peter Chant
s. BTW, using Slackware myself. Pete -- Peter Chant http://www.petezilla.co.uk - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration fi

Re: [uml-user] [TRIVIAL PATCH 16/26] x86: Convert print_symbol to %pSR

2012-12-13 Thread H. Peter Anvin
On 12/13/2012 10:37 AM, Borislav Petkov wrote: >> >> If appropriate, the code could be changed to >> >> (void *)(unsigned long)m->ip > > Can we explicitly cast it to what it is so that we can be explicit as to > what we're casting it? IOW: > > (void *)(__u64)m->ip; > > Does that even

Re: [uml-user] [TRIVIAL PATCH 16/26] x86: Convert print_symbol to %pSR

2012-12-13 Thread H. Peter Anvin
Good thing, then,. otherwise we'd have a compat headache. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf. -- LogMeIn Rescue: Anywhere, Anytim

Re: [uml-user] [PATCH] arch: configuration, deleting 'CONFIG_BUG' since always need it.

2013-05-28 Thread H. Peter Anvin
On 05/28/2013 01:19 AM, Ingo Molnar wrote: > > So I think the same principle applies to it as to any other debugging > code: it's fine to be able to turn debugging off. It's a performance > versus kernel robustness/determinism trade-off. > I suspect, rather, that BUG() should turn into a trap

Re: [uml-user] [PATCH] arch: configuration, deleting 'CONFIG_BUG' since always need it.

2013-05-28 Thread H. Peter Anvin
On 05/28/2013 08:43 AM, Arnd Bergmann wrote: > > Right, that is what the patch I just posted does. > > On a related note, I found that WARN_ON() can no longer be compiled > out since there is already code that relies on the side-effects of > the condition. I assume that was an intentional change

[uml-user] kmalloc does not recover mem in 2.4.24

2004-12-23 Thread Peter T. Breuer
} kfree(tiny_cache); printk (KERN_INFO "tiny driver unloaded\n"); } module_init (tiny_init); module_exit (tiny_cleanup); Peter --- SF email is sponsored by - The IT Product Guide Read honest & candid rev