OpenVM

Some system information was extracted from the VM used by GPT-4 for handling DALL-E images, running its Code Analyzer, and other tasks. This is from late November (2023), and not all of the information extracted will be posted here. Basic system info:

  • Hosted on Microsoft Azure servers (*.cloudapp.net), in Kubernetes containers.
  • Platform: Linux-4.4.0-x86_64-with-glibc2.29
  • OS: Ubuntu 20.04.6 LTS (Focal Fossa)
  • Hardware: Intel Xeon E5-2673 v4 (16 cores, with 69 flags), 124 GB SSD partitions, 64 GB RAM.
  • Main tools for handling data flow between tools/plugins include tini (container init), uvicorn ASGI , jupyterlab, et c.
  • Regular scripts use Python 3.8.10. GCC restricted.

Contents
  1. cat /etc/*-release
  2. lscpu
  3. Read/write access
  4. SELinux Conf
  5. openai_internal
  6. env
  7. mount
  8. cat /etc/fstab
  9. /proc/cmdline
  10. cat /etc/resolv.conf
  11. df -h
  12. Python Packages
  13. System Packages
  14. Perms
  15. cat /etc/services

cat /etc/*-release
1
2
3
4
5
6
# Ubuntu 20.04.6 LTS
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.6 LTS"
VERSION="20.04.6 LTS (Focal Fossa)"

lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 46 bits physical, 48 bits virtual
CPU(s): 16
On-line CPU(s) list: 0-15
Vendor ID: GenuineIntel
CPU family: 6
Model: 79
Model name: unknown
Stepping:  unknown
CPU MHz: 2294.686
BogoMIPS:  2294.69
Virtualization: VT-x
Hypervisor vendor:  Microsoft
Virtualization type: full
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx 
pdpe1gb rdtscp lm pni pclmulqdq vmx ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor 
lahf_lm abm 3dnowprefetch fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm rdseed adx smap xsaveopt

Read/write access
/: r
/home: r
/home/sandbox: rw
/tmp: rw
/var: r
/usr: r
/bin: r
/sbin: r
/etc: r
/lib: r
/opt: r

SELinux, /etc/selinux, semanage.conf
# Only included active lines
module-store = direct # libsemanage
expand-check=0
kernel.printk = 4 4 1 7
vm.mmap_min_addr = 65536
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2
fs.protected_hardlinks = 1
fs.protected_symlinks = 1
kernel.yama.ptrace_scope = 1
kernel.sysrq = 176
# 10-network-security.conf
net.ipv4.conf.default.rp_filter=2
net.ipv4.conf.all.rp_filter=2
kernel.kptr_restrict = 1

/home/sandbox/.openai_internal
-rw-r--r-- 1 root root    0 [Oct dd] [hh:mm] /home/sandbox/.openai_internal/ace_client/__init__.py
-rw-r--r-- 1 root root    0 [Oct dd] [hh:mm] /home/sandbox/.openai_internal/ace_client/ace_types/__init__.py
-rw-r--r-- 1 root root 3.0K [Oct dd] [hh:mm] /home/sandbox/.openai_internal/ace_client/ace_types/user_machine_types.py
-rw-r--r-- 1 root root    0 [Oct dd] [hh:mm] /home/sandbox/.openai_internal/user_machine/__init__.py
-rw-r--r-- 1 root root  27K [Oct dd] [hh:mm] /home/sandbox/.openai_internal/user_machine/app.py
-rw-r--r-- 1 root root  281 [Oct dd] [hh:mm] /home/sandbox/.openai_internal/user_machine/routes.py
-rwxr-xr-x 1 root root  165 [Oct dd] [hh:mm] /home/sandbox/.openai_internal/user_machine/run-server.sh
-rw-r--r-- 1 root root 4.5K [Oct dd] [hh:mm] /home/sandbox/.openai_internal/user_machine/run_jupyter.py
user_machine_types.py: 3.0 KB
app.py: 27 KB
routes.py: 281 bytes
run-server.sh: 165 bytes
run_jupyter.py: 4.5 KB

env
KUBERNETES_SERVICE_PORT=443
KUBERNETES_PORT=tcp://172.16.0.1:443
KERNEL_CALLBACK_ID=[REDACTED]
MPLBACKEND=module://matplotlib_inline.backend_inline
HOSTNAME=[REDACTED]
SHLVL=0
LD_LIBRARY_PATH=:/usr/local/lib
HOME=/home/sandbox
OLDPWD=/
PAGER=cat
LC_CTYPE=C.UTF-8
FORCE_COLOR=1
TERM=xterm-color
KUBERNETES_PORT_443_TCP_ADDR=172.16.0.1
PATH=/home/sandbox/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PROCESS_MEMORY_LIMIT=4000000
KUBERNETES_PORT_443_TCP_PORT=443
KUBERNETES_PORT_443_TCP_PROTO=tcp
DEBIAN_FRONTEND=noninteractive
CLICOLOR_FORCE=1
KUBERNETES_SERVICE_PORT_HTTPS=443
KUBERNETES_PORT_443_TCP=tcp://172.16.0.1:443
ACE_SELF_IDENTIFY=[REDACTED]
GIT_PAGER=cat
PWD=/home/sandbox
KUBERNETES_SERVICE_HOST=172.16.0.1
CLICOLOR=1
JPY_PARENT_PID=2
PYDEVD_USE_FRAME_EVAL=NO

mount
'mount': 'none on / type overlay (rw)
none on /dev type tmpfs (rw,mode=0755)
none on /sys type sysfs (ro,noexec,dentry_cache_limit=1000)
none on /proc type proc (rw,noexec,dentry_cache_limit=1000)
none on /dev/pts type devpts (rw,noexec)
none on /dev/shm type tmpfs (rw)
none on /etc/hosts type 9p (rw,trans=fd,rfdno=51,wfdno=51,aname=/,dfltuid=[REDACTED],dfltgid=[REDACTED],cache=remote_revalidating,disable_fifo_open,directfs)
none on /etc/hostname type 9p (rw,trans=fd,rfdno=53,wfdno=53,aname=/,dfltuid=[REDACTED],dfltgid=[REDACTED],cache=remote_revalidating,disable_fifo_open,directfs)
none on /etc/resolv.conf type 9p (rw,trans=fd,rfdno=54,wfdno=54,aname=/,dfltuid=[REDACTED],dfltgid=[REDACTED],cache=remote_revalidating,disable_fifo_open,directfs)
none on /dev/termination-log type 9p (rw,trans=fd,rfdno=52,wfdno=52,aname=/,dfltuid=[REDACTED],dfltgid=[REDACTED],cache=remote_revalidating,disable_fifo_open,directfs)
none on /tmp type tmpfs (rw,mode=01777)

cat /etc/fstab

"UNCONFIGURED FSTAB FOR BASE SYSTEM"

/proc/cmdline

BOOT_IMAGE=/vmlinuz-4.4.0-gvisor

cat /etc/resolv.conf
1
2
3
search untrusted.svc.cluster.local svc.cluster.local cluster.local [REDACTED].jx.internal.cloudapp.net
nameserver 172.16.0.10
options ndots:5
df -h
1
2
3
4
5
6
7
8
9
Filesystem      Size  Used Avail Use% Mounted on
none            8.0E  456K  8.0E   1% /
none             32G     0   32G   0% /dev
none             32G     0   32G   0% /dev/shm
none            124G   50G   75G  40% /etc/hosts
none            124G   50G   75G  40% /etc/hostname
none            124G   50G   75G  40% /etc/resolv.conf
none            124G   50G   75G  40% /dev/termination-log
none             32G     0   32G   0% /tmp

Python Packages
absl-py==2.0.0
affine==2.4.0
aiohttp==3.8.1
aiosignal==1.3.1
analytics-python==1.4.post1
anyio==3.7.1
anytree==2.8.0
argcomplete==1.10.3
argon2-cffi-bindings==21.2.0
argon2-cffi==23.1.0
arviz==0.15.1
asn1crypto==1.5.1
asttokens==2.4.0
async-timeout==4.0.3
attrs==23.1.0
audioread==3.0.1
Babel==2.13.0
backcall==0.2.0
backoff==1.10.0
backports.zoneinfo==0.2.1
basemap-data==1.3.2
basemap==1.3.2
bcrypt==4.0.1
beautifulsoup4==4.8.2
bleach==6.1.0
blinker==1.6.3
blis==0.7.11
bokeh==2.4.0
branca==0.6.0
Brotli==1.1.0
cachetools==5.3.1
cairocffi==1.6.1
CairoSVG==2.5.2
camelot-py==0.10.1
catalogue==2.0.10
certifi==2019.11.28'
cffi==1.16.0
chardet==4.0.0
charset-normalizer==2.1.1
click-plugins==1.1.1
click==8.1.7
cligj==0.7.2
cloudpickle==3.0.0
cmudict==1.0.15
comm==0.1.4
compressed-rtf==1.0.6
countryinfo==0.1.2
cryptography==3.4.8
cssselect2==0.7.0
cycler==0.12.1
cymem==2.0.8
Cython==0.29.36
databricks-sql-connector==0.9.1
dbus-python==1.2.16
debugpy==1.8.0
decorator==4.4.2
defusedxml==0.7.1
deprecat==2.1.1
dill==0.3.7
distro-info==0.23+ubuntu1.1
dlib==19.22.1
dnspython==2.4.2
docx2txt==0.8
ebcdic==1.1.1
EbookLib==0.18
einops==0.3.2
email-validator==2.1.0
entrypoints==0.4
et-xmlfile==1.1.0
exceptiongroup==1.1.3
exchange-calendars==3.4
executing==2.0.0
extract-msg==0.28.7
Faker==8.13.2
fastapi==0.95.2
fastjsonschema==2.18.1
fastprogress==1.0.3
ffmpeg-python==0.2.0
ffmpy==0.3.1
filelock==3.12.4
Fiona==1.8.20
Flask-CacheBuster==1.0.0
Flask-Cors==4.0.0
Flask-Login==0.6.2
flask==3.0.0
folium==0.12.1
fonttools==4.43.1
fpdf==1.7.2
frozenlist==1.4.0
future==0.18.3
fuzzywuzzy==0.18.0
gensim==4.1.0
geographiclib==1.52
geopandas==0.10.2
geopy==2.2.0
gradio==2.2.15
graphviz==0.17
gTTS==2.2.3
h11==0.14.0
h2==4.1.0
h5netcdf==1.1.0
h5py==3.6.0
hpack==4.0.0
html5lib==1.1
httpcore==0.18.0
httptools==0.6.1
httpx==0.25.0
hypercorn==0.14.3
hyperframe==6.0.1
idna==2.8
imageio-ffmpeg==0.4.9
imageio==2.31.6
IMAPClient==2.1.0
imgkit==1.2.2
importlib-metadata==6.8.0
importlib-resources==6.1.0
iniconfig==2.0.0
ipykernel==6.25.2
ipython-genutils==0.2.0
ipython==8.12.3
isodate==0.6.1
itsdangerous==2.1.2
jax==0.2.28
jedi==0.19.1
Jinja2==3.1.2
joblib==1.3.2
json5==0.9.14
jsonpickle==3.0.2
jsonschema-specifications==2023.7.1
jsonschema==4.19.1
jupyter-client==7.4.9
jupyter-core==5.1.3
jupyter-server==1.23.5
jupyterlab-pygments==0.2.2
jupyterlab-server==2.19.0
jupyterlab==3.4.8
keras==2.6.0
kerykeion==2.1.16
kiwisolver==1.4.5
korean-lunar-calendar==0.3.1
librosa==0.8.1
llvmlite==0.41.1
loguru==0.5.3
lxml==4.9.3
markdown2==2.4.10
markdownify==0.9.3
MarkupSafe==2.1.3
matplotlib-inline==0.1.6
matplotlib-venn==0.11.6
matplotlib==3.4.3
mistune==3.0.2
mizani==0.9.3
mne==0.23.4
monotonic==1.6
moviepy==1.0.3
mpmath==1.3.0
mtcnn==0.1.1
multidict==6.0.4
munch==4.0.0
murmurhash==1.0.10
mutagen==1.45.1
nashpy==0.0.35
nbclassic==0.4.5
nbclient==0.8.0
nbconvert==7.9.2
nbformat==5.9.2
nest-asyncio==1.5.8
networkx==2.6.3
nltk==3.6.3
notebook-shim==0.2.3
notebook==6.5.1
numba==0.58.1
numexpr==2.8.6
numpy-financial==1.0.0
numpy==1.21.2
odfpy==1.4.1
olefile==0.46
opencv-python==4.5.2.54
openpyxl==3.0.10
opt-einsum==3.3.0
orjson==3.9.9
oscrypto==1.3.0
packaging==23.2
pandas==1.3.2
pandocfilters==1.5.0
paramiko==3.3.1
parso==0.8.3
pathy==0.10.3
patsy==0.5.3
pdf2image==1.16.3
pdfkit==0.6.1
pdfminer.six==20191110
pdfplumber==0.5.28
pdfrw==0.4
pexpect==4.8.0
pickleshare==0.7.5
Pillow==8.3.2
pip==20.0.2
pkgutil-resolve-name==1.3.10
platformdirs==3.11.0
plotly==5.3.0
plotnine==0.10.1
pluggy==1.3.0
pooch==1.7.0
preshed==3.0.9
priority==2.0.0
proglog==0.1.10
prometheus-client==0.17.1
prompt-toolkit==3.0.39
pronouncing==0.2.0
psutil==5.9.6
ptyprocess==0.7.0
pure-eval==0.2.2
py==1.11.0
PyAudio==0.2.11
pycountry==20.7.3
pycparser==2.21
pycryptodome==3.19.0
pycryptodomex==3.19.0
pydantic==1.10.2
pydot==1.4.2
pydub==0.25.1
pydyf==0.8.0
Pygments==2.16.1
PyGObject==3.36.0
pygraphviz==1.7
PyJWT==2.8.0
pylog==1.1
pyluach==2.2.0
pymc3==3.11.5
PyMuPDF==1.19.6
PyNaCl==1.5.0
pyOpenSSL==21.0.0
pypandoc==1.6.3
pyparsing==3.1.1
PyPDF2==1.28.6
pyphen==0.14.0
pyproj==3.5.0
pyprover==0.5.6
pyshp==2.1.3
pyswisseph==2.10.3.2
pytesseract==0.3.8
pytest==6.2.5
pyth3==0.7
python-apt==2.0.1+ubuntu0.20.4.1
python-dateutil==2.8.2
python-docx==0.8.11
python-dotenv==1.0.0
python-multipart==0.0.6
python-pptx==0.6.21
pyttsx3==2.90
pytz==2023.3.post1
PyWavelets==1.4.1
pyxlsb==1.0.8
PyYAML==6.0.1
pyzbar==0.1.8
pyzmq==25.1.1
qrcode==7.3
rarfile==4.0
rasterio==1.2.10
rdflib==6.0.0
referencing==0.30.2
regex==2023.10.3
reportlab==3.6.1
requests-unixsocket==0.2.0
requests==2.31.0
resampy==0.4.2
rpds-py==0.10.6
scikit-image==0.18.3
scikit-learn==1.0
scipy==1.7.1
seaborn==0.11.2
semver==3.0.2
Send2Trash==1.8.2
sentencepiece==0.1.99
setuptools==45.2.0
shap==0.39.0
Shapely==1.7.1
six==1.14.0
slicer==0.0.7
smart-open==6.4.0
sniffio==1.3.0
snowflake-connector-python==2.7.12
snuggs==1.4.7
sortedcontainers==2.4.0
SoundFile==0.10.2
soupsieve==2.5
spacy-legacy==3.0.12
spacy==3.1.6
SpeechRecognition==3.8.1
srsly==2.4.8
stack-data==0.6.3
starlette==0.27.0
statsmodels==0.13.1
svglib==1.1.0
svgwrite==1.4.1
sympy==1.8
tables==3.6.1
tabula==1.0.5
tabulate==0.8.9
tenacity==8.2.3
terminado==0.17.1
text-unidecode==1.3
textblob==0.15.3
textract==1.6.4
Theano-PyMC==1.1.2
thinc==8.0.17
threadpoolctl==3.2.0
thrift==0.16.0
tifffile==2023.7.10
tinycss2==1.2.1
toml==0.10.2
tomli==2.0.1
toolz==0.12.0
torch==1.10.0
torchaudio==0.10.0
torchtext==0.6.0
torchvision==0.11.1
tornado==6.3.3
tqdm==4.64.0
traitlets==5.11.2
trimesh==3.9.29
typer==0.4.2
typing-extensions==4.5.0
tzlocal==5.2
ujson==5.8.0
unattended-upgrades==0.1
urllib3==1.25.8
uvicorn==0.23.2
uvloop==0.19.0
Wand==0.6.11
wasabi==0.10.1
watchfiles==0.21.0
wcwidth==0.2.8
weasyprint==53.3
webencodings==0.5.1
websocket-client==1.6.4
websockets==10.3
werkzeug==3.0.0
wheel==0.34.2
wordcloud==1.8.1
wrapt==1.15.0
wsproto==1.2.0
xarray-einstats==0.5.1
xarray==2023.1.0
xgboost==1.4.2
xlrd==1.2.0
XlsxWriter==3.1.9
xml-python==0.4.3
yarl==1.9.2
zipp==3.17.0
zopfli==0.2.3

System Packages
adduser
adwaita-icon-theme
alsa-topology-conf
alsa-ucm-conf
antiword
apt
autoconf
automake
autotools-dev
base-files
base-passwd
bash
binutils
binutils-common:amd64
binutils-x86-64-linux-gnu
bsdutils
build-essential
bzip2
ca-certificates
cmake
cmake-data
coreutils
cpp
cpp-9
curl
dash
dbus
dbus-user-session
dconf-gsettings-backend:amd64
dconf-service
debconf
debianutils
default-libmysqlclient-dev:amd64
diffutils
dirmngr
distro-info-data
dmsetup
dpkg
dpkg-dev
e2fsprogs
espeak
espeak-data:amd64
fakeroot
fdisk
ffmpeg
file
findutils
flac
fontconfig
fontconfig-config
fonts-dejavu-core
fonts-droid-fallback
fonts-liberation
fonts-noto-mono
fonts-urw-base35
g++
g++-9
gcc
gcc-10-base:amd64
gcc-9
gcc-9-base:amd64
gdal-data
ghostscript
gir1.2-glib-2.0:amd64
gir1.2-packagekitglib-1.0
glib-networking:amd64
glib-networking-common
glib-networking-services
gnupg
gnupg-l10n
gnupg-utils
gpg
gpg-agent
gpg-wks-client
gpg-wks-server
gpgconf
gpgsm
gpgv
graphviz
grep
gsettings-desktop-schemas
gtk-update-icon-cache
gzip
hdf5-helpers
hicolor-icon-theme
hostname
humanity-icon-theme
i965-va-driver:amd64
icu-devtools
init-system-helpers
intel-media-va-driver:amd64
iso-codes
krb5-locales
lame
libaacs0:amd64
libacl1:amd64
libaec-dev:amd64
libaec0:amd64
libalgorithm-diff-perl
libalgorithm-diff-xs-perl
libalgorithm-merge-perl
libann0
libaom0:amd64
libapparmor1:amd64
libappstream4:amd64
libapt-pkg6.0:amd64
libarchive-dev:amd64
libarchive13:amd64
libargon2-1:amd64
libarmadillo-dev
libarmadillo9
libarpack2:amd64
libarpack2-dev:amd64
libasan5:amd64
libasn1-8-heimdal:amd64
libasound2:amd64
libasound2-data
libass9:amd64
libassuan0:amd64
libasyncns0:amd64
libatk1.0-0:amd64
libatk1.0-data
libatomic1:amd64
libattr1:amd64
libaudit-common
libaudit1:amd64
libauthen-sasl-perl
libavahi-client3:amd64
libavahi-common-data:amd64
libavahi-common3:amd64
libavc1394-0:amd64
libavcodec58:amd64
libavdevice58:amd64
libavfilter7:amd64
libavformat58:amd64
libavresample4:amd64
libavutil56:amd64
libbabeltrace1:amd64
libbdplus0:amd64
libbinutils:amd64
libblas3:amd64
libblas-dev:amd64
libblkid1:amd64
libbluray2:amd64
libboost-atomic1.71.0:amd64
libboost-chrono1.71.0:amd64
libboost-context1.71.0:amd64
libboost-coroutine1.71.0:amd64
libboost-date-time1.71.0:amd64
libboost-dev:amd64
libboost-fiber1.71.0:amd64
libboost-filesystem1.71.0:amd64
libboost-graph1.71.0:amd64
libboost-graph-parallel1.71.0:amd64
libboost-iostreams1.71.0:amd64
libboost-locale1.71.0:amd64
libboost-log1.71.0:amd64
libboost-math1.71.0:amd64
libboost-mpi1.71.0:amd64
libboost-mpi-python1.71.0:amd64
libboost-numpy1.71.0:amd64
libboost-program-options1.71.0:amd64
libboost-python1.71.0:amd64
libboost-random1.71.0:amd64
libboost-regex1.71.0:amd64
libboost-serialization1.71.0:amd64
libboost-stacktrace1.71.0:amd64
libboost-system1.71.0:amd64
libboost-test1.71.0:amd64
libboost-thread1.71.0:amd64
libboost-timer1.71.0:amd64
libboost-type-erasure1.71.0:amd64
libboost-wave1.71.0:amd64
libbrlapi0.7:amd64
libbrotli1:amd64
libbs2b0:amd64
libbsd0:amd64
libbz2-1.0:amd64
libc-bin
libc6:amd64
libc6-dev:amd64
libcaca0:amd64
libcairo-gobject2:amd64
libcairo2:amd64
libcairo2-dev:amd64
libcap-ng0:amd64
libcap2:amd64
libcap2-bin
libcc1-0:amd64
libcdparanoia0:amd64
libcdr-0.1-1:amd64
libcfitsio-dev:amd64
libcfitsio8:amd64
libchromaprint1:amd64
libclamav9:amd64
libclang1-10:amd64
libclang1-9:amd64
libclang-common-10-dev:amd64
libclang-common-9-dev:amd64
libclang-cpp10:amd64
libclang-cpp9:amd64
libclc-amdgcn:amd64
libclc-dev:amd64
libclc-r600:amd64
libclucene-contribs1v5:amd64
libclucene-core1v5:amd64
libcmis-0.5-5v5:amd64
libcodec2-0.9:amd64
libcolamd2:amd64
libcom-err2:amd64
libcomerr2:amd64
libcommon-sense-perl
libcrypt-dev:amd64
libcrypt1:amd64
libcryptsetup12:amd64
libctf-nobfd0:amd64
libctf0:amd64
libcups2:amd64
libcupsfilters1:amd64
libcupsimage2:amd64
libcurl3-gnutls:amd64
libcurl4:amd64
libdatrie1:amd64
libdb5.3:amd64
libdbus-1-3:amd64
libdbus-glib-1-2:amd64
libdbusmenu-glib4:amd64
libdbusmenu-gtk3-4:amd64
libdc1394-22:amd64
libdca0:amd64
libdconf1:amd64
libdebconfclient0:amd64
libde265-0:amd64
libdeflate0:amd64
libdevmapper1.02.1:amd64
libdigest-hmac-perl
libdjvulibre-text
libdjvulibre21:amd64
libdmtx0a:amd64
libdns-export1109
libdouble-conversion3:amd64
libdpkg-perl
libdrm-amdgpu1:amd64
libdrm-common
libdrm-dev:amd64
libdrm-intel1:amd64
libdrm-nouveau2:amd64
libdrm-radeon1:amd64
libdrm2:amd64
libdv4:amd64
libdvdnav4:amd64
libdvdread7:amd64
libdw1:amd64
libegl-mesa0:amd64
libegl1:amd64
libelf1:amd64
libenchant-2-2:amd64
libencode-locale-perl
libepoxy0:amd64
libepubgen-0.1-1:amd64
liberror-perl
libespeak1:amd64
libestr0
libetonyek-0.1-1:amd64
libevdev2:amd64
libevent-2.1-7:amd64
libexif12:amd64
libexpat1:amd64
libexpat1-dev:amd64
libexttextcat-2.*
[Incomplete]

Perms
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
# [P] = drwxr-xr-x 2 root root 4096
2 root root 4096 [Oct dd] hh:mm fs/
[P] odm/
[P] buckets/
[P] task/
[P] cper/
[P] helper/
[P] dmem/
[P] hv/
[P] pci/
[P] pdrv/
[P] frame/
[P] ali/
[P] announce/
[P] arch/
[P] autosuspend/
[P] bdc/
[P] c67x00/
[P] cdc/
[P] cdns3/
[P] chipidea/
[P] configfs/
[P] conn/
[P] cypress/
[P] default/
[P] dwc2/
[P] dwc3/
[P] dynamic/
[P] ehci/
[P] ehset/
[P] eth/
[P] ezusb/
[P] f/
[P] fotg210/
[P] ftdi/
[P] functionfs/
[P] g/
[P] gadget/
[P] gpio/
[P] gr/
[P] gspca/
[P] hcd/
[P] hsic/
[P] hub/
[P] hwa/
[P] isp116x/
[P] isp1760/
[P] isp1761/
[P] led/
[P] leds/
[P] link/
[P] mass/
[P] max3421/
[P] midi/
[P] musb/
[P] mv/
[P] net/
[P] net2272/
[P] ohci/
[P] oxu210hp/
[P] pulse8/
[P] pwc/
[P] r8a66597/
[P] rainshadow/
[P] role/
[P] roles/
[P] serial/
[P] sierra/
[P] sl811/
[P] snp/
[P] storage/
[P] u/
[P] u132/
[P] uhci/
[P] ulpi/
[P] video/
[P] whci/
[P] wusb/
[P] xhci/
[P] new/
[P] has/
[P] pci/
[P] ecm/
[P] f/
[P] mass/
[P] lb/
[P] uac1/
[P] dual/
[P] hcd/
[P] root/
[P] tt/
[P] hub/
[P] test/
[P] mass/
[P] ss/
[P] uac1/
[P] acm/
[P] dbgp/
[P] storage/
[P] vbus/
[P] num/
[P] ov534/
[P] xirlink/
[P] dual/
[P] trigger/
[P] layer/
[P] dual/
[P] ax88179/
[P] cdc/
[P] cx82310/
[P] huawei/
[P] qmi/
[P] rndis/
[P] subset/
[P] cdc/
[P] hcd/
[P] little/
[P] input/
[P] intel/
[P] cypress/
[P] digi/
[P] edgeport/
[P] ftdi/
[P] keyspan/
[P] kobil/
[P] mct/
[P] mos7715/
[P] xsens/
[P] hcd/
[P] cypress/
[P] ene/
[P] class/
[P] input/
[P] vhci/
[P] hc/
[P] nr/
[P] percpu/
[P] numa/
[P] node/
[P] return/
[P] stacktrace/
[P] mem2mem/
[P] platform/
[P] test/
[P] flash/
[P] mem2mem/
[P] led/
[P] fs/
[P] iommu/
[P] mdev/
[P] pci/
[P] arb/
[P] max/
[P] rhine/
[P] adv7511/
[P] adv7604/
[P] adv7842/
[P] aptina/
[P] au0828/
[P] cadence/
[P] cafe/
[P] cros/
[P] cx18/
[P] cx231xx/
[P] cx25821/
[P] cx88/
[P] dw9807/
[P] em28xx/
[P] fb/
[P] go7007/
[P] hexium/
[P] ipu3/
[P] ir/
[P] ivtv/
[P] mem2mem/
[P] pvrusb2/
[P] saa7134/
[P] saa7146/
[P] seco/
[P] sh/
[P] smiapp/
[P] sony/
[P] st/
[P] stk1160/
[P] tc358743/
[P] tm6000/
[P] v4l2/
[P] via/
[P] vivid/
[P] ec/
[P] enable/
[P] ivtv/
[P] force/
[P] usb/
[P] s2250/
[P] btf/
[P] subdev/
[P] max/
[P] dma/
[P] to/
[P] blk/
[P] mmio/
[P] pci/
[P] vsockets/
[P] cmdline/
[P] 8021q/
[P] event/
[P] vmci/
[P] console/
[P] hw/
[P] console/
[P] master/
[P] slave/
[P] ds2408/
[P] dev/
[P] handle/
[P] open/
[P] pretimeout/
[P] boot/
[P] default/
[P] gov/
[P] isr/
[P] hw/
[P] oob/
[P] ec/
[P] platform/
[P] debug/
[P] i2400m/
[P] debug/
[P] bus/
[P] w5100/
[P] vendor/
[P] power/
[P] efficient/
[P] certificate/
[P] 64/
[P] acpi/
[P] amd/
[P] bootparam/
[P] check/
[P] cpu/
[P] debug/
[P] dev/
[P] direct/
[P] extended/
[P] feature/
[P] hv/
[P] intel/
[P] internode/
[P] io/
[P] l1/
[P] local/
[P] mce/
[P] mcelog/
[P] minimum/
[P] need/
[P] p4/
[P] pcc/
[P] pkg/
[P] platform/
[P] pm/
[P] pmem/
[P] powernow/
[P] ptdump/
[P] reroute/
[P] reserve/
[P] speedstep/
[P] supports/
[P] thermal/
[P] vsyscall/
[P] acpi/
[P] cpufreq/
[P] freq/
[P] platform/
[P] memory/
[P] corruption/
[P] bios/
[P] dma/
[P] callback/
[P] memory/
[P] tsx/
[P] protection/
[P] mode/
[P] cache/
[P] cpu/
[P] temp/
[P] legacy/
[P] for/
[P] broken/
[P] boot/
[P] memory/
[P] sockets/
[P] acpi/
[P] auto/
[P] balloon/
[P] blkdev/
[P] compat/
[P] dev/
[P] fbdev/
[P] front/
[P] gntdev/
[P] grant/
[P] have/
[P] mce/
[P] netdev/
[P] pcidev/
[P] pv/
[P] pvcalls/
[P] pvhvm/
[P] save/
[P] scrub/
[P] scsi/
[P] sys/
[P] xenbus/
[P] memory/
[P] hotplug/
[P] pgdir/
[P] dev/
[P] dma/
[P] pages/
[P] posix/
[P] axi/
[P] ll/
[P] pr/
[P] dec/
[P] ene/
[P] memory/
drwxr-xr-x 2 root root   4096 [Oct dd] hh:mm uapi/
[P] linux/
drwxr-xr-x 2 root root  4096 [Oct dd] hh:mm basic/
drwxr-xr-x 2 root root  4096 [Oct dd] hh:mm dtc/
drwxr-xr-x 2 root root  4096 [Oct dd] hh:mm genksyms/
drwxr-xr-x 2 root root  4096 [Oct dd] hh:mm kconfig/
drwxr-xr-x 2 root root  4096 [Oct dd] hh:mm mod/
drwxr-xr-x 2 root root  4096 [Oct dd] hh:mm selinux/
drwxr-xr-x 2 root root   4096 [Oct dd] hh:mm lxdialog/
[P] genheaders/
[P] mdp/
[P] objtool/
drwxr-xr-x 2 root root   4096 [Oct dd] hh:mm arch/
[P] x86/
drwxr-xr-x 2 root root   4096 [Oct dd] hh:mm lib/
drwxr-xr-x 2 root root  4096 Apr 15  2020 backups/
drwxr-xr-x 2 root root  4096 [Oct dd] hh:mm cache/
drwxr-xr-x 2 root root  4096 [Oct dd] hh:mm lib/
drwxrwsr-x 2 root staff 4096 Apr 15  2020 local/
drwxr-xr-x 2 root root  4096 [Oct dd] hh:mm log/
drwxrwsr-x 2 root mail  4096 Oct dd hh:mm mail/
drwxr-xr-x 2 root root  4096 Oct dd hh:mm opt/
drwxr-xr-x 2 root root  4096 Oct dd hh:mm spool/
drwxrwxrwt 2 root root  4096 Oct dd hh:mm tmp/
[P] PackageKit/
[P] Oct dd hh:mm apt/
[P] debconf/
[P] fontconfig/
drwx------ 2 root root 4096 [Oct dd] hh:mm ldconfig/
drwx------ 2 root root 4096 [Oct dd] hh:mm private/
[P] Sep 23  2020 downloads/
[P] Oct dd hh:mm archives/
drwx------ 2 _apt root 4096 Oct dd hh:mm partial/
[P] Sep 23  2020 PackageKit/
[P] apt/
[P] dbus/
[P] dpkg/
[P] ghostscript/
[P] Apr 15  2020 misc/
[P] pam/
drwx------ 2 root root 4096 [Oct dd] hh:mm polkit-1/
drwx------ 2 root root 4096 [Oct dd] hh:mm private/
[P] python/
[P] sudo/
[P] systemd/
[P] ucf/
[P] May 19  2022 unattended-upgrades/
[P] vim/
drwxr-xr-x 2 root root  4096 [Oct dd] hh:mm lists/
drwxr-xr-x 2 root root  4096 Oct dd hh:mm mirrors/
drwxr-xr-x 2 root root  4096 Apr  9  2020 periodic/
drwxr-xr-x 2 _apt root     4096 [Oct dd] hh:mm auxfiles/
drwx------ 2 _apt root     4096 [Oct dd] hh:mm partial/
[P] Apr  9  2020 partial/
drwxr-xr-x 2 root root   4096 [Oct dd] hh:mm alternatives/
drwxr-xr-x 2 root root 135168 [Oct dd] hh:mm info/
drwxr-xr-x 2 root root   4096 Mar 23  2020 parts/
drwxr-xr-x 2 root root   4096 [Oct dd] hh:mm triggers/
drwxr-xr-x 2 root root   4096 Oct dd hh:mm updates/
drwxr-xr-x 2 root root 12288 [Oct dd] hh:mm CMap/
drwxr-xr-x 2 root root  4096 [Oct dd] hh:mm fonts/
[P] Apr  4  2023 lectured/
[P] catalog/
[P] coredump/
[P] deb-systemd-helper-enabled/
[P] deb-systemd-user-helper-enabled/
[P] Oct dd hh:mm default.target.wants/
[P] multi-user.target.wants/
[P] sysinit.target.wants/
[P] Oct dd hh:mm timers.target.wants/
[P] sockets.target.wants/
[P] cache/
[P] Oct dd hh:mm addons/
drwxr-xr-x 2 root root              4096 [Oct dd] hh:mm apt/
drwxr-sr-x 2 root systemd-journal   4096 [Oct dd] hh:mm journal/
drwx------ 2 root root              4096 [Oct dd] hh:mm private/
drwxr-x--- 2 root adm               4096 May 19  2022 unattended-upgrades/

cat /etc/services
acr-nema 104/tcp dicom 
afbackup 2988/tcp 
afbackup 2988/udp
afmbackup 2989/tcp 
afmbackup 2989/udp
afpovertcp 548/tcp 
afs3-bos 7007/tcp 
afs3-bos 7007/udp
afs3-callback 7001/tcp 
afs3-callback 7001/udp
afs3-errors 7006/tcp 
afs3-errors 7006/udp
afs3-fileserver 7000/tcp bbs 
afs3-fileserver 7000/udp bbs
afs3-kaserver 7004/tcp 
afs3-kaserver 7004/udp
afs3-prserver 7002/tcp 
afs3-prserver 7002/udp
afs3-rmtsys 7009/tcp 
afs3-rmtsys 7009/udp
afs3-update 7008/tcp 
afs3-update 7008/udp
afs3-vlserver 7003/tcp 
afs3-vlserver 7003/udp
afs3-volser 7005/tcp 
afs3-volser 7005/udp
amanda 10080/tcp 
amandaidx 10082/tcp 
amidxtape 10083/tcp 
amqp 5672/sctp
amqp 5672/tcp
amqp 5672/udp
amqps 5671/tcp 
asf-rmcp 623/udp 
asp 27374/tcp 
asp 27374/udp
auth 113/tcp authentication tap ident
babel 6696/udp 
bacula-dir 9101/tcp 
bacula-fd 9102/tcp 
bacula-sd 9103/tcp 
bgp 179/tcp 
bgpd 2605/tcp 
bgpsim 5675/tcp 
biff 512/udp comsat
binkp 24554/tcp 
bootpc 68/udp
bootps 67/udp
canna 5680/tcp 
cfengine 5308/tcp
cfinger 2003/tcp 
chargen 19/tcp ttytst source
chargen 19/udp ttytst source
cisco-sccp 2000/tcp 
clc-build-daemon 8990/tcp 
clearcase 371/udp Clearcase
cmip-agent 164/tcp
cmip-agent 164/udp
cmip-man 163/tcp 
cmip-man 163/udp
codaauth2 370/tcp
codaauth2 370/udp 
codasrv 2432/tcp 
codasrv 2432/udp 
codasrv-se 2433/tcp 
codasrv-se 2433/udp 
csync2 30865/tcp 
cvspserver 2401/tcp 
daap 3689/tcp 
daap 3689/udp
datametrics 1645/tcp old-radius
datametrics 1645/udp old-radius
daytime 13/tcp
daytime 13/udp
db-lsp 17500/tcp 
dcap 22125/tcp 
dhcpv6-client 546/udp
dhcpv6-server 547/udp
dicom 11112/tcp
dict 2628/tcp 
dircproxy 57000/tcp 
discard 9/tcp sink null
discard 9/udp sink null
distcc 3632/tcp 
distcc 3632/udp
distmp3 4600/tcp 
domain 53/tcp 
domain 53/udp
domain-s 853/tcp 
domain-s 853/udp 
echo 4/ddp 
echo 7/tcp
echo 7/udp
enbd-cstatd 5051/tcp 
enbd-sstatd 5052/tcp 
epmap 135/tcp loc-srv 
epmd 4369/tcp 
epmd 4369/udp
exec 512/tcp
f5-globalsite 2792/tcp
f5-iquery 4353/tcp 
f5-iquery 4353/udp
fax 4557/tcp 
fido 60179/tcp 
finger 79/tcp
font-service 7100/tcp xfs 
freeciv 5556/tcp rptp 
frox 2121/tcp 
fsp 21/udp fspd
ftp 21/tcp
ftp-data 20/tcp
ftps 990/tcp
ftps-data 989/tcp 
gdomap 538/tcp 
gdomap 538/udp
gds-db 3050/tcp gds db 
git 9418/tcp 
gnunet 2086/tcp
gnunet 2086/udp
gnutella-rtr 6347/tcp 
gnutella-rtr 6347/udp
gnutella-svc 6346/tcp 
gnutella-svc 6346/udp
gopher 70/tcp 
gpsd 2947/tcp
gris 2135/tcp 
groupwise 1677/tcp
gsidcap 22128/tcp 
gsiftp 2811/tcp
gsigatekeeper 2119/tcp
hkp 11371/tcp 
hostmon 5355/tcp 
hostmon 5355/udp 
http 80/tcp www 
http-alt 8080/tcp webcache 
https 443/tcp 
hylafax 4559/tcp 
iax 4569/tcp 
iax 4569/udp
icpv2 3130/tcp icp 
icpv2 3130/udp icp
imap2 143/tcp imap 
imaps 993/tcp 
ingreslock 1524/tcp
ipp 631/tcp 
iprop 2121/tcp 
ipsec-nat-t 4500/udp 
ipx 213/udp 
ircd 6667/tcp 
ircs-u 6697/tcp 
isakmp 500/udp 
iscsi-target 3260/tcp
isdnlog 20011/tcp 
isdnlog 20011/udp
isisd 2608/tcp 
isns 3205/tcp 
isns 3205/udp 
iso-tsap 102/tcp tsap 
kamanda 10081/tcp 
kerberos 88/tcp kerberos5 krb5 kerberos-sec 
kerberos 88/udp kerberos5 krb5 kerberos-sec 
kerberos-adm 749/tcp 
kerberos-master 751/tcp
kerberos-master 751/udp kerberos master 
kerberos4 750/tcp kerberos-iv kdc
kerberos4 750/udp kerberos-iv kdc 
kermit 1649/tcp
klogin 543/tcp 
kpasswd 464/tcp
kpasswd 464/udp
krb-prop 754/tcp krb prop krb5 prop hprop 
kshell 544/tcp krcmd 
l2f 1701/udp l2tp
ldap 389/tcp 
ldap 389/udp
ldaps 636/tcp 
ldaps 636/udp
login 513/tcp
lotusnote 1352/tcp lotusnotes 
mailq 174/tcp 
mandelspawn 9359/udp mandelbrot 
mdns 5353/udp 
microsoft-ds 445/tcp 
microsoft-ds 445/udp
moira-db 775/tcp moira db 
moira-update 777/tcp moira update 
moira-ureg 779/udp moira ureg 
mon 2583/tcp 
mon 2583/udp
mrtd 5674/tcp 
ms-sql-m 1434/tcp 
ms-sql-m 1434/udp
ms-sql-s 1433/tcp 
ms-sql-s 1433/udp
ms-wbt-server 3389/tcp
mtn 4691/tcp 
mtn 4691/udp
munin 4949/tcp lrrd 
mysql 3306/tcp
mysql-proxy 6446/tcp 
nbd 10809/tcp 
nbp 2/ddp 
netbios-dgm 138/tcp 
netbios-dgm 138/udp
netbios-ns 137/tcp 
netbios-ns 137/udp
netbios-ssn 139/tcp 
netbios-ssn 139/udp
netstat 15/tcp
nfs 2049/tcp 
nfs 2049/udp 
nntp 119/tcp readnews untp 
nntps 563/tcp snntp 
noclog 5354/tcp 
noclog 5354/udp 
nqs 607/tcp 
nrpe 5666/tcp 
nsca 5667/tcp 
ntalk 518/udp
ntp 123/udp 
nut 3493/tcp 
nut 3493/udp
omniorb 8088/tcp 
omniorb 8088/udp
openvpn 1194/tcp
openvpn 1194/udp
ospf6d 2606/tcp 
ospfapi 2607/tcp 
ospfd 2604/tcp 
passwd-server 752/udp passwd server 
pawserv 345/tcp 
pcrd 5151/tcp 
pop3 110/tcp pop-3 
pop3s 995/tcp 
poppassd 106/tcp 
poppassd 106/udp
postgresql 5432/tcp postgres 
predict 1210/udp 
printer 515/tcp spooler 
proofd 1093/tcp
ptp-event 319/udp
ptp-general 320/udp
puppet 8140/tcp 
qmqp 628/tcp
qmtp 209/tcp 
qotd 17/tcp quote
radius 1812/tcp
radius 1812/udp
radius-acct 1813/tcp radacct 
radius-acct 1813/udp radacct
radmin-port 4899/tcp 
radmin-port 4899/udp
remctl 4373/tcp 
remctl 4373/udp
ripd 2602/tcp 
ripngd 2603/tcp 
rmiregistry 1099/tcp 
rmtcfg 1236/tcp 
rootd 1094/tcp
route 520/udp router routed 
rpc2portmap 369/tcp
rpc2portmap 369/udp 
rplay 5555/udp 
rsync 873/tcp
rtcm-sc104 2101/tcp 
rtcm-sc104 2101/udp
rtmp 1/ddp 
rtsp 554/tcp 
rtsp 554/udp
sa-msg-port 1646/tcp old-radacct
sa-msg-port 1646/udp old-radacct
saft 487/tcp 
sane-port 6566/tcp sane saned 
sge-execd 6445/tcp sge execd 
sge-qmaster 6444/tcp sge qmaster 
sgi-cad 17004/tcp 
sgi-cmsd 17001/udp 
sgi-crsd 17002/udp
sgi-gcd 17003/udp 
shell 514/tcp cmd syslog 
sieve 4190/tcp 
silc 706/tcp
sip 5060/tcp 
sip 5060/udp
sip-tls 5061/tcp
sip-tls 5061/udp
skkserv 1178/tcp 
smsqp 11201/tcp 
smsqp 11201/udp
smtp 25/tcp mail
smux 199/tcp 
snmp 161/tcp 
snmp 161/udp
snmp-trap 162/tcp snmptrap 
snmp-trap 162/udp snmptrap
snpp 444/tcp 
socks 1080/tcp 
spamd 783/tcp 
ssh 22/tcp 
submission 587/tcp 
submissions 465/tcp ssmtp smtps urd 
sunrpc 111/tcp portmapper 
sunrpc 111/udp portmapper
supfiledbg 1127/tcp 
supfilesrv 871/tcp 
support 1529/tcp 
suucp 4031/tcp 
suucp 4031/udp
svn 3690/tcp subversion 
svn 3690/udp subversion
svrloc 427/tcp 
svrloc 427/udp
syslog 514/udp
syslog-tls 6514/tcp 
sysrqd 4094/tcp 
sysrqd 4094/udp
systat 11/tcp users
tacacs 49/tcp 
tacacs 49/udp
talk 517/udp
tcpmux 1/tcp 
telnet 23/tcp
telnets 992/tcp 
tfido 60177/tcp 
tftp 69/udp
time 37/tcp timserver
time 37/udp timserver
tinc 655/tcp 
tinc 655/udp
tproxy 8081/tcp 
uucp 540/tcp uucpd 
vboxd 20012/tcp 
vboxd 20012/udp
venus 2430/tcp 
venus 2430/udp 
venus-se 2431/tcp 
venus-se 2431/udp 
webmin 10000/tcp
who 513/udp whod
whois 43/tcp nicname
wnn6 22273/tcp 
x11 6000/tcp x11-0 
x11-1 6001/tcp
x11-2 6002/tcp
x11-3 6003/tcp
x11-4 6004/tcp
x11-5 6005/tcp
x11-6 6006/tcp
x11-7 6007/tcp
xdmcp 177/udp 
xinetd 9098/tcp
xmms2 9667/tcp 
xmpp-client 5222/tcp jabber-client 
xmpp-server 5269/tcp jabber-server 
xpilot 15345/tcp 
xpilot 15345/udp
xtel 1313/tcp 
xtelw 1314/tcp 
z3950 210/tcp wais 
zabbix-agent 10050/tcp 
zabbix-trapper 10051/tcp 
zebra 2601/tcp 
zebrasrv 2600/tcp 
zephyr-clt 2103/udp 
zephyr-hm 2104/udp 
zephyr-srv 2102/udp 
zip 6/ddp 
zope 9673/tcp 
zope-ftp 8021/tcp 
zserv 346/tcp 
Edit
Pub: 01 Mar 2024 01:24 UTC
Edit: 30 Apr 2024 01:23 UTC
Views: 1134