tech:apt_dpkg_postinst_debug
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| tech:apt_dpkg_postinst_debug [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:apt_dpkg_postinst_debug [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Apt dpkg postinst debug | ||
| + | |||
| + | |||
| + | ~~~ | ||
| + | LANG=C apt-get -f install | ||
| + | Reading package lists... Done | ||
| + | Building dependency tree | ||
| + | Reading state information... Done | ||
| + | The following packages were automatically installed and are no longer required: | ||
| + | linux-headers-3.2.0-31-generic linux-headers-3.2.0-31 linux-headers-3.2.0-27 libclamav6 linux-headers-3.2.0-27-generic libtommath0 | ||
| + | Use ' | ||
| + | 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded. | ||
| + | 1 not fully installed or removed. | ||
| + | After this operation, 0 B of additional disk space will be used. | ||
| + | Setting up grub-pc (1.99-21ubuntu3.20) ... | ||
| + | Killed | ||
| + | dpkg: error processing grub-pc (--configure): | ||
| + | | ||
| + | Errors were encountered while processing: | ||
| + | | ||
| + | E: Sub-process / | ||
| + | ~~~ | ||
| + | |||
| + | ~~~ | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | ~~~ | ||
| + | |||
| + | `/ | ||
| + | ~~~bash | ||
| + | #!/bin/bash -x | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | |||
