[uml-user] BTRFS : starting an uml using BTRFS gives

2015-05-31 Thread Toralf Förster
I don't get it in moment, at a 64 bit Gentoo Linux (host is Linux t44 4.0.4-hardened-r3) I get : $ /home/tfoerste/devel/linux/linux earlyprintk ubda=t44uml ubdb=/mnt/ramdisk/t44uml_swap eth0=tuntap,tap0,72:ef:3d:b6:67:0c,192.168.1.254 mem=2000M con0=fd:0,fd:1 con=pts umid=uml_t44uml softlockup

Re: [uml-user] WARNING: at mm/slab_common.c:376 kmalloc_slab+0x33/0x80()

2013-05-11 Thread Toralf Förster
On 05/10/2013 11:52 PM, Toralf Förster wrote: > The bisected commit introduced this WARNING: on a user mode linux guest > if the UML guest is fuzz tested with trinity : Well, the behaviour is much older, a test with an UML guest kernel 3.7.10 showed a similar thing : Sry for the noise. 2

[uml-user] WARNING: at mm/slab_common.c:376 kmalloc_slab+0x33/0x80()

2013-05-10 Thread Toralf Förster
Reported-and-tested-by: Tetsuo Handa Signed-off-by: Christoph Lameter Link: http://lkml.kernel.org/r/201305040348.cif81716.ostqohfjmfl...@i-love.sakura.ne.jp [ penb...@kernel.org: use WARN_ON_ONCE ] Signed-off-by: Pekka Enberg -- MfG/Sinc

[uml-user] [info] syscalls mmap and mremap no longer fails w/ SLUB

2013-05-07 Thread Toralf Förster
related merges into mainline but ofc I'm unsure when those 2 were fixed). -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- Learn Graph Databases - Download

[uml-user] BUG: spinlock recursion 3.9.0-10520-gf8cf7ba

2013-05-06 Thread Toralf Förster
72+02:00 trinity kernel: 40827e04: [<08070518>] rng_dev_read+0x188/0x270 2013-05-06T22:26:32.172+02:00 trinity kernel: 40827e44: [<081056de>] vfs_read+0x9e/0x170 2013-05-06T22:26:32.172+02:00 trinity kernel: 40827e78: [<08105c1e>] SyS_read+0x5e/0x90 2013-05-06T22:26:32.172+02

Re: [uml-user] derive assigned DHCP address of a tap device

2013-04-27 Thread Toralf Förster
Ethernet) RX packets 34 bytes 2744 (2.6 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 19 bytes 1900 (1.8 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F9

[uml-user] derive assigned DHCP address of a tap device

2013-04-26 Thread Toralf Förster
After I started an UML instance (configured to get a DHCP address from the host where dnsmasq acts as a DHCP server) I'd later like to derive which ip address the appropriate TAP device was assigned too. Currently I'm at a loss how to do this. -- MfG/Sincerely Toralf Förster pgp fi

Re: [uml-user] uml + SLAB + trinity triggers: WARNING: at mm/mmap.c:2702 exit_mmap+0x161/0x170()

2013-04-22 Thread Toralf Förster
From Dave Jones : > That trace is a process exiting, not a syscall being called. > Looks like something in uml leaked page table entries. > > Dave -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E5

Re: [uml-user] trinity triggers (a different ?) madvise syscall issue: "BUG: Bad page map" and "BUG: Bad rss-counter"

2013-04-15 Thread Toralf Förster
On 04/14/2013 05:34 PM, richard -rw- weinberger wrote: > Does this also happen with stub_pte_fix.diff applied? You're right, I used an unpatched version - sry :-/ -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7

[uml-user] trinity triggers (a different ?) madvise syscall issue: "BUG: Bad page map" and "BUG: Bad rss-counter"

2013-04-14 Thread Toralf Förster
trinity kernel: 3d8cffec: [<080617bc>] fork_handler+0x6c/0x70 2013-04-14T15:04:00.371+02:00 trinity kernel: 3d8cfffc: [<>] 0x0 2013-04-14T15:04:00.371+02:00 trinity kernel: 2013-04-14T15:04:01.475+02:00 trinity kernel: BUG: Bad r

Re: [uml-user] build error with latest git kernel for a user mode linux build

2013-04-12 Thread Toralf Förster
On 04/12/2013 08:39 PM, richard -rw- weinberger wrote: > The attached patch is an updated version of stub_pte_fix.diff. It > should fix your issues. :-) yup - thx :-) -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB

Re: [uml-user] build error with latest git kernel for a user mode linux build

2013-04-12 Thread Toralf Förster
ll +++ b/arch/um/include/asm/mman.h @@ -0,0 +1,10 @@ +#ifndef __UM_MMAN_H__ ... -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- Precog is a next-generation analytics pla

Re: [uml-user] build error with latest git kernel for a user mode linux build

2013-04-12 Thread Toralf Förster
repare0] Error 2 :-( -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- Precog is a next-generation analytics platform capable of advanced analytics on semi-stru

Re: [uml-user] build error with latest git kernel for a user mode linux build

2013-04-12 Thread Toralf Förster
Error 1 make: *** [prepare0] Error 2 -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- Precog is a next-generation analytics platform capable of advanced analytics on se

[uml-user] build error with latest git kernel for a user mode linux build

2013-04-12 Thread Toralf Förster
/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 # # Automatically generated file; DO NOT EDIT. # User Mode Linux/x86 3.9.0-rc6 Kernel Configuration # CONFIG_DEFCONFIG_LIST="arch/$ARCH/defconfig" CONFIG_UML=y CONFIG_MMU=y CONFIG_

[uml-user] uml + SLAB + trinity triggers: WARNING: at mm/mmap.c:2702 exit_mmap+0x161/0x170()

2013-04-11 Thread Toralf Förster
ace+0x46d/0x590 2013-04-11T20:38:20.927+02:00 trinity kernel: 3ee73fec: [<080617bc>] fork_handler+0x6c/0x70 2013-04-11T20:38:20.927+02:00 trinity kernel: 3ee73ffc: [<>] 0x0 2013-04-11T20:38:20.930+02:00 trinity kernel: 2013-04-11T20:38:20.930+02:00 trinity kernel: ---[ end tra

Re: [uml-user] user mode linux: trinity syscall "madvise" triggers quickly BUG: Bad page map

2013-04-06 Thread Toralf Förster
On 04/06/2013 02:47 PM, Toralf Förster wrote: > On 04/06/2013 01:43 PM, richard -rw- weinberger wrote: >>> What I get with the this trinity command line >>> >>> gt; trinity --children 2 -c madvise >> >> Does the attached patch fix the problem? > &

Re: [uml-user] user mode linux: trinity syscall "madvise" triggers quickly BUG: Bad page map

2013-04-06 Thread Toralf Förster
On 04/06/2013 01:43 PM, richard -rw- weinberger wrote: >> What I get with the this trinity command line >> >> gt; trinity --children 2 -c madvise > > Does the attached patch fix the problem? yes, the issue for this syscall is fixed now. -- MfG/Sincerely Toralf Förste

[uml-user] user mode linux: trinity syscall "madvise" triggers quickly BUG: Bad page map

2013-04-04 Thread Toralf Förster
9.234+02:00 trinity kernel: 413c7ef4: [<08076f0d>] userspace+0x46d/0x590 2013-04-04T19:00:29.234+02:00 trinity kernel: 413c7fec: [<080617cc>] fork_handler+0x6c/0x70 2013-04-04T19:00:29.234+02:00 trinity kernel: 413c7ffc: [<0002>] 0x2 2013-04-04T19:00:29.234+02:00 trinity kernel: 20

[uml-user] trinity + SLUB + syscall [ mount, add_key, request_key, keyctl ] = WARNING: at mm/page_alloc.c:2386

2013-04-02 Thread Toralf Förster
:00 trinity kernel: 40197ef4: [<08076edd>] userspace+0x46d/0x590 2013-04-02T21:49:34.163+02:00 trinity kernel: 40197fec: [<080617cc>] fork_handler+0x6c/0x70 2013-04-02T21:49:34.163+02:00 trinity kernel: 40197ffc: [<>] 0x0 2013

[uml-user] arbitrary kernel crash during stratup

2013-04-01 Thread Toralf Förster
,tap0,72:ef:3d:9f:c3:5a mem=970M con=pts con0=fd:0,fd:1 umid=uml -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- Own the Future-Intel® Level Up Game Demo Contest 2013

Re: [uml-user] linux-v3.9-rc3: BUG: Bad page map in process trinity-child6 pte:002f9045 pmd:29e421e1

2013-03-26 Thread Toralf Förster
kernel too by trinity'ing an UML guest, but that's another thread - see [1]) FWIW he trinity command is just a test of 1 syscall: $> trinity --children 1 --victims /mnt/nfs/n22/victims -c mremap [1] https://lkml.org/lkml/2013/3/24/174 -- MfG/Sincerely Toralf Förster pgp

[uml-user] kernel version 3.8.4 crashed while fuzzying with trinity

2013-03-23 Thread Toralf Förster
the tests [1] http://ompldr.org/vaHV6YQ [2] http://thread.gmane.org/gmane.linux.kernel/1462272 [3] http://sourceforge.net/mailarchive/forum.php?thread_name=5140E36D.2080606%40gmx.de&forum_name=user-mode-linux-user -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 89

[uml-user] linux-v3.9-rc3: BUG: Bad page map in process trinity-child6 pte:002f9045 pmd:29e421e1

2013-03-22 Thread Toralf Förster
01:00 trinity kernel: 10 - 33 2013-03-22T18:03:01.243+01:00 trinity kernel: 11 - 2013-03-22T18:03:01.243+01:00 trinity kernel: 12 - 1000c3 2013-03-22T18:03:01.243+01:00 trinity kernel: 13 - 73 2013-03-22T18:03:01.244+01:00 trinity kernel: 14 - 10206 2013-03-22T18:03:01.24

[uml-user] "BUG: spinlock" triggered by trinity fuzzing

2013-03-17 Thread Toralf Förster
913 2013-03-17T16:18:23.478+01:00 trinity kernel: lock: 0x842d4ac, .magic: dead4ead, .owner: rngd/913, .owner_cpu: 0 2013-03-17T16:18:23.478+01:00 trinity kernel: 386d7994: [<0835bea8>] dump_stack+0x22/0x24 ... -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 87

Re: [uml-user] SLUB + UML : WARNING: at mm/page_alloc.c:2386

2013-03-15 Thread Toralf Förster
sha1 -d /dev/urandom create crypt-swap /dev/ubdb ... [ ok ] * pre_mount: mkswap ${dev} ... [ ok ] [ ok ] * Checking local filesystems ... stable: clean, 93039/122160 files, 318314/488281 blocks [ ok ] * Remounting root filesystem read/write ... -- MfG/Sincerely Toralf Förster pgp finge

Re: [uml-user] resizing a KDE Konsole let a UML instance crash

2013-03-15 Thread Toralf Förster
On 03/08/2013 11:14 AM, richard -rw- weinberger wrote: > On Thu, Mar 7, 2013 at 6:28 PM, Toralf Förster wrote: >> On 03/07/2013 05:34 PM, richard -rw- weinberger wrote: >>> So, xterm is broken in 3.9-rc1? >>> Please bisect it. >>> >> Cannot be reproduced

Re: [uml-user] SLUB + UML : WARNING: at mm/page_alloc.c:2386

2013-03-14 Thread Toralf Förster
11+01:00 trinity kernel: memdup_user: -14 :-D -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- Everyone hates slow websites. So do we. Make your web apps faster wi

Re: [uml-user] SLUB + UML : WARNING: at mm/page_alloc.c:2386

2013-03-14 Thread Toralf Förster
0 trinity kernel: memdup_user: 4089 2013-03-14T21:57:26.236+01:00 trinity kernel: memdup_user: 28 -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- Everyone hates slow

[uml-user] SLAB + UML : WARNING: at mm/page_alloc.c:2386

2013-03-14 Thread Toralf Förster
+01:00 trinity kernel: 2013-03-14T19:09:51.076+01:00 trinity kernel: ---[ end trace fd6f346f805efdbe ]--- for an UML guest (stable Gentoo x86) with kernel version 3.9-rc2- running at a host which is a stable x86 Gentoo with kernel 3.7.10 The kernel config of the UML guest is attached.

Re: [uml-user] WARNING: at mm/page_alloc.c:2386 __alloc_pages_nodemask+0x153/0x750()

2013-03-13 Thread Toralf Förster
.280+01:00 trinity kernel: 11 - 2013-03-13T21:34:23.280+01:00 trinity kernel: 12 - 1000c3 2013-03-13T21:34:23.280+01:00 trinity kernel: 13 - 73 2013-03-13T21:34:23.282+01:00 trinity kernel: 14 - 10206 2013-03-

Re: [uml-user] WARNING: at mm/page_alloc.c:2386 __alloc_pages_nodemask+0x153/0x750()

2013-03-13 Thread Toralf Förster
On 03/13/2013 11:15 AM, richard -rw- weinberger wrote: > On Tue, Mar 12, 2013 at 9:59 PM, Toralf Förster > wrote: >> While trying trinity under a UML I often run into this situation : >> >> >> 2013-03-12T21:54:41.934+01:00 trinity kernel: [ cut here >

[uml-user] WARNING: at mm/page_alloc.c:2386 __alloc_pages_nodemask+0x153/0x750()

2013-03-12 Thread Toralf Förster
. That shows up from time to time in various places. Not sure how this can happen from this trace, because it looks like we clamp everywhere with PAGE_SIZE. Possibly a UML bug, dunno. The host kernel is 3.7.10 at a 32bit stable Gentoo, the UML guest kernels are 3.8.2

Re: [uml-user] does running trinity within a user mode linux makes sense

2013-03-11 Thread Toralf Förster
On 03/10/2013 10:41 PM, Dave Jones wrote: > On Sun, Mar 10, 2013 at 10:25:01PM +0100, Toralf Förster wrote: > > ? > > It would need to be ported due to the different syscall table. > I wrote aobut this being fairly easy recently: > http://codemonkey.org.uk/2013/03/04/archite

[uml-user] file sizes of th elinux exe differs a lot

2013-03-10 Thread Toralf Förster
EM=y 900d909 < # CONFIG_SPARSE_RCU_POINTER is not set 917a927,931 > > # > # RCU Debugging > # > # CONFIG_SPARSE_RCU_POINTER is not set t -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 ---

Re: [uml-user] resizing a KDE Konsole let a UML instance crash

2013-03-08 Thread Toralf Förster
x0) at kernel/signal.c:3550 #8 0x08064668 in winch_thread (arg=0x0) at arch/um/drivers/chan_user.c:210 #9 0x46a6b41e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133 (gdb) quit -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A

Re: [uml-user] resizing a KDE Konsole let a UML instance crash

2013-03-08 Thread Toralf Förster
On 03/08/2013 11:14 AM, richard -rw- weinberger wrote: > On Thu, Mar 7, 2013 at 6:28 PM, Toralf Förster wrote: >> On 03/07/2013 05:34 PM, richard -rw- weinberger wrote: >>> So, xterm is broken in 3.9-rc1? >>> Please bisect it. >>> >> Cannot be reproduced

Re: [uml-user] resizing a KDE Konsole let a UML instance crash

2013-03-07 Thread Toralf Förster
0b mem=768M con=pts con0=fd:0,fd:1 con1=xterm con12=xterm umid=uml -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- Symantec Endpoint Protection 12 positioned as A LEA

Re: [uml-user] resizing a KDE Konsole let a UML instance crash

2013-03-07 Thread Toralf Förster
On 03/07/2013 12:00 AM, richard -rw- weinberger wrote: > On Wed, Mar 6, 2013 at 7:24 PM, richard -rw- weinberger > wrote: >> On Wed, Mar 6, 2013 at 7:10 PM, Toralf Förster >> wrote: >>> On 03/06/2013 12:32 AM, richard -rw- weinberger wrote: >>>> Wh

Re: [uml-user] resizing a KDE Konsole let a UML instance crash

2013-03-06 Thread Toralf Förster
used -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 # # Automatically generated file; DO NOT EDIT. # User Mode Linux/x86 3.9.0-rc1 Kernel Configuration # CONFIG_DEFCONFIG_LIST="arch/$ARCH/defconfig" CONFIG_UML=y CONFIG_

Re: [uml-user] resizing a KDE Konsole let a UML instance crash

2013-03-05 Thread Toralf Förster
On 03/05/2013 06:30 PM, richard -rw- weinberger wrote: > On Tue, Mar 5, 2013 at 4:33 PM, Toralf Förster wrote: >> On 03/05/2013 01:51 AM, Pierluigi Rolando wrote: >>> I think what's going on >>> here is that UML gets a signal it can't handle when you resize.

Re: [uml-user] resizing a KDE Konsole let a UML instance crash

2013-03-05 Thread Toralf Förster
intk ubda=/home/tfoerste/virtual/uml/n22stab4 ubdb=/mnt/ramdisk/swap_n22stab4 eth0=tuntap,tap0,72:ef:3d:fd:4a:0b mem=768M umid=uml -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872

[uml-user] resizing a KDE Konsole let a UML instance crash

2013-03-04 Thread Toralf Förster
840b2fc: [] 0xb77b140c 0840b810: [<080c8408>] generic_handle_irq+0x28/0x30 0840b820: [<0805ee55>] do_IRQ+0x25/0x40 0840b830: [<080623c9>] winch+0x19/0x20 0840b840: [<08071ab8>] sig_handler_common+0xb8/0xe0 0840bac4: [<08071bfd>] sig_handler+0x3d/0x50 0840bad4: [<0807174

[uml-user] another attempt to get a meaningful gdb back trace

2013-03-03 Thread Toralf Förster
6] 0xb7fff424 in __kernel_vsyscall () (gdb) bt #0 0xb7fff424 in __kernel_vsyscall () #1 0x46a6059e in __GI___poll (fds=0x37c4c640, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:83 #2 0x08070e04 in write_sigio_thread (unused=0x0) at arch/um/os-Linux/sigio.c

[uml-user] host with kernel 3.8 hangs completely after a while if an UML guest is started

2013-03-02 Thread Toralf Förster
behaviour cannot be reproduced. The system is a ThinkPad T420 with a stable Gentoo Linux 32 bit . Any hints where to start - full bisecting would be a nightmare ? -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3

Re: [uml-user] v3.8-6988-g9e2d59a compile error

2013-02-24 Thread Toralf Förster
-- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for f

[uml-user] v3.8-6988-g9e2d59a compile error

2013-02-24 Thread Toralf Förster
unfinished jobs CC mm/filemap.o CC fs/open.o CC fs/read_write.o make: *** [kernel] Error 2 make: *** Waiting for unfinished jobs -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 # # Automatically generated file; DO NOT

Re: [uml-user] another gdb trace from a hanging UML process

2013-01-05 Thread Toralf Förster
gain for the hint. -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScr

Re: [uml-user] another gdb trace from a hanging UML process

2013-01-02 Thread Toralf Förster
On 01/02/2013 06:53 AM, Tully Gray wrote: > Toralf Förster wrote: >> This is still related to investigate an issue with a hanging UML/crashing >> UML (32 bit Gentoo Linux as host and guest). >> >> The following output was derived from the gdb - does it contain any helpf

[uml-user] WARNING: at kernel/mutex-debug.c:65 mutex_remove_waiter+0xbe/0xf0()

2012-12-20 Thread Toralf Förster
er_call_chain+0x38/0x60 083fe730: [<0809e2a3>] atomic_notifier_call_chain+0x23/0x30 083fe740: [<0833b5dc>] panic+0xa2/0x18b 083fe768: [<08061f7e>] segv+0x6e/0x2b0 083fe818: [<08062233>] segv_handler+0x73/0x80 083fe840: [<08071af8>] sig_handler_common+0xb8/0xe0 083feac4: [

[uml-user] another gdb trace from a hanging UML process

2012-12-17 Thread Toralf Förster
yscall (r=0x383ccd50) at arch/um/kernel/skas/syscall.c:35 #74 0x08074f6d in handle_trap (local_using_sysemu=, regs=0x383ccd50, pid=10301) at arch/um/os-Linux/skas/process.c:193 #75 userspace (regs=0x383ccd50) at arch/um/os-Linux/skas/process.c:426 #76 0x08

[uml-user] what needs 180 KB within ed23ec4..caf4919

2012-12-10 Thread Toralf Förster
919 -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and prov

[uml-user] kernel: BUG: Bad page map in process apache2

2012-10-27 Thread Toralf Förster
ct 27 20:28:40 n22_uml kernel: 370f1ef4: [<0807598f>] userspace+0x3ef/0x5a0 Oct 27 20:28:40 n22_uml kernel: 370f1fec: [<0805f86c>] fork_handler+0x6c/0x70 Oct 27 20:28:40 n22_uml kernel: 370f1ffc: [<>] 0x0 Oct 2

Re: [uml-user] RFC: CONFIG_LBDAF should be auto-selected if EXT4 is choosed in Kconfig

2012-10-27 Thread Toralf Förster
On 10/26/2012 11:42 PM, richard -rw- weinberger wrote: > On Fri, Oct 26, 2012 at 3:56 PM, Toralf Förster > wrote: >> otherwise booting an EXT4 image won't work b/c the root fs can't be >> mounted read-write - and as a side effect no syslog messages points the >&g

[uml-user] huh, entered softirq 3 NET_RX 082db720 preempt_count 00000101, exited with fffef

2012-10-26 Thread Toralf Förster
tdocs/public/df.php '; ?> Therefore my initial thought it might be related to the UML specific hostfs feature, might be either wrong or I hit another issue. The UML was started with this command : tfoerste@n22 ~/devel/linux $ /usr/local/bin/linux-v3.7-rc2-191-g2ab3f29 earlyprintk ubda=/h

[uml-user] RFC: CONFIG_LBDAF should be auto-selected if EXT4 is choosed in Kconfig

2012-10-26 Thread Toralf Förster
otherwise booting an EXT4 image won't work b/c the root fs can't be mounted read-write - and as a side effect no syslog messages points the user to this issue (at least in my setup) ... :-/ -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508

[uml-user] mount: cannot remount block device /dev/ubda read-write, is write-protected

2012-10-25 Thread Toralf Förster
] * Remounting root filesystem read/write ... mount: cannot remount block device /dev/ubda read-write, is write-protected * Root filesystem could not be mounted read/write probably PEBKAC - but what I missed - -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2

Re: [uml-user] current git UML crashes (git 4d7127d)

2012-10-14 Thread Toralf Förster
ndler+0x53/0x90 083d3880: [<08072b77>] sig_handler_common+0x57/0xe0 083d3b04: [<08072d25>] sig_handler+0x45/0x60 083d3b14: [<0807283b>] hard_handler+0x6b/0xb0 083d3b3c: [] 0xb40c Terminated $ addr2line -e /usr/local/bin/linux-v3.6-11019-g3d6ee36 0x8084c68 /home/tfoerste

Re: [uml-user] current git UML crashes (git 4d7127d)

2012-10-14 Thread Toralf Förster
On 10/13/2012 09:42 PM, richard -rw- weinberger wrote: > On Sat, Oct 13, 2012 at 9:08 PM, Toralf Förster > wrote: >> The following data I gathered from a UML process running at 100% COU of 1 >> core : >> Is something of those data are helpful ? > > If UML is loopi

Re: [uml-user] current git UML crashes (git 4d7127d)

2012-10-13 Thread Toralf Förster
ion is active. Inferior 1 [process 997] will be detached. Quit anyway? (y or n) y Detaching from program: /usr/local/bin/linux-v3.6-10970-g4d7127d, process 997 -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3

[uml-user] current git UML crashes (git 4d7127d)

2012-10-13 Thread Toralf Förster
6M $TTY umid=uml "$@" The uml exe (linux-v3.6-10970-g4d7127d) can be delivered/examined if wanted. -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- Don't l

[uml-user] UML compile error in current git kernel

2012-10-12 Thread Toralf Förster
rch/x86/um/elfcore.o] Error 1 make: *** [arch/x86/um] Error 2 :-/ $ git describe v3.6-10630-gccff9b1 -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 # # Automatically generated file; DO NOT EDIT. # User Mode Linux/i386 3.6.0 Kernel Con

