From cricbuzz at gmail.com Tue Apr 19 14:56:54 2005 From: cricbuzz at gmail.com (Cricbuzz Team) Date: Tue, 19 Apr 2005 20:26:54 +0530 Subject: Latest patch for RHEL3 2.4.21-27.0.3ELSmp Message-ID: <6633b0d05041907569906098@mail.gmail.com> Hi, I have upgraded my kernel to 2.4.21-27.0.3ELSmp and I was running tux-3.2.19-2 as per "rpm -qa | grep tux" I wish to upgrade tux to use the gzip facilities. I have downloaded tux-3.2.21.tar.gz. 1. Is this the correct latest patch for the kernel I have 2. What do I need to upgrade Tux (in terms of compilation and configuration steps) Hope I am at the right forum and looking forward to some guidance. Thanks From cbzmail at gmail.com Tue Apr 19 17:42:24 2005 From: cbzmail at gmail.com (Cbz Mail) Date: Tue, 19 Apr 2005 23:12:24 +0530 Subject: Latest patch for RHEL3 2.4.21-27.0.3ELSmp In-Reply-To: <9abba7a3050419103546eaf1d2@mail.gmail.com> References: <9abba7a30504190957483f9c97@mail.gmail.com> <20050419172602.GA20857@simkin.ca> <9abba7a3050419103546eaf1d2@mail.gmail.com> Message-ID: <9abba7a305041910422e5235d0@mail.gmail.com> Hi, Pardon my ignorance but I am sort of a newbie to the kernel. If I understand right, I have to patch this code on to the existing kernel source tree (patch -p0 < linux-2.4.21-tux.patch). Then I have to recompile and reboot the kernel. After I which compile and run (tux-3.2.21.tar.gz), which will replace the tux module I currently have. Once again, thanks for your help. Thanks On 4/19/05, Alan Hodgson wrote: > Replace the tux kernel patch with the attached and rebuild the kernel RPM, it > fixes the gzip file size problem for RHEL 3 kernels with the tux included > in the distribution. > > On Tue, Apr 19, 2005 at 10:27:44PM +0530, Cbz Mail wrote: > > I did gzip option with the earlier version though it did not work. I > > guess I am looking at a fix of the size bug actually. > > > > Thanks > > > > On 4/19/05, Alan Hodgson wrote: > > > Are you looking for new functionality, or just a fix for the file > > > size bug in the RHEL 3 tux version on gzipped files? > > > > > > On Tue, Apr 19, 2005 at 08:26:54PM +0530, Cbz wrote: > > > > Hi, > > > > > > > > I have upgraded my kernel to 2.4.21-27.0.3ELSmp and I was running > > > > tux-3.2.19-2 as per "rpm -qa | grep tux" > > > > I wish to upgrade tux to use the gzip facilities. I have downloaded > > > > tux-3.2.21.tar.gz. > > > > 1. Is this the correct latest patch for the kernel I have > > > > 2. What do I need to upgrade Tux (in terms of compilation and > > > > configuration steps) > > > > > > > > Hope I am at the right forum and looking forward to some guidance. > > > > > > > > Thanks > > > > > > > > _______________________________________________ > > > > tux-list mailing list > > > > tux-list at redhat.com > > > > https://www.redhat.com/mailman/listinfo/tux-list > > > > From ahodgson at simkin.ca Tue Apr 19 20:07:00 2005 From: ahodgson at simkin.ca (Alan Hodgson) Date: Tue, 19 Apr 2005 13:07:00 -0700 Subject: Latest patch for RHEL3 2.4.21-27.0.3ELSmp In-Reply-To: <9abba7a305041910422e5235d0@mail.gmail.com> References: <9abba7a30504190957483f9c97@mail.gmail.com> <20050419172602.GA20857@simkin.ca> <9abba7a3050419103546eaf1d2@mail.gmail.com> <9abba7a305041910422e5235d0@mail.gmail.com> Message-ID: <20050419200700.GB22165@simkin.ca> The RHEL kernel already includes a tux patch. I sent you a replacement for that patch file which fixes the gzip file size problem. So just replace the patch that comes in the kernel SRPM and then build the kernel RPM(s) that you need. On Tue, Apr 19, 2005 at 11:12:24PM +0530, Cbz Mail wrote: > Hi, > Pardon my ignorance but I am sort of a newbie to the kernel. If I > understand right, I have to patch this code on to the existing kernel > source tree (patch -p0 < linux-2.4.21-tux.patch). Then I have to > recompile and reboot the kernel. After I which compile and run > (tux-3.2.21.tar.gz), which will replace the tux module I currently > have. > > Once again, thanks for your help. > Thanks -- "If a nation expects to be ignorant and free, in a state of civilization, it expects what never was and never will be." -- Thomas Jefferson From davidpesta at gmail.com Wed Apr 27 01:20:17 2005 From: davidpesta at gmail.com (David Pesta) Date: Tue, 26 Apr 2005 20:20:17 -0500 Subject: Trouble starting TUX Message-ID: <686407480504261820752301d6@mail.gmail.com> Greetings, I installed and ran TUX just fine in the past without any complications. Since then I have restored my server and reinstalled it. The TUX service will not start. Here is what I did: I downloaded tux-3.2.19-2.i386.rpm and matched the checksum at https://rhn.redhat.com/errata/RHBA-2004-389.html rpm -i tux-3.2.19-2.i386.rpm service tux start (At this point I get "could not initialize TUX!") So I continued with my previously successful TUX configuration protocols to see if that would make it work: # cd /proc/sys/net/tux # echo "1" >virtual_server # echo "81" >clientport # vi /etc/sysctl.tux and place into it: net/tux/virtual_server = 0 net/tux/clientport = 81 net/tux/referer_logging = 0 net/tux/logging = 0 net/tux/max_keepalives = 2000 net/tux/keepalive_timeout = 15 net/tux/TDprintk = 0 net/tux/Dprintk = 0 net/tux/generate_cache_control = 1 net/tux/generate_etags = 1 net/tux/generate_last_mod = 1 net/tux/defer_accept = 0 # vi /etc/sysconfig/tux - Comment out LOGFILE with # (this will for sure turn off TUX logging, because LOGFILE will force logging even if net/tux/logging = 0) # vi /etc/tux.mime.types Change: #TUX/redirect redir To: TUX/redirect php Here is exactly what I get when I try to start TUX: [root at enterprise /]# service tux start Starting tux: net.tux.virtual_server = 0 net.tux.clientport = 81 net.tux.referer_logging = 0 net.tux.logging = 0 net.tux.max_keepalives = 2000 net.tux.keepalive_timeout = 15 net.tux.TDprintk = 0 net.tux.Dprintk = 0 net.tux.generate_cache_control = 1 net.tux.generate_etags = 1 net.tux.generate_last_mod = 1 net.tux.defer_accept = 0 Tux version: 3/0/0 could not initialize TUX! [FAILED] [root at enterprise /]# The last time I had TUX working, it was great! I really look forward to the advantages of having TUX as the frontend server of static content. Thank you for your help, David From bigeyedcrab at hotmail.com Fri Apr 29 10:16:16 2005 From: bigeyedcrab at hotmail.com (catherine lie) Date: Fri, 29 Apr 2005 18:16:16 +0800 Subject: How can i make use of ftp://ftp.redhat.com/ Message-ID: i just can not log in should i register for a certain username? or this ftp server is not for public? _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/