Displaying 5 results from an estimated 5 matches for "matteod".
Did you mean:
matteo
2006 Jan 24
5
A little problem
Hi everyone,
I''m Matteo, I''m Italian, so sorry for my bad English.
I''ve just downloaded the "depot" examples, but I''ve an error:
# script/server
bash: script/server: /Users/dave/ruby1.8/bin/ruby: bad interpreter: No
such file or directory
matteod@bones:~/work/rails-code/depot8$
What''s wrong? Would you mind suggesting me how to fix this problem?
I''m under Ubuntu Linux,
I''ll appreciate any your answer,
THANKs,
Matte.
--
Posted via http://www.ruby-forum.com/.
2006 Apr 17
0
RMagick installation error.
...e resizing using RubyonRails. I followed the description
how to install RMagic:
http://rmagick.rubyforge.org/install-linux.html
Everything works, as it''s written, but during the last point (Step 3:
Install RMagick) I have an error during the execution of "make", as
below.
---
matteod@bones:~/Programs/RMagick-1.10.1$ make
/usr/local/bin/ruby install.rb config
install.rb: entering config phase...
---> lib
---> lib/rvg
<--- lib/rvg
<--- lib
---> ext
---> ext/RMagick
/usr/bin/ruby1.8
/home/matteod/Programs/RMagick-1.10.1/ext/RMagick/extconf.rb
/home/matteod/Progr...
2006 Jan 29
3
Depot example doesn''t work on my pc
...ated them.
So I did as you told me, but this problem is still on.
First of all, I changed the server script file as you told me, so I
deleted the first line:
#!/Users/dave/ruby1.8/bin/ruby
and I wrote this one.
#!/usr/bin/env ruby
But now when I''m running it I have some other problems:
matteod@bones:~/work/depot_final$ ruby script/server
./script/../config/environment.rb:35:in `require'': no such file to load
-- rubygems (LoadError)
from ./script/../config/environment.rb:35
from script/server:45
So I checked the 35 line in the environment.rb file and I have this...
2005 Dec 29
0
Re: Samba and NUL characters
I've tried CIFS VFS with the following config in my fstab
//cdn-mtl-ms/Logs /mnt/logs cifs username=user,password=pass 0 0
And I still have the same problem. As for kernel versions, the working
one uses "linux-2.4.21-20.EL" and the non-working one uses
"linux-2.6.9-11.EL". Does this have anything to do with "oplock" being
enabled in the kernel? I've
2005 Dec 28
1
Re: Samba and NUL characters
Hi,
We have a Windows NT 4 SP5 sharing a read-only share of logs
that are constantly being written to and a Linux box running CentOS
release 4.2 (Final) that mounts this share. The share in mounted using
the following command:
smbmount //cdn-mtl-ms/Logs /mnt/logs -o
sockopt=SO_KEEPALIVE,username=user,password=pass,ro,uid=503,gid=503
smbmount -v shows --> Version 3.0.10-1.4E.2
We notice a