Vraag


Acties:
  • 0 Henk 'm!

  • ECS Mechelen
  • Registratie: Maart 2024
  • Laatst online: 25-05 13:09
Mijn vraag
Gisteren gezien dat de SDA1 100% vol staat en ik vond dat nogal raar vermits de volledige grote 10GB is. Na wat zoeken "df" gevonden en dan gezien dat SDA1 maar 2.2GB groot is :/ en Home 5GB. Gisteren gezocht of je SDA1 gemakkelijk kunt vergroten en dat is niet zo want je moet alle partities opschuiven. Vandaag dan gezien wat er zoveel inneemt en dat is /usr/lib
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
root@ECS-HOLE:~# sudo du -hsx /usr/lib/* | sort -rh | head -n 40
394M    /usr/lib/modules
241M    /usr/lib/x86_64-linux-gnu
194M    /usr/lib/mono
79M     /usr/lib/gcc
32M     /usr/lib/firmware
27M     /usr/lib/python3.11
23M     /usr/lib/git-core
21M     /usr/lib/udev
13M     /usr/lib/python3
11M     /usr/lib/php
9.6M    /usr/lib/libmonosgen-2.0.a
8.0M    /usr/lib/file
5.3M    /usr/lib/cgi-bin
4.9M    /usr/lib/systemd
4.7M    /usr/lib/libmonosgen-2.0.so.1.0.0
4.2M    /usr/lib/discover
3.5M    /usr/lib/grub
3.3M    /usr/lib/locale
1.8M    /usr/lib/openssh
1.5M    /usr/lib/libmono-btls-shared.so
1.2M    /usr/lib/apt
764K    /usr/lib/libmono-native.so.0.0.0
640K    /usr/lib/klibc
540K    /usr/lib/cli
520K    /usr/lib/libgdiplus.so.0.0.0
396K    /usr/lib/lighttpd
288K    /usr/lib/libMonoPosixHelper.so
240K    /usr/lib/man-db
228K    /usr/lib/terminfo
152K    /usr/lib/libMonoSupportW.so
96K     /usr/lib/mono-source-libs
84K     /usr/lib/pkgconfig
84K     /usr/lib/os-probes
80K     /usr/lib/tmpfiles.d
76K     /usr/lib/klibc-XX6cASCB7KZyJWpIJW79y94XHBY.so
68K     /usr/lib/emacsen-common
68K     /usr/lib/binfmt-support
56K     /usr/lib/dbus-1.0
52K     /usr/lib/tasksel
52K     /usr/lib/mime

voornamelijk de modules map en volgens mij kun je deze inhoud niet verwijderen
code:
1
2
root@ECS-HOLE:~# sudo du -hsx /usr/lib/modules/* | sort -rh | head -n 40
394M    /usr/lib/modules/6.1.0-22-amd64


Relevante software en hardware die ik gebruik
VM (ESXi) op onze server voor Debian 12 server:
- Pi-hole
- SBFspot doet ook wat met onze SMA omvormer en pvoutput
- Datto RMM

Wat ik al gevonden of geprobeerd heb
Heb wat aan't opruimen geweest en heb toch 4% leeg gekregen *O* door dit te volgen https://serverfault.com/q...-usr-lib-x86-64-linux-gnu
code:
1
2
3
4
5
6
7
8
9
10
11
root@ECS-HOLE:~# df
Filesystem     1K-blocks    Used Available Use% Mounted on
udev             1981664       0   1981664   0% /dev
tmpfs             400944     700    400244   1% /run
/dev/sda1        2281952 2043772    102196  96% /
tmpfs            2004720    2616   2002104   1% /dev/shm
tmpfs               5120       0      5120   0% /run/lock
/dev/sda8        5515200      40   5214156   1% /home
/dev/sda5        1069136  315824    680816  32% /var
/dev/sda7         245999      22    228211   1% /tmp
tmpfs             400944       0    400944   0% /run/user/0


Ook geprobeerd om de VMDK te mounten op een full debian VM in Virtual Box maar dat is me nog niet gelukt, ik doen wrs iets verkeerd.

Nog iemand ideeën?

Dank bij voorbaat
Michael

Beste antwoord (via ECS Mechelen op 28-07-2024 16:15)


  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 23:29

Hero of Time

Moderator LNX

There is only one Legend

@ECS Mechelen, met code tags kan het prima, als je het in een quote zet zoals ik net voor je heb gedaan blijft het klein dankzij het inklappen van de quote. :)

Ik zie een berg Mono libraries. Standaard staan die niet geïnstalleerd en zijn in z'n totaliteit ook niet klein te noemen.

Wat de installer ook doet is de schijf indelen nav hoe groot de schijf zelf is. Als je het een kleine schijf geeft, is het niet gek dat / ook klein is. De VMware standaard is een 16 GB schijf als ik 't goed herinner. Dat zou met de standaard installatie voor een server geen 2 GB root file system moeten geven.

Wat ik zelf recent heb gedaan op m'n werk voor de template met Debian is 2 schijven, de eerste schijf is ~1 GB in 2 stukken gehakt voor /boot en /boot/efi (ik stel de VM in als EFI boot, terwijl de default nog legacy BIOS/MBR is) en de tweede is ~20 GB, waarbij ongeveer 1-2 GB voor swap, 1-2 GB voor /home en de rest is voor /. De tweede schijf heb ik tijdens de installatie, maar buiten de installer, voorzien van LVM met een volume groep en dan bij het partitioneren de uiteindelijke LVM logische volumes gemaakt. Hiermee is die schijf puur LVM, geen partities of wat dan ook waardoor het vergroten van de disk alleen een rescan vereist, waarna je de physical volume en volume group kan vergroten om zo extra ruimte te krijgen voor je logische volumes of een nieuwe. Al raad ik aan als je een nieuw volume nodig hebt, je net zo goed een aparte disk kan toevoegen en deze als afzonderlijke volume group kan inrichten (maak 'm niet onderdeel van je reeds bestaande VG, dat maakt het niet zo portabel meer).

Commandline FTW | Tweakt met mate

Alle reacties


Acties:
  • 0 Henk 'm!

  • GarBaGe
  • Registratie: December 1999
  • Laatst online: 28-05 19:04
/usr/lib/modules... zijn dat niet je kernel modules?
Wellicht een paar oude kernels de-installeren?

Ryzen9 5900X; 16GB DDR4-3200 ; RTX-4080S ; 7TB SSD


Acties:
  • 0 Henk 'm!

  • ahbart
  • Registratie: Januari 2002
  • Laatst online: 28-05 15:38
Ik zou er zelf niet meer voor gekozen hebben om var en tmp eigen partities te geven.
Een manier om wat ruimte beschikbaar te stellen is via:
code:
1
sudo tune2fs -m 1 /dev/sdd1

Zie: link
Eerder zou ik kijken naar een nieuwe installatie en mogelijk grotere ssd.

Acties:
  • 0 Henk 'm!

  • Room42
  • Registratie: September 2001
  • Niet online
Met `sudo du -hsx /usr/lib/* | sort -rh | head -n 40` kijk je alleen in de directory /usr/lib/, terwijl je sda1 gemount is op /. Dus kijk ook even wat er in de andere directories staat. Met `ncdu` (die moet je even los installeren) kun je een mooi overzicht krijgen.

[ Voor 86% gewijzigd door Room42 op 16-07-2024 16:02 ]

"Technological advancements don't feel fun anymore because of the motivations behind so many of them." Bron


Acties:
  • 0 Henk 'm!

  • alex3305
  • Registratie: Januari 2004
  • Laatst online: 27-05 20:28
Misschien voor nu, anders de volgende keer. Je kunt met ncdu heel eenvoudig kijken waar de ruimte naar toe gaat. Dat vind ik wat inzichtelijker dan df of du.

Acties:
  • 0 Henk 'm!

  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 23:29

Hero of Time

Moderator LNX

There is only one Legend

Naast wat eerder al is genoemd en de hint voor oude kernels opruimen, moet je ook even rekening houden dat er tussen du en df verschil kan optreden. Doe je 'df /' en 'du -shx /', dan hoef je niet per definitie hetzelfde gebruik terug te zien. Bestanden die namelijk reeds zijn verwijdert, maar nog in gebruik zijn, die je wel bij df, maar niet bij du.

Oh, en een / van maar 2 GB is ook niet echt bijster veel. Mijn eigen Pi-Hole (op een Pi 2B) gebruikt al 3,4 GB. Goed, er staat nogal veel in /usr/lib/modules zoals bij jou met oude kernels, maar toch. Kernels die ik overigens niet meer in apt zie.

[ Voor 26% gewijzigd door Hero of Time op 16-07-2024 19:11 ]

Commandline FTW | Tweakt met mate


Acties:
  • 0 Henk 'm!

  • ECS Mechelen
  • Registratie: Maart 2024
  • Laatst online: 25-05 13:09
Goede avond allen.
@Room42 de usr/lib map is 1.9 GB groot en dan heb je voor de rest nog 300MB
@GarBaGe
code:
1
2
root@ECS-HOLE:~# sudo du -hsx /usr/lib/modules/* | sort -rh | head -n 40
394M    /usr/lib/modules/6.1.0-22-amd64
Dat is het enigste dat nog in die modules map staat.
@ahbart zeg dat tegen Debian :( heb ze dat zelf laten kiezen. Nieuwe SSD is niet nodig is een VM ;) is er een gemakkelijke manier om de oude settings te backuppen een volledig nieuwe install te doen en dan de settings terug zetten?

Acties:
  • 0 Henk 'm!

  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 23:29

Hero of Time

Moderator LNX

There is only one Legend

Nieuwe VM maken en je zaken overnemen als nieuwe setup. Niet klakkeloos heel /etc overnemen, dat gaat problemen opleveren (o.a. fstab heeft schijf specifieke IDs, fout hierin en je systeem boot niet).

Dit is overigens ook waarom ik LVM gebruik ipv losse partities. In jouw geval zie ik zelfs dat je legacy boot gebruikt en de schijf met logische partities is uitgerust. Dat maakt het opschuiven van partities een flink stuk lastiger. Terwijl LVM juist gemaakt is voor flexibiliteit.

