pixeleater Posted January 22, 2006 Share Posted January 22, 2006 Hi, When I fork the server process (start it like ./mta_server &) the process is automatically stopped. Is there a way to force the server process to the background, or do i have to start using screen? I am obviously using linux. Thanks [edit] Another question.. is there any way to make the server bind to an IP instead of to 0.0.0.0? [/edit] Link to comment
pixeleater Posted January 23, 2006 Author Share Posted January 23, 2006 Sorry for bumping my topic, but does anyone know the awnser to this? Even if it is a "no its not possible" it's better then nothing at all Link to comment
MTA Team Blokker_1999 Posted January 23, 2006 MTA Team Share Posted January 23, 2006 the only other solution seems to be using screen at the moment. The IP stuff seems to be removed since .5, i will ask the team about this. Link to comment
pixeleater Posted January 23, 2006 Author Share Posted January 23, 2006 Thanks a lot for that! Link to comment
Jani Posted January 31, 2006 Share Posted January 31, 2006 screen -S mta ./mta_server Then hit Ctrl+A and then Ctrl+D to detatch from it. Link to comment
MTA Team Blokker_1999 Posted February 1, 2006 MTA Team Share Posted February 1, 2006 if you look at the original post (and people, please read a post in total, not just the title or the first line) you see that he is asking for any way other than screen or forking the process. Link to comment
Recommended Posts