Re: [Vserver] listing of --bind mounts

2006-08-24 Thread Stephan Mueller
* Roderick A. Anderson [EMAIL PROTECTED] [24.08.2006]:

 It appears I'm clueless on this but I have RFTM or at least the man
 page for the mount command but still don't see a method.
 
 How do I get a listing of all the --bind (from
 /etc/vservers/$GUEST/fstab ) mounts from the host?
 
 All I'm seeing is the regular mounts; partitions, nfs, etc.

if I got your point you should try df -a on the host. This gives you a
list of all mount points, including soft mounts.


Cheers,

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


[Vserver] VMWare-Server and vserver

2006-04-18 Thread Stephan Mueller
Hi,

are there any known issues running the vmware-server on a 2.6 kernel
with applied vserver-patches? 


Cheers,

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


Re: [Vserver] iptables inside vserver client?

2006-01-11 Thread Stephan Mueller
Hi Michael,
* Michael S. Zick [EMAIL PROTECTED] [060110 23:49]:

 Reading step three of the virtual tour does not say that the ip rules
 are 'within' your virtual server.  Only that the rules that apply to
 your virtual server can be controlled by a web interface (on the host
 system) most likely.
 
 That would be fairly straight forward thing to do, just write 
 rule chain(s) for a particular IP address.  Constrain the web update
 to do dynamic rules on the rule chain for a particular customer.
 
 For instance, start with the dynamic rule handling of PSAD, be creative 
 with the chain naming, add a web interface, etc.

Ah, I see. Thanks for your reply.


Cheers,

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


[Vserver] iptables inside vserver client?

2006-01-10 Thread Stephan Mueller
Hi,

on the hosting page in the wiki the provider [vRoutix], Argentina
anounces iptables support inside a vserver client while i read on the
beginners faq page that the forward chain is not touched by packets
between the clients.

Which one is true? :) Do they use some sort of tap or tun devices?


Cheers and thanks,

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


Re: [Vserver] dev setting in interfaces

2005-12-23 Thread Stephan Mueller
Hi Herbert,

* Herbert Poetzl [EMAIL PROTECTED] [051222 18:10]:

 if you want the tools to 'create' the IP for
 your guest, then you have to tell them on which
 interface it shall be done ...

ah, okay. Thank your for putting this straight.

One more question: where has the onboot option gone in the new
configuration style? I was not able to mark my clients to be run after
booting the vserver.


Cheers + thanks again,
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


Re: [Vserver] Problem starting vserver vcontext: chroot(): Permission denied

2005-12-23 Thread Stephan Mueller
Hi Herbert,

* Herbert Poetzl [EMAIL PROTECTED] [051222 18:11]:

 just to get the idea, what distro/tools where used
 with the 1.2 branch-installation?

the 1.2 branch is running on several debian sarge machines with kernel
2.4.29. The version of utils-vserver is 0.30.204-5sarge2.

I did one more test today and copied the original tared 1.2 branch client
to my test server and untarred it. I was able to start it without any
problems. So I suppose something has to be gone wrong during my several
tries on the test server itself. I am not shure, maybe there was an old
version of the tools installed (the debian version mentioned above)
before i switched to new utils 0.30.209.

In case I find out how to reproduce this, I will post it to the list.

  Before I got this error I had several other problems (with incomplete
  configs etc.) so I can't tell what to do to reproduce this problem,
  sorry.
 
  At least the trick with taring and untaring worked, so I can continue
 
 an incantation of setattr -R --~barrier /path/to/dir
 should work too ...

This will be faster than taring and untaring again... :)


Thanks + cheers,

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


Re: [Vserver] dev setting in interfaces

2005-12-23 Thread Stephan Mueller
Hi Lars!

* Lars Braeuer [EMAIL PROTECTED] [051223 15:23]:

 echo default  /etc/vservers/name/apps/init/mark
 
 the vservers-default start script must be in the active runlevel!

Great! Thanks a lot and mery xmas to all of you!


Cheers,

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


Re: [Vserver] Problem starting vserver vcontext: chroot(): Permission denied

2005-12-22 Thread Stephan Mueller
Hi folks,

* Herbert Poetzl [EMAIL PROTECTED] [051124 09:54]:
 On Thu, Nov 24, 2005 at 08:48:15AM +0100, Manfred Heubach wrote:
  found it at last. The directories of the vservers had the barrier
  attribut set on all subdirectories. I haven't found a way to unset
  the attribute. so i made a tar archive of the vserver, deleted the
  directory structure and unpacked the archive again. this way the
  barrier vanished. the servers are running :-)
 
 hmm, how could that happen?
 
  so i have still one question: how can i remove the barrier attribute?
 
 setattr --~barrier /path/to/dir

just for the files: I had the same problem today. I was setting up a
staging server for testing the migration of our vservers from the 1.2
branch to to 2.0.1. 

Before I got this error I had several other problems (with incomplete
configs etc.) so I can't tell what to do to reproduce this problem,
sorry.

At least the trick with taring and untaring worked, so I can continue my
tests.


Cheers,

Steph.

PS: vserver-info says:

Versions:
   Kernel: 2.6.14.4-vs2.0.1
   VS-API: 0x00020001
 util-vserver: 0.30.209; Dec 22 2005, 14:57:59

Features:
   CC: gcc, gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)
  CXX: g++, g++ (GCC) 3.3.5 (Debian 1:3.3.5-13)
 CPPFLAGS: ''
   CFLAGS: '-g -O2 -std=c99 -Wall -pedantic -W'
 CXXFLAGS: '-g -O2 -ansi -Wall -pedantic -W
-fmessage-length=0'
   build/host: i686-pc-linux-gnu/i686-pc-linux-gnu
 Use dietlibc: yes
   Build C++ programs: yes
   Build C99 programs: yes
   Available APIs: compat,v11,v13,fscompat,net,oldproc,olduts
ext2fs Source: e2fsprogs
syscall(2) invocation: alternative
  vserver(2) syscall#: 273/glibc

Paths:
   prefix: /usr
sysconf-Directory: /etc
cfg-Directory: /etc/vservers
 initrd-Directory: $(sysconfdir)/init.d
   pkgstate-Directory: ${prefix}/var/run/vservers
  vserver-Rootdir: /vservers
___
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


[Vserver] dev setting in interfaces

2005-12-22 Thread Stephan Mueller
Hi folks,

I am quite shure this is a stupid question, never the less I would like
to know the answer ;)

What is dev supposed to be set to? The flower page says:

dev: The network device

Hm. Has it to be an existing network interface of the vserver? Or ist it
just a name?

I set it to eth0 and it works but maybe there is more to know about it.



Cheers and thanks,

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


Re: [Vserver] PDA Webinterface

2005-08-10 Thread Stephan Mueller
Hi Herbert,

* Herbert Poetzl [EMAIL PROTECTED] [050810 14:10]:

 agreed, a web interface to manage vserver guests is
 probably one thing where folks could go crazy ...

sad but true... ;)


Cheers,

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