Author Topic: Synaptic Package Manager problem not completing installs ...  (Read 85 times)

Offline jqball2u

  • Full Member
  • ***
  • Posts: 90
  • PCLinuxOS Rocks!
SPM downloaded some programs I wished to install but when it was about to start installing, I got:

Quote
APT system reports:
E: Transaction set check failed

Any ideas how I can find out how to fix this &/or why it did this? There was nothing in synaptics log at that time (just a few minutes ago 6:30am CDT).

Thanks y'all ...
QBall
eMachines, AMD Athlon II X2 250u Processor 1.60 GHz, 4GB RAM, video: GeForce 6150SE nForce 430/integrated/SSE2/3DNOW! v2.1.2 NVIDIA 304.51, 4GB RAM, 500 GB hard drive, Windows HP SP1 64-bit (pre-installed), FullMonty 2012.09 / Kernel: 3.2.18-pclos2.bfs (i686) / KDE4-version: 4.9.5

Offline JohnW_57

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2117
Re: Synaptic Package Manager problem not completing installs ...
« Reply #1 on: May 12, 2013, 05:55:31 AM »
SPM downloaded some programs I wished to install but when it was about to start installing, I got:

Quote
APT system reports:
E: Transaction set check failed


Any ideas how I can find out how to fix this &/or why it did this? There was nothing in synaptics log at that time (just a few minutes ago 6:30am CDT).


Thanks y'all ...
QBall


Maybe is the rpm database corrupted.
Try this: http://www.pclinuxos.com/forum/index.php/topic,80839.0.html

Quote
How to repair the Synaptic RPM database

Open a Terminal Konsole
Type su and press the enter/return key
type in your root password (hidden) press the enter/return key

Remove corrupted database:
[root@localhost ~]# rm -rf /var/lib/rpm/__db*

Rebuild RPM database: (This can take a while. Let it finish!)
[root@localhost ~]# rpm --rebuilddb

Check for duplicate installed packages:
[root@localhost ~]# dupeclean

Clean out apt
[root@localhost ~]# apt-get clean
[root@localhost ~]# apt-get autoclean

Type exit
Type exit


JohnW

PCLinuxOS 2013 KDE4 (64 bit) on: home build system:  Intel Core 2 Quad (q6700) (2.66ghz), Asus P5K motherboard, 4 gig ddr2 memory, Asus Nvidia Geforce GTS 250 1024 mb gddr3, Crucial M4 128 SSD,  2x Samsung 500 gig HDD (sata), TSSTcorp CDDVDW SH-224BB.

Offline JohnW_57

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2117
Re: Synaptic Package Manager problem not completing installs ...
« Reply #2 on: May 12, 2013, 06:02:16 AM »
Another option here: http://www.pclinuxos.com/forum/index.php/topic,109088.msg932541.html#msg932541

Quote
For future reference:     
With synaptic closed, delete the files pkgcache.bin and srcpkgcache.bin at /var/cache/apt. This must be done as root. Next delete the list files at /var/lib/apt/lists. Do not delete the lock file or the folder, "partial."     
Start synaptic. Click reload.     


JohnW
PCLinuxOS 2013 KDE4 (64 bit) on: home build system:  Intel Core 2 Quad (q6700) (2.66ghz), Asus P5K motherboard, 4 gig ddr2 memory, Asus Nvidia Geforce GTS 250 1024 mb gddr3, Crucial M4 128 SSD,  2x Samsung 500 gig HDD (sata), TSSTcorp CDDVDW SH-224BB.

Offline jqball2u

  • Full Member
  • ***
  • Posts: 90
  • PCLinuxOS Rocks!
Re: Synaptic Package Manager problem not completing installs ...
« Reply #3 on: May 12, 2013, 12:45:08 PM »
SPM downloaded some programs I wished to install but when it was about to start installing, I got:

Quote
APT system reports:
E: Transaction set check failed


Any ideas how I can find out how to fix this &/or why it did this? There was nothing in synaptics log at that time (just a few minutes ago 6:30am CDT).


Thanks y'all ...
QBall


Maybe is the rpm database corrupted.
Try this: http://www.pclinuxos.com/forum/index.php/topic,80839.0.html

Quote
How to repair the Synaptic RPM database

Open a Terminal Konsole
Type su and press the enter/return key
type in your root password (hidden) press the enter/return key

Remove corrupted database:
[root@localhost ~]# rm -rf /var/lib/rpm/__db*

Rebuild RPM database: (This can take a while. Let it finish!)
[root@localhost ~]# rpm --rebuilddb

Check for duplicate installed packages:
[root@localhost ~]# dupeclean

Clean out apt
[root@localhost ~]# apt-get clean
[root@localhost ~]# apt-get autoclean

Type exit
Type exit


JohnW





OK ... I'll try this & see if it happens again (I've copied the instructions in a text file for future reference).

Thanks! ;)
eMachines, AMD Athlon II X2 250u Processor 1.60 GHz, 4GB RAM, video: GeForce 6150SE nForce 430/integrated/SSE2/3DNOW! v2.1.2 NVIDIA 304.51, 4GB RAM, 500 GB hard drive, Windows HP SP1 64-bit (pre-installed), FullMonty 2012.09 / Kernel: 3.2.18-pclos2.bfs (i686) / KDE4-version: 4.9.5

Offline jqball2u

  • Full Member
  • ***
  • Posts: 90
  • PCLinuxOS Rocks!
Another option here: http://www.pclinuxos.com/forum/index.php/topic,109088.msg932541.html#msg932541

Quote
For future reference:     
With synaptic closed, delete the files pkgcache.bin and srcpkgcache.bin at /var/cache/apt. This must be done as root. Next delete the list files at /var/lib/apt/lists. Do not delete the lock file or the folder, "partial."     
Start synaptic. Click reload.     


JohnW


OK...I've copied this in the same text file for future reference, in case I have the same, or similar, problem.

[edit]
Will this also work if I also ever get a 'locked' message?
« Last Edit: May 16, 2013, 11:12:53 PM by jqball2u »
eMachines, AMD Athlon II X2 250u Processor 1.60 GHz, 4GB RAM, video: GeForce 6150SE nForce 430/integrated/SSE2/3DNOW! v2.1.2 NVIDIA 304.51, 4GB RAM, 500 GB hard drive, Windows HP SP1 64-bit (pre-installed), FullMonty 2012.09 / Kernel: 3.2.18-pclos2.bfs (i686) / KDE4-version: 4.9.5