[Vserver] Re: quota problem

2007-01-28 Thread Nicolas Costes
Le dimanche 28 janvier 2007 00:31, Jarek Dylag a écrit :

Hello !

 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 _implicitely_ specifying the _device_ :

# quota* --xxx --yyy /dev/hdvX

...Instead of using the mountpoints (or nothing at all) :

# quota* --xxx --yyy /home = NO !


Hope this helps !


pgpkrQpaepLQh.pgp
Description: PGP signature
___
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-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.

Jarek
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


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 _implicitely_ specifying the _device_ :

# quota* --xxx --yyy /dev/hdvX


No, it still doesn't work.

additional information, maybe it will help:

# /usr/sbin/vrsetup /dev/vroot0 /dev/hda6

# ls -la /dev/vroot0
brw---  1 root root 4, 0 2005-07-22 21:24 /dev/vroot0

# vserver v1890 enter

# ls -la /dev/hdv1
brw---  1 root disk 4, 0 2005-09-15 07:52 /dev/hdv1

# ls -la /aquota*
-rw---  1 root root 12288 2007-01-28 19:36 /aquota.group
-rw---  1 root root 11264 2007-01-28 19:36 /aquota.user

# quotacheck -ugm /dev/hdv1
# quotaon -ug /dev/hdv1
quotaon: using //aquota.group on /dev/hdv1 [/]: No such device
quotaon: using //aquota.user on /dev/hdv1 [/]: No such device

Jarek
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] Re: Re: vserver patch for recent 2.6.16

2007-01-28 Thread Markus Schuster
Daniel Hokka Zakrisson wrote:

http://people.linux-vserver.org/~dhozac/p/k/patch-2.6.16.37-vs2.0.3-rc1.diff
 [..]

Really really nice! Now my test results: 

1.) patch time
I had been able to patch a XEN 2.6.16.38 and it produced rejects in the
following 3 files:
 include/asm-i386/page.h
 net/ipv4/tcp.c
 Makefile
The Makefile can be ignored, that's just the version string. The other two
rejects are easy to fix. In tcp.c it's just an #include and page.h is well
known to me from older vserver patches and also rather easy to fix (more or
less copy-and-paste from the .rej file). 

2.) compile time
I had some problems with JFS, there are some constants used that aren't
defined elsewhere. The patch adds the two functions jfs_set_inode_flags and
jfs_sync_flags to fs/jfs/jfs_inode.c and most/all? of the constants used in
this two functions are undefined. But no problem for me as I don't need
JFS. I've just disabled it. No further compile time problems with
my .config. 

3.) run time
I've just done some basic testing and until now all is working as expected.
But let me do some more testing :)

A big THANK YOU from my side! Now I can upgrade to XEN 3.0.4-1 without the
buggy Debian kernel. 

Regards, 
Markus

___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] Disconnect on vserver build

2007-01-28 Thread Marc Guyard

Hi,

I've a problem to install vserver on a dedicated server.
In fact, i only access to him with ssh.
My problem is'nt really the installation but the build.

When i launch a verserver build image ( i follow this tutorial ), after the
second yum, i'm disconnect from my ssh and i cannot reconnect without
restart the server.
Do you know why ?
Can i have a very verbose log somewhere ?

Thanks by advance for your help.

PS : My vserver host is on FC6 and vserver too :)

--

SoukoussMan
[EMAIL PROTECTED]
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver