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

  • Печать

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

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

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  Все   Вверх

сломаные пакеты

Автор gennadi, 07 июня 2016, 10:36:02

« назад — далее »

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


gennadi

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

dpkg: ошибка при обработке пакета libglade2.0-cil (--remove):
подпроцесс установлен сценарий post-removal возвратил код ошибки 1
Удаляется libgtk2.0-cil (2.12.10-5.1) ...
rm: невозможно удалить «/usr/share/cli-common/packages.d/policy.2.6.gtk-dotnet.installcligac»: Нет такого файла или каталога
dpkg: ошибка при обработке пакета libgtk2.0-cil (--remove):
подпроцесс установлен сценарий post-removal возвратил код ошибки 1
Удаляется libglib2.0-cil (2.12.10-5.1) ...
rm: невозможно удалить «/usr/share/cli-common/packages.d/policy.2.4.glib-sharp.installcligac»: Нет такого файла или каталога
dpkg: ошибка при обработке пакета libglib2.0-cil (--remove):
подпроцесс установлен сценарий post-removal возвратил код ошибки 1
При обработке следующих пакетов произошли ошибки:
libglade2.0-cil
libgtk2.0-cil
libglib2.0-cil
E: Sub-process /usr/bin/dpkg returned an error code (1)

* Используйте теги для оформления сообщения, ihammers.


открываем файл /var/lib/dpkg/status любым редактором от рута.
удаляем строки касающиеся libglade2.0-cil libgtk2.0-cil libglib2.0-cil.

если нужно заново установить пакет, рекомендую перед повторной установкой выполнить команду:

apt-get clean


  • Русскоязычное сообщество Debian GNU/Linux


  • Общие вопросы

  • сломаные пакеты

Вообще, меня это жутко бесит, т. к. после глупого сообщения об ошибке совсем непонятно что делать дальше. Microsoft специально разработали установщик Windows Installer для расширения возможностей установки программ (в основном это касается системных администраторов), но не позаботились должным образом о безглючной работе этой службы или хотя бы об адекватных сообщениях о проблемах. А нам теперь это разгребать ?

Неполадки могут быть с работой самой службы или могут возникать в процессе установки программ, когда всё настроено, в принципе, правильно. В первом случае нужно ковырять службу установщика, а во втором решать проблему с конкретным файлом. Рассмотрим оба варианта, но сначала второй.

Ошибки msi файлов

Error reading from file Error 1305

«Error reading from file «имя файла» verify that the file exists and that you can access it» (Error 1305). Переводится «Ошибка чтения из файла … проверьте существует ли файл и имеете ли вы к нему доступ». Ну не тупняк ли? Естественно, что кнопка «Повторить» не помогает, а отмена прекращает всю установку. Сообщение особой смысловой нагрузки также не несёт, т. к. файл точно существует и я имею к нему доступ, иначе бы просто не смог его запустить и получить это сообщение, к тому же почему-то на английском языке ?

А ошибка в том, что не Я должен иметь доступ к файлу, а установщик Windows, точнее сама Система. Решается очень просто:

Теперь ошибка установщика не появится! Можно добавить доступ на всю папку, из которой вы обычно инсталлируете программы, например на папку «Downloads», как у меня. Смотрим видео по решению проблем с правами доступа:

Ещё способы решить проблему

Описанный метод поможет при разных сообщениях, с разными номерами. Например, вы можете видеть такие ошибки файлов msi:

Во всех этих случаях должна помочь установка прав на файл и/или на некоторые системные папки. Проверьте, имеет ли доступ «система» к папке временных файлов (вы можете получать ошибку «Системе не удается открыть указанное устройство или файл»). Для этого:

Путь к временной папке TEMP

После нажатия «Enter» путь преобразится на «нормальный» и вы переместитесь в реальную временную папку. Права на неё и надо проверять. Также рекомендую очистить временные папки от всего что там скопилось или даже лучше удалить их и создать новые с такими же названиями. Если не получается удалить папку, почитайте как удалить неудаляемое, но это не обязательно.

Если служба Windows Installer всё равно не хочет работать, то проверьте права на папку «C:\Config. Msi», сюда «система» также должна иметь полный доступ. В этом случае вы могли наблюдать ошибку «Error 1310». На всякий случай убедитесь, что к папке КУДА вы инсталлируете софт также есть все права.

Если вы используете шифрование папок, то отключите его для указанных мной папок. Дело в том, что хотя мы сами имеем к ним доступ, служба Microsoft Installer не может до них достучаться пока они зашифрованы.

