About this list Date view Thread view Subject view Author view Attachment view

From: Ola Lundqvist (opal_at_debian.org)
Date: Fri 12 Dec 2003 - 20:37:14 GMT


On Fri, Dec 12, 2003 at 09:30:20PM +0100, Ola Lundqvist wrote:
> Hi
>
> On Thu, Dec 11, 2003 at 09:29:22PM +0100, Kern Wolfgang wrote:
> > Hello Ola,
> >
> > I needed no Patch, only install the packet e2fslibs-dev. Everything was then
> > compilled wonderfully and also installed...
>
> Ohh sorry. I saw that now when building the new tool for Debian. Just a question
> before I upload it. Is vserver-0.29 backwards compatible with old kernel patches
> like ctx17 and such?

Well I ment. Before I upload backported packages for woody... :)

Regards,

// Ola

> Regards,
>
> // Ola
>
> > Nevertheless thanks for your help!
> >
> >
> > Regards
> > Wolfgang
> >
> >
> > -----Ursprüngliche Nachricht-----
> > Von: vserver-admin_at_list.linux-vserver.org
> > [mailto:vserver-admin_at_list.linux-vserver.org] Im Auftrag von Ola Lundqvist
> > Gesendet: Donnerstag, 11. Dezember 2003 21:20
> > An: vserver_at_list.linux-vserver.org
> > Betreff: Re: [Vserver] Error in build of vserver 0.29 (make)
> >
> > Hi
> >
> > You have to install e2fslibs-dev and apply the following patches:
> >
> > vserver-0.26-ext2fs-showattr.cc.patch
> > vserver-0.26-ext2fs-vutil.cc.patch
> >
> > You can find them on http://www.opal.dhs.org/involced/patch/vserver/
> >
> > The reason is that the vserver tools depend on kernel headers (which is
> > really bad!).
> >
> > Regards,
> >
> > // Ola
> >
> > On Thu, Dec 11, 2003 at 09:06:44PM +0100, Wolfgang Kern wrote:
> > > 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
> >
> > --
> > --------------------- Ola Lundqvist ---------------------------
> > / opal_at_debian.org Annebergsslingan 37 \
> > | opal_at_lysator.liu.se 654 65 KARLSTAD |
> > | +46 (0)54-10 14 30 +46 (0)70-332 1551 |
> > | http://www.opal.dhs.org UIN/icq: 4912500 |
> > \ gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9 /
> > ---------------------------------------------------------------
> > _______________________________________________
> > 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
>
> --
> --------------------- Ola Lundqvist ---------------------------
> / opal_at_debian.org Annebergsslingan 37 \
> | opal_at_lysator.liu.se 654 65 KARLSTAD |
> | +46 (0)54-10 14 30 +46 (0)70-332 1551 |
> | http://www.opal.dhs.org UIN/icq: 4912500 |
> \ gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9 /
> ---------------------------------------------------------------
> _______________________________________________
> Vserver mailing list
> Vserver_at_list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver

-- 
 --------------------- Ola Lundqvist ---------------------------
/  opal_at_debian.org                     Annebergsslingan 37      \
|  opal_at_lysator.liu.se                 654 65 KARLSTAD          |
|  +46 (0)54-10 14 30                  +46 (0)70-332 1551       |
|  http://www.opal.dhs.org             UIN/icq: 4912500         |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---------------------------------------------------------------
_______________________________________________
Vserver mailing list
Vserver_at_list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver


About this list Date view Thread view Subject view Author view Attachment view
[Next/Previous Months] [Main vserver Project Homepage] [Howto Subscribe/Unsubscribe] [Paul Sladen's vserver stuff]
Generated on Fri 12 Dec 2003 - 20:38:49 GMT by hypermail 2.1.3