[uml-user] host-fs problems with current kernel

2012-10-06 Thread Toralf Förster
, ssh into the UML isn't longer possible, kill -9 is the only way. If I comment out the entry in the /etc/fstab of the guest : #n22:/ /mnt/n22hostfs defaults I (till now) not observed that issue. -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4

Re: [uml-user] v3.6-rc7-121-g8110e16 still segfaults with apache

2012-10-01 Thread Toralf Förster
On 09/30/2012 08:24 PM, richard -rw- weinberger wrote: > On Sun, Sep 30, 2012 at 8:17 PM, Toralf Förster > wrote: >> This is either related to mysql (phpmyadmin) or purely to apache. >> >> the .config is attached, the console gives : > > Was this regression (is i

[uml-user] v3.6-rc7-121-g8110e16 still segfaults with apache

2012-09-30 Thread Toralf Förster
ch/um/os-Linux/signal.c:165 #13 #14 0x39a9b9cd in ?? () #15 0x0829d080 in ?? () at net/sched/sch_generic.c:354 Backtrace stopped: previous frame inner to this frame (corrupt stack?) -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 # # Automatic

Re: [uml-user] apache2 won't start with v3.6-rc5 (kernel v3.5 works fine)

2012-09-29 Thread Toralf Förster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/24/2012 09:25 PM, Richard Weinberger wrote: > Am 24.09.2012 21:23, schrieb Toralf Förster: >> On 09/10/2012 08:23 PM, Richard Weinberger wrote: >> >>> Does the attached patch fix the issue for you? >> >>&g

Re: [uml-user] apache2 won't start with v3.6-rc5 (kernel v3.5 works fine)

2012-09-24 Thread Toralf Förster
issue ?) - -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlBgsycACgkQhyrlCH22naP3gQCgrcnh