Ещё ошибка может быть связана с битым файлом. Может быть он не полностью скачался или оказался битым уже на сервере. Попробуйте скачать его ещё раз оттуда же или лучше с другого места.

Ошибка установщика Windows

В случае общих проблем не будут устанавливаться никакие msi файлы, процесс установки, скорее всего, даже не начнётся. При этом могут появляться ошибки вида:

или ещё нечто подобное со словами «ошибка msi», «Windows Installer Error». Всё это означает, что система дала сбой и теперь её надо лечить. Может вы ставили какой-то софт, который испортил системные файлы и реестр, или подхватили вирус. Конечно, никогда не будет лишним удалить вирусы, или убедиться что их нет. Но оставьте этот вариант на потом, т. к. обычно проблема кроется в другом.

Сначала давайте проверим работает ли служба Windows Installer:

Следующее что я посоветую сделать – это выполнить команду сканирования системы на повреждённые и изменённые системные файлы. Нажмите «Win + R» и введите

Sfc /scannow

Произойдёт поиск и замена испорченных файлов на оригинальные, при этом может потребоваться вставить установочный диск с Windows XP-7-10. После окончания процесса перегрузитесь и посмотрите, решена ли проблема.

Microsoft сам предлагает утилиту, призванную решить нашу проблему. Запустите программу Easy Fix и следуйте мастеру.

Параметры реестра и службы

Следующий способ устранения ошибки – восстановление рабочих параметров в реестре установщика Windows Installer.

Для этого скачайте архив и запустите оттуда два reg-файла, соответственно своей версии Windows. Согласитесь с импортом настроек.

В Windows XP или Windows Server 2000 установите последнюю версию установщика 4.5.

Если не помогло, то проделайте ещё перерегистрацию компонентов:

Если пишет, что не хватает прав, то нужно запускать командную строку от имени Администратора.

Если команды выполнились, но не помогло, то скачайте файл и запустите msi_error. bat из архива, проверьте результат.

Последний вариант — скачайте программу Kerish Doctor, почитайте мою статью, там есть функция исправления работы службы установщика и многих других частых проблем Windows.

Подведение итогов

Ошибки с установщиком Windows очень неприятные, их много и сразу непонятно куда копать. Одно ясно – система дала сбой и нужно восстанавливать её до рабочего состояния. Иногда ничего не помогает и приходится переустанавливать Windows. Однако не торопитесь это делать, попробуйте попросить помощи на этом форуме. В точности опишите вашу проблему, расскажите что вы уже делали, какие сообщения получили, и, возможно, вам помогут! Ведь мир не без добрых людей ?

Источники:

https://it-like. ru/ne-rabotaet-ustanovshhik-windows-installer-oshibka-msi/

Всем доброго времени суток!
У меня дебиан 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 postgresql-9.5 (not installed) failed to install/upgrade: подпроцесс установлен сценарий post-removal возвратил код ошибки 1

This bug affects 2 people

Affects Status Importance Assigned to Milestone


postgresql-9.5 (Ubuntu)

Confirmed

Undecided


Unassigned

Bug Description

I was uninstalling postgresql and got some errors. Second attempt though was successful.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: postgresql-9.5 (not installed)
ProcVersionSignature: Ubuntu 4.4.0-53.74-generic 4.4.30
Uname: Linux 4.4.0-53-generic x86_64
NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.4
AptOrdering:
 postgresql: Purge
 postgresql-contrib-9.5: Purge
 postgresql-9.5: Purge
 postgresql-common: Purge
 NULL: ConfigurePending
Architecture: amd64
Date: Thu Dec 15 16:23:15 2016
ErrorMessage: подпроцесс установлен сценарий post-removal возвратил код ошибки 1
InstallationDate: Installed on 2016-04-23 (241 days ago)
InstallationMedia: Ubuntu 16.04 LTS «Xenial Xerus» — Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt 1.2.15ubuntu0.2
SourcePackage: postgresql-9.5
Title: package postgresql-9.5 (not installed) failed to install/upgrade: подпроцесс установлен сценарий post-removal возвратил код ошибки 1
UpgradeStatus: No upgrade log present (probably fresh install)

Понравилась статья? Поделить с друзьями:
  • Post installation возвратил код ошибки 127
  • Polaris pmc 0517ad ошибка e2
  • Polaris pmc 0516adg ошибка e2
  • Polaris bios editor ошибка
  • Poa8d ошибка мазда