some comments to mosix recipe
Brought to you by:
warnes
Here is some comments to you mosix recipe.
There is no debs at
http://queenbee.fhcrc.org/Cluster-NFS/Cluster-NFS.current.deb
2) The following will prevent dns lookup from working.
/etc/nsswitch.conf$$CLIENT$$ remove ``dns'' from hosts entry
/etc/resolv.conf$$CLIENT$$ remove name server entries
If you use the client for linux workstations you will need dns.
3) /etc/fstab$$CLIENT$$ see below
There is now fstab below.
4) Instead of soft link to DoNotExecuteOnClients in /etc/init.d
I created rc[0-6].d$$CLIENT$$ and removed the links not needed.
5) Use cp -a for copying directories NOT cp -r.
knud
Logged In: NO
does NOT compile on stock Slackware 7.2 /2.4.5
logging.c: In function `Dprintf':
logging.c:147: warning: implicit declaration of function
`time'
logging.c:148: warning: implicit declaration of function
`localtime'
logging.c:148: warning: assignment makes pointer from
integer without a cast
logging.c:150: dereferencing pointer to incomplete type
logging.c:150: dereferencing pointer to incomplete type
logging.c:150: dereferencing pointer to incomplete type
logging.c:151: dereferencing pointer to incomplete type
logging.c:151: dereferencing pointer to incomplete type
logging.c: In function `log_call':
logging.c:182: warning: assignment makes pointer from
integer without a cast
logging.c:185: dereferencing pointer to incomplete type
logging.c:185: dereferencing pointer to incomplete type
logging.c:185: dereferencing pointer to incomplete type
logging.c:186: dereferencing pointer to incomplete type
logging.c:186: dereferencing pointer to incomplete type
logging.c:186: dereferencing pointer to incomplete type
make: *** [logging.o] Error 1
Logged In: YES
user_id=9316
v1.0.0-pre1 compiles clieanly on recent gcc's.