From: Wolfgang Kern (wolfgang-kern_at_freenet.de)
Date: Thu 11 Dec 2003 - 20:06:44 GMT
Hello Vserver Cummunity,
i try to install the new vserver 0.29 on the bugfixed 1.2.1 vserver patch
... But a fault has appeared:
vm-dev1:/install/vserver-0.29# make
g++ -c -o syscall.o syscall.cc
g++ -c -o old_syscall.o old_syscall.cc
g++ -funsigned-char -Wall -g -O -DVERSION=\"0.29\" chbind.cc syscall.o
old_syscall.o -o chbind
g++ -funsigned-char -Wall -g -O -DVERSION=\"0.29\" chcontext.cc syscall.o
old_syscall.o -o chcontext
In file included from /usr/include/linux/fs.h:12,
from /usr/include/linux/capability.h:17,
from chcontext.cc:17:
/usr/include/linux/wait.h:4: warning: `WNOHANG' redefined
/usr/include/bits/waitflags.h:26: warning: this is the location of the
previous definition
/usr/include/linux/wait.h:5: warning: `WUNTRACED' redefined
/usr/include/bits/waitflags.h:27: warning: this is the location of the
previous definition
g++ -funsigned-char -Wall -g -O -DVERSION=\"0.29\" reducecap.cc syscall.o
old_syscall.o -o reducecap
In file included from /usr/include/linux/fs.h:12,
from /usr/include/linux/capability.h:17,
from reducecap.cc:12:
/usr/include/linux/wait.h:4: warning: `WNOHANG' redefined
/usr/include/bits/waitflags.h:26: warning: this is the location of the
previous definition
/usr/include/linux/wait.h:5: warning: `WUNTRACED' redefined
/usr/include/bits/waitflags.h:27: warning: this is the location of the
previous definition
g++ -c -o vutil.o vutil.cc
vutil.cc:12: ext2fs/ext2_fs.h: No such file or directory
make: *** [vutil.o] Error 1
It looks as if so he wouldn't find a file called "ext2_fs.h" The output of
find is follow:
/usr/include/linux/ext2_fs.h
Any ideas?
Regards
Shade
-----Ursprüngliche Nachricht-----
Von: vserver-admin_at_list.linux-vserver.org
[mailto:vserver-admin_at_list.linux-vserver.org] Im Auftrag von Jacques Gelinas
Gesendet: Donnerstag, 11. Dezember 2003 17:33
An: Vserver mailing list
Betreff: [Vserver] addendum to vserver 0.29 change log
I had forgotten one item, important in the change log. Here it is
2.1. v_xxx services bound to 127.0.0.1
V_xxx services (sshd, ...) are special services used in the root
server to limit its IP scope to some IPs. This way, vservers are free
to use the other IPs of the machine. In previous release, all v_xxx
services were bound to eth0 only. It was possible to override this
using a corresponding file /etc/vservices/xxx.conf with a line like:
IP="ip1 ip2"
It turns out to be more practical to bind services to 127.0.0.1 and
eth0. X11 forwarding in sshd is working better like this. So now, all
v_xxx services are bound to 127.0.0.1 and eth0, unless overridden by
the /etc/vservices/xxx.conf
---------------------------------------------------------
Jacques Gelinas <jack_at_solucorp.qc.ca>
vserver: run general purpose virtual servers on one box, full speed!
http://www.solucorp.qc.ca/miscprj/s_context.hc
_______________________________________________
Vserver mailing list
Vserver_at_list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver
_______________________________________________
Vserver mailing list
Vserver_at_list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver