chesterpolo / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

mongoose.conf does not work under Windows 7 (64-bit edn.) #197

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
*Any* uncommented lines in mongoose.conf will prevent mongoose from starting. 
All configuration options must be specified as command line parameters.

Sample:
root            q:\

Causes mongoose to fail to start. But passing "-r q:\" on the command line 
works fine.

Original issue reported on code.google.com by eknow...@gmail.com on 25 Oct 2010 at 6:37

GoogleCodeExporter commented 9 years ago
Please try "r" instead of "root" in your config file.

Original comment by thenk...@gmail.com on 8 Nov 2010 at 5:04

GoogleCodeExporter commented 9 years ago
I'll try the next time I get on that project, but..., the problem happens with 
*any* uncommented lines, not just the root. Maybe all of the .conf options need 
to be specified using the same syntax as their command line equivalents?

Original comment by eknow...@gmail.com on 8 Nov 2010 at 5:22

GoogleCodeExporter commented 9 years ago
OK, now I've tried with Mongoose version 2.11 on ARM Debian Linux and mongoose 
won't start if I specify a config file like this: "mongoose 
/root/mong-test.conf"
It does not matter if the config file is empty, has commented lines or 
uncommented lines.

Original comment by thenk...@gmail.com on 10 Nov 2010 at 2:16

GoogleCodeExporter commented 9 years ago
I have 2.10 running on my end on win 7 x64 and that is not a problem with using 
letters instead of full names.

Original comment by stanzisk...@gmail.com on 11 Nov 2010 at 11:02

GoogleCodeExporter commented 9 years ago
See issue 226

http://code.google.com/p/mongoose/issues/detail?id=226

Original comment by barros.s...@gmail.com on 20 Jun 2011 at 12:35

GoogleCodeExporter commented 9 years ago

Original comment by valenok on 21 Jun 2011 at 9:07