wangmaster
wangmaster
I wrote this simple perl script (did the same perl thing you did just to make sure it's an apples-to-apples comparison) #!/usr/bin/perl $_=`ps -e -o pid= -o comm=`; print; and...
In case it helps, I have a debian wheezy vm and an ubuntu 13.04 vm and modified the script do this: #!/usr/bin/perl $_=`ps -e -o pid= -o comm=`; print m,^\s_(\d+)\s(?:._/)?init$,;...
That worked. I won't pretend to know perl well enough to have any idea what that means though. But this is cute: $ ps -e -o pid= -o comm= |...
Ahh.. Thanks for that explanation. That makes sense. I was assuming that was what was already happening (bad assumption). Thanks again for the quick fix and explaining it as well....
I'm seeing the same issue from an nvidia shield TV to a vizio m51ax-j6 sound bar. I noticed the same problem long time ago with plex going to an LG...
> @SebTM consider reverting your default networking tool to `slirp4netns` instead of `pasta` as described here: https://blog.podman.io/2024/03/podman-5-0-breaking-changes-in-detail/ Thanks for posting that link. I'd missed that on the podman blog. The...
I'm seeing the same problem and after a reboot simply restarting the wireshark services (i have two wireshark instances fixes the problem. I'm not entirely sure I understand how the...
I figured i'd get ahead of the 2029 47 day cert lifespan now and dropped my cert from 60 to 30 day renewal and saw the same problem. Here's my...