Search Criteria
Package Details: sockstat 0.4.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sockstat.git (read-only, click to copy) |
---|---|
Package Base: | sockstat |
Description: | FreeBSD utility to display information about open sockets. |
Upstream URL: | https://packages.debian.org/sid/sockstat |
Licenses: | GPL2+ |
Submitter: | partcyborg |
Maintainer: | partcyborg |
Last Packager: | partcyborg |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-07-17 01:09 (UTC) |
Last Updated: | 2020-07-17 01:09 (UTC) |
Latest Comments
tip commented on 2021-03-02 13:57 (UTC) (edited on 2021-03-02 14:00 (UTC) by tip)
Hi! If I disable IPv6 in my system, this utility not worked.
Disable IPv6:
find two lines:
grep -v "#" /etc/default/grub
.....
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet"
GRUB_CMDLINE_LINUX=""
.....
edit lines to the next state:
sudo nano /etc/default/grub
.....
GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1 loglevel=3 quiet"
GRUB_CMDLINE_LINUX="ipv6.disable=1"
.....
update grub
sudo grub-mkconfig -o /boot/grub/grub.cfg
reboot system
sudo shutdown -r now
After system booting:
:> sudo sockstat
can not open file /proc/net/tcp6, program will be aborted