Re: [uml-user] apache2 won't start with v3.6-rc5 (kernel v3.5 works fine)

2012-09-10 Thread Toralf Förster
- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlBOOTMACgkQhyrlCH22naN0UgCgpr0J0mHwjtEpzBsXHCrUm4q9 c4MAoLePTLs

Re: [uml-user] apache2 won't start with v3.6-rc5 (kernel v3.5 works fine)

2012-09-10 Thread Toralf Förster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/10/2012 04:23 PM, Richard Weinberger wrote: > Am 10.09.2012 15:56, schrieb Toralf Förster: >> On 09/09/2012 06:55 PM, Richard Weinberger wrote: >>> Kind of. semctl() fails for whatever reason. >> >>> semg

Re: [uml-user] apache2 won't start with v3.6-rc5 (kernel v3.5 works fine)

2012-09-10 Thread Toralf Förster
[ ok ] * Removing dm-crypt mappings * crypt-swap ... Kernel not configured for semaphores (System V IPC). Not using udev synchronisation code. [ ok ] * Stopping udev ... [ ok ] I might run bisecting again if wanted. - -- MfG/Sincere

[uml-user] apache2 won't start with v3.6-rc5 (kernel v3.5 works fine)

2012-09-09 Thread Toralf Förster
00016: Configuration Failed I did not found anything else in the logs. Known issue ? -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- Live Security Virtual Conference Excl

