Search found 8 matches
- Mon Mar 22, 2010 4:53 pm
- Forum: Unreal 3.2 Support
- Topic: init.d script no longer works
- Replies: 5
- Views: 3368
Re: init.d script no longer works
As I am seeing some possible misinformation on the subject, I would like to point out that you can change what user the start-stop-daemon runs the binary as with the –chuid switch. If you are interestied I could upload an entire script for others to use. Just a personal preference, but I like ...
- Tue Mar 16, 2010 11:04 pm
- Forum: Unreal 3.2 Support
- Topic: init.d script no longer works
- Replies: 5
- Views: 3368
Re: init.d script no longer works
Thanks for pointing out that unreal was just a script. I modified to point to the binary. The real problem was that the newly created init.d script was not executable so I fixed that and works like a charm, thanks!
- Tue Mar 16, 2010 8:27 pm
- Forum: Unreal 3.2 Support
- Topic: Can't start Unreal - no erro messages!
- Replies: 5
- Views: 3375
Re: Can't start Unreal - no erro messages!
Oh sorry maybe there are two different error messages here. I didn't get the first one just the one pertaining to not reading the log file.
- Tue Mar 16, 2010 8:25 pm
- Forum: Unreal 3.2 Support
- Topic: Can't start Unreal - no erro messages!
- Replies: 5
- Views: 3375
Re: Can't start Unreal - no erro messages!
Oh I had the same exact error message and thought that may be it. I had to create ircd.motd as well.
- Tue Mar 16, 2010 8:23 pm
- Forum: Unreal 3.2 Support
- Topic: init.d script no longer works
- Replies: 5
- Views: 3368
Re: init.d script no longer works
The init.d script is the skeleton script that comes with Debian and has been working fine.
It must not like the Unreal script then. I thought that was the binary. I will try it again tonight and let you know how it turns out. Thanks!
It must not like the Unreal script then. I thought that was the binary. I will try it again tonight and let you know how it turns out. Thanks!
- Tue Mar 16, 2010 7:28 pm
- Forum: Unreal 3.2 Support
- Topic: Can't start Unreal - no erro messages!
- Replies: 5
- Views: 3375
Re: Can't start Unreal - no erro messages!
I think the easiest thing to do here is create the log file yourself.
"tail: cannot open `/home/user8/Unreal/ircd.log' for reading: No such file or directory"
This is how I resolved it.
"tail: cannot open `/home/user8/Unreal/ircd.log' for reading: No such file or directory"
This is how I resolved it.
- Tue Mar 16, 2010 5:02 pm
- Forum: Unreal 3.2 Support
- Topic: init.d script no longer works
- Replies: 5
- Views: 3368
Re: init.d script no longer works
I am not certain but I think my current install is 3.2.3 and also did not have parameters like it does now, like start for example. Though I did try to add the parameter to the init.d script.
- Tue Mar 16, 2010 1:46 pm
- Forum: Unreal 3.2 Support
- Topic: init.d script no longer works
- Replies: 5
- Views: 3368
init.d script no longer works
I am working on migrating unreal from one server to another and while writing up my own documentation for a smooth transition I found that version 3.2.8.1 doesn't behave the same as an init.d daemon (not sure if that is the best term to use). I get Permission Denied, though I can start it fine as ...