[Vserver] Kernel panic when running strace inside a vserver

2006-07-05 Thread Jarek Dylag
Hello, I'm using kernel 2.6.17.1 with vsever patch vs2.1.1-rc24. Kernel panic when i try to use strace inside vserver (i can reproduce it while straceing qmail-smtpd and/or clamd-queue proces). Oops from netconsole in attachement. Jarek Dylag [42949720.46] [ cut here

Re: [Vserver] kernel panic patch-2.6.19.1-vs2.1.1.7.diff

2006-12-28 Thread Jarek Dylag
On 22/12/06, Herbert Poetzl [EMAIL PROTECTED] wrote: On Thu, Dec 21, 2006 at 03:45:45PM +0100, Jarek Dylag wrote: Hi, I've tested: patch-2.6.19.1-vs2.1.1.7.diff patch-2.6.19.1-vs2.2.0-rc5.diff hmm, are you sure? it looks like a bug we fixed in vs2.2.0-rc5, so please try to confirm

Re: [Vserver] kernel panic patch-2.6.19.1-vs2.1.1.7.diff

2007-01-08 Thread Jarek Dylag
Hi, okay, as it seems, I cannot recreate this here please could you make the following changes to get_task_state() There is nothing new in kernel log after changes, oops in attachement. Jarek Dylag Jan 3 13:02:33 v2140 [10966.004095] BUG: unable to handle kernel NULL pointer dereference

Re: [Vserver] kernel panic patch-2.6.19.1-vs2.1.1.7.diff

2007-01-10 Thread Jarek Dylag
/oops.txt Jarek Dylag ___ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver

Re: [Vserver] kernel panic patch-2.6.19.1-vs2.1.1.7.diff

2007-01-24 Thread Jarek Dylag
any sense on you arch, as it just slows down execution) No, issue still exists. Jarek Dylag ___ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver

[Vserver] quota problem

2007-01-27 Thread Jarek Dylag
Hey, After upgrade from: 2.6.17.11-vs2.1.1-rc31 to: 2.6.19.2-vs2.2.0-rc8.7 i noticed, that quota don't work form me anymore. I got error message: quotaon -a quotaon: using //qquota.group on /dev/hdv1 [/]: No such device quotaon: using //qquota.user on /dev/hdv1 [/]: No such device /etc/fstab

Re: [Vserver] kernel panic patch-2.6.19.1-vs2.1.1.7.diff

2007-01-28 Thread Jarek Dylag
Hi, perfect, this provided the essential clue please verify that the following patch fixes the issue for you: http://vserver.13thfloor.at/Experimental/delta-proc-fix04.diff Test server didn't crashed so far. I checked this patch and also new patch-2.6.19.2-vs2.2.0-rc8.7. Thanks for help.

Re: [Vserver] Re: quota problem

2007-01-28 Thread Jarek Dylag
Hey After upgrade from: 2.6.17.11-vs2.1.1-rc31 to: 2.6.19.2-vs2.2.0-rc8.7 i noticed, that quota don't work form me anymore. quotaon -a quotaon: using //qquota.group on /dev/hdv1 [/]: No such device quotaon: using //qquota.user on /dev/hdv1 [/]: No such device Use the quota tools by

Re: [Vserver] Strange problem with starting apache

2007-01-31 Thread Jarek Dylag
of semaphore arrays. Some apache2 modules use semaphores (2 arrays per apache in my configuration, more If you are using modules like: mod_perl, mod_python. mod_rewrite). You have to check current shared memory and semaphores usage and limits. Jarek Dylag

Re: [Vserver] Re: quota problem

2007-02-06 Thread Jarek Dylag
Hey, I still can't get quota working. I made some investigation and problem started after changes in namespace separation implementation made between: patch-2.6.19-vs2.1.x-t4.diff and patch-2.6.19-vs2.1.x-t7.diff Jarek Dylag ___ Vserver mailing list

[Vserver] kernel panic on vs2.2.0-rc11

2007-02-06 Thread Jarek Dylag
Hi, My test server crashes after executing : vserver name exec or vserver name enter I tested: patch-2.6.19.2-vs2.2.0-rc9.diff patch-2.6.19.3-vs2.2.0-rc11.diff Last version without this issue is vs2.2.0.rc8.7. Opps in attachement. Jarek Dylag Feb 6 10:16:38 v2139 [ 146.190021] BUG: rwlock

Re: [Vserver] kernel panic on vs2.2.0-rc11

2007-02-07 Thread Jarek Dylag
,noexec,nosuid 0 0 none /dev/pts devpts gid=5,mode=620 0 0 /etc/vservers/x2136/schedule: 1 2 500 5 500 -2 /etc/vservers/x2136/apps/init/mark default /etc/vservers/x2136/apps/init/mtab /dev/hdv1 / ufs defaults,noatime,usrquota,grpquota 0 0 Jarek Dylag

Re: [Vserver] kernel panic on vs2.2.0-rc11

2007-02-07 Thread Jarek Dylag
:1 #CActive: 1 #NSProxy: 2 36 1 1 1 Thera are all bcapabilities enabled for guests on this system Why on earth would you do that? This is only test environment, i tryed to find solution of my quota problems (i described it in another mail). Jarek Dylag

Re: [Vserver] Re: quota problem

2007-02-09 Thread Jarek Dylag
/ ext3 rw,noatime,usrquota,grpquota 0 0 guest fstab: /dev/hdv1 / ext3defaults,usrquota,grpquota1 1 guest mtab: /dev/hdv1 / ufsnoatime,usrquota,grpquota 0 2 Jarek Dylag ___ Vserver mailing list Vserver

Re: [Vserver] vserver enter eating cpu and vkill problem

2007-03-07 Thread Jarek Dylag
) = 0 select(4, [0 3], NULL, NULL, NULL) = 1 (in [0]) read(0, , 64) = 0 select(4, [0 3], NULL, NULL, NULL) = 1 (in [0]) Jarek Dylag ___ Vserver mailing list Vserver@list.linux-vserver.org http

Re: [Vserver] vserver enter eating cpu and vkill problem

2007-03-14 Thread Jarek Dylag
*/ EwriteAll(dst, buf, len); } It fixes the problem, but i don't know if i haven't broken something else. Jarek Dylag ___ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver

Re: [Vserver] vserver enter eating cpu and vkill problem

2007-03-26 Thread Jarek Dylag
Hey, [...] Could you try http://svn.linux-vserver.org/projects/util-vserver/changeset/2514?format=diffnew=2514 instead? Essentially the same thing, just in the (IMHO) correct function. It works very well. Jarek DylÄ…g ___ Vserver mailing list