Displaying 2 results from an estimated 2 matches for "afterwar".
Did you mean:
afterward
2010 Oct 16
1
Unable to start rail application at localhost
i am new to ruby on rail. i installed it to my computer.After that i
created the rail application by typing in terminal
rail rubyapplication
It was create
in my home directory.Afterwared i did follwoing
cd /home/administrator
and then try
this
rail script/server and got following
message
administrator@ubuntu:~/rubyapplication$ ruby script/server
./script/...
2006 Feb 20
1
DO NOT REPLY [Bug 3527] New: rsync: tries to chdir() into a device
...time(NULL) = 1135005462
6518 16:17:42.157496 munmap(0x401f6000, 266240) = 0
6518 16:17:42.157611 munmap(0x40237000, 135168) = 0
Here the entry is lstat()ed:
6518 16:17:42.157724 lstat64("typechange/device-4", {st_mode=S_IFCHR|0666,
st_rdev=makedev(1, 5), ...}) = 0
And directly afterwars an opendir() is called:
6518 16:17:42.157889 open("typechange/device-4",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
rsync continues nonetheless ...
6518 16:17:42.158268 select(4, [3], [1], NULL, {60, 0}) = 1 (out [1], left
{60, 0})
6518 16:17:42.15842...