[Linuxdcpp-team] [Bug 562194] Re: need create .pid file on Unix system

2011-04-20 Thread Launchpad Bug Tracker
[Expired for ADCH++ because there has been no activity for 60 days.] ** Changed in: adchpp Status: Incomplete => Expired -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. https://bugs.launchpad.net/bugs/562194 Title: need

[Linuxdcpp-team] [Bug 562194] Re: need create .pid file on Unix system

2010-11-08 Thread Jacek Sieka
** Changed in: adchpp Status: New => Incomplete -- need create .pid file on Unix system https://bugs.launchpad.net/bugs/562194 You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. Status in ADCH++: Incomplete Bug description: need

[Linuxdcpp-team] [Bug 562194] Re: need create .pid file on Unix system

2010-11-02 Thread Jacek Sieka
And does the user running adchpp have write access to the directory where you store the pid? (try "adchpp -p /tmp/adchpp.pid") -- need create .pid file on Unix system https://bugs.launchpad.net/bugs/562194 You received this bug notification because you are a member of Dcplusplus-team, which is su

[Linuxdcpp-team] [Bug 562194] Re: need create .pid file on Unix system

2010-11-01 Thread E_zombie
# ./adchppd -h Usage: adchpp [[-c ] [-d]] | [-v] | [-h] Busy pool objects: 0 # ./adchppd -p 1.pid Starting Processing HubName .. Logging: 2010-11-02 08:55:37: adchpp: ADCH++ v2.5.5 (r401) Debug starting from console .,,Logging: 2010-11-02 08:55:37: SocketManager: Starting # ls -la | grep pid

[Linuxdcpp-team] [Bug 562194] Re: need create .pid file on Unix system

2010-11-01 Thread Jacek Sieka
Works for me with -p option as poy said ("adchpp -p pidfile") ** Changed in: adchpp Status: New => Invalid -- need create .pid file on Unix system https://bugs.launchpad.net/bugs/562194 You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to

[Linuxdcpp-team] [Bug 562194] Re: need create .pid file on Unix system

2010-04-14 Thread poy
how can you kill the process you ask, well by using the "cat file.pid" command you yourself wrote in #2, is that command not working? can you answer my questions in #3? because i still can't grasp what it is that is not working for you. -- need create .pid file on Unix system https://bugs.launchp

[Linuxdcpp-team] [Bug 562194] Re: need create .pid file on Unix system

2010-04-13 Thread E_zombie
[r...@adc3 adchpp]# ps x | grep adch 331 xvc0 S+ 0:00 grep adch 31854 pts/0Sl+2:56 ./build/release-default/bin/adchppd 31863 ?Sl 8:02 adchppd -d -c /etc/adchppvolsk how can I without the use of telepathy and\or libastral.so kill the process relating to the hub running

[Linuxdcpp-team] [Bug 562194] Re: need create .pid file on Unix system

2010-04-13 Thread poy
i still don't get what the problem is, is the .pid file not being created? or does it contain a wrong value? it has always been working on my test Linux system. -- need create .pid file on Unix system https://bugs.launchpad.net/bugs/562194 You received this bug notification because you are a memb

[Linuxdcpp-team] [Bug 562194] Re: need create .pid file on Unix system

2010-04-13 Thread E_zombie
conventional method of complete applications in UNIX systems is the transfer PID command KILL. If it is stored in the .pid file - is all very simple. #!/bin/bash PID=/var/run/adchpp.pid /bin/kill -SIGINT `/bin/cat $PID` No record PID in the .pid file makes it difficult to process management hub,

[Linuxdcpp-team] [Bug 562194] Re: need create .pid file on Unix system

2010-04-13 Thread poy
what's the problem? -- need create .pid file on Unix system https://bugs.launchpad.net/bugs/562194 You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. Status in ADCH++: New Bug description: need create .pid with PID on Unix system adc