This is a first stab attempt to do a howto for seti with wine on Linux (specifically Redhat although I will add info for the major distros as and when I get time).
Why would I want to do this? There are native CLIs for Linux.
B0rkley in their infinite wisdom created Seti Clients for all other OS (other than Windows) as an after thought. This means that Seti was optimised heavily for windows and not for linux. Wine is an inplementation of Win32 API for linux and so can run and take advantage of the reduced CPU time/WU for the Windows CLI.
Sounds good. How do I do it?
This must be done from X (or KDE or Gnome which run X anyway).
Seti + Wine + Redhat:
from the console.
connect to the internet:
$ su -
up2date (optional, this will allow you to register for up2date/rhn
TFWitt has some nice scripts to guarantee the wine client won’t lock up. there is the one problem when the seti client returns a larger than normal result.sah. It will refuse to send it. So TFW runs the unit with the Wine/NT cli then stops it and sends it with the linux client. Good work around.
Originally posted by agd1 I can browse the floppy no problem at all its when i try to copy to the seti dir it tells me the file is write protected:confused:
You need to look at the permissions of the directory you are copying it to and the permissions you currently have.
Make sure that the directory is writtable.
ls -la /path/below/seti_dir
Should give you output before the directory like
drwx------ or similar.
anyway
#chmod 777 seti_dir
should give you write permission to this directory. Just bear in mind that this has give read, write & execute permission to any user of this system
Could someone post a link to them? I think they will be very useful.
Originally posted by MAOJC TFWitt has some nice scripts to guarantee the wine client won’t lock up. there is the one problem when the seti client returns a larger than normal result.sah. It will refuse to send it. So TFW runs the unit with the Wine/NT cli then stops it and sends it with the linux client. Good work around.