<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.10.3">
</HEAD>
<BODY>
Qua, 2006-08-02 às 20:50 +0100, Gabriel M Dragffy escreveu:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">On Mon, 2006-07-31 at 22:18 -0400, Paul Kaplan wrote:</FONT>
<FONT COLOR="#000000">> I was trying to install some packages using adept and it crashed before </FONT>
<FONT COLOR="#000000">> completing. Now, even after rebooting, when I try to launch adept I get a </FONT>
<FONT COLOR="#000000">> message that an apt or adept process is running and needs to be stopped </FONT>
<FONT COLOR="#000000">> before I can install or remove software. I tried apt-get clean, but it </FONT>
<FONT COLOR="#000000">> doesn't fix the problem.</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> Help!</FONT>
<FONT COLOR="#000000">> TIA</FONT>
<FONT COLOR="#000000">> Paul</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">Try:</FONT>
<FONT COLOR="#000000"> sudo dpkg --configure -a </FONT>
</PRE>
</BLOCKQUOTE>
Try:<BR>
ps aux (to see the processes running)<BR>
then do<BR>
kill -9 process_number_of_adept<BR>
<BR>
This should work<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
Sincerely<BR>
José Oleiro aka Matafome (#computers at irc.ptnet.org)
</TD>
</TR>
</TABLE>
</BODY>
</HTML>