Why the boot partition is full?

Asked by Francisco Javier Ubeda Moret

When doing automatic or manual updates, i gets a error "boot partition full; is necessary at least xxx mb of space.".

I installed UBUNTU from zero on a empty SSD 500Gb disk and use the default values for partitions. Why the system requires more space for upgrades when this disk has more than 370Gb free? Why the system reserved so few space knwing it will e necessarin nar future updates? I can increase space at boot partition without reinstalling all?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu initramfs-tools Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Bernard Stafford (bernard010) said :
#1

https://askubuntu.com/questions/1400872/what-is-the-correct-type-and-size-for-a-boot-partition-for-bios

"This is probably where the 1GB recommendation mentioned seems to address. A few hundred extra MB given to /boot may avoid many problems."

Revision history for this message
Manfred Hampl (m-hampl) said (last edit ):
#2

For diagnostic purposes, what is the output of the commands (to be executed in a terminal window)

uname -a
lsb_release -crid
df -h | grep -e 'boot' -e '/$'
ls -l /boot

Revision history for this message
Francisco Javier Ubeda Moret (jubeda) said :
#3

The answers to these commands are:

jubeda@Enterprise:~$ uname a
uname: operando extra «a»
Pruebe 'uname --help' para más información.
jubeda@Enterprise:~$ uname -a
Linux Enterprise 5.19.0-46-generic #47~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jun 21 15:35:31 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
jubeda@Enterprise:~$ lsb_release -crid
Distributor ID:   Ubuntu
Description:      Ubuntu 22.04.2 LTS
Release:    22.04
Codename:   jammy
jubeda@Enterprise:~$ df -h | grep -e 'boot' -e '/$'
rpool/ROOT/ubuntu_hqye6w 359G 8,4G 350G 3% /
bpool/BOOT/ubuntu_hqye6w 272M 99M 174M 37% /boot
/dev/sdb1 511M 7,1M 504M 2% /boot/efi
jubeda@Enterprise:~$ ls -l /boot
total 100530
-rw-r--r-- 1 root root 270051 jun 21 16:38 config-5.19.0-46-generic
drwxr-xr-x 3 root root 4096 ene 1 1970 efi
drwxr-xr-x 4 root root 4096 jul 13 08:46 grub
lrwxrwxrwx 1 root root 28 jul 6 16:50 initrd.img -> initrd.img-5.15.0-76-generic
-rw-r--r-- 1 root root 88171292 jul 7 09:54 initrd.img-5.19.0-46-generic
lrwxrwxrwx 1 root root 28 jul 6 16:43 initrd.img.old -> initrd.img-5.19.0-46-generic
-rw-r--r-- 1 root root 182800 feb 6 2022 memtest86+.bin
-rw-r--r-- 1 root root 184476 feb 6 2022 memtest86+.elf
-rw-r--r-- 1 root root 184980 feb 6 2022 memtest86+_multiboot.bin
-rw------- 1 root root 6438424 jun 21 16:38 System.map-5.19.0-46-generic
lrwxrwxrwx 1 root root 25 jul 5 06:53 vmlinuz -> vmlinuz-5.15.0-76-generic
-rw------- 1 root root 12220712 jun 21 16:43 vmlinuz-5.19.0-46-generic
lrwxrwxrwx 1 root root 25 jul 5 06:53 vmlinuz.old -> vmlinuz-5.19.0-46-generic
jubeda@Enterprise:~$

---------------------------------------------------------------------------------
Francisco Javier Úbeda Moret
Urbanización la Torrecilla, chalet 1
47250 Mojados, Valladolid (España)
email: <email address hidden>

________________________________
De: <email address hidden> <email address hidden> en nombre de Manfred Hampl <email address hidden>
Enviado: viernes, 14 de julio de 2023 14:30
Para: <email address hidden> <email address hidden>
Asunto: Re: [Question #707295]: Why the boot partition is full?

Your question #707295 on initramfs-tools in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/707295

Manfred Hampl requested more information:
For diagnostic purposes, what is the output of the commands (to be
execute in a terminal window)

uname a
lsb_release -crid
df -h | grep -e 'boot' -e '/$'
ls -l /boot

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/707295

You received this question notification because you asked the question.

Revision history for this message
Manfred Hampl (m-hampl) said :
#4

bpool/BOOT/ubuntu_hqye6w 272M 99M 174M 37% /boot

Your /boot partition has been allocated in a far too small size.

Nowadays at least one GB is recommended, but you have just a quarter of that.
("... and use the default values for partitions") How and when did you install that system initially? I am not aware of any installer that recommends that size.

You seem to be using ZFS, what is the output of

zpool list

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

You can uninstall memtest to free space but yes it is tiny.

What is the output of;

df -Th

Revision history for this message
Francisco Javier Ubeda Moret (jubeda) said :
#6

The answer to the comand is:

jubeda@Enterprise:~$ zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
bpool 1.88G 1.58G 301M - - 38% 84% 1.00x ONLINE -
rpool 460G 96.2G 364G - - 34% 20% 1.00x ONLINE -
jubeda@Enterprise:~$

---------------------------------------------------------------------------------
Francisco Javier Úbeda Moret
Urbanización la Torrecilla, chalet 1
47250 Mojados, Valladolid (España)
email: <email address hidden>

________________________________
De: <email address hidden> <email address hidden> en nombre de Manfred Hampl <email address hidden>
Enviado: viernes, 14 de julio de 2023 17:10
Para: <email address hidden> <email address hidden>
Asunto: Re: [Question #707295]: Why the boot partition is full?

Your question #707295 on initramfs-tools in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/707295

    Status: Open => Needs information

Manfred Hampl requested more information:
bpool/BOOT/ubuntu_hqye6w 272M 99M 174M 37% /boot

Your /boot partition has been allocated in a far too small size.

Nowadays at least one GB is recommended, but you have just a quarter of that.
("... and use the default values for partitions") How and when did you install that system initially? I am not aware of any installer that recommends that size.

You seem to be using ZFS, what is the output of

zpool list

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/707295

You received this question notification because you asked the question.

Revision history for this message
Francisco Javier Ubeda Moret (jubeda) said :
#7

The answer is:

jubeda@Enterprise:~$ df -Th
S.ficheros Tipo Tamaño Usados Disp Uso% Montado en
tmpfs tmpfs 1,6G 2,2M 1,6G 1% /run
rpool/ROOT/ubuntu_hqye6w zfs 358G 8,4G 350G 3% /
tmpfs tmpfs 7,8G 100K 7,8G 1% /dev/shm
tmpfs tmpfs 5,0M 4,0K 5,0M 1% /run/lock
rpool/USERDATA/jubeda_a5z1z4 zfs 371G 22G 350G 6% /home/jubeda
rpool/USERDATA/root_a5z1z4 zfs 350G 1,0M 350G 1% /root
rpool/ROOT/ubuntu_hqye6w/srv zfs 350G 128K 350G 1% /srv
rpool/ROOT/ubuntu_hqye6w/var/games zfs 350G 128K 350G 1% /var/games
rpool/ROOT/ubuntu_hqye6w/var/lib zfs 356G 5,8G 350G 2% /var/lib
rpool/ROOT/ubuntu_hqye6w/usr/local zfs 350G 22M 350G 1% /usr/local
rpool/ROOT/ubuntu_hqye6w/var/log zfs 351G 778M 350G 1% /var/log
rpool/ROOT/ubuntu_hqye6w/var/mail zfs 350G 128K 350G 1% /var/mail
rpool/ROOT/ubuntu_hqye6w/var/spool zfs 350G 128K 350G 1% /var/spool
rpool/ROOT/ubuntu_hqye6w/var/snap zfs 350G 2,0M 350G 1% /var/snap
rpool/ROOT/ubuntu_hqye6w/var/www zfs 350G 128K 350G 1% /var/www
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager zfs 350G 256K 350G 1% /var/lib/NetworkManager
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg zfs 350G 60M 350G 1% /var/lib/dpkg
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService zfs 350G 128K 350G 1% /var/lib/AccountsService
rpool/ROOT/ubuntu_hqye6w/var/lib/apt zfs 350G 103M 350G 1% /var/lib/apt
/dev/sdd1 ext4 458G 70G 365G 16% /home/jubeda/naquadaq
/dev/md0 ext4 3,6T 1,6T 1,9T 45% /home/jubeda/naquadria
bpool/BOOT/ubuntu_hqye6w zfs 272M 99M 174M 37% /boot
/dev/sdb1 vfat 511M 7,1M 504M 2% /boot/efi
tmpfs tmpfs 1,6G 1,7M 1,6G 1% /run/user/1000
jubeda@Enterprise:~$

---------------------------------------------------------------------------------
Francisco Javier Úbeda Moret
Urbanización la Torrecilla, chalet 1
47250 Mojados, Valladolid (España)
email: <email address hidden>

________________________________
De: <email address hidden> <email address hidden> en nombre de actionparsnip <email address hidden>
Enviado: sábado, 15 de julio de 2023 3:30
Para: <email address hidden> <email address hidden>
Asunto: Re: [Question #707295]: Why the boot partition is full?

Your question #707295 on initramfs-tools in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/707295

actionparsnip requested more information:
You can uninstall memtest to free space but yes it is tiny.

What is the output of;

df -Th

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/707295

You received this question notification because you asked the question.

Revision history for this message
Manfred Hampl (m-hampl) said :
#8

bpool 1.88G 1.58G 301M - - 38% 84% 1.00x ONLINE -

It seems that you have reserved 1.8 GB space for the BOOT pool, but only allocated 300M for the partition.
Extending the /boot partition by the space that has already been reserved should help.

(the command might be something like "zpool online -e bpool/BOOT", but I do not have enough knowledge of the details of zfs to be sure)

Revision history for this message
Francisco Javier Ubeda Moret (jubeda) said :
#9

I have tried it, but it needs a device on the command:

jubeda@Enterprise:~$ sudo zpool online -e bpool/BOOT
[sudo] contraseña para jubeda:
missing device name
usage:
      online [-e] <pool> <device> ...
jubeda@Enterprise:~$

---------------------------------------------------------------------------------
Francisco Javier Úbeda Moret
Urbanización la Torrecilla, chalet 1
47250 Mojados, Valladolid (España)
email: <email address hidden>

________________________________
De: <email address hidden> <email address hidden> en nombre de Manfred Hampl <email address hidden>
Enviado: sábado, 15 de julio de 2023 12:10
Para: <email address hidden> <email address hidden>
Asunto: Re: [Question #707295]: Why the boot partition is full?

Your question #707295 on initramfs-tools in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/707295

    Status: Open => Answered

Manfred Hampl proposed the following answer:
bpool 1.88G 1.58G 301M - - 38% 84% 1.00x ONLINE -

It seems that you have reserved 1.8 GB space for the BOOT pool, but only allocated 300M for the partition.
Extending the /boot partition by the space that has already been reserved should help.

(the command might be something like "zpool online -e bpool/BOOT", but I
do not have enough knowledge of the details of zfs to be sure)

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/707295/+confirm?answer_id=7

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/707295

You received this question notification because you asked the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#10

Look online for guides on how to extend the disk. It can be done live as you have used a decent disk setup.

Revision history for this message
Francisco Javier Ubeda Moret (jubeda) said :
#11

And my disk partitions are this:

[cid:2fe91131-a7af-4680-904a-3df81df77f4f]
---------------------------------------------------------------------------------
Francisco Javier Úbeda Moret
Urbanización la Torrecilla, chalet 1
47250 Mojados, Valladolid (España)
email: <email address hidden>

________________________________
De: Javier Ubeda Moret <email address hidden>
Enviado: sábado, 15 de julio de 2023 13:06
Para: <email address hidden> <email address hidden>
Asunto: RE: [Question #707295]: Why the boot partition is full?

I have tried it, but it needs a device on the command:

jubeda@Enterprise:~$ sudo zpool online -e bpool/BOOT
[sudo] contraseña para jubeda:
missing device name
usage:
      online [-e] <pool> <device> ...
jubeda@Enterprise:~$

---------------------------------------------------------------------------------
Francisco Javier Úbeda Moret
Urbanización la Torrecilla, chalet 1
47250 Mojados, Valladolid (España)
email: <email address hidden>

________________________________
De: <email address hidden> <email address hidden> en nombre de Manfred Hampl <email address hidden>
Enviado: sábado, 15 de julio de 2023 12:10
Para: <email address hidden> <email address hidden>
Asunto: Re: [Question #707295]: Why the boot partition is full?

Your question #707295 on initramfs-tools in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/707295

    Status: Open => Answered

Manfred Hampl proposed the following answer:
bpool 1.88G 1.58G 301M - - 38% 84% 1.00x ONLINE -

It seems that you have reserved 1.8 GB space for the BOOT pool, but only allocated 300M for the partition.
Extending the /boot partition by the space that has already been reserved should help.

(the command might be something like "zpool online -e bpool/BOOT", but I
do not have enough knowledge of the details of zfs to be sure)

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/707295/+confirm?answer_id=7

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/707295

You received this question notification because you asked the question.

Revision history for this message
Manfred Hampl (m-hampl) said :
#12

What is the output of the command

sudo zpool list -v

Revision history for this message
Francisco Javier Ubeda Moret (jubeda) said :
#13

This is the output:

jubeda@Enterprise:~$ sudo zpool list -v
[sudo] contraseña para jubeda:
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
bpool 1.88G 1.58G 301M - - 38% 84% 1.00x ONLINE -
  557d10db-06 1.88G 1.58G 301M - - 38% 84.3% - ONLINE
rpool 460G 95.6G 364G - - 34% 20% 1.00x ONLINE -
  557d10db-07 460G 95.6G 364G - - 34% 20.8% - ONLINE
jubeda@Enterprise:~$

---------------------------------------------------------------------------------
Francisco Javier Úbeda Moret
Urbanización la Torrecilla, chalet 1
47250 Mojados, Valladolid (España)
email: <email address hidden>

________________________________
De: <email address hidden> <email address hidden> en nombre de Manfred Hampl <email address hidden>
Enviado: sábado, 15 de julio de 2023 15:15
Para: <email address hidden> <email address hidden>
Asunto: Re: [Question #707295]: Why the boot partition is full?

Your question #707295 on initramfs-tools in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/707295

    Status: Open => Needs information

Manfred Hampl requested more information:
What is the output of the command

sudo zpool list -v

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/707295

You received this question notification because you asked the question.

Revision history for this message
Manfred Hampl (m-hampl) said :
#14

What is the output of the command

sudo zfs get all bpool/BOOT/ubuntu_hqye6w

(Remark: if you reply by e-mail, then please remove the original mail before responding. It fills your question document https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/707295 with irrelevant text.)

Revision history for this message
Francisco Javier Ubeda Moret (jubeda) said :
#15

Here the answer:

jubeda@Enterprise:~$ sudo zfs get all bpool/BOOT/ubuntu_hqye6w
[sudo] contraseña para jubeda:
NAME PROPERTY VALUE SOURCE
bpool/BOOT/ubuntu_hqye6w type filesystem -
bpool/BOOT/ubuntu_hqye6w creation mar oct 4 17:43 2022 -
bpool/BOOT/ubuntu_hqye6w used 1.58G -
bpool/BOOT/ubuntu_hqye6w available 173M -
bpool/BOOT/ubuntu_hqye6w referenced 98.3M -
bpool/BOOT/ubuntu_hqye6w compressratio 1.02x -
bpool/BOOT/ubuntu_hqye6w mounted yes -
bpool/BOOT/ubuntu_hqye6w quota none default
bpool/BOOT/ubuntu_hqye6w reservation none default
bpool/BOOT/ubuntu_hqye6w recordsize 128K default
bpool/BOOT/ubuntu_hqye6w mountpoint /boot local
bpool/BOOT/ubuntu_hqye6w sharenfs off default
bpool/BOOT/ubuntu_hqye6w checksum on default
bpool/BOOT/ubuntu_hqye6w compression lz4 inherited from bpool
bpool/BOOT/ubuntu_hqye6w atime on default
bpool/BOOT/ubuntu_hqye6w devices off inherited from bpool
bpool/BOOT/ubuntu_hqye6w exec on default
bpool/BOOT/ubuntu_hqye6w setuid on default
bpool/BOOT/ubuntu_hqye6w readonly off default
bpool/BOOT/ubuntu_hqye6w zoned off default
bpool/BOOT/ubuntu_hqye6w snapdir hidden default
bpool/BOOT/ubuntu_hqye6w aclmode discard default
bpool/BOOT/ubuntu_hqye6w aclinherit restricted default
bpool/BOOT/ubuntu_hqye6w createtxg 10 -
bpool/BOOT/ubuntu_hqye6w canmount on default
bpool/BOOT/ubuntu_hqye6w xattr sa inherited from bpool
bpool/BOOT/ubuntu_hqye6w copies 1 default
bpool/BOOT/ubuntu_hqye6w version 5 -
bpool/BOOT/ubuntu_hqye6w utf8only on -
bpool/BOOT/ubuntu_hqye6w normalization formD -
bpool/BOOT/ubuntu_hqye6w casesensitivity sensitive -
bpool/BOOT/ubuntu_hqye6w vscan off default
bpool/BOOT/ubuntu_hqye6w nbmand off default
bpool/BOOT/ubuntu_hqye6w sharesmb off default
bpool/BOOT/ubuntu_hqye6w refquota none default
bpool/BOOT/ubuntu_hqye6w refreservation none default
bpool/BOOT/ubuntu_hqye6w guid 1480399834501635676 -
bpool/BOOT/ubuntu_hqye6w primarycache all default
bpool/BOOT/ubuntu_hqye6w secondarycache all default
bpool/BOOT/ubuntu_hqye6w usedbysnapshots 1.48G -
bpool/BOOT/ubuntu_hqye6w usedbydataset 98.3M -
bpool/BOOT/ubuntu_hqye6w usedbychildren 0B -
bpool/BOOT/ubuntu_hqye6w usedbyrefreservation 0B -
bpool/BOOT/ubuntu_hqye6w logbias latency default
bpool/BOOT/ubuntu_hqye6w objsetid 68 -
bpool/BOOT/ubuntu_hqye6w dedup off default
bpool/BOOT/ubuntu_hqye6w mlslabel none default
bpool/BOOT/ubuntu_hqye6w sync standard default
bpool/BOOT/ubuntu_hqye6w dnodesize legacy default
bpool/BOOT/ubuntu_hqye6w refcompressratio 1.05x -
bpool/BOOT/ubuntu_hqye6w written 97.9M -
bpool/BOOT/ubuntu_hqye6w logicalused 1.61G -
bpool/BOOT/ubuntu_hqye6w logicalreferenced 103M -
bpool/BOOT/ubuntu_hqye6w volmode default default
bpool/BOOT/ubuntu_hqye6w filesystem_limit none default
bpool/BOOT/ubuntu_hqye6w snapshot_limit none default
bpool/BOOT/ubuntu_hqye6w filesystem_count none default
bpool/BOOT/ubuntu_hqye6w snapshot_count none default
bpool/BOOT/ubuntu_hqye6w snapdev hidden default
bpool/BOOT/ubuntu_hqye6w acltype posix inherited from bpool
bpool/BOOT/ubuntu_hqye6w context none default
bpool/BOOT/ubuntu_hqye6w fscontext none default
bpool/BOOT/ubuntu_hqye6w defcontext none default
bpool/BOOT/ubuntu_hqye6w rootcontext none default
bpool/BOOT/ubuntu_hqye6w relatime on inherited from bpool
bpool/BOOT/ubuntu_hqye6w redundant_metadata all default
bpool/BOOT/ubuntu_hqye6w overlay on default
bpool/BOOT/ubuntu_hqye6w encryption off default
bpool/BOOT/ubuntu_hqye6w keylocation none default
bpool/BOOT/ubuntu_hqye6w keyformat none default
bpool/BOOT/ubuntu_hqye6w pbkdf2iters 0 default
bpool/BOOT/ubuntu_hqye6w special_small_blocks 0 default
bpool/BOOT/ubuntu_hqye6w com.ubuntu.zsys:last-used 1689406366 local
jubeda@Enterprise:~$

---------------------------------------------------------------------------------
Francisco Javier Úbeda Moret
Urbanización la Torrecilla, chalet 1
47250 Mojados, Valladolid (España)
email: <email address hidden>

Revision history for this message
Manfred Hampl (m-hampl) said :
#16

bpool/BOOT/ubuntu_hqye6w usedbysnapshots 1.48G -

It seems that a lot of backup copies (snapshots) have been created which fill up the disk and leave not enough space for the "real" data.

What is the output that you receive for the command

sudo zfs list -t snapshot

Revision history for this message
Francisco Javier Ubeda Moret (jubeda) said :
#17

Your are right; too many copies:

jubeda@Enterprise:~$ sudo zfs list -t snapshot
[sudo] contraseña para jubeda:
NAME USED AVAIL REFER MOUNTPOINT
bpool/BOOT/ubuntu_hqye6w@autozsys_yaqzci 72K - 434M -
bpool/BOOT/ubuntu_hqye6w@autozsys_gcu933 0B - 434M -
bpool/BOOT/ubuntu_hqye6w@autozsys_kl2923 0B - 434M -
bpool/BOOT/ubuntu_hqye6w@autozsys_5q2sip 72K - 434M -
bpool/BOOT/ubuntu_hqye6w@autozsys_uicc7s 72K - 434M -
bpool/BOOT/ubuntu_hqye6w@autozsys_nvfdv0 72K - 434M -
bpool/BOOT/ubuntu_hqye6w@autozsys_sl9wu1 0B - 434M -
bpool/BOOT/ubuntu_hqye6w@autozsys_6e4zrm 0B - 434M -
bpool/BOOT/ubuntu_hqye6w@autozsys_8ncxh6 260M - 436M -
bpool/BOOT/ubuntu_hqye6w@autozsys_jjqq2o 72K - 436M -
bpool/BOOT/ubuntu_hqye6w@autozsys_79b5mq 72K - 436M -
bpool/BOOT/ubuntu_hqye6w@autozsys_72lygj 72K - 436M -
bpool/BOOT/ubuntu_hqye6w@autozsys_f2aw18 0B - 436M -
bpool/BOOT/ubuntu_hqye6w@autozsys_94y6b3 0B - 436M -
bpool/BOOT/ubuntu_hqye6w@autozsys_kuomnu 80K - 2.69M -
bpool/BOOT/ubuntu_hqye6w@autozsys_ult6x8 80K - 98.2M -
bpool/BOOT/ubuntu_hqye6w@autozsys_6snf1g 80K - 98.2M -
bpool/BOOT/ubuntu_hqye6w@autozsys_y91rr5 84.0M - 98.2M -
bpool/BOOT/ubuntu_hqye6w@autozsys_lfdfh6 0B - 98.2M -
bpool/BOOT/ubuntu_hqye6w@autozsys_9fnl41 0B - 98.2M -
rpool/ROOT/ubuntu_hqye6w@autozsys_yaqzci 833M - 9.91G -
rpool/ROOT/ubuntu_hqye6w@autozsys_gcu933 0B - 9.83G -
rpool/ROOT/ubuntu_hqye6w@autozsys_kl2923 0B - 9.83G -
rpool/ROOT/ubuntu_hqye6w@autozsys_5q2sip 98.9M - 9.80G -
rpool/ROOT/ubuntu_hqye6w@autozsys_uicc7s 85.2M - 9.78G -
rpool/ROOT/ubuntu_hqye6w@autozsys_nvfdv0 88.5M - 9.79G -
rpool/ROOT/ubuntu_hqye6w@autozsys_sl9wu1 240K - 9.69G -
rpool/ROOT/ubuntu_hqye6w@autozsys_6e4zrm 248K - 9.69G -
rpool/ROOT/ubuntu_hqye6w@autozsys_8ncxh6 373M - 9.98G -
rpool/ROOT/ubuntu_hqye6w@autozsys_jjqq2o 97.4M - 9.72G -
rpool/ROOT/ubuntu_hqye6w@autozsys_79b5mq 102M - 9.31G -
rpool/ROOT/ubuntu_hqye6w@autozsys_72lygj 404M - 9.60G -
rpool/ROOT/ubuntu_hqye6w@autozsys_f2aw18 296K - 10.1G -
rpool/ROOT/ubuntu_hqye6w@autozsys_94y6b3 296K - 10.1G -
rpool/ROOT/ubuntu_hqye6w@autozsys_kuomnu 38.4M - 8.74G -
rpool/ROOT/ubuntu_hqye6w@autozsys_ult6x8 30.8M - 8.75G -
rpool/ROOT/ubuntu_hqye6w@autozsys_6snf1g 604M - 7.66G -
rpool/ROOT/ubuntu_hqye6w@autozsys_y91rr5 71.4M - 7.48G -
rpool/ROOT/ubuntu_hqye6w@autozsys_lfdfh6 0B - 7.90G -
rpool/ROOT/ubuntu_hqye6w@autozsys_9fnl41 0B - 7.90G -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_yaqzci 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_gcu933 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_kl2923 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_5q2sip 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_uicc7s 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_nvfdv0 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_sl9wu1 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_6e4zrm 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_8ncxh6 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_jjqq2o 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_79b5mq 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_72lygj 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_f2aw18 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_94y6b3 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_kuomnu 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_ult6x8 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_6snf1g 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_y91rr5 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_lfdfh6 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/srv@autozsys_9fnl41 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_yaqzci 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_gcu933 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_kl2923 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_5q2sip 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_uicc7s 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_nvfdv0 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_sl9wu1 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_6e4zrm 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_8ncxh6 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_jjqq2o 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_79b5mq 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_72lygj 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_f2aw18 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_94y6b3 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_kuomnu 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_ult6x8 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_6snf1g 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_y91rr5 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_lfdfh6 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr@autozsys_9fnl41 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_yaqzci 96K - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_gcu933 0B - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_kl2923 0B - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_5q2sip 96K - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_uicc7s 88K - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_nvfdv0 88K - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_sl9wu1 0B - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_6e4zrm 0B - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_8ncxh6 88K - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_jjqq2o 88K - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_79b5mq 88K - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_72lygj 96K - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_f2aw18 0B - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_94y6b3 0B - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_kuomnu 0B - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_ult6x8 0B - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_6snf1g 56K - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_y91rr5 48K - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_lfdfh6 0B - 21.2M -
rpool/ROOT/ubuntu_hqye6w/usr/local@autozsys_9fnl41 0B - 21.2M -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_yaqzci 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_gcu933 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_kl2923 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_5q2sip 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_uicc7s 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_nvfdv0 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_sl9wu1 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_6e4zrm 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_8ncxh6 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_jjqq2o 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_79b5mq 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_72lygj 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_f2aw18 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_94y6b3 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_kuomnu 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_ult6x8 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_6snf1g 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_y91rr5 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_lfdfh6 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var@autozsys_9fnl41 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_yaqzci 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_gcu933 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_kl2923 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_5q2sip 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_uicc7s 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_nvfdv0 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_sl9wu1 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_6e4zrm 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_8ncxh6 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_jjqq2o 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_79b5mq 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_72lygj 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_f2aw18 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_94y6b3 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_kuomnu 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_ult6x8 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_6snf1g 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_y91rr5 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_lfdfh6 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/games@autozsys_9fnl41 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_yaqzci 287M - 4.57G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_gcu933 0B - 4.64G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_kl2923 0B - 4.64G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_5q2sip 134M - 4.64G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_uicc7s 134M - 4.64G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_nvfdv0 232M - 4.72G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_sl9wu1 0B - 4.72G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_6e4zrm 0B - 4.72G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_8ncxh6 27.9M - 4.72G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_jjqq2o 135M - 4.72G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_79b5mq 135M - 5.56G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_72lygj 135M - 5.16G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_f2aw18 0B - 5.17G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_94y6b3 0B - 5.17G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_kuomnu 444K - 4.78G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_ult6x8 444K - 4.78G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_6snf1g 25.0M - 4.78G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_y91rr5 984K - 4.78G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_lfdfh6 0B - 4.78G -
rpool/ROOT/ubuntu_hqye6w/var/lib@autozsys_9fnl41 0B - 4.78G -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_yaqzci 72K - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_gcu933 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_kl2923 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_5q2sip 72K - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_uicc7s 72K - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_nvfdv0 72K - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_sl9wu1 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_6e4zrm 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_8ncxh6 72K - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_jjqq2o 72K - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_79b5mq 72K - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_72lygj 72K - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_f2aw18 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_94y6b3 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_kuomnu 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_ult6x8 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_6snf1g 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_y91rr5 72K - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_lfdfh6 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/AccountsService@autozsys_9fnl41 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_yaqzci 104K - 140K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_gcu933 0B - 140K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_kl2923 0B - 140K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_5q2sip 112K - 148K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_uicc7s 104K - 140K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_nvfdv0 104K - 140K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_sl9wu1 0B - 132K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_6e4zrm 0B - 132K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_8ncxh6 104K - 140K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_jjqq2o 104K - 140K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_79b5mq 104K - 140K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_72lygj 112K - 148K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_f2aw18 0B - 140K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_94y6b3 0B - 140K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_kuomnu 88K - 132K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_ult6x8 88K - 140K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_6snf1g 88K - 140K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_y91rr5 104K - 140K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_lfdfh6 0B - 132K -
rpool/ROOT/ubuntu_hqye6w/var/lib/NetworkManager@autozsys_9fnl41 0B - 132K -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_yaqzci 17.1M - 102M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_gcu933 0B - 103M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_kl2923 0B - 103M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_5q2sip 12.1M - 103M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_uicc7s 13.3M - 103M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_nvfdv0 10.8M - 103M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_sl9wu1 0B - 103M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_6e4zrm 0B - 103M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_8ncxh6 16.9M - 103M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_jjqq2o 15.9M - 103M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_79b5mq 12.1M - 103M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_72lygj 9.04M - 103M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_f2aw18 0B - 103M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_94y6b3 0B - 103M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_kuomnu 116K - 99.1M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_ult6x8 124K - 99.1M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_6snf1g 1.05M - 99.1M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_y91rr5 196K - 99.1M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_lfdfh6 0B - 99.1M -
rpool/ROOT/ubuntu_hqye6w/var/lib/apt@autozsys_9fnl41 0B - 99.1M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_yaqzci 12.2M - 58.4M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_gcu933 0B - 58.4M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_kl2923 0B - 58.4M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_5q2sip 3.33M - 58.4M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_uicc7s 2.79M - 58.4M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_nvfdv0 11.6M - 58.4M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_sl9wu1 0B - 58.4M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_6e4zrm 0B - 58.4M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_8ncxh6 3.66M - 58.4M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_jjqq2o 11.8M - 58.5M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_79b5mq 11.8M - 58.5M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_72lygj 12.1M - 58.4M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_f2aw18 0B - 58.4M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_94y6b3 0B - 58.4M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_kuomnu 2.26M - 60.8M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_ult6x8 2.01M - 60.8M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_6snf1g 2.69M - 57.7M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_y91rr5 4.20M - 57.9M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_lfdfh6 0B - 58.0M -
rpool/ROOT/ubuntu_hqye6w/var/lib/dpkg@autozsys_9fnl41 0B - 58.0M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_yaqzci 29.9M - 510M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_gcu933 56K - 521M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_kl2923 56K - 521M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_5q2sip 4.77M - 522M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_uicc7s 6.82M - 525M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_nvfdv0 9.23M - 528M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_sl9wu1 56K - 531M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_6e4zrm 56K - 531M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_8ncxh6 15.8M - 534M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_jjqq2o 19.4M - 541M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_79b5mq 25.8M - 551M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_72lygj 29.8M - 558M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_f2aw18 56K - 562M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_94y6b3 56K - 562M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_kuomnu 6.05M - 630M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_ult6x8 4.84M - 630M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_6snf1g 8.77M - 630M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_y91rr5 5.59M - 637M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_lfdfh6 56K - 638M -
rpool/ROOT/ubuntu_hqye6w/var/log@autozsys_9fnl41 56K - 638M -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_yaqzci 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_gcu933 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_kl2923 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_5q2sip 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_uicc7s 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_nvfdv0 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_sl9wu1 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_6e4zrm 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_8ncxh6 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_jjqq2o 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_79b5mq 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_72lygj 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_f2aw18 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_94y6b3 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_kuomnu 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_ult6x8 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_6snf1g 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_y91rr5 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_lfdfh6 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/mail@autozsys_9fnl41 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_yaqzci 208K - 1.15M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_gcu933 0B - 1.15M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_kl2923 0B - 1.15M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_5q2sip 112K - 1.15M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_uicc7s 112K - 1.14M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_nvfdv0 208K - 1.14M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_sl9wu1 0B - 1.14M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_6e4zrm 0B - 1.14M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_8ncxh6 200K - 1.14M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_jjqq2o 200K - 1.14M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_79b5mq 200K - 1.14M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_72lygj 200K - 1.14M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_f2aw18 0B - 1.14M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_94y6b3 0B - 1.14M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_kuomnu 0B - 1.18M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_ult6x8 0B - 1.18M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_6snf1g 72K - 1.18M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_y91rr5 96K - 1.18M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_lfdfh6 0B - 1.18M -
rpool/ROOT/ubuntu_hqye6w/var/snap@autozsys_9fnl41 0B - 1.18M -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_yaqzci 56K - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_gcu933 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_kl2923 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_5q2sip 56K - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_uicc7s 56K - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_nvfdv0 56K - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_sl9wu1 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_6e4zrm 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_8ncxh6 56K - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_jjqq2o 56K - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_79b5mq 56K - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_72lygj 56K - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_f2aw18 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_94y6b3 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_kuomnu 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_ult6x8 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_6snf1g 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_y91rr5 72K - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_lfdfh6 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/spool@autozsys_9fnl41 0B - 112K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_ae4y18 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_yaqzci 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_gcu933 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_kl2923 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_5q2sip 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_uicc7s 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_nvfdv0 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_sl9wu1 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_6e4zrm 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_8ncxh6 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_jjqq2o 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_79b5mq 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_72lygj 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_f2aw18 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_94y6b3 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_kuomnu 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_ult6x8 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_6snf1g 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_y91rr5 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_lfdfh6 0B - 96K -
rpool/ROOT/ubuntu_hqye6w/var/www@autozsys_9fnl41 0B - 96K -
rpool/USERDATA/jubeda_a5z1z4@autozsys_yaqzci 1.18G - 18.6G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_gcu933 0B - 18.9G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_kl2923 0B - 18.9G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_5q2sip 175M - 18.8G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_uicc7s 858M - 18.9G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_nvfdv0 1.14G - 18.9G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_sl9wu1 2.17M - 18.9G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_6e4zrm 1.89M - 18.9G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_8ncxh6 1.23G - 18.9G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_jjqq2o 1.25G - 19.2G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_79b5mq 990M - 19.4G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_72lygj 693M - 19.9G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_f2aw18 0B - 19.9G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_94y6b3 0B - 19.9G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_kuomnu 1.44M - 19.4G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_ult6x8 1.14M - 19.4G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_6snf1g 5.17M - 19.4G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_y91rr5 18.0M - 19.4G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_lfdfh6 0B - 19.4G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_9fnl41 0B - 19.4G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_56q1hg 979M - 21.0G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_ys5d8o 359M - 21.0G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_awv3wu 483M - 21.0G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_t1jj3u 776M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_u9xswz 41.2M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_4vw74w 36.3M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_w5g02f 36.7M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_1op4k4 37.1M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_xfqoma 9.58M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_9l8wx3 60.6M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_38saiz 68.7M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_qv973d 60.6M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_r3imln 37.5M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_bho5zl 41.3M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_20v4yg 28.1M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_47sbts 9.62M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_1i8nr1 17.8M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_elk9ph 19.1M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_ax2aw2 16.8M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_fk5i7n 13.6M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_eo4eza 12.3M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_1ks5dv 7.89M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_j523t2 8.48M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_8qi7lq 44.4M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_vsck43 68.1M - 21.1G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_y73zul 31.8M - 21.2G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_wrq024 31.7M - 21.2G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_dtpa94 41.3M - 21.3G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_tzr9hv 27.4M - 21.3G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_d49zde 27.0M - 21.3G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_qcpwpy 38.4M - 21.3G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_bkfdid 8.38M - 21.3G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_1nzfd5 5.51M - 21.3G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_nmag8n 5.96M - 21.3G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_ay9clv 10.8M - 21.3G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_mwowuz 44.4M - 21.3G -
rpool/USERDATA/jubeda_a5z1z4@autozsys_sr7x2v 32.9M - 21.2G -
rpool/USERDATA/root_a5z1z4@autozsys_yaqzci 180K - 876K -
rpool/USERDATA/root_a5z1z4@autozsys_gcu933 0B - 876K -
rpool/USERDATA/root_a5z1z4@autozsys_kl2923 0B - 876K -
rpool/USERDATA/root_a5z1z4@autozsys_5q2sip 84K - 876K -
rpool/USERDATA/root_a5z1z4@autozsys_uicc7s 84K - 876K -
rpool/USERDATA/root_a5z1z4@autozsys_nvfdv0 84K - 876K -
rpool/USERDATA/root_a5z1z4@autozsys_sl9wu1 0B - 876K -
rpool/USERDATA/root_a5z1z4@autozsys_6e4zrm 0B - 876K -
rpool/USERDATA/root_a5z1z4@autozsys_8ncxh6 84K - 876K -
rpool/USERDATA/root_a5z1z4@autozsys_jjqq2o 84K - 876K -
rpool/USERDATA/root_a5z1z4@autozsys_79b5mq 84K - 876K -
rpool/USERDATA/root_a5z1z4@autozsys_72lygj 80K - 880K -
rpool/USERDATA/root_a5z1z4@autozsys_f2aw18 0B - 880K -
rpool/USERDATA/root_a5z1z4@autozsys_94y6b3 0B - 880K -
rpool/USERDATA/root_a5z1z4@autozsys_kuomnu 0B - 888K -
rpool/USERDATA/root_a5z1z4@autozsys_ult6x8 0B - 888K -
rpool/USERDATA/root_a5z1z4@autozsys_6snf1g 0B - 888K -
rpool/USERDATA/root_a5z1z4@autozsys_y91rr5 72K - 888K -
rpool/USERDATA/root_a5z1z4@autozsys_lfdfh6 0B - 888K -
rpool/USERDATA/root_a5z1z4@autozsys_9fnl41 0B - 888K -
jubeda@Enterprise:~$

---------------------------------------------------------------------------------
Francisco Javier Úbeda Moret
Urbanización la Torrecilla, chalet 1
47250 Mojados, Valladolid (España)
email: <email address hidden>

________________________________
De: <email address hidden> <email address hidden> en nombre de Manfred Hampl <email address hidden>
Enviado: sábado, 15 de julio de 2023 23:10
Para: <email address hidden> <email address hidden>
Asunto: Re: [Question #707295]: Why the boot partition is full?

Your question #707295 on initramfs-tools in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/707295

    Status: Open => Needs information

Manfred Hampl requested more information:
bpool/BOOT/ubuntu_hqye6w usedbysnapshots 1.48G -

It seems that a lot of backup copies (snapshots) have been created which
fill up the disk and leave not enough space for the "real" data.

What is the output that you receive for the command

sudo zfs list -t snapshot

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/707295

You received this question notification because you asked the question.

Revision history for this message
Manfred Hampl (m-hampl) said :
#18

I recommend that you delete old snapshots.
Due to the fact that I do not use zfs myself, I cannot give a command for this. Please do a web search yourself.
Potential search terms: zfs delete snapshot, zfs destroy, ...

Revision history for this message
Francisco Javier Ubeda Moret (jubeda) said :
#19

I searched information and used zfs destroy for deleting all snapshoots.

After this, updates don't works and gives me new error (not as the previous):

jubeda@Enterprise:~$ sudo apt update
[sudo] contraseña para jubeda:
Obj:1 https://dl.winehq.org/wine-builds/ubuntu jammy InRelease
Obj:2 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu jammy InRelease
Obj:3 https://packages.microsoft.com/repos/edge stable InRelease
Obj:4 http://security.ubuntu.com/ubuntu jammy-security InRelease
Obj:5 https://dl.google.com/linux/chrome/deb stable InRelease
Obj:6 http://es.archive.ubuntu.com/ubuntu jammy InRelease
Obj:7 http://es.archive.ubuntu.com/ubuntu jammy-updates InRelease
Obj:8 https://ppa.launchpadcontent.net/wireshark-dev/stable/ubuntu jammy InRelease
Des:9 http://es.archive.ubuntu.com/ubuntu jammy-backports InRelease [108 kB]
Descargados 108 kB en 2s (54,2 kB/s)
Leyendo lista de paquetes... ¡Error!
E: flAbsPath on /var/lib/dpkg/status failed - realpath (2: No existe el archivo o el directorio)
E: No pude abrir el fichero - open (2: No existe el archivo o el directorio)
E: Problem opening
E: No se pudieron analizar o abrir las listas de paquetes o el archivo de estado.
jubeda@Enterprise:~$

If you don't understand spanish, it says: "file don't exists" for the /var/lib/dpkg/status file or path

I think the previous errors corrupted the update files. I will try to rebuild it and report.

some idea?

---------------------------------------------------------------------------------
Francisco Javier Úbeda Moret
Urbanización la Torrecilla, chalet 1
47250 Mojados, Valladolid (España)
email: <email address hidden>

Revision history for this message
Francisco Javier Ubeda Moret (jubeda) said :
#20

After some trys....i see the path /var/lib/dpkg was not in system and, of course, the "status" file within it, was not too.

jubeda@Enterprise:$ sudo mkdir /var/lib/dpkg
jubeda@Enterprise:/var/lib$ cd /var/lib/dpkg
jubeda@Enterprise:/var/lib/dpkg$ sudo touch status
jubeda@Enterprise:/var/lib/dpkg$

This creates the path and file that update don't find.

After this, "sudo apt update" and "sudo apt upgrade" don't gives me error.

---------------------------------------------------------------------------------
Francisco Javier Úbeda Moret
Urbanización la Torrecilla, chalet 1
47250 Mojados, Valladolid (España)
email: <email address hidden>

________________________________
De: <email address hidden> <email address hidden> en nombre de Francisco Javier Ubeda Moret <email address hidden>
Enviado: domingo, 16 de julio de 2023 10:05
Para: <email address hidden> <email address hidden>
Asunto: Re: [Question #707295]: Why the boot partition is full?

Your question #707295 on initramfs-tools in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/initramfs-tools/+question/707295

    Status: Answered => Open

You are still having a problem:
I searched information and used zfs destroy for deleting all snapshoots.

After this, updates don't works and gives me new error (not as the
previous):

jubeda@Enterprise:~$ sudo apt update
[sudo] contraseña para jubeda:
Obj:1 https://dl.winehq.org/wine-builds/ubuntu jammy InRelease
Obj:2 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu jammy InRelease
Obj:3 https://packages.microsoft.com/repos/edge stable InRelease
Obj:4 http://security.ubuntu.com/ubuntu jammy-security InRelease
Obj:5 https://dl.google.com/linux/chrome/deb stable InRelease
Obj:6 http://es.archive.ubuntu.com/ubuntu jammy InRelease
Obj:7 http://es.archive.ubuntu.com/ubuntu jammy-updates InRelease
Obj:8 https://ppa.launchpadcontent.net/wireshark-dev/stable/ubuntu jammy InRelease
Des:9 http://es.archive.ubuntu.com/ubuntu jammy-backports InRelease [108 kB]
Descargados 108 kB en 2s (54,2 kB/s)
Leyendo lista de paquetes... ¡Error!
E: flAbsPath on /var/lib/dpkg/status failed - realpath (2: No existe el archivo o el directorio)
E: No pude abrir el fichero - open (2: No existe el archivo o el directorio)
E: Problem opening
E: No se pudieron analizar o abrir las listas de paquetes o el archivo de estado.
jubeda@Enterprise:~$

If you don't understand spanish, it says: "file don't exists" for the
/var/lib/dpkg/status file or path

I think the previous errors corrupted the update files. I will try to
rebuild it and report.

some idea?

---------------------------------------------------------------------------------
Francisco Javier Úbeda Moret
Urbanización la Torrecilla, chalet 1
47250 Mojados, Valladolid (España)
email: <email address hidden>

--
You received this question notification because you asked the question.

Revision history for this message
Francisco Javier Ubeda Moret (jubeda) said :
#21

On previous messages, i reported that "sudo apt update" and "sudo apt-upgrade" don´t gave me errors.

"sudo apt-get update" and "sudo apt-get upgrade" works ok too.

But all this is working at terminal; the automated upgrade from desktop hangs when y try it and i cannot see what is the problem.

[cid:9ee33b2c-1493-4a45-ab18-a6a5666ae23f]

---------------------------------------------------------------------------------
Francisco Javier Úbeda Moret
Urbanización la Torrecilla, chalet 1
47250 Mojados, Valladolid (España)
email: <email address hidden>

Revision history for this message
Francisco Javier Ubeda Moret (jubeda) said :
#22

Finally all working ok:

The problem was that the path /var/lib/dpkg/updates was lost

Corrected creting it using:

cd /var/lib/dpkg
sudo mkdir updates

All ok now. Problems with space while updating are corrected.

---------------------------------------------------------------------------------
Francisco Javier Úbeda Moret
Urbanización la Torrecilla, chalet 1
47250 Mojados, Valladolid (España)
email: <email address hidden>

________________________________
De: Javier Ubeda Moret <email address hidden>
Enviado: domingo, 16 de julio de 2023 10:34
Para: <email address hidden> <email address hidden>
Asunto: RE: [Question #707295]: Why the boot partition is full?

On previous messages, i reported that "sudo apt update" and "sudo apt-upgrade" don´t gave me errors.

"sudo apt-get update" and "sudo apt-get upgrade" works ok too.

But all this is working at terminal; the automated upgrade from desktop hangs when y try it and i cannot see what is the problem.

[cid:9ee33b2c-1493-4a45-ab18-a6a5666ae23f]

---------------------------------------------------------------------------------
Francisco Javier Úbeda Moret
Urbanización la Torrecilla, chalet 1
47250 Mojados, Valladolid (España)
email: <email address hidden>

Revision history for this message
Manfred Hampl (m-hampl) said :
#23

Attaching an image to the mail does not work, nobody can see it.
If you want to show a screenshot or other image, then you must upload it to some image hosting service (e.g. imgur.com or similar) and paste the link into a comment in your question document.

Can you help with this problem?

Provide an answer of your own, or ask Francisco Javier Ubeda Moret for more information if necessary.

To post a message you must log in.