Re: [Vserver] howto apply patch

2006-06-04 Thread Nikolay Kichukov
hello Varun,
the patch can be applied once you navigate to your kernel's core
direcotry ( i.e. /usr/src/linux-2.16.18/ ) and then isssue the command:

patch -p1  patch-2.6.16.17-vs2.0.2-rc21.diff

Hope that helps,
-Nikolay Kichukov

On Sun, 2006-06-04 at 10:10 +0530, varun wrote:
 Hello,
 
 Howto apply the following patch :
 
  patch-2.6.16.17-vs2.0.2-rc21.diff 
 
 Thanks
 
 Varun
 ___
 Vserver mailing list
 Vserver@list.linux-vserver.org
 http://list.linux-vserver.org/mailman/listinfo/vserver
-- 
Когато сме щастливи, сме добри.
Но когато сме добри, не винаги сме щастливи...
-Оскар Уайлд

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


Re: [Vserver] howto apply patch

2006-06-04 Thread Guenther Fuchs
Hi there,

on Sunday, June 4, 2006 at 6:40:55 AM there was posted:

v Howto apply the following patch :
v  patch-2.6.16.17-vs2.0.2-rc21.diff 

Similiar to
 http://linux-vserver.org/VServer+installation+Fedora+Core+4#g2Aexp

-- 
regards 'n greez,

Guenther Fuchs
(aka muh and powerfox)

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


Re: [Vserver] Running freetds app on vserver

2006-06-04 Thread Herbert Poetzl
On Fri, Jun 02, 2006 at 05:41:13PM -0300, Gustavo A. Gonzalez wrote:
 Hello all, iam trying to get work an implementation of freetds on a
 virtual server, i have developed an application that use that library
 to send data on to a MSSQL server and retrieve some results from that
 MSSQL server. FreeTDS makes a connection to the server on one outbound
 port. It doesn't listen on any port (as a client). The conversation
 with the server is half-duplex; FreeTDS is either sending or receiving
 (or idle). Well, in that context I setting up a Private network inside
 my host system(debian sarge with kernel version 2.6) same like its
 describe in http://linux-vserver.org/HowtoPrivateNetworking. and I
 have my virtual lan working fine with this configuration, BUT when
 i execute my application inside a virtual server I can't retrieve
 data from my virtual connection to MSSQL. If I only can send requests
 from my vserver, what have i do on a host system to enable a half
 duplex connection to retrieve data from my vserver and MSSQL when ran
 my freetds application?...

hmm, why so? usually providers have services
(like httpd or smtpd) running which can send
and receive quite fine?

I'd say you want to dig a little into port
forwarding and such, to allow your guests to
use certain ports of the host system ...

HTH,
Herbert

 If any can help me with this issue I wait
 ...and thanks.
 ___
 Vserver mailing list
 Vserver@list.linux-vserver.org
 http://list.linux-vserver.org/mailman/listinfo/vserver

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