Pascal Martin

Results 8 issues of Pascal Martin

Apparently Debian no longer has python-pip: it was renamed python3-pip. Same for python-crypto. (My guess is that Debian is trying to support both Python 2 and 3.) For reason only...

This is a small set of changes in the Debugger plugin to support gdb's remote mode (using gdbserver on the remote side). An additional cross development mode launches gdb-multiarch instead...

plugin/debugger

I did not find a dissector for the UDP discovery protocol, so I created one by cloning the TCP dissector, with minor modifications: replace all TCP to UDP, and there...

The application is already running. I want to attach to it to inspect its internal state. The gdb plugin for Geany seems to only handle launching the application anew. Is...

The "sv shutdown" command does not work as expected, even while the "sv stop" command does. See the screenshot below: ![image](https://github.com/void-linux/runit/assets/5729709/3e24fdb2-9e7e-40c9-a4e0-453ea79f11ad) Not only does the "sv shutdown" command return an...

I am going through the runit documentation, starting with the [Q&A](http://smarden.org/runit/faq.html#depends): > How do I make a service depend on another service > I have a service that needs another...

The second example uses the -i option twice. I believe that the second time -o should have been used instead. The third example uses `ffplayer`, but the name is actually...

The variables in_str and out_str is not initialized when the -i or -o option is not present. In my case this causes the pipe to ffplay to not work (nothing...