Re: [uml-user] linxu kernel 3.5 - first experience

2012-07-22 Thread Toralf Förster
our. -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat la

[uml-user] linxu kernel 3.5 - first experience

2012-07-22 Thread Toralf Förster
805fc94 in fork_handler () at arch/um/kernel/process.c:181 #65 0x in ?? () :-( -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- Live Security Virtual Conference

Re: [uml-user] John Stultz' leap second check program lets an UML clock jump by few hours

2012-07-11 Thread Toralf Förster
On 07/10/2012 02:45 PM, Toralf Förster wrote: > Now I'm wondering whether it is worth to care about it or not. Erm - host shows same behaviour ... so it is not an UML issue -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7

Re: [uml-user] John Stultz' leap second check program lets an UML clock jump by few hours

2012-07-11 Thread Toralf Förster
On 07/11/2012 01:30 AM, richard -rw- weinberger wrote: > On Tue, Jul 10, 2012 at 2:45 PM, Toralf Förster > wrote: >> I tested the script of John Stultz (https://lkml.org/lkml/2012/7/1/203) >> at a UML of an unstable Gentoo Linux with recent host >> kernel linux-v3.5-rc5

[uml-user] John Stultz' leap second check program lets an UML clock jump by few hours

2012-07-10 Thread Toralf Förster
rierd: SHUTDOWN: Stopping... Jul 5 01:59:59 n22_uml kernel: Clock: inserting leap second 23:59:60 UTC Now I'm wondering whether it is worth to care about it or not. -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508

Re: [uml-user] entropy hole in UML instances too

2012-07-08 Thread Toralf Förster
> Gah - it is not enabled ... -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- Live Security Virtual Conference Exclusive live event will cover all the ways today's

[uml-user] entropy hole in UML instances too

2012-07-07 Thread Toralf Förster
do not remember). While this behaviour itself was good (the application still waited b/c /dev/random blocked I was explained) - it indicated too less entropy during boot of UML too, isn't it ? -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6

