Results 21 to 30 of 91
-
27-06-2012, 08:09 #21
Hi.
The 1.2.0.0 has a bug dealing with the creation of the usage.xml which is fixed in the next version.
Take a look at the procon.cfg and set "procon.private.options.allowanonymoususagedat a" to False.
Greets
Phil.
-
27-06-2012, 08:45 #22
lol
Are you guys saying it works? Or it sort of works.
I'll give it go if you say it works.
I think you said it sort of works, sorry bout that.Last edited by johnny5; 27-06-2012 at 08:47.
-
27-06-2012, 12:42 #23
- Join Date
- Jun 2010
- Posts
- 1,357
-
27-06-2012, 17:50 #24
- Join Date
- Nov 2011
- Posts
- 32
Thanks Xp,
I have this now working, the only issue im now facing is startup.sh to run this as a service.
i get this error............... "-bash: ./startup.sh: /bin/bash^M: bad interpreter: No such file or directory"
And this is how my code looks
#!/bin/bash
cd /root/PRoCon_1.2.0.0
mono-service2 -l:./proconservice.lock PRoCon.Service.exe
Does anything look out of place here?
Regards,
Geordie
-
27-06-2012, 18:49 #25
- Join Date
- Jun 2010
- Posts
- 1,357
-
27-06-2012, 19:14 #26
- Join Date
- Nov 2011
- Posts
- 32
-
27-06-2012, 20:38 #27
- Join Date
- Jun 2010
- Posts
- 1,357
-
27-06-2012, 20:52 #28
-
27-06-2012, 22:37 #29
-
27-06-2012, 22:42 #30
- Join Date
- Nov 2011
- Posts
- 32
Hey Guys,
Thank you both for your support, i got this 100% working. The startup.sh did indeed have linebreaks init and that seemed to have done the trick, so a massive thanks for all the support
Regards,
Geordie