Re: [Scottish] CPU Testing

2003-03-01 Thread Iain Conochie


int main ()

{
   fork()
}
That should stress your box to the level of killing it :)

   

Or, maybe it'll just fork and then both processes will end...

How about:

int main(void)
{
label:
fork();
goto label; 
}
Thanks,

Allan
 

oops!!

/iain crawls back under his rock

___
Scottish mailing list
[EMAIL PROTECTED]
http://mailman.lug.org.uk/mailman/listinfo/scottish


[Scottish] samba and suse 8.1

2003-03-01 Thread bob renshaw
windows share to my home directory . But cannot copy files from linux into 
the windows share.

my smb.conf is as follows :
global]
workgroup = smithyhouse
os level = 2
time server = yes
unix extensions = yes
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
security = user
printing = CUPS
printcap name = CUPS
socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
wins support = yes
character set = ISO8859-15
client code page = 850

[home/forge]
comment = laptop c
valid users = %S
browseable = yes
writeable = yes
read only = no
create mask = 0750
directory mask = 0750
[printers]
comment = All Printers
path = /var/tmp
printable = yes
create mask = 0600
browseable = no
[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775

Can anyone help. 

P.S windows share is win 98

bob


___
Scottish mailing list
[EMAIL PROTECTED]
http://mailman.lug.org.uk/mailman/listinfo/scottish


Re: [Scottish] samba and suse 8.1

2003-03-01 Thread ray
On Saturday 01 March 2003 13:52, bob renshaw wrote:
 windows share to my home directory . But cannot copy files from linux into
 the windows share.

I'm not really sure what you are trying to do, but if you are trying to access 
a shared directory on the Win98 machine from 'nix you will have to mount it.

mount -t smbfs   (man smbmountfor the options).

--  
  ray

___
Scottish mailing list
[EMAIL PROTECTED]
http://mailman.lug.org.uk/mailman/listinfo/scottish