Problem with graphs
Pages: 1 2
f.cuseo
65 Posts
August 8, 2023, 9:37 amQuote from f.cuseo on August 8, 2023, 9:37 amHello.
After updating a test cluster with 3 nodes from 3.2 to 3.2.1, i have an erorr on graphs (a small exclamation mark on the left upper corner and "Internal server error" legend).
All the rest of the cluster is working fine.
This is the last error on Petasan.log
PetaSAN.NodeStats.petasan1.ifaces.throughput.bond0-904_received 92088.32 `date +%s`" | nc -v -q0 172.16.33.3 2003
Traceback (most recent call last):
File "/opt/petasan/scripts/node_stats.py", line 182, in <module>
get_stats()
File "/opt/petasan/scripts/node_stats.py", line 65, in get_stats
graphite_sender.send(leader_ip)
File "/usr/lib/python3/dist-packages/PetaSAN/core/common/graphite_sender.py", line 74, in send
raise Exception("Error running echo command :" + cmd)
Exception: Error running echo command :echo "PetaSAN.NodeStats.petasan1.cpu_all.percent_util 4.81 `date +%s`" "
PetaSAN.NodeStats.petasan1.memory.percent_util 7.88 `date +%s`" "
Hello.
After updating a test cluster with 3 nodes from 3.2 to 3.2.1, i have an erorr on graphs (a small exclamation mark on the left upper corner and "Internal server error" legend).
All the rest of the cluster is working fine.
This is the last error on Petasan.log
PetaSAN.NodeStats.petasan1.ifaces.throughput.bond0-904_received 92088.32 `date +%s`" | nc -v -q0 172.16.33.3 2003
Traceback (most recent call last):
File "/opt/petasan/scripts/node_stats.py", line 182, in <module>
get_stats()
File "/opt/petasan/scripts/node_stats.py", line 65, in get_stats
graphite_sender.send(leader_ip)
File "/usr/lib/python3/dist-packages/PetaSAN/core/common/graphite_sender.py", line 74, in send
raise Exception("Error running echo command :" + cmd)
Exception: Error running echo command :echo "PetaSAN.NodeStats.petasan1.cpu_all.percent_util 4.81 `date +%s`" "
PetaSAN.NodeStats.petasan1.memory.percent_util 7.88 `date +%s`" "
admin
2,918 Posts
August 8, 2023, 1:29 pmQuote from admin on August 8, 2023, 1:29 pm1) get the stats server ip from
/opt/petasan/scripts/util/get_cluster_leader.py
2) on node which is stats server, try
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.sh
1) get the stats server ip from
/opt/petasan/scripts/util/get_cluster_leader.py
2) on node which is stats server, try
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.sh
f.cuseo
65 Posts
August 8, 2023, 1:56 pmQuote from f.cuseo on August 8, 2023, 1:56 pmThank you for your reply:
/opt/petasan/scripts/util/get_cluster_leader.py
{'petasan1': '172.16.33.1'}
root@petasan1:~# /opt/petasan/scripts/stats-stop.sh
root@petasan1:~# /opt/petasan/scripts/stats-setup.sh
root@petasan1:~# /opt/petasan/scripts/stats-start.sh
volume set: success
root@petasan1:~# ifconfig
bond0.903: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.16.33.1 netmask 255.255.255.0 broadcast 0.0.0.0
inet6 fe80::210:18ff:fe32:22a7 prefixlen 64 scopeid 0x20<link>
ether 00:10:18:32:22:a7 txqueuelen 1000 (Ethernet)
RX packets 67468 bytes 20637593 (20.6 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 67261 bytes 62690599 (62.6 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[2023-08-08 15:53:33] Exiting normally.
[2023-08-08 15:53:33] collectd: Stopping 5 read threads.
[2023-08-08 15:53:33] collectd: Stopping 5 write threads.
[2023-08-08 15:53:33] write_graphite plugin: send to localhost:2003 (tcp) failed with status -1 (Connection reset by peer)
[2023-08-08 15:53:50] plugin_load: plugin "write_graphite" successfully loaded.
[2023-08-08 15:53:50] plugin_load: plugin "python" successfully loaded.
[2023-08-08 15:53:51] python plugin: Found a configuration for the "ceph_latency_plugin" plugin, but the plugin isn't loaded or didn't register a configuration callback.
[2023-08-08 15:53:51] Systemd detected, trying to signal readiness.
[2023-08-08 15:53:51] Initialization complete, entering read-loop.
And no any changes.
Thank you for your reply:
/opt/petasan/scripts/util/get_cluster_leader.py
{'petasan1': '172.16.33.1'}
root@petasan1:~# /opt/petasan/scripts/stats-stop.sh
root@petasan1:~# /opt/petasan/scripts/stats-setup.sh
root@petasan1:~# /opt/petasan/scripts/stats-start.sh
volume set: success
root@petasan1:~# ifconfig
bond0.903: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.16.33.1 netmask 255.255.255.0 broadcast 0.0.0.0
inet6 fe80::210:18ff:fe32:22a7 prefixlen 64 scopeid 0x20<link>
ether 00:10:18:32:22:a7 txqueuelen 1000 (Ethernet)
RX packets 67468 bytes 20637593 (20.6 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 67261 bytes 62690599 (62.6 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[2023-08-08 15:53:33] Exiting normally.
[2023-08-08 15:53:33] collectd: Stopping 5 read threads.
[2023-08-08 15:53:33] collectd: Stopping 5 write threads.
[2023-08-08 15:53:33] write_graphite plugin: send to localhost:2003 (tcp) failed with status -1 (Connection reset by peer)
[2023-08-08 15:53:50] plugin_load: plugin "write_graphite" successfully loaded.
[2023-08-08 15:53:50] plugin_load: plugin "python" successfully loaded.
[2023-08-08 15:53:51] python plugin: Found a configuration for the "ceph_latency_plugin" plugin, but the plugin isn't loaded or didn't register a configuration callback.
[2023-08-08 15:53:51] Systemd detected, trying to signal readiness.
[2023-08-08 15:53:51] Initialization complete, entering read-loop.
And no any changes.
Mykola Perehinets
38 Posts
August 8, 2023, 2:01 pmQuote from Mykola Perehinets on August 8, 2023, 2:01 pmAdditional information:
[Tue Aug 08 08:56:05.880262 2023] [wsgi:error] [pid 391143:tid 139868689221376] warn('SECRET_KEY is set to an unsafe default. This should be set in local_settings.py for better security')
[Tue Aug 08 08:56:05.955542 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] mod_wsgi (pid=391143): Exception occurred processing WSGI script '/usr/share/graphite-web/graphite.wsgi'.
[Tue Aug 08 08:56:05.957005 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] Traceback (most recent call last):
[Tue Aug 08 08:56:05.957071 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/core/handlers/exception.py", line 34, in inner
[Tue Aug 08 08:56:05.957077 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] response = get_response(request)
[Tue Aug 08 08:56:05.957084 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/core/handlers/base.py", line 100, in _get_response
[Tue Aug 08 08:56:05.957090 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] resolver_match = resolver.resolve(request.path_info)
[Tue Aug 08 08:56:05.957099 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 540, in resolve
[Tue Aug 08 08:56:05.957104 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] for pattern in self.url_patterns:
[Tue Aug 08 08:56:05.957111 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/utils/functional.py", line 80, in __get__
[Tue Aug 08 08:56:05.957116 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] res = instance.__dict__[self.name] = self.func(instance)
[Tue Aug 08 08:56:05.957124 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 588, in url_patterns
[Tue Aug 08 08:56:05.957129 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
[Tue Aug 08 08:56:05.957136 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/utils/functional.py", line 80, in __get__
[Tue Aug 08 08:56:05.957141 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] res = instance.__dict__[self.name] = self.func(instance)
[Tue Aug 08 08:56:05.957159 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 581, in urlconf_module
[Tue Aug 08 08:56:05.957165 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] return import_module(self.urlconf_name)
[Tue Aug 08 08:56:05.957172 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
[Tue Aug 08 08:56:05.957178 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] return _bootstrap._gcd_import(name[level:], package, level)
[Tue Aug 08 08:56:05.957204 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
[Tue Aug 08 08:56:05.957212 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 991, in _find_and_load
[Tue Aug 08 08:56:05.957220 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
[Tue Aug 08 08:56:05.957227 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
[Tue Aug 08 08:56:05.957235 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap_external>", line 848, in exec_module
[Tue Aug 08 08:56:05.957243 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
[Tue Aug 08 08:56:05.957250 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/graphite/urls.py", line 22, in <module>
[Tue Aug 08 08:56:05.957255 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] url('^render', include('graphite.render.urls')),
[Tue Aug 08 08:56:05.957262 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/urls/conf.py", line 34, in include
[Tue Aug 08 08:56:05.957267 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] urlconf_module = import_module(urlconf_module)
[Tue Aug 08 08:56:05.957274 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
[Tue Aug 08 08:56:05.957279 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] return _bootstrap._gcd_import(name[level:], package, level)
[Tue Aug 08 08:56:05.957286 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
[Tue Aug 08 08:56:05.957295 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 991, in _find_and_load
[Tue Aug 08 08:56:05.957303 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
[Tue Aug 08 08:56:05.957311 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
[Tue Aug 08 08:56:05.957319 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap_external>", line 848, in exec_module
[Tue Aug 08 08:56:05.957328 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
[Tue Aug 08 08:56:05.957335 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/graphite/render/urls.py", line 16, in <module>
[Tue Aug 08 08:56:05.957345 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] from . import views
[Tue Aug 08 08:56:05.957351 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/graphite/render/views.py", line 23, in <module>
[Tue Aug 08 08:56:05.957357 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] from cgi import parse_qs
[Tue Aug 08 08:56:05.957371 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] ImportError: cannot import name 'parse_qs' from 'cgi' (/usr/lib/python3.8/cgi.py)
[Tue Aug 08 08:56:05.957382 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382]
Additional information:
[Tue Aug 08 08:56:05.880262 2023] [wsgi:error] [pid 391143:tid 139868689221376] warn('SECRET_KEY is set to an unsafe default. This should be set in local_settings.py for better security')
[Tue Aug 08 08:56:05.955542 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] mod_wsgi (pid=391143): Exception occurred processing WSGI script '/usr/share/graphite-web/graphite.wsgi'.
[Tue Aug 08 08:56:05.957005 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] Traceback (most recent call last):
[Tue Aug 08 08:56:05.957071 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/core/handlers/exception.py", line 34, in inner
[Tue Aug 08 08:56:05.957077 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] response = get_response(request)
[Tue Aug 08 08:56:05.957084 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/core/handlers/base.py", line 100, in _get_response
[Tue Aug 08 08:56:05.957090 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] resolver_match = resolver.resolve(request.path_info)
[Tue Aug 08 08:56:05.957099 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 540, in resolve
[Tue Aug 08 08:56:05.957104 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] for pattern in self.url_patterns:
[Tue Aug 08 08:56:05.957111 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/utils/functional.py", line 80, in __get__
[Tue Aug 08 08:56:05.957116 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] res = instance.__dict__[self.name] = self.func(instance)
[Tue Aug 08 08:56:05.957124 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 588, in url_patterns
[Tue Aug 08 08:56:05.957129 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
[Tue Aug 08 08:56:05.957136 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/utils/functional.py", line 80, in __get__
[Tue Aug 08 08:56:05.957141 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] res = instance.__dict__[self.name] = self.func(instance)
[Tue Aug 08 08:56:05.957159 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 581, in urlconf_module
[Tue Aug 08 08:56:05.957165 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] return import_module(self.urlconf_name)
[Tue Aug 08 08:56:05.957172 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
[Tue Aug 08 08:56:05.957178 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] return _bootstrap._gcd_import(name[level:], package, level)
[Tue Aug 08 08:56:05.957204 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
[Tue Aug 08 08:56:05.957212 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 991, in _find_and_load
[Tue Aug 08 08:56:05.957220 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
[Tue Aug 08 08:56:05.957227 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
[Tue Aug 08 08:56:05.957235 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap_external>", line 848, in exec_module
[Tue Aug 08 08:56:05.957243 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
[Tue Aug 08 08:56:05.957250 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/graphite/urls.py", line 22, in <module>
[Tue Aug 08 08:56:05.957255 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] url('^render', include('graphite.render.urls')),
[Tue Aug 08 08:56:05.957262 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/urls/conf.py", line 34, in include
[Tue Aug 08 08:56:05.957267 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] urlconf_module = import_module(urlconf_module)
[Tue Aug 08 08:56:05.957274 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
[Tue Aug 08 08:56:05.957279 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] return _bootstrap._gcd_import(name[level:], package, level)
[Tue Aug 08 08:56:05.957286 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
[Tue Aug 08 08:56:05.957295 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 991, in _find_and_load
[Tue Aug 08 08:56:05.957303 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
[Tue Aug 08 08:56:05.957311 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
[Tue Aug 08 08:56:05.957319 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap_external>", line 848, in exec_module
[Tue Aug 08 08:56:05.957328 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
[Tue Aug 08 08:56:05.957335 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/graphite/render/urls.py", line 16, in <module>
[Tue Aug 08 08:56:05.957345 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] from . import views
[Tue Aug 08 08:56:05.957351 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/graphite/render/views.py", line 23, in <module>
[Tue Aug 08 08:56:05.957357 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] from cgi import parse_qs
[Tue Aug 08 08:56:05.957371 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] ImportError: cannot import name 'parse_qs' from 'cgi' (/usr/lib/python3.8/cgi.py)
[Tue Aug 08 08:56:05.957382 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382]
admin
2,918 Posts
August 8, 2023, 3:46 pmQuote from admin on August 8, 2023, 3:46 pmcan you please post
python --version
dpkg -l
can you please post
python --version
dpkg -l
f.cuseo
65 Posts
August 8, 2023, 3:47 pmQuote from f.cuseo on August 8, 2023, 3:47 pmroot@petasan1:~# python --version
Python 3.8.10
root@petasan1:~# dpkg -l
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============================-=================================-============-===============================================================================
ii adduser 3.118ubuntu2 all add and remove users and groups
ii amd64-microcode 3.20191218.1ubuntu1.1 amd64 Processor microcode firmware for AMD CPUs
ii apache2 2.4.41-4ubuntu3.14 amd64 Apache HTTP Server
ii apache2-bin 2.4.41-4ubuntu3.14 amd64 Apache HTTP Server (modules and other binary files)
ii apache2-data 2.4.41-4ubuntu3.14 all Apache HTTP Server (common files)
ii apache2-utils 2.4.41-4ubuntu3.14 amd64 Apache HTTP Server (utility programs for web servers)
ii apt 2.0.9 amd64 commandline package manager
ii apt-utils 2.0.9 amd64 package management related utility programs
ii atop 2.4.0-3 amd64 Monitor for system resources and process activity
ii attr 1:2.4.48-5 amd64 utilities for manipulating filesystem extended attributes
ii base-files 11ubuntu5.7 amd64 Debian base system miscellaneous files
ii base-passwd 3.5.47 amd64 Debian base system master password and group files
ii bash 5.0-6ubuntu1.2 amd64 GNU Bourne Again SHell
ii bind9-host 1:9.16.1-0ubuntu2.15 amd64 DNS Lookup Utility
ii bind9-libs:amd64 1:9.16.1-0ubuntu2.15 amd64 Shared Libraries used by BIND 9
ii binutils 2.34-6ubuntu1.6 amd64 GNU assembler, linker and binary utilities
ii binutils-common:amd64 2.34-6ubuntu1.6 amd64 Common files for the GNU assembler, linker and binary utilities
ii binutils-x86-64-linux-gnu 2.34-6ubuntu1.6 amd64 GNU binary utilities, for x86-64-linux-gnu target
ii bsdutils 1:2.34-0.1ubuntu9.4 amd64 basic utilities from 4.4BSD-Lite
ii busybox-initramfs 1:1.30.1-4ubuntu6.4 amd64 Standalone shell setup for initramfs
ii ca-certificates 20230311ubuntu0.20.04.1 all Common CA certificates
ii catatonit 0.1.7-1 amd64 A signal-forwarding process manager for containers.
ii ceph 17.2.5-1petasan amd64 distributed storage and file system
ii ceph-base 17.2.5-1petasan amd64 common ceph daemon libraries and management tools
ii ceph-common 17.2.5-1petasan amd64 common utilities to mount and interact with a ceph storage cluster
ii ceph-mds 17.2.5-1petasan amd64 metadata server for the ceph distributed file system
ii ceph-mgr 17.2.5-1petasan amd64 manager for the ceph distributed file system
ii ceph-mgr-cephadm 17.2.5-1petasan all cephadm orchestrator module for ceph-mgr
ii ceph-mgr-dashboard 17.2.5-1petasan all dashboard module for ceph-mgr
ii ceph-mgr-modules-core 17.2.5-1petasan all ceph manager modules which are always enabled
ii ceph-mon 17.2.5-1petasan amd64 monitor server for the ceph storage system
ii ceph-osd 17.2.5-1petasan amd64 OSD server for the ceph storage system
ii ceph-petasan 17.2.5-1petasan amd64 PetaSAN root Ceph dependency
ii ceph-volume 17.2.5-1petasan all tool to facilidate OSD deployment
ii cephadm 17.2.5-1petasan amd64 cephadm utility to bootstrap ceph daemons with systemd and containers
ii collectd 5.9.2.g-1ubuntu5 amd64 statistics collection and monitoring daemon
ii collectd-core 5.9.2.g-1ubuntu5 amd64 statistics collection and monitoring daemon (core system)
ii collectd-utils 5.9.2.g-1ubuntu5 amd64 statistics collection and monitoring daemon (utilities)
ii collectl 4.3.1-1 all Utility to collect Linux performance data
ii conmon 100:2.1.2~0 amd64 OCI container runtime monitor
ii console-setup 1.194ubuntu3 all console font and keymap setup program
ii console-setup-linux 1.194ubuntu3 all Linux specific part of console-setup
ii consul 1.5.2-1petasan amd64 Consul service networking platform
ii containernetworking-plugins 100:1.1.1~1 amd64 Libraries for writing CNI plugins
ii containers-common 100:1-22 all Configuration files for working with image signatures.
ii containers-golang 0.3.1-1~ubuntu18.04~ppa3 all Seccomp config for container tools
ii containers-image 5.0.0-1~ubuntu18.04~ppa1 all Configuration files for working with image signatures.
ii coreutils 8.30-3ubuntu2 amd64 GNU core utilities
ii cpio 2.13+dfsg-2ubuntu0.3 amd64 GNU cpio -- a program to manage archives of files
ii cpupower 5.14-1petasan amd64 cpu power utilities
ii cri-o-runc 1.0.0-rc8-1~ubuntu18.04~ppa1 amd64 Open Container Project - runtime
ii criu 3.17.1-1 amd64 checkpoint and restore in userspace
ii cron 3.0pl1-136ubuntu1 amd64 process scheduling daemon
ii crun 100:1.2-2 amd64 OCI runtime written in C
ii cryptsetup-bin 2:2.2.2-3ubuntu2.4 amd64 disk encryption support - command line tools
ii ctdb 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 clustered database to store temporary data
ii curl 7.68.0-1ubuntu2.19 amd64 command line tool for transferring data with URL syntax
ii dash 0.5.10.2-6 amd64 POSIX-compliant shell
ii dbus 1.12.16-2ubuntu2.3 amd64 simple interprocess messaging system (daemon and utilities)
ii dbus-user-session 1.12.16-2ubuntu2.3 amd64 simple interprocess messaging system (systemd --user integration)
ii debconf 1.5.73 all Debian configuration management system
ii debianutils 4.9.1 amd64 Miscellaneous utilities specific to Debian
ii dialog 1.3-20190808-1 amd64 Displays user-friendly dialog boxes from shell scripts
ii diffutils 1:3.7-3 amd64 File comparison utilities
ii dmeventd 2:1.02.175-5-5petasan amd64 Linux Kernel Device Mapper event daemon
ii dmidecode 3.2-3 amd64 SMBIOS/DMI table decoder
ii dmsetup 2:1.02.175-5-5petasan amd64 Linux Kernel Device Mapper userspace library
ii dns-root-data 2019052802 all DNS root data including root zone and DNSSEC key
ii dnsmasq-base 2.80-1.1ubuntu1.7 amd64 Small caching DNS proxy and DHCP/TFTP server
ii dosfstools 4.1-2 amd64 utilities for making and checking MS-DOS FAT filesystems
ii dpkg 1.19.7ubuntu3.2 amd64 Debian package management system
ii e2fsprogs 1.45.5-2ubuntu1.1 amd64 ext2/ext3/ext4 file system utilities
ii eject 2.1.5+deb1+cvs20081104-14 amd64 ejects CDs and operates CD-Changers under Linux
ii ethtool 1:5.4-1 amd64 display or change Ethernet device settings
ii fdisk 2.34-0.1ubuntu9.4 amd64 collection of partitioning utilities
ii findutils 4.7.0-1ubuntu1 amd64 utilities for finding files--find, xargs
ii fio 3.16-1 amd64 flexible I/O tester
ii fontconfig 2.13.1-2ubuntu3 amd64 generic font configuration library - support binaries
ii fontconfig-config 2.13.1-2ubuntu3 all generic font configuration library - configuration
ii fonts-dejavu-core 2.37-1 all Vera font family derivate with additional characters
ii fuse 2.9.9-3 amd64 Filesystem in Userspace
ii gcc-10-base:amd64 10.5.0-1ubuntu1~20.04 amd64 GCC, the GNU Compiler Collection (base package)
ii gdisk 1.0.5-1 amd64 GPT fdisk text-mode partitioning tool
ii gettext-base 0.19.8.1-10build1 amd64 GNU Internationalization utilities for the base system
ii gir1.2-glib-2.0:amd64 1.64.1-1~ubuntu20.04.1 amd64 Introspection data for GLib, GObject, Gio and GModule
ii glusterfs-client 7.2-2build1 amd64 clustered file-system (client package)
ii glusterfs-common 7.2-2build1 amd64 GlusterFS common libraries and translator modules
ii glusterfs-server 7.2-2build1 amd64 clustered file-system (server package)
ii gpg 2.2.19-3ubuntu2.2 amd64 GNU Privacy Guard -- minimalist public key operations
ii gpg-agent 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - cryptographic agent
ii gpgconf 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - core configuration utilities
ii gpgv 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - signature verification tool
ii grafana 6.2.5 amd64 Grafana
ii graphite-carbon 1.1.4-2 all backend data caching and persistence daemon for Graphite
ii graphite-web 1.1.4-5ubuntu0.1 all Enterprise Scalable Realtime Graphing
ii grep 3.4-1 amd64 GNU grep, egrep and fgrep
ii grub-common 2.04-5-5petasan amd64 GRand Unified Bootloader (common files)
ii grub-efi-amd64-bin 2.04-5-5petasan amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 modules)
ii grub-gfxpayload-lists 0.7 amd64 GRUB gfxpayload blacklist
ii grub-pc 2.04-5-5petasan amd64 GRand Unified Bootloader, version 2 (PC/BIOS version)
ii grub-pc-bin 2.04-5-5petasan amd64 GRand Unified Bootloader, version 2 (PC/BIOS modules)
ii grub2 2.04-5-5petasan amd64 GRand Unified Bootloader, version 2 (dummy package)
ii grub2-common 2.04-5-5petasan amd64 GRand Unified Bootloader (common files for version 2)
ii gzip 1.10-0ubuntu4.1 amd64 GNU compression utilities
ii hdparm 9.58+ds-4 amd64 tune hard disk parameters for high performance
ii hexedit 1.4.2-6 amd64 viewer and editor in hexadecimal or ASCII for files or devices
ii hostname 3.23 amd64 utility to set/show the host name or domain name
ii htop 2.2.0-2build1 amd64 interactive processes viewer
ii ifupdown 0.8.35ubuntu1 amd64 high level tools to configure network interfaces
ii infiniband-diags 28.0-1ubuntu1 amd64 InfiniBand diagnostic programs
ii init-system-helpers 1.57 all helper tools for all init systems
ii initramfs-tools 0.136ubuntu6.7 all generic modular initramfs generator (automation)
ii initramfs-tools-bin 0.136ubuntu6.7 amd64 binaries used by initramfs-tools
ii initramfs-tools-core 0.136ubuntu6.7 all generic modular initramfs generator (core tools)
ii intel-microcode 3.20230214.0ubuntu0.20.04.1 amd64 Processor microcode firmware for Intel CPUs
ii iotop 0.6-24-g733f3f8-1ubuntu0.1 amd64 simple top-like I/O monitor
ii iperf 2.0.13+dfsg1-1build1 amd64 Internet Protocol bandwidth measuring tool
ii iproute2 5.5.0-1ubuntu1 amd64 networking and traffic control tools
ii iptables 1.8.4-3ubuntu2.1 amd64 administration tools for packet filtering and NAT
ii iputils-arping 3:20190709-3 amd64 Tool to send ICMP echo requests to an ARP address
ii iputils-ping 3:20190709-3 amd64 Tools to test the reachability of network hosts
ii isc-dhcp-client 4.4.1-2.1ubuntu5.20.04.5 amd64 DHCP client for automatically obtaining an IP address
ii iucode-tool 2.3.1-1 amd64 Intel processor microcode tool
ii joe 4.6-1build2 amd64 user friendly full screen text editor
ii jq 1.6-1ubuntu0.20.04.1 amd64 lightweight and flexible command-line JSON processor
ii kbd 2.0.4-4ubuntu2 amd64 Linux console font and keytable utilities
ii keyboard-configuration 1.194ubuntu3 all system-wide keyboard preferences
ii keyutils 1.6-6ubuntu1.1 amd64 Linux Key Management Utilities
ii klibc-utils 2.0.7-1ubuntu5.1 amd64 small utilities built with klibc for early boot
ii kmod 27-1ubuntu2.1 amd64 tools for managing Linux kernel modules
ii kpartx 0.8.3-1ubuntu2.1 amd64 create device mappings for partitions
ii krb5-config 2.6ubuntu1 all Configuration files for Kerberos Version 5
ii krb5-user 1.17-6ubuntu4.3 amd64 basic programs to authenticate using MIT Kerberos
ii libacl1:amd64 2.2.53-6 amd64 access control list - shared library
ii libaio1:amd64 0.3.112-5 amd64 Linux kernel AIO access library - shared library
ii libapache2-mod-wsgi-py3 4.6.8-1ubuntu3.1 amd64 Python 3 WSGI adapter module for Apache
ii libapparmor1:amd64 2.13.3-7ubuntu5.2 amd64 changehat AppArmor library
ii libapr1:amd64 1.6.5-1ubuntu1 amd64 Apache Portable Runtime Library
ii libaprutil1:amd64 1.6.1-4ubuntu2.1 amd64 Apache Portable Runtime Utility Library
ii libaprutil1-dbd-sqlite3:amd64 1.6.1-4ubuntu2.1 amd64 Apache Portable Runtime Utility Library - SQLite3 Driver
ii libaprutil1-ldap:amd64 1.6.1-4ubuntu2.1 amd64 Apache Portable Runtime Utility Library - LDAP Driver
ii libapt-pkg6.0:amd64 2.0.9 amd64 package management runtime library
ii libargon2-1:amd64 0~20171227-0.2 amd64 memory-hard hashing function - runtime library
ii libasn1-8-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - ASN.1 library
ii libasound2:amd64 1.2.2-2.1ubuntu2.5 amd64 shared library for ALSA applications
ii libasound2-data 1.2.2-2.1ubuntu2.5 all Configuration files and profiles for ALSA drivers
ii libassuan0:amd64 2.5.3-7ubuntu2 amd64 IPC library for the GnuPG components
ii libattr1:amd64 1:2.4.48-5 amd64 extended attribute handling - shared library
ii libaudit-common 1:2.8.5-2ubuntu6 all Dynamic library for security auditing - common files
ii libaudit1:amd64 1:2.8.5-2ubuntu6 amd64 Dynamic library for security auditing
ii libavahi-client3:amd64 0.7-4ubuntu7.2 amd64 Avahi client library
ii libavahi-common-data:amd64 0.7-4ubuntu7.2 amd64 Avahi common data files
ii libavahi-common3:amd64 0.7-4ubuntu7.2 amd64 Avahi common library
ii libbabeltrace1:amd64 1.5.8-1build1 amd64 Babeltrace conversion libraries
ii libbinutils:amd64 2.34-6ubuntu1.6 amd64 GNU binary utilities (private shared library)
ii libblkid1:amd64 2.34-0.1ubuntu9.4 amd64 block device ID library
ii libbrotli1:amd64 1.0.7-6ubuntu0.1 amd64 library implementing brotli encoder and decoder (shared libraries)
ii libbsd0:amd64 0.10.0-1 amd64 utility functions from BSD systems - shared library
ii libbz2-1.0:amd64 1.0.8-2 amd64 high-quality block-sorting file compressor library - runtime
ii libc-bin 2.31-0ubuntu9.9 amd64 GNU C Library: Binaries
ii libc6:amd64 2.31-0ubuntu9.9 amd64 GNU C Library: Shared libraries
ii libcairo2:amd64 1.16.0-4ubuntu1 amd64 Cairo 2D vector graphics library
ii libcanberra0:amd64 0.30-7ubuntu1 amd64 simple abstract interface for playing event sounds
ii libcap-ng0:amd64 0.7.9-2.1build1 amd64 An alternate POSIX capabilities library
ii libcap2:amd64 1:2.32-1ubuntu0.1 amd64 POSIX 1003.1e capabilities (library)
ii libcap2-bin 1:2.32-1ubuntu0.1 amd64 POSIX 1003.1e capabilities (utilities)
ii libcbor0.6:amd64 0.6.0-0ubuntu1 amd64 library for parsing and generating CBOR (RFC 7049)
ii libcephfs2 17.2.5-1petasan amd64 Ceph distributed file system client library
ii libcollectdclient1 5.9.2.g-1ubuntu5 amd64 client library for collectd's control interface
ii libcom-err2:amd64 1.45.5-2ubuntu1.1 amd64 common error description library
ii libcrypt1:amd64 1:4.4.10-10ubuntu4 amd64 libcrypt shared library
ii libcryptsetup12:amd64 2:2.2.2-3ubuntu2.4 amd64 disk encryption support - shared library
ii libctf-nobfd0:amd64 2.34-6ubuntu1.6 amd64 Compact C Type Format library (runtime, no BFD dependency)
ii libctf0:amd64 2.34-6ubuntu1.6 amd64 Compact C Type Format library (runtime, BFD dependency)
ii libcups2:amd64 2.3.1-9ubuntu1.4 amd64 Common UNIX Printing System(tm) - Core library
ii libcurl3-gnutls:amd64 7.68.0-1ubuntu2.19 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour)
ii libcurl4:amd64 7.68.0-1ubuntu2.19 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii libdatrie1:amd64 0.2.12-3 amd64 Double-array trie library
ii libdb5.3:amd64 5.3.28+dfsg1-0.6ubuntu2 amd64 Berkeley v5.3 Database Libraries [runtime]
ii libdbi1:amd64 0.9.0-5 amd64 DB Independent Abstraction Layer for C -- shared library
ii libdbus-1-3:amd64 1.12.16-2ubuntu2.3 amd64 simple interprocess messaging system (library)
ii libdebconfclient0:amd64 0.251ubuntu1 amd64 Debian Configuration Management System (C-implementation library)
ii libdevmapper-event1.02.1:amd64 2:1.02.175-5-5petasan amd64 Linux Kernel Device Mapper event support library
ii libdevmapper1.02.1:amd64 2:1.02.175-5-5petasan amd64 Linux Kernel Device Mapper userspace library
ii libdns-export1109 1:9.11.16+dfsg-3~ubuntu1 amd64 Exported DNS Shared Library
ii libdw1:amd64 0.176-1.1build1 amd64 library that provides access to the DWARF debug information
ii libedit2:amd64 3.1-20191231-1 amd64 BSD editline and history libraries
ii libefiboot1:amd64 37-2ubuntu2.2 amd64 Library to manage UEFI variables
ii libefivar1:amd64 37-2ubuntu2.2 amd64 Library to manage UEFI variables
ii libelf1:amd64 0.176-1.1build1 amd64 library to read and write ELF files
ii libestr0:amd64 0.1.10-2.1 amd64 Helper functions for handling strings (lib)
ii libevent-2.1-7:amd64 2.1.11-stable-1 amd64 Asynchronous event notification library
ii libexpat1:amd64 2.2.9-1ubuntu0.6 amd64 XML parsing C library - runtime library
ii libext2fs2:amd64 1.45.5-2ubuntu1.1 amd64 ext2/ext3/ext4 file system libraries
ii libfastjson4:amd64 0.99.8-2 amd64 fast json library for C
ii libfdisk1:amd64 2.34-0.1ubuntu9.4 amd64 fdisk partitioning library
ii libffi7:amd64 3.3-4 amd64 Foreign Function Interface library runtime
ii libfido2-1:amd64 1.3.1-1ubuntu2 amd64 library for generating and verifying FIDO 2.0 objects
ii libfontconfig1:amd64 2.13.1-2ubuntu3 amd64 generic font configuration library - runtime
ii libfreetype6:amd64 2.10.1-2ubuntu0.3 amd64 FreeType 2 font engine, shared library files
ii libfribidi0:amd64 1.0.8-2ubuntu0.1 amd64 Free Implementation of the Unicode BiDi algorithm
ii libfuse2:amd64 2.9.9-3 amd64 Filesystem in Userspace (library)
ii libfuse3-3:amd64 3.9.0-2 amd64 Filesystem in Userspace (library) (3.x version)
ii libgcc-s1:amd64 10.5.0-1ubuntu1~20.04 amd64 GCC support library
ii libgcrypt20:amd64 1.8.5-5ubuntu1.1 amd64 LGPL Crypto library - runtime library
ii libgd3:amd64 2.2.5-5.2ubuntu2.1 amd64 GD Graphics Library
ii libgdbm-compat4:amd64 1.18.1-5 amd64 GNU dbm database routines (legacy support runtime version)
ii libgdbm6:amd64 1.18.1-5 amd64 GNU dbm database routines (runtime version)
ii libgdk-pixbuf2.0-0:amd64 2.40.0+dfsg-3ubuntu0.4 amd64 GDK Pixbuf library
ii libgdk-pixbuf2.0-common 2.40.0+dfsg-3ubuntu0.4 all GDK Pixbuf library - data files
ii libgfapi0:amd64 7.2-2build1 amd64 GlusterFS gfapi shared library
ii libgfchangelog0:amd64 7.2-2build1 amd64 GlusterFS gfchangelog shared library
ii libgfrpc0:amd64 7.2-2build1 amd64 GlusterFS libgfrpc shared library
ii libgfxdr0:amd64 7.2-2build1 amd64 GlusterFS libgfxdr shared library
ii libgirepository-1.0-1:amd64 1.64.1-1~ubuntu20.04.1 amd64 Library for handling GObject introspection data (runtime library)
ii libglib2.0-0:amd64 2.64.6-1~ubuntu20.04.6 amd64 GLib library of C routines
ii libglusterfs0:amd64 7.2-2build1 amd64 GlusterFS shared library
ii libgmp10:amd64 2:6.2.0+dfsg-4ubuntu0.1 amd64 Multiprecision arithmetic library
ii libgnutls30:amd64 3.6.13-2ubuntu1.8 amd64 GNU TLS library - main runtime library
ii libgoogle-perftools4:amd64 2.7-1ubuntu2 amd64 libraries for CPU and heap analysis, plus an efficient thread-caching malloc
ii libgpg-error0:amd64 1.37-1 amd64 GnuPG development runtime library
ii libgpgme11:amd64 1.13.1-7ubuntu2.1 amd64 GPGME - GnuPG Made Easy (library)
ii libgpm2:amd64 1.20.7-5 amd64 General Purpose Mouse - shared library
ii libgraphite2-3:amd64 1.3.13-11build1 amd64 Font rendering engine for Complex Scripts -- library
ii libgssapi-krb5-2:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii libgssapi3-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - GSSAPI support library
ii libgssrpc4:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - GSS enabled ONCRPC
ii libharfbuzz0b:amd64 2.6.4-1ubuntu4.2 amd64 OpenType text shaping engine (shared library)
ii libhcrypto4-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - crypto library
ii libheimbase1-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - Base library
ii libheimntlm0-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - NTLM support library
ii libhogweed5:amd64 3.5.1+really3.5.1-2ubuntu0.2 amd64 low level cryptographic library (public-key cryptos)
ii libhx509-5-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - X509 support library
ii libibmad5 28.0-1ubuntu1 amd64 Infiniband Management Datagram (MAD) library
ii libibnetdisc5 28.0-1ubuntu1 amd64 InfiniBand diagnostics library
ii libibumad3:amd64 28.0-1ubuntu1 amd64 InfiniBand Userspace Management Datagram (uMAD) library
ii libibverbs1:amd64 28.0-1ubuntu1 amd64 Library for direct userspace use of RDMA (InfiniBand/iWARP)
ii libicu66:amd64 66.1-2ubuntu2.1 amd64 International Components for Unicode
ii libidn11:amd64 1.33-2.2ubuntu2 amd64 GNU Libidn library, implementation of IETF IDN specifications
ii libidn2-0:amd64 2.2.0-2 amd64 Internationalized domain names (IDNA2008/TR46) library
ii libip4tc2:amd64 1.8.4-3ubuntu2.1 amd64 netfilter libip4tc library
ii libip6tc2:amd64 1.8.4-3ubuntu2.1 amd64 netfilter libip6tc library
ii libisc-export1105:amd64 1:9.11.16+dfsg-3~ubuntu1 amd64 Exported ISC Shared Library
ii libisns0:amd64 0.97-3 amd64 Internet Storage Name Service - shared libraries
ii libjansson4:amd64 2.12-1build1 amd64 C library for encoding, decoding and manipulating JSON data
ii libjbig0:amd64 2.1-3.1ubuntu0.20.04.1 amd64 JBIGkit libraries
ii libjpeg-turbo8:amd64 2.0.3-0ubuntu1.20.04.3 amd64 IJG JPEG compliant runtime library.
ii libjpeg8:amd64 8c-2ubuntu8 amd64 Independent JPEG Group's JPEG runtime library (dependency package)
ii libjq1:amd64 1.6-1ubuntu0.20.04.1 amd64 lightweight and flexible command-line JSON processor - shared library
ii libjs-jquery 3.3.1~dfsg-3 all JavaScript library for dynamic web applications
ii libjs-sphinxdoc 1.8.5-7ubuntu3 all JavaScript support for Sphinx documentation
ii libjs-underscore 1.9.1~dfsg-1ubuntu0.20.04.1 all JavaScript's functional programming helper library
ii libjson-c4:amd64 0.13.1+dfsg-7ubuntu0.3 amd64 JSON manipulation library - shared library
ii libk5crypto3:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - Crypto Library
ii libkadm5clnt-mit11:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - Administration Clients
ii libkadm5srv-mit11:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - KDC and Admin Server
ii libkdb5-9:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - Kerberos database
ii libkeyutils1:amd64 1.6-6ubuntu1.1 amd64 Linux Key Management Utilities (library)
ii libklibc:amd64 2.0.7-1ubuntu5.1 amd64 minimal libc subset for use with initramfs
ii libkmod2:amd64 27-1ubuntu2.1 amd64 libkmod shared library
ii libkrb5-26-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - libraries
ii libkrb5-3:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries
ii libkrb5support0:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - Support library
ii libldap-2.4-2:amd64 2.4.49+dfsg-2ubuntu1.9 amd64 OpenLDAP libraries
ii libldap-common 2.4.49+dfsg-2ubuntu1.9 all OpenLDAP common files for libraries
ii libldb2:amd64 2:2.4.4-0ubuntu0.20.04.2 amd64 LDAP-like embedded database - shared library
ii liblmdb0:amd64 0.9.24-1 amd64 Lightning Memory-Mapped Database shared library
ii liblocale-gettext-perl 1.07-4 amd64 module using libc functions for internationalization in Perl
ii libltdl7:amd64 2.4.6-14 amd64 System independent dlopen wrapper for GNU libtool
ii liblua5.2-0:amd64 5.2.4-1.1build3 amd64 Shared library for the Lua interpreter version 5.2
ii liblua5.3-0:amd64 5.3.3-1.1ubuntu2 amd64 Shared library for the Lua interpreter version 5.3
ii liblvm2cmd2.03:amd64 2.03.11-5-5petasan amd64 LVM2 command library
ii liblz4-1:amd64 1.9.2-2ubuntu0.20.04.1 amd64 Fast LZ compression algorithm library - runtime
ii liblz4-tool 1.9.2-2ubuntu0.20.04.1 all Fast LZ compression algorithm library - transitional package
ii liblzma5:amd64 5.2.4-1ubuntu1.1 amd64 XZ-format compression library
ii liblzo2-2:amd64 2.10-2 amd64 data compression library
ii libmaxminddb0:amd64 1.4.2-0ubuntu1.20.04.1 amd64 IP geolocation database library
ii libmnl0:amd64 1.0.4-2 amd64 minimalistic Netlink communication library
ii libmount1:amd64 2.34-0.1ubuntu9.4 amd64 device mounting library
ii libmpdec2:amd64 2.4.2-3 amd64 library for decimal floating point arithmetic (runtime library)
ii libncurses6:amd64 6.2-0ubuntu2.1 amd64 shared libraries for terminal handling
ii libncursesw6:amd64 6.2-0ubuntu2.1 amd64 shared libraries for terminal handling (wide character support)
ii libnet1:amd64 1.1.6+dfsg-3.1build1 amd64 library for the construction and handling of network packets
ii libnetfilter-conntrack3:amd64 1.0.7-2 amd64 Netfilter netlink-conntrack library
ii libnettle7:amd64 3.5.1+really3.5.1-2ubuntu0.2 amd64 low level cryptographic library (symmetric and one-way cryptos)
ii libnfnetlink0:amd64 1.0.1-3build1 amd64 Netfilter netlink library
ii libnfsidmap2:amd64 0.25-5.1ubuntu1 amd64 NFS idmapping library
ii libnftnl11:amd64 1.1.5-1 amd64 Netfilter nftables userspace API library
ii libnghttp2-14:amd64 1.40.0-1ubuntu0.1 amd64 library implementing HTTP/2 protocol (shared library)
ii libnginx-mod-http-image-filter 1.18.0-0ubuntu1.4 amd64 HTTP image filter module for Nginx
ii libnginx-mod-http-xslt-filter 1.18.0-0ubuntu1.4 amd64 XSLT Transformation module for Nginx
ii libnginx-mod-mail 1.18.0-0ubuntu1.4 amd64 Mail module for Nginx
ii libnginx-mod-stream 1.18.0-0ubuntu1.4 amd64 Stream module for Nginx
ii libnl-3-200:amd64 3.4.0-1ubuntu0.1 amd64 library for dealing with netlink sockets
ii libnl-genl-3-200:amd64 3.4.0-1ubuntu0.1 amd64 library for dealing with netlink sockets - generic netlink
ii libnl-route-3-200:amd64 3.4.0-1ubuntu0.1 amd64 library for dealing with netlink sockets - route interface
ii libnpth0:amd64 1.6-1 amd64 replacement for GNU Pth using system threads
ii libnss-winbind:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba nameservice integration plugins
ii libnuma1:amd64 2.0.12-1 amd64 Libraries for controlling NUMA policy
ii liboath0 2.6.1-1.3 amd64 OATH Toolkit Liboath library
ii libogg0:amd64 1.3.4-0ubuntu1 amd64 Ogg bitstream library
ii libonig5:amd64 6.9.4-1 amd64 regular expressions library
ii libopensm8 3.3.21-2 amd64 InfiniBand subnet manager library
ii libopts25:amd64 1:5.18.16-3 amd64 automated option processing library based on autogen
ii libosmcomp4 3.3.21-2 amd64 InfiniBand subnet manager - component library
ii libosmvendor4 3.3.21-2 amd64 InfiniBand subnet manager - vendor library
ii libp11-kit0:amd64 0.23.20-1ubuntu0.1 amd64 library for loading and coordinating access to PKCS#11 modules - runtime
ii libpam-modules:amd64 1.3.1-5ubuntu4.6 amd64 Pluggable Authentication Modules for PAM
ii libpam-modules-bin 1.3.1-5ubuntu4.6 amd64 Pluggable Authentication Modules for PAM - helper binaries
ii libpam-runtime 1.3.1-5ubuntu4.6 all Runtime support for the PAM library
ii libpam-systemd:amd64 245.4-4ubuntu3.22 amd64 system and service manager - PAM module
ii libpam-winbind:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Windows domain authentication integration plugin
ii libpam0g:amd64 1.3.1-5ubuntu4.6 amd64 Pluggable Authentication Modules library
ii libpango-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text
ii libpangocairo-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text
ii libpangoft2-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text
ii libparted2:amd64 3.3-4ubuntu0.20.04.1 amd64 disk partition manipulator - shared library
ii libpcap0.8:amd64 1.9.1-3 amd64 system interface for user-level packet capture
ii libpci3:amd64 1:3.6.4-1ubuntu0.20.04.1 amd64 PCI utilities (shared library)
ii libpcre2-8-0:amd64 10.34-7ubuntu0.1 amd64 New Perl Compatible Regular Expression Library- 8 bit runtime files
ii libpcre3:amd64 2:8.39-12ubuntu0.1 amd64 Old Perl 5 Compatible Regular Expression Library - runtime files
ii libperl5.30:amd64 5.30.0-9ubuntu0.4 amd64 shared Perl library
ii libpixman-1-0:amd64 0.38.4-0ubuntu2.1 amd64 pixel-manipulation library for X and cairo
ii libpng16-16:amd64 1.6.37-2 amd64 PNG library - runtime (version 1.6)
ii libpopt0:amd64 1.16-14 amd64 lib for parsing cmdline parameters
ii libprocps8:amd64 2:3.3.16-1ubuntu2.3 amd64 library for accessing process information from /proc
ii libprotobuf-c1:amd64 1.3.3-1ubuntu0.1 amd64 Protocol Buffers C shared library (protobuf-c)
ii libprotobuf17:amd64 3.6.1.3-2ubuntu5.2 amd64 protocol buffers C++ library
ii libpsl5:amd64 0.21.0-1ubuntu1 amd64 Library for Public Suffix List (shared libraries)
ii libpython2.7-minimal:amd64 2.7.18-1~20.04.3 amd64 Minimal subset of the Python language (version 2.7)
ii libpython2.7-stdlib:amd64 2.7.18-1~20.04.3 amd64 Interactive high-level object-oriented language (standard library, version 2.7)
ii libpython3-stdlib:amd64 3.8.2-0ubuntu2 amd64 interactive high-level object-oriented language (default python3 version)
ii libpython3.8:amd64 3.8.10-0ubuntu1~20.04.8 amd64 Shared Python runtime library (version 3.8)
ii libpython3.8-minimal:amd64 3.8.10-0ubuntu1~20.04.8 amd64 Minimal subset of the Python language (version 3.8)
ii libpython3.8-stdlib:amd64 3.8.10-0ubuntu1~20.04.8 amd64 Interactive high-level object-oriented language (standard library, version 3.8)
ii librabbitmq4:amd64 0.10.0-1 amd64 AMQP client library written in C
ii librados2 17.2.5-1petasan amd64 RADOS distributed object store client library
ii libradosstriper1 17.2.5-1petasan amd64 RADOS striping interface
ii librbd1 17.2.5-1petasan amd64 RADOS block device client library
ii librdkafka1:amd64 1.2.1-1ubuntu1 amd64 library implementing the Apache Kafka protocol
ii librdmacm1:amd64 28.0-1ubuntu1 amd64 Library for managing RDMA connections
ii libreadline5:amd64 5.2+dfsg-3build3 amd64 GNU readline and history libraries, run-time libraries
ii libreadline8:amd64 8.0-4 amd64 GNU readline and history libraries, run-time libraries
ii librgw2 17.2.5-1petasan amd64 RADOS Gateway client library
ii libroken18-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - roken support library
ii librrd8:amd64 1.7.2-3build2 amd64 time-series data storage and display system (runtime library)
ii librtmp1:amd64 2.4+20151223.gitfa8646d.1-2build1 amd64 toolkit for RTMP streams (shared library)
ii libsasl2-2:amd64 2.1.27+dfsg-2ubuntu0.1 amd64 Cyrus SASL - authentication abstraction library
ii libsasl2-modules-db:amd64 2.1.27+dfsg-2ubuntu0.1 amd64 Cyrus SASL - pluggable authentication modules (DB)
ii libseccomp2:amd64 2.5.1-1ubuntu1~20.04.2 amd64 high level interface to Linux seccomp filter
ii libselinux1:amd64 3.0-1build2 amd64 SELinux runtime shared libraries
ii libsemanage-common 3.0-1build2 all Common files for SELinux policy management libraries
ii libsemanage1:amd64 3.0-1build2 amd64 SELinux policy management library
ii libsensors-config 1:3.6.0-2ubuntu1.1 all lm-sensors configuration files
ii libsensors5:amd64 1:3.6.0-2ubuntu1.1 amd64 library to read temperature/voltage/fan sensors
ii libsepol1:amd64 3.0-1ubuntu0.1 amd64 SELinux library for manipulating binary security policies
ii libsgutils2-2 1.44-1ubuntu2 amd64 utilities for devices using the SCSI command set (shared libraries)
ii libsmartcols1:amd64 2.34-0.1ubuntu9.4 amd64 smart column output alignment library
ii libsnappy1v5:amd64 1.1.8-1build1 amd64 fast compression/decompression library
ii libsqlite3-0:amd64 3.31.1-4ubuntu0.5 amd64 SQLite 3 shared library
ii libsqlite3-mod-ceph 17.2.5-1petasan amd64 SQLite3 VFS for Ceph
ii libss2:amd64 1.45.5-2ubuntu1.1 amd64 command-line interface parsing library
ii libssh-4:amd64 0.9.3-2ubuntu2.3 amd64 tiny C SSH library (OpenSSL flavor)
ii libssl1.1:amd64 1.1.1f-1ubuntu2.19 amd64 Secure Sockets Layer toolkit - shared libraries
ii libstdc++6:amd64 10.5.0-1ubuntu1~20.04 amd64 GNU Standard C++ Library v3
ii libsystemd0:amd64 245.4-4ubuntu3.22 amd64 systemd utility library
ii libtalloc2:amd64 2.3.3-0ubuntu0.20.04.1 amd64 hierarchical pool based memory allocator
ii libtasn1-6:amd64 4.16.0-2 amd64 Manage ASN.1 structures (runtime)
ii libtcmalloc-minimal4:amd64 2.7-1ubuntu2 amd64 efficient thread-caching malloc
ii libtdb1:amd64 1.4.5-0ubuntu0.20.04.1 amd64 Trivial Database - shared library
ii libtevent0:amd64 0.11.0-0ubuntu0.20.04.1 amd64 talloc-based event loop library - shared library
ii libthai-data 0.1.28-3 all Data files for Thai language support library
ii libthai0:amd64 0.1.28-3 amd64 Thai language support library
ii libtiff5:amd64 4.1.0+git191117-2ubuntu0.20.04.8 amd64 Tag Image File Format (TIFF) library
ii libtinfo6:amd64 6.2-0ubuntu2.1 amd64 shared low-level terminfo library for terminal handling
ii libtirpc-common 1.2.5-1ubuntu0.1 all transport-independent RPC library - common files
ii libtirpc3:amd64 1.2.5-1ubuntu0.1 amd64 transport-independent RPC library
ii libudev1:amd64 245.4-4ubuntu3.22 amd64 libudev shared library
ii libunistring2:amd64 0.9.10-2 amd64 Unicode string library for C
ii libunwind8:amd64 1.2.1-9ubuntu0.1 amd64 library to determine the call-chain of a program - runtime
ii liburcu6:amd64 0.11.1-2 amd64 userspace RCU (read-copy-update) library
ii libuuid1:amd64 2.34-0.1ubuntu9.4 amd64 Universally Unique ID library
ii libuv1:amd64 1.34.2-1ubuntu1.3 amd64 asynchronous event notification library - runtime library
ii libvarlink 18-2~ubuntu18.04~ppa4 amd64 Varlink C library
ii libvorbis0a:amd64 1.3.6-2ubuntu1 amd64 decoder library for Vorbis General Audio Compression Codec
ii libvorbisfile3:amd64 1.3.6-2ubuntu1 amd64 high-level API for Vorbis General Audio Compression Codec
ii libwbclient0:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba winbind client library
ii libwebp6:amd64 0.6.1-2ubuntu0.20.04.2 amd64 Lossy compression of digital photographic images.
ii libwind0-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - stringprep implementation
ii libwrap0:amd64 7.6.q-30 amd64 Wietse Venema's TCP wrappers library
ii libx11-6:amd64 2:1.6.9-2ubuntu1.5 amd64 X11 client-side library
ii libx11-data 2:1.6.9-2ubuntu1.5 all X11 client-side library
ii libxau6:amd64 1:1.0.9-0ubuntu1 amd64 X11 authorisation library
ii libxcb-render0:amd64 1.14-2 amd64 X C Binding, render extension
ii libxcb-shm0:amd64 1.14-2 amd64 X C Binding, shm extension
ii libxcb1:amd64 1.14-2 amd64 X C Binding
ii libxdmcp6:amd64 1:1.1.3-0ubuntu1 amd64 X11 Display Manager Control Protocol library
ii libxext6:amd64 2:1.3.4-0ubuntu1 amd64 X11 miscellaneous extension library
ii libxml2:amd64 2.9.10+dfsg-5ubuntu0.20.04.6 amd64 GNOME XML library
ii libxpm4:amd64 1:3.5.12-1ubuntu0.20.04.1 amd64 X11 pixmap library
ii libxrender1:amd64 1:0.9.10-1 amd64 X Rendering Extension client library
ii libxslt1.1:amd64 1.1.34-4ubuntu0.20.04.1 amd64 XSLT 1.0 processing library - runtime library
ii libxtables12:amd64 1.8.4-3ubuntu2.1 amd64 netfilter xtables library
ii libyajl2:amd64 2.1.0-3 amd64 Yet Another JSON Library
ii libyaml-0-2:amd64 0.2.2-1 amd64 Fast YAML 1.1 parser and emitter library
ii libzstd1:amd64 1.4.4+dfsg-3ubuntu0.1 amd64 fast lossless compression algorithm
ii linux-base 4.5ubuntu3.7 all Linux image base package
ii linux-image-4.12.14-28-petasan 4.12.14-28-petasan amd64 PetaSAN Linux kernel binary image
ii linux-image-5.14.21-02-petasan 5.14.21-02-petasan amd64 PetaSAN Linux kernel binary image
ii linux-image-5.14.21-04-petasan 5.14.21-04-petasan amd64 PetaSAN Linux kernel binary image
ii linux-image-petasan 5.14.21-04 amd64 PetaSAN root kernel dependency
ii locales 2.31-0ubuntu9.9 all GNU C Library: National Language (locale) data [support]
ii login 1:4.8.1-1ubuntu5.20.04.4 amd64 system login tools
ii logrotate 3.14.0-4ubuntu3 amd64 Log rotation utility
ii logsave 1.45.5-2ubuntu1.1 amd64 save the output of a command in a log file
ii lsb-base 11.1.0ubuntu2 all Linux Standard Base init script functionality
ii lsof 4.93.2+dfsg-1ubuntu0.20.04.1 amd64 utility to list open files
ii lvm2 2.03.11-5-5petasan amd64 Linux Logical Volume Manager
ii lz4 1.9.2-2ubuntu0.20.04.1 amd64 Fast LZ compression algorithm library - tool
ii mawk 1.3.4.20200120-2 amd64 Pattern scanning and text processing language
ii mdadm 4.1-5ubuntu1.2 amd64 tool to administer Linux MD arrays (software RAID)
ii memtest86+ 5.01-3.1ubuntu2.1 amd64 thorough real-mode memory tester
ii mime-support 3.64ubuntu1 all MIME files 'mime.types' & 'mailcap', and support programs
ii mount 2.34-0.1ubuntu9.4 amd64 tools for mounting and manipulating filesystems
ii multipath-tools 0.8.3-1ubuntu2.1 amd64 maintain multipath block device access
ii nano 4.8-1ubuntu1 amd64 small, friendly text editor inspired by Pico
ii ncurses-base 6.2-0ubuntu2.1 all basic terminal type definitions
ii ncurses-bin 6.2-0ubuntu2.1 amd64 terminal-related programs and man pages
ii net-tools 1.60+git20180626.aebd88e-1ubuntu1 amd64 NET-3 networking toolkit
ii netbase 6.1 all Basic TCP/IP networking system
ii netcat 1.206-1ubuntu1 all TCP/IP swiss army knife -- transitional package
ii netcat-openbsd 1.206-1ubuntu1 amd64 TCP/IP swiss army knife
ii nfs-common 1:1.3.4-2.5ubuntu3.4 amd64 NFS support files common to client and server
ii nginx 1.18.0-0ubuntu1.4 all small, powerful, scalable web/proxy server
ii nginx-common 1.18.0-0ubuntu1.4 all small, powerful, scalable web/proxy server - common files
ii nginx-core 1.18.0-0ubuntu1.4 amd64 nginx web/proxy server (standard version)
ii ntp 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 amd64 Network Time Protocol daemon and utility programs
ii ntpdate 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 amd64 client for setting system time from NTP servers (deprecated)
ii numactl 2.0.12-1 amd64 NUMA scheduling and memory placement tool
ii nvme-cli 1.9-1ubuntu0.1 amd64 userspace tooling to control NVMe drives
ii open-iscsi 2.0.874-7.1ubuntu6.4 amd64 iSCSI initiator tools
ii opensm 3.3.21-2 amd64 InfiniBand subnet manager
ii openssh-client 1:8.2p1-4ubuntu0.8 amd64 secure shell (SSH) client, for secure access to remote machines
ii openssh-server 1:8.2p1-4ubuntu0.8 amd64 secure shell (SSH) server, for secure access from remote machines
ii openssh-sftp-server 1:8.2p1-4ubuntu0.8 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machines
ii openssl 1.1.1f-1ubuntu2.19 amd64 Secure Sockets Layer toolkit - cryptographic utility
ii parted 3.3-4ubuntu0.20.04.1 amd64 disk partition manipulator
ii passwd 1:4.8.1-1ubuntu5.20.04.4 amd64 change and administer password and group data
ii patch 2.7.6-6 amd64 Apply a diff file to an original
ii pci.ids 0.0~2020.03.20-1 all PCI ID Repository
ii pciutils 1:3.6.4-1ubuntu0.20.04.1 amd64 PCI utilities
ii perl 5.30.0-9ubuntu0.4 amd64 Larry Wall's Practical Extraction and Report Language
ii perl-base 5.30.0-9ubuntu0.4 amd64 minimal Perl system
ii perl-modules-5.30 5.30.0-9ubuntu0.4 all Core Perl modules
ii petasan 3.2.1 amd64 PetaSAN Storage
ii petasan-container-images 3.2.0 amd64 PetaSAN container images
ii petasan-firmware 20230320 amd64 PetaSAN Linux kernel firmware
ii petasan-stats-config 3.2.0 amd64 PetaSAN statistics configuration
ii pinentry-curses 1.1.0-3build1 amd64 curses-based PIN or pass-phrase entry dialog for GnuPG
ii podman 100:3.4.2-5 amd64 Manage pods, containers and container images.
ii podman-machine-cni 100:0.0.0-1 amd64 Plugins for podman
ii podman-plugins 100:1.2.0-1 amd64 Plugins for podman
ii procps 2:3.3.16-1ubuntu2.3 amd64 /proc file system utilities
ii psmisc 23.3-1 amd64 utilities that use the proc file system
ii python-pastedeploy-tpl 2.1.0-1 all load, configure, and compose WSGI applications and servers - templates
ii python2.7 2.7.18-1~20.04.3 amd64 Interactive high-level object-oriented language (version 2.7)
ii python2.7-minimal 2.7.18-1~20.04.3 amd64 Minimal subset of the Python language (version 2.7)
ii python3 3.8.2-0ubuntu2 amd64 interactive high-level object-oriented language (default python3 version)
ii python3-attr 19.3.0-2 all Attributes without boilerplate (Python 3)
ii python3-automat 0.8.0-1ubuntu1 all Self-service finite-state machines for the programmer on the go
ii python3-bcrypt 3.1.7-2ubuntu1 amd64 password hashing library for Python 3
ii python3-bs4 4.8.2-1 all error-tolerant HTML parser for Python 3
ii python3-cachetools 4.0.0-1 all extensible memoizing collections and decorators for Python 3
ii python3-cairo:amd64 1.16.2-2ubuntu2 amd64 Python3 bindings for the Cairo vector graphics library
ii python3-cairocffi 0.9.0-4 all cffi-based cairo bindings for Python (Python3)
ii python3-ceph 17.2.5-1petasan all Meta-package for all Python 3.x modules for the Ceph libraries
ii python3-ceph-argparse 17.2.5-1petasan amd64 Python 3 utility libraries for Ceph CLI
ii python3-ceph-common 17.2.5-1petasan all Python 3 utility libraries for Ceph
ii python3-cephfs 17.2.5-1petasan amd64 Python 3 libraries for the Ceph libcephfs library
ii python3-certifi 2019.11.28-1 all root certificates for validating SSL certs and verifying TLS hosts (python3)
ii python3-cffi 1.14.0-1build1 all Foreign Function Interface for Python 3 calling C code
ii python3-cffi-backend 1.14.0-1build1 amd64 Foreign Function Interface for Python 3 calling C code - runtime
ii python3-chardet 3.0.4-4build1 all universal character encoding detector for Python3
ii python3-cherrypy3 8.9.1-6 all Python web development framework - Python 3 module
ii python3-click 7.0-3 all Wrapper around optparse for command line utilities - Python 3.x
ii python3-colorama 0.4.3-1build1 all Cross-platform colored terminal text in Python - Python 3.x
ii python3-configshell-fb 1:1.1.27-0ubuntu1 all Python library for building configuration shells - Python 3
ii python3-constantly 15.1.0-1build1 all Symbolic constants in Python
ii python3-consul 1.1.0-1petasan amd64 Consul python library
ii python3-croniter 0.3.29-2ubuntu1 all provides iteration for datetime object with cron like format - Python 3.x
ii python3-crontab 1.9.3-3.1 all Python3 module for reading and writing crontab files
ii python3-crypto 2.6.1-13ubuntu2 amd64 cryptographic algorithms and protocols for Python 3
ii python3-cryptography 2.8-3ubuntu0.1 amd64 Python library exposing cryptographic recipes and primitives (Python 3)
ii python3-dateutil 2.7.3-3ubuntu1 all powerful extensions to the standard Python 3 datetime module
ii python3-dbus 1.2.16-1build1 amd64 simple interprocess messaging system (Python 3 interface)
ii python3-dialog 3.4.0-1 all Python module for making simple terminal-based user interfaces
ii python3-distutils 3.8.10-0ubuntu1~20.04 all distutils package for Python 3.x
ii python3-django 2:2.2.12-1ubuntu0.18 all High-level Python web development framework
ii python3-django-tagging 1:0.4.5-2 all Generic tagging application for Django projects (Python 3)
ii python3-dnspython 1.16.0-1ubuntu1 all DNS toolkit for Python 3
ii python3-flask 1.1.1-2ubuntu0.1 all micro web framework based on Werkzeug and Jinja2 - Python 3.x
ii python3-gi 3.36.0-1 amd64 Python 3 bindings for gobject-introspection libraries
ii python3-gpg 1.13.1-7ubuntu2.1 amd64 Python interface to the GPGME GnuPG encryption library (Python 3)
ii python3-hamcrest 1.9.0-3 all Hamcrest framework for matcher objects (Python 3)
ii python3-html5lib 1.0.1-2 all HTML parser/tokenizer based on the WHATWG HTML5 specification
ii python3-hyperlink 19.0.0-1 all Immutable, Pythonic, correct URLs.
ii python3-idna 2.8-1 all Python IDNA2008 (RFC 5891) handling (Python 3)
ii python3-incremental 16.10.1-3.2 all Library for versioning Python projects.
ii python3-itsdangerous 1.1.0-1 all Various helpers to pass trusted data to untrusted environment - Python 3.x
ii python3-jinja2 2.10.1-2 all small but fast and easy to use stand-alone template engine
ii python3-jwt 1.7.1-2ubuntu2.1 all Python 3 implementation of JSON Web Token
ii python3-ldb 2:2.4.4-0ubuntu0.20.04.2 amd64 Python 3 bindings for LDB
ii python3-lib2to3 3.8.10-0ubuntu1~20.04 all Interactive high-level object-oriented language (lib2to3)
ii python3-logutils 0.3.3-7 all handlers for the Python standard library's logging package - Python 3.x
ii python3-lxml:amd64 4.5.0-1ubuntu0.5 amd64 pythonic binding for the libxml2 and libxslt libraries
ii python3-mako 1.1.0+ds1-1ubuntu2.1 all fast and lightweight templating for the Python 3 platform
ii python3-markupsafe 1.1.0-1build2 amd64 HTML/XHTML/XML string library for Python 3
ii python3-minimal 3.8.2-0ubuntu2 amd64 minimal subset of the Python language (default python3 version)
ii python3-netifaces 0.10.4-1ubuntu4 amd64 portable network interface information - Python 3.x
ii python3-openssl 19.0.0-1build1 all Python 3 wrapper around the OpenSSL library
ii python3-paste 3.4.0+dfsg1-1 all tools for using a Web Server Gateway Interface stack - Python 3.x
ii python3-pastedeploy 2.1.0-1 all load, configure, and compose WSGI applications and servers - Python 3.x
ii python3-pastescript 2.0.2-4 all create file layouts for Python3 packages and serve webapps
ii python3-pecan 1.3.3-3ubuntu1 all WSGI object-dispatching web framework - Python 3.x
ii python3-pexpect 4.6.0-1build1 all Python 3 module for automating interactive applications
ii python3-pkg-resources 45.2.0-1ubuntu0.1 all Package Discovery and Resource Access using pkg_resources
ii python3-ply 3.11-3ubuntu0.1 all Lex and Yacc implementation for Python3
ii python3-prettytable 0.7.2-5 all library to represent tabular data in visually appealing ASCII tables (Python3)
ii python3-protobuf 3.6.1.3-2ubuntu5.2 amd64 Python 3 bindings for protocol buffers
ii python3-psutil 5.5.1-1ubuntu4 amd64 module providing convenience functions for managing processes (Python3)
ii python3-ptyprocess 0.6.0-1ubuntu1 all Run a subprocess in a pseudo terminal from Python 3
ii python3-pyasn1 0.4.2-3build1 all ASN.1 library for Python (Python 3 module)
ii python3-pyasn1-modules 0.2.1-0.2build1 all Collection of protocols modules written in ASN.1 language (Python 3)
ii python3-pycparser 2.19-1ubuntu1 all C parser in Python 3
ii python3-pyparsing 2.4.6-1 all alternative to creating and executing simple grammars - Python 3.x
ii python3-pyudev 0.21.0-3ubuntu1 all Python3 bindings for libudev
ii python3-rados 17.2.5-1petasan amd64 Python 3 libraries for the Ceph librados library
ii python3-rbd 17.2.5-1petasan amd64 Python 3 libraries for the Ceph librbd library
ii python3-repoze.lru 0.7-2 all tiny LRU cache implementation and decorator for Python 3
ii python3-requests 2.22.0-2ubuntu1.1 all elegant and simple HTTP library for Python3, built for human beings
ii python3-retrying 1.3.3-4 all simplifies the task of adding retry behavior - Python 3.x
ii python3-rgw 17.2.5-1petasan amd64 Python 3 libraries for the Ceph librgw library
ii python3-routes 2.4.1-2 all Routing Recognition and Generation Tools for Python 3
ii python3-rtslib-fb 2:2.1.69-1petasan amd64 Python library for LIO management
ii python3-samba 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Python 3 bindings for Samba
ii python3-service-identity 18.1.0-5build1 all Service identity verification for pyOpenSSL (Python 3 module)
ii python3-setuptools 45.2.0-1ubuntu0.1 all Python3 Distutils Enhancements
ii python3-simplegeneric 0.8.1-3 all simple generic functions for Python3
ii python3-simplejson 3.16.0-2ubuntu2 amd64 simple, fast, extensible JSON encoder/decoder for Python 3.x
ii python3-singledispatch 3.4.0.3-2build1 all single-dispatch generic functions for Python
ii python3-six 1.14.0-2 all Python 2 and 3 compatibility library (Python 3 interface)
ii python3-soupsieve 1.9.5+dfsg-1 all modern CSS selector implementation for BeautifulSoup (Python 3)
ii python3-sqlparse 0.2.4-3ubuntu0.1 all non-validating SQL parser for Python 3
ii python3-talloc:amd64 2.3.3-0ubuntu0.20.04.1 amd64 hierarchical pool based memory allocator - Python3 bindings
ii python3-tdb 1.4.5-0ubuntu0.20.04.1 amd64 Python3 bindings for TDB
ii python3-tempita 0.5.2-6 all very small text templating language - Python 3.x
ii python3-twisted 18.9.0-11ubuntu0.20.04.2 all Event-based framework for internet applications
ii python3-twisted-bin:amd64 18.9.0-11ubuntu0.20.04.2 amd64 Event-based framework for internet applications
ii python3-tz 2019.3-1ubuntu0.20.04.0 all Python3 version of the Olson timezone database
ii python3-urllib3 1.25.8-2ubuntu0.2 all HTTP library with thread-safe connection pooling for Python3
ii python3-urwid 2.0.1-3 amd64 curses-based UI/widget library for Python 3
ii python3-waitress 1.4.1-1ubuntu0.1 all production-quality pure-Python WSGI server (Python 3)
ii python3-webencodings 0.5.1-1ubuntu1 all Python implementation of the WHATWG Encoding standard
ii python3-webob 1:1.8.5-2 all Python module providing WSGI request and response objects (Python 3)
ii python3-webtest 2.0.32-2 all wraps any WSGI application and makes it easy to test
ii python3-werkzeug 0.16.1+dfsg1-2ubuntu0.1 all collection of utilities for WSGI applications (Python 3.x)
ii python3-whisper 1.1.4-2 all database engine for fast, reliable fixed-sized databases
ii python3-xcffib 0.8.1-0.8 amd64 This package is a Python binding for XCB (Python 3)
ii python3-yaml 5.3.1-1ubuntu0.1 amd64 YAML parser and emitter for Python3
ii python3-zope.interface 4.7.1-1 amd64 Interfaces for Python3
ii python3.8 3.8.10-0ubuntu1~20.04.8 amd64 Interactive high-level object-oriented language (version 3.8)
ii python3.8-minimal 3.8.10-0ubuntu1~20.04.8 amd64 Minimal subset of the Python language (version 3.8)
ii qperf 0.4.11-2 amd64 Measure socket and RDMA performance
ii radosgw 17.2.5-1petasan amd64 REST gateway for RADOS distributed object store
ii rbd-fuse 17.2.5-1petasan amd64 FUSE-based rbd client for the Ceph distributed file system
ii rbd-mirror 17.2.5-1petasan amd64 Ceph daemon for mirroring RBD images
ii rbd-nbd 17.2.5-1petasan amd64 NBD-based rbd client for the Ceph distributed file system
ii readline-common 8.0-4 all GNU readline and history libraries, common files
ii rename 1.10-1 all Perl extension for renaming multiple files
ii rpcbind 1.2.5-8 amd64 converts RPC program numbers into universal addresses
ii rsyslog 8.2001.0-1ubuntu1.3 amd64 reliable system and kernel logging daemon
ii samba 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 SMB/CIFS file, print, and login server for Unix
ii samba-common 2:4.15.13+dfsg-0ubuntu0.20.04.2 all common files used by both the Samba server and client
ii samba-common-bin 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba common files used by both the server and the client
ii samba-libs:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba core libraries
ii samba-vfs-modules:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba Virtual FileSystem plugins
ii sdparm 1.10-1 amd64 Output and modify SCSI device parameters
ii sed 4.7-1 amd64 GNU stream editor for filtering/transforming text
ii sensible-utils 0.0.12+nmu1 all Utilities for sensible alternative selection
ii sg3-utils 1.44-1ubuntu2 amd64 utilities for devices using the SCSI command set
ii sg3-utils-udev 1.44-1ubuntu2 all utilities for devices using the SCSI command set (udev rules)
ii shared-mime-info 1.15-1 amd64 FreeDesktop.org shared MIME database and spec
ii slirp4netns 100:1.1.8-4 amd64 User-mode networking for unprivileged network namespaces
ii smartmontools 7.1-1build1 amd64 control and monitor storage systems using S.M.A.R.T.
ii sound-theme-freedesktop 0.8-2ubuntu1 all freedesktop.org sound theme
ii squashfs-tools 1:4.4-1ubuntu0.3 amd64 Tool to create and append to squashfs filesystems
ii sshpass 1.06-1 amd64 Non-interactive ssh password authentication
ii ssl-cert 1.0.39 all simple debconf wrapper for OpenSSL
ii sudo 1.8.31-1ubuntu1.5 amd64 Provide limited super user privileges to specific users
ii sysstat 12.2.0-2ubuntu0.3 amd64 system performance tools for Linux
ii systemd 245.4-4ubuntu3.22 amd64 system and service manager
ii systemd-sysv 245.4-4ubuntu3.22 amd64 system and service manager - SysV links
rc systemd-timesyncd 245.4-4ubuntu3.15 amd64 minimalistic service to synchronize local time with NTP servers
ii sysvinit-utils 2.96-2.1ubuntu1 amd64 System-V-like utilities
ii tar 1.30+dfsg-7ubuntu0.20.04.3 amd64 GNU version of the tar archiving utility
ii targetcli-fb 2:2.1.49-1petasan amd64 LIO management tool
ii tcpdump 4.9.3-4ubuntu0.2 amd64 command-line network traffic analyzer
ii tdb-tools 1.4.5-0ubuntu0.20.04.1 amd64 Trivial Database - bundled binaries
ii telnet 0.17-41.2build1 amd64 basic telnet client
ii time 1.7-25.1build1 amd64 GNU time program for measuring CPU resource usage
ii tzdata 2023c-0ubuntu0.20.04.2 all time zone and daylight-saving time data
ii ubuntu-keyring 2020.02.11.4 all GnuPG keys of the Ubuntu archive
ii ucf 3.0038+nmu1 all Update Configuration File(s): preserve user changes to config files
ii udev 245.4-4ubuntu3.22 amd64 /dev/ and hotplug management daemon
ii util-linux 2.34-0.1ubuntu9.4 amd64 miscellaneous system utilities
ii uuid-runtime 2.34-0.1ubuntu9.4 amd64 runtime components for the Universally Unique ID library
ii vim 2:8.1.2269-1ubuntu5.16 amd64 Vi IMproved - enhanced vi editor
ii vim-common 2:8.1.2269-1ubuntu5.16 all Vi IMproved - Common files
ii vim-runtime 2:8.1.2269-1ubuntu5.16 all Vi IMproved - Runtime files
ii vlan 2.0.4ubuntu1.20.04.1 all ifupdown integration for vlan configuration
ii wget 1.20.3-1ubuntu2 amd64 retrieves files from the web
ii winbind 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 service to resolve user and group information from Windows NT servers
ii xfsprogs 5.3.0-1ubuntu2 amd64 Utilities for managing the XFS filesystem
ii xkb-data 2.29-2 all X Keyboard Extension (XKB) configuration data
ii xxd 2:8.1.2269-1ubuntu5.16 amd64 tool to make (or reverse) a hex dump
ii xz-utils 5.2.4-1ubuntu1.1 amd64 XZ-format compression utilities
ii zabbix-agent 1:4.0.17+dfsg-1 amd64 network monitoring solution - agent
ii zlib1g:amd64 1:1.2.11.dfsg-2ubuntu1.5 amd64 compression library - runtime
ii zstd 1.4.4+dfsg-3ubuntu0.1 amd64 fast lossless compression algorithm -- CLI tool
root@petasan1:~#
root@petasan1:~# python --version
Python 3.8.10
root@petasan1:~# dpkg -l
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============================-=================================-============-===============================================================================
ii adduser 3.118ubuntu2 all add and remove users and groups
ii amd64-microcode 3.20191218.1ubuntu1.1 amd64 Processor microcode firmware for AMD CPUs
ii apache2 2.4.41-4ubuntu3.14 amd64 Apache HTTP Server
ii apache2-bin 2.4.41-4ubuntu3.14 amd64 Apache HTTP Server (modules and other binary files)
ii apache2-data 2.4.41-4ubuntu3.14 all Apache HTTP Server (common files)
ii apache2-utils 2.4.41-4ubuntu3.14 amd64 Apache HTTP Server (utility programs for web servers)
ii apt 2.0.9 amd64 commandline package manager
ii apt-utils 2.0.9 amd64 package management related utility programs
ii atop 2.4.0-3 amd64 Monitor for system resources and process activity
ii attr 1:2.4.48-5 amd64 utilities for manipulating filesystem extended attributes
ii base-files 11ubuntu5.7 amd64 Debian base system miscellaneous files
ii base-passwd 3.5.47 amd64 Debian base system master password and group files
ii bash 5.0-6ubuntu1.2 amd64 GNU Bourne Again SHell
ii bind9-host 1:9.16.1-0ubuntu2.15 amd64 DNS Lookup Utility
ii bind9-libs:amd64 1:9.16.1-0ubuntu2.15 amd64 Shared Libraries used by BIND 9
ii binutils 2.34-6ubuntu1.6 amd64 GNU assembler, linker and binary utilities
ii binutils-common:amd64 2.34-6ubuntu1.6 amd64 Common files for the GNU assembler, linker and binary utilities
ii binutils-x86-64-linux-gnu 2.34-6ubuntu1.6 amd64 GNU binary utilities, for x86-64-linux-gnu target
ii bsdutils 1:2.34-0.1ubuntu9.4 amd64 basic utilities from 4.4BSD-Lite
ii busybox-initramfs 1:1.30.1-4ubuntu6.4 amd64 Standalone shell setup for initramfs
ii ca-certificates 20230311ubuntu0.20.04.1 all Common CA certificates
ii catatonit 0.1.7-1 amd64 A signal-forwarding process manager for containers.
ii ceph 17.2.5-1petasan amd64 distributed storage and file system
ii ceph-base 17.2.5-1petasan amd64 common ceph daemon libraries and management tools
ii ceph-common 17.2.5-1petasan amd64 common utilities to mount and interact with a ceph storage cluster
ii ceph-mds 17.2.5-1petasan amd64 metadata server for the ceph distributed file system
ii ceph-mgr 17.2.5-1petasan amd64 manager for the ceph distributed file system
ii ceph-mgr-cephadm 17.2.5-1petasan all cephadm orchestrator module for ceph-mgr
ii ceph-mgr-dashboard 17.2.5-1petasan all dashboard module for ceph-mgr
ii ceph-mgr-modules-core 17.2.5-1petasan all ceph manager modules which are always enabled
ii ceph-mon 17.2.5-1petasan amd64 monitor server for the ceph storage system
ii ceph-osd 17.2.5-1petasan amd64 OSD server for the ceph storage system
ii ceph-petasan 17.2.5-1petasan amd64 PetaSAN root Ceph dependency
ii ceph-volume 17.2.5-1petasan all tool to facilidate OSD deployment
ii cephadm 17.2.5-1petasan amd64 cephadm utility to bootstrap ceph daemons with systemd and containers
ii collectd 5.9.2.g-1ubuntu5 amd64 statistics collection and monitoring daemon
ii collectd-core 5.9.2.g-1ubuntu5 amd64 statistics collection and monitoring daemon (core system)
ii collectd-utils 5.9.2.g-1ubuntu5 amd64 statistics collection and monitoring daemon (utilities)
ii collectl 4.3.1-1 all Utility to collect Linux performance data
ii conmon 100:2.1.2~0 amd64 OCI container runtime monitor
ii console-setup 1.194ubuntu3 all console font and keymap setup program
ii console-setup-linux 1.194ubuntu3 all Linux specific part of console-setup
ii consul 1.5.2-1petasan amd64 Consul service networking platform
ii containernetworking-plugins 100:1.1.1~1 amd64 Libraries for writing CNI plugins
ii containers-common 100:1-22 all Configuration files for working with image signatures.
ii containers-golang 0.3.1-1~ubuntu18.04~ppa3 all Seccomp config for container tools
ii containers-image 5.0.0-1~ubuntu18.04~ppa1 all Configuration files for working with image signatures.
ii coreutils 8.30-3ubuntu2 amd64 GNU core utilities
ii cpio 2.13+dfsg-2ubuntu0.3 amd64 GNU cpio -- a program to manage archives of files
ii cpupower 5.14-1petasan amd64 cpu power utilities
ii cri-o-runc 1.0.0-rc8-1~ubuntu18.04~ppa1 amd64 Open Container Project - runtime
ii criu 3.17.1-1 amd64 checkpoint and restore in userspace
ii cron 3.0pl1-136ubuntu1 amd64 process scheduling daemon
ii crun 100:1.2-2 amd64 OCI runtime written in C
ii cryptsetup-bin 2:2.2.2-3ubuntu2.4 amd64 disk encryption support - command line tools
ii ctdb 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 clustered database to store temporary data
ii curl 7.68.0-1ubuntu2.19 amd64 command line tool for transferring data with URL syntax
ii dash 0.5.10.2-6 amd64 POSIX-compliant shell
ii dbus 1.12.16-2ubuntu2.3 amd64 simple interprocess messaging system (daemon and utilities)
ii dbus-user-session 1.12.16-2ubuntu2.3 amd64 simple interprocess messaging system (systemd --user integration)
ii debconf 1.5.73 all Debian configuration management system
ii debianutils 4.9.1 amd64 Miscellaneous utilities specific to Debian
ii dialog 1.3-20190808-1 amd64 Displays user-friendly dialog boxes from shell scripts
ii diffutils 1:3.7-3 amd64 File comparison utilities
ii dmeventd 2:1.02.175-5-5petasan amd64 Linux Kernel Device Mapper event daemon
ii dmidecode 3.2-3 amd64 SMBIOS/DMI table decoder
ii dmsetup 2:1.02.175-5-5petasan amd64 Linux Kernel Device Mapper userspace library
ii dns-root-data 2019052802 all DNS root data including root zone and DNSSEC key
ii dnsmasq-base 2.80-1.1ubuntu1.7 amd64 Small caching DNS proxy and DHCP/TFTP server
ii dosfstools 4.1-2 amd64 utilities for making and checking MS-DOS FAT filesystems
ii dpkg 1.19.7ubuntu3.2 amd64 Debian package management system
ii e2fsprogs 1.45.5-2ubuntu1.1 amd64 ext2/ext3/ext4 file system utilities
ii eject 2.1.5+deb1+cvs20081104-14 amd64 ejects CDs and operates CD-Changers under Linux
ii ethtool 1:5.4-1 amd64 display or change Ethernet device settings
ii fdisk 2.34-0.1ubuntu9.4 amd64 collection of partitioning utilities
ii findutils 4.7.0-1ubuntu1 amd64 utilities for finding files--find, xargs
ii fio 3.16-1 amd64 flexible I/O tester
ii fontconfig 2.13.1-2ubuntu3 amd64 generic font configuration library - support binaries
ii fontconfig-config 2.13.1-2ubuntu3 all generic font configuration library - configuration
ii fonts-dejavu-core 2.37-1 all Vera font family derivate with additional characters
ii fuse 2.9.9-3 amd64 Filesystem in Userspace
ii gcc-10-base:amd64 10.5.0-1ubuntu1~20.04 amd64 GCC, the GNU Compiler Collection (base package)
ii gdisk 1.0.5-1 amd64 GPT fdisk text-mode partitioning tool
ii gettext-base 0.19.8.1-10build1 amd64 GNU Internationalization utilities for the base system
ii gir1.2-glib-2.0:amd64 1.64.1-1~ubuntu20.04.1 amd64 Introspection data for GLib, GObject, Gio and GModule
ii glusterfs-client 7.2-2build1 amd64 clustered file-system (client package)
ii glusterfs-common 7.2-2build1 amd64 GlusterFS common libraries and translator modules
ii glusterfs-server 7.2-2build1 amd64 clustered file-system (server package)
ii gpg 2.2.19-3ubuntu2.2 amd64 GNU Privacy Guard -- minimalist public key operations
ii gpg-agent 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - cryptographic agent
ii gpgconf 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - core configuration utilities
ii gpgv 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - signature verification tool
ii grafana 6.2.5 amd64 Grafana
ii graphite-carbon 1.1.4-2 all backend data caching and persistence daemon for Graphite
ii graphite-web 1.1.4-5ubuntu0.1 all Enterprise Scalable Realtime Graphing
ii grep 3.4-1 amd64 GNU grep, egrep and fgrep
ii grub-common 2.04-5-5petasan amd64 GRand Unified Bootloader (common files)
ii grub-efi-amd64-bin 2.04-5-5petasan amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 modules)
ii grub-gfxpayload-lists 0.7 amd64 GRUB gfxpayload blacklist
ii grub-pc 2.04-5-5petasan amd64 GRand Unified Bootloader, version 2 (PC/BIOS version)
ii grub-pc-bin 2.04-5-5petasan amd64 GRand Unified Bootloader, version 2 (PC/BIOS modules)
ii grub2 2.04-5-5petasan amd64 GRand Unified Bootloader, version 2 (dummy package)
ii grub2-common 2.04-5-5petasan amd64 GRand Unified Bootloader (common files for version 2)
ii gzip 1.10-0ubuntu4.1 amd64 GNU compression utilities
ii hdparm 9.58+ds-4 amd64 tune hard disk parameters for high performance
ii hexedit 1.4.2-6 amd64 viewer and editor in hexadecimal or ASCII for files or devices
ii hostname 3.23 amd64 utility to set/show the host name or domain name
ii htop 2.2.0-2build1 amd64 interactive processes viewer
ii ifupdown 0.8.35ubuntu1 amd64 high level tools to configure network interfaces
ii infiniband-diags 28.0-1ubuntu1 amd64 InfiniBand diagnostic programs
ii init-system-helpers 1.57 all helper tools for all init systems
ii initramfs-tools 0.136ubuntu6.7 all generic modular initramfs generator (automation)
ii initramfs-tools-bin 0.136ubuntu6.7 amd64 binaries used by initramfs-tools
ii initramfs-tools-core 0.136ubuntu6.7 all generic modular initramfs generator (core tools)
ii intel-microcode 3.20230214.0ubuntu0.20.04.1 amd64 Processor microcode firmware for Intel CPUs
ii iotop 0.6-24-g733f3f8-1ubuntu0.1 amd64 simple top-like I/O monitor
ii iperf 2.0.13+dfsg1-1build1 amd64 Internet Protocol bandwidth measuring tool
ii iproute2 5.5.0-1ubuntu1 amd64 networking and traffic control tools
ii iptables 1.8.4-3ubuntu2.1 amd64 administration tools for packet filtering and NAT
ii iputils-arping 3:20190709-3 amd64 Tool to send ICMP echo requests to an ARP address
ii iputils-ping 3:20190709-3 amd64 Tools to test the reachability of network hosts
ii isc-dhcp-client 4.4.1-2.1ubuntu5.20.04.5 amd64 DHCP client for automatically obtaining an IP address
ii iucode-tool 2.3.1-1 amd64 Intel processor microcode tool
ii joe 4.6-1build2 amd64 user friendly full screen text editor
ii jq 1.6-1ubuntu0.20.04.1 amd64 lightweight and flexible command-line JSON processor
ii kbd 2.0.4-4ubuntu2 amd64 Linux console font and keytable utilities
ii keyboard-configuration 1.194ubuntu3 all system-wide keyboard preferences
ii keyutils 1.6-6ubuntu1.1 amd64 Linux Key Management Utilities
ii klibc-utils 2.0.7-1ubuntu5.1 amd64 small utilities built with klibc for early boot
ii kmod 27-1ubuntu2.1 amd64 tools for managing Linux kernel modules
ii kpartx 0.8.3-1ubuntu2.1 amd64 create device mappings for partitions
ii krb5-config 2.6ubuntu1 all Configuration files for Kerberos Version 5
ii krb5-user 1.17-6ubuntu4.3 amd64 basic programs to authenticate using MIT Kerberos
ii libacl1:amd64 2.2.53-6 amd64 access control list - shared library
ii libaio1:amd64 0.3.112-5 amd64 Linux kernel AIO access library - shared library
ii libapache2-mod-wsgi-py3 4.6.8-1ubuntu3.1 amd64 Python 3 WSGI adapter module for Apache
ii libapparmor1:amd64 2.13.3-7ubuntu5.2 amd64 changehat AppArmor library
ii libapr1:amd64 1.6.5-1ubuntu1 amd64 Apache Portable Runtime Library
ii libaprutil1:amd64 1.6.1-4ubuntu2.1 amd64 Apache Portable Runtime Utility Library
ii libaprutil1-dbd-sqlite3:amd64 1.6.1-4ubuntu2.1 amd64 Apache Portable Runtime Utility Library - SQLite3 Driver
ii libaprutil1-ldap:amd64 1.6.1-4ubuntu2.1 amd64 Apache Portable Runtime Utility Library - LDAP Driver
ii libapt-pkg6.0:amd64 2.0.9 amd64 package management runtime library
ii libargon2-1:amd64 0~20171227-0.2 amd64 memory-hard hashing function - runtime library
ii libasn1-8-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - ASN.1 library
ii libasound2:amd64 1.2.2-2.1ubuntu2.5 amd64 shared library for ALSA applications
ii libasound2-data 1.2.2-2.1ubuntu2.5 all Configuration files and profiles for ALSA drivers
ii libassuan0:amd64 2.5.3-7ubuntu2 amd64 IPC library for the GnuPG components
ii libattr1:amd64 1:2.4.48-5 amd64 extended attribute handling - shared library
ii libaudit-common 1:2.8.5-2ubuntu6 all Dynamic library for security auditing - common files
ii libaudit1:amd64 1:2.8.5-2ubuntu6 amd64 Dynamic library for security auditing
ii libavahi-client3:amd64 0.7-4ubuntu7.2 amd64 Avahi client library
ii libavahi-common-data:amd64 0.7-4ubuntu7.2 amd64 Avahi common data files
ii libavahi-common3:amd64 0.7-4ubuntu7.2 amd64 Avahi common library
ii libbabeltrace1:amd64 1.5.8-1build1 amd64 Babeltrace conversion libraries
ii libbinutils:amd64 2.34-6ubuntu1.6 amd64 GNU binary utilities (private shared library)
ii libblkid1:amd64 2.34-0.1ubuntu9.4 amd64 block device ID library
ii libbrotli1:amd64 1.0.7-6ubuntu0.1 amd64 library implementing brotli encoder and decoder (shared libraries)
ii libbsd0:amd64 0.10.0-1 amd64 utility functions from BSD systems - shared library
ii libbz2-1.0:amd64 1.0.8-2 amd64 high-quality block-sorting file compressor library - runtime
ii libc-bin 2.31-0ubuntu9.9 amd64 GNU C Library: Binaries
ii libc6:amd64 2.31-0ubuntu9.9 amd64 GNU C Library: Shared libraries
ii libcairo2:amd64 1.16.0-4ubuntu1 amd64 Cairo 2D vector graphics library
ii libcanberra0:amd64 0.30-7ubuntu1 amd64 simple abstract interface for playing event sounds
ii libcap-ng0:amd64 0.7.9-2.1build1 amd64 An alternate POSIX capabilities library
ii libcap2:amd64 1:2.32-1ubuntu0.1 amd64 POSIX 1003.1e capabilities (library)
ii libcap2-bin 1:2.32-1ubuntu0.1 amd64 POSIX 1003.1e capabilities (utilities)
ii libcbor0.6:amd64 0.6.0-0ubuntu1 amd64 library for parsing and generating CBOR (RFC 7049)
ii libcephfs2 17.2.5-1petasan amd64 Ceph distributed file system client library
ii libcollectdclient1 5.9.2.g-1ubuntu5 amd64 client library for collectd's control interface
ii libcom-err2:amd64 1.45.5-2ubuntu1.1 amd64 common error description library
ii libcrypt1:amd64 1:4.4.10-10ubuntu4 amd64 libcrypt shared library
ii libcryptsetup12:amd64 2:2.2.2-3ubuntu2.4 amd64 disk encryption support - shared library
ii libctf-nobfd0:amd64 2.34-6ubuntu1.6 amd64 Compact C Type Format library (runtime, no BFD dependency)
ii libctf0:amd64 2.34-6ubuntu1.6 amd64 Compact C Type Format library (runtime, BFD dependency)
ii libcups2:amd64 2.3.1-9ubuntu1.4 amd64 Common UNIX Printing System(tm) - Core library
ii libcurl3-gnutls:amd64 7.68.0-1ubuntu2.19 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour)
ii libcurl4:amd64 7.68.0-1ubuntu2.19 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii libdatrie1:amd64 0.2.12-3 amd64 Double-array trie library
ii libdb5.3:amd64 5.3.28+dfsg1-0.6ubuntu2 amd64 Berkeley v5.3 Database Libraries [runtime]
ii libdbi1:amd64 0.9.0-5 amd64 DB Independent Abstraction Layer for C -- shared library
ii libdbus-1-3:amd64 1.12.16-2ubuntu2.3 amd64 simple interprocess messaging system (library)
ii libdebconfclient0:amd64 0.251ubuntu1 amd64 Debian Configuration Management System (C-implementation library)
ii libdevmapper-event1.02.1:amd64 2:1.02.175-5-5petasan amd64 Linux Kernel Device Mapper event support library
ii libdevmapper1.02.1:amd64 2:1.02.175-5-5petasan amd64 Linux Kernel Device Mapper userspace library
ii libdns-export1109 1:9.11.16+dfsg-3~ubuntu1 amd64 Exported DNS Shared Library
ii libdw1:amd64 0.176-1.1build1 amd64 library that provides access to the DWARF debug information
ii libedit2:amd64 3.1-20191231-1 amd64 BSD editline and history libraries
ii libefiboot1:amd64 37-2ubuntu2.2 amd64 Library to manage UEFI variables
ii libefivar1:amd64 37-2ubuntu2.2 amd64 Library to manage UEFI variables
ii libelf1:amd64 0.176-1.1build1 amd64 library to read and write ELF files
ii libestr0:amd64 0.1.10-2.1 amd64 Helper functions for handling strings (lib)
ii libevent-2.1-7:amd64 2.1.11-stable-1 amd64 Asynchronous event notification library
ii libexpat1:amd64 2.2.9-1ubuntu0.6 amd64 XML parsing C library - runtime library
ii libext2fs2:amd64 1.45.5-2ubuntu1.1 amd64 ext2/ext3/ext4 file system libraries
ii libfastjson4:amd64 0.99.8-2 amd64 fast json library for C
ii libfdisk1:amd64 2.34-0.1ubuntu9.4 amd64 fdisk partitioning library
ii libffi7:amd64 3.3-4 amd64 Foreign Function Interface library runtime
ii libfido2-1:amd64 1.3.1-1ubuntu2 amd64 library for generating and verifying FIDO 2.0 objects
ii libfontconfig1:amd64 2.13.1-2ubuntu3 amd64 generic font configuration library - runtime
ii libfreetype6:amd64 2.10.1-2ubuntu0.3 amd64 FreeType 2 font engine, shared library files
ii libfribidi0:amd64 1.0.8-2ubuntu0.1 amd64 Free Implementation of the Unicode BiDi algorithm
ii libfuse2:amd64 2.9.9-3 amd64 Filesystem in Userspace (library)
ii libfuse3-3:amd64 3.9.0-2 amd64 Filesystem in Userspace (library) (3.x version)
ii libgcc-s1:amd64 10.5.0-1ubuntu1~20.04 amd64 GCC support library
ii libgcrypt20:amd64 1.8.5-5ubuntu1.1 amd64 LGPL Crypto library - runtime library
ii libgd3:amd64 2.2.5-5.2ubuntu2.1 amd64 GD Graphics Library
ii libgdbm-compat4:amd64 1.18.1-5 amd64 GNU dbm database routines (legacy support runtime version)
ii libgdbm6:amd64 1.18.1-5 amd64 GNU dbm database routines (runtime version)
ii libgdk-pixbuf2.0-0:amd64 2.40.0+dfsg-3ubuntu0.4 amd64 GDK Pixbuf library
ii libgdk-pixbuf2.0-common 2.40.0+dfsg-3ubuntu0.4 all GDK Pixbuf library - data files
ii libgfapi0:amd64 7.2-2build1 amd64 GlusterFS gfapi shared library
ii libgfchangelog0:amd64 7.2-2build1 amd64 GlusterFS gfchangelog shared library
ii libgfrpc0:amd64 7.2-2build1 amd64 GlusterFS libgfrpc shared library
ii libgfxdr0:amd64 7.2-2build1 amd64 GlusterFS libgfxdr shared library
ii libgirepository-1.0-1:amd64 1.64.1-1~ubuntu20.04.1 amd64 Library for handling GObject introspection data (runtime library)
ii libglib2.0-0:amd64 2.64.6-1~ubuntu20.04.6 amd64 GLib library of C routines
ii libglusterfs0:amd64 7.2-2build1 amd64 GlusterFS shared library
ii libgmp10:amd64 2:6.2.0+dfsg-4ubuntu0.1 amd64 Multiprecision arithmetic library
ii libgnutls30:amd64 3.6.13-2ubuntu1.8 amd64 GNU TLS library - main runtime library
ii libgoogle-perftools4:amd64 2.7-1ubuntu2 amd64 libraries for CPU and heap analysis, plus an efficient thread-caching malloc
ii libgpg-error0:amd64 1.37-1 amd64 GnuPG development runtime library
ii libgpgme11:amd64 1.13.1-7ubuntu2.1 amd64 GPGME - GnuPG Made Easy (library)
ii libgpm2:amd64 1.20.7-5 amd64 General Purpose Mouse - shared library
ii libgraphite2-3:amd64 1.3.13-11build1 amd64 Font rendering engine for Complex Scripts -- library
ii libgssapi-krb5-2:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii libgssapi3-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - GSSAPI support library
ii libgssrpc4:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - GSS enabled ONCRPC
ii libharfbuzz0b:amd64 2.6.4-1ubuntu4.2 amd64 OpenType text shaping engine (shared library)
ii libhcrypto4-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - crypto library
ii libheimbase1-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - Base library
ii libheimntlm0-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - NTLM support library
ii libhogweed5:amd64 3.5.1+really3.5.1-2ubuntu0.2 amd64 low level cryptographic library (public-key cryptos)
ii libhx509-5-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - X509 support library
ii libibmad5 28.0-1ubuntu1 amd64 Infiniband Management Datagram (MAD) library
ii libibnetdisc5 28.0-1ubuntu1 amd64 InfiniBand diagnostics library
ii libibumad3:amd64 28.0-1ubuntu1 amd64 InfiniBand Userspace Management Datagram (uMAD) library
ii libibverbs1:amd64 28.0-1ubuntu1 amd64 Library for direct userspace use of RDMA (InfiniBand/iWARP)
ii libicu66:amd64 66.1-2ubuntu2.1 amd64 International Components for Unicode
ii libidn11:amd64 1.33-2.2ubuntu2 amd64 GNU Libidn library, implementation of IETF IDN specifications
ii libidn2-0:amd64 2.2.0-2 amd64 Internationalized domain names (IDNA2008/TR46) library
ii libip4tc2:amd64 1.8.4-3ubuntu2.1 amd64 netfilter libip4tc library
ii libip6tc2:amd64 1.8.4-3ubuntu2.1 amd64 netfilter libip6tc library
ii libisc-export1105:amd64 1:9.11.16+dfsg-3~ubuntu1 amd64 Exported ISC Shared Library
ii libisns0:amd64 0.97-3 amd64 Internet Storage Name Service - shared libraries
ii libjansson4:amd64 2.12-1build1 amd64 C library for encoding, decoding and manipulating JSON data
ii libjbig0:amd64 2.1-3.1ubuntu0.20.04.1 amd64 JBIGkit libraries
ii libjpeg-turbo8:amd64 2.0.3-0ubuntu1.20.04.3 amd64 IJG JPEG compliant runtime library.
ii libjpeg8:amd64 8c-2ubuntu8 amd64 Independent JPEG Group's JPEG runtime library (dependency package)
ii libjq1:amd64 1.6-1ubuntu0.20.04.1 amd64 lightweight and flexible command-line JSON processor - shared library
ii libjs-jquery 3.3.1~dfsg-3 all JavaScript library for dynamic web applications
ii libjs-sphinxdoc 1.8.5-7ubuntu3 all JavaScript support for Sphinx documentation
ii libjs-underscore 1.9.1~dfsg-1ubuntu0.20.04.1 all JavaScript's functional programming helper library
ii libjson-c4:amd64 0.13.1+dfsg-7ubuntu0.3 amd64 JSON manipulation library - shared library
ii libk5crypto3:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - Crypto Library
ii libkadm5clnt-mit11:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - Administration Clients
ii libkadm5srv-mit11:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - KDC and Admin Server
ii libkdb5-9:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - Kerberos database
ii libkeyutils1:amd64 1.6-6ubuntu1.1 amd64 Linux Key Management Utilities (library)
ii libklibc:amd64 2.0.7-1ubuntu5.1 amd64 minimal libc subset for use with initramfs
ii libkmod2:amd64 27-1ubuntu2.1 amd64 libkmod shared library
ii libkrb5-26-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - libraries
ii libkrb5-3:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries
ii libkrb5support0:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - Support library
ii libldap-2.4-2:amd64 2.4.49+dfsg-2ubuntu1.9 amd64 OpenLDAP libraries
ii libldap-common 2.4.49+dfsg-2ubuntu1.9 all OpenLDAP common files for libraries
ii libldb2:amd64 2:2.4.4-0ubuntu0.20.04.2 amd64 LDAP-like embedded database - shared library
ii liblmdb0:amd64 0.9.24-1 amd64 Lightning Memory-Mapped Database shared library
ii liblocale-gettext-perl 1.07-4 amd64 module using libc functions for internationalization in Perl
ii libltdl7:amd64 2.4.6-14 amd64 System independent dlopen wrapper for GNU libtool
ii liblua5.2-0:amd64 5.2.4-1.1build3 amd64 Shared library for the Lua interpreter version 5.2
ii liblua5.3-0:amd64 5.3.3-1.1ubuntu2 amd64 Shared library for the Lua interpreter version 5.3
ii liblvm2cmd2.03:amd64 2.03.11-5-5petasan amd64 LVM2 command library
ii liblz4-1:amd64 1.9.2-2ubuntu0.20.04.1 amd64 Fast LZ compression algorithm library - runtime
ii liblz4-tool 1.9.2-2ubuntu0.20.04.1 all Fast LZ compression algorithm library - transitional package
ii liblzma5:amd64 5.2.4-1ubuntu1.1 amd64 XZ-format compression library
ii liblzo2-2:amd64 2.10-2 amd64 data compression library
ii libmaxminddb0:amd64 1.4.2-0ubuntu1.20.04.1 amd64 IP geolocation database library
ii libmnl0:amd64 1.0.4-2 amd64 minimalistic Netlink communication library
ii libmount1:amd64 2.34-0.1ubuntu9.4 amd64 device mounting library
ii libmpdec2:amd64 2.4.2-3 amd64 library for decimal floating point arithmetic (runtime library)
ii libncurses6:amd64 6.2-0ubuntu2.1 amd64 shared libraries for terminal handling
ii libncursesw6:amd64 6.2-0ubuntu2.1 amd64 shared libraries for terminal handling (wide character support)
ii libnet1:amd64 1.1.6+dfsg-3.1build1 amd64 library for the construction and handling of network packets
ii libnetfilter-conntrack3:amd64 1.0.7-2 amd64 Netfilter netlink-conntrack library
ii libnettle7:amd64 3.5.1+really3.5.1-2ubuntu0.2 amd64 low level cryptographic library (symmetric and one-way cryptos)
ii libnfnetlink0:amd64 1.0.1-3build1 amd64 Netfilter netlink library
ii libnfsidmap2:amd64 0.25-5.1ubuntu1 amd64 NFS idmapping library
ii libnftnl11:amd64 1.1.5-1 amd64 Netfilter nftables userspace API library
ii libnghttp2-14:amd64 1.40.0-1ubuntu0.1 amd64 library implementing HTTP/2 protocol (shared library)
ii libnginx-mod-http-image-filter 1.18.0-0ubuntu1.4 amd64 HTTP image filter module for Nginx
ii libnginx-mod-http-xslt-filter 1.18.0-0ubuntu1.4 amd64 XSLT Transformation module for Nginx
ii libnginx-mod-mail 1.18.0-0ubuntu1.4 amd64 Mail module for Nginx
ii libnginx-mod-stream 1.18.0-0ubuntu1.4 amd64 Stream module for Nginx
ii libnl-3-200:amd64 3.4.0-1ubuntu0.1 amd64 library for dealing with netlink sockets
ii libnl-genl-3-200:amd64 3.4.0-1ubuntu0.1 amd64 library for dealing with netlink sockets - generic netlink
ii libnl-route-3-200:amd64 3.4.0-1ubuntu0.1 amd64 library for dealing with netlink sockets - route interface
ii libnpth0:amd64 1.6-1 amd64 replacement for GNU Pth using system threads
ii libnss-winbind:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba nameservice integration plugins
ii libnuma1:amd64 2.0.12-1 amd64 Libraries for controlling NUMA policy
ii liboath0 2.6.1-1.3 amd64 OATH Toolkit Liboath library
ii libogg0:amd64 1.3.4-0ubuntu1 amd64 Ogg bitstream library
ii libonig5:amd64 6.9.4-1 amd64 regular expressions library
ii libopensm8 3.3.21-2 amd64 InfiniBand subnet manager library
ii libopts25:amd64 1:5.18.16-3 amd64 automated option processing library based on autogen
ii libosmcomp4 3.3.21-2 amd64 InfiniBand subnet manager - component library
ii libosmvendor4 3.3.21-2 amd64 InfiniBand subnet manager - vendor library
ii libp11-kit0:amd64 0.23.20-1ubuntu0.1 amd64 library for loading and coordinating access to PKCS#11 modules - runtime
ii libpam-modules:amd64 1.3.1-5ubuntu4.6 amd64 Pluggable Authentication Modules for PAM
ii libpam-modules-bin 1.3.1-5ubuntu4.6 amd64 Pluggable Authentication Modules for PAM - helper binaries
ii libpam-runtime 1.3.1-5ubuntu4.6 all Runtime support for the PAM library
ii libpam-systemd:amd64 245.4-4ubuntu3.22 amd64 system and service manager - PAM module
ii libpam-winbind:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Windows domain authentication integration plugin
ii libpam0g:amd64 1.3.1-5ubuntu4.6 amd64 Pluggable Authentication Modules library
ii libpango-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text
ii libpangocairo-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text
ii libpangoft2-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text
ii libparted2:amd64 3.3-4ubuntu0.20.04.1 amd64 disk partition manipulator - shared library
ii libpcap0.8:amd64 1.9.1-3 amd64 system interface for user-level packet capture
ii libpci3:amd64 1:3.6.4-1ubuntu0.20.04.1 amd64 PCI utilities (shared library)
ii libpcre2-8-0:amd64 10.34-7ubuntu0.1 amd64 New Perl Compatible Regular Expression Library- 8 bit runtime files
ii libpcre3:amd64 2:8.39-12ubuntu0.1 amd64 Old Perl 5 Compatible Regular Expression Library - runtime files
ii libperl5.30:amd64 5.30.0-9ubuntu0.4 amd64 shared Perl library
ii libpixman-1-0:amd64 0.38.4-0ubuntu2.1 amd64 pixel-manipulation library for X and cairo
ii libpng16-16:amd64 1.6.37-2 amd64 PNG library - runtime (version 1.6)
ii libpopt0:amd64 1.16-14 amd64 lib for parsing cmdline parameters
ii libprocps8:amd64 2:3.3.16-1ubuntu2.3 amd64 library for accessing process information from /proc
ii libprotobuf-c1:amd64 1.3.3-1ubuntu0.1 amd64 Protocol Buffers C shared library (protobuf-c)
ii libprotobuf17:amd64 3.6.1.3-2ubuntu5.2 amd64 protocol buffers C++ library
ii libpsl5:amd64 0.21.0-1ubuntu1 amd64 Library for Public Suffix List (shared libraries)
ii libpython2.7-minimal:amd64 2.7.18-1~20.04.3 amd64 Minimal subset of the Python language (version 2.7)
ii libpython2.7-stdlib:amd64 2.7.18-1~20.04.3 amd64 Interactive high-level object-oriented language (standard library, version 2.7)
ii libpython3-stdlib:amd64 3.8.2-0ubuntu2 amd64 interactive high-level object-oriented language (default python3 version)
ii libpython3.8:amd64 3.8.10-0ubuntu1~20.04.8 amd64 Shared Python runtime library (version 3.8)
ii libpython3.8-minimal:amd64 3.8.10-0ubuntu1~20.04.8 amd64 Minimal subset of the Python language (version 3.8)
ii libpython3.8-stdlib:amd64 3.8.10-0ubuntu1~20.04.8 amd64 Interactive high-level object-oriented language (standard library, version 3.8)
ii librabbitmq4:amd64 0.10.0-1 amd64 AMQP client library written in C
ii librados2 17.2.5-1petasan amd64 RADOS distributed object store client library
ii libradosstriper1 17.2.5-1petasan amd64 RADOS striping interface
ii librbd1 17.2.5-1petasan amd64 RADOS block device client library
ii librdkafka1:amd64 1.2.1-1ubuntu1 amd64 library implementing the Apache Kafka protocol
ii librdmacm1:amd64 28.0-1ubuntu1 amd64 Library for managing RDMA connections
ii libreadline5:amd64 5.2+dfsg-3build3 amd64 GNU readline and history libraries, run-time libraries
ii libreadline8:amd64 8.0-4 amd64 GNU readline and history libraries, run-time libraries
ii librgw2 17.2.5-1petasan amd64 RADOS Gateway client library
ii libroken18-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - roken support library
ii librrd8:amd64 1.7.2-3build2 amd64 time-series data storage and display system (runtime library)
ii librtmp1:amd64 2.4+20151223.gitfa8646d.1-2build1 amd64 toolkit for RTMP streams (shared library)
ii libsasl2-2:amd64 2.1.27+dfsg-2ubuntu0.1 amd64 Cyrus SASL - authentication abstraction library
ii libsasl2-modules-db:amd64 2.1.27+dfsg-2ubuntu0.1 amd64 Cyrus SASL - pluggable authentication modules (DB)
ii libseccomp2:amd64 2.5.1-1ubuntu1~20.04.2 amd64 high level interface to Linux seccomp filter
ii libselinux1:amd64 3.0-1build2 amd64 SELinux runtime shared libraries
ii libsemanage-common 3.0-1build2 all Common files for SELinux policy management libraries
ii libsemanage1:amd64 3.0-1build2 amd64 SELinux policy management library
ii libsensors-config 1:3.6.0-2ubuntu1.1 all lm-sensors configuration files
ii libsensors5:amd64 1:3.6.0-2ubuntu1.1 amd64 library to read temperature/voltage/fan sensors
ii libsepol1:amd64 3.0-1ubuntu0.1 amd64 SELinux library for manipulating binary security policies
ii libsgutils2-2 1.44-1ubuntu2 amd64 utilities for devices using the SCSI command set (shared libraries)
ii libsmartcols1:amd64 2.34-0.1ubuntu9.4 amd64 smart column output alignment library
ii libsnappy1v5:amd64 1.1.8-1build1 amd64 fast compression/decompression library
ii libsqlite3-0:amd64 3.31.1-4ubuntu0.5 amd64 SQLite 3 shared library
ii libsqlite3-mod-ceph 17.2.5-1petasan amd64 SQLite3 VFS for Ceph
ii libss2:amd64 1.45.5-2ubuntu1.1 amd64 command-line interface parsing library
ii libssh-4:amd64 0.9.3-2ubuntu2.3 amd64 tiny C SSH library (OpenSSL flavor)
ii libssl1.1:amd64 1.1.1f-1ubuntu2.19 amd64 Secure Sockets Layer toolkit - shared libraries
ii libstdc++6:amd64 10.5.0-1ubuntu1~20.04 amd64 GNU Standard C++ Library v3
ii libsystemd0:amd64 245.4-4ubuntu3.22 amd64 systemd utility library
ii libtalloc2:amd64 2.3.3-0ubuntu0.20.04.1 amd64 hierarchical pool based memory allocator
ii libtasn1-6:amd64 4.16.0-2 amd64 Manage ASN.1 structures (runtime)
ii libtcmalloc-minimal4:amd64 2.7-1ubuntu2 amd64 efficient thread-caching malloc
ii libtdb1:amd64 1.4.5-0ubuntu0.20.04.1 amd64 Trivial Database - shared library
ii libtevent0:amd64 0.11.0-0ubuntu0.20.04.1 amd64 talloc-based event loop library - shared library
ii libthai-data 0.1.28-3 all Data files for Thai language support library
ii libthai0:amd64 0.1.28-3 amd64 Thai language support library
ii libtiff5:amd64 4.1.0+git191117-2ubuntu0.20.04.8 amd64 Tag Image File Format (TIFF) library
ii libtinfo6:amd64 6.2-0ubuntu2.1 amd64 shared low-level terminfo library for terminal handling
ii libtirpc-common 1.2.5-1ubuntu0.1 all transport-independent RPC library - common files
ii libtirpc3:amd64 1.2.5-1ubuntu0.1 amd64 transport-independent RPC library
ii libudev1:amd64 245.4-4ubuntu3.22 amd64 libudev shared library
ii libunistring2:amd64 0.9.10-2 amd64 Unicode string library for C
ii libunwind8:amd64 1.2.1-9ubuntu0.1 amd64 library to determine the call-chain of a program - runtime
ii liburcu6:amd64 0.11.1-2 amd64 userspace RCU (read-copy-update) library
ii libuuid1:amd64 2.34-0.1ubuntu9.4 amd64 Universally Unique ID library
ii libuv1:amd64 1.34.2-1ubuntu1.3 amd64 asynchronous event notification library - runtime library
ii libvarlink 18-2~ubuntu18.04~ppa4 amd64 Varlink C library
ii libvorbis0a:amd64 1.3.6-2ubuntu1 amd64 decoder library for Vorbis General Audio Compression Codec
ii libvorbisfile3:amd64 1.3.6-2ubuntu1 amd64 high-level API for Vorbis General Audio Compression Codec
ii libwbclient0:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba winbind client library
ii libwebp6:amd64 0.6.1-2ubuntu0.20.04.2 amd64 Lossy compression of digital photographic images.
ii libwind0-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - stringprep implementation
ii libwrap0:amd64 7.6.q-30 amd64 Wietse Venema's TCP wrappers library
ii libx11-6:amd64 2:1.6.9-2ubuntu1.5 amd64 X11 client-side library
ii libx11-data 2:1.6.9-2ubuntu1.5 all X11 client-side library
ii libxau6:amd64 1:1.0.9-0ubuntu1 amd64 X11 authorisation library
ii libxcb-render0:amd64 1.14-2 amd64 X C Binding, render extension
ii libxcb-shm0:amd64 1.14-2 amd64 X C Binding, shm extension
ii libxcb1:amd64 1.14-2 amd64 X C Binding
ii libxdmcp6:amd64 1:1.1.3-0ubuntu1 amd64 X11 Display Manager Control Protocol library
ii libxext6:amd64 2:1.3.4-0ubuntu1 amd64 X11 miscellaneous extension library
ii libxml2:amd64 2.9.10+dfsg-5ubuntu0.20.04.6 amd64 GNOME XML library
ii libxpm4:amd64 1:3.5.12-1ubuntu0.20.04.1 amd64 X11 pixmap library
ii libxrender1:amd64 1:0.9.10-1 amd64 X Rendering Extension client library
ii libxslt1.1:amd64 1.1.34-4ubuntu0.20.04.1 amd64 XSLT 1.0 processing library - runtime library
ii libxtables12:amd64 1.8.4-3ubuntu2.1 amd64 netfilter xtables library
ii libyajl2:amd64 2.1.0-3 amd64 Yet Another JSON Library
ii libyaml-0-2:amd64 0.2.2-1 amd64 Fast YAML 1.1 parser and emitter library
ii libzstd1:amd64 1.4.4+dfsg-3ubuntu0.1 amd64 fast lossless compression algorithm
ii linux-base 4.5ubuntu3.7 all Linux image base package
ii linux-image-4.12.14-28-petasan 4.12.14-28-petasan amd64 PetaSAN Linux kernel binary image
ii linux-image-5.14.21-02-petasan 5.14.21-02-petasan amd64 PetaSAN Linux kernel binary image
ii linux-image-5.14.21-04-petasan 5.14.21-04-petasan amd64 PetaSAN Linux kernel binary image
ii linux-image-petasan 5.14.21-04 amd64 PetaSAN root kernel dependency
ii locales 2.31-0ubuntu9.9 all GNU C Library: National Language (locale) data [support]
ii login 1:4.8.1-1ubuntu5.20.04.4 amd64 system login tools
ii logrotate 3.14.0-4ubuntu3 amd64 Log rotation utility
ii logsave 1.45.5-2ubuntu1.1 amd64 save the output of a command in a log file
ii lsb-base 11.1.0ubuntu2 all Linux Standard Base init script functionality
ii lsof 4.93.2+dfsg-1ubuntu0.20.04.1 amd64 utility to list open files
ii lvm2 2.03.11-5-5petasan amd64 Linux Logical Volume Manager
ii lz4 1.9.2-2ubuntu0.20.04.1 amd64 Fast LZ compression algorithm library - tool
ii mawk 1.3.4.20200120-2 amd64 Pattern scanning and text processing language
ii mdadm 4.1-5ubuntu1.2 amd64 tool to administer Linux MD arrays (software RAID)
ii memtest86+ 5.01-3.1ubuntu2.1 amd64 thorough real-mode memory tester
ii mime-support 3.64ubuntu1 all MIME files 'mime.types' & 'mailcap', and support programs
ii mount 2.34-0.1ubuntu9.4 amd64 tools for mounting and manipulating filesystems
ii multipath-tools 0.8.3-1ubuntu2.1 amd64 maintain multipath block device access
ii nano 4.8-1ubuntu1 amd64 small, friendly text editor inspired by Pico
ii ncurses-base 6.2-0ubuntu2.1 all basic terminal type definitions
ii ncurses-bin 6.2-0ubuntu2.1 amd64 terminal-related programs and man pages
ii net-tools 1.60+git20180626.aebd88e-1ubuntu1 amd64 NET-3 networking toolkit
ii netbase 6.1 all Basic TCP/IP networking system
ii netcat 1.206-1ubuntu1 all TCP/IP swiss army knife -- transitional package
ii netcat-openbsd 1.206-1ubuntu1 amd64 TCP/IP swiss army knife
ii nfs-common 1:1.3.4-2.5ubuntu3.4 amd64 NFS support files common to client and server
ii nginx 1.18.0-0ubuntu1.4 all small, powerful, scalable web/proxy server
ii nginx-common 1.18.0-0ubuntu1.4 all small, powerful, scalable web/proxy server - common files
ii nginx-core 1.18.0-0ubuntu1.4 amd64 nginx web/proxy server (standard version)
ii ntp 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 amd64 Network Time Protocol daemon and utility programs
ii ntpdate 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 amd64 client for setting system time from NTP servers (deprecated)
ii numactl 2.0.12-1 amd64 NUMA scheduling and memory placement tool
ii nvme-cli 1.9-1ubuntu0.1 amd64 userspace tooling to control NVMe drives
ii open-iscsi 2.0.874-7.1ubuntu6.4 amd64 iSCSI initiator tools
ii opensm 3.3.21-2 amd64 InfiniBand subnet manager
ii openssh-client 1:8.2p1-4ubuntu0.8 amd64 secure shell (SSH) client, for secure access to remote machines
ii openssh-server 1:8.2p1-4ubuntu0.8 amd64 secure shell (SSH) server, for secure access from remote machines
ii openssh-sftp-server 1:8.2p1-4ubuntu0.8 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machines
ii openssl 1.1.1f-1ubuntu2.19 amd64 Secure Sockets Layer toolkit - cryptographic utility
ii parted 3.3-4ubuntu0.20.04.1 amd64 disk partition manipulator
ii passwd 1:4.8.1-1ubuntu5.20.04.4 amd64 change and administer password and group data
ii patch 2.7.6-6 amd64 Apply a diff file to an original
ii pci.ids 0.0~2020.03.20-1 all PCI ID Repository
ii pciutils 1:3.6.4-1ubuntu0.20.04.1 amd64 PCI utilities
ii perl 5.30.0-9ubuntu0.4 amd64 Larry Wall's Practical Extraction and Report Language
ii perl-base 5.30.0-9ubuntu0.4 amd64 minimal Perl system
ii perl-modules-5.30 5.30.0-9ubuntu0.4 all Core Perl modules
ii petasan 3.2.1 amd64 PetaSAN Storage
ii petasan-container-images 3.2.0 amd64 PetaSAN container images
ii petasan-firmware 20230320 amd64 PetaSAN Linux kernel firmware
ii petasan-stats-config 3.2.0 amd64 PetaSAN statistics configuration
ii pinentry-curses 1.1.0-3build1 amd64 curses-based PIN or pass-phrase entry dialog for GnuPG
ii podman 100:3.4.2-5 amd64 Manage pods, containers and container images.
ii podman-machine-cni 100:0.0.0-1 amd64 Plugins for podman
ii podman-plugins 100:1.2.0-1 amd64 Plugins for podman
ii procps 2:3.3.16-1ubuntu2.3 amd64 /proc file system utilities
ii psmisc 23.3-1 amd64 utilities that use the proc file system
ii python-pastedeploy-tpl 2.1.0-1 all load, configure, and compose WSGI applications and servers - templates
ii python2.7 2.7.18-1~20.04.3 amd64 Interactive high-level object-oriented language (version 2.7)
ii python2.7-minimal 2.7.18-1~20.04.3 amd64 Minimal subset of the Python language (version 2.7)
ii python3 3.8.2-0ubuntu2 amd64 interactive high-level object-oriented language (default python3 version)
ii python3-attr 19.3.0-2 all Attributes without boilerplate (Python 3)
ii python3-automat 0.8.0-1ubuntu1 all Self-service finite-state machines for the programmer on the go
ii python3-bcrypt 3.1.7-2ubuntu1 amd64 password hashing library for Python 3
ii python3-bs4 4.8.2-1 all error-tolerant HTML parser for Python 3
ii python3-cachetools 4.0.0-1 all extensible memoizing collections and decorators for Python 3
ii python3-cairo:amd64 1.16.2-2ubuntu2 amd64 Python3 bindings for the Cairo vector graphics library
ii python3-cairocffi 0.9.0-4 all cffi-based cairo bindings for Python (Python3)
ii python3-ceph 17.2.5-1petasan all Meta-package for all Python 3.x modules for the Ceph libraries
ii python3-ceph-argparse 17.2.5-1petasan amd64 Python 3 utility libraries for Ceph CLI
ii python3-ceph-common 17.2.5-1petasan all Python 3 utility libraries for Ceph
ii python3-cephfs 17.2.5-1petasan amd64 Python 3 libraries for the Ceph libcephfs library
ii python3-certifi 2019.11.28-1 all root certificates for validating SSL certs and verifying TLS hosts (python3)
ii python3-cffi 1.14.0-1build1 all Foreign Function Interface for Python 3 calling C code
ii python3-cffi-backend 1.14.0-1build1 amd64 Foreign Function Interface for Python 3 calling C code - runtime
ii python3-chardet 3.0.4-4build1 all universal character encoding detector for Python3
ii python3-cherrypy3 8.9.1-6 all Python web development framework - Python 3 module
ii python3-click 7.0-3 all Wrapper around optparse for command line utilities - Python 3.x
ii python3-colorama 0.4.3-1build1 all Cross-platform colored terminal text in Python - Python 3.x
ii python3-configshell-fb 1:1.1.27-0ubuntu1 all Python library for building configuration shells - Python 3
ii python3-constantly 15.1.0-1build1 all Symbolic constants in Python
ii python3-consul 1.1.0-1petasan amd64 Consul python library
ii python3-croniter 0.3.29-2ubuntu1 all provides iteration for datetime object with cron like format - Python 3.x
ii python3-crontab 1.9.3-3.1 all Python3 module for reading and writing crontab files
ii python3-crypto 2.6.1-13ubuntu2 amd64 cryptographic algorithms and protocols for Python 3
ii python3-cryptography 2.8-3ubuntu0.1 amd64 Python library exposing cryptographic recipes and primitives (Python 3)
ii python3-dateutil 2.7.3-3ubuntu1 all powerful extensions to the standard Python 3 datetime module
ii python3-dbus 1.2.16-1build1 amd64 simple interprocess messaging system (Python 3 interface)
ii python3-dialog 3.4.0-1 all Python module for making simple terminal-based user interfaces
ii python3-distutils 3.8.10-0ubuntu1~20.04 all distutils package for Python 3.x
ii python3-django 2:2.2.12-1ubuntu0.18 all High-level Python web development framework
ii python3-django-tagging 1:0.4.5-2 all Generic tagging application for Django projects (Python 3)
ii python3-dnspython 1.16.0-1ubuntu1 all DNS toolkit for Python 3
ii python3-flask 1.1.1-2ubuntu0.1 all micro web framework based on Werkzeug and Jinja2 - Python 3.x
ii python3-gi 3.36.0-1 amd64 Python 3 bindings for gobject-introspection libraries
ii python3-gpg 1.13.1-7ubuntu2.1 amd64 Python interface to the GPGME GnuPG encryption library (Python 3)
ii python3-hamcrest 1.9.0-3 all Hamcrest framework for matcher objects (Python 3)
ii python3-html5lib 1.0.1-2 all HTML parser/tokenizer based on the WHATWG HTML5 specification
ii python3-hyperlink 19.0.0-1 all Immutable, Pythonic, correct URLs.
ii python3-idna 2.8-1 all Python IDNA2008 (RFC 5891) handling (Python 3)
ii python3-incremental 16.10.1-3.2 all Library for versioning Python projects.
ii python3-itsdangerous 1.1.0-1 all Various helpers to pass trusted data to untrusted environment - Python 3.x
ii python3-jinja2 2.10.1-2 all small but fast and easy to use stand-alone template engine
ii python3-jwt 1.7.1-2ubuntu2.1 all Python 3 implementation of JSON Web Token
ii python3-ldb 2:2.4.4-0ubuntu0.20.04.2 amd64 Python 3 bindings for LDB
ii python3-lib2to3 3.8.10-0ubuntu1~20.04 all Interactive high-level object-oriented language (lib2to3)
ii python3-logutils 0.3.3-7 all handlers for the Python standard library's logging package - Python 3.x
ii python3-lxml:amd64 4.5.0-1ubuntu0.5 amd64 pythonic binding for the libxml2 and libxslt libraries
ii python3-mako 1.1.0+ds1-1ubuntu2.1 all fast and lightweight templating for the Python 3 platform
ii python3-markupsafe 1.1.0-1build2 amd64 HTML/XHTML/XML string library for Python 3
ii python3-minimal 3.8.2-0ubuntu2 amd64 minimal subset of the Python language (default python3 version)
ii python3-netifaces 0.10.4-1ubuntu4 amd64 portable network interface information - Python 3.x
ii python3-openssl 19.0.0-1build1 all Python 3 wrapper around the OpenSSL library
ii python3-paste 3.4.0+dfsg1-1 all tools for using a Web Server Gateway Interface stack - Python 3.x
ii python3-pastedeploy 2.1.0-1 all load, configure, and compose WSGI applications and servers - Python 3.x
ii python3-pastescript 2.0.2-4 all create file layouts for Python3 packages and serve webapps
ii python3-pecan 1.3.3-3ubuntu1 all WSGI object-dispatching web framework - Python 3.x
ii python3-pexpect 4.6.0-1build1 all Python 3 module for automating interactive applications
ii python3-pkg-resources 45.2.0-1ubuntu0.1 all Package Discovery and Resource Access using pkg_resources
ii python3-ply 3.11-3ubuntu0.1 all Lex and Yacc implementation for Python3
ii python3-prettytable 0.7.2-5 all library to represent tabular data in visually appealing ASCII tables (Python3)
ii python3-protobuf 3.6.1.3-2ubuntu5.2 amd64 Python 3 bindings for protocol buffers
ii python3-psutil 5.5.1-1ubuntu4 amd64 module providing convenience functions for managing processes (Python3)
ii python3-ptyprocess 0.6.0-1ubuntu1 all Run a subprocess in a pseudo terminal from Python 3
ii python3-pyasn1 0.4.2-3build1 all ASN.1 library for Python (Python 3 module)
ii python3-pyasn1-modules 0.2.1-0.2build1 all Collection of protocols modules written in ASN.1 language (Python 3)
ii python3-pycparser 2.19-1ubuntu1 all C parser in Python 3
ii python3-pyparsing 2.4.6-1 all alternative to creating and executing simple grammars - Python 3.x
ii python3-pyudev 0.21.0-3ubuntu1 all Python3 bindings for libudev
ii python3-rados 17.2.5-1petasan amd64 Python 3 libraries for the Ceph librados library
ii python3-rbd 17.2.5-1petasan amd64 Python 3 libraries for the Ceph librbd library
ii python3-repoze.lru 0.7-2 all tiny LRU cache implementation and decorator for Python 3
ii python3-requests 2.22.0-2ubuntu1.1 all elegant and simple HTTP library for Python3, built for human beings
ii python3-retrying 1.3.3-4 all simplifies the task of adding retry behavior - Python 3.x
ii python3-rgw 17.2.5-1petasan amd64 Python 3 libraries for the Ceph librgw library
ii python3-routes 2.4.1-2 all Routing Recognition and Generation Tools for Python 3
ii python3-rtslib-fb 2:2.1.69-1petasan amd64 Python library for LIO management
ii python3-samba 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Python 3 bindings for Samba
ii python3-service-identity 18.1.0-5build1 all Service identity verification for pyOpenSSL (Python 3 module)
ii python3-setuptools 45.2.0-1ubuntu0.1 all Python3 Distutils Enhancements
ii python3-simplegeneric 0.8.1-3 all simple generic functions for Python3
ii python3-simplejson 3.16.0-2ubuntu2 amd64 simple, fast, extensible JSON encoder/decoder for Python 3.x
ii python3-singledispatch 3.4.0.3-2build1 all single-dispatch generic functions for Python
ii python3-six 1.14.0-2 all Python 2 and 3 compatibility library (Python 3 interface)
ii python3-soupsieve 1.9.5+dfsg-1 all modern CSS selector implementation for BeautifulSoup (Python 3)
ii python3-sqlparse 0.2.4-3ubuntu0.1 all non-validating SQL parser for Python 3
ii python3-talloc:amd64 2.3.3-0ubuntu0.20.04.1 amd64 hierarchical pool based memory allocator - Python3 bindings
ii python3-tdb 1.4.5-0ubuntu0.20.04.1 amd64 Python3 bindings for TDB
ii python3-tempita 0.5.2-6 all very small text templating language - Python 3.x
ii python3-twisted 18.9.0-11ubuntu0.20.04.2 all Event-based framework for internet applications
ii python3-twisted-bin:amd64 18.9.0-11ubuntu0.20.04.2 amd64 Event-based framework for internet applications
ii python3-tz 2019.3-1ubuntu0.20.04.0 all Python3 version of the Olson timezone database
ii python3-urllib3 1.25.8-2ubuntu0.2 all HTTP library with thread-safe connection pooling for Python3
ii python3-urwid 2.0.1-3 amd64 curses-based UI/widget library for Python 3
ii python3-waitress 1.4.1-1ubuntu0.1 all production-quality pure-Python WSGI server (Python 3)
ii python3-webencodings 0.5.1-1ubuntu1 all Python implementation of the WHATWG Encoding standard
ii python3-webob 1:1.8.5-2 all Python module providing WSGI request and response objects (Python 3)
ii python3-webtest 2.0.32-2 all wraps any WSGI application and makes it easy to test
ii python3-werkzeug 0.16.1+dfsg1-2ubuntu0.1 all collection of utilities for WSGI applications (Python 3.x)
ii python3-whisper 1.1.4-2 all database engine for fast, reliable fixed-sized databases
ii python3-xcffib 0.8.1-0.8 amd64 This package is a Python binding for XCB (Python 3)
ii python3-yaml 5.3.1-1ubuntu0.1 amd64 YAML parser and emitter for Python3
ii python3-zope.interface 4.7.1-1 amd64 Interfaces for Python3
ii python3.8 3.8.10-0ubuntu1~20.04.8 amd64 Interactive high-level object-oriented language (version 3.8)
ii python3.8-minimal 3.8.10-0ubuntu1~20.04.8 amd64 Minimal subset of the Python language (version 3.8)
ii qperf 0.4.11-2 amd64 Measure socket and RDMA performance
ii radosgw 17.2.5-1petasan amd64 REST gateway for RADOS distributed object store
ii rbd-fuse 17.2.5-1petasan amd64 FUSE-based rbd client for the Ceph distributed file system
ii rbd-mirror 17.2.5-1petasan amd64 Ceph daemon for mirroring RBD images
ii rbd-nbd 17.2.5-1petasan amd64 NBD-based rbd client for the Ceph distributed file system
ii readline-common 8.0-4 all GNU readline and history libraries, common files
ii rename 1.10-1 all Perl extension for renaming multiple files
ii rpcbind 1.2.5-8 amd64 converts RPC program numbers into universal addresses
ii rsyslog 8.2001.0-1ubuntu1.3 amd64 reliable system and kernel logging daemon
ii samba 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 SMB/CIFS file, print, and login server for Unix
ii samba-common 2:4.15.13+dfsg-0ubuntu0.20.04.2 all common files used by both the Samba server and client
ii samba-common-bin 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba common files used by both the server and the client
ii samba-libs:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba core libraries
ii samba-vfs-modules:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba Virtual FileSystem plugins
ii sdparm 1.10-1 amd64 Output and modify SCSI device parameters
ii sed 4.7-1 amd64 GNU stream editor for filtering/transforming text
ii sensible-utils 0.0.12+nmu1 all Utilities for sensible alternative selection
ii sg3-utils 1.44-1ubuntu2 amd64 utilities for devices using the SCSI command set
ii sg3-utils-udev 1.44-1ubuntu2 all utilities for devices using the SCSI command set (udev rules)
ii shared-mime-info 1.15-1 amd64 FreeDesktop.org shared MIME database and spec
ii slirp4netns 100:1.1.8-4 amd64 User-mode networking for unprivileged network namespaces
ii smartmontools 7.1-1build1 amd64 control and monitor storage systems using S.M.A.R.T.
ii sound-theme-freedesktop 0.8-2ubuntu1 all freedesktop.org sound theme
ii squashfs-tools 1:4.4-1ubuntu0.3 amd64 Tool to create and append to squashfs filesystems
ii sshpass 1.06-1 amd64 Non-interactive ssh password authentication
ii ssl-cert 1.0.39 all simple debconf wrapper for OpenSSL
ii sudo 1.8.31-1ubuntu1.5 amd64 Provide limited super user privileges to specific users
ii sysstat 12.2.0-2ubuntu0.3 amd64 system performance tools for Linux
ii systemd 245.4-4ubuntu3.22 amd64 system and service manager
ii systemd-sysv 245.4-4ubuntu3.22 amd64 system and service manager - SysV links
rc systemd-timesyncd 245.4-4ubuntu3.15 amd64 minimalistic service to synchronize local time with NTP servers
ii sysvinit-utils 2.96-2.1ubuntu1 amd64 System-V-like utilities
ii tar 1.30+dfsg-7ubuntu0.20.04.3 amd64 GNU version of the tar archiving utility
ii targetcli-fb 2:2.1.49-1petasan amd64 LIO management tool
ii tcpdump 4.9.3-4ubuntu0.2 amd64 command-line network traffic analyzer
ii tdb-tools 1.4.5-0ubuntu0.20.04.1 amd64 Trivial Database - bundled binaries
ii telnet 0.17-41.2build1 amd64 basic telnet client
ii time 1.7-25.1build1 amd64 GNU time program for measuring CPU resource usage
ii tzdata 2023c-0ubuntu0.20.04.2 all time zone and daylight-saving time data
ii ubuntu-keyring 2020.02.11.4 all GnuPG keys of the Ubuntu archive
ii ucf 3.0038+nmu1 all Update Configuration File(s): preserve user changes to config files
ii udev 245.4-4ubuntu3.22 amd64 /dev/ and hotplug management daemon
ii util-linux 2.34-0.1ubuntu9.4 amd64 miscellaneous system utilities
ii uuid-runtime 2.34-0.1ubuntu9.4 amd64 runtime components for the Universally Unique ID library
ii vim 2:8.1.2269-1ubuntu5.16 amd64 Vi IMproved - enhanced vi editor
ii vim-common 2:8.1.2269-1ubuntu5.16 all Vi IMproved - Common files
ii vim-runtime 2:8.1.2269-1ubuntu5.16 all Vi IMproved - Runtime files
ii vlan 2.0.4ubuntu1.20.04.1 all ifupdown integration for vlan configuration
ii wget 1.20.3-1ubuntu2 amd64 retrieves files from the web
ii winbind 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 service to resolve user and group information from Windows NT servers
ii xfsprogs 5.3.0-1ubuntu2 amd64 Utilities for managing the XFS filesystem
ii xkb-data 2.29-2 all X Keyboard Extension (XKB) configuration data
ii xxd 2:8.1.2269-1ubuntu5.16 amd64 tool to make (or reverse) a hex dump
ii xz-utils 5.2.4-1ubuntu1.1 amd64 XZ-format compression utilities
ii zabbix-agent 1:4.0.17+dfsg-1 amd64 network monitoring solution - agent
ii zlib1g:amd64 1:1.2.11.dfsg-2ubuntu1.5 amd64 compression library - runtime
ii zstd 1.4.4+dfsg-3ubuntu0.1 amd64 fast lossless compression algorithm -- CLI tool
root@petasan1:~#
admin
2,918 Posts
August 9, 2023, 11:59 amQuote from admin on August 9, 2023, 11:59 amThe packages seems to be updates correctly
Have you customized anything related to graphs, cgi ?
The error you see
[Tue Aug 08 08:56:05.880262 2023] [wsgi:error] [pid 391143:tid 139868689221376] warn('SECRET_KEY is set to an unsafe default. This should be set in local_settings.py for better security')
[Tue Aug 08 08:56:05.955542 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] mod_wsgi (pid=391143): Exception occurred processing WSGI script '/usr/share/graphite-web/graphite.wsgi'.
[Tue Aug 08 08:56:05.957005 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] Traceback (most recent call last):
Tue Aug 08 08:56:05.957351 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/graphite/render/views.py", line 23, in <module>
[Tue Aug 08 08:56:05.957357 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] from cgi import parse_qs
[Tue Aug 08 08:56:05.957371 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] ImportError: cannot import name 'parse_qs' from 'cgi' (/usr/lib/python3.8/cgi.py)
Could be related to
https://bugs.launchpad.net/ubuntu/+source/graphite-web/+bug/1863697
where a fix is to change in /usr/lib/python3/dist-packages/graphite/render/views.py:
from cgi import parse_qs
to:
from urllib.parse import parse_qs
Can you try this and restart the stats service as per my earlier post and see if it helps.
I did look at the file in a working PetaSAN cluster and graphs work without this change
The packages seems to be updates correctly
Have you customized anything related to graphs, cgi ?
The error you see
[Tue Aug 08 08:56:05.880262 2023] [wsgi:error] [pid 391143:tid 139868689221376] warn('SECRET_KEY is set to an unsafe default. This should be set in local_settings.py for better security')
[Tue Aug 08 08:56:05.955542 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] mod_wsgi (pid=391143): Exception occurred processing WSGI script '/usr/share/graphite-web/graphite.wsgi'.
[Tue Aug 08 08:56:05.957005 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] Traceback (most recent call last):
Tue Aug 08 08:56:05.957351 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/graphite/render/views.py", line 23, in <module>
[Tue Aug 08 08:56:05.957357 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] from cgi import parse_qs
[Tue Aug 08 08:56:05.957371 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] ImportError: cannot import name 'parse_qs' from 'cgi' (/usr/lib/python3.8/cgi.py)
Could be related to
https://bugs.launchpad.net/ubuntu/+source/graphite-web/+bug/1863697
where a fix is to change in /usr/lib/python3/dist-packages/graphite/render/views.py:
from cgi import parse_qs
to:
from urllib.parse import parse_qs
Can you try this and restart the stats service as per my earlier post and see if it helps.
I did look at the file in a working PetaSAN cluster and graphs work without this change
f.cuseo
65 Posts
August 9, 2023, 12:09 pmQuote from f.cuseo on August 9, 2023, 12:09 pmI have not seen that error (was another user), but the workaround fix worked for me; now stats are correctly displayed.
PS: i will setup a new cluster, 11 servers, in a couple of days (i am waiting for hardware) and i will try installing with the new iso.
Thanks, Fabrizio
I have not seen that error (was another user), but the workaround fix worked for me; now stats are correctly displayed.
PS: i will setup a new cluster, 11 servers, in a couple of days (i am waiting for hardware) and i will try installing with the new iso.
Thanks, Fabrizio
ghbiz
76 Posts
August 9, 2023, 12:43 pmQuote from ghbiz on August 9, 2023, 12:43 pmwe updated our DEV cluster from 3.X to 3.2.1 and are also witnessing this issue. will look at the work around shortly and reach back with comments....
we updated our DEV cluster from 3.X to 3.2.1 and are also witnessing this issue. will look at the work around shortly and reach back with comments....
ghbiz
76 Posts
August 9, 2023, 12:50 pmQuote from ghbiz on August 9, 2023, 12:50 pmi can confirm that the workaround provided above does indeed solve the issue....
i can confirm that the workaround provided above does indeed solve the issue....
Pages: 1 2
Problem with graphs
f.cuseo
65 Posts
Quote from f.cuseo on August 8, 2023, 9:37 amHello.
After updating a test cluster with 3 nodes from 3.2 to 3.2.1, i have an erorr on graphs (a small exclamation mark on the left upper corner and "Internal server error" legend).
All the rest of the cluster is working fine.
This is the last error on Petasan.log
PetaSAN.NodeStats.petasan1.ifaces.throughput.bond0-904_received 92088.32 `date +%s`" | nc -v -q0 172.16.33.3 2003
Traceback (most recent call last):
File "/opt/petasan/scripts/node_stats.py", line 182, in <module>
get_stats()
File "/opt/petasan/scripts/node_stats.py", line 65, in get_stats
graphite_sender.send(leader_ip)
File "/usr/lib/python3/dist-packages/PetaSAN/core/common/graphite_sender.py", line 74, in send
raise Exception("Error running echo command :" + cmd)
Exception: Error running echo command :echo "PetaSAN.NodeStats.petasan1.cpu_all.percent_util 4.81 `date +%s`" "
PetaSAN.NodeStats.petasan1.memory.percent_util 7.88 `date +%s`" "
Hello.
After updating a test cluster with 3 nodes from 3.2 to 3.2.1, i have an erorr on graphs (a small exclamation mark on the left upper corner and "Internal server error" legend).
All the rest of the cluster is working fine.
This is the last error on Petasan.log
PetaSAN.NodeStats.petasan1.ifaces.throughput.bond0-904_received 92088.32 `date +%s`" | nc -v -q0 172.16.33.3 2003
Traceback (most recent call last):
File "/opt/petasan/scripts/node_stats.py", line 182, in <module>
get_stats()
File "/opt/petasan/scripts/node_stats.py", line 65, in get_stats
graphite_sender.send(leader_ip)
File "/usr/lib/python3/dist-packages/PetaSAN/core/common/graphite_sender.py", line 74, in send
raise Exception("Error running echo command :" + cmd)
Exception: Error running echo command :echo "PetaSAN.NodeStats.petasan1.cpu_all.percent_util 4.81 `date +%s`" "
PetaSAN.NodeStats.petasan1.memory.percent_util 7.88 `date +%s`" "
admin
2,918 Posts
Quote from admin on August 8, 2023, 1:29 pm1) get the stats server ip from
/opt/petasan/scripts/util/get_cluster_leader.py
2) on node which is stats server, try/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.sh
1) get the stats server ip from
/opt/petasan/scripts/util/get_cluster_leader.py
2) on node which is stats server, try
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.sh
f.cuseo
65 Posts
Quote from f.cuseo on August 8, 2023, 1:56 pmThank you for your reply:
/opt/petasan/scripts/util/get_cluster_leader.py
{'petasan1': '172.16.33.1'}
root@petasan1:~# /opt/petasan/scripts/stats-stop.sh
root@petasan1:~# /opt/petasan/scripts/stats-setup.sh
root@petasan1:~# /opt/petasan/scripts/stats-start.sh
volume set: success
root@petasan1:~# ifconfig
bond0.903: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.16.33.1 netmask 255.255.255.0 broadcast 0.0.0.0
inet6 fe80::210:18ff:fe32:22a7 prefixlen 64 scopeid 0x20<link>
ether 00:10:18:32:22:a7 txqueuelen 1000 (Ethernet)
RX packets 67468 bytes 20637593 (20.6 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 67261 bytes 62690599 (62.6 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[2023-08-08 15:53:33] Exiting normally.
[2023-08-08 15:53:33] collectd: Stopping 5 read threads.
[2023-08-08 15:53:33] collectd: Stopping 5 write threads.
[2023-08-08 15:53:33] write_graphite plugin: send to localhost:2003 (tcp) failed with status -1 (Connection reset by peer)
[2023-08-08 15:53:50] plugin_load: plugin "write_graphite" successfully loaded.
[2023-08-08 15:53:50] plugin_load: plugin "python" successfully loaded.
[2023-08-08 15:53:51] python plugin: Found a configuration for the "ceph_latency_plugin" plugin, but the plugin isn't loaded or didn't register a configuration callback.
[2023-08-08 15:53:51] Systemd detected, trying to signal readiness.
[2023-08-08 15:53:51] Initialization complete, entering read-loop.
And no any changes.
Thank you for your reply:
/opt/petasan/scripts/util/get_cluster_leader.py
{'petasan1': '172.16.33.1'}
root@petasan1:~# /opt/petasan/scripts/stats-stop.sh
root@petasan1:~# /opt/petasan/scripts/stats-setup.sh
root@petasan1:~# /opt/petasan/scripts/stats-start.sh
volume set: success
root@petasan1:~# ifconfig
bond0.903: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.16.33.1 netmask 255.255.255.0 broadcast 0.0.0.0
inet6 fe80::210:18ff:fe32:22a7 prefixlen 64 scopeid 0x20<link>
ether 00:10:18:32:22:a7 txqueuelen 1000 (Ethernet)
RX packets 67468 bytes 20637593 (20.6 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 67261 bytes 62690599 (62.6 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[2023-08-08 15:53:33] Exiting normally.
[2023-08-08 15:53:33] collectd: Stopping 5 read threads.
[2023-08-08 15:53:33] collectd: Stopping 5 write threads.
[2023-08-08 15:53:33] write_graphite plugin: send to localhost:2003 (tcp) failed with status -1 (Connection reset by peer)
[2023-08-08 15:53:50] plugin_load: plugin "write_graphite" successfully loaded.
[2023-08-08 15:53:50] plugin_load: plugin "python" successfully loaded.
[2023-08-08 15:53:51] python plugin: Found a configuration for the "ceph_latency_plugin" plugin, but the plugin isn't loaded or didn't register a configuration callback.
[2023-08-08 15:53:51] Systemd detected, trying to signal readiness.
[2023-08-08 15:53:51] Initialization complete, entering read-loop.
And no any changes.
Mykola Perehinets
38 Posts
Quote from Mykola Perehinets on August 8, 2023, 2:01 pmAdditional information:
[Tue Aug 08 08:56:05.880262 2023] [wsgi:error] [pid 391143:tid 139868689221376] warn('SECRET_KEY is set to an unsafe default. This should be set in local_settings.py for better security')
[Tue Aug 08 08:56:05.955542 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] mod_wsgi (pid=391143): Exception occurred processing WSGI script '/usr/share/graphite-web/graphite.wsgi'.
[Tue Aug 08 08:56:05.957005 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] Traceback (most recent call last):
[Tue Aug 08 08:56:05.957071 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/core/handlers/exception.py", line 34, in inner
[Tue Aug 08 08:56:05.957077 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] response = get_response(request)
[Tue Aug 08 08:56:05.957084 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/core/handlers/base.py", line 100, in _get_response
[Tue Aug 08 08:56:05.957090 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] resolver_match = resolver.resolve(request.path_info)
[Tue Aug 08 08:56:05.957099 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 540, in resolve
[Tue Aug 08 08:56:05.957104 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] for pattern in self.url_patterns:
[Tue Aug 08 08:56:05.957111 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/utils/functional.py", line 80, in __get__
[Tue Aug 08 08:56:05.957116 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] res = instance.__dict__[self.name] = self.func(instance)
[Tue Aug 08 08:56:05.957124 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 588, in url_patterns
[Tue Aug 08 08:56:05.957129 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
[Tue Aug 08 08:56:05.957136 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/utils/functional.py", line 80, in __get__
[Tue Aug 08 08:56:05.957141 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] res = instance.__dict__[self.name] = self.func(instance)
[Tue Aug 08 08:56:05.957159 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 581, in urlconf_module
[Tue Aug 08 08:56:05.957165 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] return import_module(self.urlconf_name)
[Tue Aug 08 08:56:05.957172 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
[Tue Aug 08 08:56:05.957178 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] return _bootstrap._gcd_import(name[level:], package, level)
[Tue Aug 08 08:56:05.957204 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
[Tue Aug 08 08:56:05.957212 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 991, in _find_and_load
[Tue Aug 08 08:56:05.957220 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
[Tue Aug 08 08:56:05.957227 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
[Tue Aug 08 08:56:05.957235 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap_external>", line 848, in exec_module
[Tue Aug 08 08:56:05.957243 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
[Tue Aug 08 08:56:05.957250 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/graphite/urls.py", line 22, in <module>
[Tue Aug 08 08:56:05.957255 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] url('^render', include('graphite.render.urls')),
[Tue Aug 08 08:56:05.957262 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/urls/conf.py", line 34, in include
[Tue Aug 08 08:56:05.957267 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] urlconf_module = import_module(urlconf_module)
[Tue Aug 08 08:56:05.957274 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
[Tue Aug 08 08:56:05.957279 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] return _bootstrap._gcd_import(name[level:], package, level)
[Tue Aug 08 08:56:05.957286 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
[Tue Aug 08 08:56:05.957295 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 991, in _find_and_load
[Tue Aug 08 08:56:05.957303 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
[Tue Aug 08 08:56:05.957311 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
[Tue Aug 08 08:56:05.957319 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap_external>", line 848, in exec_module
[Tue Aug 08 08:56:05.957328 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
[Tue Aug 08 08:56:05.957335 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/graphite/render/urls.py", line 16, in <module>
[Tue Aug 08 08:56:05.957345 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] from . import views
[Tue Aug 08 08:56:05.957351 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/graphite/render/views.py", line 23, in <module>
[Tue Aug 08 08:56:05.957357 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] from cgi import parse_qs
[Tue Aug 08 08:56:05.957371 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] ImportError: cannot import name 'parse_qs' from 'cgi' (/usr/lib/python3.8/cgi.py)
[Tue Aug 08 08:56:05.957382 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382]
Additional information:
[Tue Aug 08 08:56:05.880262 2023] [wsgi:error] [pid 391143:tid 139868689221376] warn('SECRET_KEY is set to an unsafe default. This should be set in local_settings.py for better security')
[Tue Aug 08 08:56:05.955542 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] mod_wsgi (pid=391143): Exception occurred processing WSGI script '/usr/share/graphite-web/graphite.wsgi'.
[Tue Aug 08 08:56:05.957005 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] Traceback (most recent call last):
[Tue Aug 08 08:56:05.957071 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/core/handlers/exception.py", line 34, in inner
[Tue Aug 08 08:56:05.957077 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] response = get_response(request)
[Tue Aug 08 08:56:05.957084 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/core/handlers/base.py", line 100, in _get_response
[Tue Aug 08 08:56:05.957090 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] resolver_match = resolver.resolve(request.path_info)
[Tue Aug 08 08:56:05.957099 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 540, in resolve
[Tue Aug 08 08:56:05.957104 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] for pattern in self.url_patterns:
[Tue Aug 08 08:56:05.957111 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/utils/functional.py", line 80, in __get__
[Tue Aug 08 08:56:05.957116 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] res = instance.__dict__[self.name] = self.func(instance)
[Tue Aug 08 08:56:05.957124 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 588, in url_patterns
[Tue Aug 08 08:56:05.957129 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
[Tue Aug 08 08:56:05.957136 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/utils/functional.py", line 80, in __get__
[Tue Aug 08 08:56:05.957141 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] res = instance.__dict__[self.name] = self.func(instance)
[Tue Aug 08 08:56:05.957159 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/urls/resolvers.py", line 581, in urlconf_module
[Tue Aug 08 08:56:05.957165 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] return import_module(self.urlconf_name)
[Tue Aug 08 08:56:05.957172 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
[Tue Aug 08 08:56:05.957178 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] return _bootstrap._gcd_import(name[level:], package, level)
[Tue Aug 08 08:56:05.957204 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
[Tue Aug 08 08:56:05.957212 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 991, in _find_and_load
[Tue Aug 08 08:56:05.957220 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
[Tue Aug 08 08:56:05.957227 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
[Tue Aug 08 08:56:05.957235 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap_external>", line 848, in exec_module
[Tue Aug 08 08:56:05.957243 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
[Tue Aug 08 08:56:05.957250 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/graphite/urls.py", line 22, in <module>
[Tue Aug 08 08:56:05.957255 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] url('^render', include('graphite.render.urls')),
[Tue Aug 08 08:56:05.957262 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/django/urls/conf.py", line 34, in include
[Tue Aug 08 08:56:05.957267 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] urlconf_module = import_module(urlconf_module)
[Tue Aug 08 08:56:05.957274 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
[Tue Aug 08 08:56:05.957279 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] return _bootstrap._gcd_import(name[level:], package, level)
[Tue Aug 08 08:56:05.957286 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
[Tue Aug 08 08:56:05.957295 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 991, in _find_and_load
[Tue Aug 08 08:56:05.957303 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
[Tue Aug 08 08:56:05.957311 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
[Tue Aug 08 08:56:05.957319 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap_external>", line 848, in exec_module
[Tue Aug 08 08:56:05.957328 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
[Tue Aug 08 08:56:05.957335 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/graphite/render/urls.py", line 16, in <module>
[Tue Aug 08 08:56:05.957345 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] from . import views
[Tue Aug 08 08:56:05.957351 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/graphite/render/views.py", line 23, in <module>
[Tue Aug 08 08:56:05.957357 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] from cgi import parse_qs
[Tue Aug 08 08:56:05.957371 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] ImportError: cannot import name 'parse_qs' from 'cgi' (/usr/lib/python3.8/cgi.py)
[Tue Aug 08 08:56:05.957382 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382]
admin
2,918 Posts
Quote from admin on August 8, 2023, 3:46 pmcan you please post
python --version
dpkg -l
can you please post
python --version
dpkg -l
f.cuseo
65 Posts
Quote from f.cuseo on August 8, 2023, 3:47 pmroot@petasan1:~# python --version
Python 3.8.10
root@petasan1:~# dpkg -l
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============================-=================================-============-===============================================================================
ii adduser 3.118ubuntu2 all add and remove users and groups
ii amd64-microcode 3.20191218.1ubuntu1.1 amd64 Processor microcode firmware for AMD CPUs
ii apache2 2.4.41-4ubuntu3.14 amd64 Apache HTTP Server
ii apache2-bin 2.4.41-4ubuntu3.14 amd64 Apache HTTP Server (modules and other binary files)
ii apache2-data 2.4.41-4ubuntu3.14 all Apache HTTP Server (common files)
ii apache2-utils 2.4.41-4ubuntu3.14 amd64 Apache HTTP Server (utility programs for web servers)
ii apt 2.0.9 amd64 commandline package manager
ii apt-utils 2.0.9 amd64 package management related utility programs
ii atop 2.4.0-3 amd64 Monitor for system resources and process activity
ii attr 1:2.4.48-5 amd64 utilities for manipulating filesystem extended attributes
ii base-files 11ubuntu5.7 amd64 Debian base system miscellaneous files
ii base-passwd 3.5.47 amd64 Debian base system master password and group files
ii bash 5.0-6ubuntu1.2 amd64 GNU Bourne Again SHell
ii bind9-host 1:9.16.1-0ubuntu2.15 amd64 DNS Lookup Utility
ii bind9-libs:amd64 1:9.16.1-0ubuntu2.15 amd64 Shared Libraries used by BIND 9
ii binutils 2.34-6ubuntu1.6 amd64 GNU assembler, linker and binary utilities
ii binutils-common:amd64 2.34-6ubuntu1.6 amd64 Common files for the GNU assembler, linker and binary utilities
ii binutils-x86-64-linux-gnu 2.34-6ubuntu1.6 amd64 GNU binary utilities, for x86-64-linux-gnu target
ii bsdutils 1:2.34-0.1ubuntu9.4 amd64 basic utilities from 4.4BSD-Lite
ii busybox-initramfs 1:1.30.1-4ubuntu6.4 amd64 Standalone shell setup for initramfs
ii ca-certificates 20230311ubuntu0.20.04.1 all Common CA certificates
ii catatonit 0.1.7-1 amd64 A signal-forwarding process manager for containers.
ii ceph 17.2.5-1petasan amd64 distributed storage and file system
ii ceph-base 17.2.5-1petasan amd64 common ceph daemon libraries and management tools
ii ceph-common 17.2.5-1petasan amd64 common utilities to mount and interact with a ceph storage cluster
ii ceph-mds 17.2.5-1petasan amd64 metadata server for the ceph distributed file system
ii ceph-mgr 17.2.5-1petasan amd64 manager for the ceph distributed file system
ii ceph-mgr-cephadm 17.2.5-1petasan all cephadm orchestrator module for ceph-mgr
ii ceph-mgr-dashboard 17.2.5-1petasan all dashboard module for ceph-mgr
ii ceph-mgr-modules-core 17.2.5-1petasan all ceph manager modules which are always enabled
ii ceph-mon 17.2.5-1petasan amd64 monitor server for the ceph storage system
ii ceph-osd 17.2.5-1petasan amd64 OSD server for the ceph storage system
ii ceph-petasan 17.2.5-1petasan amd64 PetaSAN root Ceph dependency
ii ceph-volume 17.2.5-1petasan all tool to facilidate OSD deployment
ii cephadm 17.2.5-1petasan amd64 cephadm utility to bootstrap ceph daemons with systemd and containers
ii collectd 5.9.2.g-1ubuntu5 amd64 statistics collection and monitoring daemon
ii collectd-core 5.9.2.g-1ubuntu5 amd64 statistics collection and monitoring daemon (core system)
ii collectd-utils 5.9.2.g-1ubuntu5 amd64 statistics collection and monitoring daemon (utilities)
ii collectl 4.3.1-1 all Utility to collect Linux performance data
ii conmon 100:2.1.2~0 amd64 OCI container runtime monitor
ii console-setup 1.194ubuntu3 all console font and keymap setup program
ii console-setup-linux 1.194ubuntu3 all Linux specific part of console-setup
ii consul 1.5.2-1petasan amd64 Consul service networking platform
ii containernetworking-plugins 100:1.1.1~1 amd64 Libraries for writing CNI plugins
ii containers-common 100:1-22 all Configuration files for working with image signatures.
ii containers-golang 0.3.1-1~ubuntu18.04~ppa3 all Seccomp config for container tools
ii containers-image 5.0.0-1~ubuntu18.04~ppa1 all Configuration files for working with image signatures.
ii coreutils 8.30-3ubuntu2 amd64 GNU core utilities
ii cpio 2.13+dfsg-2ubuntu0.3 amd64 GNU cpio -- a program to manage archives of files
ii cpupower 5.14-1petasan amd64 cpu power utilities
ii cri-o-runc 1.0.0-rc8-1~ubuntu18.04~ppa1 amd64 Open Container Project - runtime
ii criu 3.17.1-1 amd64 checkpoint and restore in userspace
ii cron 3.0pl1-136ubuntu1 amd64 process scheduling daemon
ii crun 100:1.2-2 amd64 OCI runtime written in C
ii cryptsetup-bin 2:2.2.2-3ubuntu2.4 amd64 disk encryption support - command line tools
ii ctdb 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 clustered database to store temporary data
ii curl 7.68.0-1ubuntu2.19 amd64 command line tool for transferring data with URL syntax
ii dash 0.5.10.2-6 amd64 POSIX-compliant shell
ii dbus 1.12.16-2ubuntu2.3 amd64 simple interprocess messaging system (daemon and utilities)
ii dbus-user-session 1.12.16-2ubuntu2.3 amd64 simple interprocess messaging system (systemd --user integration)
ii debconf 1.5.73 all Debian configuration management system
ii debianutils 4.9.1 amd64 Miscellaneous utilities specific to Debian
ii dialog 1.3-20190808-1 amd64 Displays user-friendly dialog boxes from shell scripts
ii diffutils 1:3.7-3 amd64 File comparison utilities
ii dmeventd 2:1.02.175-5-5petasan amd64 Linux Kernel Device Mapper event daemon
ii dmidecode 3.2-3 amd64 SMBIOS/DMI table decoder
ii dmsetup 2:1.02.175-5-5petasan amd64 Linux Kernel Device Mapper userspace library
ii dns-root-data 2019052802 all DNS root data including root zone and DNSSEC key
ii dnsmasq-base 2.80-1.1ubuntu1.7 amd64 Small caching DNS proxy and DHCP/TFTP server
ii dosfstools 4.1-2 amd64 utilities for making and checking MS-DOS FAT filesystems
ii dpkg 1.19.7ubuntu3.2 amd64 Debian package management system
ii e2fsprogs 1.45.5-2ubuntu1.1 amd64 ext2/ext3/ext4 file system utilities
ii eject 2.1.5+deb1+cvs20081104-14 amd64 ejects CDs and operates CD-Changers under Linux
ii ethtool 1:5.4-1 amd64 display or change Ethernet device settings
ii fdisk 2.34-0.1ubuntu9.4 amd64 collection of partitioning utilities
ii findutils 4.7.0-1ubuntu1 amd64 utilities for finding files--find, xargs
ii fio 3.16-1 amd64 flexible I/O tester
ii fontconfig 2.13.1-2ubuntu3 amd64 generic font configuration library - support binaries
ii fontconfig-config 2.13.1-2ubuntu3 all generic font configuration library - configuration
ii fonts-dejavu-core 2.37-1 all Vera font family derivate with additional characters
ii fuse 2.9.9-3 amd64 Filesystem in Userspace
ii gcc-10-base:amd64 10.5.0-1ubuntu1~20.04 amd64 GCC, the GNU Compiler Collection (base package)
ii gdisk 1.0.5-1 amd64 GPT fdisk text-mode partitioning tool
ii gettext-base 0.19.8.1-10build1 amd64 GNU Internationalization utilities for the base system
ii gir1.2-glib-2.0:amd64 1.64.1-1~ubuntu20.04.1 amd64 Introspection data for GLib, GObject, Gio and GModule
ii glusterfs-client 7.2-2build1 amd64 clustered file-system (client package)
ii glusterfs-common 7.2-2build1 amd64 GlusterFS common libraries and translator modules
ii glusterfs-server 7.2-2build1 amd64 clustered file-system (server package)
ii gpg 2.2.19-3ubuntu2.2 amd64 GNU Privacy Guard -- minimalist public key operations
ii gpg-agent 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - cryptographic agent
ii gpgconf 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - core configuration utilities
ii gpgv 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - signature verification tool
ii grafana 6.2.5 amd64 Grafana
ii graphite-carbon 1.1.4-2 all backend data caching and persistence daemon for Graphite
ii graphite-web 1.1.4-5ubuntu0.1 all Enterprise Scalable Realtime Graphing
ii grep 3.4-1 amd64 GNU grep, egrep and fgrep
ii grub-common 2.04-5-5petasan amd64 GRand Unified Bootloader (common files)
ii grub-efi-amd64-bin 2.04-5-5petasan amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 modules)
ii grub-gfxpayload-lists 0.7 amd64 GRUB gfxpayload blacklist
ii grub-pc 2.04-5-5petasan amd64 GRand Unified Bootloader, version 2 (PC/BIOS version)
ii grub-pc-bin 2.04-5-5petasan amd64 GRand Unified Bootloader, version 2 (PC/BIOS modules)
ii grub2 2.04-5-5petasan amd64 GRand Unified Bootloader, version 2 (dummy package)
ii grub2-common 2.04-5-5petasan amd64 GRand Unified Bootloader (common files for version 2)
ii gzip 1.10-0ubuntu4.1 amd64 GNU compression utilities
ii hdparm 9.58+ds-4 amd64 tune hard disk parameters for high performance
ii hexedit 1.4.2-6 amd64 viewer and editor in hexadecimal or ASCII for files or devices
ii hostname 3.23 amd64 utility to set/show the host name or domain name
ii htop 2.2.0-2build1 amd64 interactive processes viewer
ii ifupdown 0.8.35ubuntu1 amd64 high level tools to configure network interfaces
ii infiniband-diags 28.0-1ubuntu1 amd64 InfiniBand diagnostic programs
ii init-system-helpers 1.57 all helper tools for all init systems
ii initramfs-tools 0.136ubuntu6.7 all generic modular initramfs generator (automation)
ii initramfs-tools-bin 0.136ubuntu6.7 amd64 binaries used by initramfs-tools
ii initramfs-tools-core 0.136ubuntu6.7 all generic modular initramfs generator (core tools)
ii intel-microcode 3.20230214.0ubuntu0.20.04.1 amd64 Processor microcode firmware for Intel CPUs
ii iotop 0.6-24-g733f3f8-1ubuntu0.1 amd64 simple top-like I/O monitor
ii iperf 2.0.13+dfsg1-1build1 amd64 Internet Protocol bandwidth measuring tool
ii iproute2 5.5.0-1ubuntu1 amd64 networking and traffic control tools
ii iptables 1.8.4-3ubuntu2.1 amd64 administration tools for packet filtering and NAT
ii iputils-arping 3:20190709-3 amd64 Tool to send ICMP echo requests to an ARP address
ii iputils-ping 3:20190709-3 amd64 Tools to test the reachability of network hosts
ii isc-dhcp-client 4.4.1-2.1ubuntu5.20.04.5 amd64 DHCP client for automatically obtaining an IP address
ii iucode-tool 2.3.1-1 amd64 Intel processor microcode tool
ii joe 4.6-1build2 amd64 user friendly full screen text editor
ii jq 1.6-1ubuntu0.20.04.1 amd64 lightweight and flexible command-line JSON processor
ii kbd 2.0.4-4ubuntu2 amd64 Linux console font and keytable utilities
ii keyboard-configuration 1.194ubuntu3 all system-wide keyboard preferences
ii keyutils 1.6-6ubuntu1.1 amd64 Linux Key Management Utilities
ii klibc-utils 2.0.7-1ubuntu5.1 amd64 small utilities built with klibc for early boot
ii kmod 27-1ubuntu2.1 amd64 tools for managing Linux kernel modules
ii kpartx 0.8.3-1ubuntu2.1 amd64 create device mappings for partitions
ii krb5-config 2.6ubuntu1 all Configuration files for Kerberos Version 5
ii krb5-user 1.17-6ubuntu4.3 amd64 basic programs to authenticate using MIT Kerberos
ii libacl1:amd64 2.2.53-6 amd64 access control list - shared library
ii libaio1:amd64 0.3.112-5 amd64 Linux kernel AIO access library - shared library
ii libapache2-mod-wsgi-py3 4.6.8-1ubuntu3.1 amd64 Python 3 WSGI adapter module for Apache
ii libapparmor1:amd64 2.13.3-7ubuntu5.2 amd64 changehat AppArmor library
ii libapr1:amd64 1.6.5-1ubuntu1 amd64 Apache Portable Runtime Library
ii libaprutil1:amd64 1.6.1-4ubuntu2.1 amd64 Apache Portable Runtime Utility Library
ii libaprutil1-dbd-sqlite3:amd64 1.6.1-4ubuntu2.1 amd64 Apache Portable Runtime Utility Library - SQLite3 Driver
ii libaprutil1-ldap:amd64 1.6.1-4ubuntu2.1 amd64 Apache Portable Runtime Utility Library - LDAP Driver
ii libapt-pkg6.0:amd64 2.0.9 amd64 package management runtime library
ii libargon2-1:amd64 0~20171227-0.2 amd64 memory-hard hashing function - runtime library
ii libasn1-8-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - ASN.1 library
ii libasound2:amd64 1.2.2-2.1ubuntu2.5 amd64 shared library for ALSA applications
ii libasound2-data 1.2.2-2.1ubuntu2.5 all Configuration files and profiles for ALSA drivers
ii libassuan0:amd64 2.5.3-7ubuntu2 amd64 IPC library for the GnuPG components
ii libattr1:amd64 1:2.4.48-5 amd64 extended attribute handling - shared library
ii libaudit-common 1:2.8.5-2ubuntu6 all Dynamic library for security auditing - common files
ii libaudit1:amd64 1:2.8.5-2ubuntu6 amd64 Dynamic library for security auditing
ii libavahi-client3:amd64 0.7-4ubuntu7.2 amd64 Avahi client library
ii libavahi-common-data:amd64 0.7-4ubuntu7.2 amd64 Avahi common data files
ii libavahi-common3:amd64 0.7-4ubuntu7.2 amd64 Avahi common library
ii libbabeltrace1:amd64 1.5.8-1build1 amd64 Babeltrace conversion libraries
ii libbinutils:amd64 2.34-6ubuntu1.6 amd64 GNU binary utilities (private shared library)
ii libblkid1:amd64 2.34-0.1ubuntu9.4 amd64 block device ID library
ii libbrotli1:amd64 1.0.7-6ubuntu0.1 amd64 library implementing brotli encoder and decoder (shared libraries)
ii libbsd0:amd64 0.10.0-1 amd64 utility functions from BSD systems - shared library
ii libbz2-1.0:amd64 1.0.8-2 amd64 high-quality block-sorting file compressor library - runtime
ii libc-bin 2.31-0ubuntu9.9 amd64 GNU C Library: Binaries
ii libc6:amd64 2.31-0ubuntu9.9 amd64 GNU C Library: Shared libraries
ii libcairo2:amd64 1.16.0-4ubuntu1 amd64 Cairo 2D vector graphics library
ii libcanberra0:amd64 0.30-7ubuntu1 amd64 simple abstract interface for playing event sounds
ii libcap-ng0:amd64 0.7.9-2.1build1 amd64 An alternate POSIX capabilities library
ii libcap2:amd64 1:2.32-1ubuntu0.1 amd64 POSIX 1003.1e capabilities (library)
ii libcap2-bin 1:2.32-1ubuntu0.1 amd64 POSIX 1003.1e capabilities (utilities)
ii libcbor0.6:amd64 0.6.0-0ubuntu1 amd64 library for parsing and generating CBOR (RFC 7049)
ii libcephfs2 17.2.5-1petasan amd64 Ceph distributed file system client library
ii libcollectdclient1 5.9.2.g-1ubuntu5 amd64 client library for collectd's control interface
ii libcom-err2:amd64 1.45.5-2ubuntu1.1 amd64 common error description library
ii libcrypt1:amd64 1:4.4.10-10ubuntu4 amd64 libcrypt shared library
ii libcryptsetup12:amd64 2:2.2.2-3ubuntu2.4 amd64 disk encryption support - shared library
ii libctf-nobfd0:amd64 2.34-6ubuntu1.6 amd64 Compact C Type Format library (runtime, no BFD dependency)
ii libctf0:amd64 2.34-6ubuntu1.6 amd64 Compact C Type Format library (runtime, BFD dependency)
ii libcups2:amd64 2.3.1-9ubuntu1.4 amd64 Common UNIX Printing System(tm) - Core library
ii libcurl3-gnutls:amd64 7.68.0-1ubuntu2.19 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour)
ii libcurl4:amd64 7.68.0-1ubuntu2.19 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii libdatrie1:amd64 0.2.12-3 amd64 Double-array trie library
ii libdb5.3:amd64 5.3.28+dfsg1-0.6ubuntu2 amd64 Berkeley v5.3 Database Libraries [runtime]
ii libdbi1:amd64 0.9.0-5 amd64 DB Independent Abstraction Layer for C -- shared library
ii libdbus-1-3:amd64 1.12.16-2ubuntu2.3 amd64 simple interprocess messaging system (library)
ii libdebconfclient0:amd64 0.251ubuntu1 amd64 Debian Configuration Management System (C-implementation library)
ii libdevmapper-event1.02.1:amd64 2:1.02.175-5-5petasan amd64 Linux Kernel Device Mapper event support library
ii libdevmapper1.02.1:amd64 2:1.02.175-5-5petasan amd64 Linux Kernel Device Mapper userspace library
ii libdns-export1109 1:9.11.16+dfsg-3~ubuntu1 amd64 Exported DNS Shared Library
ii libdw1:amd64 0.176-1.1build1 amd64 library that provides access to the DWARF debug information
ii libedit2:amd64 3.1-20191231-1 amd64 BSD editline and history libraries
ii libefiboot1:amd64 37-2ubuntu2.2 amd64 Library to manage UEFI variables
ii libefivar1:amd64 37-2ubuntu2.2 amd64 Library to manage UEFI variables
ii libelf1:amd64 0.176-1.1build1 amd64 library to read and write ELF files
ii libestr0:amd64 0.1.10-2.1 amd64 Helper functions for handling strings (lib)
ii libevent-2.1-7:amd64 2.1.11-stable-1 amd64 Asynchronous event notification library
ii libexpat1:amd64 2.2.9-1ubuntu0.6 amd64 XML parsing C library - runtime library
ii libext2fs2:amd64 1.45.5-2ubuntu1.1 amd64 ext2/ext3/ext4 file system libraries
ii libfastjson4:amd64 0.99.8-2 amd64 fast json library for C
ii libfdisk1:amd64 2.34-0.1ubuntu9.4 amd64 fdisk partitioning library
ii libffi7:amd64 3.3-4 amd64 Foreign Function Interface library runtime
ii libfido2-1:amd64 1.3.1-1ubuntu2 amd64 library for generating and verifying FIDO 2.0 objects
ii libfontconfig1:amd64 2.13.1-2ubuntu3 amd64 generic font configuration library - runtime
ii libfreetype6:amd64 2.10.1-2ubuntu0.3 amd64 FreeType 2 font engine, shared library files
ii libfribidi0:amd64 1.0.8-2ubuntu0.1 amd64 Free Implementation of the Unicode BiDi algorithm
ii libfuse2:amd64 2.9.9-3 amd64 Filesystem in Userspace (library)
ii libfuse3-3:amd64 3.9.0-2 amd64 Filesystem in Userspace (library) (3.x version)
ii libgcc-s1:amd64 10.5.0-1ubuntu1~20.04 amd64 GCC support library
ii libgcrypt20:amd64 1.8.5-5ubuntu1.1 amd64 LGPL Crypto library - runtime library
ii libgd3:amd64 2.2.5-5.2ubuntu2.1 amd64 GD Graphics Library
ii libgdbm-compat4:amd64 1.18.1-5 amd64 GNU dbm database routines (legacy support runtime version)
ii libgdbm6:amd64 1.18.1-5 amd64 GNU dbm database routines (runtime version)
ii libgdk-pixbuf2.0-0:amd64 2.40.0+dfsg-3ubuntu0.4 amd64 GDK Pixbuf library
ii libgdk-pixbuf2.0-common 2.40.0+dfsg-3ubuntu0.4 all GDK Pixbuf library - data files
ii libgfapi0:amd64 7.2-2build1 amd64 GlusterFS gfapi shared library
ii libgfchangelog0:amd64 7.2-2build1 amd64 GlusterFS gfchangelog shared library
ii libgfrpc0:amd64 7.2-2build1 amd64 GlusterFS libgfrpc shared library
ii libgfxdr0:amd64 7.2-2build1 amd64 GlusterFS libgfxdr shared library
ii libgirepository-1.0-1:amd64 1.64.1-1~ubuntu20.04.1 amd64 Library for handling GObject introspection data (runtime library)
ii libglib2.0-0:amd64 2.64.6-1~ubuntu20.04.6 amd64 GLib library of C routines
ii libglusterfs0:amd64 7.2-2build1 amd64 GlusterFS shared library
ii libgmp10:amd64 2:6.2.0+dfsg-4ubuntu0.1 amd64 Multiprecision arithmetic library
ii libgnutls30:amd64 3.6.13-2ubuntu1.8 amd64 GNU TLS library - main runtime library
ii libgoogle-perftools4:amd64 2.7-1ubuntu2 amd64 libraries for CPU and heap analysis, plus an efficient thread-caching malloc
ii libgpg-error0:amd64 1.37-1 amd64 GnuPG development runtime library
ii libgpgme11:amd64 1.13.1-7ubuntu2.1 amd64 GPGME - GnuPG Made Easy (library)
ii libgpm2:amd64 1.20.7-5 amd64 General Purpose Mouse - shared library
ii libgraphite2-3:amd64 1.3.13-11build1 amd64 Font rendering engine for Complex Scripts -- library
ii libgssapi-krb5-2:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii libgssapi3-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - GSSAPI support library
ii libgssrpc4:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - GSS enabled ONCRPC
ii libharfbuzz0b:amd64 2.6.4-1ubuntu4.2 amd64 OpenType text shaping engine (shared library)
ii libhcrypto4-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - crypto library
ii libheimbase1-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - Base library
ii libheimntlm0-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - NTLM support library
ii libhogweed5:amd64 3.5.1+really3.5.1-2ubuntu0.2 amd64 low level cryptographic library (public-key cryptos)
ii libhx509-5-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - X509 support library
ii libibmad5 28.0-1ubuntu1 amd64 Infiniband Management Datagram (MAD) library
ii libibnetdisc5 28.0-1ubuntu1 amd64 InfiniBand diagnostics library
ii libibumad3:amd64 28.0-1ubuntu1 amd64 InfiniBand Userspace Management Datagram (uMAD) library
ii libibverbs1:amd64 28.0-1ubuntu1 amd64 Library for direct userspace use of RDMA (InfiniBand/iWARP)
ii libicu66:amd64 66.1-2ubuntu2.1 amd64 International Components for Unicode
ii libidn11:amd64 1.33-2.2ubuntu2 amd64 GNU Libidn library, implementation of IETF IDN specifications
ii libidn2-0:amd64 2.2.0-2 amd64 Internationalized domain names (IDNA2008/TR46) library
ii libip4tc2:amd64 1.8.4-3ubuntu2.1 amd64 netfilter libip4tc library
ii libip6tc2:amd64 1.8.4-3ubuntu2.1 amd64 netfilter libip6tc library
ii libisc-export1105:amd64 1:9.11.16+dfsg-3~ubuntu1 amd64 Exported ISC Shared Library
ii libisns0:amd64 0.97-3 amd64 Internet Storage Name Service - shared libraries
ii libjansson4:amd64 2.12-1build1 amd64 C library for encoding, decoding and manipulating JSON data
ii libjbig0:amd64 2.1-3.1ubuntu0.20.04.1 amd64 JBIGkit libraries
ii libjpeg-turbo8:amd64 2.0.3-0ubuntu1.20.04.3 amd64 IJG JPEG compliant runtime library.
ii libjpeg8:amd64 8c-2ubuntu8 amd64 Independent JPEG Group's JPEG runtime library (dependency package)
ii libjq1:amd64 1.6-1ubuntu0.20.04.1 amd64 lightweight and flexible command-line JSON processor - shared library
ii libjs-jquery 3.3.1~dfsg-3 all JavaScript library for dynamic web applications
ii libjs-sphinxdoc 1.8.5-7ubuntu3 all JavaScript support for Sphinx documentation
ii libjs-underscore 1.9.1~dfsg-1ubuntu0.20.04.1 all JavaScript's functional programming helper library
ii libjson-c4:amd64 0.13.1+dfsg-7ubuntu0.3 amd64 JSON manipulation library - shared library
ii libk5crypto3:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - Crypto Library
ii libkadm5clnt-mit11:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - Administration Clients
ii libkadm5srv-mit11:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - KDC and Admin Server
ii libkdb5-9:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - Kerberos database
ii libkeyutils1:amd64 1.6-6ubuntu1.1 amd64 Linux Key Management Utilities (library)
ii libklibc:amd64 2.0.7-1ubuntu5.1 amd64 minimal libc subset for use with initramfs
ii libkmod2:amd64 27-1ubuntu2.1 amd64 libkmod shared library
ii libkrb5-26-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - libraries
ii libkrb5-3:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries
ii libkrb5support0:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - Support library
ii libldap-2.4-2:amd64 2.4.49+dfsg-2ubuntu1.9 amd64 OpenLDAP libraries
ii libldap-common 2.4.49+dfsg-2ubuntu1.9 all OpenLDAP common files for libraries
ii libldb2:amd64 2:2.4.4-0ubuntu0.20.04.2 amd64 LDAP-like embedded database - shared library
ii liblmdb0:amd64 0.9.24-1 amd64 Lightning Memory-Mapped Database shared library
ii liblocale-gettext-perl 1.07-4 amd64 module using libc functions for internationalization in Perl
ii libltdl7:amd64 2.4.6-14 amd64 System independent dlopen wrapper for GNU libtool
ii liblua5.2-0:amd64 5.2.4-1.1build3 amd64 Shared library for the Lua interpreter version 5.2
ii liblua5.3-0:amd64 5.3.3-1.1ubuntu2 amd64 Shared library for the Lua interpreter version 5.3
ii liblvm2cmd2.03:amd64 2.03.11-5-5petasan amd64 LVM2 command library
ii liblz4-1:amd64 1.9.2-2ubuntu0.20.04.1 amd64 Fast LZ compression algorithm library - runtime
ii liblz4-tool 1.9.2-2ubuntu0.20.04.1 all Fast LZ compression algorithm library - transitional package
ii liblzma5:amd64 5.2.4-1ubuntu1.1 amd64 XZ-format compression library
ii liblzo2-2:amd64 2.10-2 amd64 data compression library
ii libmaxminddb0:amd64 1.4.2-0ubuntu1.20.04.1 amd64 IP geolocation database library
ii libmnl0:amd64 1.0.4-2 amd64 minimalistic Netlink communication library
ii libmount1:amd64 2.34-0.1ubuntu9.4 amd64 device mounting library
ii libmpdec2:amd64 2.4.2-3 amd64 library for decimal floating point arithmetic (runtime library)
ii libncurses6:amd64 6.2-0ubuntu2.1 amd64 shared libraries for terminal handling
ii libncursesw6:amd64 6.2-0ubuntu2.1 amd64 shared libraries for terminal handling (wide character support)
ii libnet1:amd64 1.1.6+dfsg-3.1build1 amd64 library for the construction and handling of network packets
ii libnetfilter-conntrack3:amd64 1.0.7-2 amd64 Netfilter netlink-conntrack library
ii libnettle7:amd64 3.5.1+really3.5.1-2ubuntu0.2 amd64 low level cryptographic library (symmetric and one-way cryptos)
ii libnfnetlink0:amd64 1.0.1-3build1 amd64 Netfilter netlink library
ii libnfsidmap2:amd64 0.25-5.1ubuntu1 amd64 NFS idmapping library
ii libnftnl11:amd64 1.1.5-1 amd64 Netfilter nftables userspace API library
ii libnghttp2-14:amd64 1.40.0-1ubuntu0.1 amd64 library implementing HTTP/2 protocol (shared library)
ii libnginx-mod-http-image-filter 1.18.0-0ubuntu1.4 amd64 HTTP image filter module for Nginx
ii libnginx-mod-http-xslt-filter 1.18.0-0ubuntu1.4 amd64 XSLT Transformation module for Nginx
ii libnginx-mod-mail 1.18.0-0ubuntu1.4 amd64 Mail module for Nginx
ii libnginx-mod-stream 1.18.0-0ubuntu1.4 amd64 Stream module for Nginx
ii libnl-3-200:amd64 3.4.0-1ubuntu0.1 amd64 library for dealing with netlink sockets
ii libnl-genl-3-200:amd64 3.4.0-1ubuntu0.1 amd64 library for dealing with netlink sockets - generic netlink
ii libnl-route-3-200:amd64 3.4.0-1ubuntu0.1 amd64 library for dealing with netlink sockets - route interface
ii libnpth0:amd64 1.6-1 amd64 replacement for GNU Pth using system threads
ii libnss-winbind:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba nameservice integration plugins
ii libnuma1:amd64 2.0.12-1 amd64 Libraries for controlling NUMA policy
ii liboath0 2.6.1-1.3 amd64 OATH Toolkit Liboath library
ii libogg0:amd64 1.3.4-0ubuntu1 amd64 Ogg bitstream library
ii libonig5:amd64 6.9.4-1 amd64 regular expressions library
ii libopensm8 3.3.21-2 amd64 InfiniBand subnet manager library
ii libopts25:amd64 1:5.18.16-3 amd64 automated option processing library based on autogen
ii libosmcomp4 3.3.21-2 amd64 InfiniBand subnet manager - component library
ii libosmvendor4 3.3.21-2 amd64 InfiniBand subnet manager - vendor library
ii libp11-kit0:amd64 0.23.20-1ubuntu0.1 amd64 library for loading and coordinating access to PKCS#11 modules - runtime
ii libpam-modules:amd64 1.3.1-5ubuntu4.6 amd64 Pluggable Authentication Modules for PAM
ii libpam-modules-bin 1.3.1-5ubuntu4.6 amd64 Pluggable Authentication Modules for PAM - helper binaries
ii libpam-runtime 1.3.1-5ubuntu4.6 all Runtime support for the PAM library
ii libpam-systemd:amd64 245.4-4ubuntu3.22 amd64 system and service manager - PAM module
ii libpam-winbind:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Windows domain authentication integration plugin
ii libpam0g:amd64 1.3.1-5ubuntu4.6 amd64 Pluggable Authentication Modules library
ii libpango-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text
ii libpangocairo-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text
ii libpangoft2-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text
ii libparted2:amd64 3.3-4ubuntu0.20.04.1 amd64 disk partition manipulator - shared library
ii libpcap0.8:amd64 1.9.1-3 amd64 system interface for user-level packet capture
ii libpci3:amd64 1:3.6.4-1ubuntu0.20.04.1 amd64 PCI utilities (shared library)
ii libpcre2-8-0:amd64 10.34-7ubuntu0.1 amd64 New Perl Compatible Regular Expression Library- 8 bit runtime files
ii libpcre3:amd64 2:8.39-12ubuntu0.1 amd64 Old Perl 5 Compatible Regular Expression Library - runtime files
ii libperl5.30:amd64 5.30.0-9ubuntu0.4 amd64 shared Perl library
ii libpixman-1-0:amd64 0.38.4-0ubuntu2.1 amd64 pixel-manipulation library for X and cairo
ii libpng16-16:amd64 1.6.37-2 amd64 PNG library - runtime (version 1.6)
ii libpopt0:amd64 1.16-14 amd64 lib for parsing cmdline parameters
ii libprocps8:amd64 2:3.3.16-1ubuntu2.3 amd64 library for accessing process information from /proc
ii libprotobuf-c1:amd64 1.3.3-1ubuntu0.1 amd64 Protocol Buffers C shared library (protobuf-c)
ii libprotobuf17:amd64 3.6.1.3-2ubuntu5.2 amd64 protocol buffers C++ library
ii libpsl5:amd64 0.21.0-1ubuntu1 amd64 Library for Public Suffix List (shared libraries)
ii libpython2.7-minimal:amd64 2.7.18-1~20.04.3 amd64 Minimal subset of the Python language (version 2.7)
ii libpython2.7-stdlib:amd64 2.7.18-1~20.04.3 amd64 Interactive high-level object-oriented language (standard library, version 2.7)
ii libpython3-stdlib:amd64 3.8.2-0ubuntu2 amd64 interactive high-level object-oriented language (default python3 version)
ii libpython3.8:amd64 3.8.10-0ubuntu1~20.04.8 amd64 Shared Python runtime library (version 3.8)
ii libpython3.8-minimal:amd64 3.8.10-0ubuntu1~20.04.8 amd64 Minimal subset of the Python language (version 3.8)
ii libpython3.8-stdlib:amd64 3.8.10-0ubuntu1~20.04.8 amd64 Interactive high-level object-oriented language (standard library, version 3.8)
ii librabbitmq4:amd64 0.10.0-1 amd64 AMQP client library written in C
ii librados2 17.2.5-1petasan amd64 RADOS distributed object store client library
ii libradosstriper1 17.2.5-1petasan amd64 RADOS striping interface
ii librbd1 17.2.5-1petasan amd64 RADOS block device client library
ii librdkafka1:amd64 1.2.1-1ubuntu1 amd64 library implementing the Apache Kafka protocol
ii librdmacm1:amd64 28.0-1ubuntu1 amd64 Library for managing RDMA connections
ii libreadline5:amd64 5.2+dfsg-3build3 amd64 GNU readline and history libraries, run-time libraries
ii libreadline8:amd64 8.0-4 amd64 GNU readline and history libraries, run-time libraries
ii librgw2 17.2.5-1petasan amd64 RADOS Gateway client library
ii libroken18-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - roken support library
ii librrd8:amd64 1.7.2-3build2 amd64 time-series data storage and display system (runtime library)
ii librtmp1:amd64 2.4+20151223.gitfa8646d.1-2build1 amd64 toolkit for RTMP streams (shared library)
ii libsasl2-2:amd64 2.1.27+dfsg-2ubuntu0.1 amd64 Cyrus SASL - authentication abstraction library
ii libsasl2-modules-db:amd64 2.1.27+dfsg-2ubuntu0.1 amd64 Cyrus SASL - pluggable authentication modules (DB)
ii libseccomp2:amd64 2.5.1-1ubuntu1~20.04.2 amd64 high level interface to Linux seccomp filter
ii libselinux1:amd64 3.0-1build2 amd64 SELinux runtime shared libraries
ii libsemanage-common 3.0-1build2 all Common files for SELinux policy management libraries
ii libsemanage1:amd64 3.0-1build2 amd64 SELinux policy management library
ii libsensors-config 1:3.6.0-2ubuntu1.1 all lm-sensors configuration files
ii libsensors5:amd64 1:3.6.0-2ubuntu1.1 amd64 library to read temperature/voltage/fan sensors
ii libsepol1:amd64 3.0-1ubuntu0.1 amd64 SELinux library for manipulating binary security policies
ii libsgutils2-2 1.44-1ubuntu2 amd64 utilities for devices using the SCSI command set (shared libraries)
ii libsmartcols1:amd64 2.34-0.1ubuntu9.4 amd64 smart column output alignment library
ii libsnappy1v5:amd64 1.1.8-1build1 amd64 fast compression/decompression library
ii libsqlite3-0:amd64 3.31.1-4ubuntu0.5 amd64 SQLite 3 shared library
ii libsqlite3-mod-ceph 17.2.5-1petasan amd64 SQLite3 VFS for Ceph
ii libss2:amd64 1.45.5-2ubuntu1.1 amd64 command-line interface parsing library
ii libssh-4:amd64 0.9.3-2ubuntu2.3 amd64 tiny C SSH library (OpenSSL flavor)
ii libssl1.1:amd64 1.1.1f-1ubuntu2.19 amd64 Secure Sockets Layer toolkit - shared libraries
ii libstdc++6:amd64 10.5.0-1ubuntu1~20.04 amd64 GNU Standard C++ Library v3
ii libsystemd0:amd64 245.4-4ubuntu3.22 amd64 systemd utility library
ii libtalloc2:amd64 2.3.3-0ubuntu0.20.04.1 amd64 hierarchical pool based memory allocator
ii libtasn1-6:amd64 4.16.0-2 amd64 Manage ASN.1 structures (runtime)
ii libtcmalloc-minimal4:amd64 2.7-1ubuntu2 amd64 efficient thread-caching malloc
ii libtdb1:amd64 1.4.5-0ubuntu0.20.04.1 amd64 Trivial Database - shared library
ii libtevent0:amd64 0.11.0-0ubuntu0.20.04.1 amd64 talloc-based event loop library - shared library
ii libthai-data 0.1.28-3 all Data files for Thai language support library
ii libthai0:amd64 0.1.28-3 amd64 Thai language support library
ii libtiff5:amd64 4.1.0+git191117-2ubuntu0.20.04.8 amd64 Tag Image File Format (TIFF) library
ii libtinfo6:amd64 6.2-0ubuntu2.1 amd64 shared low-level terminfo library for terminal handling
ii libtirpc-common 1.2.5-1ubuntu0.1 all transport-independent RPC library - common files
ii libtirpc3:amd64 1.2.5-1ubuntu0.1 amd64 transport-independent RPC library
ii libudev1:amd64 245.4-4ubuntu3.22 amd64 libudev shared library
ii libunistring2:amd64 0.9.10-2 amd64 Unicode string library for C
ii libunwind8:amd64 1.2.1-9ubuntu0.1 amd64 library to determine the call-chain of a program - runtime
ii liburcu6:amd64 0.11.1-2 amd64 userspace RCU (read-copy-update) library
ii libuuid1:amd64 2.34-0.1ubuntu9.4 amd64 Universally Unique ID library
ii libuv1:amd64 1.34.2-1ubuntu1.3 amd64 asynchronous event notification library - runtime library
ii libvarlink 18-2~ubuntu18.04~ppa4 amd64 Varlink C library
ii libvorbis0a:amd64 1.3.6-2ubuntu1 amd64 decoder library for Vorbis General Audio Compression Codec
ii libvorbisfile3:amd64 1.3.6-2ubuntu1 amd64 high-level API for Vorbis General Audio Compression Codec
ii libwbclient0:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba winbind client library
ii libwebp6:amd64 0.6.1-2ubuntu0.20.04.2 amd64 Lossy compression of digital photographic images.
ii libwind0-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - stringprep implementation
ii libwrap0:amd64 7.6.q-30 amd64 Wietse Venema's TCP wrappers library
ii libx11-6:amd64 2:1.6.9-2ubuntu1.5 amd64 X11 client-side library
ii libx11-data 2:1.6.9-2ubuntu1.5 all X11 client-side library
ii libxau6:amd64 1:1.0.9-0ubuntu1 amd64 X11 authorisation library
ii libxcb-render0:amd64 1.14-2 amd64 X C Binding, render extension
ii libxcb-shm0:amd64 1.14-2 amd64 X C Binding, shm extension
ii libxcb1:amd64 1.14-2 amd64 X C Binding
ii libxdmcp6:amd64 1:1.1.3-0ubuntu1 amd64 X11 Display Manager Control Protocol library
ii libxext6:amd64 2:1.3.4-0ubuntu1 amd64 X11 miscellaneous extension library
ii libxml2:amd64 2.9.10+dfsg-5ubuntu0.20.04.6 amd64 GNOME XML library
ii libxpm4:amd64 1:3.5.12-1ubuntu0.20.04.1 amd64 X11 pixmap library
ii libxrender1:amd64 1:0.9.10-1 amd64 X Rendering Extension client library
ii libxslt1.1:amd64 1.1.34-4ubuntu0.20.04.1 amd64 XSLT 1.0 processing library - runtime library
ii libxtables12:amd64 1.8.4-3ubuntu2.1 amd64 netfilter xtables library
ii libyajl2:amd64 2.1.0-3 amd64 Yet Another JSON Library
ii libyaml-0-2:amd64 0.2.2-1 amd64 Fast YAML 1.1 parser and emitter library
ii libzstd1:amd64 1.4.4+dfsg-3ubuntu0.1 amd64 fast lossless compression algorithm
ii linux-base 4.5ubuntu3.7 all Linux image base package
ii linux-image-4.12.14-28-petasan 4.12.14-28-petasan amd64 PetaSAN Linux kernel binary image
ii linux-image-5.14.21-02-petasan 5.14.21-02-petasan amd64 PetaSAN Linux kernel binary image
ii linux-image-5.14.21-04-petasan 5.14.21-04-petasan amd64 PetaSAN Linux kernel binary image
ii linux-image-petasan 5.14.21-04 amd64 PetaSAN root kernel dependency
ii locales 2.31-0ubuntu9.9 all GNU C Library: National Language (locale) data [support]
ii login 1:4.8.1-1ubuntu5.20.04.4 amd64 system login tools
ii logrotate 3.14.0-4ubuntu3 amd64 Log rotation utility
ii logsave 1.45.5-2ubuntu1.1 amd64 save the output of a command in a log file
ii lsb-base 11.1.0ubuntu2 all Linux Standard Base init script functionality
ii lsof 4.93.2+dfsg-1ubuntu0.20.04.1 amd64 utility to list open files
ii lvm2 2.03.11-5-5petasan amd64 Linux Logical Volume Manager
ii lz4 1.9.2-2ubuntu0.20.04.1 amd64 Fast LZ compression algorithm library - tool
ii mawk 1.3.4.20200120-2 amd64 Pattern scanning and text processing language
ii mdadm 4.1-5ubuntu1.2 amd64 tool to administer Linux MD arrays (software RAID)
ii memtest86+ 5.01-3.1ubuntu2.1 amd64 thorough real-mode memory tester
ii mime-support 3.64ubuntu1 all MIME files 'mime.types' & 'mailcap', and support programs
ii mount 2.34-0.1ubuntu9.4 amd64 tools for mounting and manipulating filesystems
ii multipath-tools 0.8.3-1ubuntu2.1 amd64 maintain multipath block device access
ii nano 4.8-1ubuntu1 amd64 small, friendly text editor inspired by Pico
ii ncurses-base 6.2-0ubuntu2.1 all basic terminal type definitions
ii ncurses-bin 6.2-0ubuntu2.1 amd64 terminal-related programs and man pages
ii net-tools 1.60+git20180626.aebd88e-1ubuntu1 amd64 NET-3 networking toolkit
ii netbase 6.1 all Basic TCP/IP networking system
ii netcat 1.206-1ubuntu1 all TCP/IP swiss army knife -- transitional package
ii netcat-openbsd 1.206-1ubuntu1 amd64 TCP/IP swiss army knife
ii nfs-common 1:1.3.4-2.5ubuntu3.4 amd64 NFS support files common to client and server
ii nginx 1.18.0-0ubuntu1.4 all small, powerful, scalable web/proxy server
ii nginx-common 1.18.0-0ubuntu1.4 all small, powerful, scalable web/proxy server - common files
ii nginx-core 1.18.0-0ubuntu1.4 amd64 nginx web/proxy server (standard version)
ii ntp 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 amd64 Network Time Protocol daemon and utility programs
ii ntpdate 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 amd64 client for setting system time from NTP servers (deprecated)
ii numactl 2.0.12-1 amd64 NUMA scheduling and memory placement tool
ii nvme-cli 1.9-1ubuntu0.1 amd64 userspace tooling to control NVMe drives
ii open-iscsi 2.0.874-7.1ubuntu6.4 amd64 iSCSI initiator tools
ii opensm 3.3.21-2 amd64 InfiniBand subnet manager
ii openssh-client 1:8.2p1-4ubuntu0.8 amd64 secure shell (SSH) client, for secure access to remote machines
ii openssh-server 1:8.2p1-4ubuntu0.8 amd64 secure shell (SSH) server, for secure access from remote machines
ii openssh-sftp-server 1:8.2p1-4ubuntu0.8 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machines
ii openssl 1.1.1f-1ubuntu2.19 amd64 Secure Sockets Layer toolkit - cryptographic utility
ii parted 3.3-4ubuntu0.20.04.1 amd64 disk partition manipulator
ii passwd 1:4.8.1-1ubuntu5.20.04.4 amd64 change and administer password and group data
ii patch 2.7.6-6 amd64 Apply a diff file to an original
ii pci.ids 0.0~2020.03.20-1 all PCI ID Repository
ii pciutils 1:3.6.4-1ubuntu0.20.04.1 amd64 PCI utilities
ii perl 5.30.0-9ubuntu0.4 amd64 Larry Wall's Practical Extraction and Report Language
ii perl-base 5.30.0-9ubuntu0.4 amd64 minimal Perl system
ii perl-modules-5.30 5.30.0-9ubuntu0.4 all Core Perl modules
ii petasan 3.2.1 amd64 PetaSAN Storage
ii petasan-container-images 3.2.0 amd64 PetaSAN container images
ii petasan-firmware 20230320 amd64 PetaSAN Linux kernel firmware
ii petasan-stats-config 3.2.0 amd64 PetaSAN statistics configuration
ii pinentry-curses 1.1.0-3build1 amd64 curses-based PIN or pass-phrase entry dialog for GnuPG
ii podman 100:3.4.2-5 amd64 Manage pods, containers and container images.
ii podman-machine-cni 100:0.0.0-1 amd64 Plugins for podman
ii podman-plugins 100:1.2.0-1 amd64 Plugins for podman
ii procps 2:3.3.16-1ubuntu2.3 amd64 /proc file system utilities
ii psmisc 23.3-1 amd64 utilities that use the proc file system
ii python-pastedeploy-tpl 2.1.0-1 all load, configure, and compose WSGI applications and servers - templates
ii python2.7 2.7.18-1~20.04.3 amd64 Interactive high-level object-oriented language (version 2.7)
ii python2.7-minimal 2.7.18-1~20.04.3 amd64 Minimal subset of the Python language (version 2.7)
ii python3 3.8.2-0ubuntu2 amd64 interactive high-level object-oriented language (default python3 version)
ii python3-attr 19.3.0-2 all Attributes without boilerplate (Python 3)
ii python3-automat 0.8.0-1ubuntu1 all Self-service finite-state machines for the programmer on the go
ii python3-bcrypt 3.1.7-2ubuntu1 amd64 password hashing library for Python 3
ii python3-bs4 4.8.2-1 all error-tolerant HTML parser for Python 3
ii python3-cachetools 4.0.0-1 all extensible memoizing collections and decorators for Python 3
ii python3-cairo:amd64 1.16.2-2ubuntu2 amd64 Python3 bindings for the Cairo vector graphics library
ii python3-cairocffi 0.9.0-4 all cffi-based cairo bindings for Python (Python3)
ii python3-ceph 17.2.5-1petasan all Meta-package for all Python 3.x modules for the Ceph libraries
ii python3-ceph-argparse 17.2.5-1petasan amd64 Python 3 utility libraries for Ceph CLI
ii python3-ceph-common 17.2.5-1petasan all Python 3 utility libraries for Ceph
ii python3-cephfs 17.2.5-1petasan amd64 Python 3 libraries for the Ceph libcephfs library
ii python3-certifi 2019.11.28-1 all root certificates for validating SSL certs and verifying TLS hosts (python3)
ii python3-cffi 1.14.0-1build1 all Foreign Function Interface for Python 3 calling C code
ii python3-cffi-backend 1.14.0-1build1 amd64 Foreign Function Interface for Python 3 calling C code - runtime
ii python3-chardet 3.0.4-4build1 all universal character encoding detector for Python3
ii python3-cherrypy3 8.9.1-6 all Python web development framework - Python 3 module
ii python3-click 7.0-3 all Wrapper around optparse for command line utilities - Python 3.x
ii python3-colorama 0.4.3-1build1 all Cross-platform colored terminal text in Python - Python 3.x
ii python3-configshell-fb 1:1.1.27-0ubuntu1 all Python library for building configuration shells - Python 3
ii python3-constantly 15.1.0-1build1 all Symbolic constants in Python
ii python3-consul 1.1.0-1petasan amd64 Consul python library
ii python3-croniter 0.3.29-2ubuntu1 all provides iteration for datetime object with cron like format - Python 3.x
ii python3-crontab 1.9.3-3.1 all Python3 module for reading and writing crontab files
ii python3-crypto 2.6.1-13ubuntu2 amd64 cryptographic algorithms and protocols for Python 3
ii python3-cryptography 2.8-3ubuntu0.1 amd64 Python library exposing cryptographic recipes and primitives (Python 3)
ii python3-dateutil 2.7.3-3ubuntu1 all powerful extensions to the standard Python 3 datetime module
ii python3-dbus 1.2.16-1build1 amd64 simple interprocess messaging system (Python 3 interface)
ii python3-dialog 3.4.0-1 all Python module for making simple terminal-based user interfaces
ii python3-distutils 3.8.10-0ubuntu1~20.04 all distutils package for Python 3.x
ii python3-django 2:2.2.12-1ubuntu0.18 all High-level Python web development framework
ii python3-django-tagging 1:0.4.5-2 all Generic tagging application for Django projects (Python 3)
ii python3-dnspython 1.16.0-1ubuntu1 all DNS toolkit for Python 3
ii python3-flask 1.1.1-2ubuntu0.1 all micro web framework based on Werkzeug and Jinja2 - Python 3.x
ii python3-gi 3.36.0-1 amd64 Python 3 bindings for gobject-introspection libraries
ii python3-gpg 1.13.1-7ubuntu2.1 amd64 Python interface to the GPGME GnuPG encryption library (Python 3)
ii python3-hamcrest 1.9.0-3 all Hamcrest framework for matcher objects (Python 3)
ii python3-html5lib 1.0.1-2 all HTML parser/tokenizer based on the WHATWG HTML5 specification
ii python3-hyperlink 19.0.0-1 all Immutable, Pythonic, correct URLs.
ii python3-idna 2.8-1 all Python IDNA2008 (RFC 5891) handling (Python 3)
ii python3-incremental 16.10.1-3.2 all Library for versioning Python projects.
ii python3-itsdangerous 1.1.0-1 all Various helpers to pass trusted data to untrusted environment - Python 3.x
ii python3-jinja2 2.10.1-2 all small but fast and easy to use stand-alone template engine
ii python3-jwt 1.7.1-2ubuntu2.1 all Python 3 implementation of JSON Web Token
ii python3-ldb 2:2.4.4-0ubuntu0.20.04.2 amd64 Python 3 bindings for LDB
ii python3-lib2to3 3.8.10-0ubuntu1~20.04 all Interactive high-level object-oriented language (lib2to3)
ii python3-logutils 0.3.3-7 all handlers for the Python standard library's logging package - Python 3.x
ii python3-lxml:amd64 4.5.0-1ubuntu0.5 amd64 pythonic binding for the libxml2 and libxslt libraries
ii python3-mako 1.1.0+ds1-1ubuntu2.1 all fast and lightweight templating for the Python 3 platform
ii python3-markupsafe 1.1.0-1build2 amd64 HTML/XHTML/XML string library for Python 3
ii python3-minimal 3.8.2-0ubuntu2 amd64 minimal subset of the Python language (default python3 version)
ii python3-netifaces 0.10.4-1ubuntu4 amd64 portable network interface information - Python 3.x
ii python3-openssl 19.0.0-1build1 all Python 3 wrapper around the OpenSSL library
ii python3-paste 3.4.0+dfsg1-1 all tools for using a Web Server Gateway Interface stack - Python 3.x
ii python3-pastedeploy 2.1.0-1 all load, configure, and compose WSGI applications and servers - Python 3.x
ii python3-pastescript 2.0.2-4 all create file layouts for Python3 packages and serve webapps
ii python3-pecan 1.3.3-3ubuntu1 all WSGI object-dispatching web framework - Python 3.x
ii python3-pexpect 4.6.0-1build1 all Python 3 module for automating interactive applications
ii python3-pkg-resources 45.2.0-1ubuntu0.1 all Package Discovery and Resource Access using pkg_resources
ii python3-ply 3.11-3ubuntu0.1 all Lex and Yacc implementation for Python3
ii python3-prettytable 0.7.2-5 all library to represent tabular data in visually appealing ASCII tables (Python3)
ii python3-protobuf 3.6.1.3-2ubuntu5.2 amd64 Python 3 bindings for protocol buffers
ii python3-psutil 5.5.1-1ubuntu4 amd64 module providing convenience functions for managing processes (Python3)
ii python3-ptyprocess 0.6.0-1ubuntu1 all Run a subprocess in a pseudo terminal from Python 3
ii python3-pyasn1 0.4.2-3build1 all ASN.1 library for Python (Python 3 module)
ii python3-pyasn1-modules 0.2.1-0.2build1 all Collection of protocols modules written in ASN.1 language (Python 3)
ii python3-pycparser 2.19-1ubuntu1 all C parser in Python 3
ii python3-pyparsing 2.4.6-1 all alternative to creating and executing simple grammars - Python 3.x
ii python3-pyudev 0.21.0-3ubuntu1 all Python3 bindings for libudev
ii python3-rados 17.2.5-1petasan amd64 Python 3 libraries for the Ceph librados library
ii python3-rbd 17.2.5-1petasan amd64 Python 3 libraries for the Ceph librbd library
ii python3-repoze.lru 0.7-2 all tiny LRU cache implementation and decorator for Python 3
ii python3-requests 2.22.0-2ubuntu1.1 all elegant and simple HTTP library for Python3, built for human beings
ii python3-retrying 1.3.3-4 all simplifies the task of adding retry behavior - Python 3.x
ii python3-rgw 17.2.5-1petasan amd64 Python 3 libraries for the Ceph librgw library
ii python3-routes 2.4.1-2 all Routing Recognition and Generation Tools for Python 3
ii python3-rtslib-fb 2:2.1.69-1petasan amd64 Python library for LIO management
ii python3-samba 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Python 3 bindings for Samba
ii python3-service-identity 18.1.0-5build1 all Service identity verification for pyOpenSSL (Python 3 module)
ii python3-setuptools 45.2.0-1ubuntu0.1 all Python3 Distutils Enhancements
ii python3-simplegeneric 0.8.1-3 all simple generic functions for Python3
ii python3-simplejson 3.16.0-2ubuntu2 amd64 simple, fast, extensible JSON encoder/decoder for Python 3.x
ii python3-singledispatch 3.4.0.3-2build1 all single-dispatch generic functions for Python
ii python3-six 1.14.0-2 all Python 2 and 3 compatibility library (Python 3 interface)
ii python3-soupsieve 1.9.5+dfsg-1 all modern CSS selector implementation for BeautifulSoup (Python 3)
ii python3-sqlparse 0.2.4-3ubuntu0.1 all non-validating SQL parser for Python 3
ii python3-talloc:amd64 2.3.3-0ubuntu0.20.04.1 amd64 hierarchical pool based memory allocator - Python3 bindings
ii python3-tdb 1.4.5-0ubuntu0.20.04.1 amd64 Python3 bindings for TDB
ii python3-tempita 0.5.2-6 all very small text templating language - Python 3.x
ii python3-twisted 18.9.0-11ubuntu0.20.04.2 all Event-based framework for internet applications
ii python3-twisted-bin:amd64 18.9.0-11ubuntu0.20.04.2 amd64 Event-based framework for internet applications
ii python3-tz 2019.3-1ubuntu0.20.04.0 all Python3 version of the Olson timezone database
ii python3-urllib3 1.25.8-2ubuntu0.2 all HTTP library with thread-safe connection pooling for Python3
ii python3-urwid 2.0.1-3 amd64 curses-based UI/widget library for Python 3
ii python3-waitress 1.4.1-1ubuntu0.1 all production-quality pure-Python WSGI server (Python 3)
ii python3-webencodings 0.5.1-1ubuntu1 all Python implementation of the WHATWG Encoding standard
ii python3-webob 1:1.8.5-2 all Python module providing WSGI request and response objects (Python 3)
ii python3-webtest 2.0.32-2 all wraps any WSGI application and makes it easy to test
ii python3-werkzeug 0.16.1+dfsg1-2ubuntu0.1 all collection of utilities for WSGI applications (Python 3.x)
ii python3-whisper 1.1.4-2 all database engine for fast, reliable fixed-sized databases
ii python3-xcffib 0.8.1-0.8 amd64 This package is a Python binding for XCB (Python 3)
ii python3-yaml 5.3.1-1ubuntu0.1 amd64 YAML parser and emitter for Python3
ii python3-zope.interface 4.7.1-1 amd64 Interfaces for Python3
ii python3.8 3.8.10-0ubuntu1~20.04.8 amd64 Interactive high-level object-oriented language (version 3.8)
ii python3.8-minimal 3.8.10-0ubuntu1~20.04.8 amd64 Minimal subset of the Python language (version 3.8)
ii qperf 0.4.11-2 amd64 Measure socket and RDMA performance
ii radosgw 17.2.5-1petasan amd64 REST gateway for RADOS distributed object store
ii rbd-fuse 17.2.5-1petasan amd64 FUSE-based rbd client for the Ceph distributed file system
ii rbd-mirror 17.2.5-1petasan amd64 Ceph daemon for mirroring RBD images
ii rbd-nbd 17.2.5-1petasan amd64 NBD-based rbd client for the Ceph distributed file system
ii readline-common 8.0-4 all GNU readline and history libraries, common files
ii rename 1.10-1 all Perl extension for renaming multiple files
ii rpcbind 1.2.5-8 amd64 converts RPC program numbers into universal addresses
ii rsyslog 8.2001.0-1ubuntu1.3 amd64 reliable system and kernel logging daemon
ii samba 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 SMB/CIFS file, print, and login server for Unix
ii samba-common 2:4.15.13+dfsg-0ubuntu0.20.04.2 all common files used by both the Samba server and client
ii samba-common-bin 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba common files used by both the server and the client
ii samba-libs:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba core libraries
ii samba-vfs-modules:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba Virtual FileSystem plugins
ii sdparm 1.10-1 amd64 Output and modify SCSI device parameters
ii sed 4.7-1 amd64 GNU stream editor for filtering/transforming text
ii sensible-utils 0.0.12+nmu1 all Utilities for sensible alternative selection
ii sg3-utils 1.44-1ubuntu2 amd64 utilities for devices using the SCSI command set
ii sg3-utils-udev 1.44-1ubuntu2 all utilities for devices using the SCSI command set (udev rules)
ii shared-mime-info 1.15-1 amd64 FreeDesktop.org shared MIME database and spec
ii slirp4netns 100:1.1.8-4 amd64 User-mode networking for unprivileged network namespaces
ii smartmontools 7.1-1build1 amd64 control and monitor storage systems using S.M.A.R.T.
ii sound-theme-freedesktop 0.8-2ubuntu1 all freedesktop.org sound theme
ii squashfs-tools 1:4.4-1ubuntu0.3 amd64 Tool to create and append to squashfs filesystems
ii sshpass 1.06-1 amd64 Non-interactive ssh password authentication
ii ssl-cert 1.0.39 all simple debconf wrapper for OpenSSL
ii sudo 1.8.31-1ubuntu1.5 amd64 Provide limited super user privileges to specific users
ii sysstat 12.2.0-2ubuntu0.3 amd64 system performance tools for Linux
ii systemd 245.4-4ubuntu3.22 amd64 system and service manager
ii systemd-sysv 245.4-4ubuntu3.22 amd64 system and service manager - SysV links
rc systemd-timesyncd 245.4-4ubuntu3.15 amd64 minimalistic service to synchronize local time with NTP servers
ii sysvinit-utils 2.96-2.1ubuntu1 amd64 System-V-like utilities
ii tar 1.30+dfsg-7ubuntu0.20.04.3 amd64 GNU version of the tar archiving utility
ii targetcli-fb 2:2.1.49-1petasan amd64 LIO management tool
ii tcpdump 4.9.3-4ubuntu0.2 amd64 command-line network traffic analyzer
ii tdb-tools 1.4.5-0ubuntu0.20.04.1 amd64 Trivial Database - bundled binaries
ii telnet 0.17-41.2build1 amd64 basic telnet client
ii time 1.7-25.1build1 amd64 GNU time program for measuring CPU resource usage
ii tzdata 2023c-0ubuntu0.20.04.2 all time zone and daylight-saving time data
ii ubuntu-keyring 2020.02.11.4 all GnuPG keys of the Ubuntu archive
ii ucf 3.0038+nmu1 all Update Configuration File(s): preserve user changes to config files
ii udev 245.4-4ubuntu3.22 amd64 /dev/ and hotplug management daemon
ii util-linux 2.34-0.1ubuntu9.4 amd64 miscellaneous system utilities
ii uuid-runtime 2.34-0.1ubuntu9.4 amd64 runtime components for the Universally Unique ID library
ii vim 2:8.1.2269-1ubuntu5.16 amd64 Vi IMproved - enhanced vi editor
ii vim-common 2:8.1.2269-1ubuntu5.16 all Vi IMproved - Common files
ii vim-runtime 2:8.1.2269-1ubuntu5.16 all Vi IMproved - Runtime files
ii vlan 2.0.4ubuntu1.20.04.1 all ifupdown integration for vlan configuration
ii wget 1.20.3-1ubuntu2 amd64 retrieves files from the web
ii winbind 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 service to resolve user and group information from Windows NT servers
ii xfsprogs 5.3.0-1ubuntu2 amd64 Utilities for managing the XFS filesystem
ii xkb-data 2.29-2 all X Keyboard Extension (XKB) configuration data
ii xxd 2:8.1.2269-1ubuntu5.16 amd64 tool to make (or reverse) a hex dump
ii xz-utils 5.2.4-1ubuntu1.1 amd64 XZ-format compression utilities
ii zabbix-agent 1:4.0.17+dfsg-1 amd64 network monitoring solution - agent
ii zlib1g:amd64 1:1.2.11.dfsg-2ubuntu1.5 amd64 compression library - runtime
ii zstd 1.4.4+dfsg-3ubuntu0.1 amd64 fast lossless compression algorithm -- CLI tool
root@petasan1:~#
root@petasan1:~# python --version
Python 3.8.10
root@petasan1:~# dpkg -l
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============================-=================================-============-===============================================================================
ii adduser 3.118ubuntu2 all add and remove users and groups
ii amd64-microcode 3.20191218.1ubuntu1.1 amd64 Processor microcode firmware for AMD CPUs
ii apache2 2.4.41-4ubuntu3.14 amd64 Apache HTTP Server
ii apache2-bin 2.4.41-4ubuntu3.14 amd64 Apache HTTP Server (modules and other binary files)
ii apache2-data 2.4.41-4ubuntu3.14 all Apache HTTP Server (common files)
ii apache2-utils 2.4.41-4ubuntu3.14 amd64 Apache HTTP Server (utility programs for web servers)
ii apt 2.0.9 amd64 commandline package manager
ii apt-utils 2.0.9 amd64 package management related utility programs
ii atop 2.4.0-3 amd64 Monitor for system resources and process activity
ii attr 1:2.4.48-5 amd64 utilities for manipulating filesystem extended attributes
ii base-files 11ubuntu5.7 amd64 Debian base system miscellaneous files
ii base-passwd 3.5.47 amd64 Debian base system master password and group files
ii bash 5.0-6ubuntu1.2 amd64 GNU Bourne Again SHell
ii bind9-host 1:9.16.1-0ubuntu2.15 amd64 DNS Lookup Utility
ii bind9-libs:amd64 1:9.16.1-0ubuntu2.15 amd64 Shared Libraries used by BIND 9
ii binutils 2.34-6ubuntu1.6 amd64 GNU assembler, linker and binary utilities
ii binutils-common:amd64 2.34-6ubuntu1.6 amd64 Common files for the GNU assembler, linker and binary utilities
ii binutils-x86-64-linux-gnu 2.34-6ubuntu1.6 amd64 GNU binary utilities, for x86-64-linux-gnu target
ii bsdutils 1:2.34-0.1ubuntu9.4 amd64 basic utilities from 4.4BSD-Lite
ii busybox-initramfs 1:1.30.1-4ubuntu6.4 amd64 Standalone shell setup for initramfs
ii ca-certificates 20230311ubuntu0.20.04.1 all Common CA certificates
ii catatonit 0.1.7-1 amd64 A signal-forwarding process manager for containers.
ii ceph 17.2.5-1petasan amd64 distributed storage and file system
ii ceph-base 17.2.5-1petasan amd64 common ceph daemon libraries and management tools
ii ceph-common 17.2.5-1petasan amd64 common utilities to mount and interact with a ceph storage cluster
ii ceph-mds 17.2.5-1petasan amd64 metadata server for the ceph distributed file system
ii ceph-mgr 17.2.5-1petasan amd64 manager for the ceph distributed file system
ii ceph-mgr-cephadm 17.2.5-1petasan all cephadm orchestrator module for ceph-mgr
ii ceph-mgr-dashboard 17.2.5-1petasan all dashboard module for ceph-mgr
ii ceph-mgr-modules-core 17.2.5-1petasan all ceph manager modules which are always enabled
ii ceph-mon 17.2.5-1petasan amd64 monitor server for the ceph storage system
ii ceph-osd 17.2.5-1petasan amd64 OSD server for the ceph storage system
ii ceph-petasan 17.2.5-1petasan amd64 PetaSAN root Ceph dependency
ii ceph-volume 17.2.5-1petasan all tool to facilidate OSD deployment
ii cephadm 17.2.5-1petasan amd64 cephadm utility to bootstrap ceph daemons with systemd and containers
ii collectd 5.9.2.g-1ubuntu5 amd64 statistics collection and monitoring daemon
ii collectd-core 5.9.2.g-1ubuntu5 amd64 statistics collection and monitoring daemon (core system)
ii collectd-utils 5.9.2.g-1ubuntu5 amd64 statistics collection and monitoring daemon (utilities)
ii collectl 4.3.1-1 all Utility to collect Linux performance data
ii conmon 100:2.1.2~0 amd64 OCI container runtime monitor
ii console-setup 1.194ubuntu3 all console font and keymap setup program
ii console-setup-linux 1.194ubuntu3 all Linux specific part of console-setup
ii consul 1.5.2-1petasan amd64 Consul service networking platform
ii containernetworking-plugins 100:1.1.1~1 amd64 Libraries for writing CNI plugins
ii containers-common 100:1-22 all Configuration files for working with image signatures.
ii containers-golang 0.3.1-1~ubuntu18.04~ppa3 all Seccomp config for container tools
ii containers-image 5.0.0-1~ubuntu18.04~ppa1 all Configuration files for working with image signatures.
ii coreutils 8.30-3ubuntu2 amd64 GNU core utilities
ii cpio 2.13+dfsg-2ubuntu0.3 amd64 GNU cpio -- a program to manage archives of files
ii cpupower 5.14-1petasan amd64 cpu power utilities
ii cri-o-runc 1.0.0-rc8-1~ubuntu18.04~ppa1 amd64 Open Container Project - runtime
ii criu 3.17.1-1 amd64 checkpoint and restore in userspace
ii cron 3.0pl1-136ubuntu1 amd64 process scheduling daemon
ii crun 100:1.2-2 amd64 OCI runtime written in C
ii cryptsetup-bin 2:2.2.2-3ubuntu2.4 amd64 disk encryption support - command line tools
ii ctdb 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 clustered database to store temporary data
ii curl 7.68.0-1ubuntu2.19 amd64 command line tool for transferring data with URL syntax
ii dash 0.5.10.2-6 amd64 POSIX-compliant shell
ii dbus 1.12.16-2ubuntu2.3 amd64 simple interprocess messaging system (daemon and utilities)
ii dbus-user-session 1.12.16-2ubuntu2.3 amd64 simple interprocess messaging system (systemd --user integration)
ii debconf 1.5.73 all Debian configuration management system
ii debianutils 4.9.1 amd64 Miscellaneous utilities specific to Debian
ii dialog 1.3-20190808-1 amd64 Displays user-friendly dialog boxes from shell scripts
ii diffutils 1:3.7-3 amd64 File comparison utilities
ii dmeventd 2:1.02.175-5-5petasan amd64 Linux Kernel Device Mapper event daemon
ii dmidecode 3.2-3 amd64 SMBIOS/DMI table decoder
ii dmsetup 2:1.02.175-5-5petasan amd64 Linux Kernel Device Mapper userspace library
ii dns-root-data 2019052802 all DNS root data including root zone and DNSSEC key
ii dnsmasq-base 2.80-1.1ubuntu1.7 amd64 Small caching DNS proxy and DHCP/TFTP server
ii dosfstools 4.1-2 amd64 utilities for making and checking MS-DOS FAT filesystems
ii dpkg 1.19.7ubuntu3.2 amd64 Debian package management system
ii e2fsprogs 1.45.5-2ubuntu1.1 amd64 ext2/ext3/ext4 file system utilities
ii eject 2.1.5+deb1+cvs20081104-14 amd64 ejects CDs and operates CD-Changers under Linux
ii ethtool 1:5.4-1 amd64 display or change Ethernet device settings
ii fdisk 2.34-0.1ubuntu9.4 amd64 collection of partitioning utilities
ii findutils 4.7.0-1ubuntu1 amd64 utilities for finding files--find, xargs
ii fio 3.16-1 amd64 flexible I/O tester
ii fontconfig 2.13.1-2ubuntu3 amd64 generic font configuration library - support binaries
ii fontconfig-config 2.13.1-2ubuntu3 all generic font configuration library - configuration
ii fonts-dejavu-core 2.37-1 all Vera font family derivate with additional characters
ii fuse 2.9.9-3 amd64 Filesystem in Userspace
ii gcc-10-base:amd64 10.5.0-1ubuntu1~20.04 amd64 GCC, the GNU Compiler Collection (base package)
ii gdisk 1.0.5-1 amd64 GPT fdisk text-mode partitioning tool
ii gettext-base 0.19.8.1-10build1 amd64 GNU Internationalization utilities for the base system
ii gir1.2-glib-2.0:amd64 1.64.1-1~ubuntu20.04.1 amd64 Introspection data for GLib, GObject, Gio and GModule
ii glusterfs-client 7.2-2build1 amd64 clustered file-system (client package)
ii glusterfs-common 7.2-2build1 amd64 GlusterFS common libraries and translator modules
ii glusterfs-server 7.2-2build1 amd64 clustered file-system (server package)
ii gpg 2.2.19-3ubuntu2.2 amd64 GNU Privacy Guard -- minimalist public key operations
ii gpg-agent 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - cryptographic agent
ii gpgconf 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - core configuration utilities
ii gpgv 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - signature verification tool
ii grafana 6.2.5 amd64 Grafana
ii graphite-carbon 1.1.4-2 all backend data caching and persistence daemon for Graphite
ii graphite-web 1.1.4-5ubuntu0.1 all Enterprise Scalable Realtime Graphing
ii grep 3.4-1 amd64 GNU grep, egrep and fgrep
ii grub-common 2.04-5-5petasan amd64 GRand Unified Bootloader (common files)
ii grub-efi-amd64-bin 2.04-5-5petasan amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 modules)
ii grub-gfxpayload-lists 0.7 amd64 GRUB gfxpayload blacklist
ii grub-pc 2.04-5-5petasan amd64 GRand Unified Bootloader, version 2 (PC/BIOS version)
ii grub-pc-bin 2.04-5-5petasan amd64 GRand Unified Bootloader, version 2 (PC/BIOS modules)
ii grub2 2.04-5-5petasan amd64 GRand Unified Bootloader, version 2 (dummy package)
ii grub2-common 2.04-5-5petasan amd64 GRand Unified Bootloader (common files for version 2)
ii gzip 1.10-0ubuntu4.1 amd64 GNU compression utilities
ii hdparm 9.58+ds-4 amd64 tune hard disk parameters for high performance
ii hexedit 1.4.2-6 amd64 viewer and editor in hexadecimal or ASCII for files or devices
ii hostname 3.23 amd64 utility to set/show the host name or domain name
ii htop 2.2.0-2build1 amd64 interactive processes viewer
ii ifupdown 0.8.35ubuntu1 amd64 high level tools to configure network interfaces
ii infiniband-diags 28.0-1ubuntu1 amd64 InfiniBand diagnostic programs
ii init-system-helpers 1.57 all helper tools for all init systems
ii initramfs-tools 0.136ubuntu6.7 all generic modular initramfs generator (automation)
ii initramfs-tools-bin 0.136ubuntu6.7 amd64 binaries used by initramfs-tools
ii initramfs-tools-core 0.136ubuntu6.7 all generic modular initramfs generator (core tools)
ii intel-microcode 3.20230214.0ubuntu0.20.04.1 amd64 Processor microcode firmware for Intel CPUs
ii iotop 0.6-24-g733f3f8-1ubuntu0.1 amd64 simple top-like I/O monitor
ii iperf 2.0.13+dfsg1-1build1 amd64 Internet Protocol bandwidth measuring tool
ii iproute2 5.5.0-1ubuntu1 amd64 networking and traffic control tools
ii iptables 1.8.4-3ubuntu2.1 amd64 administration tools for packet filtering and NAT
ii iputils-arping 3:20190709-3 amd64 Tool to send ICMP echo requests to an ARP address
ii iputils-ping 3:20190709-3 amd64 Tools to test the reachability of network hosts
ii isc-dhcp-client 4.4.1-2.1ubuntu5.20.04.5 amd64 DHCP client for automatically obtaining an IP address
ii iucode-tool 2.3.1-1 amd64 Intel processor microcode tool
ii joe 4.6-1build2 amd64 user friendly full screen text editor
ii jq 1.6-1ubuntu0.20.04.1 amd64 lightweight and flexible command-line JSON processor
ii kbd 2.0.4-4ubuntu2 amd64 Linux console font and keytable utilities
ii keyboard-configuration 1.194ubuntu3 all system-wide keyboard preferences
ii keyutils 1.6-6ubuntu1.1 amd64 Linux Key Management Utilities
ii klibc-utils 2.0.7-1ubuntu5.1 amd64 small utilities built with klibc for early boot
ii kmod 27-1ubuntu2.1 amd64 tools for managing Linux kernel modules
ii kpartx 0.8.3-1ubuntu2.1 amd64 create device mappings for partitions
ii krb5-config 2.6ubuntu1 all Configuration files for Kerberos Version 5
ii krb5-user 1.17-6ubuntu4.3 amd64 basic programs to authenticate using MIT Kerberos
ii libacl1:amd64 2.2.53-6 amd64 access control list - shared library
ii libaio1:amd64 0.3.112-5 amd64 Linux kernel AIO access library - shared library
ii libapache2-mod-wsgi-py3 4.6.8-1ubuntu3.1 amd64 Python 3 WSGI adapter module for Apache
ii libapparmor1:amd64 2.13.3-7ubuntu5.2 amd64 changehat AppArmor library
ii libapr1:amd64 1.6.5-1ubuntu1 amd64 Apache Portable Runtime Library
ii libaprutil1:amd64 1.6.1-4ubuntu2.1 amd64 Apache Portable Runtime Utility Library
ii libaprutil1-dbd-sqlite3:amd64 1.6.1-4ubuntu2.1 amd64 Apache Portable Runtime Utility Library - SQLite3 Driver
ii libaprutil1-ldap:amd64 1.6.1-4ubuntu2.1 amd64 Apache Portable Runtime Utility Library - LDAP Driver
ii libapt-pkg6.0:amd64 2.0.9 amd64 package management runtime library
ii libargon2-1:amd64 0~20171227-0.2 amd64 memory-hard hashing function - runtime library
ii libasn1-8-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - ASN.1 library
ii libasound2:amd64 1.2.2-2.1ubuntu2.5 amd64 shared library for ALSA applications
ii libasound2-data 1.2.2-2.1ubuntu2.5 all Configuration files and profiles for ALSA drivers
ii libassuan0:amd64 2.5.3-7ubuntu2 amd64 IPC library for the GnuPG components
ii libattr1:amd64 1:2.4.48-5 amd64 extended attribute handling - shared library
ii libaudit-common 1:2.8.5-2ubuntu6 all Dynamic library for security auditing - common files
ii libaudit1:amd64 1:2.8.5-2ubuntu6 amd64 Dynamic library for security auditing
ii libavahi-client3:amd64 0.7-4ubuntu7.2 amd64 Avahi client library
ii libavahi-common-data:amd64 0.7-4ubuntu7.2 amd64 Avahi common data files
ii libavahi-common3:amd64 0.7-4ubuntu7.2 amd64 Avahi common library
ii libbabeltrace1:amd64 1.5.8-1build1 amd64 Babeltrace conversion libraries
ii libbinutils:amd64 2.34-6ubuntu1.6 amd64 GNU binary utilities (private shared library)
ii libblkid1:amd64 2.34-0.1ubuntu9.4 amd64 block device ID library
ii libbrotli1:amd64 1.0.7-6ubuntu0.1 amd64 library implementing brotli encoder and decoder (shared libraries)
ii libbsd0:amd64 0.10.0-1 amd64 utility functions from BSD systems - shared library
ii libbz2-1.0:amd64 1.0.8-2 amd64 high-quality block-sorting file compressor library - runtime
ii libc-bin 2.31-0ubuntu9.9 amd64 GNU C Library: Binaries
ii libc6:amd64 2.31-0ubuntu9.9 amd64 GNU C Library: Shared libraries
ii libcairo2:amd64 1.16.0-4ubuntu1 amd64 Cairo 2D vector graphics library
ii libcanberra0:amd64 0.30-7ubuntu1 amd64 simple abstract interface for playing event sounds
ii libcap-ng0:amd64 0.7.9-2.1build1 amd64 An alternate POSIX capabilities library
ii libcap2:amd64 1:2.32-1ubuntu0.1 amd64 POSIX 1003.1e capabilities (library)
ii libcap2-bin 1:2.32-1ubuntu0.1 amd64 POSIX 1003.1e capabilities (utilities)
ii libcbor0.6:amd64 0.6.0-0ubuntu1 amd64 library for parsing and generating CBOR (RFC 7049)
ii libcephfs2 17.2.5-1petasan amd64 Ceph distributed file system client library
ii libcollectdclient1 5.9.2.g-1ubuntu5 amd64 client library for collectd's control interface
ii libcom-err2:amd64 1.45.5-2ubuntu1.1 amd64 common error description library
ii libcrypt1:amd64 1:4.4.10-10ubuntu4 amd64 libcrypt shared library
ii libcryptsetup12:amd64 2:2.2.2-3ubuntu2.4 amd64 disk encryption support - shared library
ii libctf-nobfd0:amd64 2.34-6ubuntu1.6 amd64 Compact C Type Format library (runtime, no BFD dependency)
ii libctf0:amd64 2.34-6ubuntu1.6 amd64 Compact C Type Format library (runtime, BFD dependency)
ii libcups2:amd64 2.3.1-9ubuntu1.4 amd64 Common UNIX Printing System(tm) - Core library
ii libcurl3-gnutls:amd64 7.68.0-1ubuntu2.19 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour)
ii libcurl4:amd64 7.68.0-1ubuntu2.19 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii libdatrie1:amd64 0.2.12-3 amd64 Double-array trie library
ii libdb5.3:amd64 5.3.28+dfsg1-0.6ubuntu2 amd64 Berkeley v5.3 Database Libraries [runtime]
ii libdbi1:amd64 0.9.0-5 amd64 DB Independent Abstraction Layer for C -- shared library
ii libdbus-1-3:amd64 1.12.16-2ubuntu2.3 amd64 simple interprocess messaging system (library)
ii libdebconfclient0:amd64 0.251ubuntu1 amd64 Debian Configuration Management System (C-implementation library)
ii libdevmapper-event1.02.1:amd64 2:1.02.175-5-5petasan amd64 Linux Kernel Device Mapper event support library
ii libdevmapper1.02.1:amd64 2:1.02.175-5-5petasan amd64 Linux Kernel Device Mapper userspace library
ii libdns-export1109 1:9.11.16+dfsg-3~ubuntu1 amd64 Exported DNS Shared Library
ii libdw1:amd64 0.176-1.1build1 amd64 library that provides access to the DWARF debug information
ii libedit2:amd64 3.1-20191231-1 amd64 BSD editline and history libraries
ii libefiboot1:amd64 37-2ubuntu2.2 amd64 Library to manage UEFI variables
ii libefivar1:amd64 37-2ubuntu2.2 amd64 Library to manage UEFI variables
ii libelf1:amd64 0.176-1.1build1 amd64 library to read and write ELF files
ii libestr0:amd64 0.1.10-2.1 amd64 Helper functions for handling strings (lib)
ii libevent-2.1-7:amd64 2.1.11-stable-1 amd64 Asynchronous event notification library
ii libexpat1:amd64 2.2.9-1ubuntu0.6 amd64 XML parsing C library - runtime library
ii libext2fs2:amd64 1.45.5-2ubuntu1.1 amd64 ext2/ext3/ext4 file system libraries
ii libfastjson4:amd64 0.99.8-2 amd64 fast json library for C
ii libfdisk1:amd64 2.34-0.1ubuntu9.4 amd64 fdisk partitioning library
ii libffi7:amd64 3.3-4 amd64 Foreign Function Interface library runtime
ii libfido2-1:amd64 1.3.1-1ubuntu2 amd64 library for generating and verifying FIDO 2.0 objects
ii libfontconfig1:amd64 2.13.1-2ubuntu3 amd64 generic font configuration library - runtime
ii libfreetype6:amd64 2.10.1-2ubuntu0.3 amd64 FreeType 2 font engine, shared library files
ii libfribidi0:amd64 1.0.8-2ubuntu0.1 amd64 Free Implementation of the Unicode BiDi algorithm
ii libfuse2:amd64 2.9.9-3 amd64 Filesystem in Userspace (library)
ii libfuse3-3:amd64 3.9.0-2 amd64 Filesystem in Userspace (library) (3.x version)
ii libgcc-s1:amd64 10.5.0-1ubuntu1~20.04 amd64 GCC support library
ii libgcrypt20:amd64 1.8.5-5ubuntu1.1 amd64 LGPL Crypto library - runtime library
ii libgd3:amd64 2.2.5-5.2ubuntu2.1 amd64 GD Graphics Library
ii libgdbm-compat4:amd64 1.18.1-5 amd64 GNU dbm database routines (legacy support runtime version)
ii libgdbm6:amd64 1.18.1-5 amd64 GNU dbm database routines (runtime version)
ii libgdk-pixbuf2.0-0:amd64 2.40.0+dfsg-3ubuntu0.4 amd64 GDK Pixbuf library
ii libgdk-pixbuf2.0-common 2.40.0+dfsg-3ubuntu0.4 all GDK Pixbuf library - data files
ii libgfapi0:amd64 7.2-2build1 amd64 GlusterFS gfapi shared library
ii libgfchangelog0:amd64 7.2-2build1 amd64 GlusterFS gfchangelog shared library
ii libgfrpc0:amd64 7.2-2build1 amd64 GlusterFS libgfrpc shared library
ii libgfxdr0:amd64 7.2-2build1 amd64 GlusterFS libgfxdr shared library
ii libgirepository-1.0-1:amd64 1.64.1-1~ubuntu20.04.1 amd64 Library for handling GObject introspection data (runtime library)
ii libglib2.0-0:amd64 2.64.6-1~ubuntu20.04.6 amd64 GLib library of C routines
ii libglusterfs0:amd64 7.2-2build1 amd64 GlusterFS shared library
ii libgmp10:amd64 2:6.2.0+dfsg-4ubuntu0.1 amd64 Multiprecision arithmetic library
ii libgnutls30:amd64 3.6.13-2ubuntu1.8 amd64 GNU TLS library - main runtime library
ii libgoogle-perftools4:amd64 2.7-1ubuntu2 amd64 libraries for CPU and heap analysis, plus an efficient thread-caching malloc
ii libgpg-error0:amd64 1.37-1 amd64 GnuPG development runtime library
ii libgpgme11:amd64 1.13.1-7ubuntu2.1 amd64 GPGME - GnuPG Made Easy (library)
ii libgpm2:amd64 1.20.7-5 amd64 General Purpose Mouse - shared library
ii libgraphite2-3:amd64 1.3.13-11build1 amd64 Font rendering engine for Complex Scripts -- library
ii libgssapi-krb5-2:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii libgssapi3-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - GSSAPI support library
ii libgssrpc4:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - GSS enabled ONCRPC
ii libharfbuzz0b:amd64 2.6.4-1ubuntu4.2 amd64 OpenType text shaping engine (shared library)
ii libhcrypto4-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - crypto library
ii libheimbase1-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - Base library
ii libheimntlm0-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - NTLM support library
ii libhogweed5:amd64 3.5.1+really3.5.1-2ubuntu0.2 amd64 low level cryptographic library (public-key cryptos)
ii libhx509-5-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - X509 support library
ii libibmad5 28.0-1ubuntu1 amd64 Infiniband Management Datagram (MAD) library
ii libibnetdisc5 28.0-1ubuntu1 amd64 InfiniBand diagnostics library
ii libibumad3:amd64 28.0-1ubuntu1 amd64 InfiniBand Userspace Management Datagram (uMAD) library
ii libibverbs1:amd64 28.0-1ubuntu1 amd64 Library for direct userspace use of RDMA (InfiniBand/iWARP)
ii libicu66:amd64 66.1-2ubuntu2.1 amd64 International Components for Unicode
ii libidn11:amd64 1.33-2.2ubuntu2 amd64 GNU Libidn library, implementation of IETF IDN specifications
ii libidn2-0:amd64 2.2.0-2 amd64 Internationalized domain names (IDNA2008/TR46) library
ii libip4tc2:amd64 1.8.4-3ubuntu2.1 amd64 netfilter libip4tc library
ii libip6tc2:amd64 1.8.4-3ubuntu2.1 amd64 netfilter libip6tc library
ii libisc-export1105:amd64 1:9.11.16+dfsg-3~ubuntu1 amd64 Exported ISC Shared Library
ii libisns0:amd64 0.97-3 amd64 Internet Storage Name Service - shared libraries
ii libjansson4:amd64 2.12-1build1 amd64 C library for encoding, decoding and manipulating JSON data
ii libjbig0:amd64 2.1-3.1ubuntu0.20.04.1 amd64 JBIGkit libraries
ii libjpeg-turbo8:amd64 2.0.3-0ubuntu1.20.04.3 amd64 IJG JPEG compliant runtime library.
ii libjpeg8:amd64 8c-2ubuntu8 amd64 Independent JPEG Group's JPEG runtime library (dependency package)
ii libjq1:amd64 1.6-1ubuntu0.20.04.1 amd64 lightweight and flexible command-line JSON processor - shared library
ii libjs-jquery 3.3.1~dfsg-3 all JavaScript library for dynamic web applications
ii libjs-sphinxdoc 1.8.5-7ubuntu3 all JavaScript support for Sphinx documentation
ii libjs-underscore 1.9.1~dfsg-1ubuntu0.20.04.1 all JavaScript's functional programming helper library
ii libjson-c4:amd64 0.13.1+dfsg-7ubuntu0.3 amd64 JSON manipulation library - shared library
ii libk5crypto3:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - Crypto Library
ii libkadm5clnt-mit11:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - Administration Clients
ii libkadm5srv-mit11:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - KDC and Admin Server
ii libkdb5-9:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - Kerberos database
ii libkeyutils1:amd64 1.6-6ubuntu1.1 amd64 Linux Key Management Utilities (library)
ii libklibc:amd64 2.0.7-1ubuntu5.1 amd64 minimal libc subset for use with initramfs
ii libkmod2:amd64 27-1ubuntu2.1 amd64 libkmod shared library
ii libkrb5-26-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - libraries
ii libkrb5-3:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries
ii libkrb5support0:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - Support library
ii libldap-2.4-2:amd64 2.4.49+dfsg-2ubuntu1.9 amd64 OpenLDAP libraries
ii libldap-common 2.4.49+dfsg-2ubuntu1.9 all OpenLDAP common files for libraries
ii libldb2:amd64 2:2.4.4-0ubuntu0.20.04.2 amd64 LDAP-like embedded database - shared library
ii liblmdb0:amd64 0.9.24-1 amd64 Lightning Memory-Mapped Database shared library
ii liblocale-gettext-perl 1.07-4 amd64 module using libc functions for internationalization in Perl
ii libltdl7:amd64 2.4.6-14 amd64 System independent dlopen wrapper for GNU libtool
ii liblua5.2-0:amd64 5.2.4-1.1build3 amd64 Shared library for the Lua interpreter version 5.2
ii liblua5.3-0:amd64 5.3.3-1.1ubuntu2 amd64 Shared library for the Lua interpreter version 5.3
ii liblvm2cmd2.03:amd64 2.03.11-5-5petasan amd64 LVM2 command library
ii liblz4-1:amd64 1.9.2-2ubuntu0.20.04.1 amd64 Fast LZ compression algorithm library - runtime
ii liblz4-tool 1.9.2-2ubuntu0.20.04.1 all Fast LZ compression algorithm library - transitional package
ii liblzma5:amd64 5.2.4-1ubuntu1.1 amd64 XZ-format compression library
ii liblzo2-2:amd64 2.10-2 amd64 data compression library
ii libmaxminddb0:amd64 1.4.2-0ubuntu1.20.04.1 amd64 IP geolocation database library
ii libmnl0:amd64 1.0.4-2 amd64 minimalistic Netlink communication library
ii libmount1:amd64 2.34-0.1ubuntu9.4 amd64 device mounting library
ii libmpdec2:amd64 2.4.2-3 amd64 library for decimal floating point arithmetic (runtime library)
ii libncurses6:amd64 6.2-0ubuntu2.1 amd64 shared libraries for terminal handling
ii libncursesw6:amd64 6.2-0ubuntu2.1 amd64 shared libraries for terminal handling (wide character support)
ii libnet1:amd64 1.1.6+dfsg-3.1build1 amd64 library for the construction and handling of network packets
ii libnetfilter-conntrack3:amd64 1.0.7-2 amd64 Netfilter netlink-conntrack library
ii libnettle7:amd64 3.5.1+really3.5.1-2ubuntu0.2 amd64 low level cryptographic library (symmetric and one-way cryptos)
ii libnfnetlink0:amd64 1.0.1-3build1 amd64 Netfilter netlink library
ii libnfsidmap2:amd64 0.25-5.1ubuntu1 amd64 NFS idmapping library
ii libnftnl11:amd64 1.1.5-1 amd64 Netfilter nftables userspace API library
ii libnghttp2-14:amd64 1.40.0-1ubuntu0.1 amd64 library implementing HTTP/2 protocol (shared library)
ii libnginx-mod-http-image-filter 1.18.0-0ubuntu1.4 amd64 HTTP image filter module for Nginx
ii libnginx-mod-http-xslt-filter 1.18.0-0ubuntu1.4 amd64 XSLT Transformation module for Nginx
ii libnginx-mod-mail 1.18.0-0ubuntu1.4 amd64 Mail module for Nginx
ii libnginx-mod-stream 1.18.0-0ubuntu1.4 amd64 Stream module for Nginx
ii libnl-3-200:amd64 3.4.0-1ubuntu0.1 amd64 library for dealing with netlink sockets
ii libnl-genl-3-200:amd64 3.4.0-1ubuntu0.1 amd64 library for dealing with netlink sockets - generic netlink
ii libnl-route-3-200:amd64 3.4.0-1ubuntu0.1 amd64 library for dealing with netlink sockets - route interface
ii libnpth0:amd64 1.6-1 amd64 replacement for GNU Pth using system threads
ii libnss-winbind:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba nameservice integration plugins
ii libnuma1:amd64 2.0.12-1 amd64 Libraries for controlling NUMA policy
ii liboath0 2.6.1-1.3 amd64 OATH Toolkit Liboath library
ii libogg0:amd64 1.3.4-0ubuntu1 amd64 Ogg bitstream library
ii libonig5:amd64 6.9.4-1 amd64 regular expressions library
ii libopensm8 3.3.21-2 amd64 InfiniBand subnet manager library
ii libopts25:amd64 1:5.18.16-3 amd64 automated option processing library based on autogen
ii libosmcomp4 3.3.21-2 amd64 InfiniBand subnet manager - component library
ii libosmvendor4 3.3.21-2 amd64 InfiniBand subnet manager - vendor library
ii libp11-kit0:amd64 0.23.20-1ubuntu0.1 amd64 library for loading and coordinating access to PKCS#11 modules - runtime
ii libpam-modules:amd64 1.3.1-5ubuntu4.6 amd64 Pluggable Authentication Modules for PAM
ii libpam-modules-bin 1.3.1-5ubuntu4.6 amd64 Pluggable Authentication Modules for PAM - helper binaries
ii libpam-runtime 1.3.1-5ubuntu4.6 all Runtime support for the PAM library
ii libpam-systemd:amd64 245.4-4ubuntu3.22 amd64 system and service manager - PAM module
ii libpam-winbind:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Windows domain authentication integration plugin
ii libpam0g:amd64 1.3.1-5ubuntu4.6 amd64 Pluggable Authentication Modules library
ii libpango-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text
ii libpangocairo-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text
ii libpangoft2-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text
ii libparted2:amd64 3.3-4ubuntu0.20.04.1 amd64 disk partition manipulator - shared library
ii libpcap0.8:amd64 1.9.1-3 amd64 system interface for user-level packet capture
ii libpci3:amd64 1:3.6.4-1ubuntu0.20.04.1 amd64 PCI utilities (shared library)
ii libpcre2-8-0:amd64 10.34-7ubuntu0.1 amd64 New Perl Compatible Regular Expression Library- 8 bit runtime files
ii libpcre3:amd64 2:8.39-12ubuntu0.1 amd64 Old Perl 5 Compatible Regular Expression Library - runtime files
ii libperl5.30:amd64 5.30.0-9ubuntu0.4 amd64 shared Perl library
ii libpixman-1-0:amd64 0.38.4-0ubuntu2.1 amd64 pixel-manipulation library for X and cairo
ii libpng16-16:amd64 1.6.37-2 amd64 PNG library - runtime (version 1.6)
ii libpopt0:amd64 1.16-14 amd64 lib for parsing cmdline parameters
ii libprocps8:amd64 2:3.3.16-1ubuntu2.3 amd64 library for accessing process information from /proc
ii libprotobuf-c1:amd64 1.3.3-1ubuntu0.1 amd64 Protocol Buffers C shared library (protobuf-c)
ii libprotobuf17:amd64 3.6.1.3-2ubuntu5.2 amd64 protocol buffers C++ library
ii libpsl5:amd64 0.21.0-1ubuntu1 amd64 Library for Public Suffix List (shared libraries)
ii libpython2.7-minimal:amd64 2.7.18-1~20.04.3 amd64 Minimal subset of the Python language (version 2.7)
ii libpython2.7-stdlib:amd64 2.7.18-1~20.04.3 amd64 Interactive high-level object-oriented language (standard library, version 2.7)
ii libpython3-stdlib:amd64 3.8.2-0ubuntu2 amd64 interactive high-level object-oriented language (default python3 version)
ii libpython3.8:amd64 3.8.10-0ubuntu1~20.04.8 amd64 Shared Python runtime library (version 3.8)
ii libpython3.8-minimal:amd64 3.8.10-0ubuntu1~20.04.8 amd64 Minimal subset of the Python language (version 3.8)
ii libpython3.8-stdlib:amd64 3.8.10-0ubuntu1~20.04.8 amd64 Interactive high-level object-oriented language (standard library, version 3.8)
ii librabbitmq4:amd64 0.10.0-1 amd64 AMQP client library written in C
ii librados2 17.2.5-1petasan amd64 RADOS distributed object store client library
ii libradosstriper1 17.2.5-1petasan amd64 RADOS striping interface
ii librbd1 17.2.5-1petasan amd64 RADOS block device client library
ii librdkafka1:amd64 1.2.1-1ubuntu1 amd64 library implementing the Apache Kafka protocol
ii librdmacm1:amd64 28.0-1ubuntu1 amd64 Library for managing RDMA connections
ii libreadline5:amd64 5.2+dfsg-3build3 amd64 GNU readline and history libraries, run-time libraries
ii libreadline8:amd64 8.0-4 amd64 GNU readline and history libraries, run-time libraries
ii librgw2 17.2.5-1petasan amd64 RADOS Gateway client library
ii libroken18-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - roken support library
ii librrd8:amd64 1.7.2-3build2 amd64 time-series data storage and display system (runtime library)
ii librtmp1:amd64 2.4+20151223.gitfa8646d.1-2build1 amd64 toolkit for RTMP streams (shared library)
ii libsasl2-2:amd64 2.1.27+dfsg-2ubuntu0.1 amd64 Cyrus SASL - authentication abstraction library
ii libsasl2-modules-db:amd64 2.1.27+dfsg-2ubuntu0.1 amd64 Cyrus SASL - pluggable authentication modules (DB)
ii libseccomp2:amd64 2.5.1-1ubuntu1~20.04.2 amd64 high level interface to Linux seccomp filter
ii libselinux1:amd64 3.0-1build2 amd64 SELinux runtime shared libraries
ii libsemanage-common 3.0-1build2 all Common files for SELinux policy management libraries
ii libsemanage1:amd64 3.0-1build2 amd64 SELinux policy management library
ii libsensors-config 1:3.6.0-2ubuntu1.1 all lm-sensors configuration files
ii libsensors5:amd64 1:3.6.0-2ubuntu1.1 amd64 library to read temperature/voltage/fan sensors
ii libsepol1:amd64 3.0-1ubuntu0.1 amd64 SELinux library for manipulating binary security policies
ii libsgutils2-2 1.44-1ubuntu2 amd64 utilities for devices using the SCSI command set (shared libraries)
ii libsmartcols1:amd64 2.34-0.1ubuntu9.4 amd64 smart column output alignment library
ii libsnappy1v5:amd64 1.1.8-1build1 amd64 fast compression/decompression library
ii libsqlite3-0:amd64 3.31.1-4ubuntu0.5 amd64 SQLite 3 shared library
ii libsqlite3-mod-ceph 17.2.5-1petasan amd64 SQLite3 VFS for Ceph
ii libss2:amd64 1.45.5-2ubuntu1.1 amd64 command-line interface parsing library
ii libssh-4:amd64 0.9.3-2ubuntu2.3 amd64 tiny C SSH library (OpenSSL flavor)
ii libssl1.1:amd64 1.1.1f-1ubuntu2.19 amd64 Secure Sockets Layer toolkit - shared libraries
ii libstdc++6:amd64 10.5.0-1ubuntu1~20.04 amd64 GNU Standard C++ Library v3
ii libsystemd0:amd64 245.4-4ubuntu3.22 amd64 systemd utility library
ii libtalloc2:amd64 2.3.3-0ubuntu0.20.04.1 amd64 hierarchical pool based memory allocator
ii libtasn1-6:amd64 4.16.0-2 amd64 Manage ASN.1 structures (runtime)
ii libtcmalloc-minimal4:amd64 2.7-1ubuntu2 amd64 efficient thread-caching malloc
ii libtdb1:amd64 1.4.5-0ubuntu0.20.04.1 amd64 Trivial Database - shared library
ii libtevent0:amd64 0.11.0-0ubuntu0.20.04.1 amd64 talloc-based event loop library - shared library
ii libthai-data 0.1.28-3 all Data files for Thai language support library
ii libthai0:amd64 0.1.28-3 amd64 Thai language support library
ii libtiff5:amd64 4.1.0+git191117-2ubuntu0.20.04.8 amd64 Tag Image File Format (TIFF) library
ii libtinfo6:amd64 6.2-0ubuntu2.1 amd64 shared low-level terminfo library for terminal handling
ii libtirpc-common 1.2.5-1ubuntu0.1 all transport-independent RPC library - common files
ii libtirpc3:amd64 1.2.5-1ubuntu0.1 amd64 transport-independent RPC library
ii libudev1:amd64 245.4-4ubuntu3.22 amd64 libudev shared library
ii libunistring2:amd64 0.9.10-2 amd64 Unicode string library for C
ii libunwind8:amd64 1.2.1-9ubuntu0.1 amd64 library to determine the call-chain of a program - runtime
ii liburcu6:amd64 0.11.1-2 amd64 userspace RCU (read-copy-update) library
ii libuuid1:amd64 2.34-0.1ubuntu9.4 amd64 Universally Unique ID library
ii libuv1:amd64 1.34.2-1ubuntu1.3 amd64 asynchronous event notification library - runtime library
ii libvarlink 18-2~ubuntu18.04~ppa4 amd64 Varlink C library
ii libvorbis0a:amd64 1.3.6-2ubuntu1 amd64 decoder library for Vorbis General Audio Compression Codec
ii libvorbisfile3:amd64 1.3.6-2ubuntu1 amd64 high-level API for Vorbis General Audio Compression Codec
ii libwbclient0:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba winbind client library
ii libwebp6:amd64 0.6.1-2ubuntu0.20.04.2 amd64 Lossy compression of digital photographic images.
ii libwind0-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - stringprep implementation
ii libwrap0:amd64 7.6.q-30 amd64 Wietse Venema's TCP wrappers library
ii libx11-6:amd64 2:1.6.9-2ubuntu1.5 amd64 X11 client-side library
ii libx11-data 2:1.6.9-2ubuntu1.5 all X11 client-side library
ii libxau6:amd64 1:1.0.9-0ubuntu1 amd64 X11 authorisation library
ii libxcb-render0:amd64 1.14-2 amd64 X C Binding, render extension
ii libxcb-shm0:amd64 1.14-2 amd64 X C Binding, shm extension
ii libxcb1:amd64 1.14-2 amd64 X C Binding
ii libxdmcp6:amd64 1:1.1.3-0ubuntu1 amd64 X11 Display Manager Control Protocol library
ii libxext6:amd64 2:1.3.4-0ubuntu1 amd64 X11 miscellaneous extension library
ii libxml2:amd64 2.9.10+dfsg-5ubuntu0.20.04.6 amd64 GNOME XML library
ii libxpm4:amd64 1:3.5.12-1ubuntu0.20.04.1 amd64 X11 pixmap library
ii libxrender1:amd64 1:0.9.10-1 amd64 X Rendering Extension client library
ii libxslt1.1:amd64 1.1.34-4ubuntu0.20.04.1 amd64 XSLT 1.0 processing library - runtime library
ii libxtables12:amd64 1.8.4-3ubuntu2.1 amd64 netfilter xtables library
ii libyajl2:amd64 2.1.0-3 amd64 Yet Another JSON Library
ii libyaml-0-2:amd64 0.2.2-1 amd64 Fast YAML 1.1 parser and emitter library
ii libzstd1:amd64 1.4.4+dfsg-3ubuntu0.1 amd64 fast lossless compression algorithm
ii linux-base 4.5ubuntu3.7 all Linux image base package
ii linux-image-4.12.14-28-petasan 4.12.14-28-petasan amd64 PetaSAN Linux kernel binary image
ii linux-image-5.14.21-02-petasan 5.14.21-02-petasan amd64 PetaSAN Linux kernel binary image
ii linux-image-5.14.21-04-petasan 5.14.21-04-petasan amd64 PetaSAN Linux kernel binary image
ii linux-image-petasan 5.14.21-04 amd64 PetaSAN root kernel dependency
ii locales 2.31-0ubuntu9.9 all GNU C Library: National Language (locale) data [support]
ii login 1:4.8.1-1ubuntu5.20.04.4 amd64 system login tools
ii logrotate 3.14.0-4ubuntu3 amd64 Log rotation utility
ii logsave 1.45.5-2ubuntu1.1 amd64 save the output of a command in a log file
ii lsb-base 11.1.0ubuntu2 all Linux Standard Base init script functionality
ii lsof 4.93.2+dfsg-1ubuntu0.20.04.1 amd64 utility to list open files
ii lvm2 2.03.11-5-5petasan amd64 Linux Logical Volume Manager
ii lz4 1.9.2-2ubuntu0.20.04.1 amd64 Fast LZ compression algorithm library - tool
ii mawk 1.3.4.20200120-2 amd64 Pattern scanning and text processing language
ii mdadm 4.1-5ubuntu1.2 amd64 tool to administer Linux MD arrays (software RAID)
ii memtest86+ 5.01-3.1ubuntu2.1 amd64 thorough real-mode memory tester
ii mime-support 3.64ubuntu1 all MIME files 'mime.types' & 'mailcap', and support programs
ii mount 2.34-0.1ubuntu9.4 amd64 tools for mounting and manipulating filesystems
ii multipath-tools 0.8.3-1ubuntu2.1 amd64 maintain multipath block device access
ii nano 4.8-1ubuntu1 amd64 small, friendly text editor inspired by Pico
ii ncurses-base 6.2-0ubuntu2.1 all basic terminal type definitions
ii ncurses-bin 6.2-0ubuntu2.1 amd64 terminal-related programs and man pages
ii net-tools 1.60+git20180626.aebd88e-1ubuntu1 amd64 NET-3 networking toolkit
ii netbase 6.1 all Basic TCP/IP networking system
ii netcat 1.206-1ubuntu1 all TCP/IP swiss army knife -- transitional package
ii netcat-openbsd 1.206-1ubuntu1 amd64 TCP/IP swiss army knife
ii nfs-common 1:1.3.4-2.5ubuntu3.4 amd64 NFS support files common to client and server
ii nginx 1.18.0-0ubuntu1.4 all small, powerful, scalable web/proxy server
ii nginx-common 1.18.0-0ubuntu1.4 all small, powerful, scalable web/proxy server - common files
ii nginx-core 1.18.0-0ubuntu1.4 amd64 nginx web/proxy server (standard version)
ii ntp 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 amd64 Network Time Protocol daemon and utility programs
ii ntpdate 1:4.2.8p12+dfsg-3ubuntu4.20.04.1 amd64 client for setting system time from NTP servers (deprecated)
ii numactl 2.0.12-1 amd64 NUMA scheduling and memory placement tool
ii nvme-cli 1.9-1ubuntu0.1 amd64 userspace tooling to control NVMe drives
ii open-iscsi 2.0.874-7.1ubuntu6.4 amd64 iSCSI initiator tools
ii opensm 3.3.21-2 amd64 InfiniBand subnet manager
ii openssh-client 1:8.2p1-4ubuntu0.8 amd64 secure shell (SSH) client, for secure access to remote machines
ii openssh-server 1:8.2p1-4ubuntu0.8 amd64 secure shell (SSH) server, for secure access from remote machines
ii openssh-sftp-server 1:8.2p1-4ubuntu0.8 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machines
ii openssl 1.1.1f-1ubuntu2.19 amd64 Secure Sockets Layer toolkit - cryptographic utility
ii parted 3.3-4ubuntu0.20.04.1 amd64 disk partition manipulator
ii passwd 1:4.8.1-1ubuntu5.20.04.4 amd64 change and administer password and group data
ii patch 2.7.6-6 amd64 Apply a diff file to an original
ii pci.ids 0.0~2020.03.20-1 all PCI ID Repository
ii pciutils 1:3.6.4-1ubuntu0.20.04.1 amd64 PCI utilities
ii perl 5.30.0-9ubuntu0.4 amd64 Larry Wall's Practical Extraction and Report Language
ii perl-base 5.30.0-9ubuntu0.4 amd64 minimal Perl system
ii perl-modules-5.30 5.30.0-9ubuntu0.4 all Core Perl modules
ii petasan 3.2.1 amd64 PetaSAN Storage
ii petasan-container-images 3.2.0 amd64 PetaSAN container images
ii petasan-firmware 20230320 amd64 PetaSAN Linux kernel firmware
ii petasan-stats-config 3.2.0 amd64 PetaSAN statistics configuration
ii pinentry-curses 1.1.0-3build1 amd64 curses-based PIN or pass-phrase entry dialog for GnuPG
ii podman 100:3.4.2-5 amd64 Manage pods, containers and container images.
ii podman-machine-cni 100:0.0.0-1 amd64 Plugins for podman
ii podman-plugins 100:1.2.0-1 amd64 Plugins for podman
ii procps 2:3.3.16-1ubuntu2.3 amd64 /proc file system utilities
ii psmisc 23.3-1 amd64 utilities that use the proc file system
ii python-pastedeploy-tpl 2.1.0-1 all load, configure, and compose WSGI applications and servers - templates
ii python2.7 2.7.18-1~20.04.3 amd64 Interactive high-level object-oriented language (version 2.7)
ii python2.7-minimal 2.7.18-1~20.04.3 amd64 Minimal subset of the Python language (version 2.7)
ii python3 3.8.2-0ubuntu2 amd64 interactive high-level object-oriented language (default python3 version)
ii python3-attr 19.3.0-2 all Attributes without boilerplate (Python 3)
ii python3-automat 0.8.0-1ubuntu1 all Self-service finite-state machines for the programmer on the go
ii python3-bcrypt 3.1.7-2ubuntu1 amd64 password hashing library for Python 3
ii python3-bs4 4.8.2-1 all error-tolerant HTML parser for Python 3
ii python3-cachetools 4.0.0-1 all extensible memoizing collections and decorators for Python 3
ii python3-cairo:amd64 1.16.2-2ubuntu2 amd64 Python3 bindings for the Cairo vector graphics library
ii python3-cairocffi 0.9.0-4 all cffi-based cairo bindings for Python (Python3)
ii python3-ceph 17.2.5-1petasan all Meta-package for all Python 3.x modules for the Ceph libraries
ii python3-ceph-argparse 17.2.5-1petasan amd64 Python 3 utility libraries for Ceph CLI
ii python3-ceph-common 17.2.5-1petasan all Python 3 utility libraries for Ceph
ii python3-cephfs 17.2.5-1petasan amd64 Python 3 libraries for the Ceph libcephfs library
ii python3-certifi 2019.11.28-1 all root certificates for validating SSL certs and verifying TLS hosts (python3)
ii python3-cffi 1.14.0-1build1 all Foreign Function Interface for Python 3 calling C code
ii python3-cffi-backend 1.14.0-1build1 amd64 Foreign Function Interface for Python 3 calling C code - runtime
ii python3-chardet 3.0.4-4build1 all universal character encoding detector for Python3
ii python3-cherrypy3 8.9.1-6 all Python web development framework - Python 3 module
ii python3-click 7.0-3 all Wrapper around optparse for command line utilities - Python 3.x
ii python3-colorama 0.4.3-1build1 all Cross-platform colored terminal text in Python - Python 3.x
ii python3-configshell-fb 1:1.1.27-0ubuntu1 all Python library for building configuration shells - Python 3
ii python3-constantly 15.1.0-1build1 all Symbolic constants in Python
ii python3-consul 1.1.0-1petasan amd64 Consul python library
ii python3-croniter 0.3.29-2ubuntu1 all provides iteration for datetime object with cron like format - Python 3.x
ii python3-crontab 1.9.3-3.1 all Python3 module for reading and writing crontab files
ii python3-crypto 2.6.1-13ubuntu2 amd64 cryptographic algorithms and protocols for Python 3
ii python3-cryptography 2.8-3ubuntu0.1 amd64 Python library exposing cryptographic recipes and primitives (Python 3)
ii python3-dateutil 2.7.3-3ubuntu1 all powerful extensions to the standard Python 3 datetime module
ii python3-dbus 1.2.16-1build1 amd64 simple interprocess messaging system (Python 3 interface)
ii python3-dialog 3.4.0-1 all Python module for making simple terminal-based user interfaces
ii python3-distutils 3.8.10-0ubuntu1~20.04 all distutils package for Python 3.x
ii python3-django 2:2.2.12-1ubuntu0.18 all High-level Python web development framework
ii python3-django-tagging 1:0.4.5-2 all Generic tagging application for Django projects (Python 3)
ii python3-dnspython 1.16.0-1ubuntu1 all DNS toolkit for Python 3
ii python3-flask 1.1.1-2ubuntu0.1 all micro web framework based on Werkzeug and Jinja2 - Python 3.x
ii python3-gi 3.36.0-1 amd64 Python 3 bindings for gobject-introspection libraries
ii python3-gpg 1.13.1-7ubuntu2.1 amd64 Python interface to the GPGME GnuPG encryption library (Python 3)
ii python3-hamcrest 1.9.0-3 all Hamcrest framework for matcher objects (Python 3)
ii python3-html5lib 1.0.1-2 all HTML parser/tokenizer based on the WHATWG HTML5 specification
ii python3-hyperlink 19.0.0-1 all Immutable, Pythonic, correct URLs.
ii python3-idna 2.8-1 all Python IDNA2008 (RFC 5891) handling (Python 3)
ii python3-incremental 16.10.1-3.2 all Library for versioning Python projects.
ii python3-itsdangerous 1.1.0-1 all Various helpers to pass trusted data to untrusted environment - Python 3.x
ii python3-jinja2 2.10.1-2 all small but fast and easy to use stand-alone template engine
ii python3-jwt 1.7.1-2ubuntu2.1 all Python 3 implementation of JSON Web Token
ii python3-ldb 2:2.4.4-0ubuntu0.20.04.2 amd64 Python 3 bindings for LDB
ii python3-lib2to3 3.8.10-0ubuntu1~20.04 all Interactive high-level object-oriented language (lib2to3)
ii python3-logutils 0.3.3-7 all handlers for the Python standard library's logging package - Python 3.x
ii python3-lxml:amd64 4.5.0-1ubuntu0.5 amd64 pythonic binding for the libxml2 and libxslt libraries
ii python3-mako 1.1.0+ds1-1ubuntu2.1 all fast and lightweight templating for the Python 3 platform
ii python3-markupsafe 1.1.0-1build2 amd64 HTML/XHTML/XML string library for Python 3
ii python3-minimal 3.8.2-0ubuntu2 amd64 minimal subset of the Python language (default python3 version)
ii python3-netifaces 0.10.4-1ubuntu4 amd64 portable network interface information - Python 3.x
ii python3-openssl 19.0.0-1build1 all Python 3 wrapper around the OpenSSL library
ii python3-paste 3.4.0+dfsg1-1 all tools for using a Web Server Gateway Interface stack - Python 3.x
ii python3-pastedeploy 2.1.0-1 all load, configure, and compose WSGI applications and servers - Python 3.x
ii python3-pastescript 2.0.2-4 all create file layouts for Python3 packages and serve webapps
ii python3-pecan 1.3.3-3ubuntu1 all WSGI object-dispatching web framework - Python 3.x
ii python3-pexpect 4.6.0-1build1 all Python 3 module for automating interactive applications
ii python3-pkg-resources 45.2.0-1ubuntu0.1 all Package Discovery and Resource Access using pkg_resources
ii python3-ply 3.11-3ubuntu0.1 all Lex and Yacc implementation for Python3
ii python3-prettytable 0.7.2-5 all library to represent tabular data in visually appealing ASCII tables (Python3)
ii python3-protobuf 3.6.1.3-2ubuntu5.2 amd64 Python 3 bindings for protocol buffers
ii python3-psutil 5.5.1-1ubuntu4 amd64 module providing convenience functions for managing processes (Python3)
ii python3-ptyprocess 0.6.0-1ubuntu1 all Run a subprocess in a pseudo terminal from Python 3
ii python3-pyasn1 0.4.2-3build1 all ASN.1 library for Python (Python 3 module)
ii python3-pyasn1-modules 0.2.1-0.2build1 all Collection of protocols modules written in ASN.1 language (Python 3)
ii python3-pycparser 2.19-1ubuntu1 all C parser in Python 3
ii python3-pyparsing 2.4.6-1 all alternative to creating and executing simple grammars - Python 3.x
ii python3-pyudev 0.21.0-3ubuntu1 all Python3 bindings for libudev
ii python3-rados 17.2.5-1petasan amd64 Python 3 libraries for the Ceph librados library
ii python3-rbd 17.2.5-1petasan amd64 Python 3 libraries for the Ceph librbd library
ii python3-repoze.lru 0.7-2 all tiny LRU cache implementation and decorator for Python 3
ii python3-requests 2.22.0-2ubuntu1.1 all elegant and simple HTTP library for Python3, built for human beings
ii python3-retrying 1.3.3-4 all simplifies the task of adding retry behavior - Python 3.x
ii python3-rgw 17.2.5-1petasan amd64 Python 3 libraries for the Ceph librgw library
ii python3-routes 2.4.1-2 all Routing Recognition and Generation Tools for Python 3
ii python3-rtslib-fb 2:2.1.69-1petasan amd64 Python library for LIO management
ii python3-samba 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Python 3 bindings for Samba
ii python3-service-identity 18.1.0-5build1 all Service identity verification for pyOpenSSL (Python 3 module)
ii python3-setuptools 45.2.0-1ubuntu0.1 all Python3 Distutils Enhancements
ii python3-simplegeneric 0.8.1-3 all simple generic functions for Python3
ii python3-simplejson 3.16.0-2ubuntu2 amd64 simple, fast, extensible JSON encoder/decoder for Python 3.x
ii python3-singledispatch 3.4.0.3-2build1 all single-dispatch generic functions for Python
ii python3-six 1.14.0-2 all Python 2 and 3 compatibility library (Python 3 interface)
ii python3-soupsieve 1.9.5+dfsg-1 all modern CSS selector implementation for BeautifulSoup (Python 3)
ii python3-sqlparse 0.2.4-3ubuntu0.1 all non-validating SQL parser for Python 3
ii python3-talloc:amd64 2.3.3-0ubuntu0.20.04.1 amd64 hierarchical pool based memory allocator - Python3 bindings
ii python3-tdb 1.4.5-0ubuntu0.20.04.1 amd64 Python3 bindings for TDB
ii python3-tempita 0.5.2-6 all very small text templating language - Python 3.x
ii python3-twisted 18.9.0-11ubuntu0.20.04.2 all Event-based framework for internet applications
ii python3-twisted-bin:amd64 18.9.0-11ubuntu0.20.04.2 amd64 Event-based framework for internet applications
ii python3-tz 2019.3-1ubuntu0.20.04.0 all Python3 version of the Olson timezone database
ii python3-urllib3 1.25.8-2ubuntu0.2 all HTTP library with thread-safe connection pooling for Python3
ii python3-urwid 2.0.1-3 amd64 curses-based UI/widget library for Python 3
ii python3-waitress 1.4.1-1ubuntu0.1 all production-quality pure-Python WSGI server (Python 3)
ii python3-webencodings 0.5.1-1ubuntu1 all Python implementation of the WHATWG Encoding standard
ii python3-webob 1:1.8.5-2 all Python module providing WSGI request and response objects (Python 3)
ii python3-webtest 2.0.32-2 all wraps any WSGI application and makes it easy to test
ii python3-werkzeug 0.16.1+dfsg1-2ubuntu0.1 all collection of utilities for WSGI applications (Python 3.x)
ii python3-whisper 1.1.4-2 all database engine for fast, reliable fixed-sized databases
ii python3-xcffib 0.8.1-0.8 amd64 This package is a Python binding for XCB (Python 3)
ii python3-yaml 5.3.1-1ubuntu0.1 amd64 YAML parser and emitter for Python3
ii python3-zope.interface 4.7.1-1 amd64 Interfaces for Python3
ii python3.8 3.8.10-0ubuntu1~20.04.8 amd64 Interactive high-level object-oriented language (version 3.8)
ii python3.8-minimal 3.8.10-0ubuntu1~20.04.8 amd64 Minimal subset of the Python language (version 3.8)
ii qperf 0.4.11-2 amd64 Measure socket and RDMA performance
ii radosgw 17.2.5-1petasan amd64 REST gateway for RADOS distributed object store
ii rbd-fuse 17.2.5-1petasan amd64 FUSE-based rbd client for the Ceph distributed file system
ii rbd-mirror 17.2.5-1petasan amd64 Ceph daemon for mirroring RBD images
ii rbd-nbd 17.2.5-1petasan amd64 NBD-based rbd client for the Ceph distributed file system
ii readline-common 8.0-4 all GNU readline and history libraries, common files
ii rename 1.10-1 all Perl extension for renaming multiple files
ii rpcbind 1.2.5-8 amd64 converts RPC program numbers into universal addresses
ii rsyslog 8.2001.0-1ubuntu1.3 amd64 reliable system and kernel logging daemon
ii samba 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 SMB/CIFS file, print, and login server for Unix
ii samba-common 2:4.15.13+dfsg-0ubuntu0.20.04.2 all common files used by both the Samba server and client
ii samba-common-bin 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba common files used by both the server and the client
ii samba-libs:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba core libraries
ii samba-vfs-modules:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 Samba Virtual FileSystem plugins
ii sdparm 1.10-1 amd64 Output and modify SCSI device parameters
ii sed 4.7-1 amd64 GNU stream editor for filtering/transforming text
ii sensible-utils 0.0.12+nmu1 all Utilities for sensible alternative selection
ii sg3-utils 1.44-1ubuntu2 amd64 utilities for devices using the SCSI command set
ii sg3-utils-udev 1.44-1ubuntu2 all utilities for devices using the SCSI command set (udev rules)
ii shared-mime-info 1.15-1 amd64 FreeDesktop.org shared MIME database and spec
ii slirp4netns 100:1.1.8-4 amd64 User-mode networking for unprivileged network namespaces
ii smartmontools 7.1-1build1 amd64 control and monitor storage systems using S.M.A.R.T.
ii sound-theme-freedesktop 0.8-2ubuntu1 all freedesktop.org sound theme
ii squashfs-tools 1:4.4-1ubuntu0.3 amd64 Tool to create and append to squashfs filesystems
ii sshpass 1.06-1 amd64 Non-interactive ssh password authentication
ii ssl-cert 1.0.39 all simple debconf wrapper for OpenSSL
ii sudo 1.8.31-1ubuntu1.5 amd64 Provide limited super user privileges to specific users
ii sysstat 12.2.0-2ubuntu0.3 amd64 system performance tools for Linux
ii systemd 245.4-4ubuntu3.22 amd64 system and service manager
ii systemd-sysv 245.4-4ubuntu3.22 amd64 system and service manager - SysV links
rc systemd-timesyncd 245.4-4ubuntu3.15 amd64 minimalistic service to synchronize local time with NTP servers
ii sysvinit-utils 2.96-2.1ubuntu1 amd64 System-V-like utilities
ii tar 1.30+dfsg-7ubuntu0.20.04.3 amd64 GNU version of the tar archiving utility
ii targetcli-fb 2:2.1.49-1petasan amd64 LIO management tool
ii tcpdump 4.9.3-4ubuntu0.2 amd64 command-line network traffic analyzer
ii tdb-tools 1.4.5-0ubuntu0.20.04.1 amd64 Trivial Database - bundled binaries
ii telnet 0.17-41.2build1 amd64 basic telnet client
ii time 1.7-25.1build1 amd64 GNU time program for measuring CPU resource usage
ii tzdata 2023c-0ubuntu0.20.04.2 all time zone and daylight-saving time data
ii ubuntu-keyring 2020.02.11.4 all GnuPG keys of the Ubuntu archive
ii ucf 3.0038+nmu1 all Update Configuration File(s): preserve user changes to config files
ii udev 245.4-4ubuntu3.22 amd64 /dev/ and hotplug management daemon
ii util-linux 2.34-0.1ubuntu9.4 amd64 miscellaneous system utilities
ii uuid-runtime 2.34-0.1ubuntu9.4 amd64 runtime components for the Universally Unique ID library
ii vim 2:8.1.2269-1ubuntu5.16 amd64 Vi IMproved - enhanced vi editor
ii vim-common 2:8.1.2269-1ubuntu5.16 all Vi IMproved - Common files
ii vim-runtime 2:8.1.2269-1ubuntu5.16 all Vi IMproved - Runtime files
ii vlan 2.0.4ubuntu1.20.04.1 all ifupdown integration for vlan configuration
ii wget 1.20.3-1ubuntu2 amd64 retrieves files from the web
ii winbind 2:4.15.13+dfsg-0ubuntu0.20.04.2 amd64 service to resolve user and group information from Windows NT servers
ii xfsprogs 5.3.0-1ubuntu2 amd64 Utilities for managing the XFS filesystem
ii xkb-data 2.29-2 all X Keyboard Extension (XKB) configuration data
ii xxd 2:8.1.2269-1ubuntu5.16 amd64 tool to make (or reverse) a hex dump
ii xz-utils 5.2.4-1ubuntu1.1 amd64 XZ-format compression utilities
ii zabbix-agent 1:4.0.17+dfsg-1 amd64 network monitoring solution - agent
ii zlib1g:amd64 1:1.2.11.dfsg-2ubuntu1.5 amd64 compression library - runtime
ii zstd 1.4.4+dfsg-3ubuntu0.1 amd64 fast lossless compression algorithm -- CLI tool
root@petasan1:~#
admin
2,918 Posts
Quote from admin on August 9, 2023, 11:59 amThe packages seems to be updates correctly
Have you customized anything related to graphs, cgi ?
The error you see
[Tue Aug 08 08:56:05.880262 2023] [wsgi:error] [pid 391143:tid 139868689221376] warn('SECRET_KEY is set to an unsafe default. This should be set in local_settings.py for better security')
[Tue Aug 08 08:56:05.955542 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] mod_wsgi (pid=391143): Exception occurred processing WSGI script '/usr/share/graphite-web/graphite.wsgi'.
[Tue Aug 08 08:56:05.957005 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] Traceback (most recent call last):
Tue Aug 08 08:56:05.957351 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/graphite/render/views.py", line 23, in <module>
[Tue Aug 08 08:56:05.957357 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] from cgi import parse_qs
[Tue Aug 08 08:56:05.957371 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] ImportError: cannot import name 'parse_qs' from 'cgi' (/usr/lib/python3.8/cgi.py)Could be related to
https://bugs.launchpad.net/ubuntu/+source/graphite-web/+bug/1863697
where a fix is to change in /usr/lib/python3/dist-packages/graphite/render/views.py:
from cgi import parse_qs
to:
from urllib.parse import parse_qsCan you try this and restart the stats service as per my earlier post and see if it helps.
I did look at the file in a working PetaSAN cluster and graphs work without this change
The packages seems to be updates correctly
Have you customized anything related to graphs, cgi ?
The error you see
[Tue Aug 08 08:56:05.880262 2023] [wsgi:error] [pid 391143:tid 139868689221376] warn('SECRET_KEY is set to an unsafe default. This should be set in local_settings.py for better security')
[Tue Aug 08 08:56:05.955542 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] mod_wsgi (pid=391143): Exception occurred processing WSGI script '/usr/share/graphite-web/graphite.wsgi'.
[Tue Aug 08 08:56:05.957005 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] Traceback (most recent call last):
Tue Aug 08 08:56:05.957351 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] File "/usr/lib/python3/dist-packages/graphite/render/views.py", line 23, in <module>
[Tue Aug 08 08:56:05.957357 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] from cgi import parse_qs
[Tue Aug 08 08:56:05.957371 2023] [wsgi:error] [pid 391143:tid 139868689221376] [remote 127.0.0.1:20382] ImportError: cannot import name 'parse_qs' from 'cgi' (/usr/lib/python3.8/cgi.py)
Could be related to
https://bugs.launchpad.net/ubuntu/+source/graphite-web/+bug/1863697
where a fix is to change in /usr/lib/python3/dist-packages/graphite/render/views.py:
from cgi import parse_qs
to:
from urllib.parse import parse_qs
Can you try this and restart the stats service as per my earlier post and see if it helps.
I did look at the file in a working PetaSAN cluster and graphs work without this change
f.cuseo
65 Posts
Quote from f.cuseo on August 9, 2023, 12:09 pmI have not seen that error (was another user), but the workaround fix worked for me; now stats are correctly displayed.
PS: i will setup a new cluster, 11 servers, in a couple of days (i am waiting for hardware) and i will try installing with the new iso.
Thanks, Fabrizio
I have not seen that error (was another user), but the workaround fix worked for me; now stats are correctly displayed.
PS: i will setup a new cluster, 11 servers, in a couple of days (i am waiting for hardware) and i will try installing with the new iso.
Thanks, Fabrizio
ghbiz
76 Posts
Quote from ghbiz on August 9, 2023, 12:43 pmwe updated our DEV cluster from 3.X to 3.2.1 and are also witnessing this issue. will look at the work around shortly and reach back with comments....
we updated our DEV cluster from 3.X to 3.2.1 and are also witnessing this issue. will look at the work around shortly and reach back with comments....
ghbiz
76 Posts
Quote from ghbiz on August 9, 2023, 12:50 pmi can confirm that the workaround provided above does indeed solve the issue....
i can confirm that the workaround provided above does indeed solve the issue....