procServ icon indicating copy to clipboard operation
procServ copied to clipboard

Wrapper to start arbitrary interactive commands in the background, with telnet or Unix domain socket access to stdin/stdout

Results 23 procServ issues
Sort by recently updated
recently updated
newest added

I am running: - procServ build from upstream sources (GitHub) on cygwin64 serving to port 12345 - child: a native Windows64 built 3.15 (bazaar trunk) IOC: just the softIoc exe...

From https://epics.anl.gov/tech-talk/2021/msg01435.php https://github.com/ralphlange/procServ/blob/cd68a34da12ec156c4126932b62947ee195b6210/procServUtils/generator.py#L27-L28 There is currently no dependency on `autofs.service`, so attempts to run executables from an autofs mounted location may sporadically fail on boot. The `autofs.service` unit from https://mirrors.edge.kernel.org/pub/linux/daemons/autofs/v5/...

Probably I misunderstood the documentation and got the syntax wrong using the manage-procs tool. if I use e.g.: ./manage-procs add iocname /iocspath./st.cmd -P 20000 I get: Created symlink /home/pi/.config/systemd/user/multi-user.target.wants/procserv-iocname.service ->...

question

Some error messages can be so cryptic: ``` Caught an exception creating the initial control telnet port: Bad file descriptor /usr/local/bin/procServ: Exiting with error code: 98 ``` What it really...

I prefer this over #49, but it depends on #50. Fixes #43.

Since V6.6.1, to be exact since commit 291c7a08b342e6df134d40bd996543fd41fd1a5f "Make signal handling safe using pselect.", the child process started by procServ cannot be terminated with SIGTERM any longer. In particular --killsig...

Hello, this PR adds some functionalities to the procServUtils scripts: 1. Bash autocomplete through `argcomplete` 1. New commands to restart, rename or open logs of the processes 1. Print `status`...