Pre removal возвратил код ошибки 1

  • Печать

Страницы: [1] 2  Все   Вниз

Тема: Не могу удалить пакет (решено)  (Прочитано 26605 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн
kurtiara

не удалось обработать параметр pips-snx110: подпроцесс установлен сценарий pre-removal возвратил код ошибки 1

Что делать?((( Система не обновляется, пишет из-за него конфликт(((

Пробовал через Синаптик, Очистку системы, Терминал, Обновление системы, ничего не получается((( Пишет не могу и всё((
Название пакета pips-snx110

kurtiara@kurtiara-desktop:~$ sudo apt-get remove pips-snx110
[sudo] password for kurtiara:
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Пакеты, которые будут УДАЛЕНЫ:
pips-snx110
обновлено 0, установлено 0 новых пакетов, для удаления отмечено 1 пакетов, и 0 пакетов не обновлено.
не установлено до конца или удалено 1 пакетов.
После данной операции, объём занятого дискового пространства уменьшится на 3.961kB.
Хотите продолжить [Д/н]? д
(Чтение базы данных … на данный момент установлено 124637 файлов и каталогов.)
Удаляется пакет pips-snx110 …
dpkg: не удалось обработать параметр pips-snx110 (—remove):
подпроцесс установлен сценарий pre-removal возвратил код ошибки 1
При обработке следующих пакетов произошли ошибки:
pips-snx110
E: Sub-process /usr/bin/dpkg returned an error code (1)

kurtiara@kurtiara-desktop:~$ sudo aptitude remove pips-snx110
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Чтение информации о расширенных состояниях
Инициализация состояний пакетов… Готово
Запись информации расширенных состояний… Готово
Следующие пакеты будут УДАЛЕНЫ:
pips-snx110
0 пакетов обновлено, 0 установлено новых, 1 пакетов отмечено для удаления, и 0 пакетов не обновлено.
Необходимо получить 0Б архивов. После распаковки освободится 3.961kБ.
Запись информации расширенных состояний… Готово
(Чтение базы данных … на данный момент установлено 124637 файлов и каталогов.)
Удаляется пакет pips-snx110 …
dpkg: не удалось обработать параметр pips-snx110 (—remove):
подпроцесс установлен сценарий pre-removal возвратил код ошибки 1
При обработке следующих пакетов произошли ошибки:
pips-snx110
E: Sub-process /usr/bin/dpkg returned an error code (1)
Не удалось установить пакет. Попытка восстановить:
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Чтение информации о расширенных состояниях
Инициализация состояний пакетов… Готово

« Последнее редактирование: 17 Декабря 2009, 20:51:28 от kurtiara »


Оффлайн
metrouser

sudo apt-get autoremove пробовали?
Может, так что-либо получится…


Оффлайн
kurtiara

sudo apt-get autoremove

kurtiara@kurtiara-desktop:~$ sudo apt-get autoremove
[sudo] password for kurtiara:
Чтение списков пакетов… Готово
Построение дерева зависимостей       
Чтение информации о состоянии… Готово
Возможно, для исправления этих ошибок вы захотите воспользоваться `apt-get -f install’.
Пакеты, имеющие неудовлетворённые зависимости:
  pips-snx110: Зависит: pips-debian4.0 (>= 3.7.0) но он не может быть установлен
E: Неудовлетворённые зависимости. Попытайтесь использовать -f.
kurtiara@kurtiara-desktop:~$


Оффлайн
aliftin

Ну так используйте -f, вам же команда написна — `apt-get -f install’.

Если мы не можем до чего то дотянуться, мы виним в этом не свой рост, не отсутствие табуретки, а свою цель.


Оффлайн
kurtiara

sudo apt-get -f install

kurtiara@kurtiara-desktop:~$ sudo apt-get -f install
[sudo] password for kurtiara:
Чтение списков пакетов… Готово
Построение дерева зависимостей       
Чтение информации о состоянии… Готово
Исправление зависимостей… Готово
Пакеты, которые будут УДАЛЕНЫ:
  pips-snx110
обновлено 0, установлено 0 новых пакетов, для удаления отмечено 1 пакетов, и 0 пакетов не обновлено.
не установлено до конца или удалено 1 пакетов.
После данной операции, объём занятого дискового пространства уменьшится на 3.961kB.
Хотите продолжить [Д/н]? д
(Чтение базы данных … на данный момент установлено 124715 файлов и каталогов.)
Удаляется пакет pips-snx110 …
dpkg: не удалось обработать параметр pips-snx110 (—remove):
 подпроцесс установлен сценарий pre-removal возвратил код ошибки 1
При обработке следующих пакетов произошли ошибки:
 pips-snx110
E: Sub-process /usr/bin/dpkg returned an error code (1)


Оффлайн
aliftin

Попробуйте через aptitude удалить:

sudo aptitude remove  pips-snx110
sudo aptitude autoremove

Если мы не можем до чего то дотянуться, мы виним в этом не свой рост, не отсутствие табуретки, а свою цель.


Оффлайн
ArcFi


Оффлайн
kurtiara

sudo aptitude remove  pips-snx110
sudo aptitude autoremove

kurtiara@kurtiara-desktop:~$ sudo aptitude remove  pips-snx110
Чтение списков пакетов… Готово
Построение дерева зависимостей       
Чтение информации о состоянии… Готово
Чтение информации о расширенных состояниях     
Инициализация состояний пакетов… Готово         
Следующие пакеты будут УДАЛЕНЫ:
  pips-snx110
0 пакетов обновлено, 0 установлено новых, 1 пакетов отмечено для удаления, и 0 пакетов не обновлено.
Необходимо получить 0Б архивов. После распаковки освободится 3.961kБ.
Запись информации расширенных состояний… Готово
(Чтение базы данных … на данный момент установлено 124715 файлов и каталогов.)
Удаляется пакет pips-snx110 …
dpkg: не удалось обработать параметр pips-snx110 (—remove):
 подпроцесс установлен сценарий pre-removal возвратил код ошибки 1
При обработке следующих пакетов произошли ошибки:
 pips-snx110
E: Sub-process /usr/bin/dpkg returned an error code (1)
Не удалось установить пакет.  Попытка восстановить:
Чтение списков пакетов… Готово                                       
Построение дерева зависимостей       
Чтение информации о состоянии… Готово
Чтение информации о расширенных состояниях     
Инициализация состояний пакетов… Готово         

kurtiara@kurtiara-desktop:~$ sudo aptitude autoremove
Неизвестная команда «autoremove»
aptitude 0.4.11.11
Использование: aptitude [-S имя файла] [-u|-i]
       aptitude [параметры] <действие> …
  Действия (если не заданы, aptitude запускается в диалоговом режиме):

 install      — Установить/обновить пакеты
 remove       — Удалить пакеты
 purge        — Удалить пакеты и их файлы настройки
 hold         — Удержать текущие версии пакетов
 unhold       — Отменить команду hold для пакета
 markauto     — Пометить пакет для установки автоматически
 unmarkauto   — Пометить пакет для установки вручную
 forbid-version — Запретить aptitude обновлять определённую версию пакета.
 update       — Загрузить список новых/обновляемых пакетов
 safe-upgrade — Выполнить безопасное обновление
 full-upgrade — Выполнить обновление, возможна установка и удаление пакетов
 forget-new   — Забыть, какие пакеты «новые»
 search       — Поиск пакета по имени и/или выражению
 show         — Показать подробную информацию о пакете
 clean        — Удалить загруженные файлы пакетов
 autoclean    — Удалить старые загруженные файлы пакетов
 changelog    — Посмотреть журнал изменений пакета
 download     — Загрузить файл .deb для пакета
 reinstall    — Загрузить и (возможно) переустановить уже установленный пакет
 why          — Показать вручную установленные пакеты, которым нужен пакет,
                или почему одному или более пакетам потребовался бы заданный
                пакет
 why-not      — Показать вручную установленные пакеты, которые приводят
                к конфликту с заданным пакетом, или почему один или более
                пакетов привели бы к конфликту с заданным пакетом,
                если бы он был установлен

  Параметры:
 -h             Этот текст справки
 -s             Имитировать действия, но не выполнять их на самом деле.
 -d             Только загрузить пакеты, ничего не устанавливать и не удалять.
 -P             Всегда спрашивать подтверждение или действия
 -y             Предполагать положительный ответ в случае вопроса «да/нет»
 -F формат      Задать формат отображения результатов поиска; смотрите руководство
 -O порядок     Задать формат сортировки результатов поиска; смотрите руководство
 -w ширина      Задать ширину вывода результатов поиска
 -f             Принудительно исправлять неработоспособные пакеты.
 -V             Показывать версию устанавливаемых пакетов.
 -D             Показывать зависимости автоматически изменяемых пакетов.
 -Z             Показывать изменение размера установки каждого пакета.
 -v             Отображать дополнительную информацию. (может быть введено несколько раз)
 -t [release]   Задать выпуск, из которого должны быть установлены пакеты
 -q             Не выводить возрастающие индикаторы прогресса в режиме
                командной строки.
 -o ключ=значение   Вручную установить значение параметра настройки с именем «ключ»
 —with(out)-recommends   Указать, будут ли рекомендуемые пакеты
                рассматриваться как строгие зависимости
 -S fname       Читать информацию о расширенном статусе aptitude из fname.
 -u             Загрузить список новых пакетов при запуске.
 -i             Запустить установку при запуске.

                  Эта версия aptitude не имеет «Super Cow Powers».
kurtiara@kurtiara-desktop:~$


Пользователь решил продолжить мысль 17 Декабря 2009, 20:36:55:


sudo aptitude autoremove

не совсем ещё разбираюсь


Оффлайн
Mam(O)n

ArcFi, если так радикально подходить, тогда уж лучше грохнуть тот самый скрипт, который ошибки выдаёт. Чтото типа /var/lib/dpkg/info/pips-snx110.prerm должен называться. А по-хорошему, надо понять, почему он с ошибкой завершается…


Оффлайн
kurtiara


Оффлайн
Mam(O)n

« Последнее редактирование: 17 Декабря 2009, 21:02:23 от Mam(O)n »


Оффлайн
kurtiara


Оффлайн
ArcFi

А из системы возможно?

Да. Установить и удалить, а если не поможет, ковыряться в скриптах, как упомянул товарищ выше.


Оффлайн
kurtiara

Всё,пакет удалился через
Система>Администрирование>Очистка системы


Оффлайн
moscwich

В таких случаях лучше пакет вручную удалять. Это не вредно, если все сделать правильно.
У меня в блоге написано о ручном удалении пакетов: http://moscwich.blogspot.com/2010/07/deb.html
Я доволен этой заметкой.

« Последнее редактирование: 16 Июля 2010, 10:51:11 от moscwich »


  • Печать

Страницы: [1] 2  Все   Вверх

При попытке установки получаю:

$ sudo apt-get install python-webtest
Чтение списков пакетов… Готово
Построение дерева зависимостей       
Чтение информации о состоянии… Готово

python-webtest is already the newest version.

Будут установлены следующие дополнительные пакеты:

  apport python-software-properties

Пакеты, которые будут обновлены:

  apport python-software-properties

обновлено 2, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 15 пакетов не обновлено.
не установлено до конца или удалено 120 пакетов.
Необходимо скачать 0 B/232 kB архивов.
После данной операции, объём занятого дискового пространства возрастёт на 4 096 B.

Хотите продолжить? [Д/н] д

(Чтение базы данных … на данный момент установлен 205681 файл и каталог.)
Preparing to unpack …/apport_2.14.1-0ubuntu3.15_all.deb ...

  File "/usr/bin/pyclean", line 63

    except (IOError, OSError), e:
                             ^

SyntaxError: invalid syntax

dpkg: предупреждение: подпроцесс старый сценарий pre-removal возвратил код ошибки 1
dpkg: попытка использовать сценарий из нового пакета …
  File "/usr/bin/pyclean", line 63
    except (IOError, OSError), e:

SyntaxError: invalid syntax

dpkg: error processing archive /var/cache/apt/archives
/apport_2.14.1-0ubuntu3.15_all.deb (--unpack):

 подпроцесс новый сценарий pre-removal возвратил код ошибки 1

Traceback (most recent call last):

  File "/usr/bin/pycompile", line 35, in <module>

    from debpython.version import SUPPORTED, debsorted, vrepr, \

  File "/usr/share/python/debpython/version.py", line 24, in <module>

    from ConfigParser import SafeConfigParser

ImportError: No module named 'ConfigParser'

dpkg: ошибка при очистке:

 подпроцесс установлен сценарий post-installation возвратил код ошибки 1

Preparing to unpack …/python-software-properties_0.92.37.5_all.deb ...

  File "/usr/bin/pyclean", line 63

    except (IOError, OSError), e:
                             ^
SyntaxError: invalid syntax

dpkg: предупреждение: подпроцесс старый сценарий pre-removal возвратил код ошибки 1

dpkg: попытка использовать сценарий из нового пакета …

  File "/usr/bin/pyclean", line 63

    except (IOError, OSError), e:
                             ^
SyntaxError: invalid syntax

dpkg: error processing archive /var/cache/apt/archives/python-software-properties_0.92.37.5_all.deb (--unpack):

 подпроцесс новый сценарий pre-removal возвратил код ошибки 1
Traceback (most recent call last):

  File "/usr/bin/pycompile", line 35, in <module>

    from debpython.version import SUPPORTED, debsorted, vrepr, \

  File "/usr/share/python/debpython/version.py", line 24, in <module>

    from ConfigParser import SafeConfigParser

ImportError: No module named 'ConfigParser'

dpkg: ошибка при очистке:

 подпроцесс установлен сценарий post-installation возвратил код ошибки 1

При обработке следующих пакетов произошли ошибки:

 /var/cache/apt/archives/apport_2.14.1-0ubuntu3.15_all.deb

 /var/cache/apt/archives/python-software-properties_0.92.37.5_all.deb

W: Duplicate sources.list entry http://download.opensuse.org/repositories
/home:/tabos-team:/release/xUbuntu_14.04/  Packages (/var/lib/apt/lists
/download.opensuse.org_repositories_home:_tabos-team:_release_xUbuntu%5f14.04_Packages)

W: Вы можете запустить «apt-get update» для исправления этих ошибок

E: Sub-process /usr/bin/dpkg returned an error code (1)

root@ctulhu31:/etc/apt# apt-get install php5-mysql php5-mysqli
Чтение списков пакетов... Готово
Построение дерева зависимостей       
Чтение информации о состоянии... Готово
Пакет php5-mysqli недоступен, но упомянут в списке зависимостей другого пакета.
Это может означать, что пакет отсутствует, устарел, или доступен из источников, не упомянутых в sources.list
Однако следующие пакеты могут его заменить:
  php5-mysqlnd php5-mysql

E: Для пакета «php5-mysqli» не найден кандидат на установку
root@ctulhu31:/etc/apt#

root@ctulhu31:/etc/apt# apt-get remove php5-mysqlnd
Чтение списков пакетов... Готово
Построение дерева зависимостей       
Чтение информации о состоянии... Готово
Следующие пакеты устанавливались автоматически и больше не требуются:
  aptdaemon foo2zjs gcj-4.6-base gcj-4.6-jre-lib gstreamer0.10-fluendo-mp3 hp-ppd libapache2-mod-perl2
  libapache2-mod-python libapache2-reload-perl libbsd-resource-perl libcamel-1.2-29 libcdio-cdda0
  libcdio-paranoia0 libcdio10 libcdt4 libdb4.8 libdevel-symdump-perl libebackend-1.2-1 libecal-1.2-10
  libedata-cal-1.2-13 libedataserver-1.2-15 libgcj12 libgraph4 libgvc5 libnl2 liboil0.3 libpathplan4
  librhythmbox-core5 libxdot4 python-aptdaemon python-defer python-gnupginterface python-gst0.10
  python-pkg-resources python-software-properties unattended-upgrades
Для их удаления используйте «apt-get autoremove».
Будут установлены следующие дополнительные пакеты:
  php5-mysql
Пакеты, которые будут УДАЛЕНЫ:
  php5-mysqlnd
НОВЫЕ пакеты, которые будут установлены:
  php5-mysql
обновлено 0, установлено 1 новых пакетов, для удаления отмечено 1 пакетов, и 5 пакетов не обновлено.
не установлено до конца или удалено 2 пакетов.
Необходимо скачать 0 B/80,7 kB архивов.
После данной операции, объём занятого дискового пространства уменьшится на 219 kB.
Хотите продолжить [Д/н]? y
(Чтение базы данных ... на данный момент установлено 151827 файлов и каталогов.)
Удаляется пакет php5-mysqlnd ...
dpkg: не удалось обработать параметр php5-mysqlnd (--remove):
подпроцесс установлен сценарий pre-removal возвратил код ошибки 1
Обрабатываются триггеры для libapache2-mod-php5 ...
[....] Reloading web server config: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
. ok
При обработке следующих пакетов произошли ошибки:
php5-mysqlnd
E: Sub-process /usr/bin/dpkg returned an error code (1)

Кто-нибудь подскажите как нормально удалить php5-mysqlnd и поставить php5-mysql и php5-mysqli (и где его еще найти:))



root@ctulhu31:/home/ctulhu31# cat /etc/apt/sources.list
#

# deb cdrom:[Debian GNU/Linux testing _Wheezy_ - Official Snapshot #amd64 DVD Binary-1 20120618-04:55]/ wheezy contrib main

#deb cdrom:[Debian GNU/Linux testing _Wheezy_ - Official Snapshot #amd64 DVD Binary-1 20120618-04:55]/ wheezy contrib main

deb http://ftp.ru.debian.org/debian/ wheezy main non-free contrib
deb-src http://ftp.ru.debian.org/debian/ wheezy main non-free contrib

deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free

deb http://www.backports.org/debian/ sarge-backports main contrib non-free
root@ctulhu31:/home/ctulhu31#

Там нету, можт я неправильно искал?)



нужен php5-mysqli, а не php5-mysql
Brainey, sarge-backports, why not?)


Цитата: ctulhu31 от 27 июля 2012, 21:31:27
нужен php5-mysqli, а не php5-mysql
Brainey, sarge-backports, why not?)

Во первых, название и основной текст не согласуются.
Во вторых, Вам, не кажется что время для Debian GNU/Linux sarge прошло?
И последнее в чём заключается проблема с phpmyadmin, я как-то не заметил его упоминания в тексте.

В Debian нет такого пакета, нужен php5-mysql, который должен быть собран с поддержкой mysqli.  Возможно, будет достаточным установка php5-mysqlnd.

Ссылка:

ЦитироватьВ случае, если ваш Unix дистрибутив не поставляется с бинарным пакетом PHP с поддержкой расширения mysqli, то необходимо собрать PHP из исходного кода. Сборка PHP из исходного кода позволяет выделить только те расширения MySQL (а также клиентские библиотеки для каждого из расширений), которые требуется использовать.

Рекомендуется использовать MySQL Native Driver, в результате повышается производительность и имеется доступ к функциям, недоступным при использовании MySQL Client Library. См. Что такое MySQL Native Driver в PHP? для ознакомления с возможностями MySQL Native Driver.

Debian GNU/Linux Bookworm, LXQt/OpenBox: AMD Ryzen 5 5600G / 64Gb RAM
_______________________________
Debian GNU/Linux Bookworm, без графики: AMD Phenon X4 / 16Gb RAM
_______________________________
Debian GNU/Linux Bookworm, LXQt/OpenBox: Acer Aspire One 722 AMD C60 / 8Gb RAM / ATI HD6290


ihammers, ок, скосячил, мегатрабла в том что phpmyadmin отказывается работать без php5-mysqli, которого нигде нет. А пакет php5-mysqlnd выдает вот:

root@ctulhu31:/home/ctulhu31# apt-get install php5-mysqlnd
Чтение списков пакетов... Готово
Построение дерева зависимостей       
Чтение информации о состоянии... Готово
Уже установлена самая новая версия php5-mysqlnd.
Следующие пакеты устанавливались автоматически и больше не требуются:
  aptdaemon foo2zjs gcj-4.6-base gcj-4.6-jre-lib gstreamer0.10-fluendo-mp3
  hp-ppd libapache2-mod-perl2 libapache2-mod-python libapache2-reload-perl
  libbsd-resource-perl libcamel-1.2-29 libcdio-cdda0 libcdio-paranoia0
  libcdio10 libcdt4 libdb4.8 libdevel-symdump-perl libebackend-1.2-1
  libecal-1.2-10 libedata-cal-1.2-13 libedataserver-1.2-15 libgcj12 libgraph4
  libgvc5 libnl2 liboil0.3 libpathplan4 librhythmbox-core5 libxdot4
  python-aptdaemon python-defer python-gnupginterface python-gst0.10
  python-pkg-resources python-software-properties unattended-upgrades
Для их удаления используйте «apt-get autoremove».
обновлено 0, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 5 пакетов не обновлено.
не установлено до конца или удалено 2 пакетов.
После данной операции, объём занятого дискового пространства возрастёт на 0 B.
Хотите продолжить [Д/н]? y
Настраивается пакет php5-mysqlnd (5.4.4-2) ...
ucfr: Attempt from package php5-mysqlnd  to take /etc/php5/mods-available/mysql.ini away from package php5-mysql
ucfr: Aborting.
dpkg: не удалось обработать параметр php5-mysqlnd (--configure):
подпроцесс установлен сценарий post-installation возвратил код ошибки 4
dpkg: зависимости пакетов не позволяют настроить пакет phpmyadmin:
phpmyadmin зависит от php5-mysql | php5-mysqli | php5-mysqlnd, однако:
  Пакет php5-mysql не установлен.
  Пакет php5-mysqli не установлен.
  Пакет php5-mysqlnd пока не настроен.
dpkg: не удалось обработать параметр phpmyadmin (--configure):
проблемы зависимостей -- оставляем не настроенным
Обрабатываются триггеры для libapache2-mod-php5 ...
Action 'configtest' failed.
The Apache error log may have more information.
Your apache2 configuration is broken, so we're not restarting it for you.
При обработке следующих пакетов произошли ошибки:
php5-mysqlnd
phpmyadmin
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@ctulhu31:/home/ctulhu31#

Буду рад если кто поможет.


Цитата: ctulhu31 от 28 июля 2012, 06:51:42
ihammers, ок, скосячил, мегатрабла в том что phpmyadmin отказывается работать без php5-mysqli, которого нигде нет. А пакет php5-mysqlnd выдает вот:

Попробуйте запустить

apt-get -f install
Если он установиться, то всё.

Если нет, то нужно попытаться с начало удалить php5-mysqlnd и phpmyadmin.

И потом устанавливать только phpmyadmin, который вытянет всё что ему нужно.

PS: на чистой системе при установке phpmyadmin тянется за собой только php5-mysql.

Debian GNU/Linux Bookworm, LXQt/OpenBox: AMD Ryzen 5 5600G / 64Gb RAM
_______________________________
Debian GNU/Linux Bookworm, без графики: AMD Phenon X4 / 16Gb RAM
_______________________________
Debian GNU/Linux Bookworm, LXQt/OpenBox: Acer Aspire One 722 AMD C60 / 8Gb RAM / ATI HD6290


ihammers

root@ctulhu31:/home/ctulhu31# apt-get remove php5-mysqlnd
Чтение списков пакетов... Готово
Построение дерева зависимостей       
Чтение информации о состоянии... Готово
Пакеты, которые будут УДАЛЕНЫ:
  php5-mysqlnd
обновлено 0, установлено 0 новых пакетов, для удаления отмечено 1 пакетов, и 5 пакетов не обновлено.
не установлено до конца или удалено 1 пакетов.
После данной операции, объём занятого дискового пространства уменьшится на 495 kB.
Хотите продолжить [Д/н]? y
(Чтение базы данных ... на данный момент установлено 149609 файлов и каталогов.)
Удаляется пакет php5-mysqlnd ...
dpkg: не удалось обработать параметр php5-mysqlnd (--remove):
подпроцесс установлен сценарий pre-removal возвратил код ошибки 1
Обрабатываются триггеры для libapache2-mod-php5 ...
Action 'configtest' failed.
The Apache error log may have more information.
Your apache2 configuration is broken, so we're not restarting it for you.
При обработке следующих пакетов произошли ошибки:
php5-mysqlnd
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@ctulhu31:/home/ctulhu31#

если подскажешь как удалить ручками, буду крайне благодарен.



Brainey, спасибо, сам не догадался:)
В итоге по первой же ссылке помогло))

cd /var/lib/dpkg/info
rm php5-mysqlnd.*
apt-get -f install



hippelalex

  • Новичок форума
  • Сообщения: 3
  • Записан

Была похожая ошибка после удаления пакета полностью.
Причем, aptitude ни за что не хотел искать и ставить phpmyadmin из интернет-репозитариев.
Помогло новое добавление DVD дистрибутивов в список репозитариев:

apt-cdrom add
Почему то он установился только с ДВД…


Цитата: hippelalex от 13 июля 2015, 12:40:35Причем, aptitude ни за что не хотел искать и ставить phpmyadmin из интернет-репозитариев.

Скорей всего были проблемы с источниками (не правильно описаны, либо внешние репозитарии не обновились).

Debian GNU/Linux Bookworm, LXQt/OpenBox: AMD Ryzen 5 5600G / 64Gb RAM
_______________________________
Debian GNU/Linux Bookworm, без графики: AMD Phenon X4 / 16Gb RAM
_______________________________
Debian GNU/Linux Bookworm, LXQt/OpenBox: Acer Aspire One 722 AMD C60 / 8Gb RAM / ATI HD6290


Всем доброго времени суток!
У меня дебиан 6 на ноуте HP625
Не знаю куда можно обратиться  с таким вопросом. При обновлении стал выдавать ошибку:


dpkg: не удалось обработать параметр procps (--configure):
подпроцесс установлен сценарий post-installation возвратил код ошибки 1

Поискал по разным форумам — пишут надо переустановить. Переустанавливал — результат ноль. Попробовал полностью удалить — тянет за собой  пакеты cups, ppp, iceweasel, gnome-office. Ладно, удалил. При установке теперь и эти пакеты выдают такую же ошибку.
Как с этим бороться?


А пакет-то какой? Телепаты не обещают выйти из отпуска.

Все мы где-то, когда-то и в чем-то были новичками.


Простите так пакет вроде так и называется — procps ::)
И при установке любого другого пакета, выдаёт:


Следующие частично установленные пакеты будут настроены:
  cups cups-driver-gutenprint iceweasel ppp procps
Ни одного пакета не будет установлено, обновлено или удалено.
0 пакетов обновлено, 0 установлено новых, 0 пакетов отмечено для удаления, и 0 пакетов не обновлено.
Необходимо получить 0 B архивов. После распаковки 0 B будет занято.
Настраивается пакет procps (1:3.2.8-9squeeze1) ...
insserv: warning: script 'K07smfpd' missing LSB tags and overrides
insserv: warning: script 'smfpd' missing LSB tags and overrides
insserv: There is a loop between service rmnologin and checkroot if started
insserv:  loop involving service checkroot at depth 4
insserv:  loop involving service hdparm at depth 3
insserv:  loop involving service module-init-tools at depth 5
insserv: There is a loop between service rmnologin and checkroot if started
insserv:  loop involving service hostname at depth 4
insserv:  loop involving service mtab at depth 6
insserv:  loop involving service ifupdown-clean at depth 6
insserv: There is a loop between service smfpd and udev if started
insserv:  loop involving service udev at depth 1
insserv: There is a loop at service smfpd if started
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmconfigured to not write apport reports
                                                                           nologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and thereforconfigured to not write apport reports
               configured to not write apport reports
                                                     configured to not write apport reports
           configured to not write apport reports
                                                 e on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Max recursions depth 99 reached
insserv:  loop involving service bootlogs at depth 2
insserv:  loop involving service smfpd at depth 1
insserv:  loop involving service mountdevsubfs at depth 3
insserv:  loop involving service mountkernfs at depth 1
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: не удалось обработать параметр procps (--configure):
подпроцесс установлен сценарий post-installation возвратил код ошибки 1
dpkg: зависимости пакетов не позволяют настроить пакет cups:
cups зависит от procps, однако:
  Пакет procps пока не настроен.
dpkg: не удалось обработать параметр cups (--configure):
проблемы зависимостей -- оставляем не настроенным
dpkg: зависимости пакетов не позволяют настроить пакет cups-driver-gutenprint:
cups-driver-gutenprint зависит от cups (>= 1.3.0), однако:
  Пакет cups пока не настроен.
dpkg: не удалось обработать параметр cups-driver-gutenprint (--configure):
проблемы зависимостей -- оставляем не настроенным
dpkg: зависимости пакетов не позволяют настроить пакет iceweasel:
iceweasel зависит от procps, однако:
  Пакет procps пока не настроен.
dpkg: не удалось обработать параметр iceweasel (--configure):
проблемы зависимостей -- оставляем не настроенным
dpkg: зависимости пакетов не позволяют настроить пакет ppp:
ppp зависит от procps, однако:
  Пакет procps пока не настроен.
dpkg: не удалось обработать параметр ppp (--configure):
проблемы зависимостей -- оставляем не настроенным
При обработке следующих пакетов произошли ошибки:
procps
cups
cups-driver-gutenprint
iceweasel
ppp
E: Sub-process /usr/bin/dpkg returned an error code (1)
Не удалось установить пакет. Попытка восстановить:
Настраивается пакет procps (1:3.2.8-9squeeze1) ...
insserv: warning: script 'K07smfpd' missing LSB tags and overrides
insserv: warning: script 'smfpd' missing LSB tags and overrides
insserv: There is a loop between service rmnologin and checkroot if started
insserv:  loop involving service checkroot at depth 4
insserv:  loop involving service hdparm at depth 3
insserv:  loop involving service module-init-tools at depth 5
insserv: There is a loop between service rmnologin and checkroot if started
insserv:  loop involving service hostname at depth 4
insserv:  loop involving service mtab at depth 6
insserv:  loop involving service ifupdown-clean at depth 6
insserv: There is a loop between service smfpd and udev if started
insserv:  loop involving service udev at depth 1
insserv: There is a loop at service smfpd if started
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Max recursions depth 99 reached
insserv:  loop involving service bootlogs at depth 2
insserv:  loop involving service smfpd at depth 1
insserv:  loop involving service mountdevsubfs at depth 3
insserv:  loop involving service mountkernfs at depth 1
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: не удалось обработать параметр procps (--configure):
подпроцесс установлен сценарий post-installation возвратил код ошибки 1
dpkg: зависимости пакетов не позволяют настроить пакет ppp:
ppp зависит от procps, однако:
  Пакет procps пока не настроен.
dpkg: не удалось обработать параметр ppp (--configure):
проблемы зависимостей -- оставляем не настроенным
dpkg: зависимости пакетов не позволяют настроить пакет iceweasel:
iceweasel зависит от procps, однако:
  Пакет procps пока не настроен.
dpkg: не удалось обработать параметр iceweasel (--configure):
проблемы зависимостей -- оставляем не настроенным
dpkg: зависимости пакетов не позволяют настроить пакет cups:
cups зависит от procps, однако:
  Пакет procps пока не настроен.
dpkg: не удалось обработать параметр cups (--configure):
проблемы зависимостей -- оставляем не настроенным
dpkg: зависимости пакетов не позволяют настроить пакет cups-driver-gutenprint:
cups-driver-gutenprint зависит от cups (>= 1.3.0), однако:
  Пакет cups пока не настроен.
dpkg: не удалось обработать параметр cups-driver-gutenprint (--configure):
проблемы зависимостей -- оставляем не настроенным
При обработке следующих пакетов произошли ошибки:
procps
ppp
iceweasel
cups
cups-driver-gutenprint

вот как-то так. ???


1. Очистите кэш.
2. Отключите security-обновления и снова попробуйте установить.
3. Не поможет — Смените зеркало (может, просто битый) и переустановите еще раз.

Все мы где-то, когда-то и в чем-то были новичками.


Спасибо попробую. О результатах отпишусь позднее.


Открыть содержимое (спойлер)

А еще попрбуйте wheeze с ядром 3.2.0-1-486, если ваш ноут на процессоре AMD. Так как с этим «процом» данный ноут отказывается напрочь работать с ядром 2.6…. У меня было так, хотя не исключаю проблемы с железом.

[свернуть]


Открыть содержимое (спойлер)

duletant, нет, эта проблема с этим не связана.

[свернуть]

Все мы где-то, когда-то и в чем-то были новичками.


To  duletant
да, ноут на AMD проце

To Malaheenee
кэш очищал вот так:  echo 3 > /proc/sys/vm/drop_caches
сразу проверил подключённые серверы — оставил только основной, сделал update & upgrade вот что отвечает:


[  0%] Чтение информации о состоянииE: Не удалось получить доступ к файлу блокировки /var/lib/dpkg/lock - open (11: Ресурс временно недоступен)
E: Не удалось выполнить блокировку управляющего каталога (/var/lib/dpkg/); он уже используется другим процессом?
E: Не удалось перестроить кэш пакетов
Следующие частично установленные пакеты будут настроены:
  cups cups-driver-gutenprint iceweasel ppp procps
Ни одного пакета не будет установлено, обновлено или удалено.
0 пакетов обновлено, 0 установлено новых, 0 пакетов отмечено для удаления, и 0 пакетов не обновлено.
Необходимо получить 0 B архивов. После распаковки 0 B будет занято.
Настраивается пакет procps (1:3.2.8-9squeeze1) ...
insserv: warning: script 'K07smfpd' missing LSB tags and overrides
insserv: warning: script 'smfpd' missing LSB tags and overrides
insserv: There is a loop between service rmnologin and checkroot if started
insserv:  loop involving service checkroot at depth 4
insserv:  loop involving service hdparm at depth 3
insserv:  loop involving service module-init-tools at depth 5
insserv: There is a loop between service rmnologin and checkroot if started
insserv:  loop involving service hostname at depth 4
insserv:  loop involving service mtab at depth 6
insserv:  loop involving service ifupdown-clean at depth 6
insserv: There is a loop between service smfpd and udev if started
insserv:  loop involving service udev at depth 1
insserv: There is a loop at service smfpd if started
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Max recursions depth 99 reached
insserv:  loop involving service bootlogs at depth 2
insserv:  loop involving service smfpd at depth 1
insserv:  loop involving service mountdevsubfs at depth 3
insserv:  loop involving service mountkernfs at depth 1
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: не удалось обработать параметр procps (--configure):
подпроцесс установлен сценарий post-installation возвратил код ошибки 1
configured to not write apport reports
dpkg: зависимости пакетов не позволяют настроить пакет cups:
cups зависит от procps, однако:
  Пакет procps пока не настроен.
dpkg: не удалось обработать параметр cups (--configure):
проблемы зависимостей -- оставляем не настроенным
dpkg: зависимости пакетов не позволяют настроить пакет cups-driver-gutenprint:
cups-driver-gutenprint зависит от cups (>= 1.3.0), однако:
  Пакет cups пока не настроен.
dpkg: не удалось обработать параметр cups-driver-gutenprint (--configure):
проблемы зависимостей -- оставляем не настроенным
dpkg: зависимости пакетов не позволяют настроить пакет iceweasel:
iceweasel зависит от procps, однако:
  Пакет procps пока не настроен.
dpkg: не удалось обработать параметр iceweasel (--configure):
проблемы зависимостей -- оставляем не настроенным
configured to not write apport reports
dpkg: зависимости пакетов не позволяют настроить пакет ppp:
ppp зависит от procps, однако:
  Пакет procps пока не настроен.
dpkg: не удалось обработать параметр ppp (--configure):
проблемы зависимостей -- оставляем не настроенным
configured to not write apport reports
configured to not write apport reports
configured to not write apport reports
При обработке следующих пакетов произошли ошибки:
procps
cups
cups-driver-gutenprint
iceweasel
ppp
E: Sub-process /usr/bin/dpkg returned an error code (1)
Не удалось установить пакет. Попытка восстановить:
Настраивается пакет procps (1:3.2.8-9squeeze1) ...
insserv: warning: script 'K07smfpd' missing LSB tags and overrides
insserv: warning: script 'smfpd' missing LSB tags and overrides
insserv: There is a loop between service rmnologin and checkroot if started
insserv:  loop involving service checkroot at depth 4
insserv:  loop involving service hdparm at depth 3
insserv:  loop involving service module-init-tools at depth 5
insserv: There is a loop between service rmnologin and checkroot if started
insserv:  loop involving service hostname at depth 4
insserv:  loop involving service mtab at depth 6
insserv:  loop involving service ifupdown-clean at depth 6
insserv: There is a loop between service smfpd and udev if started
insserv:  loop involving service udev at depth 1
insserv: There is a loop at service smfpd if started
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Max recursions depth 99 reached
insserv:  loop involving service bootlogs at depth 2
insserv:  loop involving service smfpd at depth 1
insserv:  loop involving service mountdevsubfs at depth 3
insserv:  loop involving service mountkernfs at depth 1
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: не удалось обработать параметр procps (--configure):
подпроцесс установлен сценарий post-installation возвратил код ошибки 1
dpkg: зависимости пакетов не позволяют настроить пакет ppp:
ppp зависит от procps, однако:
  Пакет procps пока не настроен.
dpkg: не удалось обработать параметр ppp (--configure):
проблемы зависимостей -- оставляем не настроенным
dpkg: зависимости пакетов не позволяют настроить пакет iceweasel:
iceweasel зависит от procps, однако:
  Пакет procps пока не настроен.
dpkg: не удалось обработать параметр iceweasel (--configure):
проблемы зависимостей -- оставляем не настроенным
dpkg: зависимости пакетов не позволяют настроить пакет cups:
cups зависит от procps, однако:
  Пакет procps пока не настроен.
dpkg: не удалось обработать параметр cups (--configure):
проблемы зависимостей -- оставляем не настроенным
dpkg: зависимости пакетов не позволяют настроить пакет cups-driver-gutenprint:
cups-driver-gutenprint зависит от cups (>= 1.3.0), однако:
  Пакет cups пока не настроен.
dpkg: не удалось обработать параметр cups-driver-gutenprint (--configure):
проблемы зависимостей -- оставляем не настроенным
При обработке следующих пакетов произошли ошибки:
procps
ppp
iceweasel
cups
cups-driver-gutenprint

Переустановка пакета тоже ничего не дала :'( ???



To  Brainey:
Очистил и так: aptitude clean — результат ноль….
Переустановка пакета ничего не дала….


Сообщение объединено: 03 марта 2012, 13:25:13


После установки системы сразу всё было нормально, но после установки какой-то программы — стала выдавать такуюже ошибку только для другого пакета, не помню только какого…. Я удалил его сначала с помощью remove, потом purge и поставил заново — всё заработало нормально. А тут никак не хочет… Да ещё не настраиваются и другие….

Похоже придётся переустанавливать систему… :(


тс, попробуй руками запустить

/var/lib/dpkg/info/procps.postinst
посмотри, что выдаст (обычно баш говорит, в какой строке ошибка). мб, и правда мэйнтейнер накосячил там в postinst-скрипте, все мы люди. как вариант — закомментировать там все нафиг и прописать «exit 0», выполнить

sudo dpkg --configure -a
а потом уже, по возвращению системы во вменяемое состояние разбираться и строчить баг-репорт, если потребуется.


To dimas000:
Спасибо счас попробуем. Так… выдаёт вот что:


#!/bin/sh
# postinst script for procps
#
# see: dh_installdeb(1)

set -e

# summary of how this script can be called:
#        * <postinst> `configure' <most-recently-configured-version>
#        * <old-postinst> `abort-upgrade' <new version>
#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
#          <new-version>
#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
#          <failed-install-package> <version> `removing'
#          <conflicting-package> <version>
# for details, see http://www.debian.org/doc/debian-policy/ or
# the debian-policy package
#
# quoting from the policy:
#     Any necessary prompting should almost always be confined to the
#     post-installation script, and should be protected with a conditional
#     so that unnecessary prompting doesn't happen if a package's
#     installation fails and the `postinst' is called with `abort-upgrade',
#     `abort-remove' or `abort-deconfigure'.

# Move a conffile without triggering a dpkg question
mv_conffile() {
  OLDCONFFILE="$1"
  NEWCONFFILE="$2"

  if [ -e "$OLDCONFFILE" ]; then
    echo "Preserving user changes to $NEWCONFFILE ..."
    mv -f "$NEWCONFFILE" "$NEWCONFFILE".dpkg-new
    mv -f "$OLDCONFFILE" "$NEWCONFFILE"
  fi
}

# update alternative, if it exists
check_alternatives() {
  BINNAME="$1"
  BINPATH="$2"
  MANSEC="$3"
  if [ -e "$BINPATH"/"$BINNAME".procps ] ; then
update-alternatives --install "$BINPATH"/"$BINNAME" "$BINNAME"
    "$BINPATH"/"$BINNAME".procps 50
--slave /usr/share/man/man"$MANSEC"/"$BINNAME"."$MANSEC".gz "$BINNAME"."$MANSEC".gz
/usr/share/man/man"$MANSEC"/"$BINNAME".procps."$MANSEC".gz
  fi
}
case "$1" in
    configure|abort-remove|abort-deconfigure)
if [ -e /etc/psdevtab ] ; then
rm -f /etc/psdevtab
fi
if [ -e /etc/psdatabase ]
then
rm -f /etc/psdatabase
fi
       # Remove old procps init.d script, if it exists Closes: #55137
       if [ -L /etc/rcS.d/S30procps.sh ]
       then
          update-rc.d -f procps.sh remove >/dev/null
       fi
       # and if that didn't work Closes: #92184 (#234306 with -L )
       if [ -L /etc/rcS.d/S30procps.sh ]
       then
           rm -f /etc/rcS.d/S30procps.sh
       fi
   # Remove moved procps.sh file, if it is there
   if dpkg --compare-versions "$2" le "1:3.2.7-3"; then
mv_conffile "/etc/init.d/procps.sh" "/etc/init.d/procps"
   fi

#
# Now to do the alternatives for w
update-alternatives --install /usr/bin/w w /usr/bin/w.procps 50
--slave /usr/share/man/man1/w.1.gz w.1.gz /usr/share/man/man1/w.procps.1.gz
# Do alternatives for uptime kill vmstat and ps, if required
check_alternatives "uptime" "/usr/bin" "1"
check_alternatives "kill" "/usr/bin" "1"
check_alternatives "vmstat" "/usr/bin" "8"
check_alternatives "ps" "/bin" "1"

    ;;

    abort-upgrade)
    # Nothing to do
    ;;

    *)
        echo "postinst called with unknown argument `$1'" >&2
        exit 1
    ;;
esac

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

# Automatically added by dh_installinit
if [ -x "/etc/init.d/procps" ]; then
update-rc.d procps start 30 S . >/dev/null
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
invoke-rc.d procps start || exit $?
else
/etc/init.d/procps start || exit $?
fi
fi
# End automatically added section
# Automatically added by dh_installmenu
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
update-menus
fi
# End automatically added section
# Automatically added by dh_makeshlibs
if [ "$1" = "configure" ]; then
ldconfig
fi
# End automatically added section

exit 0

Извините, Вы не могли бы посмотреть, а то я что-то не вижу здесь никаких ошибок. По-моему это руководство к действию для пакета….
Закомментировать всё-всё???!!!  :o
«exit 0» —  уже стоит в самом низу…

закомментировал….
запустил dpkg —configure -a… сконфигурирована только часть пакетов. Ура!

остались неконфигурированы cups, cups-driver-gutenprint и ppp… Удалил cups, cups-driver-gutenprint с помошью purge
Затем запустил dpkg —configure -a
Вот что он сказал на это —


Настраивается пакет ppp (2.4.5-4) ...
insserv: warning: script 'K07smfpd' missing LSB tags and overrides
insserv: warning: script 'smfpd' missing LSB tags and overrides
insserv: There is a loop between service rmnologin and checkroot if started
insserv:  loop involving service checkroot at depth 4
insserv:  loop involving service hdparm at depth 3
insserv:  loop involving service module-init-tools at depth 5
insserv: There is a loop between service rmnologin and checkroot if started
insserv:  loop involving service hostname at depth 4
insserv: There is a loop between service rmnologin and pcmcia if started
insserv:  loop involving service pcmcia at depth 4
insserv:  loop involving service bootlogd at depth 3
insserv: There is a loop between service rmnologin and mountall if started
insserv:  loop involving service mountall at depth 8
insserv:  loop involving service checkfs at depth 7
insserv:  loop involving service mtab at depth 6
insserv: There is a loop at service smfpd if started
insserv: There is a loop between service smfpd and ifupdown-clean if started
insserv:  loop involving service ifupdown-clean at depth 6
insserv: There is a loop between service rmnologin and mountoverflowtmp if started
insserv:  loop involving service mountoverflowtmp at depth 10
insserv:  loop involving service mountall-bootclean at depth 9
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Max recursions depth 99 reached
insserv:  loop involving service bootlogs at depth 2
insserv:  loop involving service smfpd at depth 1
insserv: There is a loop between service rmnologin and mountdevsubfs if started
insserv:  loop involving service mountdevsubfs at depth 3
insserv:  loop involving service udev at depth 2
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: не удалось обработать параметр ppp (--configure):
подпроцесс установлен сценарий post-installation возвратил код ошибки 1
При обработке следующих пакетов произошли ошибки:
ppp

Куда дальше копать? Попробовать поставить cups`ы  и запустить опять?

Так, cups`ы сами попросили обновиться через менеджер обновлений. При обновлении пошли те же ошибки:
№1 и 2 Подпроцесс установлен сценарий post-installation возвратил код ошибки 1
№3 проблема зависимостей — оставляем не настроеным
№4 InstallArchives() Failed

Вот как-то так….


Было давно похожее именно с такой ошибкой

Цитироватьподпроцесс установлен сценарий post-installation возвратил код ошибки 1

(подробности не помню) после обновления cups до тестовой (или нестабильной) версии (думал, может там есть калибровка головки на эпсон). Решил полным удалением cups и с ним связанного. А затем установил обратно стабильную версию. 


Сообщение объединено: 05 марта 2012, 19:19:25


Просмотрите историю установок — после чего началось?

Debian Testing, kernel 3.16-2-amd64, OpenBox
AMD A8-3750 / 16Gb RAM / ATI HD6550D (onboard) / Sound ASUS Xonar — DS
_______________________________
Debian Testing, kernel 3.14-2-amd64, OpenBox
HP-655 AMD E1 / 8Gb RAM / ATI HD7310M


гм, вот сегодня обновился у меня в числе прочего procps, все хорошо. так что дело не в конкретном пакете, по ходу. а вот ругань insserv мне вообще не нравится. кстати, что за «smfpd» такой? на packages.debian.org не нашел такого файла. тем более, сервис отключен, о чем говорит симлинк «K07smfpd». если не нужен — удалить его нафиг — что-то типа

sudo insserv -r smfpd
если нужен — отключи пока лишением чмодов на запуск /etc/init.d/smfpd и приведи заодно в человеческий вид (man insserv на предмет lsb-хедеров)
да, интересен вывод вручную запущенного.

sudo insserv -v
может, еще что ему не нравится.


To dimas000:

запуск вручную insserv -v


insserv: warning: script 'K07smfpd' missing LSB tags and overrides
insserv: warning: script 'smfpd' missing LSB tags and overrides
insserv: There is a loop between service rmnologin and checkroot if started
insserv:  loop involving service checkroot at depth 4
insserv:  loop involving service hdparm at depth 3
insserv:  loop involving service module-init-tools at depth 5
insserv: There is a loop between service rmnologin and checkroot if started
insserv:  loop involving service hostname at depth 4
insserv: There is a loop between service rmnologin and pcmcia if started
insserv:  loop involving service pcmcia at depth 4
insserv:  loop involving service bootlogd at depth 3
insserv: There is a loop between service rmnologin and mountall if started
insserv:  loop involving service mountall at depth 8
insserv:  loop involving service checkfs at depth 7
insserv:  loop involving service mtab at depth 6
insserv: There is a loop at service smfpd if started
insserv: There is a loop between service smfpd and ifupdown-clean if started
insserv:  loop involving service ifupdown-clean at depth 6
insserv: There is a loop between service rmnologin and mountoverflowtmp if started
insserv:  loop involving service mountoverflowtmp at depth 10
insserv:  loop involving service mountall-bootclean at depth 9
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Starting smfpd depends on rmnologin and therefore on system facility `$all' which can not be true!
insserv: Max recursions depth 99 reached
insserv:  loop involving service bootlogs at depth 2
insserv:  loop involving service smfpd at depth 1
insserv: There is a loop between service rmnologin and mountdevsubfs if started
insserv:  loop involving service mountdevsubfs at depth 3
insserv:  loop involving service udev at depth 2
insserv: exiting now without changing boot order!

По моему он пишет одно и тоже во всех случаях и всё начинается с ругани на
insserv: warning: script ‘K07smfpd’ missing LSB tags and overrides
insserv: warning: script ‘smfpd’ missing LSB tags and overrides
:(

Удалить smfpd не получилось опять ругается. По-строчно не сверял, но первые две строчки смотри код…

To  vladimir_ar:
По поводу cups, да и вообще всех пакетов, использую только стабильные версии, похоже у меня проблемы с кармой ::)…. — чакры погнулись. :)

Кажется нашёл… вот здесь http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589238
Вставил как рекомендовано в /etc/init.d/smfpd


### BEGIN INIT INFO
# Provides:          smfpd
# Required-Start:    $syslog
# Required-Stop:     $syslog
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Xerox Unified Linux Driver LPT Support daemon
# Description:       Enable support for LPT port service provided by
Xerox Unified Linux Driver package.
### END INIT INFO

При установке cups настроились все пакеты без проблем….
Похоже что vladimir_arбыл прав… Xerox Unified Linux Driver package, я купил недавно принтер xerox и ставил драйвера на него…. может с этим всё и связано….

Спасибо всем откликнувшимся за помощь! вроде сейчас всё нормально.
PS Осталось только проверить как печатает принтер… ;D А то может вообще больше не печатает… ;D


Когда ввожу: sudo apt-get install wine то пишет:
E: dpkg был прерван, Вы должны вручную выполнить ‘sudo dpkg —configure -a’ чтобы исправить эту проблему.
Ввожу sudo dpkg он пишет:
Чтобы получить справку об установке и удалении пакетов, введите dpkg —help

  • ;

Программа `dselect’ или `aptitude’ предоставляет дружественный интерфейс
управления пакетами;
Чтобы получить список значений флагов отладки dpkg, введите dpkg -Dhelp;
Чтобы получить информацию об игнорировании проблем, введите dpkg —force-help;
Чтобы получить справку об работе с файлами *.deb, введите dpkg-deb —help;
Чтобы получить информацию об авторских правах и отсутствии гарантий (GNU GPL),
введите dpkg —license

  • .

Я ввожу: dpkg —help он пишет:
Команды:
  -i|—install      <имя файла .deb> … | -R|—recursive <каталог> …
  —unpack          <имя файла .deb> … | -R|—recursive <каталог> …
  -A|—record-avail <имя файла .deb> … | -R|—recursive <каталог> …
  —configure       <имя пакета> … | -a|—pending
  —triggers-only   <имя пакета> … | -a|—pending
  -r|—remove |     <имя пакета> … | -a|—pending
  -P|—purge        <имя пакета> … | -a|—pending
  —get-selections [<шаблон> …]     Вывести список в стандартный поток
                                      вывода список выбранных пакетов
  —set-selections                    Выбрать пакеты в соответствии со
                                      списком из стандартного потока ввода
  —clear-selections                  Отменить выбор всех пакетов
                                      первой необходимости
  —update-avail <файл Packages>      Заменить информацию о доступных
                                      пакетах содержимым файла
  —merge-avail <файл Packages>       Объединить информацию о доступных
                                      пакетах с содержимым файла
  —clear-avail                       Удалить информацию о доступных пакетах
  —forget-old-unavail                Удалить информацию о неустановленных
                                      недоступных пакетах
  -s|—status <имя пакета> …        Вывести информацию о состоянии пакета
  -p|—print-avail <имя пакета> …   Вывести информацию о доступной
                                      версии пакета
  -L|—listfiles <имя пакета> …     Перечислить файлы, принадлежащие
                                      пакету(ам)
  -l|—list [<шаблон> …]            Кратко перечислить пакеты
  -S|—search <шаблон> …            Найти пакет(ы), которому(ым)
                                      принадлежит(ат) файл(ы)
  -C|—audit                          Проверить наличие сломанных пакетов
  —print-architecture                Вывести целевую архитектуру
  —compare-versions <a> <op> <b>     Сравнить номера версий, см. ниже
  —force-help                        Вывести справку по командам игнорирования
  -Dh|—debug=help                    Вывести справку по командам отладки

  -h|—help                           Вывести это сообщение
  —version                           Вывести номер версии
  —license | —licence               Вывести информацию об авторских
                                      правах и условиях лицензии

К архивам применяются команды: dpkg -b|—build|-c|—contents|-e|—control|
 -f|—field|-x|—extract|-X|—vextract|—fsys-tarfile (см. dpkg-deb —help).

Для внутреннего использования: dpkg —assert-support-predepends |
  —predep-package | —assert-working-epoch | —assert-long-filenames |
  —assert-multi-conrep.

Параметры:
  —admindir=<каталог>             Использовать <каталог> вместо /var/lib/dpkg
  —root=<каталог>                 Установить в другой
                                   корневой каталог
  —instdir=<каталог>              Изменить корневой каталог для
                                   установки, не меняя административный
                                   каталог
  -O|—selected-only               Пропустить не выбранные для
                                   установки/обновления пакеты
  -E|—skip-same-version           Пропустить пакеты, версия
                                   которых совпадает с установленной
  -G|—refuse-downgrade            Пропустить пакеты, версия
                                   которых младше установленной
  -B|—auto-deconfigure            Установить, даже если это может сделать
                                   другие пакеты неработоспособными
  —[no-]triggers                  Пропустить или принудительно выполнить
                                   последовательную обработку триггеров
  —no-debsig                      Не проверять подписи пакетов
  —no-act|—dry-run|—simulate
                                   Показать, что должно быть сделано, но
                                   не выполнять действия
  -D|—debug=<восьм. знач.>        Включить отладку,
                                   см. -Dhelp или —debug=help
  —status-fd <n>                  Вывести информацию об изменениях
                                   состояний пакетов в файл
                                   с дескриптором <n>
  —log=<имя файла>                Записывать изменения состояний
                                   и действия в <имя файла>
  —ignore-depends=<пакет>,…
                                   Игнорировать зависимости от <пакета>
  —force-…                      Игнорировать проблемы, см. —force-help
  —no-force-…|—refuse-…
                                   Прекратить работу при
                                   обнаружении проблем
  —abort-after <n>                Прекратить работу после
                                   обнаружения <n> количества ошибок

Операторы сравнения, возможные в —compare-versions:
  lt le eq ne ge gt       (пустое значение версии считать самой ранней);
  lt-nl le-nl ge-nl gt-nl (пустое значение версии считать самой поздней);
  < << <= = >= >> >       (для совместимости с синтаксисом файла control).
А куда дальше я не знаю. :'( помогите пожалуйста  :'(

Модератор: Модераторы разделов

winhex

Сообщения: 223
ОС: Debian

Проблема с sudo и policykit

Добрый день! Возникла проблема с этими пакетами. Гугление не помогло решить проблему. Вот в чем ее суть:

Код: Выделить всё

Настраивается пакет sudo (1.8.9p5-1ubuntu1.1) …
chown: неверная группа: «root:root»
dpkg: error processing package sudo (--configure):
 подпроцесс установлен сценарий post-installation возвратил код ошибки 1
Настраивается пакет policykit-1 (0.105-4ubuntu2.14.04.1) …
chown: неверная группа: «root:root»
dpkg: error processing package policykit-1 (--configure):
 подпроцесс установлен сценарий post-installation возвратил код ошибки 1
При обработке следующих пакетов произошли ошибки:
 sudo
 policykit-1
E: Sub-process /usr/bin/dpkg returned an error code (1)

Пакеты sudo и policykit-1 висят ненастроенными.
Попытка переустановить эти пакеты прводит к такой ошибке:

Код: Выделить всё

aptitude reinstall policykit-1
Следующие пакеты будут ПЕРЕУСТАНОВЛЕНЫ:
  policykit-1
Следующие частично установленные пакеты будут настроены:
  sudo
0 пакетов обновлено, 0 установлено новых, 1 переустановлено, 0 пакетов отмечено для удаления, и 1 пакетов не обновлено.
Необходимо получить 0 Б архивов. После распаковки 0 Б будет занято.
E: Internal Error, No file name for policykit-1:i386

Пробовал их скачать из репозитория и поставить при помощи dpkg:

Код: Выделить всё

dpkg -i sudo_1.8.9p5-1ubuntu1.1_i386.deb
(Чтение базы данных … на данный момент установлено 307940 файлов и каталогов.)
Preparing to unpack sudo_1.8.9p5-1ubuntu1.1_i386.deb ...
Unpacking sudo (1.8.9p5-1ubuntu1.1) over (1.8.9p5-1ubuntu1.1) ...
Настраивается пакет sudo (1.8.9p5-1ubuntu1.1) …
chown: неверная группа: «root:root»
dpkg: error processing package sudo (--install):
 подпроцесс установлен сценарий post-installation возвратил код ошибки 1
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
При обработке следующих пакетов произошли ошибки:
 sudo

Пробовал почистить кэш apt, apt-get -f install, apt-get install —fix-broken и пр. — ничего не помогло.
Подскажите, как решить это?

Аватара пользователя

Bizdelnick

Модератор
Сообщения: 19850
Статус: nulla salus bello
ОС: Debian GNU/Linux

Re: Проблема с sudo и policykit

Сообщение

Bizdelnick » 21.06.2015 14:48

Покажите файл /var/lib/dpkg/info/sudo.postinst

Пишите правильно:

в консоли
вку́пе (с чем-либо)
в общем
вообще
в течение (часа)
новичок
нюанс
по умолчанию
приемлемо
проблема
пробовать
трафик

winhex

Сообщения: 223
ОС: Debian

Re: Проблема с sudo и policykit

Сообщение

winhex » 21.06.2015 21:08

Bizdelnick писал(а): ↑

21.06.2015 14:48

Покажите файл /var/lib/dpkg/info/sudo.postinst

Код: Выделить всё

#!/bin/sh

set -e

# remove old link

if [ -L /etc/alternatives/sudo ]; then
    rm /etc/alternatives/sudo
fi

# complain if no sudoers file is present
if [ ! -f /etc/sudoers ];then
    echo "WARNING:  /etc/sudoers not present!";
fi

# handle state directory transition from /var/run/sudo to /var/lib/sudo,
# moving any existing content over to avoid re-lecturing existing users
if [ -d "/var/run/sudo" ];then
    mkdir -p /var/lib/sudo
    (cd /var/run/sudo ; tar cf - .) | (cd /var/lib/sudo ; tar xf -)
    rm -rf /var/run/sudo
fi

# make sure sudoers has the correct permissions and owner/group
chown root:root /etc/sudoers
chmod 440 /etc/sudoers

# if we've gotten this far .. remove the saved, unchanged old sudoers file
rm -f /etc/sudoers.pre-conffile

# make sure we have a sudo group

[ -n "`getent group sudo`" ] && exit 0   # we're finished if there is a group sudo:

# start search with gid 27
gid="27"
while [ -n "`getent group $gid | cut -d: -f3`" ];do
    gid=`expr $gid + 1`
done


if [ "$gid" -ne "27" ];then
    echo "On Debian we normally use gid 27 for 'sudo'."
    gname="`getent group 27 | cut -d: -f1`"
    echo "However, on your system gid 27 is group '$gname'."
    echo ""
    echo "Would you like me to stop configuring sudo so that you can change this?";
    while true;do
        echo -n "(Enter 'yes' to stop, enter to continue): "
        read ans
        [ "$ans" = "" ] && break
            if [ "$ans" = "yes" -o "$ans" = "YES" ];then
            echo "'dpkg --pending --configure' will restart the configuration."
            exit 1;
        fi
        echo "Please enter exactly 'yes' to stop, or press the enter key to continue without stopping"
    done
fi

echo "Creating group 'sudo' with gid = $gid";
groupadd -g $gid sudo

echo ""

# Automatically added by dh_installinit
if [ -x "/etc/init.d/sudo" ] || [ -e "/etc/init/sudo.conf" ]; then
    if [ ! -e "/etc/init/sudo.conf" ]; then
        update-rc.d sudo defaults >/dev/null
    fi
    invoke-rc.d sudo start || exit $?
fi
# End automatically added section

Аватара пользователя

Bizdelnick

Модератор
Сообщения: 19850
Статус: nulla salus bello
ОС: Debian GNU/Linux

Re: Проблема с sudo и policykit

Сообщение

Bizdelnick » 21.06.2015 21:57

А группа root присутствует? getent group root

Пишите правильно:

в консоли
вку́пе (с чем-либо)
в общем
вообще
в течение (часа)
новичок
нюанс
по умолчанию
приемлемо
проблема
пробовать
трафик

winhex

Сообщения: 223
ОС: Debian

Re: Проблема с sudo и policykit

Сообщение

winhex » 22.06.2015 22:13

Bizdelnick писал(а): ↑

21.06.2015 21:57

А группа root присутствует? getent group root

А вот ее и не было! Спасибо, добавил ее и проблема исчезла! П
Я почему-то был уверен что дело в самих пакетах и не додумался проверить… :wacko:
Еще раз спасибо за помощь!

Аватара пользователя

Bizdelnick

Модератор
Сообщения: 19850
Статус: nulla salus bello
ОС: Debian GNU/Linux

Re: Проблема с sudo и policykit

Сообщение

Bizdelnick » 22.06.2015 22:50

Интересно, почему её не было.

winhex писал(а): ↑

22.06.2015 22:13

добавил ее и проблема исчезла

gid, надеюсь, 0 выставили?

Пишите правильно:

в консоли
вку́пе (с чем-либо)
в общем
вообще
в течение (часа)
новичок
нюанс
по умолчанию
приемлемо
проблема
пробовать
трафик

winhex

Сообщения: 223
ОС: Debian

Re: Проблема с sudo и policykit

Сообщение

winhex » 23.06.2015 00:49

Bizdelnick писал(а): ↑

22.06.2015 22:50

Интересно, почему её не было.

winhex писал(а): ↑

22.06.2015 22:13

добавил ее и проблема исчезла

gid, надеюсь, 0 выставили?

Да уж… Что более странно, проблема эта вылезла не так давно. И не мешала особо, пока не понадобилось установить пакет, в зависимостях у которого sudo

Да, с gid все ок:

Linux enc 4.8.0-54-generic #57~16.04.1-Ubuntu SMP Wed May 24 16:22:28 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

при использовании aptitude возникает следующий вывод

 Настраивается пакет linux-image-extra-4.8.0-54-generic (4.8.0-54.57~16.04.1) …
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.8.0-54-generic /boot/vmlinuz-4.8.0-54-generic
run-parts: executing /etc/kernel/postinst.d/dkms 4.8.0-54-generic /boot/vmlinuz-4.8.0-54-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.8.0-54-generic /boot/vmlinuz-4.8.0-54-generic
update-initramfs: Generating /boot/initrd.img-4.8.0-54-generic

gzip: stdout: No space left on device
E: mkinitramfs failure cpio 141 gzip 1
update-initramfs: failed for /boot/initrd.img-4.8.0-54-generic with 1.
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
dpkg: ошибка при обработке пакета linux-image-extra-4.8.0-54-generic (--configure):
 подпроцесс установлен сценарий post-installation возвратил код ошибки 1
dpkg: зависимости пакетов не позволяют настроить пакет linux-image-generic-hwe-16.04:
 linux-image-generic-hwe-16.04 зависит от linux-image-extra-4.8.0-54-generic, однако:
  Пакет linux-image-extra-4.8.0-54-generic пока не настроен.

dpkg: ошибка при обработке пакета linux-image-generic-hwe-16.04 (--configure):
 проблемы зависимостей — оставляем не настроенным
dpkg: зависимости пакетов не позволяют настроить пакет linux-generic-hwe-16.04:
 linux-generic-hwe-16.04 зависит от linux-image-generic-hwe-16.04 (= 4.8.0.54.25), однако:
  Пакет linux-image-generic-hwe-16.04 пок�Отчёты apport не записаны, так как сообщение об ошибке указывает на повторную ошибку от предыдущего отказа.
                                                                 Отчёты apport не записаны, так как сообщение об ошибке указывает на повторную ошибку от предыдущего отказа.
            � не настроен.

dpkg: ошибка при обработке пакета linux-generic-hwe-16.04 (--configure):
 проблемы зависимостей — оставляем не настроенным
Настраивается пакет libboost-regex1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) …
Настраивается пакет mkvtoolnix (12.0.0-0~bunkus01) …

При обработке следующих пакетов произошли ошибки:
 linux-image-extra-4.8.0-54-generic
 linux-image-generic-hwe-16.04
 linux-generic-hwe-16.04
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ошибка при выполнении запрошенной операции с пакетом. Попытка восстановить:
Настраивается пакет linux-image-extra-4.8.0-54-generic (4.8.0-54.57~16.04.1) …
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.8.0-54-generic /boot/vmlinuz-4.8.0-54-generic
run-parts: executing /etc/kernel/postinst.d/dkms 4.8.0-54-generic /boot/vmlinuz-4.8.0-54-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.8.0-54-generic /boot/vmlinuz-4.8.0-54-generic
update-initramfs: Generating /boot/initrd.img-4.8.0-54-generic

gzip: stdout: No space left on device
cpio: ошибка записи: Обрыв канала
E: mkinitramfs failure cpio 1 gzip 1
update-initramfs: failed for /boot/initrd.img-4.8.0-54-generic with 1.
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
dpkg: ошибка при обработке пакета linux-image-extra-4.8.0-54-generic (--configure):
 подпроцесс установлен сценарий post-installation возвратил код ошибки 1
dpkg: зависимости пакетов не позволяют настроить пакет linux-image-generic-hwe-16.04:
 linux-image-generic-hwe-16.04 зависит от linux-image-extra-4.8.0-54-generic, однако:
  Пакет linux-image-extra-4.8.0-54-generic пока не настроен.

dpkg: ошибка при обработке пакета linux-image-generic-hwe-16.04 (--configure):
 проблемы зависимостей — оставляем не настроенным
dpkg: зависимости пакетов не позволяют настроить пакет linux-generic-hwe-16.04:
 linux-generic-hwe-16.04 зависит от linux-image-generic-hwe-16.04 (= 4.8.0.54.25), однако:
  Пакет linux-image-generic-hwe-16.04 пока не настроен.

dpkg: ошибка при обработке пакета linux-generic-hwe-16.04 (--configure):
 проблемы зависимостей — оставляем не настроенным
При обработке следующих пакетов произошли ошибки:
linux-image-extra-4.8.0-54-generic
linux-image-generic-hwe-16.04
linux-generic-hwe-16.04

объем раздела /boot — 500 мБ

однако свободными остались лишь около 14 мБ

вывод ls -R -a для boot:

.:

.            config-4.8.0-53-generic      System.map-4.8.0-44-generic

..           config-4.8.0-54-generic      System.map-4.8.0-45-generic

abi-4.8.0-36-generic     grub                 System.map-4.8.0-46-generic

abi-4.8.0-44-generic     initrd.img-4.8.0-36-generic  System.map-4.8.0-49-generic

abi-4.8.0-45-generic     initrd.img-4.8.0-44-generic  System.map-4.8.0-52-generic

abi-4.8.0-46-generic     initrd.img-4.8.0-45-generic  System.map-4.8.0-53-generic

abi-4.8.0-49-generic     initrd.img-4.8.0-46-generic  System.map-4.8.0-54-generic

abi-4.8.0-52-generic     initrd.img-4.8.0-49-generic  vmlinuz-4.8.0-36-generic

abi-4.8.0-53-generic     initrd.img-4.8.0-52-generic  vmlinuz-4.8.0-44-generic

abi-4.8.0-54-generic     initrd.img-4.8.0-53-generic  vmlinuz-4.8.0-45-generic

config-4.8.0-36-generic  initrd.img-4.8.0-54-generic  vmlinuz-4.8.0-46-generic

config-4.8.0-44-generic  lost+found           vmlinuz-4.8.0-49-generic

config-4.8.0-45-generic  memtest86+.bin           vmlinuz-4.8.0-52-generic

config-4.8.0-46-generic  memtest86+.elf           vmlinuz-4.8.0-53-generic

config-4.8.0-49-generic  memtest86+_multiboot.bin     vmlinuz-4.8.0-54-generic

config-4.8.0-52-generic  System.map-4.8.0-36-generic


./grub:

.  ..  fonts  gfxblacklist.txt  grub.cfg  grubenv  i386-pc  locale  unicode.pf2


./grub/fonts:

.  ..  unicode.pf2


./grub/i386-pc:

.             gcry_tiger.mod        parttool.mod

..            gcry_twofish.mod      password.mod

915resolution.mod     gcry_whirlpool.mod    password_pbkdf2.mod

acpi.mod          gdb.mod           pata.mod

adler32.mod       geli.mod          pbkdf2.mod

affs.mod          gettext.mod       pbkdf2_test.mod

afs.mod           gfxmenu.mod       pcidump.mod

ahci.mod          gfxterm_background.mod    pci.mod

all_video.mod         gfxterm_menu.mod      plan9.mod

aout.mod          gfxterm.mod       play.mod

archelp.mod       gptsync.mod       png.mod

ata.mod           gzio.mod          priority_queue.mod

at_keyboard.mod       halt.mod          probe.mod

backtrace.mod         hashsum.mod       procfs.mod

bfs.mod           hdparm.mod        progress.mod

biosdisk.mod          hello.mod         pxechain.mod

bitmap.mod        help.mod          pxe.mod

bitmap_scale.mod      hexdump.mod       raid5rec.mod

blocklist.mod         hfs.mod           raid6rec.mod

boot.img          hfspluscomp.mod       read.mod

boot.mod          hfsplus.mod       reboot.mod

bsd.mod           http.mod          regexp.mod

btrfs.mod         hwmatch.mod       reiserfs.mod

bufio.mod         iorw.mod          relocator.mod

cat.mod           iso9660.mod       romfs.mod

cbfs.mod          jfs.mod           scsi.mod

cbls.mod          jpeg.mod          search_fs_file.mod

cbmemc.mod        keylayouts.mod        search_fs_uuid.mod

cbtable.mod       keystatus.mod     search_label.mod

cbtime.mod        ldm.mod           search.mod

chain.mod         legacycfg.mod     sendkey.mod

cmdline_cat_test.mod  legacy_password_test.mod  serial.mod

cmosdump.mod          linux16.mod       setjmp.mod

cmostest.mod          linux.mod         setjmp_test.mod

cmp.mod           loadenv.mod       setpci.mod

command.lst       loopback.mod      sfs.mod

configfile.mod        lsacpi.mod        signature_test.mod

core.img          lsapm.mod         sleep.mod

cpio_be.mod       lsmmap.mod        sleep_test.mod

cpio.mod          ls.mod            spkmodem.mod

cpuid.mod         lspci.mod         squash4.mod

crc64.mod         luks.mod          syslinuxcfg.mod

cryptodisk.mod        lvm.mod           tar.mod

crypto.lst        lzopio.mod        terminal.lst

crypto.mod        macbless.mod      terminal.mod

cs5536.mod        macho.mod         terminfo.mod

datehook.mod          mda_text.mod      test_blockarg.mod

date.mod          mdraid09_be.mod       testload.mod

datetime.mod          mdraid09.mod      test.mod

diskfilter.mod        mdraid1x.mod      testspeed.mod

disk.mod          memdisk.mod       tftp.mod

div_test.mod          memrw.mod         tga.mod

dm_nv.mod         minicmd.mod       time.mod

drivemap.mod          minix2_be.mod     trig.mod

echo.mod          minix2.mod        tr.mod

efiemu32.o        minix3_be.mod     truecrypt.mod

efiemu64.o        minix3.mod        true.mod

efiemu.mod        minix_be.mod      udf.mod

ehci.mod          minix.mod         ufs1_be.mod

elf.mod           mmap.mod          ufs1.mod

eval.mod          moddep.lst        ufs2.mod

exfat.mod         modinfo.sh        uhci.mod

exfctest.mod          morse.mod         usb_keyboard.mod

ext2.mod          mpi.mod           usb.mod

extcmd.mod        msdospart.mod     usbms.mod

fat.mod           multiboot2.mod        usbserial_common.mod

file.mod          multiboot.mod     usbserial_ftdi.mod

font.mod          nativedisk.mod        usbserial_pl2303.mod

freedos.mod       net.mod           usbserial_usbdebug.mod

fshelp.mod        newc.mod          usbtest.mod

fs.lst            nilfs2.mod        vbe.mod

functional_test.mod   normal.mod        verify.mod

gcry_arcfour.mod      ntfscomp.mod      vga.mod

gcry_blowfish.mod     ntfs.mod          vga_text.mod

gcry_camellia.mod     ntldr.mod         video_bochs.mod

gcry_cast5.mod        odc.mod           video_cirrus.mod

gcry_crc.mod          offsetio.mod      video_colors.mod

gcry_des.mod          ohci.mod          video_fb.mod

gcry_dsa.mod          part_acorn.mod        videoinfo.mod

gcry_idea.mod         part_amiga.mod        video.lst

gcry_md4.mod          part_apple.mod        video.mod

gcry_md5.mod          part_bsd.mod      videotest_checksum.mod

gcry_rfc2268.mod      part_dfly.mod     videotest.mod

gcry_rijndael.mod     part_dvh.mod      xfs.mod

gcry_rmd160.mod       part_gpt.mod      xnu.mod

gcry_rsa.mod          partmap.lst       xnu_uuid.mod

gcry_seed.mod         part_msdos.mod        xnu_uuid_test.mod

gcry_serpent.mod      part_plan.mod     xzio.mod

gcry_sha1.mod         part_sun.mod      zfscrypt.mod

gcry_sha256.mod       part_sunpc.mod        zfsinfo.mod

gcry_sha512.mod       parttool.lst      zfs.mod


./grub/locale:

.  ..  en_AU.mo  en_CA.mo  en_GB.mo  en@quot.mo  ru.mo


./lost+found:

.  ..

Вопрос в следующем: как я могу освободить необходимое количество занимаемого пространства?

Что можно удалить в ручную?

Либо, как настроить автоудаление неиспользуемых файлов?

Эксперт С++

8385 / 6147 / 615

Регистрация: 10.12.2010

Сообщений: 28,683

Записей в блоге: 30

1

При обработке следующих пакетов произошли ошибки

24.07.2012, 13:08. Показов 46340. Ответов 7


При обработке следующих пакетов произошли ошибки:
tex-common
texlive-binaries

Пишит Ubuntu при установке новых программ.

С чем это может быть связано и как это исправить?
И что такое tex-common, texlive-binaries.

0

Эксперт по компьютерным сетямЭксперт NIX

12389 / 7227 / 759

Регистрация: 09.09.2009

Сообщений: 28,193

24.07.2012, 13:50

2

у апт-гет посмотрите ключи для очистки кеша, исправления ошибок, выполните их, потом обновите список доступных пакетов и потом уже просто обновите систему

1

Avazart

Эксперт С++

8385 / 6147 / 615

Регистрация: 10.12.2010

Сообщений: 28,683

Записей в блоге: 30

24.07.2012, 15:17

 [ТС]

3

Типа?

Bash
1
sudo apt-get autoclean

Добавлено через 46 минут
При установке теперь вижу такое

Настраивается пакет tex-common (2.06ubuntu0.1) …
Running mktexlsr. This may take some time… done.
Шаблону texlive-base не соответствует ни один пакет.
dpkg: не удалось обработать параметр tex-common (—configure):
подпроцесс установлен сценарий post-installation возвратил код ошибки 1
dpkg: зависимости пакетов не позволяют настроить пакет texlive-binaries:
texlive-binaries зависит от tex-common (>= 2.00), однако:
Пакет tex-common пока не настроен.
dpkg: не удалось обработать параметр texlive-binaries (—configure):
проблемы зависимостей — оставляем не настроенным
Настраивается пакет coolmail (1.3-11) …
При обработке следующих пакетов произошли ошибки:
tex-common
texlive-binaries

0

2739 / 2342 / 620

Регистрация: 19.03.2012

Сообщений: 8,832

24.07.2012, 15:57

4

Попробуй сначала sudo apt-get autoremove, а потом sudo apt-get install -f

0

Avazart

Эксперт С++

8385 / 6147 / 615

Регистрация: 10.12.2010

Сообщений: 28,683

Записей в блоге: 30

24.07.2012, 16:14

 [ТС]

5

Сделал:

Bash
1
sudo apt-get autoremove

Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
обновлено 0, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 0 пакетов не обновлено.
не установлено до конца или удалено 2 пакетов.
После данной операции, объём занятого дискового пространства возрастёт на 0B.
Настраивается пакет tex-common (2.06ubuntu0.1) …
Running mktexlsr. This may take some time… done.
Шаблону texlive-base не соответствует ни один пакет.
dpkg: не удалось обработать параметр tex-common (—configure):
подпроцесс установлен сценарий post-installation возвратил код ошибки 1
dpkg: зависимости пакетов не позволяют настроить пакет texlive-binaries:
texlive-binaries зависит от tex-common (>= 2.00), однако:
Пакет tex-common пока не настроен.
dpkg: не удалось обработать параметр texlive-binaries (—configure):
проблемы зависимостей — оставляем не настроенным
Отчёты apport не записаны, так как сообщение об ошибке указывает на повторную ошибку от предыдущего отказа.
При обработке следующих пакетов произошли ошибки:
tex-common
texlive-binaries
E: Sub-process /usr/bin/dpkg returned an error code (1)

Bash
1
sudo apt-get install -f

Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
обновлено 0, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 0 пакетов не обновлено.
не установлено до конца или удалено 2 пакетов.
После данной операции, объём занятого дискового пространства возрастёт на 0B.
Настраивается пакет tex-common (2.06ubuntu0.1) …
Running mktexlsr. This may take some time… done.
Шаблону texlive-base не соответствует ни один пакет.
dpkg: не удалось обработать параметр tex-common (—configure):
подпроцесс установлен сценарий post-installation возвратил код ошибки 1
dpkg: зависимости пакетов не позволяют настроить пакет texlive-binaries:
texlive-binaries зависит от tex-common (>= 2.00), однако:
Пакет tex-common пока не настроен.
dpkg: не удалось обработать параметр texlive-binaries (—configure):
проблемы зависимостей — оставляем не настроенным
Отчёты apport не записаны, так как сообщение об ошибке указывает на повторную ошибку от предыдущего отказа.
При обработке следующих пакетов произошли ошибки:
tex-common
texlive-binaries
E: Sub-process /usr/bin/dpkg returned an error code (1)

0

2739 / 2342 / 620

Регистрация: 19.03.2012

Сообщений: 8,832

24.07.2012, 17:41

6

Удалите из папки /var/lib/dpkg/info/ все файлы в именах которых присутствует tex-common и texlive-binaries, а потом выполни sudo apt-get -f install.
Если не помогло то удали эти пакеты в папке /var/cache/apt/archives

0

Эксперт С++

8385 / 6147 / 615

Регистрация: 10.12.2010

Сообщений: 28,683

Записей в блоге: 30

24.07.2012, 18:19

 [ТС]

7

Вроде помогло…

0

alex925

24.07.2012, 19:23


    При обработке следующих пакетов произошли ошибки

Не по теме:

ну и отлично)

1


package cups-daemon 2.1.3-4 failed to install/upgrade: подпроцесс новый сценарий pre-removal возвратил код ошибки 1

Bug #1643205 reported by
vladimir2k9

This bug affects 1 person

Affects Status Importance Assigned to Milestone


cups (Ubuntu)

New

Undecided


Unassigned

Bug Description

crash on install

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: cups-daemon 2.1.3-4
ProcVersionSignature: Ubuntu 4.4.0-47.68-generic 4.4.24
Uname: Linux 4.4.0-47-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CupsErrorLog:

Date: Sat Nov 19 20:55:31 2016
ErrorMessage: подпроцесс новый сценарий pre-removal возвратил код ошибки 1
InstallationDate: Installed on 2016-10-15 (34 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS «Xenial Xerus» — Release amd64 (20160719)
Lpstat: Error: command [‘lpstat’, ‘-v’] failed with exit code 1: lpstat: No destinations added.
MachineType: Gigabyte Technology Co., Ltd. P35-DS3R
Papersize: a4
ProcCmdline: BOOT_IMAGE=/vmlinuz-4.4.0-47-generic root=UUID=54b8a138-c803-42a6-b1d9-03efd4b3d890 ro quiet splash vt.handoff=7
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-47-generic root=UUID=54b8a138-c803-42a6-b1d9-03efd4b3d890 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt 1.2.15
SourcePackage: cups
Title: package cups-daemon 2.1.3-4 failed to install/upgrade: подпроцесс новый сценарий pre-removal возвратил код ошибки 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/19/2009
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F13
dmi.board.name: P35-DS3R
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: dmi:bvnAwardSoftwareInternational,Inc.:bvrF13:bd06/19/2009:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3R:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3R:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: P35-DS3R
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

Понравилась статья? Поделить с друзьями:
  • Prdn ошибка пежо 308
  • Processor start timeout ошибка
  • Pre def на кондиционере как исправить ошибку
  • Procedure too large vba ошибка как исправить
  • Process hacker ошибка unable to start