Bug#294027: wesnoth-server: Please add support for monitoring through UNIX socket

2005-02-07 Thread Cyril Bouthors
Here's more information from David: > Well, just use mkfifo to make your own fifo, set the permissions, > and then make wesnothd run with the --fifo option and give it the > location of the fifo that you created. Thanks. -- Cyril Bouthors pgp1xUniz1BYe.pgp Description: PGP signature

Bug#294027: wesnoth-server: Please add support for monitoring through UNIX socket

2005-02-07 Thread Cyril Bouthors
On 7 Feb 2005, Isaac Clerencia wrote: > Sure, Cyril Thank you. I'm sorry I don't have time to do it myself at this time... :) -- Cyril Bouthors pgprSGQp05HMU.pgp Description: PGP signature

Bug#294027: wesnoth-server: Please add support for monitoring through UNIX socket

2005-02-07 Thread Isaac Clerencia
On Monday, 7 de February de 2005 14:30, Cyril Bouthors wrote: > But this socket does not exist under the Debian package. > > Could you please add support for this? Sure, Cyril pgprkuuzemDRe.pgp Description: PGP signature

Bug#294027: wesnoth-server: Please add support for monitoring through UNIX socket

2005-02-07 Thread Cyril Bouthors
Package: wesnoth-server Severity: wishlist Hi, I'd like to monitor the server through UNIX socket, according to a mail from David White: > First, set up a fifo to communicate with the server with. This means > a named pipe which you have write access to, and the server has read > access to when