Displaying 2 results from an estimated 2 matches for "mcneel".
Did you mean:
mcneely
2001 Dec 13
3
Delays opening Excel/Word files off samba shares.
At my work, I've been pushing linux as a server solution for quite some
time. They've decided to give it a go, and the main company file server is
now a piii 933 with 512Mb RAM, a promise 6 channel RAID5 controller (IDE),
and 6 x 80Gb drives.
It's running RedHat 7.1 (with the usual kernel updates to 2.4.10), with
samba 2.2.1a and the latest Reiser FS...
Now at the moment, we
2006 May 10
2
newbie question - script/server doesn''t run without explicit ''ruby'' command
Hi,
This one is probably an easy one, but is very troubling to me. I can''t just
say:
script/server
and watch WEBrick start. I have to say:
ruby script/server
The first line in the server script is:
#!/usr/bin/env ruby
which invokes ruby just fine on the command line. For fun, I changed the
line to point directly to my executable:
#!/usr/local/bin/ruby
But still, same result.