From jason at jasonandjessi.com Sat Dec 3 15:25:04 2005 From: jason at jasonandjessi.com (jason) Date: Sat, 3 Dec 2005 09:25:04 -0600 (CST) Subject: userspace utilities Message-ID: I am working on getting tux to run on an appliance type device, but I'm having a few issues. I have googled all over the place and combed the archives, but can't seem to find my answer. Since this is an appliance, I don't have room to install redhat. I was able to patch 2.6.14 with the newest tux patch, but I can't find the utilities to actually start tux up (usually referenced as /usr/sbin/tux I believe). Can anyone please point me in the right direction? -- Jason The place where you made your stand never mattered, only that you were there... and still on your feet From jnerin at svalero.es Sat Dec 3 17:07:18 2005 From: jnerin at svalero.es (Jorge Nerin) Date: Sat, 03 Dec 2005 18:07:18 +0100 Subject: userspace utilities In-Reply-To: References: Message-ID: <4391D0C6.5020304@svalero.es> jason wrote: > I am working on getting tux to run on an appliance type device, but > I'm having a few issues. I have googled all over the place and combed > the archives, but can't seem to find my answer. Since this is an > appliance, I don't have room to install redhat. I was able to patch > 2.6.14 with the newest tux patch, but I can't find the utilities to > actually start tux up (usually referenced as /usr/sbin/tux I > believe). Can anyone please point me in the right direction? > Here you go: http://people.redhat.com/mingo/TUX-patches/ And the manuals live in: http://www.redhat.com/docs/manuals/tux/ Hope it is what you were looking for. -- Jorge Nerin From jason at jasonandjessi.com Sat Dec 3 18:00:22 2005 From: jason at jasonandjessi.com (jason) Date: Sat, 3 Dec 2005 12:00:22 -0600 (CST) Subject: userspace utilities In-Reply-To: <4391D0C6.5020304@svalero.es> References: <4391D0C6.5020304@svalero.es> Message-ID: That seems to be the kernel patches, but no user utils. Perhaps I am on the wrong path, do I still need the tux binary that usually lives in /usr/sbin on redhat boxes to start and run tux? It installed correctly and shows up in /proc, but I can't seem to connect to it. -- Jason The place where you made your stand never mattered, only that you were there... and still on your feet On Sat, 3 Dec 2005, Jorge Nerin wrote: > jason wrote: > >> I am working on getting tux to run on an appliance type device, but >> I'm having a few issues. I have googled all over the place and combed >> the archives, but can't seem to find my answer. Since this is an >> appliance, I don't have room to install redhat. I was able to patch >> 2.6.14 with the newest tux patch, but I can't find the utilities to >> actually start tux up (usually referenced as /usr/sbin/tux I >> believe). Can anyone please point me in the right direction? >> > > Here you go: > > http://people.redhat.com/mingo/TUX-patches/ > > And the manuals live in: > > http://www.redhat.com/docs/manuals/tux/ > > Hope it is what you were looking for. > > -- > Jorge Nerin > > _______________________________________________ > tux-list mailing list > tux-list at redhat.com > https://www.redhat.com/mailman/listinfo/tux-list > From jnerin at svalero.es Sat Dec 3 23:11:48 2005 From: jnerin at svalero.es (Jorge Nerin) Date: Sun, 04 Dec 2005 00:11:48 +0100 Subject: userspace utilities In-Reply-To: References: <4391D0C6.5020304@svalero.es> Message-ID: <43922634.10703@svalero.es> jason wrote: > That seems to be the kernel patches, but no user utils. Perhaps I am on > the wrong path, do I still need the tux binary that usually lives in > /usr/sbin on redhat boxes to start and run tux? It installed correctly > and shows up in /proc, but I can't seem to connect to it. > Yes, you are true, this was the URL where they lived, but now it seems that there are only patches. Well, you could try to grab the src rpm (from fedora for example http://download.fedora.redhat.com/pub/fedora/linux/core/4/SRPMS/tux-3.2.18-4.src.rpm) and build them manually. -- Jorge Nerin From aergis at gmail.com Wed Dec 7 20:34:43 2005 From: aergis at gmail.com (Armen Eyal) Date: Wed, 7 Dec 2005 21:34:43 +0100 Subject: uri -> file translation Message-ID: <3b2132740512071234m564328cdi55be7afcfd9fc17c@mail.gmail.com> i'd like to have a tux function that would do custom uri -> file translation, but don't have time learning tux api, checking source code. can someone write one for me - i'll pay you for it. Thank You -------------- next part -------------- An HTML attachment was scrubbed... URL: From johann at johannburkard.de Sat Dec 17 23:32:16 2005 From: johann at johannburkard.de (Johann Burkard) Date: Sun, 18 Dec 2005 00:32:16 +0100 Subject: Virtual hosts not working Message-ID: Hello, I was just trying to use Tux with virtual hosts. I've set up the following directory structure: /www/bla /www/blorb /www/blub So that people requesting www.bla.com would get the content in /www/bla etc. Now in /proc/sys/net/tux I did $ echo 1 > virtual_server $ echo "/www/" > documentroot $ echo 2 > strip_host_tail At that point, Tux became almost unresponsive and didn't server any pages. Did I do something wrong? I monitored /proc/kmsg but nothing showed up there. I use Linux 2.6.5. Thanks, Johann From johann at johannburkard.de Sun Dec 18 20:17:08 2005 From: johann at johannburkard.de (Johann Burkard) Date: Sun, 18 Dec 2005 21:17:08 +0100 Subject: Virtual hosts not working References: Message-ID: <14FB0261D3E34E88B0FA1B2DCD076FD6@granularr> Hello, Johann Burkard wrote: > $ echo 1 > virtual_server > $ echo "/www/" > documentroot > $ echo 2 > strip_host_tail ok, let me rephrase this: Who IS actually using virtual hosts with Tux and what are the settings? Thanks, Johann From max at expires-2004.workforce.de Mon Dec 19 14:41:53 2005 From: max at expires-2004.workforce.de (Max Helmet) Date: Mon, 19 Dec 2005 15:41:53 +0100 Subject: AW: Virtual hosts not working In-Reply-To: Message-ID: > I was just trying to use Tux with virtual hosts. I've set up the following > directory structure: > > /www/bla > /www/blorb > /www/blub > > So that people requesting www.bla.com would get the content in > /www/bla etc. > > Now in /proc/sys/net/tux I did > > $ echo 1 > virtual_server > $ echo "/www/" > documentroot > $ echo 2 > strip_host_tail > > At that point, Tux became almost unresponsive and didn't server any pages. > Did I do something wrong? I monitored /proc/kmsg but nothing showed up > there. I use Linux 2.6.5. Tux removes the preceding www in the hostname ("www.bla.com" -> "bla.com"), your strip_host_tail statement removes the last two parts of the hostname ("bla.com" -> ""). Regards, Max From johann at johannburkard.de Mon Dec 19 20:37:56 2005 From: johann at johannburkard.de (Johann Burkard) Date: Mon, 19 Dec 2005 21:37:56 +0100 Subject: Virtual hosts not working References: Message-ID: Hello, Max Helmet wrote: > Tux removes the preceding www in the hostname ("www.bla.com" -> > "bla.com"), your strip_host_tail statement removes the last two parts > of the hostname ("bla.com" -> ""). thanks, that sounded like a good idea. I was trying out setting strip_host_tail to both 1 and 0, but Tux still became unresponsive instantly when I set virtual hosting to 1. What version are you using and are you using virtual hosts? Thanks, Johann From johann at johannburkard.de Wed Dec 21 12:04:25 2005 From: johann at johannburkard.de (Johann Burkard) Date: Wed, 21 Dec 2005 13:04:25 +0100 Subject: Tux patch format Message-ID: <520ABE62D02D445EB04911A28262D4F3@granularr> Hello, I was about to apply the newer Tux patches to a new kernel, but patch didn't accept the file. What format are the patches in now and how can I patch my kernel sources? Thanks, Johann