[uml-user] uml crashes with current kernel

2012-07-05 Thread Toralf Förster
el/irq.c:294 #37 0x08062719 in winch (sig=28, regs=0x20f4de90) at arch/um/kernel/trap.c:285 #38 0x08076e25 in userspace (regs=0x20f4de90) at arch/um/os-Linux/skas/process.c:442 #39 0x0805fc94 in fork_handler () at arch/um/kernel/process.c:181 #40 0x0000 in ?? () -- MfG/Sincerely Toralf Först

Re: [uml-user] linux-v3.5-rc1: start of a user mode linux produces a core file

2012-06-04 Thread Toralf Förster
.. con=pts con0=fd:0,fd:1 con1=pts con12=pts ... & creates 3 processes called "linux" - and the output doesn't continue after : ... NET: Registered protocol family 17 Key type dns_resolver registered initlevel:7=late, 21 registered initcalls Initialized stdio console drive

[uml-user] linux-v3.5-rc1: start of a user mode linux produces a core file

2012-06-03 Thread Toralf Förster
clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133 v3.4 works fine, output of $> /usr/local/bin/linux-v3.5-rc1 --showconfig > uml.config is attached. -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 # # Automatically generated file; DO

[uml-user] linux-v3.4-7644-g07acfc2 core dumped (not reliable)

