Tux for 2.6.7 (or 2.6.8)

fredrik danerklint fredan-tux at fredan.org
Mon Sep 6 20:49:48 UTC 2004


Ingo,

> > I notice on
> >
> > http://people.redhat.com/mingo/TUX-patches/
> >
> > the latest 2.6 kernel supported is 2.6.5
> >
> > I tried applying the patches to 2.6.7, but they don't apply cleanly.
> > When 2.6.8 is released, will there be an updated patch file made
> > available?
>
> the most recent port of Tux is in Arjan's kernel rpms (which are also
> the rpms used for Fedora 2 and 3):
>
>   http://redhat.com/~arjanv/2.6/
>
> the Tux patch in the SRPM should apply to vanilla kernels too.

The patch which is inside the file  
http://people.redhat.com/arjanv/2.6/SRPMS.kernel/kernel-2.6.8-1.533.src.rpm
(linux-2.6.2-tux.patch) does work on a vanilla 2.6.8.1 kernel. However, there 
are four missing symbols, which need to be fixed. 

Output from dmesg:
tux: Unknown symbol chroot
tux: Unknown symbol write
tux: Unknown symbol chdir
tux: Unknown symbol read

net/tux/main.c: In function `tux_chroot':
net/tux/main.c:196: warning: implicit declaration of function `chroot'
net/tux/main.c:198: warning: implicit declaration of function `chdir'

net/tux/extcgi.c: In function `handle_cgi_reply':
net/tux/extcgi.c:90: warning: implicit declaration of function `read'
net/tux/extcgi.c: In function `exec_external_cgi':
net/tux/extcgi.c:278: warning: implicit declaration of function `write'

-- 
//fredan





More information about the tux-list mailing list