synaptec failure - HELP!!!

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Nathan_S

synaptec failure - HELP!!!

Post by Nathan_S »

After bad try of installing a Web Cam Synaptec stopped working, fails in dpkg while trying to uninstall camorama and camera indicator. How to restore configuration or fix synaptec.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
67GTA
Level 6
Level 6
Posts: 1301
Joined: Wed Jun 06, 2007 9:49 pm
Location: Kentucky, USA

Re: synaptec failure - HELP!!!

Post by 67GTA »

Post the error message. It usually tells you what is happening if you know where to look.
"The only thing necessary for the triumph of evil is for good men to do nothing." Edmund Burke
Nathan_S

Re: synaptec failure - HELP!!!

Post by Nathan_S »

Screenshot-Changes applied.png
Error during synapec failure in application removal.
User avatar
67GTA
Level 6
Level 6
Posts: 1301
Joined: Wed Jun 06, 2007 9:49 pm
Location: Kentucky, USA

Re: synaptec failure - HELP!!!

Post by 67GTA »

Open gedit, and tell it to show line numbers in the preferences. Then open /var/lib/dpkg/status with gedit, and post the area around line 31303. It is telling you something is screwed up in that file around line 31303.
"The only thing necessary for the triumph of evil is for good men to do nothing." Edmund Burke
Nathan_S

Re: synaptec failure - HELP!!!

Post by Nathan_S »

Area around line 31303:

Package: libgksuui1.0-1
Status: purge ok not-installed
Priority: optional
Section: libs

Package: python-orca-bòlapi

Status: purge ok not-installed
Priority: optional
Section: python

same problem during update problem:
Changes applied-install.png
User avatar
67GTA
Level 6
Level 6
Posts: 1301
Joined: Wed Jun 06, 2007 9:49 pm
Location: Kentucky, USA

Re: synaptec failure - HELP!!!

Post by 67GTA »

Try to remove the bad entry. Open a terminal and run

Code: Select all

sudo gedit /var/lib/dpkg/status
This will open that file with administrator rights. Then delete this and save the file:

Code: Select all

Package: python-orca-bòlapi
Status: purge ok not-installed
Priority: optional
Section: python
Hopefully this will make dpkg not pay any attention to the package and work normally. Just make sure the package isn't still installed.
"The only thing necessary for the triumph of evil is for good men to do nothing." Edmund Burke
Nathan_S

Re: synaptec failure - HELP!!!

Post by Nathan_S »

New Error:
Screenshot-Changes applied-New Error.png
User avatar
67GTA
Level 6
Level 6
Posts: 1301
Joined: Wed Jun 06, 2007 9:49 pm
Location: Kentucky, USA

Re: synaptec failure - HELP!!!

Post by 67GTA »

Looks like it has several corrupted packages. /var keeps backups of dpkg status. It might be easier to replace the file with one of the backup files. Open a terminal and run

Code: Select all

sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status
This will replace the current status file with the last backup. This is assuming the backup doesn't have the same error.
"The only thing necessary for the triumph of evil is for good men to do nothing." Edmund Burke
Nathan_S

Re: synaptec failure - HELP!!!

Post by Nathan_S »

The status-old file is to recent, it is probably from the time I've deleted the original error' because synaptec still fails.
any other suggestions ?
Nathan_S

Re: synaptec failure - HELP!!!

Post by Nathan_S »

Is there a status file on the live CD, Maybe to copy it, and somehow find a way for Elyssa to update it automatically during restart, any suggestions ?
Nathan_S

Re: synaptec failure - HELP!!!

Post by Nathan_S »

I found in backup a dpkg.status.1.gz file from July 11th, which might be useful for restoring, How can I restore this file to replace the current corrupted status file ?
User avatar
67GTA
Level 6
Level 6
Posts: 1301
Joined: Wed Jun 06, 2007 9:49 pm
Location: Kentucky, USA

Re: synaptec failure - HELP!!!

Post by 67GTA »

Change the command I gave you to reflect the other backup file name. Change

Code: Select all

status-old
to the name of the backup you want to use.
"The only thing necessary for the triumph of evil is for good men to do nothing." Edmund Burke
Nathan_S

Re: synaptec failure - HELP!!!

Post by Nathan_S »

Changed it but have another error in "available" file:
Screenshot-Changes applied-1.png
the area around this line is as follows:

Package: libxml2
Priority: optional
Section: libs
Installed-Size: 1512
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubujtu.com>
Architecture: i386
Versaon: 2.6.31.dfsg-2ubuntu1 - Is this line should be changed ?
Depends: libc6 (>= 2.7-1), zlib1g (>= 1:1.2.3.3.dfsg-1)
Recommends: xml-core
Conflicts: libxslt1.1 (<= 1.1.12-x)
Size: 785246
Description: GNOME XML library
XML is a metalanguage to let you design your own markup language.
A regular markup language defines a way to describe information in
a certain class of documejts (eg HTML). XML lets you define your
own customized markup languages for many classes of document. It
can do this because it's written in SGML, the international standard
metalanguage for markup languages.
.
This package provides a library providing an extinsive API to handle
such XML data files.
Original-Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>

Package: gstreamer0.10-plugins-base-apps
Priority: optional
Section: utils
Installed-Size: 100
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubunvu.com>
Architecture: i386
Source: gst-plugins-base0.10
Version: 0.10.18-3
Depends: gstreamer0.10-tools, perl
Size: 41658
Description: GStreamer helper programs from the "base" set
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package contains helper programs from the "base" set, an essential
exemplary set of elements.
Original-Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers@lists.alioth.debian.org>
Homepage: http://gstreamer.freedesktop.org
Nathan_S

Re: synaptec failure - HELP!!! - [SOLVED]

Post by Nathan_S »

Did same thing done with status, with "sudo cp..." for "available" and fixed problem. Thanks for the help. Would like to suggest creating an applet that will create a "registry" backup restore out of the backup files history. If there is one please tell me about it, as I'm somewhat experimenting, and need it.
Locked

Return to “Installation & Boot”