Ben trouwens wel benieuwd wat je zoal geïnstalleerd hebt om >600 MB aan kernel modules te hebben:
code:
1
2
3
$)>  du -sh /usr/lib/modules/*
102M    /usr/lib/modules/6.8.9-amd64
103M    /usr/lib/modules/6.9.8-amd64

Dat is op mijn fysieke pc.

[ Voor 20% gewijzigd door Hero of Time op 16-07-2024 20:39 ]

Commandline FTW | Tweakt met mate


Acties:
  • 0 Henk 'm!

  • ECS Mechelen
  • Registratie: Maart 2024
  • Laatst online: 25-05 13:09
Goede morgen.

@Hero of TimeLet's dig deeper
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
rroot@ECS-HOLE:~# du -shx /usr/lib/modules/6.1.0-22-amd64/* | sort -rh
389M    /usr/lib/modules/6.1.0-22-amd64/kernel
1.3M    /usr/lib/modules/6.1.0-22-amd64/modules.alias
1.2M    /usr/lib/modules/6.1.0-22-amd64/modules.alias.bin
744K    /usr/lib/modules/6.1.0-22-amd64/modules.symbols.bin
688K    /usr/lib/modules/6.1.0-22-amd64/modules.dep.bin
612K    /usr/lib/modules/6.1.0-22-amd64/modules.symbols
516K    /usr/lib/modules/6.1.0-22-amd64/modules.dep
160K    /usr/lib/modules/6.1.0-22-amd64/modules.order
48K     /usr/lib/modules/6.1.0-22-amd64/modules.builtin.modinfo
8.0K    /usr/lib/modules/6.1.0-22-amd64/modules.builtin.bin
8.0K    /usr/lib/modules/6.1.0-22-amd64/modules.builtin
4.0K    /usr/lib/modules/6.1.0-22-amd64/modules.softdep
4.0K    /usr/lib/modules/6.1.0-22-amd64/modules.devname
4.0K    /usr/lib/modules/6.1.0-22-amd64/modules.builtin.alias.bin

root@ECS-HOLE:~# du -shx /usr/lib/modules/6.1.0-22-amd64/kernel/* | sort -rh
275M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers
38M     /usr/lib/modules/6.1.0-22-amd64/kernel/fs
34M     /usr/lib/modules/6.1.0-22-amd64/kernel/net
29M     /usr/lib/modules/6.1.0-22-amd64/kernel/sound
5.9M    /usr/lib/modules/6.1.0-22-amd64/kernel/lib
5.9M    /usr/lib/modules/6.1.0-22-amd64/kernel/arch
1.9M    /usr/lib/modules/6.1.0-22-amd64/kernel/crypto
288K    /usr/lib/modules/6.1.0-22-amd64/kernel/block
132K    /usr/lib/modules/6.1.0-22-amd64/kernel/mm
24K     /usr/lib/modules/6.1.0-22-amd64/kernel/virt

rroot@ECS-HOLE:~# du -shx /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/* | sort -rh
76M     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net
40M     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/gpu
35M     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/media
22M     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/scsi
11M     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/usb
11M     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/infiniband
9.0M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/iio
5.3M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/staging
4.9M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/hwmon
4.7M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/hid
4.4M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/md
4.3M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/platform
3.9M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/input
3.1M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/ata
3.0M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/comedi
2.8M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/mtd
2.6M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/video
2.6M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/target
2.4M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/block
2.1M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/misc
1.7M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/char
1.6M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/mmc
1.5M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/nvme
1.4M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/isdn
1.4M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/bluetooth
1.3M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/crypto
1.1M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/watchdog
1.1M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/i2c
832K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/thunderbolt
728K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/atm
724K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/tty
720K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/edac
708K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/message
632K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/acpi
628K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/ufs
596K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/nvdimm
584K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/soundwire
556K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/dma
548K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/w1
528K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/xen
520K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/hv
488K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/accessibility
472K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/leds
460K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/firewire
456K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/pcmcia
452K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/vfio
420K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/mfd
412K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/virtio
412K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/thermal
408K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/power
380K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/nfc
380K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/android
364K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/vhost
356K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/firmware
328K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/pci
312K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/memstick
308K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/cpufreq
296K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/ptp
292K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/parport
276K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/gpio
260K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/bus
228K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/ssb
208K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/hwtracing
168K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/uio
164K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/pinctrl
156K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/spi
148K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/virt
144K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/cdrom
140K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/bcma
120K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/extcon
112K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/cxl
92K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/gnss
88K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/powercap
84K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/dax
60K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/soc
60K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/slimbus
56K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/base
44K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/pps
32K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/pwm
32K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/dca
16K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/devfreq

root@ECS-HOLE:~# du -shx /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/* | sort -rh
34M     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/ethernet
32M     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/wireless
2.2M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/usb
1.6M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/phy
1.3M    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/can
472K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/bonding
368K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/wwan
348K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/ieee802154
328K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/ppp
324K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/fddi
280K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/arcnet
264K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/wan
256K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/hyperv
252K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/hamradio
220K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/wireguard
220K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/fjes
208K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/vxlan
200K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/team
156K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/xen-netback
152K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/virtio_net.ko
140K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/vmxnet3
128K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/tun.ko
116K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/macsec.ko
104K    /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/ipvlan
96K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/xen-netfront.ko
76K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/geneve.ko
72K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/veth.ko
72K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/gtp.ko
68K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/vrf.ko
68K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/slip
64K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/macvlan.ko
56K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/tap.ko
56K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/hippi
52K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/thunderbolt-net.ko
52K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/plip
48K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/netconsole.ko
40K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/sungem_phy.ko
40K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/pcs
40K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/net_failover.ko
40K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/mdio
32K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/sb1000.ko
28K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/mhi_net.ko
24K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/mii.ko
24K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/ifb.ko
20K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/mdio.ko
20K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/macvtap.ko
20K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/eql.ko
20K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/dummy.ko
20K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/appletalk
16K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/vsockmon.ko
16K     /usr/lib/modules/6.1.0-22-amd64/kernel/drivers/net/nlmon.ko



de partities heb ik de debian server installer laten kiezen.

Hoe neem je zaken over? ow https://unix.stackexchang...rom-one-distro-to-another

[ Voor 35% gewijzigd door ECS Mechelen op 17-07-2024 08:25 ]


Acties:
  • 0 Henk 'm!

  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 23:29

Hero of Time

Moderator LNX

There is only one Legend

Ik gebruik de opties van die SE link niet. Ik gebruik verschillende manier, zoals:
- Documenteren wat ik wijzig;
- Scp bestanden van oud naar nieuw;
- Worst case mount ik de schijf van de oude server en cp wat ik nodig heb aan config en data.

Zeker met het eerste punt is het heel snel hersteld, want je weet wat je daadwerkelijk gewijzigd hebt tov de default package config. Want wat heb je eraan om 500 MB te kopiëren als je maar 3 bestanden wijzigt en de rest is puur het installeren van extra packages?

En over je schijfgebruik van modules, je netwerkdrivers zijn bijna net zo veel als mijn complete modules map van een kernel. Mijn Wireless en Ethernet zijn beide 7.7 MiB. Dus nogmaals, wat heb je zoal geïnstalleerd staan? Heb je bijvoorbeeld een -dbg kernel geïnstalleerd staan?

Commandline FTW | Tweakt met mate


Acties:
  • 0 Henk 'm!

  • ECS Mechelen
  • Registratie: Maart 2024
  • Laatst online: 25-05 13:09
@Hero of Time die groottes van die drivers vind ik zelf ook raar. Zoals ik al zei: standaard debian "server" package, dus hij heeft zich als Windows gedragen (laten we alles maar installeren)

Acties:
  • 0 Henk 'm!

  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 23:29

Hero of Time

Moderator LNX

There is only one Legend

Het punt van "laten we alles maar installeren" is zelfs met de standaard installer iets waar je zelf invloed op hebt. Als jij allerlei extra zaken aan gaat vinken zoals printserver, mailserver, etc, moet je er niet gek van staan te kijken dat je al snel je 2 GB vol weet te proppen. Ik ben ook niet gewend dat het standaard maar een hele zwik aan netwerkmodules installeert, zeker voor wifi.

Ik heb zelf ook even gezocht op welke packages bestanden in /usr/lib/modules/<uname -r>/kernel/drivers/net/ plaatst en vind daar niet veel resultaten, alleen de kernel packages zelf. Als ik het .deb bestand van mijn eigen kernel open die in m'n cache staat, zit er 85 MB aan modules er in, waarvan 61 MB aan drivers. Hierboven liet ik al zien dat het op mijn schijf zoals mijn systeem is ~102 MB is, met 69 MB aan drivers.

Een standaard installatie van de kernel zou dus echt geen ~400 MB (!) aan modules mogen hebben. En dus al helemaal niet 275 MB voor drivers.

Draai eens dpkg -l | grep -e '^ii' en kijk wat je zoal geïnstalleerd hebt staan.

Commandline FTW | Tweakt met mate


Acties:
  • 0 Henk 'm!

  • ECS Mechelen
  • Registratie: Maart 2024
  • Laatst online: 25-05 13:09
Sorry dat het zo lang heeft geduurd maar het is druk. Nee geen last van crowdstrike gehad want wij gebruiken dat niet.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
root@ECS-HOLE:/usr/lib# dpkg -l | grep -e '^ii'
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-utils                                                   2.6.1                          amd64        package management related utility programs
ii  base-files                                                  12.4+deb12u6                   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  bind9-dnsutils                                              1:9.18.24-1                    amd64        Clients provided with BIND 9
ii  bind9-host                                                  1:9.18.24-1                    amd64        DNS Lookup Utility
ii  bind9-libs:amd64                                            1:9.18.24-1                    amd64        Shared Libraries used by BIND 9
ii  binfmt-support                                              2.2.2-2                        amd64        Support for extra binary formats
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  bluetooth                                                   5.66-1+deb12u2                 all          Bluetooth support (metapackage)
ii  bluez                                                       5.66-1+deb12u2                 amd64        Bluetooth tools and daemons
ii  bsdextrautils                                               2.38.1-5+deb12u1               amd64        extra utilities from 4.4BSD-Lite
ii  bsdutils                                                    1:2.38.1-5+deb12u1             amd64        basic utilities from 4.4BSD-Lite
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  ca-certificates-mono                                        6.8.0.105+dfsg-3.3             all          Common CA certificates (Mono keystore)
ii  cli-common                                                  0.10+nmu1                      all          common files between all CLI packages
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  cpio                                                        2.13+dfsg-7.1                  amd64        GNU cpio -- a program to manage archives of files
ii  cron                                                        3.0pl1-162                     amd64        process scheduling daemon
ii  cron-daemon-common                                          3.0pl1-162                     all          process scheduling daemon's configuration files
ii  curl                                                        7.88.1-10+deb12u6              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  dbus-user-session                                           1.14.10-1~deb12u1              amd64        simple interprocess messaging system (systemd --user integration)
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  dialog                                                      1.3-20230209-1                 amd64        Displays user-friendly dialog boxes from shell scripts
ii  dictionaries-common                                         1.29.5                         all          spelling dictionaries - common utilities
ii  diffutils                                                   1:3.8-4                        amd64        File comparison utilities
ii  discover                                                    2.1.2-10                       amd64        hardware identification system
ii  discover-data                                               2.2013.01.13                   all          Data lists for Discover hardware detection system
ii  distro-info-data                                            0.58+deb12u2                   all          information about the distributions' releases (data files)
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  dns-root-data                                               2024041801~deb12u1             all          DNS root hints and DNSSEC trust anchor
ii  dnsutils                                                    1:9.18.24-1                    all          Transitional package for bind9-dnsutils
ii  doc-debian                                                  11.3+nmu1                      all          Debian Project documentation and other documents
ii  dpkg                                                        1.21.22                        amd64        Debian package management system
ii  e2fsprogs                                                   1.47.0-2                       amd64        ext2/ext3/ext4 file system utilities
ii  eject                                                       2.38.1-5+deb12u1               amd64        ejects CDs and operates CD-Changers under Linux
ii  emacsen-common                                              3.0.5                          all          Common facilities for all emacsen
ii  ethtool                                                     1:6.1-1                        amd64        display or change Ethernet device settings
ii  fdisk                                                       2.38.1-5+deb12u1               amd64        collection of partitioning 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  firmware-linux-free                                         20200122-1                     all          Binary firmware for various drivers in the Linux kernel
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  fuse3                                                       3.14.0-4                       amd64        Filesystem in Userspace (3.x version)
ii  gcc-12-base:amd64                                           12.2.0-14                      amd64        GCC, the GNU Compiler Collection (base package)
ii  gettext-base                                                0.21-12                        amd64        GNU Internationalization utilities for the base system
ii  git                                                         1:2.39.2-1.1                   amd64        fast, scalable, distributed revision control system
ii  git-man                                                     1:2.39.2-1.1                   all          fast, scalable, distributed revision control system (manual pages)
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+deb12u1                amd64        GRand Unified Bootloader (common files)
ii  grub-pc                                                     2.06-13+deb12u1                amd64        GRand Unified Bootloader, version 2 (PC/BIOS version)
ii  grub-pc-bin                                                 2.06-13+deb12u1                amd64        GRand Unified Bootloader, version 2 (PC/BIOS modules)
ii  grub2-common                                                2.06-13+deb12u1                amd64        GRand Unified Bootloader (common files for version 2)
ii  gzip                                                        1.12-1                         amd64        GNU compression utilities
ii  hostname                                                    3.23+nmu1                      amd64        utility to set/show the host name or domain name
ii  iamerican                                                   3.4.05-1                       all          American English dictionary for ispell (standard version)
ii  ibritish                                                    3.4.05-1                       all          British English dictionary for ispell (standard version)
ii  idn2                                                        2.3.3-1+b1                     amd64        Internationalized domain names (IDNA2008/TR46) command line tool
ii  ienglish-common                                             3.4.05-1                       all          Common files for British and American ispell dictionaries
ii  ifupdown                                                    0.8.41                         amd64        high level tools to configure network interfaces
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                          all          generic modular initramfs generator (automation)
ii  initramfs-tools-core                                        0.142                          all          generic modular initramfs generator (core tools)
ii  installation-report                                         2.89                           all          system installation report
ii  intel-microcode                                             3.20240514.1~deb12u1           amd64        Processor microcode firmware for Intel CPUs
ii  iproute2                                                    6.1.0-3                        amd64        networking and traffic control tools
ii  iputils-ping                                                3:20221126-1                   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  ispell                                                      3.4.05-1                       amd64        International Ispell (an interactive spelling corrector)
ii  iucode-tool                                                 2.3.1-3                        amd64        Intel processor microcode tool
ii  jq                                                          1.6-2.1                        amd64        lightweight and flexible command-line JSON processor
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  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  laptop-detect                                               0.16                           all          system chassis type checker
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  libapparmor1:amd64                                          3.0.8-3                        amd64        changehat AppArmor library
ii  libapt-pkg6.0:amd64                                         2.6.1                          amd64        package management runtime 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  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  libbinutils:amd64                                           2.40-2                         amd64        GNU binary utilities (private shared library)
ii  libblkid1:amd64                                             2.38.1-5+deb12u1               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  libbz2-1.0:amd64                                            1.0.8-5+b1                     amd64        high-quality block-sorting file compressor library - runtime
ii  libc-bin                                                    2.36-9+deb12u7                 amd64        GNU C Library: Binaries
ii  libc-l10n                                                   2.36-9+deb12u7                 all          GNU C Library: localization files
ii  libc6:amd64                                                 2.36-9+deb12u7                 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  libcom-err2:amd64                                           1.47.0-2                       amd64        common error description library
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+deb12u6              amd64        easy-to-use client-side URL transfer library (GnuTLS flavour)
ii  libcurl4:amd64                                              7.88.1-10+deb12u6              amd64        easy-to-use client-side URL transfer library (OpenSSL flavour)
ii  libcurl4-openssl-dev:amd64                                  7.88.1-10+deb12u6              amd64        development files and documentation for libcurl (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  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  libdeflate0:amd64                                           1.14-1                         amd64        fast, whole-buffer DEFLATE-based compression and decompression
ii  libdevmapper1.02.1:amd64                                    2:1.02.185-2                   amd64        Linux Kernel Device Mapper userspace library
ii  libdiscover2                                                2.1.2-10                       amd64        hardware identification library
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  liberror-perl                                               0.17029-2                      all          Perl module for error/exception handling in an OO-ish way
ii  libexif12:amd64                                             0.6.24-1+b1                    amd64        library to parse EXIF files
ii  libexpat1:amd64                                             2.5.0-1                        amd64        XML parsing C library - runtime library
ii  libext2fs2:amd64                                            1.47.0-2                       amd64        ext2/ext3/ext4 file system libraries
ii  libfdisk1:amd64                                             2.38.1-5+deb12u1               amd64        fdisk partitioning 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  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  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  libgdiplus                                                  6.1+dfsg-1+b1                  amd64        interface library for System.Drawing of Mono
ii  libgif7:amd64                                               5.2.1-2.5                      amd64        library for GIF images (library)
ii  libglib2.0-0:amd64                                          2.74.6-2+deb12u3               amd64        GLib library of C routines
ii  libglib2.0-data                                             2.74.6-2+deb12u3               all          Common files for GLib library
ii  libgmp10:amd64                                              2:6.2.1+dfsg1-1.1              amd64        Multiprecision arithmetic library
ii  libgnutls30:amd64                                           3.7.9-2+deb12u3                amd64        GNU TLS library - main runtime library
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  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  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  libip4tc2:amd64                                             1.8.9-2                        amd64        netfilter libip4tc library
ii  libjansson4:amd64                                           2.14-2                         amd64        C library for encoding, decoding and manipulating JSON data
ii  libjbig0:amd64                                              2.1-6.1                        amd64        JBIGkit libraries
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  libjq1:amd64                                                1.6-2.1                        amd64        lightweight and flexible command-line JSON processor - shared library
ii  libjson-c5:amd64                                            0.16-2                         amd64        JSON manipulation library - shared library
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  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  libldap-2.5-0:amd64                                         2.5.13+dfsg-5                  amd64        OpenLDAP libraries
ii  libldap-common                                              2.5.13+dfsg-5                  all          OpenLDAP common files for libraries
ii  liblerc4:amd64                                              4.0.0+ds-2                     amd64        Limited Error Raster Compression library
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  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  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  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  libmnl0:amd64                                               1.0.4-3                        amd64        minimalistic Netlink communication library
deel 1

[ Voor 0% gewijzigd door Hero of Time op 25-07-2024 19:34 . Reden: trucje ;) ]


Acties:
  • 0 Henk 'm!

  • ECS Mechelen
  • Registratie: Maart 2024
  • Laatst online: 25-05 13:09
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
ii  libmono-2.0-dev                                             6.8.0.105+dfsg-3.3             amd64        Mono JIT library - Development files (Default version)
ii  libmono-accessibility4.0-cil                                6.8.0.105+dfsg-3.3             all          Mono Accessibility library (for CLI 4.0)
ii  libmono-btls-interface4.0-cil                               6.8.0.105+dfsg-3.3             amd64        Mono Mono.Btls.Interface library (for CLI 4.0)
ii  libmono-cairo4.0-cil                                        6.8.0.105+dfsg-3.3             all          Mono Cairo library (for CLI 4.0)
ii  libmono-cecil-private-cil                                   6.8.0.105+dfsg-3.3             all          Mono.Cecil library
ii  libmono-cil-dev                                             6.8.0.105+dfsg-3.3             all          Mono Base Class Libraries (BCL) - Development files
ii  libmono-codecontracts4.0-cil                                6.8.0.105+dfsg-3.3             all          Mono.CodeContracts library (for CLI 4.0)
ii  libmono-compilerservices-symbolwriter4.0-cil                6.8.0.105+dfsg-3.3             all          Mono.CompilerServices.SymbolWriter library (for CLI 4.0)
ii  libmono-corlib4.5-cil                                       6.8.0.105+dfsg-3.3             all          Mono core library (for CLI 4.5)
ii  libmono-corlib4.5-dll                                       6.8.0.105+dfsg-3.3             all          Mono core library (for CLI 4.5)
ii  libmono-cscompmgd0.0-cil                                    6.8.0.105+dfsg-3.3             all          Mono cscompmgd library (for CLI 4.0)
ii  libmono-csharp4.0c-cil                                      6.8.0.105+dfsg-3.3             all          Mono.CSharp library (for CLI 4.0)
ii  libmono-custommarshalers4.0-cil                             6.8.0.105+dfsg-3.3             all          Mono CustomMarshalers library (for CLI 4.0)
ii  libmono-data-tds4.0-cil                                     6.8.0.105+dfsg-3.3             all          Mono Data Library (for CLI 4.0)
ii  libmono-db2-1.0-cil                                         6.8.0.105+dfsg-3.3             all          Mono DB2 library
ii  libmono-debugger-soft4.0a-cil                               6.8.0.105+dfsg-3.3             all          Mono Soft Debugger library (for CLI 4.0)
ii  libmono-http4.0-cil                                         6.8.0.105+dfsg-3.3             all          Mono.Http library (for CLI 4.0)
ii  libmono-i18n-cjk4.0-cil                                     6.8.0.105+dfsg-3.3             all          Mono I18N.CJK library (for CLI 4.0)
ii  libmono-i18n-mideast4.0-cil                                 6.8.0.105+dfsg-3.3             all          Mono I18N.MidEast library (for CLI 4.0)
ii  libmono-i18n-other4.0-cil                                   6.8.0.105+dfsg-3.3             all          Mono I18N.Other library (for CLI 4.0)
ii  libmono-i18n-rare4.0-cil                                    6.8.0.105+dfsg-3.3             all          Mono I18N.Rare library (for CLI 4.0)
ii  libmono-i18n-west4.0-cil                                    6.8.0.105+dfsg-3.3             all          Mono I18N.West library (for CLI 4.0)
ii  libmono-i18n4.0-all                                         6.8.0.105+dfsg-3.3             all          Mono I18N libraries metapackage (for CLI 4.0)
ii  libmono-i18n4.0-cil                                         6.8.0.105+dfsg-3.3             all          Mono I18N base library (for CLI 4.0)
ii  libmono-ldap4.0-cil                                         6.8.0.105+dfsg-3.3             all          Mono LDAP library (for CLI 4.0)
ii  libmono-management4.0-cil                                   6.8.0.105+dfsg-3.3             all          Mono Management library (for CLI 4.0)
ii  libmono-messaging-rabbitmq4.0-cil                           6.8.0.105+dfsg-3.3             all          Mono Messaging RabbitMQ library (for CLI 4.0)
ii  libmono-messaging4.0-cil                                    6.8.0.105+dfsg-3.3             all          Mono Messaging library (for CLI 4.0)
ii  libmono-microsoft-build-engine4.0-cil                       6.8.0.105+dfsg-3.3             all          Mono Microsoft.Build.Engine library (for CLI 4.0)
ii  libmono-microsoft-build-framework4.0-cil                    6.8.0.105+dfsg-3.3             all          Mono Microsoft.Build.Framework library (for CLI 4.0)
ii  libmono-microsoft-build-tasks-v4.0-4.0-cil                  6.8.0.105+dfsg-3.3             all          Mono Microsoft.Build.Tasks.v4.0 library (for CLI 4.0)
ii  libmono-microsoft-build-utilities-v4.0-4.0-cil              6.8.0.105+dfsg-3.3             all          Mono Microsoft.Build.Utilities.v4.0 library (for CLI 4.0)
ii  libmono-microsoft-build4.0-cil                              6.8.0.105+dfsg-3.3             all          Mono Microsoft.Build library (for CLI 4.0)
ii  libmono-microsoft-csharp4.0-cil                             6.8.0.105+dfsg-3.3             all          Mono Microsoft.CSharp library (for CLI 4.0)
ii  libmono-microsoft-visualc10.0-cil                           6.8.0.105+dfsg-3.3             all          Mono Microsoft.VisualC library (for CLI 4.0)
ii  libmono-microsoft-web-infrastructure1.0-cil                 6.8.0.105+dfsg-3.3             all          Mono Microsoft.Web.Infrastructure library (for CLI 4.0)
ii  libmono-oracle4.0-cil                                       6.8.0.105+dfsg-3.3             all          Mono Oracle library (for CLI 4.0)
ii  libmono-parallel4.0-cil                                     6.8.0.105+dfsg-3.3             all          Mono.Parallel library (for CLI 4.0)
ii  libmono-peapi4.0a-cil                                       6.8.0.105+dfsg-3.3             all          Mono PEAPI library (for CLI 4.0)
ii  libmono-posix4.0-cil                                        6.8.0.105+dfsg-3.3             all          Mono.Posix library (for CLI 4.0)
ii  libmono-rabbitmq4.0-cil                                     6.8.0.105+dfsg-3.3             all          Mono RabbitMQ.Client library (for CLI 4.0)
ii  libmono-relaxng4.0-cil                                      6.8.0.105+dfsg-3.3             all          Mono Relaxng library (for CLI 4.0)
ii  libmono-security4.0-cil                                     6.8.0.105+dfsg-3.3             all          Mono Security library (for CLI 4.0)
ii  libmono-sharpzip4.84-cil                                    6.8.0.105+dfsg-3.3             all          Mono SharpZipLib library (for CLI 4.0)
ii  libmono-simd4.0-cil                                         6.8.0.105+dfsg-3.3             all          Mono SIMD (for CLI 4.0)
ii  libmono-smdiagnostics0.0-cil                                6.8.0.105+dfsg-3.3             all          Mono SMDiagnostics Library (for CLI 4.0)
ii  libmono-sqlite4.0-cil                                       6.8.0.105+dfsg-3.3             all          Mono Sqlite library (for CLI 4.0)
ii  libmono-system-componentmodel-composition4.0-cil            6.8.0.105+dfsg-3.3             all          Mono System.ComponentModel.Composition library (for CLI 4.0)
ii  libmono-system-componentmodel-dataannotations4.0-cil        6.8.0.105+dfsg-3.3             all          Mono System.ComponentModel.DataAnnotations library (for CLI 4.0)
ii  libmono-system-configuration-install4.0-cil                 6.8.0.105+dfsg-3.3             all          Mono System.Configuration.Install library (for CLI 4.0)
ii  libmono-system-configuration4.0-cil                         6.8.0.105+dfsg-3.3             all          Mono System.Configuration library (for CLI 4.0)
ii  libmono-system-core4.0-cil                                  6.8.0.105+dfsg-3.3             all          Mono System.Core library (for CLI 4.0)
ii  libmono-system-data-datasetextensions4.0-cil                6.8.0.105+dfsg-3.3             all          Mono System.Data.DataSetExtensions library (for CLI 4.0)
ii  libmono-system-data-entity4.0-cil                           6.8.0.105+dfsg-3.3             all          Mono System.Data.Entity library (for CLI 4.0)
ii  libmono-system-data-linq4.0-cil                             6.8.0.105+dfsg-3.3             all          Mono System.Data.Linq Library (for CLI 4.0)
ii  libmono-system-data-services-client4.0-cil                  6.8.0.105+dfsg-3.3             all          Mono System.Data.Services.Client library (for CLI 4.0)
ii  libmono-system-data-services4.0-cil                         6.8.0.105+dfsg-3.3             all          Mono System.Data.Services library (for CLI 4.0)
ii  libmono-system-data4.0-cil                                  6.8.0.105+dfsg-3.3             all          Mono System.Data library (for CLI 4.0)
ii  libmono-system-deployment4.0-cil                            6.8.0.105+dfsg-3.3             all          Mono System.Deployment library (for CLI 4.0)
ii  libmono-system-design4.0-cil                                6.8.0.105+dfsg-3.3             all          Mono System.Design Library (for CLI 4.0)
ii  libmono-system-drawing-design4.0-cil                        6.8.0.105+dfsg-3.3             all          Mono System.Drawing.Design (for CLI 4.0)
ii  libmono-system-drawing4.0-cil                               6.8.0.105+dfsg-3.3             all          Mono System.Drawing library (for CLI 4.0)
ii  libmono-system-dynamic4.0-cil                               6.8.0.105+dfsg-3.3             all          Mono System.Dynamic library (for CLI 4.0)
ii  libmono-system-enterpriseservices4.0-cil                    6.8.0.105+dfsg-3.3             all          Mono System.EnterpriseServices library (for CLI 4.0)
ii  libmono-system-identitymodel-selectors4.0-cil               6.8.0.105+dfsg-3.3             all          Mono System.IdentityModel.Selectors Library (for CLI 4.0)
ii  libmono-system-identitymodel4.0-cil                         6.8.0.105+dfsg-3.3             all          Mono System.IdentityModel Library (for CLI 4.0)
ii  libmono-system-io-compression-filesystem4.0-cil             6.8.0.105+dfsg-3.3             all          Mono System.IO.Compresion.FileSystem library (for CLI 4.0)
ii  libmono-system-io-compression4.0-cil                        6.8.0.105+dfsg-3.3             all          Mono System.IO.Compression library (for CLI 4.0)
ii  libmono-system-json-microsoft4.0-cil                        6.8.0.105+dfsg-3.3             all          Mono System.Json.Microsoft library (for CLI 4.0)
ii  libmono-system-json4.0-cil                                  6.8.0.105+dfsg-3.3             all          Mono System.Json library (for CLI 4.0)
ii  libmono-system-ldap-protocols4.0-cil                        6.8.0.105+dfsg-3.3             all          Mono System.DirectoryServices.Protocols library (for CLI 4.0)
ii  libmono-system-ldap4.0-cil                                  6.8.0.105+dfsg-3.3             all          Mono System.DirectoryServices library (for CLI 4.0)
ii  libmono-system-management4.0-cil                            6.8.0.105+dfsg-3.3             all          Mono System.Management library (for CLI 4.0)
ii  libmono-system-messaging4.0-cil                             6.8.0.105+dfsg-3.3             all          Mono System.Messaging library (for CLI 4.0)
ii  libmono-system-net-http-formatting4.0-cil                   6.8.0.105+dfsg-3.3             all          Mono System.Net.Http.Formatting library (for CLI 4.0)
ii  libmono-system-net-http-webrequest4.0-cil                   6.8.0.105+dfsg-3.3             all          Mono System.Net.Http.WebRequest library (for CLI 4.0)
ii  libmono-system-net-http4.0-cil                              6.8.0.105+dfsg-3.3             all          Mono System.Net.Http library (for CLI 4.0)
ii  libmono-system-net4.0-cil                                   6.8.0.105+dfsg-3.3             all          Mono System.Net library (for CLI 4.0)
ii  libmono-system-numerics-vectors4.0-cil                      6.8.0.105+dfsg-3.3             all          Mono System.Numerics.Vectors library (for CLI 4.0)
ii  libmono-system-numerics4.0-cil                              6.8.0.105+dfsg-3.3             all          Mono System.Numerics library (for CLI 4.0)
ii  libmono-system-reactive-core2.2-cil                         6.8.0.105+dfsg-3.3             all          Mono System.Reactive.Core Library (for CLI 4.5)
ii  libmono-system-reactive-debugger2.2-cil                     6.8.0.105+dfsg-3.3             all          Mono System.Reactive.Debugger Library (for CLI 4.5)
ii  libmono-system-reactive-experimental2.2-cil                 6.8.0.105+dfsg-3.3             all          Mono System.Reactive.Experimental Library (for CLI 4.5)
ii  libmono-system-reactive-interfaces2.2-cil                   6.8.0.105+dfsg-3.3             all          Mono System.Reactive.Interfaces Library (for CLI 4.5)
ii  libmono-system-reactive-linq2.2-cil                         6.8.0.105+dfsg-3.3             all          Mono System.Reactive.Linq Library (for CLI 4.5)
ii  libmono-system-reactive-observable-aliases0.0-cil           6.8.0.105+dfsg-3.3             all          Mono System.Reactive.Linq Library (for CLI 4.5)
ii  libmono-system-reactive-platformservices2.2-cil             6.8.0.105+dfsg-3.3             all          Mono System.Reactive.PlatformServices Library (for CLI 4.5)
ii  libmono-system-reactive-providers2.2-cil                    6.8.0.105+dfsg-3.3             all          Mono System.Reactive.Providers Library (for CLI 4.5)
ii  libmono-system-reactive-runtime-remoting2.2-cil             6.8.0.105+dfsg-3.3             all          Mono System.Reactive.Runtime.Remoting Library (for CLI 4.5)
ii  libmono-system-reactive-windows-forms2.2-cil                6.8.0.105+dfsg-3.3             all          Mono System.Reactive.Windows.Forms Library (for CLI 4.5)
ii  libmono-system-reactive-windows-threading2.2-cil            6.8.0.105+dfsg-3.3             all          Mono System.Reactive.Windows.Threading Library (for CLI 4.5)
ii  libmono-system-reflection-context4.0-cil                    6.8.0.105+dfsg-3.3             all          Mono System.Reflection.Context library (for CLI 4.0)
ii  libmono-system-runtime-caching4.0-cil                       6.8.0.105+dfsg-3.3             all          Mono System.Runtime.Caching Library (for CLI 4.0)
ii  libmono-system-runtime-durableinstancing4.0-cil             6.8.0.105+dfsg-3.3             all          Mono System.Runtime.DurableInstancing Library (for CLI 4.0)
ii  libmono-system-runtime-serialization-formatters-soap4.0-cil 6.8.0.105+dfsg-3.3             all          Mono System.Runtime.Serialization.Formatters.Soap Library (for CLI 4.0)
ii  libmono-system-runtime-serialization4.0-cil                 6.8.0.105+dfsg-3.3             all          Mono System.Runtime.Serialization Library (for CLI 4.0)
ii  libmono-system-runtime4.0-cil                               6.8.0.105+dfsg-3.3             all          Mono System.Runtime library (for CLI 4.0)
ii  libmono-system-security4.0-cil                              6.8.0.105+dfsg-3.3             all          Mono System.Security library (for CLI 4.0)
ii  libmono-system-servicemodel-activation4.0-cil               6.8.0.105+dfsg-3.3             all          Mono System.ServiceModel.Activation Library (for CLI 4.0)
ii  libmono-system-servicemodel-discovery4.0-cil                6.8.0.105+dfsg-3.3             all          Mono System.ServiceModel.Discovery Library (for CLI 4.0)
ii  libmono-system-servicemodel-internals0.0-cil                6.8.0.105+dfsg-3.3             all          Mono System.ServiceModel.Internals Library (for CLI 4.0)
ii  libmono-system-servicemodel-routing4.0-cil                  6.8.0.105+dfsg-3.3             all          Mono System.ServiceModel.Routing Library (for CLI 4.0)
ii  libmono-system-servicemodel-web4.0-cil                      6.8.0.105+dfsg-3.3             all          Mono System.ServiceModel.Web Library (for CLI 4.0)
ii  libmono-system-servicemodel4.0a-cil                         6.8.0.105+dfsg-3.3             all          Mono System.ServiceModel Library (for CLI 4.0)
ii  libmono-system-serviceprocess4.0-cil                        6.8.0.105+dfsg-3.3             all          Mono System.ServiceProcess library (for CLI 4.0)
ii  libmono-system-threading-tasks-dataflow4.0-cil              6.8.0.105+dfsg-3.3             all          Mono System.Threading.Tasks.Dataflow library (for CLI 4.0)
ii  libmono-system-transactions4.0-cil                          6.8.0.105+dfsg-3.3             all          Mono System.Transactions library (for CLI 4.0)
ii  libmono-system-web-abstractions4.0-cil                      6.8.0.105+dfsg-3.3             all          Mono System.Web.Abstractions library (for CLI 4.0)
ii  libmono-system-web-applicationservices4.0-cil               6.8.0.105+dfsg-3.3             all          Mono System.Web.ApplicationServices library (for CLI 4.0)
ii  libmono-system-web-dynamicdata4.0-cil                       6.8.0.105+dfsg-3.3             all          Mono System.Web.DynamicData library (for CLI 4.0)
ii  libmono-system-web-extensions-design4.0-cil                 6.8.0.105+dfsg-3.3             all          Mono System.Web.Extensions.Design library (for CLI 4.0)
ii  libmono-system-web-extensions4.0-cil                        6.8.0.105+dfsg-3.3             all          Mono System.Web.Extensions library (for CLI 4.0)
ii  libmono-system-web-http-selfhost4.0-cil                     6.8.0.105+dfsg-3.3             all          Mono System.Web.Http.SelfHost library (for CLI 4.0)
ii  libmono-system-web-http-webhost4.0-cil                      6.8.0.105+dfsg-3.3             all          Mono System.Web.Http.WebHost library (for CLI 4.0)
ii  libmono-system-web-http4.0-cil                              6.8.0.105+dfsg-3.3             all          Mono System.Web.Http library (for CLI 4.0)
ii  libmono-system-web-mobile4.0-cil                            6.8.0.105+dfsg-3.3             all          Mono System.Web.Mobile library (for CLI 4.0)
ii  libmono-system-web-mvc3.0-cil                               6.8.0.105+dfsg-3.3             all          Mono ASP.NET MVC 3.0 Library (for CLI 4.0)
ii  libmono-system-web-razor2.0-cil                             6.8.0.105+dfsg-3.3             all          Mono System.Web.Razor (for CLI 4.0)
ii  libmono-system-web-regularexpressions4.0-cil                6.8.0.105+dfsg-3.3             all          Mono System.Web.RegularExpressions library (for CLI 4.0)
ii  libmono-system-web-routing4.0-cil                           6.8.0.105+dfsg-3.3             all          Mono System.Web.Routing (for CLI 4.0)
ii  libmono-system-web-services4.0-cil                          6.8.0.105+dfsg-3.3             all          Mono System.Web.Services (for CLI 4.0)
ii  libmono-system-web-webpages-deployment2.0-cil               6.8.0.105+dfsg-3.3             all          Mono System.Web.WebPages.Deployment (for CLI 4.0)
ii  libmono-system-web-webpages-razor2.0-cil                    6.8.0.105+dfsg-3.3             all          Mono System.Web.WebPages.Razor (for CLI 4.0)
ii  libmono-system-web-webpages2.0-cil                          6.8.0.105+dfsg-3.3             all          Mono System.Web.WebPages (for CLI 4.0)
ii  libmono-system-web4.0-cil                                   6.8.0.105+dfsg-3.3             all          Mono System.Web library (for CLI 4.0)
ii  libmono-system-windows-forms-datavisualization4.0a-cil      6.8.0.105+dfsg-3.3             all          Mono System.Windows.Forms.DataVisualization Library (for CLI 4.0)
ii  libmono-system-windows-forms4.0-cil                         6.8.0.105+dfsg-3.3             all          Mono System.Windows.Forms Library (for CLI 4.0)
ii  libmono-system-windows4.0-cil                               6.8.0.105+dfsg-3.3             all          Mono System.Windows library (for CLI 4.0)
ii  libmono-system-workflow-activities4.0-cil                   6.8.0.105+dfsg-3.3             all          Mono System.Workflow.Activities library (for CLI 4.0)
ii  libmono-system-workflow-componentmodel4.0-cil               6.8.0.105+dfsg-3.3             all          Mono System.Workflow.ComponentModel library (for CLI 4.0)
ii  libmono-system-workflow-runtime4.0-cil                      6.8.0.105+dfsg-3.3             all          Mono System.Workflow.Runtime library (for CLI 4.0)
ii  libmono-system-xaml4.0-cil                                  6.8.0.105+dfsg-3.3             all          Mono System.Xaml Library (for CLI 4.0)
ii  libmono-system-xml-linq4.0-cil                              6.8.0.105+dfsg-3.3             all          Mono System.Xml.Linq library (for CLI 4.0)
ii  libmono-system-xml-serialization4.0-cil                     6.8.0.105+dfsg-3.3             all          Mono System.Xml.Serialization library (for CLI 4.0)
ii  libmono-system-xml4.0-cil                                   6.8.0.105+dfsg-3.3             all          Mono System.Xml library (for CLI 4.0)
ii  libmono-system4.0-cil                                       6.8.0.105+dfsg-3.3             all          Mono System libraries (for CLI 4.0)
ii  libmono-tasklets4.0-cil                                     6.8.0.105+dfsg-3.3             all          Mono Tasklets library (for CLI 4.0)
ii  libmono-webbrowser4.0-cil                                   6.8.0.105+dfsg-3.3             all          Mono Web Browser library (for CLI 4.0)
ii  libmono-webmatrix-data4.0-cil                               6.8.0.105+dfsg-3.3             all          Mono WebMatrix.Data Library (for CLI 4.0)
ii  libmono-windowsbase4.0-cil                                  6.8.0.105+dfsg-3.3             all          Mono WindowsBase library (for CLI 4.0)
ii  libmono-xbuild-tasks4.0-cil                                 6.8.0.105+dfsg-3.3             all          Mono Mono.XBuild.Tasks library (for CLI 4.0)
ii  libmonosgen-2.0-1                                           6.8.0.105+dfsg-3.3             amd64        Mono JIT library (SGen GC)
ii  libmonosgen-2.0-dev                                         6.8.0.105+dfsg-3.3             amd64        Mono JIT library - Development files (SGen GC)
ii  libmount1:amd64                                             2.38.1-5+deb12u1               amd64        device mounting library
ii  libmspack0:amd64                                            0.11-1                         amd64        library for Microsoft compression formats (shared library)
ii  libncursesw6:amd64                                          6.4-4                          amd64        shared libraries for terminal handling (wide character support)
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  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+deb12u1               amd64        library implementing HTTP/2 protocol (shared library)
ii  libnsl2:amd64                                               1.3.0-2                        amd64        Public client interface for NIS(YP) and NIS+
ii  libnss-systemd:amd64                                        252.26-1~deb12u2               amd64        nss module providing dynamic user and group name resolution
ii  libnunit-cil-dev                                            2.6.4+dfsg-1.1                 all          Unit test framework for CLI - Development files
ii  libnunit-console-runner2.6.3-cil                            2.6.4+dfsg-1.1                 all          Unit test framework for CLI - Assemblies
ii  libnunit-core-interfaces2.6.3-cil                           2.6.4+dfsg-1.1                 all          Unit test framework for CLI - Assemblies
ii  libnunit-core2.6.3-cil                                      2.6.4+dfsg-1.1                 all          Unit test framework for CLI - Assemblies
ii  libnunit-framework2.6.3-cil                                 2.6.4+dfsg-1.1                 all          Unit test framework for CLI - Assemblies
ii  libnunit-mocks2.6.3-cil                                     2.6.4+dfsg-1.1                 all          Unit test framework for CLI - Assemblies
ii  libnunit-util2.6.3-cil                                      2.6.4+dfsg-1.1                 all          Unit test framework for CLI - Assemblies
ii  libonig5:amd64                                              6.9.8-1                        amd64        regular expressions library
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.26-1~deb12u2               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  libpci3:amd64                                               1:3.9.0-4                      amd64        PCI utilities (shared library)
ii  libpcre2-8-0:amd64                                          10.42-1                        amd64        New Perl Compatible Regular Expression Library- 8 bit 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  libpkgconf3:amd64                                           1.8.1-1                        amd64        shared library for pkgconf
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  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  libpsl5:amd64                                               0.21.2-1                       amd64        Library for Public Suffix List (shared libraries)
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+deb12u2               amd64        Minimal subset of the Python language (version 3.11)
ii  libpython3.11-stdlib:amd64                                  3.11.2-6+deb12u2               amd64        Interactive high-level object-oriented language (standard library, version 3.11)
ii  libreadline8:amd64                                          8.2-1.3                        amd64        GNU readline and history libraries, run-time libraries
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:amd64                                      2.1.28+dfsg-10                 amd64        Cyrus SASL - pluggable authentication modules
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  libsmartcols1:amd64                                         2.38.1-5+deb12u1               amd64        smart column output alignment library
ii  libsodium23:amd64                                           1.0.18-1                       amd64        Network communication, cryptography and signaturing library
ii  libsqlite3-0:amd64                                          3.40.1-2                       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  libssl-dev:amd64                                            3.0.13-1~deb12u1               amd64        Secure Sockets Layer toolkit - development files
ii  libssl3:amd64                                               3.0.13-1~deb12u1               amd64        Secure Sockets Layer toolkit - shared libraries
ii  libstdc++6:amd64                                            12.2.0-14                      amd64        GNU Standard C++ Library v3
ii  libsystemd-shared:amd64                                     252.26-1~deb12u2               amd64        systemd shared private library
ii  libsystemd0:amd64                                           252.26-1~deb12u2               amd64        systemd utility library
ii  libtasn1-6:amd64                                            4.19.0-2                       amd64        Manage ASN.1 structures (runtime)
ii  libtext-charwidth-perl:amd64                                0.04-11                        amd64        get display widths of characters on the terminal
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  libtiff6:amd64                                              4.5.0-6+deb12u1                amd64        Tag Image File Format (TIFF) library
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  libuchardet0:amd64                                          0.0.7-1                        amd64        universal charset detection library - shared library
ii  libudev1:amd64                                              252.26-1~deb12u2               amd64        libudev shared library
ii  libunistring2:amd64                                         1.0-2                          amd64        Unicode string library for C
ii  libusb-1.0-0:amd64                                          2:1.0.26-1                     amd64        userspace USB programming library
ii  libuuid1:amd64                                              2.38.1-5+deb12u1               amd64        Universally Unique ID library
ii  libuv1:amd64                                                1.44.2-1+deb12u1               amd64        asynchronous event notification library - runtime library
ii  libwebp7:amd64                                              1.2.4-0.2+deb12u1              amd64        Lossy compression of digital photographic images
ii  libwrap0:amd64                                              7.6.q-32                       amd64        Wietse Venema's TCP wrappers library
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  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  libxml2:amd64                                               2.9.14+dfsg-1.3~deb12u1        amd64        GNOME XML library
ii  libxmlsec1:amd64                                            1.2.37-2                       amd64        XML security library
ii  libxmlsec1-openssl:amd64                                    1.2.37-2                       amd64        Openssl engine for the XML security library
ii  libxmuu1:amd64                                              2:1.1.3-3                      amd64        X11 miscellaneous micro-utility 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  libzstd1:amd64                                              1.5.4+dfsg2-5                  amd64        fast lossless compression algorithm
ii  lighttpd                                                    1.4.69-1                       amd64        fast webserver with minimal memory footprint
ii  linux-base                                                  4.9                            all          Linux image base package
ii  linux-image-6.1.0-22-amd64                                  6.1.94-1                       amd64        Linux 6.1 for 64-bit PCs (signed)
ii  locales                                                     2.36-9+deb12u7                 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  mailcap                                                     3.70+nmu1                      all          Debian's mailcap system, and support programs
ii  make                                                        4.3-4.1                        amd64        utility for directing compilation
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  mime-support                                                3.66                           all          transitional package
ii  mono-4.0-gac                                                6.8.0.105+dfsg-3.3             all          Mono GAC tool (for CLI 4.0)
ii  mono-csharp-shell                                           6.8.0.105+dfsg-3.3             all          interactive C# shell
ii  mono-devel                                                  6.8.0.105+dfsg-3.3             all          Mono development tools
ii  mono-gac                                                    6.8.0.105+dfsg-3.3             all          Mono GAC tool
ii  mono-mcs                                                    6.8.0.105+dfsg-3.3             all          Mono C# 2.0 / 3.0 / 4.0 / 5.0  compiler for CLI 2.0 / 4.0 / 4.5
ii  mono-runtime                                                6.8.0.105+dfsg-3.3             amd64        Mono runtime - default version
ii  mono-runtime-common                                         6.8.0.105+dfsg-3.3             amd64        Mono runtime - common files
ii  mono-runtime-sgen                                           6.8.0.105+dfsg-3.3             amd64        Mono runtime - SGen
ii  mono-xbuild                                                 6.8.0.105+dfsg-3.3             all          MSBuild-compatible build system for Mono
ii  mount                                                       2.38.1-5+deb12u1               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-openbsd                                              1.219-1                        amd64        TCP/IP swiss army knife
ii  netcat-traditional                                          1.10-47                        amd64        TCP/IP swiss army knife
ii  nftables                                                    1.0.6-2+deb12u2                amd64        Program to control packet filtering rules by Netfilter project
ii  open-vm-tools                                               2:12.2.0-1+deb12u2             amd64        Open VMware Tools for virtual machines hosted on VMware (CLI)
ii  openssh-client                                              1:9.2p1-2+deb12u3              amd64        secure shell (SSH) client, for secure access to remote machines
ii  openssh-server                                              1:9.2p1-2+deb12u3              amd64        secure shell (SSH) server, for secure access from remote machines
ii  openssh-sftp-server                                         1:9.2p1-2+deb12u3              amd64        secure shell (SSH) sftp server module, for SFTP access from remote machines
ii  openssl                                                     3.0.13-1~deb12u1               amd64        Secure Sockets Layer toolkit - cryptographic utility
ii  os-prober                                                   1.81                           amd64        utility to detect other OSes on a set of drives
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  php-cgi                                                     2:8.2+93                       all          server-side, HTML-embedded scripting language (CGI binary) (default)
ii  php-common                                                  2:93                           all          Common files for PHP packages
ii  php-intl                                                    2:8.2+93                       all          Internationalisation module for PHP [default]
ii  php-json                                                    2:8.2+93                       all          JSON module for PHP [default]
ii  php-sqlite3                                                 2:8.2+93                       all          SQLite3 module for PHP [default]
ii  php-xml                                                     2:8.2+93                       all          DOM, SimpleXML, WDDX, XML, and XSL module for PHP [default]
ii  php8.2-cgi                                                  8.2.20-1~deb12u1               amd64        server-side, HTML-embedded scripting language (CGI binary)
ii  php8.2-cli                                                  8.2.20-1~deb12u1               amd64        command-line interpreter for the PHP scripting language
ii  php8.2-common                                               8.2.20-1~deb12u1               amd64        documentation, examples and common module for PHP
ii  php8.2-intl                                                 8.2.20-1~deb12u1               amd64        Internationalisation module for PHP
ii  php8.2-opcache                                              8.2.20-1~deb12u1               amd64        Zend OpCache module for PHP
ii  php8.2-readline                                             8.2.20-1~deb12u1               amd64        readline module for PHP
ii  php8.2-sqlite3                                              8.2.20-1~deb12u1               amd64        SQLite3 module for PHP
ii  php8.2-xml                                                  8.2.20-1~deb12u1               amd64        DOM, SimpleXML, XML, and XSL module for PHP
ii  pkg-config:amd64                                            1.8.1-1                        amd64        manage compile and link flags for libraries (transitional package)
ii  pkgconf:amd64                                               1.8.1-1                        amd64        manage compile and link flags for libraries
ii  pkgconf-bin                                                 1.8.1-1                        amd64        manage compile and link flags for libraries (binaries)
ii  procps                                                      2:4.0.2-3                      amd64        /proc file system utilities
ii  psmisc                                                      23.6-1                         amd64        utilities that use the proc file system
ii  publicsuffix                                                20230209.2326-1                all          accurate, machine-readable list of domain name suffixes
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-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-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-minimal                                             3.11.2-1+b1                    amd64        minimal subset of the Python language (default python3 version)
ii  python3-pkg-resources                                       66.1.1-1                       all          Package Discovery and Resource Access using pkg_resources
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-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-six                                                 1.16.0-4                       all          Python 2 and 3 compatibility library
ii  python3-urllib3                                             1.26.12-1                      all          HTTP library with thread-safe connection pooling for Python3
ii  python3.11                                                  3.11.2-6+deb12u2               amd64        Interactive high-level object-oriented language (version 3.11)
ii  python3.11-minimal                                          3.11.2-6+deb12u2               amd64        Minimal subset of the Python language (version 3.11)
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  runit-helper                                                2.15.2                         all          dh-runit implementation detail
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  shared-mime-info                                            2.2-1                          amd64        FreeDesktop.org shared MIME database and spec
ii  sqlite3                                                     3.40.1-2                       amd64        Command line interface for SQLite 3
ii  sudo                                                        1.9.13p3-1+deb12u1             amd64        Provide limited super user privileges to specific users
ii  systemd                                                     252.26-1~deb12u2               amd64        system and service manager
ii  systemd-sysv                                                252.26-1~deb12u2               amd64        system and service manager - SysV compatibility symlinks
ii  systemd-timesyncd                                           252.26-1~deb12u2               amd64        minimalistic service to synchronize local time with NTP servers
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  task-english                                                3.73                           all          General English environment
ii  task-ssh-server                                             3.73                           all          SSH server
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  traceroute                                                  1:2.1.2-1                      amd64        Traces the route taken by packets over an IPv4/IPv6 network
ii  tzdata                                                      2024a-0+deb12u1                all          time zone and daylight-saving time data
ii  ucf                                                         3.0043+nmu1                    all          Update Configuration File(s): preserve user changes to config files
ii  udev                                                        252.26-1~deb12u2               amd64        /dev/ and hotplug management daemon
ii  unzip                                                       6.0-28                         amd64        De-archiver for .zip files
ii  usbutils                                                    1:014-1+deb12u1                amd64        Linux USB utilities
ii  usr-is-merged                                               37~deb12u1                     all          Transitional package to assert a merged-/usr system
ii  util-linux                                                  2.38.1-5+deb12u1               amd64        miscellaneous system utilities
ii  util-linux-extra                                            2.38.1-5+deb12u1               amd64        interactive login tools
ii  util-linux-locales                                          2.38.1-5+deb12u1               all          locales files for util-linux
ii  veeamdeployment                                             12.1.2.172                     amd64        Veeam Linux Deployer service daemon.
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  wamerican                                                   2020.12.07-2                   all          American English dictionary words for /usr/share/dict
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  xauth                                                       1:1.1.2-1                      amd64        X authentication utility
ii  xdg-user-dirs                                               0.18-1                         amd64        tool to manage well known user directories
ii  xkb-data                                                    2.35.1-1                       all          X Keyboard Extension (XKB) configuration data
ii  xz-utils                                                    5.4.1-0.2                      amd64        XZ-format compression utilities
ii  zerofree                                                    1.1.1-1                        amd64        zero free blocks from ext2, ext3 and ext4 file-systems
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
In code blok is het mooier maarja dan word het zolang. Thx hero :)

Acties:
  • 0 Henk 'm!

  • ECS Mechelen
  • Registratie: Maart 2024
  • Laatst online: 25-05 13:09
In ieder geval een 2de installatie aan't doen.
Afbeeldingslocatie: https://tweakers.net/i/PHP8sFyfHcRnRk1kbs0y6AdXLg0=/234x176/filters:strip_icc():strip_exif()/f/image/bA3zUf4EWcnMT4s0HjwtANGw.jpg?f=fotoalbum_medium
Afbeeldingslocatie: https://tweakers.net/i/uhgWDZAboaKlVNmBvjWJM_V__CE=/234x176/filters:strip_icc():strip_exif()/f/image/Z15tDFDSB31bNsYL7g3HIRlq.jpg?f=fotoalbum_medium
Afbeeldingslocatie: https://tweakers.net/i/ESBPXootyRyB7BK34RPiIS17nlI=/234x176/filters:strip_icc():strip_exif()/f/image/o97Mxsme3Vw9zVIWJUIXqCpB.jpg?f=fotoalbum_medium
Afbeeldingslocatie: https://tweakers.net/i/ey935XdEfFvO0FmwfbEWDirTUvk=/234x176/filters:strip_icc():strip_exif()/f/image/LblNcSnfhz8Fkg4nHgLrwced.jpg?f=fotoalbum_medium

Moet alleen nog op doorgaan klikken

Acties:
  • +3 Henk 'm!

  • CAPSLOCK2000
  • Registratie: Februari 2003
  • Laatst online: 28-05 17:01
Hero of Time schreef op vrijdag 19 juli 2024 @ 19:01:
Een standaard installatie van de kernel zou dus echt geen ~400 MB (!) aan modules mogen hebben. En dus al helemaal niet 275 MB voor drivers.
Dat blijkt toch wel te kloppen:


code:
1
2
3
4
5
6
7
8
9
487M    6.1.0-7-amd64
...
454M    6.5.0-1-amd64
454M    6.5.0-2-amd64
454M    6.5.0-3-amd64
454M    6.5.0-4-amd64
454M    6.5.0-5-amd64
96M     6.6.11-amd64
...

Ik heb weliswaar niet exact dezelfde versie, maar 6.1.0-7-amd64 zit dicht genoeg bij om mee te vergelijken.
Blijkbaar was het in die tijd erg groot. 6.5 was nog groot, 6.6 is maar 100MB. Het is een opvallende groot verschil.

Enig onderzoek haalt het verschil snel boven water:

code:
1
2
408K    6.6.8-amd64/kernel/drivers/net/ethernet/intel/ice/ice.ko.xz
2.2M    6.1.0-7-amd64/kernel/drivers/net/ethernet/intel/ice/ice.ko


Het verschil is compressie.

[ Voor 7% gewijzigd door CAPSLOCK2000 op 25-07-2024 17:36 ]

This post is warranted for the full amount you paid me for it.


Acties:
  • Beste antwoord
  • +1 Henk 'm!

  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 23:29

Hero of Time

Moderator LNX

There is only one Legend

@ECS Mechelen, met code tags kan het prima, als je het in een quote zet zoals ik net voor je heb gedaan blijft het klein dankzij het inklappen van de quote. :)

Ik zie een berg Mono libraries. Standaard staan die niet geïnstalleerd en zijn in z'n totaliteit ook niet klein te noemen.

Wat de installer ook doet is de schijf indelen nav hoe groot de schijf zelf is. Als je het een kleine schijf geeft, is het niet gek dat / ook klein is. De VMware standaard is een 16 GB schijf als ik 't goed herinner. Dat zou met de standaard installatie voor een server geen 2 GB root file system moeten geven.

Wat ik zelf recent heb gedaan op m'n werk voor de template met Debian is 2 schijven, de eerste schijf is ~1 GB in 2 stukken gehakt voor /boot en /boot/efi (ik stel de VM in als EFI boot, terwijl de default nog legacy BIOS/MBR is) en de tweede is ~20 GB, waarbij ongeveer 1-2 GB voor swap, 1-2 GB voor /home en de rest is voor /. De tweede schijf heb ik tijdens de installatie, maar buiten de installer, voorzien van LVM met een volume groep en dan bij het partitioneren de uiteindelijke LVM logische volumes gemaakt. Hiermee is die schijf puur LVM, geen partities of wat dan ook waardoor het vergroten van de disk alleen een rescan vereist, waarna je de physical volume en volume group kan vergroten om zo extra ruimte te krijgen voor je logische volumes of een nieuwe. Al raad ik aan als je een nieuw volume nodig hebt, je net zo goed een aparte disk kan toevoegen en deze als afzonderlijke volume group kan inrichten (maak 'm niet onderdeel van je reeds bestaande VG, dat maakt het niet zo portabel meer).

Commandline FTW | Tweakt met mate


Acties:
  • 0 Henk 'm!

  • ECS Mechelen
  • Registratie: Maart 2024
  • Laatst online: 25-05 13:09
code in een quote dat is een goede.

Die mono's komen wrs door SBFspot en dan Datto.


Ja had de schijf maar op 10GB gezet vermits een pi met minder toekomt, maar blijkbaar als ik er nu zo over nadenk is het piOs zwaar uitgekleed van alle drivers dat er niet nodig zijn.

Ik heb je uitleg al 4x gelezen maar ik snap het niet zo goed, klopt dit:
- je maakt 2 drives aan in de VM
de eerste maak je 1GB en gebruik je voor boot (efi)
de 2de (LVM):
- 2GB swap
- 2GB home
- xGB voor de rest

De rest van de LVM informatie snap ik niet.

Edit: gisteren die opruim actie gedaan want geen plaats meer en gisteren ook niet echt opgelet maar blijkbaar geen uploads meer naar pvoutput. Vandaag wat gezocht en blijkbaar met de opruim actie de bluetooth bibliotheek verwijderd en die moet wel geïnstaleerd zijn. Deze terug geinstalleerd en, het volgende is er bij gekomen
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Unpacking libbluetooth3:amd64 (5.66-1+deb12u2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../1-libc-dev-bin_2.36-9+deb12u7_amd64.deb ...
Unpacking libc-dev-bin (2.36-9+deb12u7) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../2-libcrypt-dev_1%3a4.4.33-2_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ...
Selecting previously unselected package libtirpc-dev:amd64.
Preparing to unpack .../3-libtirpc-dev_1.3.3+ds-1_amd64.deb ...
Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ...
Selecting previously unselected package libnsl-dev:amd64.
Preparing to unpack .../4-libnsl-dev_1.3.0-2_amd64.deb ...
Unpacking libnsl-dev:amd64 (1.3.0-2) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../5-rpcsvc-proto_1.4.3-1_amd64.deb ...
Unpacking rpcsvc-proto (1.4.3-1) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../6-libc6-dev_2.36-9+deb12u7_amd64.deb ...
Unpacking libc6-dev:amd64 (2.36-9+deb12u7) ...
Selecting previously unselected package libbluetooth-dev:amd64.
Preparing to unpack .../7-libbluetooth-dev_5.66-1+deb12u2_amd64.deb ...
Unpacking libbluetooth-dev:amd64 (5.66-1+deb12u2) ...
pfff

[ Voor 64% gewijzigd door ECS Mechelen op 26-07-2024 17:37 ]


Acties:
  • 0 Henk 'm!

  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 23:29

Hero of Time

Moderator LNX

There is only one Legend

ECS Mechelen schreef op vrijdag 26 juli 2024 @ 11:00:
...
Ja had de schijf maar op 10GB gezet vermits een pi met minder toekomt, maar blijkbaar als ik er nu zo over nadenk is het piOs zwaar uitgekleed van alle drivers dat er niet nodig zijn.
Zelfs met 10 GB had dat voldoende moeten zijn. Mijn desktop installatie exclusief package cache is ~8 GB in gebruik (van de 30 GB die ik heb toegewezen). Het is dus best bijzonder dat jij met een / van 2,2 GB te maken kreeg. Je zal bij het maken van partities altijd rekening moeten houden met wat er geïnstalleerd gaat worden.
Ik heb je uitleg al 4x gelezen maar ik snap het niet zo goed, klopt dit:
- je maakt 2 drives aan in de VM
de eerste maak je 1GB en gebruik je voor boot (efi)
de 2de (LVM):
- 2GB swap
- 2GB home
- xGB voor de rest
Ik had nog even nagekeken op m'n werk. De tweede schijf is 25 GB, met ~1 GB voor swap, 4 GB voor /home en de overige 20 GB voor /. Maar dat is zodat ik iig voldoende ruimte heb voor de meeste scenarios waar een template aan kan voldoen. De uiteindelijke indeling maakt niet echt uit, want dat kan per doel weer net anders zijn.
De rest van de LVM informatie snap ik niet.
LVM heeft 3 onderdelen:
- Physical Volumes. Dit zijn de fysieke schijven en partities die je markeert om te gebruiken.
- Volume Groups. Dit is een (optionele) verzameling van Physical volumes. Dat kan dus 1 of meer schijven/partities zijn.
- Logical Volumes. Effectief de partitie waar het file system op staat. Deze maak je aan in een volume group en kan dus niet groter zijn dan een VG.

Omdat je VGs over meerdere partities/schijven kan uitspreiden, kan je meer schijfruimte krijgen dan 1 fysieke schijf of partitie alleen. Hier zit wel een gevaar aan: gebeurt er iets met een van de physical volumes dan kan je alles kwijt raken. Het is mogelijk om een logische volume te beperken tot een specifiek physical volume, maar standaard wordt de data gewoon maar ergens neergezet en kan vrij over meerdere physical volumes verspreid staan. Beetje vergelijkbaar aan RAID 0.

Wanneer ik een machine uitrol dat dienst gaat doen als database server, dan voeg ik een aparte disk toe die een eigen Volume Group krijgt en dus geen onderdeel zal zijn van de VG waar / in staat. In die VG maak ik dan een Logical Volume en mount het resultaat op de plek waar de database z'n data neer zet, zoals /var/lib/mysql or /var/lib/postgres. Wanneer de database meer ruimte nodig heeft, hoef ik alleen die disk te vergroten bij de hypervisor, doe ik een scsci bus scan om de nieuwe grootte te zien, vergroot ik de PV, waarna de VG automatisch ook groter is omdat het met de PV mee gaat en kan ik de extra ruimte van de VG weer aan de LV toekennen. Met de handige '-r' optie zal LVM ook het file system voor je vergroten, anders moet je dat zelf nog doen met bijvoorbeeld resize2fs.

LVM is al best oud en het bied geweldige flexibiliteit voor file systems die dat niet native hebben, zoals ext2/3/4, xfs, e.d. Maar file systems zoals btrfs en zfs hebben zelf vergelijkbare mogelijkheden en wanneer je dat gebruikt, heb je geen LVM nodig.
Edit: gisteren die opruim actie gedaan want geen plaats meer en gisteren ook niet echt opgelet maar blijkbaar geen uploads meer naar pvoutput. Vandaag wat gezocht en blijkbaar met de opruim actie de bluetooth bibliotheek verwijderd en die moet wel geïnstaleerd zijn. Deze terug geinstalleerd en, het volgende is er bij gekomen

[...]

pfff
Bijzonder dat je libc6-dev erbij hebt gekregen. Ik kan op m'n eigen systeem niet direct achterhalen waarom je die zou moeten krijgen wanneer je libbluetooth3 of bluez installeert. Directe relatie wat ik kan zien/bedenken is 'build-essential'.
Vroeg mij wel af waarom je bluetooth zaken had geïnstalleerd, zeker voor een VM, maar je stuurt dus blijkbaar een adapter door naar de VM.

Commandline FTW | Tweakt met mate


Acties:
  • 0 Henk 'm!

  • deHakkelaar
  • Registratie: Februari 2015
  • Laatst online: 27-07-2024
Hero of Time schreef op vrijdag 26 juli 2024 @ 20:52:
Bijzonder dat je libc6-dev erbij hebt gekregen. Ik kan op m'n eigen systeem niet direct achterhalen waarom je die zou moeten krijgen wanneer je libbluetooth3 of bluez installeert.
@ECS Mechelen :
code:
1
apt --installed rdepends libc6-dev

?

There are only 10 types of people in the world: those who understand binary, and those who don't


Acties:
  • 0 Henk 'm!

  • deHakkelaar
  • Registratie: Februari 2015
  • Laatst online: 27-07-2024
@ECS Mechelen , nog een voorbeeldje van LVM op een hypervisor:
dehakkelaar@xen02:~$ lsblk
NAME                MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTS
sda                   8:0    0  1.8T  0 disk
├─sda1                8:1    0  953M  0 part /boot/efi
├─sda2                8:2    0  381M  0 part /boot
├─sda3                8:3    0 37.3G  0 part /
├─sda4                8:4    0 44.7G  0 part [SWAP]
└─sda5                8:5    0  1.7T  0 part
  ├─vg0-gam02--swap 254:0    0    2G  0 lvm
  ├─vg0-gam02--root 254:1    0    5G  0 lvm
  ├─vg0-gam02--var  254:2    0    5G  0 lvm
  ├─vg0-gam02--home 254:3    0  100G  0 lvm
  ├─vg0-hak01--swap 254:4    0    2G  0 lvm
  ├─vg0-hak01--root 254:5    0   10G  0 lvm
  ├─vg0-hak01--var  254:6    0   10G  0 lvm
  ├─vg0-hak01--home 254:7    0  100G  0 lvm
  ├─vg0-ph6b--swap  254:8    0    2G  0 lvm
  ├─vg0-ph6b--root  254:9    0    5G  0 lvm
  ├─vg0-ph6b--var   254:10   0    5G  0 lvm
  ├─vg0-test01--root  254:11   0    5G  0 lvm
  └─vg0-test01--swap  254:12   0    1G  0 lvm

In een VM ziet dat er zo uit:
dehakkelaar@hak01:~$ lsblk
NAME  MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTS
xvda1 202:1    0    2G  0 disk [SWAP]
xvda2 202:2    0   10G  0 disk /
xvda3 202:3    0   10G  0 disk /var
xvda4 202:4    0  100G  0 disk /home

There are only 10 types of people in the world: those who understand binary, and those who don't


Acties:
  • 0 Henk 'm!

  • MoiZie
  • Registratie: Februari 2004
  • Laatst online: 28-05 06:56
Je kan ook een live boot doen met gparted en gewoon je partities wat heen en weer schuiven na verkleinen. Zo doe ik het altijd als ik hier tegen aan loop.

Acties:
  • 0 Henk 'm!

  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 23:29

Hero of Time

Moderator LNX

There is only one Legend

MoiZie schreef op zaterdag 27 juli 2024 @ 00:00:
Je kan ook een live boot doen met gparted en gewoon je partities wat heen en weer schuiven na verkleinen. Zo doe ik het altijd als ik hier tegen aan loop.
Bekijk de partitie indeling eens opnieuw die in de OP staat. Daar zie je geen sda2, 3, of 4. Maar gaat na sda1 direct naar sda5. Dit duidt op een MBR indeling met logische partities in een extended partitie. Met het root file system op een primaire partitie, moet je heel veel acties doen om uiteindelijk de extended partitie te verkleinen.

Het kan, maar het is imo niet de moeite waard.


@deHakkelaar, wat je laat zien voor een VM is alsnog normale partities die gebruikt worden binnen de VM zelf. Wat de hypervisor gebruikt, maakt niet uit. In jouw voorbeeld gebruik je Proxmox als hypervisor en die gaat anders om met de storage voor VMs dan VMware wat de TS gebruikt.

Commandline FTW | Tweakt met mate


Acties:
  • 0 Henk 'm!

  • deHakkelaar
  • Registratie: Februari 2015
  • Laatst online: 27-07-2024
@Hero of Time , het was alleen een voorbeeldje hoe LVM ook kan worden toegepast om backend LVM logical volumes aan te bieden aan de VM's als frontend block devices:
The PV split driver model: in this model, a virtual front-end device driver talks to a virtual back-end device driver which in turn talks to the physical device via the (native) device driver. This enables multiple VMs to use the same hardware resource while being able to re-use native hardware support.
https://wiki.xenproject.o...Xen_Project_Hypervisor.3F

Backend:
dehakkelaar@xen02:~$ lsmod
Module                  Size  Used by
[..]
xen_blkback            53248  22

Frontend:
dehakkelaar@hak01:~$ lsmod
Module                  Size  Used by
[..]
xen_blkfront           49152  9

There are only 10 types of people in the world: those who understand binary, and those who don't


Acties:
  • 0 Henk 'm!

  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 23:29

Hero of Time

Moderator LNX

There is only one Legend

deHakkelaar schreef op zaterdag 27 juli 2024 @ 14:35:
@Hero of Time , het was alleen een voorbeeldje hoe LVM ook kan worden toegepast om backend LVM logical volumes aan te bieden aan de VM's als frontend block devices:
Maar is in deze discussie off-topic, irrelevant en geeft alleen maar ruis. Nogmaals, er wordt VMware ESXi gebruikt en wat de hypervisor doet heeft geen klap te maken met het feit dat de TS een / van 2,2 GB had als gevolg van de gekozen opties bij installatie.

Commandline FTW | Tweakt met mate


Acties:
  • 0 Henk 'm!

  • deHakkelaar
  • Registratie: Februari 2015
  • Laatst online: 27-07-2024
Tjemig bedankt hoor!
Ik laat het rijk wel voor jouw alleen.
Hero of Time schreef op dinsdag 16 juli 2024 @ 20:37:
Dit is overigens ook waarom ik LVM gebruik ipv losse partities.
ECS Mechelen schreef op vrijdag 26 juli 2024 @ 11:00:
De rest van de LVM informatie snap ik niet.

There are only 10 types of people in the world: those who understand binary, and those who don't


Acties:
  • +1 Henk 'm!

  • ECS Mechelen
  • Registratie: Maart 2024
  • Laatst online: 25-05 13:09
Dank allen. Het is me gelukt om zelf wat aan te maken
code:
1
2
3
4
5
6
7
8
9
10
root@ECS-HOLE2:~# df
Filesystem            1K-blocks    Used Available Use% Mounted on
udev                    1971256       0   1971256   0% /dev
tmpfs                    400944    1072    399872   1% /run
/dev/mapper/swap-ROOT  16623964 5021400  10732780  32% /
tmpfs                   2004716       0   2004716   0% /dev/shm
tmpfs                      5120       0      5120   0% /run/lock
/dev/mapper/swap-home   1880592   24780   1741944   2% /home
/dev/sda1               1011148  119544    822896  13% /boot
tmpfs                    400940      44    400896   1% /run/user/0

Ja naamgeving kan beter maarja. Nu alles overzetten.

edit great usr vergeten :F

Edit: gisteren/deze nacht nog grafana geïnstalleerd maar volgens mij is er nog wat blijven hangen van gnome e.d.
code:
1
2
3
4
5
6
7
8
9
10
root@ECS-HOLE2:~# df -h
Filesystem             Size  Used Avail Use% Mounted on
udev                   1.9G     0  1.9G   0% /dev
tmpfs                  392M  1.1M  391M   1% /run
/dev/mapper/swap-ROOT   16G  6.7G  8.4G  45% /
tmpfs                  2.0G  736K  2.0G   1% /dev/shm
tmpfs                  5.0M     0  5.0M   0% /run/lock
/dev/mapper/swap-home  1.8G   25M  1.7G   2% /home
/dev/sda1              988M  117M  804M  13% /boot
tmpfs                  392M   44K  392M   1% /run/user/0
Ja dat is 6.7GB voor root :/

Heb trouwens ook gevonden vanwaar de mono libs komen https://rmm.datto.com/hel...ps/Linux/InstallLinux.htm
If a previous version of MONO is already installed on the device, it may have to be removed prior to re-installation by the Agent.
In ieder geval bedankt voor de hulp allen :) * ECS Mechelen gaat nog wat verder klooien met grafana permissies

[ Voor 46% gewijzigd door ECS Mechelen op 28-07-2024 16:21 ]


Acties:
  • 0 Henk 'm!

  • ECS Mechelen
  • Registratie: Maart 2024
  • Laatst online: 25-05 13:09
Even opvolging. Gisteren nog eens gaan zien hoeveel de sda1 was op de oude vm en die zat weer vol. Ja nog geen tijd gehad om echt de overschakeling te maken.
Dus maar eens gezien hoeveel de db van pihole inneemt, mmmmmh dat is toch genoeg om een hoop ruimte te besparen. Even opgezocht hoe bestanden te verhuizen en dan de pihole db's verhuisd naar de /home/pihole/ in de plaats van /etc/pihole/.
Pagina: 1