On Wed, 10 Jan 2001, Williams, William wrote:

> Not sure what OS you're on, but I usually
> have better luck using the fully qualified
> path instead of 'pwd'. Due to shell and user
> differences it's probably not going to find 
> foo.

Sorry, missed including the OS. 

SunOS s1 5.8 Generic_108528-02 sun4u sparc SUNW,Ultra-Enterprise

No difference with full paths. Interesting to note, if I remove the
trailing /'s from the path I get instead lots of 

make_file(4,test1)
make_file(4,test1)
make_file(4,test1)

and after a while it starts saying "opendir(test1): Too many open
files".


 - ask
 
> -----Original Message-----
> From: Ask Bjoern Hansen [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 10, 2001 2:42 PM
> To: [EMAIL PROTECTED]
> Subject: readlink : No such file or directory (fwd)
> 
> 
> 
> can it really be that noone could answer this? :)
> 
>  - ask
> 
> ---------- Forwarded message ----------
> Date: Sun, 7 Jan 2001 17:27:38 -0800 (PST)
> From: Ask Bjoern Hansen <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: readlink : No such file or directory
> 
> 
> why does this happen? 
> 
> s1:/v2r0/jp>ls -la test*
> test1:
> total 0
> drwxr-xr-x   2 root     other         96 Jan  7 16:59 .
> drwxrwxr-x   6 root     other         96 Jan  7 16:59 ..
> -rw-r--r--   1 root     other          0 Jan  7 16:59 foo
> 
> test2:
> total 0
> drwxr-xr-x   2 root     other         96 Jan  7 16:59 .
> drwxrwxr-x   6 root     other         96 Jan  7 16:59 ..
> 
> s1:/v2r0/jp>rsync -avvv `pwd`/test1/ `pwd`/test2
> local_version=24 remote_version=24
> local_version=24 remote_version=24
> building file list ... make_file(4,.)
> readlink : No such file or directory
> readlink : No such file or directory
> readlink : No such file or directory
> done
> send_file_list done
> send_files starting
> server_recv(2) starting pid=8454
> recv_file_name(.)
> received 1 names
> recv_file_list done
> get_local_name count=1 /v2r0/jp/test2
> generator starting pid=8454 count=1
> recv_generator(.,0)
> generate_files phase=1
> send_files phase=1
> recv_files(1) starting
> recv_files phase=1
> generate_files phase=2
> send files finished
> total: matches=0  tag_hits=0  false_alarms=0 data=0
> recv_files finished
> wrote 54 bytes  read 20 bytes  148.00 bytes/sec
> total size is 0  speedup is 0.00
> 
> 
> 

-- 
ask bjoern hansen - <http://ask.netcetera.dk/>
more than 70M impressions per day, <http://valueclick.com>


Reply via email to