2012-05-25 Thread Toralf Förster
2 0x0804969f in start_kernel () at init/main.c:636 #33 0x0804ac66 in start_kernel_proc (unused=0x0) at arch/um/kernel/skas/process.c:46 #34 0x08071a3e in run_kernel_thread (fn=0x804ac3a , arg=0x0, jmp_ptr=0x838ba40) at arch/um/os-Linux/process.c:257 #35

[uml-user] mv failed, file away

2012-05-15 Thread Toralf Förster
/test’: Operation not permitted n22_uml ~ # ls -l test ls: cannot access test: No such file or directory I'd expect, that in this case the file isn't removed, or ? -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A

Re: [uml-user] core dump for kernel 3.0 and CIFS

2011-08-03 Thread Toralf Förster
richard -rw- weinberger wrote at 21:48:30 > Is this a regression? if I can reproduce it - yes, b/c 2.6.39 works fine. But today it works fine. I fI can reporduce it I'll send more info. -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7

[uml-user] core dump for kernel 3.0 and CIFS

2011-08-02 Thread Toralf Förster
said : ... Registering the dns_resolver key type Initialized stdio console driver Switched to NOHz mode on CPU #0 Console initialized on /dev/tty0 console [tty0] enabled, bootconsole disabled Terminated (I'm unsure whether this is already known, but anyway ...) -- MfG/Sincerely Toralf Förster pgp fi

