Author |
Message |
bevo
|
|
|
Post subject: solved DU stoped with error
Posted: 26.02.2012, 09:33
|
|

Joined: 2010-09-13
Posts: 14
Status: Offline
|
|
Made this morning DU that ends with
Code:
Errors while.......:
/var/cache/apt/archives/libfm1_0.1.17-1.1_amd64.deb
/var/cache/apt/archives/libfm1-gtk1_0.1.17-1.1_amd64.deb
E:sub-process /usr/bin/dpkg returned an error code (1)
apt-get -f install did not help.
I can't find the whole error message in /var/log/
Appriciate any help
bevo |
Last edited by bevo on 04.03.2012, 11:17; edited 3 times in total
|
|
|
|
 |
snvv
|
|
Post subject:
Posted: 28.02.2012, 23:07
|
|

Joined: 2010-09-13
Posts: 331
Status: Offline
|
|
|
|
 |
bevo
|
|
Post subject:
Posted: 29.02.2012, 07:58
|
|

Joined: 2010-09-13
Posts: 14
Status: Offline
|
|
@snvv
thanks I killed the installation  |
|
|
|
|
 |
snvv
|
|
Post subject:
Posted: 02.03.2012, 08:53
|
|

Joined: 2010-09-13
Posts: 331
Status: Offline
|
|
What do you mean by this?
What I suggested worked for other and myself without any problem. |
|
|
|
|
 |
bevo
|
|
Post subject:
Posted: 03.03.2012, 08:10
|
|

Joined: 2010-09-13
Posts: 14
Status: Offline
|
|
@snvv
I tried apt-get -f install several times.
The link does not fit my error message because there is no .prerm file.
Meanwhile I have a second system with that problem! |
|
|
|
|
 |
michaaa62
|
|
Post subject:
Posted: 03.03.2012, 09:55
|
|

Joined: 2010-09-11
Posts: 55
Location: Berlin, Germany
Status: Offline
|
|
You might want to give the ful error message.
The lines, that you posted are just the summary of errors. |
|
|
|
|
 |
|
Post subject:
Posted: 03.03.2012, 11:54
|
|
Team Member

Joined: 2010-08-26
Posts: 170
|
|
keeping error messages secret is the better way to keep suporters busy  |
_________________ Why do strong arms fatigue themselves with frivolous dumbbells?
To dig a vineyard is worthier exercise for men.
Marcus Valerius Martialis, römischer Satiriker und Epigrammdichter
Será que o diabo perdeu a virgindade?
|
|
|
|
 |
snvv
|
|
Post subject:
Posted: 03.03.2012, 12:30
|
|

Joined: 2010-09-13
Posts: 331
Status: Offline
|
|
bevo wrote:
@snvv
I tried apt-get -f install several times.
The link does not fit my error message because there is no .prerm file.
Meanwhile I have a second system with that problem!
apt-get -f install once is enough
There is a bug report for your problem:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658216
The solution is coming soon, be patient. |
|
|
|
|
 |
bevo
|
|
Post subject:
Posted: 03.03.2012, 14:02
|
|

Joined: 2010-09-13
Posts: 14
Status: Offline
|
|
@ michaaa62, x-un-i
in the start post I wrote that I couldn't find the message log for this output. So if you would give advice I will be happy to add the total message.
@ snvv thanks that are good news  |
|
|
|
|
 |
michaaa62
|
|
Post subject:
Posted: 03.03.2012, 15:16
|
|

Joined: 2010-09-11
Posts: 55
Location: Berlin, Germany
Status: Offline
|
|
The file may be /var/log/dpkg.log, but this might be a very large file to search for this error. You might just copy and paste the output of
Code:
apt-get install libfm1 libfm1-gtk1
|
|
|
|
|
 |
bevo
|
|
Post subject:
Posted: 03.03.2012, 15:29
|
|

Joined: 2010-09-13
Posts: 14
Status: Offline
|
|
@ michaaa62
copy and paste in console ???
But apt-get install > package not found. |
|
|
|
|
 |
CaesarTjalbo
|
|
Post subject:
Posted: 03.03.2012, 19:24
|
|

Joined: 2010-09-13
Posts: 96
Location: Enschede
Status: Offline
|
|
bevo wrote:
copy and paste in console ???
Depending on the console/terminal program you use of course but control-shift-c and control-shift-v might work.
The easiest is often just selecting text with the mouse to copy it and pressing the middle mouse button (scroll wheel) to paste. This is a function of X so it also works for your desktop programs.
If you use the console and KDE, I can recommend Yakuake for a nice console integration in the GUI, streamlining your workflow. |
|
|
|
|
 |
michaaa62
|
|
Post subject:
Posted: 03.03.2012, 20:14
|
|

Joined: 2010-09-11
Posts: 55
Location: Berlin, Germany
Status: Offline
|
|
I am sorry, did just copy and paste the package name from your error message, was kjind of too lazy to look them up.
These are the right packages
Code:
apt-get install libfm1 libfm-gtk1
It is libfm1!one! and libfm-gtk1!one! |
|
|
|
|
 |
bevo
|
|
Post subject:
Posted: 03.03.2012, 20:17
|
|

Joined: 2010-09-13
Posts: 14
Status: Offline
|
|
There is no KDE nor Desktop at all !! |
|
|
|
|
 |
michaaa62
|
|
Post subject:
Posted: 03.03.2012, 22:21
|
|

Joined: 2010-09-11
Posts: 55
Location: Berlin, Germany
Status: Offline
|
|
Still there is a mouse, is it not???
This works on the console as well, if gpm package is installed, which is pretty common in every linux install. Well, yours might differ. Please clarify.
At least one thing sure: If the is no X, you will not need libfm-gtk1 at all. You might read on libfm1 to decide, if it is useful for your install, with
Code:
apt-cache show libfm1
|
|
|
|
|
 |
|