-
Just a little heads up, if you want to build FullPageOS yourself. You'll be missing `lsof`. At least if you run the latest version of the Jessie Lite version of Raspbian. (As of writing this.)
A simp…
-
Might be good to detect the location of the files:
```
sudo
lsof
awk
wc
```
Using CentOS 6.x, the first time I tried to run it I got:
```
!!! command failure !!! Username wrong
```
I installed lso…
-
As described in
* https://bugzilla.suse.com/show_bug.cgi?id=1224285, and
* https://lore.kernel.org/all/210098f9-1e71-48c9-be08-7e8074ec33c1@kernel.org/
> kernel [commit cb12fd8e0dabb9a1c8aef55a…
-
In #1122 we've discovered issues with file handles stuck on loop devices after a Task completes as well as some race conditions causing the postprocessor to fail detaching the disk.
For future trou…
-
A lot of the linux plugins start from a task struct and provide lots of extra information about the processes. e.g. envvars, lsof, sockstat, psaux.
It would be great to allow this functionality to…
-
It took me hours to figure this out so I want to help anyone else having trouble getting this running on Heroku.
Kimurai uses the `lsof` command, so you need to install the [apt heroku buildpack](…
-
I haven't been able to install the iRedMail server (1.7.1) to my FreeBSD system.
It always ends up giving me this error
```
===> Fetching all distfiles required by py311-pluggy0-0.13.1_1 for bu…
-
### Bug description
We are running z2jh (https://z2jh.jupyter.org/en/stable/) and found there is a socket leak in `proxy` pod.
The number of socket is constantly increasing (over 60k) and the kern…
-
Hey @DeCarabas, hope you're doing well! I'm using `fwd` here at new gig and I'm running into an issue where a port isn't being forwarded by `fwd`.
Running `lsof`, here are two ports with active lis…
-
#142 , #143 are related to using lsof to get Network connection info.
To replace lsof, we needs at least these functions. inet_ntop porting, sysctl decode functions, and so on are little bit heavy …