Re: [uml-user] kernel 3.0.0+ core dumped - core file analyzed

2011-08-01 Thread Toralf Förster
richard -rw- weinberger wrote at 13:47:36 > 2011/8/1 Toralf Förster : > > Hello, > > > > this is a follow-up of [uml-user] v3.0-6726-g250f8e3 core dumped in > > arch/um/os-Linux/sys-i386/task_size.c:31 > > > > The current UML kernel v3.0-6862-g3da3f87

[uml-user] kernel 3.0.0+ core dumped - core file analyzed

2011-08-01 Thread Toralf Förster
872e40) at arch/um/os-Linux/process.c:268 #25 0x0805efd5 in new_thread_handler () at arch/um/kernel/process.c:153 #26 0x in ?? () (gdb) quit -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 ---

Re: [uml-user] v3.0-6726-g250f8e3 core dumped in arch/um/os-Linux/sys-i386/task_size.c:31

2011-07-31 Thread Toralf Förster
Toralf Förster wrote at 13:49:39 > Although the merge window is open, I'd like to point to this : > Probably this is helpful too : #0 0xb7792424 in __kernel_vsyscall () (gdb) bt #0 0xb7792424 in __kernel_vsyscall () #1 0xb763fb46 in kill () at ../sysdeps/unix/syscall-templ

[uml-user] v3.0-6726-g250f8e3 core dumped in arch/um/os-Linux/sys-i386/task_size.c:31

2011-07-31 Thread Toralf Förster
#3 0x0804b31f in main (argc=1, argv=0xbfffece4, envp=0xbfffecec) at arch/um/os-Linux/main.c:153 (gdb) quit -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- Got Inp

[uml-user] UML linux doesn't like Ctrl-Z ?

2011-07-28 Thread Toralf Förster
Is this an expected behaviour ? (host and guest are running kernel 3.0). -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- Got Input? Slashdot Needs You. Take our quic

[uml-user] missing syslog messages

2011-07-12 Thread Toralf Förster
256M con1=pts con1=xterm con12=xterm root=98:0 -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 -- All of the data generated in your IT infrastructure is seriousl

[uml-user] unknown partition table

2008-10-12 Thread Toralf Förster
ext3noatime 0 1 /dev/ubdb noneswapsw0 0 The UML starts fine and mounts the appropriate file systems correctly. -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E50

[uml-user] wondering about the output of time command (real/user)

2008-07-24 Thread Toralf Förster
0m6.084s user0m3.010s sys 0m0.000s I'm wondering why the same command at the same system needs within UML only half of the time as for the user part. Host is 2.6.25-gentoo-r7 (mostly 2.6.25.11) , UML has version 2.6.26. -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4

[uml-user] using UML with kernel option CONFIG_VMSPLIT_3G_OPT

2006-05-31 Thread Toralf Förster
(setting Severity to minor b/c Im not sure whether this is expected or a > bug) -- MfG/Sincerely Toralf Förster pgp6n8hi4x1bB.pgp Description: PGP signature