[Reference:<_A3609@delegate-en.ML_>]
Newsgroups: mail-lists.delegate-en
[DeleGate-En] Re: MOUNT bug
In message <_A3609@delegate-en.ML_> on 01/14/07(19:37:14)
you Mike <pdehabdyi-jmfhzlyg6xvw.ml@delegate.org> wrote:
|I was trying to use DeleGate as an origin FTP server on my windows
|box. It seems that MOUNT is broken:
|========================== PART OF LOG FILE==============
|01/14 12:21:31.61 [3968] 0+0: arg[6] SERVER=ftp
|01/14 12:21:31.61 [3968] 0+0: arg[7] MOUNT="/* file://localhost/*"
|01/14 12:21:31.61 [3968] 0+0: DELEGATE_Modified[1]: 45aa042b 1168770091
|01/14 12:21:31.61 [3968] 0+0: --INITIALIZATION DONE: 9.3.2 on WindowsNT--
|(WIN) 21:42.468 [3968] spawn() = 436 [3916], children(alive=1/1) 0.078s
|01/14 12:21:42.47 [3916] 0+0: -- setCredhyCache /tmp/credhy_cache128 >>
|C:\install\win-dg\DGROOT_FTP/act/credhy_cache128
|01/14 12:21:42.53 [3916] 1+0: MOUNT="/*" ? (missing right hand)
|============================END OF LOG FILE==============
|
|When I tried to give mount anything else, it also forgets right part.
The line in the log:
|01/14 12:21:31.61 [3968] 0+0: arg[7] MOUNT="/* file:/*"
shows that you specified the MOUNT parameter in an unexpected way as a
command line parameter or in a configuration file. It should be as
either 1> or 2> as follows:
1> dg.exe SERVER=ftp MOUNT="/* file://localhost/*" ...
2> dg.exe +=dg.cnf ... with dg.cnf file contains:
SERVER=ftp
MOUNT="/* file:/*"
...
Cheers,
Yutaka
--
9 9 Yutaka Sato <pfqcabdyi-jmfhzlyg6xvw.ml@delegate.org> http://delegate.org/y.sato/
( ~ ) National Institute of Advanced Industrial Science and Technology
_< >_ 1-1-4 Umezono, Tsukuba, Ibaraki, 305-8568 Japan
Do the more with the less -- B. Fuller
|