Initial commit: Homelab infrastructure repository with automated collection system
- Added Proxmox VE configuration collection scripts - Included documentation and quick-start guides - First infrastructure snapshot from serviceslab (2025-11-29) - All VM configs (10 VMs) and LXC configs (3 containers) - Git setup complete with .gitignore protecting sensitive data
This commit is contained in:
97
homelab-export-20251129-141328/README.md
Normal file
97
homelab-export-20251129-141328/README.md
Normal file
@@ -0,0 +1,97 @@
|
||||
# Homelab Infrastructure Export
|
||||
|
||||
This directory contains a complete snapshot of your Proxmox-based homelab infrastructure, collected automatically via the homelab collection script.
|
||||
|
||||
## Collection Information
|
||||
|
||||
- **Collection Date**: 2025-11-29 14:13:39
|
||||
- **Proxmox Node**: serviceslab
|
||||
- **Collection Level**: standard
|
||||
- **Sanitization Applied**: IPs=false, Passwords=true, Tokens=true
|
||||
|
||||
## Directory Structure
|
||||
|
||||
|
||||
|
||||
## Configuration Files
|
||||
|
||||
### Proxmox Core Configurations
|
||||
- - Datacenter-wide settings
|
||||
- - Storage pool definitions
|
||||
- - User and permission configurations
|
||||
- - Cluster-level firewall rules
|
||||
|
||||
### Virtual Machines
|
||||
Each VM configuration is named:
|
||||
Firewall rules (if present):
|
||||
|
||||
### LXC Containers
|
||||
Each container configuration is named:
|
||||
Firewall rules (if present):
|
||||
|
||||
## System Exports
|
||||
|
||||
### System Information
|
||||
- Proxmox version, hostname, kernel info
|
||||
- CPU, memory, and disk information
|
||||
- Network configuration and routing
|
||||
- Installed packages
|
||||
|
||||
### Cluster Information
|
||||
- Cluster status and membership
|
||||
- Resource allocation
|
||||
- Recent tasks
|
||||
|
||||
### Guest Information
|
||||
- List of all VMs and containers
|
||||
- Resource usage and status
|
||||
- JSON exports for programmatic access
|
||||
|
||||
## Security Notes
|
||||
|
||||
This export may contain sensitive information depending on sanitization settings:
|
||||
|
||||
- **Passwords**: true
|
||||
- **API Tokens**: true
|
||||
- **IP Addresses**: false
|
||||
|
||||
**Recommendation**: Store this export securely. Do not commit to public repositories without careful review.
|
||||
|
||||
## Using This Export
|
||||
|
||||
### As Documentation
|
||||
These files serve as a snapshot of your infrastructure at a point in time. Use them for:
|
||||
- Documentation and disaster recovery
|
||||
- Change tracking (diff with previous exports)
|
||||
- Migration planning
|
||||
|
||||
### Infrastructure as Code
|
||||
Use the collected configurations to:
|
||||
- Create Terraform/OpenTofu templates
|
||||
- Build Ansible playbooks
|
||||
- Document network architecture
|
||||
|
||||
### Restoration Reference
|
||||
In a disaster recovery scenario:
|
||||
1. Reinstall Proxmox VE
|
||||
2. Reference storage configuration from
|
||||
3. Reference network setup from
|
||||
4. Recreate VMs/containers using configs in and
|
||||
5. Restore VM disk images from backups
|
||||
|
||||
## Next Steps
|
||||
|
||||
1. **Review the SUMMARY.md** for collection statistics
|
||||
2. **Check collection.log** for any warnings or errors
|
||||
3. **Manually add documentation** to the folder
|
||||
4. **Create network diagrams** and place in
|
||||
5. **Version control** this export in a private Git repository
|
||||
6. **Set up regular collections** to track infrastructure changes
|
||||
|
||||
## Collection Script
|
||||
|
||||
This export was created by the Homelab Infrastructure Collection Script.
|
||||
For questions or issues, consult the script documentation.
|
||||
|
||||
---
|
||||
*Generated by homelab-export-script v1.0.0*
|
||||
211
homelab-export-20251129-141328/SUMMARY.md
Normal file
211
homelab-export-20251129-141328/SUMMARY.md
Normal file
@@ -0,0 +1,211 @@
|
||||
# Collection Summary Report
|
||||
|
||||
## Collection Metadata
|
||||
|
||||
- **Date/Time**: 2025-11-29 14:13:39
|
||||
- **Hostname**: serviceslab
|
||||
- **Collection Level**: standard
|
||||
- **Script Version**: 1.0.0
|
||||
|
||||
## Sanitization Settings
|
||||
|
||||
- **IP Addresses**: false
|
||||
- **Passwords**: true
|
||||
- **Tokens/Keys**: true
|
||||
|
||||
## Collection Statistics
|
||||
|
||||
### Successfully Collected
|
||||
Total items collected: 50
|
||||
|
||||
- Proxmox VE version
|
||||
- Hostname
|
||||
- Kernel information
|
||||
- System uptime
|
||||
- System date/time
|
||||
- CPU information
|
||||
- Detailed CPU info
|
||||
- Memory information
|
||||
- Detailed memory info
|
||||
- Filesystem usage
|
||||
- Block devices
|
||||
- LVM physical volumes
|
||||
- LVM volume groups
|
||||
- LVM logical volumes
|
||||
- IP addresses
|
||||
- Routing table
|
||||
- Listening sockets
|
||||
- Installed packages
|
||||
- Datacenter config
|
||||
- Storage config
|
||||
- User config
|
||||
- Auth public key
|
||||
- VM 100 (docker-hub) config
|
||||
- VM 101 (gitlab) config
|
||||
- VM 104 (ubuntu-dev) config
|
||||
- VM 105 (dev) config
|
||||
- VM 106 (Ansible-Control) config
|
||||
- VM 107 (ubuntu-docker) config
|
||||
- VM 108 (CML) config
|
||||
- VM 109 (web-server-01) config
|
||||
- VM 110 (web-server-02) config
|
||||
- VM 111 (db-server-01) config
|
||||
- Container 102 (nginx) config
|
||||
- Container 103 (netbox) config
|
||||
- Container 112 (Anytype) config
|
||||
- Network interfaces config
|
||||
- Hosts file
|
||||
- DNS resolver config
|
||||
- Storage status
|
||||
- ZFS pool status
|
||||
- ZFS pool list
|
||||
- ZFS datasets
|
||||
- Samba config
|
||||
- iSCSI initiator config
|
||||
- Vzdump config
|
||||
- Cluster resources
|
||||
- Recent tasks
|
||||
- VM list
|
||||
- Container list
|
||||
- All guests (JSON)
|
||||
|
||||
### Skipped Items
|
||||
Total items skipped: 1
|
||||
|
||||
- Authentication domains
|
||||
|
||||
### Errors
|
||||
Total errors: 5
|
||||
|
||||
- HA configuration
|
||||
- Additional interface configs
|
||||
- SDN configuration
|
||||
- Cluster status
|
||||
- Cluster nodes
|
||||
|
||||
## System Overview
|
||||
|
||||
### Proxmox Version
|
||||
```
|
||||
proxmox-ve: 8.3.0 (running kernel: 6.8.12-8-pve)
|
||||
pve-manager: 8.3.3 (running version: 8.3.3/f157a38b211595d6)
|
||||
proxmox-kernel-helper: 8.1.0
|
||||
proxmox-kernel-6.8: 6.8.12-8
|
||||
proxmox-kernel-6.8.12-8-pve-signed: 6.8.12-8
|
||||
proxmox-kernel-6.8.12-4-pve-signed: 6.8.12-4
|
||||
ceph-fuse: 17.2.7-pve3
|
||||
corosync: 3.1.7-pve3
|
||||
criu: 3.17.1-2+deb12u1
|
||||
glusterfs-client: 10.3-5
|
||||
ifupdown2: 3.2.0-1+pmx11
|
||||
ksm-control-daemon: 1.5-1
|
||||
libjs-extjs: 7.0.0-5
|
||||
libknet1: 1.28-pve1
|
||||
libproxmox-acme-perl: 1.5.1
|
||||
libproxmox-backup-qemu0: 1.5.1
|
||||
libproxmox-rs-perl: 0.3.4
|
||||
libpve-access-control: 8.2.0
|
||||
libpve-apiclient-perl: 3.3.2
|
||||
libpve-cluster-api-perl: 8.0.10
|
||||
libpve-cluster-perl: 8.0.10
|
||||
libpve-common-perl: 8.2.9
|
||||
libpve-guest-common-perl: 5.1.6
|
||||
libpve-http-server-perl: 5.2.0
|
||||
libpve-network-perl: 0.10.0
|
||||
libpve-rs-perl: 0.9.1
|
||||
libpve-storage-perl: 8.3.3
|
||||
libspice-server1: 0.15.1-1
|
||||
lvm2: 2.03.16-2
|
||||
lxc-pve: 6.0.0-1
|
||||
lxcfs: 6.0.0-pve2
|
||||
novnc-pve: 1.5.0-1
|
||||
proxmox-backup-client: 3.3.2-1
|
||||
proxmox-backup-file-restore: 3.3.2-2
|
||||
proxmox-firewall: 0.6.0
|
||||
proxmox-kernel-helper: 8.1.0
|
||||
proxmox-mail-forward: 0.3.1
|
||||
proxmox-mini-journalreader: 1.4.0
|
||||
proxmox-offline-mirror-helper: 0.6.7
|
||||
proxmox-widget-toolkit: 4.3.4
|
||||
pve-cluster: 8.0.10
|
||||
pve-container: 5.2.3
|
||||
pve-docs: 8.3.1
|
||||
pve-edk2-firmware: 4.2023.08-4
|
||||
pve-esxi-import-tools: 0.7.2
|
||||
pve-firewall: 5.1.0
|
||||
pve-firmware: 3.14-3
|
||||
pve-ha-manager: 4.0.6
|
||||
pve-i18n: 3.3.3
|
||||
pve-qemu-kvm: 9.0.2-5
|
||||
pve-xtermjs: 5.3.0-3
|
||||
qemu-server: 8.3.7
|
||||
smartmontools: 7.3-pve1
|
||||
spiceterm: 3.3.0
|
||||
swtpm: 0.8.0+pve1
|
||||
vncterm: 1.8.0
|
||||
zfsutils-linux: 2.2.7-pve1
|
||||
```
|
||||
|
||||
### Virtual Machines
|
||||
```
|
||||
VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID
|
||||
100 docker-hub running 8200 100.00 1370101
|
||||
101 gitlab stopped 17000 50.00 0
|
||||
104 ubuntu-dev stopped 5000 32.00 0
|
||||
105 dev stopped 16000 32.00 0
|
||||
106 Ansible-Control running 4096 32.00 1020188
|
||||
107 ubuntu-docker stopped 4096 50.00 0
|
||||
108 CML stopped 32000 100.00 0
|
||||
109 web-server-01 running 2048 32.00 1124720
|
||||
110 web-server-02 running 4096 32.00 1159023
|
||||
111 db-server-01 running 4096 32.00 1165739
|
||||
```
|
||||
|
||||
### Containers
|
||||
```
|
||||
VMID Status Lock Name
|
||||
102 running nginx
|
||||
103 stopped netbox
|
||||
112 stopped Anytype
|
||||
```
|
||||
|
||||
### Storage
|
||||
```
|
||||
Name Type Status Total Used Available %
|
||||
PBS-Backups pbs active 1009313392 218398024 739571396 21.64%
|
||||
Vault zfspool active 4546625536 542460732 4004164804 11.93%
|
||||
iso-share nfs active 3325978624 46755840 3279222784 1.41%
|
||||
local dir active 45024148 6643812 36060772 14.76%
|
||||
local-lvm lvmthin active 68988928 6898 68982029 0.01%
|
||||
```
|
||||
|
||||
### Disk Usage
|
||||
```
|
||||
Filesystem Size Used Avail Use% Mounted on
|
||||
udev 87G 0 87G 0% /dev
|
||||
tmpfs 18G 4.7M 18G 1% /run
|
||||
/dev/mapper/pve-root 43G 6.4G 35G 16% /
|
||||
tmpfs 87G 52M 87G 1% /dev/shm
|
||||
tmpfs 5.0M 0 5.0M 0% /run/lock
|
||||
efivarfs 64K 39K 21K 66% /sys/firmware/efi/efivars
|
||||
/dev/sda2 1022M 12M 1011M 2% /boot/efi
|
||||
Vault 3.8T 128K 3.8T 1% /Vault
|
||||
Vault/subvol-102-disk-0 2.0G 721M 1.3G 36% /Vault/subvol-102-disk-0
|
||||
Vault/subvol-103-disk-0 4.0G 1.7G 2.4G 43% /Vault/subvol-103-disk-0
|
||||
/dev/fuse 128M 24K 128M 1% /etc/pve
|
||||
192.168.2.150:/mnt/Vauly/iso-vault 3.1T 45G 3.1T 2% /mnt/pve/iso-share
|
||||
tmpfs 18G 4.0K 18G 1% /run/user/0
|
||||
192.168.2.150:/mnt/Vauly/anytype 3.1T 0 3.1T 0% /mnt/pve/anytype
|
||||
Vault/subvol-112-disk-0 25G 3.5G 22G 14% /Vault/subvol-112-disk-0
|
||||
```
|
||||
|
||||
## Next Actions
|
||||
|
||||
1. Review any errors or skipped items above
|
||||
2. Consult collection.log for detailed information
|
||||
3. Manually verify sensitive information was sanitized
|
||||
4. Add this export to your documentation repository
|
||||
5. Create diagrams and additional documentation in respective folders
|
||||
|
||||
---
|
||||
*Report generated 2025-11-29 14:13:43*
|
||||
87
homelab-export-20251129-141328/collection.log
Normal file
87
homelab-export-20251129-141328/collection.log
Normal file
@@ -0,0 +1,87 @@
|
||||
[2025-11-29 14:13:28] [DEBUG] Created directory: ./homelab-export-20251129-141328
|
||||
[2025-11-29 14:13:28] [DEBUG] Created directory: ./homelab-export-20251129-141328/docs
|
||||
[2025-11-29 14:13:28] [DEBUG] Created directory: ./homelab-export-20251129-141328/configs/proxmox
|
||||
[2025-11-29 14:13:28] [DEBUG] Created directory: ./homelab-export-20251129-141328/configs/vms
|
||||
[2025-11-29 14:13:28] [DEBUG] Created directory: ./homelab-export-20251129-141328/configs/lxc
|
||||
[2025-11-29 14:13:28] [DEBUG] Created directory: ./homelab-export-20251129-141328/configs/storage
|
||||
[2025-11-29 14:13:28] [DEBUG] Created directory: ./homelab-export-20251129-141328/configs/network
|
||||
[2025-11-29 14:13:28] [DEBUG] Created directory: ./homelab-export-20251129-141328/configs/backup
|
||||
[2025-11-29 14:13:28] [DEBUG] Created directory: ./homelab-export-20251129-141328/exports/system
|
||||
[2025-11-29 14:13:28] [DEBUG] Created directory: ./homelab-export-20251129-141328/exports/cluster
|
||||
[2025-11-29 14:13:28] [DEBUG] Created directory: ./homelab-export-20251129-141328/exports/guests
|
||||
[2025-11-29 14:13:28] [DEBUG] Created directory: ./homelab-export-20251129-141328/scripts
|
||||
[2025-11-29 14:13:28] [DEBUG] Created directory: ./homelab-export-20251129-141328/diagrams
|
||||
[2025-11-29 14:13:28] [SUCCESS] Directory structure created at: ./homelab-export-20251129-141328
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected Proxmox VE version
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected Hostname
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected Kernel information
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected System uptime
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected System date/time
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected CPU information
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected Detailed CPU info
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected Memory information
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected Detailed memory info
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected Filesystem usage
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected Block devices
|
||||
[2025-11-29 14:13:29] [DEBUG] Command 'pvdisplay' is available
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected LVM physical volumes
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected LVM volume groups
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected LVM logical volumes
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected IP addresses
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected Routing table
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected Listening sockets
|
||||
[2025-11-29 14:13:29] [DEBUG] Command 'dpkg' is available
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected Installed packages
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected Datacenter config
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected Storage config
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected User config
|
||||
[2025-11-29 14:13:29] [DEBUG] Source does not exist: /etc/pve/domains.cfg (Authentication domains)
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected Auth public key
|
||||
[2025-11-29 14:13:29] [WARN] Failed to copy directory HA configuration from /etc/pve/ha
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected VM 100 (docker-hub) config
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected VM 101 (gitlab) config
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected VM 104 (ubuntu-dev) config
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected VM 105 (dev) config
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected VM 106 (Ansible-Control) config
|
||||
[2025-11-29 14:13:29] [SUCCESS] Collected VM 107 (ubuntu-docker) config
|
||||
[2025-11-29 14:13:30] [SUCCESS] Collected VM 108 (CML) config
|
||||
[2025-11-29 14:13:30] [SUCCESS] Collected VM 109 (web-server-01) config
|
||||
[2025-11-29 14:13:30] [SUCCESS] Collected VM 110 (web-server-02) config
|
||||
[2025-11-29 14:13:30] [SUCCESS] Collected VM 111 (db-server-01) config
|
||||
[2025-11-29 14:13:30] [SUCCESS] Collected Container 102 (nginx) config
|
||||
[2025-11-29 14:13:30] [SUCCESS] Collected Container 103 (netbox) config
|
||||
[2025-11-29 14:13:30] [SUCCESS] Collected Container 112 (Anytype) config
|
||||
[2025-11-29 14:13:31] [SUCCESS] Collected Network interfaces config
|
||||
[2025-11-29 14:13:31] [WARN] Failed to copy directory Additional interface configs from /etc/network/interfaces.d
|
||||
[2025-11-29 14:13:31] [WARN] Failed to copy directory SDN configuration from /etc/pve/sdn
|
||||
[2025-11-29 14:13:31] [SUCCESS] Collected Hosts file
|
||||
[2025-11-29 14:13:31] [SUCCESS] Collected DNS resolver config
|
||||
[2025-11-29 14:13:31] [DEBUG] Command 'pvesm' is available
|
||||
[2025-11-29 14:13:32] [SUCCESS] Collected Storage status
|
||||
[2025-11-29 14:13:32] [DEBUG] Command 'zpool' is available
|
||||
[2025-11-29 14:13:32] [SUCCESS] Collected ZFS pool status
|
||||
[2025-11-29 14:13:32] [SUCCESS] Collected ZFS pool list
|
||||
[2025-11-29 14:13:32] [DEBUG] Command 'zfs' is available
|
||||
[2025-11-29 14:13:32] [SUCCESS] Collected ZFS datasets
|
||||
[2025-11-29 14:13:32] [SUCCESS] Collected Samba config
|
||||
[2025-11-29 14:13:32] [SUCCESS] Collected iSCSI initiator config
|
||||
[2025-11-29 14:13:32] [SUCCESS] Collected Vzdump config
|
||||
[2025-11-29 14:13:32] [DEBUG] Command 'pvecm' is available
|
||||
[2025-11-29 14:13:33] [WARN] Failed to execute: pvecm status (Cluster status)
|
||||
[2025-11-29 14:13:33] [WARN] Failed to execute: pvecm nodes (Cluster nodes)
|
||||
[2025-11-29 14:13:33] [DEBUG] Command 'pvesh' is available
|
||||
[2025-11-29 14:13:34] [SUCCESS] Collected Cluster resources
|
||||
[2025-11-29 14:13:36] [SUCCESS] Collected Recent tasks
|
||||
[2025-11-29 14:13:36] [DEBUG] Command 'qm' is available
|
||||
[2025-11-29 14:13:37] [SUCCESS] Collected VM list
|
||||
[2025-11-29 14:13:37] [DEBUG] Command 'pct' is available
|
||||
[2025-11-29 14:13:38] [SUCCESS] Collected Container list
|
||||
[2025-11-29 14:13:38] [DEBUG] Command 'pvesh' is available
|
||||
[2025-11-29 14:13:39] [SUCCESS] Collected All guests (JSON)
|
||||
[2025-11-29 14:13:39] [INFO] Skipping service configs (collection level: standard)
|
||||
[2025-11-29 14:13:39] [SUCCESS] Generated README.md
|
||||
[2025-11-29 14:13:43] [SUCCESS] Generated SUMMARY.md
|
||||
[2025-11-29 14:13:43] [SUCCESS] Total items collected: 50
|
||||
[2025-11-29 14:13:43] [INFO] Total items skipped: 1
|
||||
[2025-11-29 14:13:43] [WARN] Total errors: 5
|
||||
[2025-11-29 14:13:43] [WARN] Review ./homelab-export-20251129-141328/collection.log for details
|
||||
20
homelab-export-20251129-141328/configs/backup/vzdump.conf
Normal file
20
homelab-export-20251129-141328/configs/backup/vzdump.conf
Normal file
@@ -0,0 +1,20 @@
|
||||
# vzdump default settings
|
||||
|
||||
#tmpdir: DIR
|
||||
#dumpdir: DIR
|
||||
#storage: STORAGE_ID
|
||||
#mode: snapshot|suspend|stop
|
||||
#bwlimit: KBPS
|
||||
#performance: [max-workers=N][,pbs-entries-max=N]
|
||||
#ionice: PRI
|
||||
#lockwait: MINUTES
|
||||
#stopwait: MINUTES
|
||||
#stdexcludes: BOOLEAN
|
||||
#mailto: ADDRESSLIST
|
||||
#prune-backups: keep-INTERVAL=N[,...]
|
||||
#script: FILENAME
|
||||
#exclude-path: PATHLIST
|
||||
#pigz: N
|
||||
#notes-template: {{guestname}}
|
||||
#pbs-change-detection-mode: legacy|data|metadata
|
||||
#fleecing: enabled=BOOLEAN,storage=STORAGE_ID
|
||||
13
homelab-export-20251129-141328/configs/lxc/102-nginx.conf
Normal file
13
homelab-export-20251129-141328/configs/lxc/102-nginx.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
#.101
|
||||
arch: amd64
|
||||
cores: 1
|
||||
features: nesting=1
|
||||
hostname: nginx
|
||||
memory: 2048
|
||||
nameserver: 8.8.8.8
|
||||
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.2.1,hwaddr=BC:24:11:A6:98:63,ip=192.168.2.101/24,type=veth
|
||||
onboot: 1
|
||||
ostype: alpine
|
||||
rootfs: Vault:subvol-102-disk-0,size=2G
|
||||
swap: 512
|
||||
unprivileged: 1
|
||||
39
homelab-export-20251129-141328/configs/lxc/103-netbox.conf
Normal file
39
homelab-export-20251129-141328/configs/lxc/103-netbox.conf
Normal file
@@ -0,0 +1,39 @@
|
||||
#<div align='center'>
|
||||
# <a href='https%3A//Helper-Scripts.com' target='_blank' rel='noopener noreferrer'>
|
||||
# <img src='https%3A//raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/images/logo-81x112.png' alt='Logo' style='width%3A81px;height%3A112px;'/>
|
||||
# </a>
|
||||
#
|
||||
# <h2 style='font-size%3A 24px; margin%3A 20px 0;'>NetBox LXC</h2>
|
||||
#
|
||||
# <p style='margin%3A 16px 0;'>
|
||||
# <a href='https%3A//ko-fi.com/community_scripts' target='_blank' rel='noopener noreferrer'>
|
||||
# <img src='https%3A//img.shields.io/badge/☕-Buy us a coffee-blue' alt='spend Coffee' />
|
||||
# </a>
|
||||
# </p>
|
||||
#
|
||||
# <span style='margin%3A 0 10px;'>
|
||||
# <i class="fa fa-github fa-fw" style="color%3A #f5f5f5;"></i>
|
||||
# <a href='https%3A//github.com/community-scripts/ProxmoxVE' target='_blank' rel='noopener noreferrer' style='text-decoration%3A none; color%3A #00617f;'>GitHub</a>
|
||||
# </span>
|
||||
# <span style='margin%3A 0 10px;'>
|
||||
# <i class="fa fa-comments fa-fw" style="color%3A #f5f5f5;"></i>
|
||||
# <a href='https%3A//github.com/community-scripts/ProxmoxVE/discussions' target='_blank' rel='noopener noreferrer' style='text-decoration%3A none; color%3A #00617f;'>Discussions</a>
|
||||
# </span>
|
||||
# <span style='margin%3A 0 10px;'>
|
||||
# <i class="fa fa-exclamation-circle fa-fw" style="color%3A #f5f5f5;"></i>
|
||||
# <a href='https%3A//github.com/community-scripts/ProxmoxVE/issues' target='_blank' rel='noopener noreferrer' style='text-decoration%3A none; color%3A #00617f;'>Issues</a>
|
||||
# </span>
|
||||
#</div>
|
||||
#<b>.104</b>
|
||||
arch: amd64
|
||||
cores: 2
|
||||
features: keyctl=1,nesting=1
|
||||
hostname: netbox
|
||||
memory: 2048
|
||||
net0: name=eth0,bridge=vmbr0,gw=192.168.2.1,hwaddr=BC:24:11:61:7D:2B,ip=192.168.2.104/24,type=veth
|
||||
onboot: 1
|
||||
ostype: debian
|
||||
rootfs: Vault:subvol-103-disk-0,size=4G
|
||||
swap: 512
|
||||
tags: community-script;network
|
||||
unprivileged: 1
|
||||
11
homelab-export-20251129-141328/configs/lxc/112-Anytype.conf
Normal file
11
homelab-export-20251129-141328/configs/lxc/112-Anytype.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
arch: amd64
|
||||
cores: 2
|
||||
features: nesting=1
|
||||
hostname: Anytype
|
||||
memory: 4098
|
||||
mp0: /mnt/pve/anytype,mp=/mnt/nas
|
||||
net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=BC:24:11:16:38:C8,ip=dhcp,type=veth
|
||||
ostype: debian
|
||||
rootfs: Vault:subvol-112-disk-0,size=25G
|
||||
swap: 4098
|
||||
unprivileged: 1
|
||||
11
homelab-export-20251129-141328/configs/network/hosts
Normal file
11
homelab-export-20251129-141328/configs/network/hosts
Normal file
@@ -0,0 +1,11 @@
|
||||
127.0.0.1 localhost.localdomain localhost
|
||||
192.168.2.100 serviceslab.apophisnetworking.net serviceslab
|
||||
|
||||
# The following lines are desirable for IPv6 capable hosts
|
||||
|
||||
::1 ip6-localhost ip6-loopback
|
||||
fe00::0 ip6-localnet
|
||||
ff00::0 ip6-mcastprefix
|
||||
ff02::1 ip6-allnodes
|
||||
ff02::2 ip6-allrouters
|
||||
ff02::3 ip6-allhosts
|
||||
50
homelab-export-20251129-141328/configs/network/interfaces
Normal file
50
homelab-export-20251129-141328/configs/network/interfaces
Normal file
@@ -0,0 +1,50 @@
|
||||
# network interface settings; autogenerated
|
||||
# Please do NOT modify this file directly, unless you know what
|
||||
# you're doing.
|
||||
#
|
||||
# If you want to manage parts of the network configuration manually,
|
||||
# please utilize the 'source' or 'source-directory' directives to do
|
||||
# so.
|
||||
# PVE will preserve these directives, but will NOT read its network
|
||||
# configuration from sourced files, so do not attempt to move any of
|
||||
# the PVE managed interfaces into external files!
|
||||
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
iface eno1 inet manual
|
||||
|
||||
iface eno2 inet manual
|
||||
|
||||
iface eno3 inet manual
|
||||
|
||||
iface eno4 inet manual
|
||||
|
||||
iface enp6s0f0 inet manual
|
||||
|
||||
iface enp6s0f1 inet manual
|
||||
|
||||
iface enp7s0f0 inet manual
|
||||
|
||||
iface enp7s0f1 inet manual
|
||||
|
||||
auto vmbr0
|
||||
iface vmbr0 inet static
|
||||
address 192.168.2.100/24
|
||||
gateway 192.168.2.1
|
||||
bridge-ports eno1
|
||||
bridge-stp off
|
||||
bridge-fd 0
|
||||
bridge-vlan-aware yes
|
||||
bridge-vids 2-4094
|
||||
|
||||
auto vmbr1
|
||||
iface vmbr1 inet static
|
||||
address 192.168.3.0/24
|
||||
bridge-ports none
|
||||
bridge-stp off
|
||||
bridge-fd 0
|
||||
bridge-vlan-aware yes
|
||||
bridge-vids 2-4094
|
||||
|
||||
source /etc/network/interfaces.d/*
|
||||
@@ -0,0 +1,2 @@
|
||||
search apophisnetworking.net
|
||||
nameserver 8.8.8.8
|
||||
@@ -0,0 +1,9 @@
|
||||
-----BEGIN PUBLIC KEY-----
|
||||
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk/eYDRmc+cJlZQYbJUQW
|
||||
eV4xy2mTNPVi4NFXDEEeMpSQ/N+pBvDibkeYzDHjNDno4h9j3Uk868TZ1nJN9i+Z
|
||||
zBpVTGgW06VeIln6qe1LgnOVh9uuFQNpbFb3viw+yija8M8CLkSHM78OJY53khuO
|
||||
VG1FVSVLihdHkZTYgFCUa+pDYjNb2VNiK8KJDztOgW5eBr53F2icv3yFmFXgnpOc
|
||||
qEv0ygJx7xqB4ebukzlQzLrJJ08sXMHqIH1noPPPUwFjwPgzPlnq0A5y064qfSge
|
||||
o2M+jlZjrKSQ46ZO4SGBA/EHfbynMBK30PfejHpWiZL3aRvvynuSXRZWRypQLRNj
|
||||
SQIDAQAB
|
||||
-----END PUBLIC KEY-----
|
||||
@@ -0,0 +1 @@
|
||||
keyboard: en-us
|
||||
30
homelab-export-20251129-141328/configs/proxmox/storage.cfg
Normal file
30
homelab-export-20251129-141328/configs/proxmox/storage.cfg
Normal file
@@ -0,0 +1,30 @@
|
||||
dir: local
|
||||
path /var/lib/vz
|
||||
content vztmpl,iso,backup
|
||||
|
||||
lvmthin: local-lvm
|
||||
thinpool data
|
||||
vgname pve
|
||||
content images,rootdir
|
||||
|
||||
zfspool: Vault
|
||||
pool Vault
|
||||
content rootdir,images
|
||||
mountpoint /Vault
|
||||
nodes serviceslab
|
||||
|
||||
pbs: PBS-Backups
|
||||
datastore backups
|
||||
server 192.168.2.151
|
||||
content backup
|
||||
fingerprint dc:7c:c6:19:f3:79:1c:f0:a9:36:3c:b0:6d:9f:8e:9a:53:c3:70:de:b8:a8:7a:c9:3a:4e:38:fb:60:f9:10:8f
|
||||
prune-backups keep-all=1
|
||||
username root@pam
|
||||
|
||||
nfs: iso-share
|
||||
export /mnt/Vauly/iso-vault
|
||||
path /mnt/pve/iso-share
|
||||
server 192.168.2.150
|
||||
content iso
|
||||
prune-backups keep-all=1
|
||||
|
||||
17
homelab-export-20251129-141328/configs/proxmox/user.cfg
Normal file
17
homelab-export-20251129-141328/configs/proxmox/user.cfg
Normal file
@@ -0,0 +1,17 @@
|
||||
user:api@pam:1:0::::::
|
||||
token:api@pam!homepage:0:1::
|
||||
user:root@pam:1:0:::jramosdirect2@gmail.com:::
|
||||
token:root@pam!packer:0:0::
|
||||
token:root@pam!tui:0:0::
|
||||
user:terraform@pam:1:0::::::
|
||||
token:terraform@pam!terraform:0:0::
|
||||
|
||||
group:api-ro:api@pam::
|
||||
group:terraform:terraform@pam::
|
||||
|
||||
|
||||
role:TerraformProvision:Datastore.AllocateSpace,Datastore.Audit,Pool.Allocate,SDN.Use,Sys.Audit,Sys.Console,Sys.Modify,Sys.PowerMgmt,VM.Allocate,VM.Audit,VM.Clone,VM.Config.CDROM,VM.Config.CPU,VM.Config.Cloudinit,VM.Config.Disk,VM.Config.HWType,VM.Config.Memory,VM.Config.Network,VM.Config.Options,VM.Migrate,VM.Monitor,VM.PowerMgmt:
|
||||
|
||||
acl:1:/:root@pam!packer:Administrator:
|
||||
acl:1:/:@api-ro,api@pam!homepage:PVEAuditor:
|
||||
acl:1:/:@terraform:TerraformProvision:
|
||||
348
homelab-export-20251129-141328/configs/storage/iscsid.conf
Normal file
348
homelab-export-20251129-141328/configs/storage/iscsid.conf
Normal file
@@ -0,0 +1,348 @@
|
||||
#
|
||||
# Open-iSCSI default configuration.
|
||||
# Could be located at /etc/iscsi/iscsid.conf or ~/.iscsid.conf
|
||||
#
|
||||
# Note: To set any of these values for a specific node/session run
|
||||
# the iscsiadm --mode node --op command for the value. See the README
|
||||
# and man page for iscsiadm for details on the --op command.
|
||||
#
|
||||
|
||||
######################
|
||||
# iscsid daemon config
|
||||
######################
|
||||
#
|
||||
# If you want iscsid to start the first time an iscsi tool
|
||||
# needs to access it, instead of starting it when the init
|
||||
# scripts run, set the iscsid startup command here. This
|
||||
# should normally only need to be done by distro package
|
||||
# maintainers. If you leave the iscsid daemon running all
|
||||
# the time then leave this attribute commented out.
|
||||
#
|
||||
# Default for Fedora and RHEL. Uncomment to activate.
|
||||
# iscsid.startup = /bin/systemctl start iscsid.socket iscsiuio.socket
|
||||
#
|
||||
# Default for Debian and Ubuntu. Uncomment to activate.
|
||||
iscsid.startup = /bin/systemctl start iscsid.socket
|
||||
#
|
||||
# Default if you are not using systemd. Uncomment to activate.
|
||||
# iscsid.startup = /usr/bin/service start iscsid
|
||||
|
||||
# Check for active mounts on devices reachable through a session
|
||||
# and refuse to logout if there are any. Defaults to "No".
|
||||
# iscsid.safe_logout = Yes
|
||||
|
||||
# Only require UID auth for MGMT IPCs, and not username.
|
||||
# Useful if you want to run iscsid in a constrained environment.
|
||||
# Note: Only do this if you are aware of the security implications.
|
||||
# Defaults to "No".
|
||||
# iscsid.ipc_auth_uid = Yes
|
||||
|
||||
#############################
|
||||
# NIC/HBA and driver settings
|
||||
#############################
|
||||
# open-iscsi can create a session and bind it to a NIC/HBA.
|
||||
# To set this up see the example iface config file.
|
||||
|
||||
#*****************
|
||||
# Startup settings
|
||||
#*****************
|
||||
|
||||
# To request that the iscsi service scripts startup a session, use "automatic":
|
||||
# node.startup = automatic
|
||||
#
|
||||
# To manually startup the session, use "manual". The default is manual.
|
||||
node.startup = manual
|
||||
|
||||
# For "automatic" startup nodes, setting this to "Yes" will try logins on each
|
||||
# available iface until one succeeds, and then stop. The default "No" will try
|
||||
# logins on all available ifaces simultaneously.
|
||||
node.leading_login = No
|
||||
|
||||
# *************
|
||||
# CHAP Settings
|
||||
# *************
|
||||
|
||||
# To enable CHAP authentication set node.session.auth.authmethod
|
||||
# to CHAP. The default is None.
|
||||
#node.session.auth.authmethod = CHAP
|
||||
|
||||
# To configure which CHAP algorithms to enable, set
|
||||
# node.session.auth.chap_algs to a comma separated list.
|
||||
# The algorithms should be listed in order of decreasing
|
||||
# preference — in particular, with the most preferred algorithm first.
|
||||
# Valid values are MD5, SHA1, SHA256, and SHA3-256.
|
||||
# The default is MD5.
|
||||
#node.session.auth.chap_algs = SHA3-256,SHA256,SHA1,MD5
|
||||
|
||||
# To set a CHAP username and password for initiator
|
||||
# authentication by the target(s), uncomment the following lines:
|
||||
#node.session.auth.username = username
|
||||
#node.session.auth.password = password
|
||||
|
||||
# To set a CHAP username and password for target(s)
|
||||
# authentication by the initiator, uncomment the following lines:
|
||||
#node.session.auth.username_in = username_in
|
||||
#node.session.auth.password_in = password_in
|
||||
|
||||
# To enable CHAP authentication for a discovery session to the target,
|
||||
# set discovery.sendtargets.auth.authmethod to CHAP. The default is None.
|
||||
#discovery.sendtargets.auth.authmethod = CHAP
|
||||
|
||||
# To set a discovery session CHAP username and password for the initiator
|
||||
# authentication by the target(s), uncomment the following lines:
|
||||
#discovery.sendtargets.auth.username = username
|
||||
#discovery.sendtargets.auth.password = password
|
||||
|
||||
# To set a discovery session CHAP username and password for target(s)
|
||||
# authentication by the initiator, uncomment the following lines:
|
||||
#discovery.sendtargets.auth.username_in = username_in
|
||||
#discovery.sendtargets.auth.password_in = password_in
|
||||
|
||||
# ********
|
||||
# Timeouts
|
||||
# ********
|
||||
#
|
||||
# See the iSCSI README's Advanced Configuration section for tips
|
||||
# on setting timeouts when using multipath or doing root over iSCSI.
|
||||
#
|
||||
# To specify the length of time to wait for session re-establishment
|
||||
# before failing SCSI commands back to the application when running
|
||||
# the Linux SCSI Layer error handler, edit the line.
|
||||
# The value is in seconds and the default is 120 seconds.
|
||||
# Special values:
|
||||
# - If the value is 0, IO will be failed immediately.
|
||||
# - If the value is less than 0, IO will remain queued until the session
|
||||
# is logged back in, or until the user runs the logout command.
|
||||
node.session.timeo.replacement_timeout = 120
|
||||
|
||||
# To specify the time to wait for login to complete, edit the line.
|
||||
# The value is in seconds and the default is 15 seconds.
|
||||
node.conn[0].timeo.login_timeout = 15
|
||||
|
||||
# To specify the time to wait for logout to complete, edit the line.
|
||||
# The value is in seconds and the default is 15 seconds.
|
||||
node.conn[0].timeo.logout_timeout = 15
|
||||
|
||||
# Time interval to wait for on connection before sending a ping.
|
||||
# The value is in seconds and the default is 5 seconds.
|
||||
node.conn[0].timeo.noop_out_interval = 5
|
||||
|
||||
# To specify the time to wait for a Nop-out response before failing
|
||||
# the connection, edit this line. Failing the connection will
|
||||
# cause IO to be failed back to the SCSI layer. If using dm-multipath
|
||||
# this will cause the IO to be failed to the multipath layer.
|
||||
# The value is in seconds and the default is 5 seconds.
|
||||
node.conn[0].timeo.noop_out_timeout = 5
|
||||
|
||||
# To specify the time to wait for an abort response before
|
||||
# failing the operation and trying a logical unit reset, edit the line.
|
||||
# The value is in seconds and the default is 15 seconds.
|
||||
node.session.err_timeo.abort_timeout = 15
|
||||
|
||||
# To specify the time to wait for a logical unit response
|
||||
# before failing the operation and trying session re-establishment,
|
||||
# edit the line.
|
||||
# The value is in seconds and the default is 30 seconds.
|
||||
node.session.err_timeo.lu_reset_timeout = 30
|
||||
|
||||
# To specify the time to wait for a target response
|
||||
# before failing the operation and trying session re-establishment,
|
||||
# edit the line.
|
||||
# The value is in seconds and the default is 30 seconds.
|
||||
node.session.err_timeo.tgt_reset_timeout = 30
|
||||
|
||||
# The value is in seconds and the default is 60 seconds.
|
||||
node.session.err_timeo.host_reset_timeout = 60
|
||||
|
||||
|
||||
#******
|
||||
# Retry
|
||||
#******
|
||||
|
||||
# To specify the number of times iscsid should retry a login
|
||||
# if the login attempt fails due to the node.conn[0].timeo.login_timeout
|
||||
# expiring, modify the following line. Note that if the login fails
|
||||
# quickly (before node.conn[0].timeo.login_timeout fires) because the network
|
||||
# layer or the target returns an error, iscsid may retry the login more than
|
||||
# node.session.initial_login_retry_max times.
|
||||
#
|
||||
# This retry count along with node.conn[0].timeo.login_timeout
|
||||
# determines the maximum amount of time iscsid will try to
|
||||
# establish the initial login. node.session.initial_login_retry_max is
|
||||
# multiplied by the node.conn[0].timeo.login_timeout to determine the
|
||||
# maximum amount.
|
||||
#
|
||||
# The default node.session.initial_login_retry_max is 8 and
|
||||
# node.conn[0].timeo.login_timeout is 15 so we have:
|
||||
#
|
||||
# node.conn[0].timeo.login_timeout * node.session.initial_login_retry_max = 120s
|
||||
#
|
||||
# Valid values are any integer value. This only
|
||||
# affects the initial login. Setting it to a high value can slow
|
||||
# down the iscsi service startup. Setting it to a low value can
|
||||
# cause a session to not get logged into, if there are distuptions
|
||||
# during startup or if the network is not ready at that time.
|
||||
node.session.initial_login_retry_max = 8
|
||||
|
||||
################################
|
||||
# session and device queue depth
|
||||
################################
|
||||
|
||||
# To control how many commands the session will queue, set
|
||||
# node.session.cmds_max to an integer between 2 and 2048 that is also
|
||||
# a power of 2. The default is 128.
|
||||
node.session.cmds_max = 128
|
||||
|
||||
# To control the device's queue depth, set node.session.queue_depth
|
||||
# to a value between 1 and 1024. The default is 32.
|
||||
node.session.queue_depth = 32
|
||||
|
||||
##################################
|
||||
# MISC SYSTEM PERFORMANCE SETTINGS
|
||||
##################################
|
||||
|
||||
# For software iscsi (iscsi_tcp) and iser (ib_iser), each session
|
||||
# has a thread used to transmit or queue data to the hardware. For
|
||||
# cxgb3i, you will get a thread per host.
|
||||
#
|
||||
# Setting the thread's priority to a lower value can lead to higher throughput
|
||||
# and lower latencies. The lowest value is -20. Setting the priority to
|
||||
# a higher value, can lead to reduced IO performance, but if you are seeing
|
||||
# the iscsi or scsi threads dominate the use of the CPU then you may want
|
||||
# to set this value higher.
|
||||
#
|
||||
# Note: For cxgb3i, you must set all sessions to the same value.
|
||||
# Otherwise the behavior is not defined.
|
||||
#
|
||||
# The default value is -20. The setting must be between -20 and 20.
|
||||
node.session.xmit_thread_priority = -20
|
||||
|
||||
|
||||
#***************
|
||||
# iSCSI settings
|
||||
#***************
|
||||
|
||||
# To enable R2T flow control (i.e., the initiator must wait for an R2T
|
||||
# command before sending any data), uncomment the following line:
|
||||
#
|
||||
#node.session.iscsi.InitialR2T = Yes
|
||||
#
|
||||
# To disable R2T flow control (i.e., the initiator has an implied
|
||||
# initial R2T of "FirstBurstLength" at offset 0), uncomment the following line:
|
||||
#
|
||||
# The defaults is No.
|
||||
node.session.iscsi.InitialR2T = No
|
||||
|
||||
#
|
||||
# To disable immediate data (i.e., the initiator does not send
|
||||
# unsolicited data with the iSCSI command PDU), uncomment the following line:
|
||||
#
|
||||
#node.session.iscsi.ImmediateData = No
|
||||
#
|
||||
# To enable immediate data (i.e., the initiator sends unsolicited data
|
||||
# with the iSCSI command packet), uncomment the following line:
|
||||
#
|
||||
# The default is Yes.
|
||||
node.session.iscsi.ImmediateData = Yes
|
||||
|
||||
# To specify the maximum number of unsolicited data bytes the initiator
|
||||
# can send in an iSCSI PDU to a target, edit the following line.
|
||||
#
|
||||
# The value is the number of bytes in the range of 512 to (2^24-1) and
|
||||
# the default is 262144.
|
||||
node.session.iscsi.FirstBurstLength = 262144
|
||||
|
||||
# To specify the maximum SCSI payload that the initiator will negotiate
|
||||
# with the target for, edit the following line.
|
||||
#
|
||||
# The value is the number of bytes in the range of 512 to (2^24-1) and
|
||||
# the defauls it 16776192.
|
||||
node.session.iscsi.MaxBurstLength = 16776192
|
||||
|
||||
# To specify the maximum number of data bytes the initiator can receive
|
||||
# in an iSCSI PDU from a target, edit the following line.
|
||||
#
|
||||
# The value is the number of bytes in the range of 512 to (2^24-1) and
|
||||
# the default is 262144.
|
||||
node.conn[0].iscsi.MaxRecvDataSegmentLength = 262144
|
||||
|
||||
# To specify the maximum number of data bytes the initiator will send
|
||||
# in an iSCSI PDU to the target, edit the following line.
|
||||
#
|
||||
# The value is the number of bytes in the range of 512 to (2^24-1).
|
||||
# Zero is a special case. If set to zero, the initiator will use
|
||||
# the target's MaxRecvDataSegmentLength for the MaxXmitDataSegmentLength.
|
||||
# The default is 0.
|
||||
node.conn[0].iscsi.MaxXmitDataSegmentLength = 0
|
||||
|
||||
# To specify the maximum number of data bytes the initiator can receive
|
||||
# in an iSCSI PDU from a target during a discovery session, edit the
|
||||
# following line.
|
||||
#
|
||||
# The value is the number of bytes in the range of 512 to (2^24-1) and
|
||||
# the default is 32768.
|
||||
discovery.sendtargets.iscsi.MaxRecvDataSegmentLength = 32768
|
||||
|
||||
# To allow the targets to control the setting of the digest checking,
|
||||
# with the initiator requesting a preference of enabling the checking,
|
||||
# uncomment one or both of the following lines:
|
||||
#node.conn[0].iscsi.HeaderDigest = CRC32C,None
|
||||
#node.conn[0].iscsi.DataDigest = CRC32C,None
|
||||
#
|
||||
# To allow the targets to control the setting of the digest checking,
|
||||
# with the initiator requesting a preference of disabling the checking,
|
||||
# uncomment one or both of the following lines:
|
||||
#node.conn[0].iscsi.HeaderDigest = None,CRC32C
|
||||
#node.conn[0].iscsi.DataDigest = None,CRC32C
|
||||
#
|
||||
# To enable CRC32C digest checking for the header and/or data part of
|
||||
# iSCSI PDUs, uncomment one or both of the following lines:
|
||||
#node.conn[0].iscsi.HeaderDigest = CRC32C
|
||||
#node.conn[0].iscsi.DataDigest = CRC32C
|
||||
#
|
||||
# To disable digest checking for the header and/or data part of
|
||||
# iSCSI PDUs, uncomment one or both of the following lines:
|
||||
#node.conn[0].iscsi.HeaderDigest = None
|
||||
#node.conn[0].iscsi.DataDigest = None
|
||||
#
|
||||
# The default is to never use DataDigests or HeaderDigests.
|
||||
#
|
||||
|
||||
# For multipath configurations, you may want more than one session to be
|
||||
# created on each iface record. If node.session.nr_sessions is greater
|
||||
# than 1, performing a 'login' for that node will ensure that the
|
||||
# appropriate number of sessions is created.
|
||||
node.session.nr_sessions = 1
|
||||
|
||||
# When iscsid starts up, it recovers existing sessions (if possible).
|
||||
# If the target for a session has gone away when this occurs, the
|
||||
# iscsid daemon normally tries to reestablish each session,
|
||||
# in succession, in the background, by trying again every two
|
||||
# seconds until all sessions are restored. This configuration
|
||||
# variable can limits the number of retries for each session.
|
||||
# For example, setting reopen_max=150 would mean that each session
|
||||
# recovery was limited to about five minutes.
|
||||
node.session.reopen_max = 0
|
||||
|
||||
#************
|
||||
# Workarounds
|
||||
#************
|
||||
|
||||
# Some targets like IET prefer that an initiator does not respond to PDUs like
|
||||
# R2Ts after it has sent a task management function like an ABORT TASK or a
|
||||
# LOGICAL UNIT RESET. To adopt this behavior, uncomment the following line.
|
||||
# The default is Yes.
|
||||
node.session.iscsi.FastAbort = Yes
|
||||
|
||||
# Some targets like Equalogic prefer that an initiator continue to respond to
|
||||
# R2Ts after it has sent a task management function like an ABORT TASK or a
|
||||
# LOGICAL UNIT RESET. To adopt this behavior, uncomment the following line.
|
||||
# node.session.iscsi.FastAbort = No
|
||||
|
||||
# To prevent doing automatic scans that would add unwanted luns to the system,
|
||||
# we can disable them and have sessions only do manually requested scans.
|
||||
# Automatic scans are performed on startup, on login, and on AEN/AER reception
|
||||
# on devices supporting it. For HW drivers, all sessions will use the value
|
||||
# defined in the configuration file. This configuration option is independent
|
||||
# of the scsi_mod.scan parameter. The default is auto.
|
||||
node.session.scan = auto
|
||||
@@ -0,0 +1,6 @@
|
||||
Name Type Status Total Used Available %
|
||||
PBS-Backups pbs active 1009313392 218398024 739571396 21.64%
|
||||
Vault zfspool active 4546625536 542460732 4004164804 11.93%
|
||||
iso-share nfs active 3325978624 46755840 3279222784 1.41%
|
||||
local dir active 45024148 6643724 36060860 14.76%
|
||||
local-lvm lvmthin active 68988928 6898 68982029 0.01%
|
||||
236
homelab-export-20251129-141328/configs/storage/smb.conf
Normal file
236
homelab-export-20251129-141328/configs/storage/smb.conf
Normal file
@@ -0,0 +1,236 @@
|
||||
#
|
||||
# Sample configuration file for the Samba suite for Debian GNU/Linux.
|
||||
#
|
||||
#
|
||||
# This is the main Samba configuration file. You should read the
|
||||
# smb.conf(5) manual page in order to understand the options listed
|
||||
# here. Samba has a huge number of configurable options most of which
|
||||
# are not shown in this example
|
||||
#
|
||||
# Some options that are often worth tuning have been included as
|
||||
# commented-out examples in this file.
|
||||
# - When such options are commented with ";", the proposed setting
|
||||
# differs from the default Samba behaviour
|
||||
# - When commented with "#", the proposed setting is the default
|
||||
# behaviour of Samba but the option is considered important
|
||||
# enough to be mentioned here
|
||||
#
|
||||
# NOTE: Whenever you modify this file you should run the command
|
||||
# "testparm" to check that you have not made any basic syntactic
|
||||
# errors.
|
||||
|
||||
#======================= Global Settings =======================
|
||||
|
||||
[global]
|
||||
|
||||
## Browsing/Identification ###
|
||||
|
||||
# Change this to the workgroup/NT-domain name your Samba server will part of
|
||||
workgroup = WORKGROUP
|
||||
|
||||
#### Networking ####
|
||||
|
||||
# The specific set of interfaces / networks to bind to
|
||||
# This can be either the interface name or an IP address/netmask;
|
||||
# interface names are normally preferred
|
||||
; interfaces = 127.0.0.0/8 eth0
|
||||
|
||||
# Only bind to the named interfaces and/or networks; you must use the
|
||||
# 'interfaces' option above to use this.
|
||||
# It is recommended that you enable this feature if your Samba machine is
|
||||
# not protected by a firewall or is a firewall itself. However, this
|
||||
# option cannot handle dynamic or non-broadcast interfaces correctly.
|
||||
; bind interfaces only = yes
|
||||
|
||||
|
||||
|
||||
#### Debugging/Accounting ####
|
||||
|
||||
# This tells Samba to use a separate log file for each machine
|
||||
# that connects
|
||||
log file = /var/log/samba/log.%m
|
||||
|
||||
# Cap the size of the individual log files (in KiB).
|
||||
max log size = 1000
|
||||
|
||||
# We want Samba to only log to /var/log/samba/log.{smbd,nmbd}.
|
||||
# Append syslog@1 if you want important messages to be sent to syslog too.
|
||||
logging = file
|
||||
|
||||
# Do something sensible when Samba crashes: mail the admin a backtrace
|
||||
panic action = /usr/share/samba/panic-action %d
|
||||
|
||||
|
||||
####### Authentication #######
|
||||
|
||||
# Server role. Defines in which mode Samba will operate. Possible
|
||||
# values are "standalone server", "member server", "classic primary
|
||||
# domain controller", "classic backup domain controller", "active
|
||||
# directory domain controller".
|
||||
#
|
||||
# Most people will want "standalone server" or "member server".
|
||||
# Running as "active directory domain controller" will require first
|
||||
# running "samba-tool domain provision" to wipe databases and create a
|
||||
# new domain.
|
||||
server role = standalone server
|
||||
|
||||
obey pam restrictions = yes
|
||||
|
||||
# This boolean parameter controls whether Samba attempts to sync the Unix
|
||||
# password with the SMB password when the encrypted SMB password in the
|
||||
# passdb is changed.
|
||||
unix password sync = yes
|
||||
|
||||
# For Unix password sync to work on a Debian GNU/Linux system, the following
|
||||
# parameters must be set (thanks to Ian Kahan <<kahan@informatik.tu-muenchen.de> for
|
||||
# sending the correct chat script for the passwd program in Debian Sarge).
|
||||
passwd program = /usr/bin/passwd %u
|
||||
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
|
||||
|
||||
# This boolean controls whether PAM will be used for password changes
|
||||
# when requested by an SMB client instead of the program listed in
|
||||
# 'passwd program'. The default is 'no'.
|
||||
pam password change = yes
|
||||
|
||||
# This option controls how unsuccessful authentication attempts are mapped
|
||||
# to anonymous connections
|
||||
map to guest = bad user
|
||||
|
||||
########## Domains ###########
|
||||
|
||||
#
|
||||
# The following settings only takes effect if 'server role = classic
|
||||
# primary domain controller', 'server role = classic backup domain controller'
|
||||
# or 'domain logons' is set
|
||||
#
|
||||
|
||||
# It specifies the location of the user's
|
||||
# profile directory from the client point of view) The following
|
||||
# required a [profiles] share to be setup on the samba server (see
|
||||
# below)
|
||||
; logon path = \\%N\profiles\%U
|
||||
# Another common choice is storing the profile in the user's home directory
|
||||
# (this is Samba's default)
|
||||
# logon path = \\%N\%U\profile
|
||||
|
||||
# The following setting only takes effect if 'domain logons' is set
|
||||
# It specifies the location of a user's home directory (from the client
|
||||
# point of view)
|
||||
; logon drive = H:
|
||||
# logon home = \\%N\%U
|
||||
|
||||
# The following setting only takes effect if 'domain logons' is set
|
||||
# It specifies the script to run during logon. The script must be stored
|
||||
# in the [netlogon] share
|
||||
# NOTE: Must be store in 'DOS' file format convention
|
||||
; logon script = logon.cmd
|
||||
|
||||
# This allows Unix users to be created on the domain controller via the SAMR
|
||||
# RPC pipe. The example command creates a user account with a disabled Unix
|
||||
# password; please adapt to your needs
|
||||
; add user script = /usr/sbin/useradd --create-home %u
|
||||
|
||||
# This allows machine accounts to be created on the domain controller via the
|
||||
# SAMR RPC pipe.
|
||||
# The following assumes a "machines" group exists on the system
|
||||
; add machine script = /usr/sbin/useradd -g machines -c "%u machine account" -d /var/lib/samba -s /bin/false %u
|
||||
|
||||
# This allows Unix groups to be created on the domain controller via the SAMR
|
||||
# RPC pipe.
|
||||
; add group script = /usr/sbin/addgroup --force-badname %g
|
||||
|
||||
############ Misc ############
|
||||
|
||||
# Using the following line enables you to customise your configuration
|
||||
# on a per machine basis. The %m gets replaced with the netbios name
|
||||
# of the machine that is connecting
|
||||
; include = /home/samba/etc/smb.conf.%m
|
||||
|
||||
# Some defaults for winbind (make sure you're not using the ranges
|
||||
# for something else.)
|
||||
; idmap config * : backend = tdb
|
||||
; idmap config * : range = 3000-7999
|
||||
; idmap config YOURDOMAINHERE : backend = tdb
|
||||
; idmap config YOURDOMAINHERE : range = 100000-999999
|
||||
; template shell = /bin/bash
|
||||
|
||||
# Setup usershare options to enable non-root users to share folders
|
||||
# with the net usershare command.
|
||||
|
||||
# Maximum number of usershare. 0 means that usershare is disabled.
|
||||
# usershare max shares = 100
|
||||
|
||||
# Allow users who've been granted usershare privileges to create
|
||||
# public shares, not just authenticated ones
|
||||
usershare allow guests = yes
|
||||
|
||||
#======================= Share Definitions =======================
|
||||
|
||||
[homes]
|
||||
comment = Home Directories
|
||||
browseable = no
|
||||
|
||||
# By default, the home directories are exported read-only. Change the
|
||||
# next parameter to 'no' if you want to be able to write to them.
|
||||
read only = yes
|
||||
|
||||
# File creation mask is set to 0700 for security reasons. If you want to
|
||||
# create files with group=rw permissions, set next parameter to 0775.
|
||||
create mask = 0700
|
||||
|
||||
# Directory creation mask is set to 0700 for security reasons. If you want to
|
||||
# create dirs. with group=rw permissions, set next parameter to 0775.
|
||||
directory mask = 0700
|
||||
|
||||
# By default, \\server\username shares can be connected to by anyone
|
||||
# with access to the samba server.
|
||||
# The following parameter makes sure that only "username" can connect
|
||||
# to \\server\username
|
||||
# This might need tweaking when using external authentication schemes
|
||||
valid users = %S
|
||||
|
||||
# Un-comment the following and create the netlogon directory for Domain Logons
|
||||
# (you need to configure Samba to act as a domain controller too.)
|
||||
;[netlogon]
|
||||
; comment = Network Logon Service
|
||||
; path = /home/samba/netlogon
|
||||
; guest ok = yes
|
||||
; read only = yes
|
||||
|
||||
# Un-comment the following and create the profiles directory to store
|
||||
# users profiles (see the "logon path" option above)
|
||||
# (you need to configure Samba to act as a domain controller too.)
|
||||
# The path below should be writable by all users so that their
|
||||
# profile directory may be created the first time they log on
|
||||
;[profiles]
|
||||
; comment = Users profiles
|
||||
; path = /home/samba/profiles
|
||||
; guest ok = no
|
||||
; browseable = no
|
||||
; create mask = 0600
|
||||
; directory mask = 0700
|
||||
|
||||
[printers]
|
||||
comment = All Printers
|
||||
browseable = no
|
||||
path = /var/tmp
|
||||
printable = yes
|
||||
guest ok = no
|
||||
read only = yes
|
||||
create mask = 0700
|
||||
|
||||
# Windows clients look for this share name as a source of downloadable
|
||||
# printer drivers
|
||||
[print$]
|
||||
comment = Printer Drivers
|
||||
path = /var/lib/samba/printers
|
||||
browseable = yes
|
||||
read only = yes
|
||||
guest ok = no
|
||||
# Uncomment to allow remote administration of Windows print drivers.
|
||||
# You may need to replace 'lpadmin' with the name of the group your
|
||||
# admin users are members of.
|
||||
# Please note that you also need to set appropriate Unix permissions
|
||||
# to the drivers directory for these users to have write rights in it
|
||||
; write list = root, @lpadmin
|
||||
|
||||
16
homelab-export-20251129-141328/configs/storage/zfs-list.txt
Normal file
16
homelab-export-20251129-141328/configs/storage/zfs-list.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
NAME USED AVAIL REFER MOUNTPOINT
|
||||
Vault 517G 3.73T 96K /Vault
|
||||
Vault/base-104-disk-0 38.4G 3.76T 5.87G -
|
||||
Vault/base-107-disk-0 56.5G 3.78T 5.69G -
|
||||
Vault/subvol-102-disk-0 721M 1.30G 721M /Vault/subvol-102-disk-0
|
||||
Vault/subvol-103-disk-0 1.68G 2.32G 1.68G /Vault/subvol-103-disk-0
|
||||
Vault/subvol-112-disk-0 3.43G 21.6G 3.43G /Vault/subvol-112-disk-0
|
||||
Vault/vm-100-disk-0 102G 3.80T 32.6G -
|
||||
Vault/vm-101-disk-0 50.8G 3.76T 23.7G -
|
||||
Vault/vm-105-disk-0 32.5G 3.74T 16.3G -
|
||||
Vault/vm-106-disk-0 32.5G 3.75T 11.5G -
|
||||
Vault/vm-107-cloudinit 6M 3.73T 72K -
|
||||
Vault/vm-108-disk-0 102G 3.81T 14.0G -
|
||||
Vault/vm-109-disk-0 32.5G 3.76T 232M -
|
||||
Vault/vm-110-disk-0 32.5G 3.76T 3.98G -
|
||||
Vault/vm-111-disk-0 32.5G 3.76T 4.62G -
|
||||
@@ -0,0 +1,2 @@
|
||||
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
|
||||
Vault 4.36T 124G 4.24T - - 8% 2% 1.00x ONLINE -
|
||||
@@ -0,0 +1,10 @@
|
||||
pool: Vault
|
||||
state: ONLINE
|
||||
scan: scrub repaired 0B in 00:09:21 with 0 errors on Sun Nov 9 00:33:22 2025
|
||||
config:
|
||||
|
||||
NAME STATE READ WRITE CKSUM
|
||||
Vault ONLINE 0 0 0
|
||||
scsi-3600508e00000000012df59c25c59f20a ONLINE 0 0 0
|
||||
|
||||
errors: No known data errors
|
||||
@@ -0,0 +1,17 @@
|
||||
#.102
|
||||
agent: 1
|
||||
boot: order=scsi0;net0
|
||||
cores: 4
|
||||
cpu: host
|
||||
memory: 8200
|
||||
meta: creation-qemu=9.0.2,ctime=1739318083
|
||||
name: docker-hub
|
||||
net0: virtio=BC:24:11:5B:F5:95,bridge=vmbr0,firewall=1
|
||||
numa: 0
|
||||
onboot: 1
|
||||
ostype: l26
|
||||
scsi0: Vault:vm-100-disk-0,iothread=1,size=100G
|
||||
scsihw: virtio-scsi-single
|
||||
smbios1: uuid=851c9177-a62a-4b55-b495-31680929bed4
|
||||
sockets: 1
|
||||
vmgenid: 4ec3beb0-5855-4855-ac77-4552d8848429
|
||||
16
homelab-export-20251129-141328/configs/vms/101-gitlab.conf
Normal file
16
homelab-export-20251129-141328/configs/vms/101-gitlab.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
#.103
|
||||
boot: order=scsi0;net0
|
||||
cores: 4
|
||||
cpu: host
|
||||
memory: 17000
|
||||
meta: creation-qemu=9.0.2,ctime=1739411931
|
||||
name: gitlab
|
||||
net0: virtio=BC:24:11:AE:A0:E1,bridge=vmbr0,firewall=1
|
||||
numa: 0
|
||||
onboot: 1
|
||||
ostype: l26
|
||||
scsi0: Vault:vm-101-disk-0,iothread=1,size=50G
|
||||
scsihw: virtio-scsi-single
|
||||
smbios1: uuid=807a8495-9bfb-4de2-a814-a6e1de387420
|
||||
sockets: 1
|
||||
vmgenid: 4d7a3e4e-fede-493c-930a-36aed6a0b0a2
|
||||
@@ -0,0 +1,19 @@
|
||||
#preparation template vvm
|
||||
boot: order=scsi0;ide2;net0
|
||||
cores: 2
|
||||
cpu: host
|
||||
ide0: local-lvm:vm-104-cloudinit,media=cdrom
|
||||
ide2: none,media=cdrom
|
||||
memory: 5000
|
||||
meta: creation-qemu=9.0.2,ctime=1748116781
|
||||
name: ubuntu-dev
|
||||
net0: virtio=BC:24:11:86:18:0B,bridge=vmbr0,firewall=1
|
||||
numa: 0
|
||||
ostype: l26
|
||||
scsi0: Vault:base-104-disk-0,iothread=1,size=32G
|
||||
scsihw: virtio-scsi-single
|
||||
smbios1: uuid=4d84ed03-fc39-40e0-bdee-dc9a31b20e0d
|
||||
sockets: 1
|
||||
tags: template
|
||||
template: 1
|
||||
vmgenid: f26c1136-40de-4497-b286-50e9df75d977
|
||||
17
homelab-export-20251129-141328/configs/vms/105-dev.conf
Normal file
17
homelab-export-20251129-141328/configs/vms/105-dev.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
boot: order=scsi0;net0;ide2
|
||||
cores: 4
|
||||
cpu: host
|
||||
ide2: iso-share:iso/ubuntu-24.04.2-desktop-amd64.iso,media=cdrom,size=6194550K
|
||||
memory: 16000
|
||||
meta: creation-qemu=9.0.2,ctime=1747705140
|
||||
name: dev
|
||||
net0: virtio=BC:24:11:0B:94:9A,bridge=vmbr0,firewall=1
|
||||
numa: 0
|
||||
ostype: l26
|
||||
scsi0: Vault:vm-105-disk-0,iothread=1,size=32G
|
||||
scsihw: virtio-scsi-single
|
||||
smbios1: uuid=94e9fcd6-460b-4ba5-bbaa-419b5cf30491
|
||||
sockets: 1
|
||||
spice_enhancements: foldersharing=1,videostreaming=all
|
||||
vga: qxl
|
||||
vmgenid: 23985a38-d287-4b9c-97d6-6ac8056090bc
|
||||
@@ -0,0 +1,15 @@
|
||||
boot: order=scsi0;ide2;net0
|
||||
cores: 2
|
||||
cpu: host
|
||||
ide2: iso-share:iso/ubuntu-24.04.2-desktop-amd64.iso,media=cdrom,size=6194550K
|
||||
memory: 4096
|
||||
meta: creation-qemu=9.0.2,ctime=1762020925
|
||||
name: Ansible-Control
|
||||
net0: virtio=BC:24:11:19:EA:A0,bridge=vmbr0,firewall=1,tag=5
|
||||
numa: 0
|
||||
ostype: l26
|
||||
scsi0: Vault:vm-106-disk-0,iothread=1,size=32G
|
||||
scsihw: virtio-scsi-single
|
||||
smbios1: uuid=adbbe001-4198-4a4d-ba99-3052f7483c10
|
||||
sockets: 1
|
||||
vmgenid: 013f169c-4f1f-4f79-af63-fd57d5dc155a
|
||||
@@ -0,0 +1,18 @@
|
||||
boot: order=scsi0;ide2;net0
|
||||
cores: 2
|
||||
cpu: host
|
||||
ide0: Vault:vm-107-cloudinit,media=cdrom
|
||||
ide2: local:iso/ubuntu-24.04.1-desktop-amd64.iso,media=cdrom,size=6057964K
|
||||
memory: 4096
|
||||
meta: creation-qemu=9.0.2,ctime=1749061520
|
||||
name: ubuntu-docker
|
||||
net0: virtio=BC:24:11:DB:15:0C,bridge=vmbr0,firewall=1
|
||||
numa: 0
|
||||
ostype: l26
|
||||
scsi0: Vault:base-107-disk-0,iothread=1,size=50G
|
||||
scsihw: virtio-scsi-single
|
||||
smbios1: uuid=e63b1ff1-07f8-4809-a3d6-ca03cab2698e
|
||||
sockets: 1
|
||||
tags: template
|
||||
template: 1
|
||||
vmgenid: c59cfcf1-fa27-4438-b707-7f3b7bdc4a2d
|
||||
17
homelab-export-20251129-141328/configs/vms/108-CML.conf
Normal file
17
homelab-export-20251129-141328/configs/vms/108-CML.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
bios: ovmf
|
||||
boot: order=scsi0;net0;ide0
|
||||
cores: 4
|
||||
cpu: host
|
||||
efidisk0: local-lvm:vm-108-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M
|
||||
ide0: iso-share:iso/refplat-20241223-fcs.iso,media=cdrom,size=12426624K
|
||||
memory: 32000
|
||||
meta: creation-qemu=9.0.2,ctime=1751066715
|
||||
name: CML
|
||||
net0: virtio=BC:24:11:70:E6:08,bridge=vmbr0,firewall=1
|
||||
numa: 0
|
||||
ostype: l26
|
||||
scsi0: Vault:vm-108-disk-0,iothread=1,size=100G
|
||||
scsihw: virtio-scsi-single
|
||||
smbios1: uuid=36809984-61ba-452d-8fa3-78cea42b5e57
|
||||
sockets: 1
|
||||
vmgenid: 7c6b3c35-3e83-4c3e-ac89-823f4395b3dc
|
||||
@@ -0,0 +1,15 @@
|
||||
boot: order=scsi0;ide2;net0
|
||||
cores: 1
|
||||
cpu: x86-64-v2-AES
|
||||
ide2: iso-share:iso/alpine-standard-3.21.0-x86_64.iso,media=cdrom,size=240M
|
||||
memory: 2048
|
||||
meta: creation-qemu=9.0.2,ctime=1762035910
|
||||
name: web-server-01
|
||||
net0: virtio=BC:24:11:5A:51:E5,bridge=vmbr0,firewall=1,tag=5
|
||||
numa: 0
|
||||
ostype: l26
|
||||
scsi0: Vault:vm-109-disk-0,iothread=1,size=32G
|
||||
scsihw: virtio-scsi-single
|
||||
smbios1: uuid=483f4dca-bbd5-4a7d-b796-f1b44d2e6caa
|
||||
sockets: 1
|
||||
vmgenid: 593fcc09-1934-4e9e-af9a-235ac850db41
|
||||
@@ -0,0 +1,15 @@
|
||||
boot: order=scsi0;ide2;net0
|
||||
cores: 1
|
||||
cpu: host
|
||||
ide2: iso-share:iso/ubuntu-24.04.3-live-server-amd64.iso,media=cdrom,size=3226020K
|
||||
memory: 4096
|
||||
meta: creation-qemu=9.0.2,ctime=1762040863
|
||||
name: web-server-02
|
||||
net0: virtio=BC:24:11:19:CE:FF,bridge=vmbr0,firewall=1,tag=5
|
||||
numa: 0
|
||||
ostype: l26
|
||||
scsi0: Vault:vm-110-disk-0,iothread=1,size=32G
|
||||
scsihw: virtio-scsi-single
|
||||
smbios1: uuid=3b8489d7-fdf8-4f2a-8650-9c1327de1cdf
|
||||
sockets: 1
|
||||
vmgenid: 646e0531-ddab-48f5-98a4-f4d15bf32cc7
|
||||
@@ -0,0 +1,15 @@
|
||||
boot: order=scsi0;ide2;net0
|
||||
cores: 1
|
||||
cpu: host
|
||||
ide2: iso-share:iso/ubuntu-24.04.3-live-server-amd64.iso,media=cdrom,size=3226020K
|
||||
memory: 4096
|
||||
meta: creation-qemu=9.0.2,ctime=1762041805
|
||||
name: db-server-01
|
||||
net0: virtio=BC:24:11:C0:5F:B4,bridge=vmbr0,firewall=1,tag=5
|
||||
numa: 0
|
||||
ostype: l26
|
||||
scsi0: Vault:vm-111-disk-0,iothread=1,size=32G
|
||||
scsihw: virtio-scsi-single
|
||||
smbios1: uuid=856b9b58-9146-46fd-88c5-eb8d08fc5f7e
|
||||
sockets: 1
|
||||
vmgenid: 6864f7c4-1576-403f-b7e2-1d542bd1e252
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
[{"cpu":0.0135837819246988,"disk":0,"diskread":8576241152,"diskwrite":93610007552,"id":"qemu/100","maxcpu":4,"maxdisk":107374182400,"maxmem":8598323200,"mem":7761276928,"name":"docker-hub","netin":9916636524,"netout":396297768,"node":"serviceslab","status":"running","template":0,"type":"qemu","uptime":5188901,"vmid":100},{"cpu":0,"disk":0,"diskread":0,"diskwrite":0,"id":"qemu/101","maxcpu":4,"maxdisk":53687091200,"maxmem":17825792000,"mem":0,"name":"gitlab","netin":0,"netout":0,"node":"serviceslab","status":"stopped","template":0,"type":"qemu","uptime":0,"vmid":101},{"cpu":0.000496178484113538,"disk":755630080,"diskread":55975936,"diskwrite":0,"id":"lxc/102","maxcpu":1,"maxdisk":2147483648,"maxmem":2147483648,"mem":109150208,"name":"nginx","netin":5652214589,"netout":885688143,"node":"serviceslab","status":"running","template":0,"type":"lxc","uptime":5941011,"vmid":102},{"cpu":0,"disk":0,"diskread":0,"diskwrite":0,"id":"lxc/103","maxcpu":2,"maxdisk":4294967296,"maxmem":2147483648,"mem":0,"name":"netbox","netin":0,"netout":0,"node":"serviceslab","status":"stopped","tags":"community-script;network","template":0,"type":"lxc","uptime":0,"vmid":103},{"cpu":0,"disk":0,"diskread":0,"diskwrite":0,"id":"qemu/104","maxcpu":2,"maxdisk":34359738368,"maxmem":5242880000,"mem":0,"name":"ubuntu-dev","netin":0,"netout":0,"node":"serviceslab","status":"stopped","tags":"template","template":1,"type":"qemu","uptime":0,"vmid":104},{"cpu":0,"disk":0,"diskread":0,"diskwrite":0,"id":"qemu/105","maxcpu":4,"maxdisk":34359738368,"maxmem":16777216000,"mem":0,"name":"dev","netin":0,"netout":0,"node":"serviceslab","status":"stopped","template":0,"type":"qemu","uptime":0,"vmid":105},{"cpu":0.0061961110533714,"disk":0,"diskread":19993142628,"diskwrite":41796060160,"id":"qemu/106","maxcpu":2,"maxdisk":34359738368,"maxmem":4294967296,"mem":3552112640,"name":"Ansible-Control","netin":7299928459,"netout":72471271,"node":"serviceslab","status":"running","template":0,"type":"qemu","uptime":2429809,"vmid":106},{"cpu":0,"disk":0,"diskread":0,"diskwrite":0,"id":"qemu/107","maxcpu":2,"maxdisk":53687091200,"maxmem":4294967296,"mem":0,"name":"ubuntu-docker","netin":0,"netout":0,"node":"serviceslab","status":"stopped","tags":"template","template":1,"type":"qemu","uptime":0,"vmid":107},{"cpu":0,"disk":0,"diskread":0,"diskwrite":0,"id":"qemu/108","maxcpu":4,"maxdisk":107374182400,"maxmem":33554432000,"mem":0,"name":"CML","netin":0,"netout":0,"node":"serviceslab","status":"stopped","template":0,"type":"qemu","uptime":0,"vmid":108},{"cpu":0.0305039313396746,"disk":0,"diskread":572288530,"diskwrite":1000979456,"id":"qemu/109","maxcpu":1,"maxdisk":34359738368,"maxmem":2147483648,"mem":209186816,"name":"web-server-01","netin":4225364307,"netout":3933122,"node":"serviceslab","status":"running","template":0,"type":"qemu","uptime":2414892,"vmid":109},{"cpu":0.00285974356309449,"disk":0,"diskread":5130368632,"diskwrite":20350377472,"id":"qemu/110","maxcpu":1,"maxdisk":34359738368,"maxmem":4294967296,"mem":2405920768,"name":"web-server-02","netin":5843493080,"netout":23865558,"node":"serviceslab","status":"running","template":0,"type":"qemu","uptime":2409934,"vmid":110},{"cpu":0.00381299141745932,"disk":0,"diskread":4973123192,"diskwrite":20503563776,"id":"qemu/111","maxcpu":1,"maxdisk":34359738368,"maxmem":4294967296,"mem":2394447872,"name":"db-server-01","netin":5843741735,"netout":20555082,"node":"serviceslab","status":"running","template":0,"type":"qemu","uptime":2408997,"vmid":111},{"cpu":0,"disk":0,"diskread":0,"diskwrite":0,"id":"lxc/112","maxcpu":2,"maxdisk":26843545600,"maxmem":4297064448,"mem":0,"name":"Anytype","netin":0,"netout":0,"node":"serviceslab","status":"stopped","template":0,"type":"lxc","uptime":0,"vmid":112}]
|
||||
@@ -0,0 +1,4 @@
|
||||
VMID Status Lock Name
|
||||
102 running nginx
|
||||
103 stopped netbox
|
||||
112 stopped Anytype
|
||||
11
homelab-export-20251129-141328/exports/guests/vm-list.txt
Normal file
11
homelab-export-20251129-141328/exports/guests/vm-list.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID
|
||||
100 docker-hub running 8200 100.00 1370101
|
||||
101 gitlab stopped 17000 50.00 0
|
||||
104 ubuntu-dev stopped 5000 32.00 0
|
||||
105 dev stopped 16000 32.00 0
|
||||
106 Ansible-Control running 4096 32.00 1020188
|
||||
107 ubuntu-docker stopped 4096 50.00 0
|
||||
108 CML stopped 32000 100.00 0
|
||||
109 web-server-01 running 2048 32.00 1124720
|
||||
110 web-server-02 running 4096 32.00 1159023
|
||||
111 db-server-01 running 4096 32.00 1165739
|
||||
41
homelab-export-20251129-141328/exports/system/cpuinfo.txt
Normal file
41
homelab-export-20251129-141328/exports/system/cpuinfo.txt
Normal file
@@ -0,0 +1,41 @@
|
||||
Architecture: x86_64
|
||||
CPU op-mode(s): 32-bit, 64-bit
|
||||
Address sizes: 40 bits physical, 48 bits virtual
|
||||
Byte Order: Little Endian
|
||||
CPU(s): 24
|
||||
On-line CPU(s) list: 0-23
|
||||
Vendor ID: GenuineIntel
|
||||
BIOS Vendor ID: Intel
|
||||
Model name: Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
BIOS Model name: Intel(R) Xeon(R) CPU X5670 @ 2.93GHz CPU @ 2.9GHz
|
||||
BIOS CPU family: 179
|
||||
CPU family: 6
|
||||
Model: 44
|
||||
Thread(s) per core: 2
|
||||
Core(s) per socket: 6
|
||||
Socket(s): 2
|
||||
Stepping: 2
|
||||
BogoMIPS: 5851.64
|
||||
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
Virtualization: VT-x
|
||||
L1d cache: 384 KiB (12 instances)
|
||||
L1i cache: 384 KiB (12 instances)
|
||||
L2 cache: 3 MiB (12 instances)
|
||||
L3 cache: 24 MiB (2 instances)
|
||||
NUMA node(s): 2
|
||||
NUMA node0 CPU(s): 0,2,4,6,8,10,12,14,16,18,20,22
|
||||
NUMA node1 CPU(s): 1,3,5,7,9,11,13,15,17,19,21,23
|
||||
Vulnerability Gather data sampling: Not affected
|
||||
Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages
|
||||
Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
|
||||
Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT vulnerable
|
||||
Vulnerability Meltdown: Mitigation; PTI
|
||||
Vulnerability Mmio stale data: Unknown: No mitigations
|
||||
Vulnerability Reg file data sampling: Not affected
|
||||
Vulnerability Retbleed: Not affected
|
||||
Vulnerability Spec rstack overflow: Not affected
|
||||
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
|
||||
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
|
||||
Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP conditional; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
|
||||
Vulnerability Srbds: Not affected
|
||||
Vulnerability Tsx async abort: Not affected
|
||||
1
homelab-export-20251129-141328/exports/system/date.txt
Normal file
1
homelab-export-20251129-141328/exports/system/date.txt
Normal file
@@ -0,0 +1 @@
|
||||
Sat Nov 29 02:13:29 PM MST 2025
|
||||
16
homelab-export-20251129-141328/exports/system/df.txt
Normal file
16
homelab-export-20251129-141328/exports/system/df.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
Filesystem Size Used Avail Use% Mounted on
|
||||
udev 87G 0 87G 0% /dev
|
||||
tmpfs 18G 4.7M 18G 1% /run
|
||||
/dev/mapper/pve-root 43G 6.4G 35G 16% /
|
||||
tmpfs 87G 52M 87G 1% /dev/shm
|
||||
tmpfs 5.0M 0 5.0M 0% /run/lock
|
||||
efivarfs 64K 39K 21K 66% /sys/firmware/efi/efivars
|
||||
/dev/sda2 1022M 12M 1011M 2% /boot/efi
|
||||
Vault 3.8T 128K 3.8T 1% /Vault
|
||||
Vault/subvol-102-disk-0 2.0G 721M 1.3G 36% /Vault/subvol-102-disk-0
|
||||
Vault/subvol-103-disk-0 4.0G 1.7G 2.4G 43% /Vault/subvol-103-disk-0
|
||||
/dev/fuse 128M 24K 128M 1% /etc/pve
|
||||
192.168.2.150:/mnt/Vauly/iso-vault 3.1T 45G 3.1T 2% /mnt/pve/iso-share
|
||||
tmpfs 18G 0 18G 0% /run/user/0
|
||||
192.168.2.150:/mnt/Vauly/anytype 3.1T 0 3.1T 0% /mnt/pve/anytype
|
||||
Vault/subvol-112-disk-0 25G 3.5G 22G 14% /Vault/subvol-112-disk-0
|
||||
713
homelab-export-20251129-141328/exports/system/dpkg-list.txt
Normal file
713
homelab-export-20251129-141328/exports/system/dpkg-list.txt
Normal file
@@ -0,0 +1,713 @@
|
||||
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.134 all add and remove users and groups
|
||||
ii apparmor 3.0.8-3 amd64 user-space parser utility for AppArmor
|
||||
ii apt 2.6.1 amd64 commandline package manager
|
||||
ii apt-listchanges 3.24 all package change history notification tool
|
||||
ii apt-transport-https 2.6.1 all transitional package for https support
|
||||
ii apt-utils 2.6.1 amd64 package management related utility programs
|
||||
ii attr 1:2.5.1-4 amd64 utilities for manipulating filesystem extended attributes
|
||||
ii base-files 12.4+deb12u9 amd64 Debian base system miscellaneous files
|
||||
ii base-passwd 3.6.1 amd64 Debian base system master password and group files
|
||||
ii bash 5.2.15-2+b7 amd64 GNU Bourne Again SHell
|
||||
ii bash-completion 1:2.11-6 all programmable completion for the bash shell
|
||||
ii bc 1.07.1-3+b1 amd64 GNU bc arbitrary precision calculator language
|
||||
ii bind9-dnsutils 1:9.18.33-1~deb12u2 amd64 Clients provided with BIND 9
|
||||
ii bind9-host 1:9.18.33-1~deb12u2 amd64 DNS Lookup Utility
|
||||
ii bind9-libs:amd64 1:9.18.33-1~deb12u2 amd64 Shared Libraries used by BIND 9
|
||||
ii binutils 2.40-2 amd64 GNU assembler, linker and binary utilities
|
||||
ii binutils-common:amd64 2.40-2 amd64 Common files for the GNU assembler, linker and binary utilities
|
||||
ii binutils-x86-64-linux-gnu 2.40-2 amd64 GNU binary utilities, for x86-64-linux-gnu target
|
||||
ii bridge-utils 1.7.1-1 amd64 Utilities for configuring the Linux Ethernet bridge
|
||||
ii bsd-mailx 8.1.2-0.20220412cvs-1 amd64 simple mail user agent
|
||||
ii bsdextrautils 2.38.1-5+deb12u3 amd64 extra utilities from 4.4BSD-Lite
|
||||
ii bsdutils 1:2.38.1-5+deb12u3 amd64 basic utilities from 4.4BSD-Lite
|
||||
ii btrfs-progs 6.2-1+deb12u1 amd64 Checksumming Copy on Write Filesystem utilities
|
||||
ii busybox 1:1.35.0-4+b3 amd64 Tiny utilities for small and embedded systems
|
||||
ii bzip2 1.0.8-5+b1 amd64 high-quality block-sorting file compressor - utilities
|
||||
ii ca-certificates 20230311 all Common CA certificates
|
||||
ii ceph-common 17.2.7-pve3 amd64 common utilities to mount and interact with a ceph storage cluster
|
||||
ii ceph-fuse 17.2.7-pve3 amd64 FUSE-based client for the Ceph distributed file system
|
||||
ii chrony 4.3-2+deb12u1 amd64 Versatile implementation of the Network Time Protocol
|
||||
ii cifs-utils 2:7.0-2 amd64 Common Internet File System utilities
|
||||
ii console-setup 1.221 all console font and keymap setup program
|
||||
ii console-setup-linux 1.221 all Linux specific part of console-setup
|
||||
ii coreutils 9.1-1 amd64 GNU core utilities
|
||||
ii corosync 3.1.7-pve3 amd64 cluster engine daemon and utilities
|
||||
ii cpio 2.13+dfsg-7.1 amd64 GNU cpio -- a program to manage archives of files
|
||||
ii criu 3.17.1-2+deb12u1 amd64 checkpoint and restore in userspace
|
||||
ii cron 3.0pl1-162 amd64 process scheduling daemon
|
||||
ii cron-daemon-common 3.0pl1-162 all process scheduling daemon's configuration files
|
||||
ii cstream 4.0.0-1 amd64 general-purpose stream-handling tool similar to dd
|
||||
ii curl 7.88.1-10+deb12u8 amd64 command line tool for transferring data with URL syntax
|
||||
ii dash 0.5.12-2 amd64 POSIX-compliant shell
|
||||
ii dbus 1.14.10-1~deb12u1 amd64 simple interprocess messaging system (system message bus)
|
||||
ii dbus-bin 1.14.10-1~deb12u1 amd64 simple interprocess messaging system (command line utilities)
|
||||
ii dbus-daemon 1.14.10-1~deb12u1 amd64 simple interprocess messaging system (reference message bus)
|
||||
ii dbus-session-bus-common 1.14.10-1~deb12u1 all simple interprocess messaging system (session bus configuration)
|
||||
ii dbus-system-bus-common 1.14.10-1~deb12u1 all simple interprocess messaging system (system bus configuration)
|
||||
ii debconf 1.5.82 all Debian configuration management system
|
||||
ii debconf-i18n 1.5.82 all full internationalization support for debconf
|
||||
ii debian-archive-keyring 2023.3+deb12u1 all GnuPG archive keys of the Debian archive
|
||||
ii debian-faq 11.1 all Debian Frequently Asked Questions
|
||||
ii debianutils 5.7-0.5~deb12u1 amd64 Miscellaneous utilities specific to Debian
|
||||
ii diffutils 1:3.8-4 amd64 File comparison utilities
|
||||
ii dirmngr 2.2.40-1.1 amd64 GNU privacy guard - network certificate management service
|
||||
ii distro-info-data 0.58+deb12u3 all information about the distributions' releases (data files)
|
||||
ii dmeventd 2:1.02.185-2 amd64 Linux Kernel Device Mapper event daemon
|
||||
ii dmidecode 3.4-1 amd64 SMBIOS/DMI table decoder
|
||||
ii dmsetup 2:1.02.185-2 amd64 Linux Kernel Device Mapper userspace library
|
||||
ii doc-debian 11.3+nmu1 all Debian Project documentation and other documents
|
||||
ii dosfstools 4.2-1 amd64 utilities for making and checking MS-DOS FAT filesystems
|
||||
ii dpkg 1.21.22 amd64 Debian package management system
|
||||
ii dtach 0.9-5+b1 amd64 emulates the detach/attach feature of screen
|
||||
ii e2fsprogs 1.47.0-2 amd64 ext2/ext3/ext4 file system utilities
|
||||
ii ebtables 2.0.11-5 amd64 Ethernet bridge frame table administration
|
||||
ii efibootmgr 17-2 amd64 Interact with the EFI Boot Manager
|
||||
ii eject 2.38.1-5+deb12u3 amd64 ejects CDs and operates CD-Changers under Linux
|
||||
ii ethtool 1:6.1-1 amd64 display or change Ethernet device settings
|
||||
ii faketime 0.9.10-2.1 amd64 Report faked system time to programs (command-line tool)
|
||||
ii fdisk 2.38.1-5+deb12u3 amd64 collection of partitioning utilities
|
||||
ii fdutils 5.6-4 amd64 Linux floppy utilities
|
||||
ii file 1:5.44-3 amd64 Recognize the type of data in a file using "magic" numbers
|
||||
ii findutils 4.9.0-4 amd64 utilities for finding files--find, xargs
|
||||
ii fontconfig 2.14.1-4 amd64 generic font configuration library - support binaries
|
||||
ii fontconfig-config 2.14.1-4 amd64 generic font configuration library - configuration
|
||||
ii fonts-dejavu-core 2.37-6 all Vera font family derivate with additional characters
|
||||
ii fonts-font-awesome 5.0.10+really4.7.0~dfsg-4.1 all iconic font designed for use with Twitter Bootstrap
|
||||
ii fonts-font-logos 1.0.1-3 all Icon font for Distributions and FOSS
|
||||
ii fonts-glyphicons-halflings 1.009~3.4.1+dfsg-3 all icons made for smaller graphic
|
||||
ii fuse 2.9.9-6+b1 amd64 Filesystem in Userspace
|
||||
ii gcc-12-base:amd64 12.2.0-14 amd64 GCC, the GNU Compiler Collection (base package)
|
||||
ii gdisk 1.0.9-2.1 amd64 GPT fdisk text-mode partitioning tool
|
||||
ii genisoimage 9:1.1.11-3.4 amd64 Creates ISO-9660 CD-ROM filesystem images
|
||||
ii gettext-base 0.21-12 amd64 GNU Internationalization utilities for the base system
|
||||
ii glusterfs-client 10.3-5 amd64 clustered file-system (client package)
|
||||
ii glusterfs-common 10.3-5 amd64 GlusterFS common libraries and translator modules
|
||||
ii gnupg 2.2.40-1.1 all GNU privacy guard - a free PGP replacement
|
||||
ii gnupg-l10n 2.2.40-1.1 all GNU privacy guard - localization files
|
||||
ii gnupg-utils 2.2.40-1.1 amd64 GNU privacy guard - utility programs
|
||||
ii gnutls-bin 3.7.9-2+deb12u3 amd64 GNU TLS library - commandline utilities
|
||||
ii gpg 2.2.40-1.1 amd64 GNU Privacy Guard -- minimalist public key operations
|
||||
ii gpg-agent 2.2.40-1.1 amd64 GNU privacy guard - cryptographic agent
|
||||
ii gpg-wks-client 2.2.40-1.1 amd64 GNU privacy guard - Web Key Service client
|
||||
ii gpg-wks-server 2.2.40-1.1 amd64 GNU privacy guard - Web Key Service server
|
||||
ii gpgconf 2.2.40-1.1 amd64 GNU privacy guard - core configuration utilities
|
||||
ii gpgsm 2.2.40-1.1 amd64 GNU privacy guard - S/MIME version
|
||||
ii gpgv 2.2.40-1.1 amd64 GNU privacy guard - signature verification tool
|
||||
ii grep 3.8-5 amd64 GNU grep, egrep and fgrep
|
||||
ii groff-base 1.22.4-10 amd64 GNU troff text-formatting system (base system components)
|
||||
ii grub-common 2.06-13+pmx2 amd64 GRand Unified Bootloader (common files)
|
||||
ii grub-efi-amd64 2.06-13+pmx2 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 version)
|
||||
ii grub-efi-amd64-bin 2.06-13+pmx2 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 modules)
|
||||
ii grub-efi-amd64-signed 1+2.06+13+pmx2 amd64 GRand Unified Bootloader, version 2 (amd64 UEFI signed by Debian)
|
||||
ii grub-pc-bin 2.06-13+pmx2 amd64 GRand Unified Bootloader, version 2 (PC/BIOS modules)
|
||||
ii grub2-common 2.06-13+pmx2 amd64 GRand Unified Bootloader (common files for version 2)
|
||||
ii gzip 1.12-1 amd64 GNU compression utilities
|
||||
ii hdparm 9.65+ds-1 amd64 tune hard disk parameters for high performance
|
||||
ii hostname 3.23+nmu1 amd64 utility to set/show the host name or domain name
|
||||
ii ifupdown2 3.2.0-1+pmx11 all Network Interface Management tool similar to ifupdown
|
||||
ii inetutils-telnet 2:2.4-2+deb12u1 amd64 telnet client
|
||||
ii init 1.65.2 amd64 metapackage ensuring an init system is installed
|
||||
ii init-system-helpers 1.65.2 all helper tools for all init systems
|
||||
ii initramfs-tools 0.142+deb12u1 all generic modular initramfs generator (automation)
|
||||
ii initramfs-tools-core 0.142+deb12u1 all generic modular initramfs generator (core tools)
|
||||
ii iproute2 6.1.0-3 amd64 networking and traffic control tools
|
||||
ii ipset 7.17-1 amd64 administration tool for kernel IP sets
|
||||
ii iptables 1.8.9-2 amd64 administration tools for packet filtering and NAT
|
||||
ii iputils-ping 3:20221126-1+deb12u1 amd64 Tools to test the reachability of network hosts
|
||||
ii isc-dhcp-client 4.4.3-P1-2 amd64 DHCP client for automatically obtaining an IP address
|
||||
ii isc-dhcp-common 4.4.3-P1-2 amd64 common manpages relevant to all of the isc-dhcp packages
|
||||
ii iso-codes 4.15.0-1 all ISO language, territory, currency, script codes and their translations
|
||||
ii kbd 2.5.1-1+b1 amd64 Linux console font and keytable utilities
|
||||
ii keyboard-configuration 1.221 all system-wide keyboard preferences
|
||||
ii keyutils 1.6.3-2 amd64 Linux Key Management Utilities
|
||||
ii klibc-utils 2.0.12-1 amd64 small utilities built with klibc for early boot
|
||||
ii kmod 30+20221128-1 amd64 tools for managing Linux kernel modules
|
||||
ii krb5-locales 1.20.1-2+deb12u2 all internationalization support for MIT Kerberos
|
||||
ii ksm-control-daemon 1.5-1 all Kernel Samepage Merging (KSM) Tuning Daemon
|
||||
ii less 590-2.1~deb12u2 amd64 pager program similar to more
|
||||
ii libacl1:amd64 2.3.1-3 amd64 access control list - shared library
|
||||
ii libaio1:amd64 0.3.113-4 amd64 Linux kernel AIO access library - shared library
|
||||
ii libanyevent-http-perl 2.25-2 all simple non-blocking HTTP/HTTPS client
|
||||
ii libanyevent-perl 7.170-2+b3 amd64 event loop framework with multiple implementations
|
||||
ii libapparmor1:amd64 3.0.8-3 amd64 changehat AppArmor library
|
||||
ii libappconfig-perl 1.71-2.2 all Perl module for configuration file and command line handling
|
||||
ii libapt-pkg-perl 0.1.40+b2 amd64 Perl interface to libapt-pkg
|
||||
ii libapt-pkg6.0:amd64 2.6.1 amd64 package management runtime library
|
||||
ii libarchive13:amd64 3.6.2-1+deb12u2 amd64 Multi-format archive and compression library (shared library)
|
||||
ii libargon2-1:amd64 0~20171227-0.3+deb12u1 amd64 memory-hard hashing function - runtime library
|
||||
ii libasound2:amd64 1.2.8-1+b1 amd64 shared library for ALSA applications
|
||||
ii libasound2-data 1.2.8-1 all Configuration files and profiles for ALSA drivers
|
||||
ii libassuan0:amd64 2.5.5-5 amd64 IPC library for the GnuPG components
|
||||
ii libasyncns0:amd64 0.8-6+b3 amd64 Asynchronous name service query library
|
||||
ii libattr1:amd64 1:2.5.1-4 amd64 extended attribute handling - shared library
|
||||
ii libaudit-common 1:3.0.9-1 all Dynamic library for security auditing - common files
|
||||
ii libaudit1:amd64 1:3.0.9-1 amd64 Dynamic library for security auditing
|
||||
ii libauthen-pam-perl 0.16-5+b1 amd64 Perl interface to PAM library
|
||||
ii libavahi-client3:amd64 0.8-10+deb12u1 amd64 Avahi client library
|
||||
ii libavahi-common-data:amd64 0.8-10+deb12u1 amd64 Avahi common data files
|
||||
ii libavahi-common3:amd64 0.8-10+deb12u1 amd64 Avahi common library
|
||||
ii libbabeltrace1:amd64 1.5.11-1+b2 amd64 Babeltrace conversion libraries
|
||||
ii libbinutils:amd64 2.40-2 amd64 GNU binary utilities (private shared library)
|
||||
ii libblas3:amd64 3.11.0-2 amd64 Basic Linear Algebra Reference implementations, shared library
|
||||
ii libblkid1:amd64 2.38.1-5+deb12u3 amd64 block device ID library
|
||||
ii libbpf1:amd64 1:1.1.0-1 amd64 eBPF helper library (shared library)
|
||||
ii libbrotli1:amd64 1.0.9-2+b6 amd64 library implementing brotli encoder and decoder (shared libraries)
|
||||
ii libbsd0:amd64 0.11.7-2 amd64 utility functions from BSD systems - shared library
|
||||
ii libbytes-random-secure-perl 0.29-3 all Perl extension to generate cryptographically-secure random bytes
|
||||
ii libbz2-1.0:amd64 1.0.8-5+b1 amd64 high-quality block-sorting file compressor library - runtime
|
||||
ii libc-bin 2.36-9+deb12u9 amd64 GNU C Library: Binaries
|
||||
ii libc-l10n 2.36-9+deb12u9 all GNU C Library: localization files
|
||||
ii libc6:amd64 2.36-9+deb12u9 amd64 GNU C Library: Shared libraries
|
||||
ii libcairo2:amd64 1.16.0-7 amd64 Cairo 2D vector graphics library
|
||||
ii libcap-ng0:amd64 0.8.3-1+b3 amd64 alternate POSIX capabilities library
|
||||
ii libcap2:amd64 1:2.66-4 amd64 POSIX 1003.1e capabilities (library)
|
||||
ii libcap2-bin 1:2.66-4 amd64 POSIX 1003.1e capabilities (utilities)
|
||||
ii libcbor0.8:amd64 0.8.0-2+b1 amd64 library for parsing and generating CBOR (RFC 7049)
|
||||
ii libcephfs2 17.2.7-pve3 amd64 Ceph distributed file system client library
|
||||
ii libcfg7:amd64 3.1.7-pve3 amd64 cluster engine CFG library
|
||||
ii libclone-perl:amd64 0.46-1 amd64 module for recursively copying Perl datatypes
|
||||
ii libcmap4:amd64 3.1.7-pve3 amd64 cluster engine CMAP library
|
||||
ii libcom-err2:amd64 1.47.0-2 amd64 common error description library
|
||||
ii libcommon-sense-perl:amd64 3.75-3 amd64 module that implements some sane defaults for Perl programs
|
||||
ii libconvert-asn1-perl 0.33-1 all Perl module for encoding and decoding ASN.1 data structures
|
||||
ii libcorosync-common4:amd64 3.1.7-pve3 amd64 cluster engine common library
|
||||
ii libcpg4:amd64 3.1.7-pve3 amd64 cluster engine CPG library
|
||||
ii libcrypt-openssl-bignum-perl 0.09-2+b1 amd64 Perl module to access OpenSSL multiprecision integer arithmetic libraries
|
||||
ii libcrypt-openssl-random-perl:amd64 0.15-3+b1 amd64 module to access the OpenSSL pseudo-random number generator
|
||||
ii libcrypt-openssl-rsa-perl:amd64 0.33-3+b1 amd64 module for RSA encryption using OpenSSL
|
||||
ii libcrypt-random-seed-perl 0.03-3 all Perl module providing strong randomness for seeding
|
||||
ii libcrypt-ssleay-perl 0.73.06-2+b1 amd64 OpenSSL support for LWP
|
||||
ii libcrypt1:amd64 1:4.4.33-2 amd64 libcrypt shared library
|
||||
ii libcryptsetup12:amd64 2:2.6.1-4~deb12u2 amd64 disk encryption support - shared library
|
||||
ii libctf-nobfd0:amd64 2.40-2 amd64 Compact C Type Format library (runtime, no BFD dependency)
|
||||
ii libctf0:amd64 2.40-2 amd64 Compact C Type Format library (runtime, BFD dependency)
|
||||
ii libcurl3-gnutls:amd64 7.88.1-10+deb12u8 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour)
|
||||
ii libcurl4:amd64 7.88.1-10+deb12u8 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
|
||||
ii libdatrie1:amd64 0.2.13-2+b1 amd64 Double-array trie library
|
||||
ii libdb5.3:amd64 5.3.28+dfsg2-1 amd64 Berkeley v5.3 Database Libraries [runtime]
|
||||
ii libdbi1:amd64 0.9.0-6 amd64 DB Independent Abstraction Layer for C -- shared library
|
||||
ii libdbus-1-3:amd64 1.14.10-1~deb12u1 amd64 simple interprocess messaging system (library)
|
||||
ii libdebconfclient0:amd64 0.270 amd64 Debian Configuration Management System (C-implementation library)
|
||||
ii libdevel-cycle-perl 1.12-2 all Perl module to detect memory cycles in Perl objects
|
||||
ii libdevmapper-event1.02.1:amd64 2:1.02.185-2 amd64 Linux Kernel Device Mapper event support library
|
||||
ii libdevmapper1.02.1:amd64 2:1.02.185-2 amd64 Linux Kernel Device Mapper userspace library
|
||||
ii libdigest-hmac-perl 1.04+dfsg-2 all module for creating standard message integrity checks
|
||||
ii libdouble-conversion3:amd64 3.2.1-1 amd64 routines to convert IEEE floats to and from strings
|
||||
ii libdrm-common 2.4.114-1 all Userspace interface to kernel DRM services -- common files
|
||||
ii libdrm2:amd64 2.4.114-1+b1 amd64 Userspace interface to kernel DRM services -- runtime
|
||||
ii libdw1:amd64 0.188-2.1 amd64 library that provides access to the DWARF debug information
|
||||
ii libedit2:amd64 3.1-20221030-2 amd64 BSD editline and history libraries
|
||||
ii libefiboot1:amd64 37-6 amd64 Library to manage UEFI variables
|
||||
ii libefivar1:amd64 37-6 amd64 Library to manage UEFI variables
|
||||
ii libelf1:amd64 0.188-2.1 amd64 library to read and write ELF files
|
||||
ii libencode-locale-perl 1.05-3 all utility to determine the locale encoding
|
||||
ii libepoxy0:amd64 1.5.10-1 amd64 OpenGL function pointer management library
|
||||
ii libevent-2.1-7:amd64 2.1.12-stable-8 amd64 Asynchronous event notification library
|
||||
ii libevent-core-2.1-7:amd64 2.1.12-stable-8 amd64 Asynchronous event notification library (core)
|
||||
ii libexpat1:amd64 2.5.0-1+deb12u1 amd64 XML parsing C library - runtime library
|
||||
ii libext2fs2:amd64 1.47.0-2 amd64 ext2/ext3/ext4 file system libraries
|
||||
ii libfaketime:amd64 0.9.10-2.1 amd64 Report faked system time to programs (preload library)
|
||||
ii libfdisk1:amd64 2.38.1-5+deb12u3 amd64 fdisk partitioning library
|
||||
ii libfdt1:amd64 1.6.1-4+b1 amd64 Flat Device Trees manipulation library
|
||||
ii libffi8:amd64 3.4.4-1 amd64 Foreign Function Interface library runtime
|
||||
ii libfido2-1:amd64 1.12.0-2+b1 amd64 library for generating and verifying FIDO 2.0 objects
|
||||
ii libfile-chdir-perl 0.1008-1.1 all more sensible way to change directories
|
||||
ii libfile-find-rule-perl 0.34-3 all module to search for files based on rules
|
||||
ii libfile-listing-perl 6.15-1 all module to parse directory listings
|
||||
ii libfile-readbackwards-perl 1.06-2 all Perl module for reading a file backwards by lines
|
||||
ii libfilesys-df-perl 0.92-7+b1 amd64 Module to obtain filesystem disk space information
|
||||
ii libflac12:amd64 1.4.2+ds-2 amd64 Free Lossless Audio Codec - runtime C library
|
||||
ii libfmt9:amd64 9.1.0+ds1-2 amd64 fast type-safe C++ formatting library -- library
|
||||
ii libfontconfig1:amd64 2.14.1-4 amd64 generic font configuration library - runtime
|
||||
ii libfreetype6:amd64 2.12.1+dfsg-5+deb12u3 amd64 FreeType 2 font engine, shared library files
|
||||
ii libfribidi0:amd64 1.0.8-2.1 amd64 Free Implementation of the Unicode BiDi algorithm
|
||||
ii libfstrm0:amd64 0.6.1-1 amd64 Frame Streams (fstrm) library
|
||||
ii libfuse2:amd64 2.9.9-6+b1 amd64 Filesystem in Userspace (library)
|
||||
ii libfuse3-3:amd64 3.14.0-4 amd64 Filesystem in Userspace (library) (3.x version)
|
||||
ii libgbm1:amd64 22.3.6-1+deb12u1 amd64 generic buffer management API -- runtime
|
||||
ii libgcc-s1:amd64 12.2.0-14 amd64 GCC support library
|
||||
ii libgcrypt20:amd64 1.10.1-3 amd64 LGPL Crypto library - runtime library
|
||||
ii libgdbm-compat4:amd64 1.23-3 amd64 GNU dbm database routines (legacy support runtime version)
|
||||
ii libgdbm6:amd64 1.23-3 amd64 GNU dbm database routines (runtime version)
|
||||
ii libgfapi0:amd64 10.3-5 amd64 GlusterFS gfapi shared library
|
||||
ii libgfchangelog0:amd64 10.3-5 amd64 GlusterFS gfchangelog shared library
|
||||
ii libgfrpc0:amd64 10.3-5 amd64 GlusterFS libgfrpc shared library
|
||||
ii libgfxdr0:amd64 10.3-5 amd64 GlusterFS libgfxdr shared library
|
||||
ii libglib2.0-0:amd64 2.74.6-2+deb12u5 amd64 GLib library of C routines
|
||||
ii libglusterd0:amd64 10.3-5 amd64 GlusterFS glusterd shared library
|
||||
ii libglusterfs0:amd64 10.3-5 amd64 GlusterFS shared library
|
||||
ii libgmp10:amd64 2:6.2.1+dfsg1-1.1 amd64 Multiprecision arithmetic library
|
||||
ii libgnutls-dane0:amd64 3.7.9-2+deb12u3 amd64 GNU TLS library - DANE security support
|
||||
ii libgnutls30:amd64 3.7.9-2+deb12u3 amd64 GNU TLS library - main runtime library
|
||||
ii libgnutlsxx30:amd64 3.7.9-2+deb12u3 amd64 GNU TLS library - C++ runtime library
|
||||
ii libgoogle-perftools4:amd64 2.10-1 amd64 libraries for CPU and heap analysis, plus an efficient thread-caching malloc
|
||||
ii libgpg-error0:amd64 1.46-1 amd64 GnuPG development runtime library
|
||||
ii libgprofng0:amd64 2.40-2 amd64 GNU Next Generation profiler (runtime library)
|
||||
ii libgraphite2-3:amd64 1.3.14-1 amd64 Font rendering engine for Complex Scripts -- library
|
||||
ii libgssapi-krb5-2:amd64 1.20.1-2+deb12u2 amd64 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
|
||||
ii libgstreamer-plugins-base1.0-0:amd64 1.22.0-3+deb12u4 amd64 GStreamer libraries from the "base" set
|
||||
ii libgstreamer1.0-0:amd64 1.22.0-2+deb12u1 amd64 Core GStreamer libraries and elements
|
||||
ii libharfbuzz0b:amd64 6.0.0+dfsg-3 amd64 OpenType text shaping engine (shared library)
|
||||
ii libhogweed6:amd64 3.8.1-2 amd64 low level cryptographic library (public-key cryptos)
|
||||
ii libhtml-parser-perl:amd64 3.81-1 amd64 collection of modules that parse HTML text documents
|
||||
ii libhtml-tagset-perl 3.20-6 all data tables pertaining to HTML
|
||||
ii libhtml-tree-perl 5.07-3 all Perl module to represent and create HTML syntax trees
|
||||
ii libhttp-cookies-perl 6.10-1 all HTTP cookie jars
|
||||
ii libhttp-daemon-perl 6.16-1 all simple http server class
|
||||
ii libhttp-date-perl 6.05-2 all module of date conversion routines
|
||||
ii libhttp-message-perl 6.44-1 all perl interface to HTTP style messages
|
||||
ii libhttp-negotiate-perl 6.01-2 all implementation of content negotiation
|
||||
ii libibverbs1:amd64 44.0-2 amd64 Library for direct userspace use of RDMA (InfiniBand/iWARP)
|
||||
ii libicu72:amd64 72.1-3 amd64 International Components for Unicode
|
||||
ii libidn2-0:amd64 2.3.3-1+b1 amd64 Internationalized domain names (IDNA2008/TR46) library
|
||||
ii libinih1:amd64 55-1 amd64 simple .INI file parser
|
||||
ii libio-html-perl 1.004-3 all open an HTML file with automatic charset detection
|
||||
ii libio-multiplex-perl 1.16-3 all object-oriented interface to select() for Perl
|
||||
ii libio-socket-ssl-perl 2.081-2 all Perl module implementing object oriented interface to SSL sockets
|
||||
ii libio-stringy-perl 2.111-3 all modules for I/O on in-core objects (strings/arrays)
|
||||
ii libip4tc2:amd64 1.8.9-2 amd64 netfilter libip4tc library
|
||||
ii libip6tc2:amd64 1.8.9-2 amd64 netfilter libip6tc library
|
||||
ii libipset13:amd64 7.17-1 amd64 library for IP sets
|
||||
ii libiscsi7:amd64 1.19.0-3 amd64 iSCSI client shared library
|
||||
ii libisns0:amd64 0.101-0.2+b1 amd64 Internet Storage Name Service - shared libraries
|
||||
ii libjansson4:amd64 2.14-2 amd64 C library for encoding, decoding and manipulating JSON data
|
||||
ii libjemalloc2:amd64 5.3.0-1 amd64 general-purpose scalable concurrent malloc(3) implementation
|
||||
ii libjpeg62-turbo:amd64 1:2.1.5-2 amd64 libjpeg-turbo JPEG runtime library
|
||||
ii libjs-bootstrap 3.4.1+dfsg-3 all HTML, CSS and JS framework
|
||||
ii libjs-extjs 7.0.0-5 all cross-browser JavaScript library
|
||||
ii libjs-jquery 3.6.1+dfsg+~3.5.14-1 all JavaScript library for dynamic web applications
|
||||
ii libjs-qrcodejs 1.20230525-pve1 all Cross-Browser JavaScript library for making QRCodes
|
||||
ii libjs-sencha-touch 2.4.2-1 all Cross-browser JavaScript library for mobile
|
||||
ii libjson-c5:amd64 0.16-2 amd64 JSON manipulation library - shared library
|
||||
ii libjson-glib-1.0-0:amd64 1.6.6-1 amd64 GLib JSON manipulation library
|
||||
ii libjson-glib-1.0-common 1.6.6-1 all GLib JSON manipulation library (common files)
|
||||
ii libjson-perl 4.10000-1 all module for manipulating JSON-formatted data
|
||||
ii libjson-xs-perl 4.030-2+b1 amd64 module for manipulating JSON-formatted data (C/XS-accelerated)
|
||||
ii libk5crypto3:amd64 1.20.1-2+deb12u2 amd64 MIT Kerberos runtime libraries - Crypto Library
|
||||
ii libkeyutils1:amd64 1.6.3-2 amd64 Linux Key Management Utilities (library)
|
||||
ii libklibc:amd64 2.0.12-1 amd64 minimal libc subset for use with initramfs
|
||||
ii libkmod2:amd64 30+20221128-1 amd64 libkmod shared library
|
||||
ii libknet1:amd64 1.28-pve1 amd64 kronosnet core switching implementation
|
||||
ii libkrb5-3:amd64 1.20.1-2+deb12u2 amd64 MIT Kerberos runtime libraries
|
||||
ii libkrb5support0:amd64 1.20.1-2+deb12u2 amd64 MIT Kerberos runtime libraries - Support library
|
||||
ii libksba8:amd64 1.6.3-2 amd64 X.509 and CMS support library
|
||||
ii libldap-2.5-0:amd64 2.5.13+dfsg-5 amd64 OpenLDAP libraries
|
||||
ii libldb2:amd64 2:2.6.2+samba4.17.12+dfsg-0+deb12u1 amd64 LDAP-like embedded database - shared library
|
||||
ii liblinear4:amd64 2.3.0+dfsg-5 amd64 Library for Large Linear Classification
|
||||
ii liblinux-inotify2-perl 1:2.3-2 amd64 scalable directory and file change notification
|
||||
ii liblmdb0:amd64 0.9.24-1 amd64 Lightning Memory-Mapped Database shared library
|
||||
ii liblocale-gettext-perl 1.07-5 amd64 module using libc functions for internationalization in Perl
|
||||
ii liblockfile-bin 1.17-1+b1 amd64 support binaries for and cli utilities based on liblockfile
|
||||
ii liblockfile1:amd64 1.17-1+b1 amd64 NFS-safe locking library
|
||||
ii liblttng-ust-common1:amd64 2.13.5-1 amd64 LTTng 2.0 Userspace Tracer (common library)
|
||||
ii liblttng-ust-ctl5:amd64 2.13.5-1 amd64 LTTng 2.0 Userspace Tracer (trace control library)
|
||||
ii liblttng-ust1:amd64 2.13.5-1 amd64 LTTng 2.0 Userspace Tracer (tracing libraries)
|
||||
ii liblua5.3-0:amd64 5.3.6-2 amd64 Shared library for the Lua interpreter version 5.3
|
||||
ii liblvm2cmd2.03:amd64 2.03.16-2 amd64 LVM2 command library
|
||||
ii liblwp-mediatypes-perl 6.04-2 all module to guess media type for a file or a URL
|
||||
ii liblwp-protocol-https-perl 6.10-1 all HTTPS driver for LWP::UserAgent
|
||||
ii liblz4-1:amd64 1.9.4-1 amd64 Fast LZ compression algorithm library - runtime
|
||||
ii liblzma5:amd64 5.4.1-0.2 amd64 XZ-format compression library
|
||||
ii liblzo2-2:amd64 2.10-2 amd64 data compression library
|
||||
ii libmagic-mgc 1:5.44-3 amd64 File type determination library using "magic" numbers (compiled magic file)
|
||||
ii libmagic1:amd64 1:5.44-3 amd64 Recognize the type of data in a file using "magic" numbers - library
|
||||
ii libmath-random-isaac-perl 1.004-2 all Perl interface to the ISAAC PRNG Algorithm
|
||||
ii libmaxminddb0:amd64 1.7.1-1 amd64 IP geolocation database library
|
||||
ii libmd0:amd64 1.0.4-2 amd64 message digest functions from BSD systems - shared library
|
||||
ii libmime-base32-perl 1.303-3 all Base32 encoder/decoder
|
||||
ii libmnl0:amd64 1.0.4-3 amd64 minimalistic Netlink communication library
|
||||
ii libmount1:amd64 2.38.1-5+deb12u3 amd64 device mounting library
|
||||
ii libmp3lame0:amd64 3.100-6 amd64 MP3 encoding library
|
||||
ii libmpg123-0:amd64 1.31.2-1+deb12u1 amd64 MPEG layer 1/2/3 audio decoder (shared library)
|
||||
ii libncurses6:amd64 6.4-4 amd64 shared libraries for terminal handling
|
||||
ii libncursesw6:amd64 6.4-4 amd64 shared libraries for terminal handling (wide character support)
|
||||
ii libnet-dbus-perl 1.2.0-2 amd64 Perl extension for the DBus bindings
|
||||
ii libnet-dns-perl 1.36-1 all module to perform DNS queries
|
||||
ii libnet-http-perl 6.22-1 all module providing low-level HTTP connection client
|
||||
ii libnet-ip-perl 1.26-3 all Perl extension for manipulating IPv4/IPv6 addresses
|
||||
ii libnet-ldap-perl 1:0.6800+dfsg-1 all client interface to LDAP servers
|
||||
ii libnet-ssleay-perl:amd64 1.92-2+b1 amd64 Perl module for Secure Sockets Layer (SSL)
|
||||
ii libnet-subnet-perl 1.03-2 all Fast IP-in-subnet matcher module for IPv4 and IPv6
|
||||
ii libnet1:amd64 1.1.6+dfsg-3.2 amd64 library for the construction and handling of network packets
|
||||
ii libnetaddr-ip-perl 4.079+dfsg-2+b1 amd64 IP address manipulation module
|
||||
ii libnetfilter-conntrack3:amd64 1.0.9-3 amd64 Netfilter netlink-conntrack library
|
||||
ii libnetfilter-log1:amd64 1.0.2-3 amd64 Netfilter netlink-log library
|
||||
ii libnettle8:amd64 3.8.1-2 amd64 low level cryptographic library (symmetric and one-way cryptos)
|
||||
ii libnewt0.52:amd64 0.52.23-1+b1 amd64 Not Erik's Windowing Toolkit - text mode windowing with slang
|
||||
ii libnfnetlink0:amd64 1.0.2-2 amd64 Netfilter netlink library
|
||||
ii libnfsidmap1:amd64 1:2.6.2-4+deb12u1 amd64 NFS idmapping library
|
||||
ii libnftables1:amd64 1.0.6-2+deb12u2 amd64 Netfilter nftables high level userspace API library
|
||||
ii libnftnl11:amd64 1.2.4-2 amd64 Netfilter nftables userspace API library
|
||||
ii libnghttp2-14:amd64 1.52.0-1+deb12u2 amd64 library implementing HTTP/2 protocol (shared library)
|
||||
ii libnl-3-200:amd64 3.7.0-0.2+b1 amd64 library for dealing with netlink sockets
|
||||
ii libnl-route-3-200:amd64 3.7.0-0.2+b1 amd64 library for dealing with netlink sockets - route interface
|
||||
ii libnozzle1:amd64 1.28-pve1 amd64 userland wrapper around kernel tap devices
|
||||
ii libnpth0:amd64 1.6-3 amd64 replacement for GNU Pth using system threads
|
||||
ii libnsl2:amd64 1.3.0-2 amd64 Public client interface for NIS(YP) and NIS+
|
||||
ii libnspr4:amd64 2:4.35-1 amd64 NetScape Portable Runtime Library
|
||||
ii libnss-systemd:amd64 252.33-1~deb12u1 amd64 nss module providing dynamic user and group name resolution
|
||||
ii libnss3:amd64 2:3.87.1-1+deb12u1 amd64 Network Security Service libraries
|
||||
ii libnuma1:amd64 2.0.16-1 amd64 Libraries for controlling NUMA policy
|
||||
ii libnumber-compare-perl 0.03-3 all module for performing numeric comparisons in Perl
|
||||
ii libnvpair3linux 2.2.7-pve1 amd64 Solaris name-value library for Linux
|
||||
ii liboath0:amd64 2.6.7-3.1+deb12u1 amd64 OATH Toolkit Liboath library
|
||||
ii libogg0:amd64 1.3.5-3 amd64 Ogg bitstream library
|
||||
ii libopeniscsiusr 2.1.8-1.pve1 amd64 iSCSI userspace library
|
||||
ii libopus0:amd64 1.3.1-3 amd64 Opus codec runtime library
|
||||
ii liborc-0.4-0:amd64 1:0.4.33-2 amd64 Library of Optimized Inner Loops Runtime Compiler
|
||||
ii libp11-kit0:amd64 0.24.1-2 amd64 library for loading and coordinating access to PKCS#11 modules - runtime
|
||||
ii libpam-modules:amd64 1.5.2-6+deb12u1 amd64 Pluggable Authentication Modules for PAM
|
||||
ii libpam-modules-bin 1.5.2-6+deb12u1 amd64 Pluggable Authentication Modules for PAM - helper binaries
|
||||
ii libpam-runtime 1.5.2-6+deb12u1 all Runtime support for the PAM library
|
||||
ii libpam-systemd:amd64 252.33-1~deb12u1 amd64 system and service manager - PAM module
|
||||
ii libpam0g:amd64 1.5.2-6+deb12u1 amd64 Pluggable Authentication Modules library
|
||||
ii libpango-1.0-0:amd64 1.50.12+ds-1 amd64 Layout and rendering of internationalized text
|
||||
ii libpangocairo-1.0-0:amd64 1.50.12+ds-1 amd64 Layout and rendering of internationalized text
|
||||
ii libpangoft2-1.0-0:amd64 1.50.12+ds-1 amd64 Layout and rendering of internationalized text
|
||||
ii libpcap0.8:amd64 1.10.3-1 amd64 system interface for user-level packet capture
|
||||
ii libpci3:amd64 1:3.9.0-4 amd64 PCI utilities (shared library)
|
||||
ii libpcre2-16-0:amd64 10.42-1 amd64 New Perl Compatible Regular Expression Library - 16 bit runtime files
|
||||
ii libpcre2-8-0:amd64 10.42-1 amd64 New Perl Compatible Regular Expression Library- 8 bit runtime files
|
||||
ii libpcre3:amd64 2:8.39-15 amd64 Old Perl 5 Compatible Regular Expression Library - runtime files
|
||||
ii libperl5.36:amd64 5.36.0-7+deb12u1 amd64 shared Perl library
|
||||
ii libpipeline1:amd64 1.5.7-1 amd64 Unix process pipeline manipulation library
|
||||
ii libpixman-1-0:amd64 0.42.2-1 amd64 pixel-manipulation library for X and cairo
|
||||
ii libpng16-16:amd64 1.6.39-2 amd64 PNG library - runtime (version 1.6)
|
||||
ii libpopt0:amd64 1.19+dfsg-1 amd64 lib for parsing cmdline parameters
|
||||
ii libposix-strptime-perl 0.13-2+b1 amd64 Perl extension to the POSIX date parsing strptime(3) function
|
||||
ii libproc2-0:amd64 2:4.0.2-3 amd64 library for accessing process information from /proc
|
||||
ii libprotobuf-c1:amd64 1.4.1-1+b1 amd64 Protocol Buffers C shared library (protobuf-c)
|
||||
ii libprotobuf32:amd64 3.21.12-3 amd64 protocol buffers C++ library
|
||||
ii libproxmox-acme-perl 1.5.1 all Proxmox ACME integration perl library
|
||||
ii libproxmox-acme-plugins 1.5.1 all Proxmox acme.sh wrapper for DNS API plugins
|
||||
ii libproxmox-backup-qemu0 1.5.1 amd64 Proxmox Backup Server client library for QEMU
|
||||
ii libproxmox-rs-perl 0.3.4 amd64 PVE/PMG common perl parts for Rust perlmod bindings
|
||||
ii libpsl5:amd64 0.21.2-1 amd64 Library for Public Suffix List (shared libraries)
|
||||
ii libpulse0:amd64 16.1+dfsg1-2+b1 amd64 PulseAudio client libraries
|
||||
ii libpve-access-control 8.2.0 all Proxmox VE access control library
|
||||
ii libpve-apiclient-perl 3.3.2 all Proxmox VE API client library
|
||||
ii libpve-cluster-api-perl 8.0.10 all Proxmox Virtual Environment cluster Perl API modules.
|
||||
ii libpve-cluster-perl 8.0.10 all Proxmox Virtual Environment cluster Perl modules.
|
||||
ii libpve-common-perl 8.2.9 all Proxmox VE base library
|
||||
ii libpve-guest-common-perl 5.1.6 all Proxmox VE common guest-related modules
|
||||
ii libpve-http-server-perl 5.2.0 all Proxmox Asynchrounous HTTP Server Implementation
|
||||
ii libpve-network-api-perl 0.10.0 all API endpoints for Proxmox VE's SDN stack
|
||||
ii libpve-network-perl 0.10.0 all Proxmox VE's SDN (Software Defined Network) stack
|
||||
ii libpve-notify-perl 8.0.10 all Notify helper module.
|
||||
ii libpve-rs-perl 0.9.1 amd64 PVE parts which have been ported to Rust - Rust source code
|
||||
ii libpve-storage-perl 8.3.3 all Proxmox VE storage management library
|
||||
ii libpve-u2f-server-perl 1.2.0 amd64 Perl bindings for libu2f-server
|
||||
ii libpython3-stdlib:amd64 3.11.2-1+b1 amd64 interactive high-level object-oriented language (default python3 version)
|
||||
ii libpython3.11-minimal:amd64 3.11.2-6+deb12u5 amd64 Minimal subset of the Python language (version 3.11)
|
||||
ii libpython3.11-stdlib:amd64 3.11.2-6+deb12u5 amd64 Interactive high-level object-oriented language (standard library, version 3.11)
|
||||
ii libqb100:amd64 2.0.6-2 amd64 high performance client server features library
|
||||
ii libqrencode4:amd64 4.1.1-1 amd64 QR Code encoding library
|
||||
ii libqt5core5a:amd64 5.15.8+dfsg-11+deb12u2 amd64 Qt 5 core module
|
||||
ii libqt5dbus5:amd64 5.15.8+dfsg-11+deb12u2 amd64 Qt 5 D-Bus module
|
||||
ii libqt5network5:amd64 5.15.8+dfsg-11+deb12u2 amd64 Qt 5 network module
|
||||
ii libquorum5:amd64 3.1.7-pve3 amd64 cluster engine Quorum library
|
||||
ii librabbitmq4:amd64 0.11.0-1+b1 amd64 AMQP client library written in C
|
||||
ii librados2 17.2.7-pve3 amd64 RADOS distributed object store client library
|
||||
ii librados2-perl 1.4.1 amd64 Perl bindings for librados
|
||||
ii libradosstriper1 17.2.7-pve3 amd64 RADOS striping interface
|
||||
ii librbd1 17.2.7-pve3 amd64 RADOS block device client library
|
||||
ii librdkafka1:amd64 2.0.2-1 amd64 library implementing the Apache Kafka protocol
|
||||
ii librdmacm1:amd64 44.0-2 amd64 Library for managing RDMA connections
|
||||
ii libreadline8:amd64 8.2-1.3 amd64 GNU readline and history libraries, run-time libraries
|
||||
ii libregexp-ipv6-perl 0.03-3 all Regular expression for IPv6 addresses
|
||||
ii librgw2 17.2.7-pve3 amd64 RADOS Gateway client library
|
||||
ii librrd8:amd64 1.7.2-4+b8 amd64 time-series data storage and display system (runtime library)
|
||||
ii librrds-perl:amd64 1.7.2-4+b8 amd64 time-series data storage and display system (Perl interface, shared)
|
||||
ii librtmp1:amd64 2.4+20151223.gitfa8646d.1-2+b2 amd64 toolkit for RTMP streams (shared library)
|
||||
ii libsasl2-2:amd64 2.1.28+dfsg-10 amd64 Cyrus SASL - authentication abstraction library
|
||||
ii libsasl2-modules-db:amd64 2.1.28+dfsg-10 amd64 Cyrus SASL - pluggable authentication modules (DB)
|
||||
ii libseccomp2:amd64 2.5.4-1+deb12u1 amd64 high level interface to Linux seccomp filter
|
||||
ii libselinux1:amd64 3.4-1+b6 amd64 SELinux runtime shared libraries
|
||||
ii libsemanage-common 3.4-1 all Common files for SELinux policy management libraries
|
||||
ii libsemanage2:amd64 3.4-1+b5 amd64 SELinux policy management library
|
||||
ii libsepol2:amd64 3.4-2.1 amd64 SELinux library for manipulating binary security policies
|
||||
ii libslang2:amd64 2.3.3-3 amd64 S-Lang programming library - runtime version
|
||||
ii libslirp0:amd64 4.7.0-1 amd64 General purpose TCP-IP emulator library
|
||||
ii libsmartcols1:amd64 2.38.1-5+deb12u3 amd64 smart column output alignment library
|
||||
ii libsmbclient:amd64 2:4.17.12+dfsg-0+deb12u1 amd64 shared library for communication with SMB/CIFS servers
|
||||
ii libsnappy1v5:amd64 1.1.9-3 amd64 fast compression/decompression library
|
||||
ii libsndfile1:amd64 1.2.0-1 amd64 Library for reading/writing audio files
|
||||
ii libsocket6-perl 0.29-3 amd64 Perl extensions for IPv6
|
||||
ii libspice-server1:amd64 0.15.1-1 amd64 Implements the server side of the SPICE protocol
|
||||
ii libsqlite3-0:amd64 3.40.1-2+deb12u1 amd64 SQLite 3 shared library
|
||||
ii libss2:amd64 1.47.0-2 amd64 command-line interface parsing library
|
||||
ii libssh2-1:amd64 1.10.0-3+b1 amd64 SSH2 client-side library
|
||||
ii libssl3:amd64 3.0.15-1~deb12u1 amd64 Secure Sockets Layer toolkit - shared libraries
|
||||
ii libstatgrab10 0.92.1-1.1 amd64 library being useful interface to system statistics
|
||||
ii libstdc++6:amd64 12.2.0-14 amd64 GNU Standard C++ Library v3
|
||||
ii libstring-shellquote-perl 1.04-3 all module to quote strings for passing through the shell
|
||||
ii libsubid4:amd64 1:4.13+dfsg1-1+b1 amd64 subordinate id handling library -- shared library
|
||||
ii libsystemd-shared:amd64 252.33-1~deb12u1 amd64 systemd shared private library
|
||||
ii libsystemd0:amd64 252.33-1~deb12u1 amd64 systemd utility library
|
||||
ii libtalloc2:amd64 2.4.0-f2 amd64 hierarchical pool based memory allocator
|
||||
ii libtasn1-6:amd64 4.19.0-2+deb12u1 amd64 Manage ASN.1 structures (runtime)
|
||||
ii libtcmalloc-minimal4:amd64 2.10-1 amd64 efficient thread-caching malloc
|
||||
ii libtdb1:amd64 1.4.8-2 amd64 Trivial Database - shared library
|
||||
ii libtemplate-perl 2.27-1+b5 amd64 "Template Toolkit" template processing system in Perl
|
||||
ii libterm-readline-gnu-perl 1.45-1 amd64 Perl extension for the GNU ReadLine/History Library
|
||||
ii libtevent0:amd64 0.14.1-1 amd64 talloc-based event loop library - shared library
|
||||
ii libtext-charwidth-perl:amd64 0.04-11 amd64 get display widths of characters on the terminal
|
||||
ii libtext-glob-perl 0.11-3 all Perl module for matching globbing patterns against text
|
||||
ii libtext-iconv-perl:amd64 1.7-8 amd64 module to convert between character sets in Perl
|
||||
ii libtext-wrapi18n-perl 0.06-10 all internationalized substitute of Text::Wrap
|
||||
ii libthai-data 0.1.29-1 all Data files for Thai language support library
|
||||
ii libthai0:amd64 0.1.29-1 amd64 Thai language support library
|
||||
ii libthrift-0.17.0:amd64 0.17.0-2+b2 amd64 Thrift C++ library
|
||||
ii libtimedate-perl 2.3300-2 all collection of modules to manipulate date/time information
|
||||
ii libtinfo6:amd64 6.4-4 amd64 shared low-level terminfo library for terminal handling
|
||||
ii libtirpc-common 1.3.3+ds-1 all transport-independent RPC library - common files
|
||||
ii libtirpc3:amd64 1.3.3+ds-1 amd64 transport-independent RPC library
|
||||
ii libtpms0:amd64 0.9.6+pve1 amd64 TPM emulation library
|
||||
ii libtry-tiny-perl 0.31-2 all module providing minimalistic try/catch
|
||||
ii libtypes-serialiser-perl 1.01-1 all module providing simple data types for common serialisation formats
|
||||
ii libu2f-server0 1.1.0-4+b1 amd64 Universal 2nd Factor (U2F) server communication C Library
|
||||
ii libuchardet0:amd64 0.0.7-1 amd64 universal charset detection library - shared library
|
||||
ii libudev1:amd64 252.33-1~deb12u1 amd64 libudev shared library
|
||||
ii libunbound8:amd64 1.17.1-2+deb12u2 amd64 library implementing DNS resolution and validation
|
||||
ii libunistring2:amd64 1.0-2 amd64 Unicode string library for C
|
||||
ii libunwind8:amd64 1.6.2-3 amd64 library to determine the call-chain of a program - runtime
|
||||
ii liburcu8:amd64 0.13.2-1 amd64 userspace RCU (read-copy-update) library
|
||||
ii liburi-perl 5.17-1 all module to manipulate and access URI strings
|
||||
ii liburing2:amd64 2.3-3 amd64 Linux kernel io_uring access library - shared library
|
||||
ii libusb-1.0-0:amd64 2:1.0.26-1 amd64 userspace USB programming library
|
||||
ii libusbredirparser1:amd64 0.13.0-2 amd64 Parser for the usbredir protocol (runtime)
|
||||
ii libuuid-perl 0.28-2+b1 amd64 Perl extension for using UUID interfaces as defined in e2fsprogs
|
||||
ii libuuid1:amd64 2.38.1-5+deb12u3 amd64 Universally Unique ID library
|
||||
ii libuutil3linux 2.2.7-pve1 amd64 Solaris userland utility library for Linux
|
||||
ii libuv1:amd64 1.44.2-1+deb12u1 amd64 asynchronous event notification library - runtime library
|
||||
ii libva-drm2:amd64 2.17.0-1 amd64 Video Acceleration (VA) API for Linux -- DRM runtime
|
||||
ii libva2:amd64 2.17.0-1 amd64 Video Acceleration (VA) API for Linux -- runtime
|
||||
ii libvirglrenderer1:amd64 0.10.4-1 amd64 virtual GPU for KVM virtualization
|
||||
ii libvorbis0a:amd64 1.3.7-1 amd64 decoder library for Vorbis General Audio Compression Codec
|
||||
ii libvorbisenc2:amd64 1.3.7-1 amd64 encoder library for Vorbis General Audio Compression Codec
|
||||
ii libvotequorum8:amd64 3.1.7-pve3 amd64 cluster engine Votequorum library
|
||||
ii libvulkan1:amd64 1.3.239.0-1 amd64 Vulkan loader library
|
||||
ii libwayland-server0:amd64 1.21.0-1 amd64 wayland compositor infrastructure - server library
|
||||
ii libwbclient0:amd64 2:4.17.12+dfsg-0+deb12u1 amd64 Samba winbind client library
|
||||
ii libwrap0:amd64 7.6.q-32 amd64 Wietse Venema's TCP wrappers library
|
||||
ii libwww-perl 6.68-1 all simple and consistent interface to the world-wide web
|
||||
ii libwww-robotrules-perl 6.02-1 all database of robots.txt-derived permissions
|
||||
ii libx11-6:amd64 2:1.8.4-2+deb12u2 amd64 X11 client-side library
|
||||
ii libx11-data 2:1.8.4-2+deb12u2 all X11 client-side library
|
||||
ii libx11-xcb1:amd64 2:1.8.4-2+deb12u2 amd64 Xlib/XCB interface library
|
||||
ii libxau6:amd64 1:1.0.9-1 amd64 X11 authorisation library
|
||||
ii libxcb-render0:amd64 1.15-1 amd64 X C Binding, render extension
|
||||
ii libxcb-shm0:amd64 1.15-1 amd64 X C Binding, shm extension
|
||||
ii libxcb1:amd64 1.15-1 amd64 X C Binding
|
||||
ii libxdmcp6:amd64 1:1.1.2-3 amd64 X11 Display Manager Control Protocol library
|
||||
ii libxext6:amd64 2:1.3.4-1+b1 amd64 X11 miscellaneous extension library
|
||||
ii libxml-libxml-perl 2.0207+dfsg+really+2.0134-1+b1 amd64 Perl interface to the libxml2 library
|
||||
ii libxml-namespacesupport-perl 1.12-2 all Perl module for supporting simple generic namespaces
|
||||
ii libxml-parser-perl 2.46-4 amd64 Perl module for parsing XML files
|
||||
ii libxml-sax-base-perl 1.09-3 all base class for SAX drivers and filters
|
||||
ii libxml-sax-perl 1.02+dfsg-3 all Perl module for using and building Perl SAX2 XML processors
|
||||
ii libxml-twig-perl 1:3.52-2 all Perl module for processing huge XML documents in tree mode
|
||||
ii libxml2:amd64 2.9.14+dfsg-1.3~deb12u1 amd64 GNOME XML library
|
||||
ii libxrender1:amd64 1:0.9.10-1.1 amd64 X Rendering Extension client library
|
||||
ii libxslt1.1:amd64 1.1.35-1 amd64 XSLT 1.0 processing library - runtime library
|
||||
ii libxtables12:amd64 1.8.9-2 amd64 netfilter xtables library
|
||||
ii libxxhash0:amd64 0.8.1-1 amd64 shared library for xxhash
|
||||
ii libyaml-0-2:amd64 0.2.5-1 amd64 Fast YAML 1.1 parser and emitter library
|
||||
ii libyaml-libyaml-perl 0.86+ds-1 amd64 Perl interface to libyaml, a YAML implementation
|
||||
ii libzfs4linux 2.2.7-pve1 amd64 OpenZFS filesystem library for Linux - general support
|
||||
ii libzpool5linux 2.2.7-pve1 amd64 OpenZFS pool library for Linux
|
||||
ii libzstd1:amd64 1.5.4+dfsg2-5 amd64 fast lossless compression algorithm
|
||||
ii linux-base 4.9 all Linux image base package
|
||||
ii locales 2.36-9+deb12u9 all GNU C Library: National Language (locale) data [support]
|
||||
ii login 1:4.13+dfsg1-1+b1 amd64 system login tools
|
||||
ii logrotate 3.21.0-1 amd64 Log rotation utility
|
||||
ii logsave 1.47.0-2 amd64 save the output of a command in a log file
|
||||
ii lsb-release 12.0-1 all Linux Standard Base version reporting utility (minimal implementation)
|
||||
ii lsof 4.95.0-1 amd64 utility to list open files
|
||||
ii lua-lpeg:amd64 1.0.2-2 amd64 LPeg library for the Lua language
|
||||
ii lvm2 2.03.16-2 amd64 Linux Logical Volume Manager
|
||||
ii lxc-pve 6.0.0-1 amd64 Linux containers userspace tools
|
||||
ii lxcfs 6.0.0-pve2 amd64 LXC userspace filesystem
|
||||
ii lzop 1.04-2 amd64 fast compression program
|
||||
ii mailcap 3.70+nmu1 all Debian's mailcap system, and support programs
|
||||
ii man-db 2.11.2-2 amd64 tools for reading manual pages
|
||||
ii manpages 6.03-2 all Manual pages about using a GNU/Linux system
|
||||
ii mawk 1.3.4.20200120-3.1 amd64 Pattern scanning and text processing language
|
||||
ii media-types 10.0.0 all List of standard media types and their usual file extension
|
||||
ii memtest86+ 6.10-4 amd64 thorough real-mode memory tester
|
||||
ii mime-support 3.66 all transitional package
|
||||
ii mokutil 0.6.0-2 amd64 tools for manipulating machine owner keys
|
||||
ii mount 2.38.1-5+deb12u3 amd64 tools for mounting and manipulating filesystems
|
||||
ii nano 7.2-1+deb12u1 amd64 small, friendly text editor inspired by Pico
|
||||
ii ncurses-base 6.4-4 all basic terminal type definitions
|
||||
ii ncurses-bin 6.4-4 amd64 terminal-related programs and man pages
|
||||
ii ncurses-term 6.4-4 all additional terminal type definitions
|
||||
ii netbase 6.4 all Basic TCP/IP networking system
|
||||
ii netcat-traditional 1.10-47 amd64 TCP/IP swiss army knife
|
||||
ii nfs-common 1:2.6.2-4+deb12u1 amd64 NFS support files common to client and server
|
||||
ii nftables 1.0.6-2+deb12u2 amd64 Program to control packet filtering rules by Netfilter project
|
||||
ii nmap 7.93+dfsg1-1 amd64 The Network Mapper
|
||||
ii nmap-common 7.93+dfsg1-1 all Architecture independent files for nmap
|
||||
ii novnc-pve 1.5.0-1 all HTML5 VNC client
|
||||
ii open-iscsi 2.1.8-1.pve1 amd64 iSCSI initiator tools
|
||||
ii openssh-client 1:9.2p1-2+deb12u4 amd64 secure shell (SSH) client, for secure access to remote machines
|
||||
ii openssh-server 1:9.2p1-2+deb12u4 amd64 secure shell (SSH) server, for secure access from remote machines
|
||||
ii openssh-sftp-server 1:9.2p1-2+deb12u4 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machines
|
||||
ii openssl 3.0.15-1~deb12u1 amd64 Secure Sockets Layer toolkit - cryptographic utility
|
||||
ii passwd 1:4.13+dfsg1-1+b1 amd64 change and administer password and group data
|
||||
ii pci.ids 0.0~2023.04.11-1 all PCI ID Repository
|
||||
ii pciutils 1:3.9.0-4 amd64 PCI utilities
|
||||
ii perl 5.36.0-7+deb12u1 amd64 Larry Wall's Practical Extraction and Report Language
|
||||
ii perl-base 5.36.0-7+deb12u1 amd64 minimal Perl system
|
||||
ii perl-modules-5.36 5.36.0-7+deb12u1 all Core Perl modules
|
||||
ii perl-openssl-defaults:amd64 7+b1 amd64 version compatibility baseline for Perl OpenSSL packages
|
||||
ii pinentry-curses 1.2.1-1 amd64 curses-based PIN or pass-phrase entry dialog for GnuPG
|
||||
ii postfix 3.7.11-0+deb12u1 amd64 High-performance mail transport agent
|
||||
ii procmail 3.22-27 amd64 Versatile e-mail processor
|
||||
ii procps 2:4.0.2-3 amd64 /proc file system utilities
|
||||
ii proxmox-archive-keyring 3.1 all Proxmox APT archive keyring
|
||||
ii proxmox-backup-client 3.3.2-1 amd64 Proxmox Backup Client tools
|
||||
ii proxmox-backup-file-restore 3.3.2-2 amd64 Proxmox Backup single file restore tools for pxar and block device backups
|
||||
ii proxmox-backup-restore-image 0.6.1 amd64 Kernel/initramfs images for Proxmox Backup single-file restore.
|
||||
ii proxmox-default-kernel 1.1.0 all Default Proxmox Kernel Image
|
||||
ii proxmox-firewall 0.6.0 amd64 Proxmox's nftables-based firewall written in rust
|
||||
ii proxmox-grub 2.06-13+pmx2 amd64 Empty package to ensure Proxmox Grub packages are installed
|
||||
ii proxmox-kernel-6.8 6.8.12-8 all Latest Proxmox Kernel Image
|
||||
ii proxmox-kernel-6.8.12-4-pve-signed 6.8.12-4 amd64 Proxmox Kernel Image (signed)
|
||||
ii proxmox-kernel-6.8.12-8-pve-signed 6.8.12-8 amd64 Proxmox Kernel Image (signed)
|
||||
ii proxmox-kernel-helper 8.1.0 all Function for various kernel maintenance tasks.
|
||||
ii proxmox-mail-forward 0.3.1 amd64 Proxmox mail forward helper
|
||||
ii proxmox-mini-journalreader 1.4.0 amd64 Minimal systemd Journal Reader
|
||||
ii proxmox-offline-mirror-docs 0.6.7 all Proxmox offline repository mirror and subscription key manager
|
||||
ii proxmox-offline-mirror-helper 0.6.7 amd64 Proxmox offline repository mirror and subscription key manager helper
|
||||
ii proxmox-termproxy 1.1.0 amd64 Wrapper proxy for executing programs in the system terminal
|
||||
ii proxmox-ve 8.3.0 all Proxmox Virtual Environment
|
||||
ii proxmox-websocket-tunnel 0.2.0-1 amd64 Proxmox websocket tunneling helper
|
||||
ii proxmox-widget-toolkit 4.3.4 all Core Widgets and ExtJS Helper Classes for Proxmox Web UIs
|
||||
ii psmisc 23.6-1 amd64 utilities that use the proc file system
|
||||
ii pve-cluster 8.0.10 amd64 "pmxcfs" distributed cluster filesystem for Proxmox Virtual Environment.
|
||||
ii pve-container 5.2.3 all Proxmox VE Container management tool
|
||||
ii pve-docs 8.3.1 all Proxmox VE Documentation
|
||||
ii pve-edk2-firmware 4.2023.08-4 all edk2 based UEFI firmware modules for virtual machines
|
||||
ii pve-edk2-firmware-legacy 4.2023.08-4 all edk2 based legacy 2MB UEFI firmware modules for virtual machines
|
||||
ii pve-edk2-firmware-ovmf 4.2023.08-4 all edk2 based UEFI firmware modules for virtual machines
|
||||
ii pve-esxi-import-tools 0.7.2 amd64 Tools to allow importing VMs from ESXi hosts
|
||||
ii pve-firewall 5.1.0 amd64 Proxmox VE Firewall
|
||||
ii pve-firmware 3.14-3 all Binary firmware code for the pve-kernel
|
||||
ii pve-ha-manager 4.0.6 amd64 Proxmox VE HA Manager
|
||||
ii pve-i18n 3.3.3 all Internationalization support for Proxmox VE
|
||||
ii pve-lxc-syscalld 1.3.0 amd64 PVE LXC syscall daemon
|
||||
ii pve-manager 8.3.3 all Proxmox Virtual Environment Management Tools
|
||||
ii pve-qemu-kvm 9.0.2-5 amd64 Full virtualization on x86 hardware
|
||||
ii pve-xtermjs 5.3.0-3 all HTML/TypeScript based fully-featured terminal for Proxmox projects
|
||||
ii python-apt-common 2.6.0 all Python interface to libapt-pkg (locales)
|
||||
ii python3 3.11.2-1+b1 amd64 interactive high-level object-oriented language (default python3 version)
|
||||
ii python3-apt 2.6.0 amd64 Python 3 interface to libapt-pkg
|
||||
ii python3-ceph-argparse 17.2.7-pve3 all Python 3 utility libraries for Ceph CLI
|
||||
ii python3-ceph-common 17.2.7-pve3 all Python 3 utility libraries for Ceph
|
||||
ii python3-cephfs 17.2.7-pve3 amd64 Python 3 libraries for the Ceph libcephfs library
|
||||
ii python3-certifi 2022.9.24-1 all root certificates for validating SSL certs and verifying TLS hosts (python3)
|
||||
ii python3-chardet 5.1.0+dfsg-2 all Universal Character Encoding Detector (Python3)
|
||||
ii python3-charset-normalizer 3.0.1-2 all charset, encoding and language detection (Python 3)
|
||||
ii python3-debconf 1.5.82 all interact with debconf from Python 3
|
||||
ii python3-debian 0.1.49 all Python 3 modules to work with Debian-related data formats
|
||||
ii python3-debianbts 4.0.1 all Python interface to Debian's Bug Tracking System
|
||||
ii python3-distutils 3.11.2-3 all distutils package for Python 3.x
|
||||
ii python3-httplib2 0.20.4-3 all comprehensive HTTP client library written for Python3
|
||||
ii python3-idna 3.3-1+deb12u1 all Python IDNA2008 (RFC 5891) handling (Python 3)
|
||||
ii python3-jwt 2.6.0-1 all Python 3 implementation of JSON Web Token
|
||||
ii python3-lib2to3 3.11.2-3 all Interactive high-level object-oriented language (lib2to3)
|
||||
ii python3-minimal 3.11.2-1+b1 amd64 minimal subset of the Python language (default python3 version)
|
||||
ii python3-pkg-resources 66.1.1-1+deb12u1 all Package Discovery and Resource Access using pkg_resources
|
||||
ii python3-prettytable 3.6.0-1 all library to represent tabular data in visually appealing ASCII tables (Python3)
|
||||
ii python3-protobuf 3.21.12-3 amd64 Python 3 bindings for protocol buffers
|
||||
ii python3-pycurl 7.45.2-3 amd64 Python bindings to libcurl (Python 3)
|
||||
ii python3-pyparsing 3.0.9-1 all alternative to creating and executing simple grammars - Python 3.x
|
||||
ii python3-pysimplesoap 1.16.2-5 all simple and lightweight SOAP Library (Python 3)
|
||||
ii python3-pyvmomi 6.7.1-4.1 all VMware vSphere Python SDK - Python 3.x
|
||||
ii python3-rados 17.2.7-pve3 amd64 Python 3 libraries for the Ceph librados library
|
||||
ii python3-rbd 17.2.7-pve3 amd64 Python 3 libraries for the Ceph librbd library
|
||||
ii python3-reportbug 12.0.0 all Python modules for interacting with bug tracking systems
|
||||
ii python3-requests 2.28.1+dfsg-1 all elegant and simple HTTP library for Python3, built for human beings
|
||||
ii python3-rgw 17.2.7-pve3 amd64 Python 3 libraries for the Ceph librgw library
|
||||
ii python3-setuptools 66.1.1-1+deb12u1 all Python3 Distutils Enhancements
|
||||
ii python3-six 1.16.0-4 all Python 2 and 3 compatibility library
|
||||
ii python3-systemd 235-1+b2 amd64 Python 3 bindings for systemd
|
||||
ii python3-urllib3 1.26.12-1+deb12u1 all HTTP library with thread-safe connection pooling for Python3
|
||||
ii python3-wcwidth 0.2.5+dfsg1-1.1 all determine printable width of a string on a terminal
|
||||
ii python3-yaml 6.0-3+b2 amd64 YAML parser and emitter for Python3
|
||||
ii python3.11 3.11.2-6+deb12u5 amd64 Interactive high-level object-oriented language (version 3.11)
|
||||
ii python3.11-minimal 3.11.2-6+deb12u5 amd64 Minimal subset of the Python language (version 3.11)
|
||||
ii qemu-server 8.3.7 amd64 Qemu Server Tools
|
||||
ii qrencode 4.1.1-1 amd64 QR Code encoder into PNG image
|
||||
ii readline-common 8.2-1.3 all GNU readline and history libraries, common files
|
||||
ii reportbug 12.0.0 all reports bugs in the Debian distribution
|
||||
ii rpcbind 1.2.6-6+b1 amd64 converts RPC program numbers into universal addresses
|
||||
ii rrdcached 1.7.2-4+b8 amd64 data caching daemon for RRDtool
|
||||
ii rsync 3.2.7-1+deb12u2 amd64 fast, versatile, remote (and local) file-copying tool
|
||||
ii runit-helper 2.15.2 all dh-runit implementation detail
|
||||
ii samba-common 2:4.17.12+dfsg-0+deb12u1 all common files used by both the Samba server and client
|
||||
ii samba-libs:amd64 2:4.17.12+dfsg-0+deb12u1 amd64 Samba core libraries
|
||||
ii sed 4.9-1 amd64 GNU stream editor for filtering/transforming text
|
||||
ii sensible-utils 0.0.17+nmu1 all Utilities for sensible alternative selection
|
||||
ii sgml-base 1.31 all SGML infrastructure and SGML catalog file support
|
||||
ii shared-mime-info 2.2-1 amd64 FreeDesktop.org shared MIME database and spec
|
||||
ii shim-helpers-amd64-signed 1+15.8+1+pmx1 amd64 boot loader to chain-load signed boot loaders (signed by Proxmox)
|
||||
ii shim-signed:amd64 1.44+pmx1+15.8-1+pmx1 amd64 Secure Boot chain-loading bootloader (Microsoft-signed binary)
|
||||
ii shim-signed-common 1.44+pmx1+15.8-1+pmx1 all Secure Boot chain-loading bootloader (common helper scripts)
|
||||
ii shim-unsigned:amd64 15.8-1+pmx1 amd64 boot loader to chain-load signed boot loaders under Secure Boot
|
||||
ii smartmontools 7.3-pve1 amd64 control and monitor storage systems using S.M.A.R.T.
|
||||
ii smbclient 2:4.17.12+dfsg-0+deb12u1 amd64 command-line SMB/CIFS clients for Unix
|
||||
ii socat 1.7.4.4-2 amd64 multipurpose relay for bidirectional data transfer
|
||||
ii spiceterm 3.3.0 amd64 SPICE Terminal Emulator
|
||||
ii spl 2.2.7-pve1 all Solaris Porting Layer user-space utilities for Linux (dummy)
|
||||
ii sqlite3 3.40.1-2+deb12u1 amd64 Command line interface for SQLite 3
|
||||
ii ssh 1:9.2p1-2+deb12u4 all secure shell client and server (metapackage)
|
||||
ii ssl-cert 1.1.2 all simple debconf wrapper for OpenSSL
|
||||
ii strace 6.1-0.1 amd64 System call tracer
|
||||
ii sudo 1.9.13p3-1+deb12u1 amd64 Provide limited super user privileges to specific users
|
||||
ii swtpm 0.8.0+pve1 amd64 Libtpms-based TPM emulator
|
||||
ii swtpm-libs:amd64 0.8.0+pve1 amd64 Common libraries for TPM emulators
|
||||
ii swtpm-tools 0.8.0+pve1 amd64 Tools for the TPM emulator
|
||||
ii systemd 252.33-1~deb12u1 amd64 system and service manager
|
||||
ii systemd-boot 252.33-1~deb12u1 amd64 simple UEFI boot manager - tools and services
|
||||
ii systemd-boot-efi:amd64 252.33-1~deb12u1 amd64 simple UEFI boot manager - EFI binaries
|
||||
ii systemd-sysv 252.33-1~deb12u1 amd64 system and service manager - SysV compatibility symlinks
|
||||
ii sysvinit-utils 3.06-4 amd64 System-V-like utilities
|
||||
ii tar 1.34+dfsg-1.2+deb12u1 amd64 GNU version of the tar archiving utility
|
||||
ii tasksel 3.73 all tool for selecting tasks for installation on Debian systems
|
||||
ii tasksel-data 3.73 all official tasks used for installation of Debian systems
|
||||
ii tcpdump 4.99.3-1 amd64 command-line network traffic analyzer
|
||||
ii thin-provisioning-tools 0.9.0-2 amd64 Tools for handling thinly provisioned device-mapper meta-data
|
||||
ii time 1.9-0.2 amd64 GNU time program for measuring CPU resource usage
|
||||
ii traceroute 1:2.1.2-1 amd64 Traces the route taken by packets over an IPv4/IPv6 network
|
||||
ii tzdata 2024b-0+deb12u1 all time zone and daylight-saving time data
|
||||
ii ucf 3.0043+nmu1+deb12u1 all Update Configuration File(s): preserve user changes to config files
|
||||
ii udev 252.33-1~deb12u1 amd64 /dev/ and hotplug management daemon
|
||||
ii uidmap 1:4.13+dfsg1-1+b1 amd64 programs to help use subuids
|
||||
ii unzip 6.0-28 amd64 De-archiver for .zip files
|
||||
ii usbutils 1:014-1+deb12u1 amd64 Linux USB utilities
|
||||
ii usrmerge 37~deb12u1 all Convert the system to the merged /usr directories scheme
|
||||
ii util-linux 2.38.1-5+deb12u3 amd64 miscellaneous system utilities
|
||||
ii util-linux-extra 2.38.1-5+deb12u3 amd64 interactive login tools
|
||||
ii vim-common 2:9.0.1378-2 all Vi IMproved - Common files
|
||||
ii vim-tiny 2:9.0.1378-2 amd64 Vi IMproved - enhanced vi editor - compact version
|
||||
ii vncterm 1.8.0 amd64 VNC Terminal Emulator
|
||||
ii wamerican 2020.12.07-2 all American English dictionary words for /usr/share/dict
|
||||
ii wazuh-agent 4.12.0-1 amd64 Wazuh agent
|
||||
ii wget 1.21.3-1+b2 amd64 retrieves files from the web
|
||||
ii whiptail 0.52.23-1+b1 amd64 Displays user-friendly dialog boxes from shell scripts
|
||||
ii xfsprogs 6.1.0-1 amd64 Utilities for managing the XFS filesystem
|
||||
ii xkb-data 2.35.1-1 all X Keyboard Extension (XKB) configuration data
|
||||
ii xsltproc 1.1.35-1 amd64 XSLT 1.0 command line processor
|
||||
ii xz-utils 5.4.1-0.2 amd64 XZ-format compression utilities
|
||||
ii zfs-initramfs 2.2.7-pve1 all OpenZFS root filesystem capabilities for Linux - initramfs
|
||||
ii zfs-zed 2.2.7-pve1 amd64 OpenZFS Event Daemon
|
||||
ii zfsutils-linux 2.2.7-pve1 amd64 command-line tools to manage OpenZFS filesystems
|
||||
ii zlib1g:amd64 1:1.2.13.dfsg-1 amd64 compression library - runtime
|
||||
ii zstd 1.5.4+dfsg2-5 amd64 fast lossless compression algorithm -- CLI tool
|
||||
@@ -0,0 +1 @@
|
||||
serviceslab
|
||||
86
homelab-export-20251129-141328/exports/system/ip-addr.txt
Normal file
86
homelab-export-20251129-141328/exports/system/ip-addr.txt
Normal file
@@ -0,0 +1,86 @@
|
||||
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
|
||||
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
|
||||
inet 127.0.0.1/8 scope host lo
|
||||
valid_lft forever preferred_lft forever
|
||||
inet6 ::1/128 scope host noprefixroute
|
||||
valid_lft forever preferred_lft forever
|
||||
2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
|
||||
link/ether f0:4d:a2:04:0c:17 brd ff:ff:ff:ff:ff:ff
|
||||
altname enp1s0f0
|
||||
3: eno2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
|
||||
link/ether f0:4d:a2:04:0c:19 brd ff:ff:ff:ff:ff:ff
|
||||
altname enp1s0f1
|
||||
4: eno3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
|
||||
link/ether f0:4d:a2:04:0c:1b brd ff:ff:ff:ff:ff:ff
|
||||
altname enp2s0f0
|
||||
5: eno4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
|
||||
link/ether f0:4d:a2:04:0c:1d brd ff:ff:ff:ff:ff:ff
|
||||
altname enp2s0f1
|
||||
6: enp6s0f0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
|
||||
link/ether 00:1b:21:79:43:e0 brd ff:ff:ff:ff:ff:ff
|
||||
7: enp6s0f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
|
||||
link/ether 00:1b:21:79:43:e1 brd ff:ff:ff:ff:ff:ff
|
||||
8: enp7s0f0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
|
||||
link/ether 00:1b:21:79:43:e4 brd ff:ff:ff:ff:ff:ff
|
||||
9: enp7s0f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
|
||||
link/ether 00:1b:21:79:43:e5 brd ff:ff:ff:ff:ff:ff
|
||||
10: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
||||
link/ether f0:4d:a2:04:0c:17 brd ff:ff:ff:ff:ff:ff
|
||||
inet 192.168.2.100/24 scope global vmbr0
|
||||
valid_lft forever preferred_lft forever
|
||||
inet6 fe80::f24d:a2ff:fe04:c17/64 scope link
|
||||
valid_lft forever preferred_lft forever
|
||||
11: vmbr1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
|
||||
link/ether ae:3b:aa:d6:ea:f5 brd ff:ff:ff:ff:ff:ff
|
||||
inet 192.168.3.0/24 scope global vmbr1
|
||||
valid_lft forever preferred_lft forever
|
||||
inet6 fe80::ac3b:aaff:fed6:eaf5/64 scope link
|
||||
valid_lft forever preferred_lft forever
|
||||
16: veth102i0@if2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr102i0 state UP group default qlen 1000
|
||||
link/ether fe:63:81:c2:9c:fa brd ff:ff:ff:ff:ff:ff link-netnsid 0
|
||||
17: fwbr102i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
||||
link/ether 76:0b:35:05:e3:02 brd ff:ff:ff:ff:ff:ff
|
||||
18: fwpr102p0@fwln102i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
|
||||
link/ether 5e:e8:89:58:4e:25 brd ff:ff:ff:ff:ff:ff
|
||||
19: fwln102i0@fwpr102p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr102i0 state UP group default qlen 1000
|
||||
link/ether 76:0b:35:05:e3:02 brd ff:ff:ff:ff:ff:ff
|
||||
41: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr100i0 state UNKNOWN group default qlen 1000
|
||||
link/ether 2e:d1:0f:fd:a1:fa brd ff:ff:ff:ff:ff:ff
|
||||
42: fwbr100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
||||
link/ether 06:d4:ea:b0:f6:d7 brd ff:ff:ff:ff:ff:ff
|
||||
43: fwpr100p0@fwln100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
|
||||
link/ether ba:3a:c1:aa:10:50 brd ff:ff:ff:ff:ff:ff
|
||||
44: fwln100i0@fwpr100p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr100i0 state UP group default qlen 1000
|
||||
link/ether 06:d4:ea:b0:f6:d7 brd ff:ff:ff:ff:ff:ff
|
||||
54: tap106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr106i0 state UNKNOWN group default qlen 1000
|
||||
link/ether 86:77:e4:f6:85:ad brd ff:ff:ff:ff:ff:ff
|
||||
55: fwbr106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
||||
link/ether 5e:06:2d:be:20:c3 brd ff:ff:ff:ff:ff:ff
|
||||
56: fwpr106p0@fwln106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
|
||||
link/ether 22:57:54:82:7c:8d brd ff:ff:ff:ff:ff:ff
|
||||
57: fwln106i0@fwpr106p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr106i0 state UP group default qlen 1000
|
||||
link/ether 5e:06:2d:be:20:c3 brd ff:ff:ff:ff:ff:ff
|
||||
74: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr109i0 state UNKNOWN group default qlen 1000
|
||||
link/ether 96:8b:b9:f5:70:bc brd ff:ff:ff:ff:ff:ff
|
||||
75: fwbr109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
||||
link/ether 12:0a:af:36:77:84 brd ff:ff:ff:ff:ff:ff
|
||||
76: fwpr109p0@fwln109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
|
||||
link/ether 62:5d:ea:2f:8e:6a brd ff:ff:ff:ff:ff:ff
|
||||
77: fwln109i0@fwpr109p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr109i0 state UP group default qlen 1000
|
||||
link/ether 12:0a:af:36:77:84 brd ff:ff:ff:ff:ff:ff
|
||||
78: tap110i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr110i0 state UNKNOWN group default qlen 1000
|
||||
link/ether 62:90:76:ad:7f:7a brd ff:ff:ff:ff:ff:ff
|
||||
79: fwbr110i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
||||
link/ether 86:52:66:ba:37:7c brd ff:ff:ff:ff:ff:ff
|
||||
80: fwpr110p0@fwln110i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
|
||||
link/ether 02:14:10:45:0c:37 brd ff:ff:ff:ff:ff:ff
|
||||
81: fwln110i0@fwpr110p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr110i0 state UP group default qlen 1000
|
||||
link/ether 86:52:66:ba:37:7c brd ff:ff:ff:ff:ff:ff
|
||||
82: tap111i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr111i0 state UNKNOWN group default qlen 1000
|
||||
link/ether 12:9c:5b:86:20:37 brd ff:ff:ff:ff:ff:ff
|
||||
83: fwbr111i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
||||
link/ether 82:e3:73:ed:a5:38 brd ff:ff:ff:ff:ff:ff
|
||||
84: fwpr111p0@fwln111i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
|
||||
link/ether da:c8:08:78:66:ed brd ff:ff:ff:ff:ff:ff
|
||||
85: fwln111i0@fwpr111p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr111i0 state UP group default qlen 1000
|
||||
link/ether 82:e3:73:ed:a5:38 brd ff:ff:ff:ff:ff:ff
|
||||
@@ -0,0 +1,3 @@
|
||||
default via 192.168.2.1 dev vmbr0 proto kernel onlink
|
||||
192.168.2.0/24 dev vmbr0 proto kernel scope link src 192.168.2.100
|
||||
192.168.3.0/24 dev vmbr1 proto kernel scope link src 192.168.3.0
|
||||
44
homelab-export-20251129-141328/exports/system/lsblk.txt
Normal file
44
homelab-export-20251129-141328/exports/system/lsblk.txt
Normal file
@@ -0,0 +1,44 @@
|
||||
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
|
||||
sda 8:0 0 136.7G 0 disk
|
||||
├─sda1 8:1 0 1007K 0 part
|
||||
├─sda2 8:2 0 1G 0 part /boot/efi
|
||||
└─sda3 8:3 0 135.7G 0 part
|
||||
├─pve-swap 252:0 0 8G 0 lvm [SWAP]
|
||||
├─pve-root 252:1 0 43.9G 0 lvm /
|
||||
├─pve-data_tmeta 252:2 0 1G 0 lvm
|
||||
│ └─pve-data-tpool 252:4 0 65.8G 0 lvm
|
||||
│ ├─pve-data 252:5 0 65.8G 1 lvm
|
||||
│ ├─pve-vm--104--cloudinit 252:6 0 4M 0 lvm
|
||||
│ └─pve-vm--108--disk--0 252:7 0 4M 0 lvm
|
||||
└─pve-data_tdata 252:3 0 65.8G 0 lvm
|
||||
└─pve-data-tpool 252:4 0 65.8G 0 lvm
|
||||
├─pve-data 252:5 0 65.8G 1 lvm
|
||||
├─pve-vm--104--cloudinit 252:6 0 4M 0 lvm
|
||||
└─pve-vm--108--disk--0 252:7 0 4M 0 lvm
|
||||
sdb 8:16 0 4.4T 0 disk
|
||||
├─sdb1 8:17 0 4.4T 0 part
|
||||
└─sdb9 8:25 0 8M 0 part
|
||||
sr0 11:0 1 1024M 0 rom
|
||||
zd0 230:0 0 32G 0 disk
|
||||
├─zd0p1 230:1 0 1M 0 part
|
||||
└─zd0p2 230:2 0 32G 0 part
|
||||
zd16 230:16 0 100G 0 disk
|
||||
├─zd16p1 230:17 0 1M 0 part
|
||||
└─zd16p2 230:18 0 100G 0 part
|
||||
zd32 230:32 0 4M 0 disk
|
||||
zd48 230:48 0 50G 0 disk
|
||||
├─zd48p1 230:49 0 1M 0 part
|
||||
└─zd48p2 230:50 0 50G 0 part
|
||||
zd64 230:64 0 50G 0 disk
|
||||
├─zd64p1 230:65 0 1M 0 part
|
||||
└─zd64p2 230:66 0 50G 0 part
|
||||
zd80 230:80 0 100G 0 disk
|
||||
├─zd80p1 230:81 0 512M 0 part
|
||||
└─zd80p2 230:82 0 99.5G 0 part
|
||||
zd96 230:96 0 32G 0 disk
|
||||
├─zd96p1 230:97 0 1M 0 part
|
||||
└─zd96p2 230:98 0 32G 0 part
|
||||
zd112 230:112 0 32G 0 disk
|
||||
zd128 230:128 0 32G 0 disk
|
||||
zd144 230:144 0 32G 0 disk
|
||||
zd160 230:160 0 32G 0 disk
|
||||
92
homelab-export-20251129-141328/exports/system/lvdisplay.txt
Normal file
92
homelab-export-20251129-141328/exports/system/lvdisplay.txt
Normal file
@@ -0,0 +1,92 @@
|
||||
--- Logical volume ---
|
||||
LV Name data
|
||||
VG Name pve
|
||||
LV UUID nXr2yp-cBLu-zk2O-IuK6-rusJ-SGQe-f0phx9
|
||||
LV Write Access read/write (activated read only)
|
||||
LV Creation host, time proxmox, 2025-02-10 22:36:59 -0700
|
||||
LV Pool metadata data_tmeta
|
||||
LV Pool data data_tdata
|
||||
LV Status available
|
||||
# open 0
|
||||
LV Size 65.79 GiB
|
||||
Allocated pool data 0.01%
|
||||
Allocated metadata 1.60%
|
||||
Current LE 16843
|
||||
Segments 1
|
||||
Allocation inherit
|
||||
Read ahead sectors auto
|
||||
- currently set to 256
|
||||
Block device 252:5
|
||||
|
||||
--- Logical volume ---
|
||||
LV Path /dev/pve/swap
|
||||
LV Name swap
|
||||
VG Name pve
|
||||
LV UUID WUwIOg-KoKp-s0Gv-OEdK-SfAM-If3g-dC8RCz
|
||||
LV Write Access read/write
|
||||
LV Creation host, time proxmox, 2025-02-10 22:36:39 -0700
|
||||
LV Status available
|
||||
# open 2
|
||||
LV Size 8.00 GiB
|
||||
Current LE 2048
|
||||
Segments 1
|
||||
Allocation inherit
|
||||
Read ahead sectors auto
|
||||
- currently set to 256
|
||||
Block device 252:0
|
||||
|
||||
--- Logical volume ---
|
||||
LV Path /dev/pve/root
|
||||
LV Name root
|
||||
VG Name pve
|
||||
LV UUID gwPJ9W-AdR3-ztx1-MFSR-ZDcC-XMyr-cE5bkC
|
||||
LV Write Access read/write
|
||||
LV Creation host, time proxmox, 2025-02-10 22:36:39 -0700
|
||||
LV Status available
|
||||
# open 1
|
||||
LV Size <43.93 GiB
|
||||
Current LE 11246
|
||||
Segments 1
|
||||
Allocation inherit
|
||||
Read ahead sectors auto
|
||||
- currently set to 256
|
||||
Block device 252:1
|
||||
|
||||
--- Logical volume ---
|
||||
LV Path /dev/pve/vm-104-cloudinit
|
||||
LV Name vm-104-cloudinit
|
||||
VG Name pve
|
||||
LV UUID BZOYmV-vyKT-wbeu-wb8w-hqxH-WsNB-fAK2k1
|
||||
LV Write Access read/write
|
||||
LV Creation host, time serviceslab, 2025-05-24 15:08:16 -0600
|
||||
LV Pool name data
|
||||
LV Status available
|
||||
# open 0
|
||||
LV Size 4.00 MiB
|
||||
Mapped size 9.38%
|
||||
Current LE 1
|
||||
Segments 1
|
||||
Allocation inherit
|
||||
Read ahead sectors auto
|
||||
- currently set to 256
|
||||
Block device 252:6
|
||||
|
||||
--- Logical volume ---
|
||||
LV Path /dev/pve/vm-108-disk-0
|
||||
LV Name vm-108-disk-0
|
||||
VG Name pve
|
||||
LV UUID LWXsVN-pL9V-eGJp-XPdC-pJ2e-HhPB-Cl1VbL
|
||||
LV Write Access read/write
|
||||
LV Creation host, time serviceslab, 2025-06-27 17:25:15 -0600
|
||||
LV Pool name data
|
||||
LV Status available
|
||||
# open 0
|
||||
LV Size 4.00 MiB
|
||||
Mapped size 14.06%
|
||||
Current LE 1
|
||||
Segments 1
|
||||
Allocation inherit
|
||||
Read ahead sectors auto
|
||||
- currently set to 256
|
||||
Block device 252:7
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
total used free shared buff/cache available
|
||||
Mem: 173Gi 92Gi 55Gi 62Mi 25Gi 80Gi
|
||||
Swap: 8.0Gi 0B 8.0Gi
|
||||
672
homelab-export-20251129-141328/exports/system/proc-cpuinfo.txt
Normal file
672
homelab-export-20251129-141328/exports/system/proc-cpuinfo.txt
Normal file
@@ -0,0 +1,672 @@
|
||||
processor : 0
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 2520.888
|
||||
cache size : 12288 KB
|
||||
physical id : 1
|
||||
siblings : 12
|
||||
core id : 0
|
||||
cpu cores : 6
|
||||
apicid : 32
|
||||
initial apicid : 32
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 1
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 2502.647
|
||||
cache size : 12288 KB
|
||||
physical id : 0
|
||||
siblings : 12
|
||||
core id : 0
|
||||
cpu cores : 6
|
||||
apicid : 0
|
||||
initial apicid : 0
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 2
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 3244.297
|
||||
cache size : 12288 KB
|
||||
physical id : 1
|
||||
siblings : 12
|
||||
core id : 1
|
||||
cpu cores : 6
|
||||
apicid : 34
|
||||
initial apicid : 34
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 3
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 3165.853
|
||||
cache size : 12288 KB
|
||||
physical id : 0
|
||||
siblings : 12
|
||||
core id : 1
|
||||
cpu cores : 6
|
||||
apicid : 2
|
||||
initial apicid : 2
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 4
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 2739.235
|
||||
cache size : 12288 KB
|
||||
physical id : 1
|
||||
siblings : 12
|
||||
core id : 2
|
||||
cpu cores : 6
|
||||
apicid : 36
|
||||
initial apicid : 36
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 5
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 2925.820
|
||||
cache size : 12288 KB
|
||||
physical id : 0
|
||||
siblings : 12
|
||||
core id : 2
|
||||
cpu cores : 6
|
||||
apicid : 4
|
||||
initial apicid : 4
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 6
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 2925.820
|
||||
cache size : 12288 KB
|
||||
physical id : 1
|
||||
siblings : 12
|
||||
core id : 8
|
||||
cpu cores : 6
|
||||
apicid : 48
|
||||
initial apicid : 48
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 7
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 2925.820
|
||||
cache size : 12288 KB
|
||||
physical id : 0
|
||||
siblings : 12
|
||||
core id : 8
|
||||
cpu cores : 6
|
||||
apicid : 16
|
||||
initial apicid : 16
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 8
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 2925.820
|
||||
cache size : 12288 KB
|
||||
physical id : 1
|
||||
siblings : 12
|
||||
core id : 9
|
||||
cpu cores : 6
|
||||
apicid : 50
|
||||
initial apicid : 50
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 9
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 2925.820
|
||||
cache size : 12288 KB
|
||||
physical id : 0
|
||||
siblings : 12
|
||||
core id : 9
|
||||
cpu cores : 6
|
||||
apicid : 18
|
||||
initial apicid : 18
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 10
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 2925.820
|
||||
cache size : 12288 KB
|
||||
physical id : 1
|
||||
siblings : 12
|
||||
core id : 10
|
||||
cpu cores : 6
|
||||
apicid : 52
|
||||
initial apicid : 52
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 11
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 1744.685
|
||||
cache size : 12288 KB
|
||||
physical id : 0
|
||||
siblings : 12
|
||||
core id : 10
|
||||
cpu cores : 6
|
||||
apicid : 20
|
||||
initial apicid : 20
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 12
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 2925.820
|
||||
cache size : 12288 KB
|
||||
physical id : 1
|
||||
siblings : 12
|
||||
core id : 0
|
||||
cpu cores : 6
|
||||
apicid : 33
|
||||
initial apicid : 33
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 13
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 2925.820
|
||||
cache size : 12288 KB
|
||||
physical id : 0
|
||||
siblings : 12
|
||||
core id : 0
|
||||
cpu cores : 6
|
||||
apicid : 1
|
||||
initial apicid : 1
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 14
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 2925.820
|
||||
cache size : 12288 KB
|
||||
physical id : 1
|
||||
siblings : 12
|
||||
core id : 1
|
||||
cpu cores : 6
|
||||
apicid : 35
|
||||
initial apicid : 35
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 15
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 2077.788
|
||||
cache size : 12288 KB
|
||||
physical id : 0
|
||||
siblings : 12
|
||||
core id : 1
|
||||
cpu cores : 6
|
||||
apicid : 3
|
||||
initial apicid : 3
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 16
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 3193.906
|
||||
cache size : 12288 KB
|
||||
physical id : 1
|
||||
siblings : 12
|
||||
core id : 2
|
||||
cpu cores : 6
|
||||
apicid : 37
|
||||
initial apicid : 37
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 17
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 2925.820
|
||||
cache size : 12288 KB
|
||||
physical id : 0
|
||||
siblings : 12
|
||||
core id : 2
|
||||
cpu cores : 6
|
||||
apicid : 5
|
||||
initial apicid : 5
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 18
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 3192.496
|
||||
cache size : 12288 KB
|
||||
physical id : 1
|
||||
siblings : 12
|
||||
core id : 8
|
||||
cpu cores : 6
|
||||
apicid : 49
|
||||
initial apicid : 49
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 19
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 2925.820
|
||||
cache size : 12288 KB
|
||||
physical id : 0
|
||||
siblings : 12
|
||||
core id : 8
|
||||
cpu cores : 6
|
||||
apicid : 17
|
||||
initial apicid : 17
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 20
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 2805.422
|
||||
cache size : 12288 KB
|
||||
physical id : 1
|
||||
siblings : 12
|
||||
core id : 9
|
||||
cpu cores : 6
|
||||
apicid : 51
|
||||
initial apicid : 51
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 21
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 1707.617
|
||||
cache size : 12288 KB
|
||||
physical id : 0
|
||||
siblings : 12
|
||||
core id : 9
|
||||
cpu cores : 6
|
||||
apicid : 19
|
||||
initial apicid : 19
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 22
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 3290.635
|
||||
cache size : 12288 KB
|
||||
physical id : 1
|
||||
siblings : 12
|
||||
core id : 10
|
||||
cpu cores : 6
|
||||
apicid : 53
|
||||
initial apicid : 53
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 23
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 44
|
||||
model name : Intel(R) Xeon(R) CPU X5670 @ 2.93GHz
|
||||
stepping : 2
|
||||
microcode : 0x1f
|
||||
cpu MHz : 2341.354
|
||||
cache size : 12288 KB
|
||||
physical id : 0
|
||||
siblings : 12
|
||||
core id : 10
|
||||
cpu cores : 6
|
||||
apicid : 21
|
||||
initial apicid : 21
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 11
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida arat vnmi flush_l1d
|
||||
vmx flags : vnmi preemption_timer invvpid ept_x_only ept_1gb flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest ple
|
||||
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
|
||||
bogomips : 5851.64
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 40 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
@@ -0,0 +1,55 @@
|
||||
MemTotal: 181528356 kB
|
||||
MemFree: 58437584 kB
|
||||
MemAvailable: 84082872 kB
|
||||
Buffers: 286452 kB
|
||||
Cached: 23708108 kB
|
||||
SwapCached: 0 kB
|
||||
Active: 21336432 kB
|
||||
Inactive: 22750036 kB
|
||||
Active(anon): 20150780 kB
|
||||
Inactive(anon): 0 kB
|
||||
Active(file): 1185652 kB
|
||||
Inactive(file): 22750036 kB
|
||||
Unevictable: 30536 kB
|
||||
Mlocked: 25416 kB
|
||||
SwapTotal: 8388604 kB
|
||||
SwapFree: 8388604 kB
|
||||
Zswap: 0 kB
|
||||
Zswapped: 0 kB
|
||||
Dirty: 768 kB
|
||||
Writeback: 0 kB
|
||||
AnonPages: 20122476 kB
|
||||
Mapped: 299712 kB
|
||||
Shmem: 63580 kB
|
||||
KReclaimable: 3035720 kB
|
||||
Slab: 5880080 kB
|
||||
SReclaimable: 3035720 kB
|
||||
SUnreclaim: 2844360 kB
|
||||
KernelStack: 11488 kB
|
||||
PageTables: 59276 kB
|
||||
SecPageTables: 10020 kB
|
||||
NFS_Unstable: 0 kB
|
||||
Bounce: 0 kB
|
||||
WritebackTmp: 0 kB
|
||||
CommitLimit: 99152780 kB
|
||||
Committed_AS: 29444756 kB
|
||||
VmallocTotal: 34359738367 kB
|
||||
VmallocUsed: 1573584 kB
|
||||
VmallocChunk: 0 kB
|
||||
Percpu: 46080 kB
|
||||
HardwareCorrupted: 0 kB
|
||||
AnonHugePages: 18561024 kB
|
||||
ShmemHugePages: 0 kB
|
||||
ShmemPmdMapped: 0 kB
|
||||
FileHugePages: 0 kB
|
||||
FilePmdMapped: 0 kB
|
||||
Unaccepted: 0 kB
|
||||
HugePages_Total: 0
|
||||
HugePages_Free: 0
|
||||
HugePages_Rsvd: 0
|
||||
HugePages_Surp: 0
|
||||
Hugepagesize: 2048 kB
|
||||
Hugetlb: 0 kB
|
||||
DirectMap4k: 363280 kB
|
||||
DirectMap2M: 9054208 kB
|
||||
DirectMap1G: 177209344 kB
|
||||
11
homelab-export-20251129-141328/exports/system/pvdisplay.txt
Normal file
11
homelab-export-20251129-141328/exports/system/pvdisplay.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
--- Physical volume ---
|
||||
PV Name /dev/sda3
|
||||
VG Name pve
|
||||
PV Size <135.73 GiB / not usable 4.42 MiB
|
||||
Allocatable yes
|
||||
PE Size 4.00 MiB
|
||||
Total PE 34745
|
||||
Free PE 4096
|
||||
Allocated PE 30649
|
||||
PV UUID h56t26-Xfjr-YtLL-l1DV-F17b-5hth-VE9bCf
|
||||
|
||||
@@ -0,0 +1,57 @@
|
||||
proxmox-ve: 8.3.0 (running kernel: 6.8.12-8-pve)
|
||||
pve-manager: 8.3.3 (running version: 8.3.3/f157a38b211595d6)
|
||||
proxmox-kernel-helper: 8.1.0
|
||||
proxmox-kernel-6.8: 6.8.12-8
|
||||
proxmox-kernel-6.8.12-8-pve-signed: 6.8.12-8
|
||||
proxmox-kernel-6.8.12-4-pve-signed: 6.8.12-4
|
||||
ceph-fuse: 17.2.7-pve3
|
||||
corosync: 3.1.7-pve3
|
||||
criu: 3.17.1-2+deb12u1
|
||||
glusterfs-client: 10.3-5
|
||||
ifupdown2: 3.2.0-1+pmx11
|
||||
ksm-control-daemon: 1.5-1
|
||||
libjs-extjs: 7.0.0-5
|
||||
libknet1: 1.28-pve1
|
||||
libproxmox-acme-perl: 1.5.1
|
||||
libproxmox-backup-qemu0: 1.5.1
|
||||
libproxmox-rs-perl: 0.3.4
|
||||
libpve-access-control: 8.2.0
|
||||
libpve-apiclient-perl: 3.3.2
|
||||
libpve-cluster-api-perl: 8.0.10
|
||||
libpve-cluster-perl: 8.0.10
|
||||
libpve-common-perl: 8.2.9
|
||||
libpve-guest-common-perl: 5.1.6
|
||||
libpve-http-server-perl: 5.2.0
|
||||
libpve-network-perl: 0.10.0
|
||||
libpve-rs-perl: 0.9.1
|
||||
libpve-storage-perl: 8.3.3
|
||||
libspice-server1: 0.15.1-1
|
||||
lvm2: 2.03.16-2
|
||||
lxc-pve: 6.0.0-1
|
||||
lxcfs: 6.0.0-pve2
|
||||
novnc-pve: 1.5.0-1
|
||||
proxmox-backup-client: 3.3.2-1
|
||||
proxmox-backup-file-restore: 3.3.2-2
|
||||
proxmox-firewall: 0.6.0
|
||||
proxmox-kernel-helper: 8.1.0
|
||||
proxmox-mail-forward: 0.3.1
|
||||
proxmox-mini-journalreader: 1.4.0
|
||||
proxmox-offline-mirror-helper: 0.6.7
|
||||
proxmox-widget-toolkit: 4.3.4
|
||||
pve-cluster: 8.0.10
|
||||
pve-container: 5.2.3
|
||||
pve-docs: 8.3.1
|
||||
pve-edk2-firmware: 4.2023.08-4
|
||||
pve-esxi-import-tools: 0.7.2
|
||||
pve-firewall: 5.1.0
|
||||
pve-firmware: 3.14-3
|
||||
pve-ha-manager: 4.0.6
|
||||
pve-i18n: 3.3.3
|
||||
pve-qemu-kvm: 9.0.2-5
|
||||
pve-xtermjs: 5.3.0-3
|
||||
qemu-server: 8.3.7
|
||||
smartmontools: 7.3-pve1
|
||||
spiceterm: 3.3.0
|
||||
swtpm: 0.8.0+pve1
|
||||
vncterm: 1.8.0
|
||||
zfsutils-linux: 2.2.7-pve1
|
||||
@@ -0,0 +1,17 @@
|
||||
Netid State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
|
||||
udp UNCONN 0 0 0.0.0.0:111 0.0.0.0:* users:(("rpcbind",pid=1249,fd=5),("systemd",pid=1,fd=90))
|
||||
udp UNCONN 0 0 127.0.0.1:323 0.0.0.0:* users:(("chronyd",pid=1485,fd=5))
|
||||
udp UNCONN 0 0 [::]:111 [::]:* users:(("rpcbind",pid=1249,fd=7),("systemd",pid=1,fd=92))
|
||||
udp UNCONN 0 0 [::1]:323 [::]:* users:(("chronyd",pid=1485,fd=6))
|
||||
tcp LISTEN 0 128 0.0.0.0:22 0.0.0.0:* users:(("sshd",pid=1481,fd=3))
|
||||
tcp LISTEN 0 4096 0.0.0.0:111 0.0.0.0:* users:(("rpcbind",pid=1249,fd=4),("systemd",pid=1,fd=89))
|
||||
tcp LISTEN 0 4096 127.0.0.1:85 0.0.0.0:* users:(("pvedaemon worke",pid=3042821,fd=6),("pvedaemon worke",pid=2991638,fd=6),("pvedaemon worke",pid=1135576,fd=6),("pvedaemon",pid=1918,fd=6))
|
||||
tcp LISTEN 0 100 127.0.0.1:25 0.0.0.0:* users:(("master",pid=1680,fd=13))
|
||||
tcp LISTEN 0 100 [::1]:25 [::]:* users:(("master",pid=1680,fd=14))
|
||||
tcp LISTEN 0 4096 *:8006 *:* users:(("pveproxy worker",pid=1224624,fd=6),("pveproxy worker",pid=866534,fd=6),("pveproxy worker",pid=866533,fd=6),("pveproxy worker",pid=866532,fd=6),("pveproxy",pid=1927,fd=6))
|
||||
tcp LISTEN 0 128 [::]:22 [::]:* users:(("sshd",pid=1481,fd=4))
|
||||
tcp LISTEN 0 4096 [::]:111 [::]:* users:(("rpcbind",pid=1249,fd=6),("systemd",pid=1,fd=91))
|
||||
tcp LISTEN 0 4096 *:3128 *:* users:(("spiceproxy work",pid=866531,fd=6),("spiceproxy",pid=1933,fd=6))
|
||||
tcp LISTEN 0 4096 *:9080 *:* users:(("promtail",pid=1424,fd=7))
|
||||
tcp LISTEN 0 4096 *:33683 *:* users:(("promtail",pid=1424,fd=8))
|
||||
tcp LISTEN 0 4096 *:45876 *:* users:(("beszel-agent",pid=741889,fd=8))
|
||||
1
homelab-export-20251129-141328/exports/system/uname.txt
Normal file
1
homelab-export-20251129-141328/exports/system/uname.txt
Normal file
@@ -0,0 +1 @@
|
||||
Linux serviceslab 6.8.12-8-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-8 (2025-01-24T12:32Z) x86_64 GNU/Linux
|
||||
1
homelab-export-20251129-141328/exports/system/uptime.txt
Normal file
1
homelab-export-20251129-141328/exports/system/uptime.txt
Normal file
@@ -0,0 +1 @@
|
||||
14:13:29 up 68 days, 18:18, 3 users, load average: 0.25, 0.23, 0.20
|
||||
21
homelab-export-20251129-141328/exports/system/vgdisplay.txt
Normal file
21
homelab-export-20251129-141328/exports/system/vgdisplay.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
--- Volume group ---
|
||||
VG Name pve
|
||||
System ID
|
||||
Format lvm2
|
||||
Metadata Areas 1
|
||||
Metadata Sequence No 27
|
||||
VG Access read/write
|
||||
VG Status resizable
|
||||
MAX LV 0
|
||||
Cur LV 5
|
||||
Open LV 2
|
||||
Max PV 0
|
||||
Cur PV 1
|
||||
Act PV 1
|
||||
VG Size 135.72 GiB
|
||||
PE Size 4.00 MiB
|
||||
Total PE 34745
|
||||
Alloc PE / Size 30649 / 119.72 GiB
|
||||
Free PE / Size 4096 / 16.00 GiB
|
||||
VG UUID 94IyFv-lJ6E-gp0e-XXoD-aBNq-001F-s6PBty
|
||||
|
||||
Reference in New Issue
Block a user