 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

18th February 2011, 08:50 AM
|
|
Registered User
|
|
Join Date: Dec 2010
Location: 19.2361°N 73.1583°E
Posts: 59

|
|
|
"Waiting in Queue" annoyance in F14
Whenever i open Add/Remove softwares in Fedora14, bottom left pane of thw window shows this message "Waiting in queue".no packages are displayed and it makes package manager useless.
This same meesage is displayed if i open 'software sources' from system-->preferences
Any idea how to solve this??
|

18th February 2011, 09:22 AM
|
 |
"Fixed" by (vague) request
|
|
Join Date: Oct 2005
Location: GMT+ 1
Posts: 2,950

|
|
|
Re: "Waiting in Queue" annoyance in F14
Yes, open the System Monitor (Applications->System Tools->System Monitor) or a terminal and kill the Packagekit instance that is idling and stopping concurrent instances from running
|

21st February 2011, 08:06 AM
|
|
Registered User
|
|
Join Date: Dec 2010
Location: 19.2361°N 73.1583°E
Posts: 59

|
|
|
Re: "Waiting in Queue" annoyance in F14
But,there is no such process with name 'PackageKit' running in background???
|

21st February 2011, 09:23 AM
|
 |
"Fixed" by (vague) request
|
|
Join Date: Oct 2005
Location: GMT+ 1
Posts: 2,950

|
|
|
Re: "Waiting in Queue" annoyance in F14
Weird... Have you not rebooted since last week? Could you please post the output of
Code:
ps -ef |egrep -i 'yum|packagekit|gpk-application'
? Also, check if /var/run/yum.pid exists, and if it does, delete it
Last edited by giulix; 21st February 2011 at 09:30 AM.
|

21st February 2011, 05:52 PM
|
|
Registered User
|
|
Join Date: Dec 2010
Location: 19.2361°N 73.1583°E
Posts: 59

|
|
|
Re: "Waiting in Queue" annoyance in F14
Quote:
Originally Posted by giulix
Weird... Have you not rebooted since last week? Could you please post the output of
Code:
ps -ef |egrep -i 'yum|packagekit|gpk-application'
? Also, check if /var/run/yum.pid exists, and if it does, delete it
|
The command gives me 2 processes in the output,out of which one was the same as command itself..
Also,there is no yum.pid file in the path specified.
What i cannot understand is why system monitor is not showing that process and the 'ps' command you gave is showing it..
PS::I cannot post the output of command as internet is not working on fedora,but i can logged in fedora and have tested the command..
I suppose i can kill this process as follows:
UPDATE:
No,even if i kill the process,then also the software sources window remains empty and displays 'Waiting in queue' meesage as is the case with Add/Remove software Window.
Pls help in solving it...
Last edited by satishj; 22nd February 2011 at 05:07 AM.
|

23rd February 2011, 01:22 PM
|
 |
"Fixed" by (vague) request
|
|
Join Date: Oct 2005
Location: GMT+ 1
Posts: 2,950

|
|
|
Re: "Waiting in Queue" annoyance in F14
Quote:
Originally Posted by satishj
I suppose i can kill this process as follows:
|
Nope, wrong assumption. This is not Ubuntu. Try just to kill it as your normal user ( NOT root):
Edit: Alternatively, use this command:
Code:
kill $(ps -ef |egrep -i 'yum|packagekit|gpk-application' |grep -v egrep |awk '{print $2}')
just make sure you're not root
Last edited by giulix; 23rd February 2011 at 01:38 PM.
|

23rd February 2011, 05:45 PM
|
|
Registered User
|
|
Join Date: Dec 2010
Location: 19.2361°N 73.1583°E
Posts: 59

|
|
|
Re: "Waiting in Queue" annoyance in F14
Quote:
Originally Posted by giulix
Edit: Alternatively, use this command:
Code:
kill $(ps -ef |egrep -i 'yum|packagekit|gpk-application' |grep -v egrep |awk '{print $2}')
just make sure you're not root
|
This is waht i get on using above command:
Code:
[satish@TITAN ~]$ kill $(ps -ef |egrep -i 'yum|packagekit|gpk-application' |grep -v egrep |awk '{print $2}')
bash: kill: (2057) - Operation not permitted
bash: kill: (2059) - Operation not permitted
[satish@TITAN ~]$
|

23rd February 2011, 06:20 PM
|
 |
"Fixed" by (vague) request
|
|
Join Date: Oct 2005
Location: GMT+ 1
Posts: 2,950

|
|
|
Re: "Waiting in Queue" annoyance in F14
That's correct: You are not allowed to kill processes you don't own. But you should be able to Add/Remove packages or update your system. The fact that some process runs in the background at all times preventing you from doing any of the above is very odd. You could try rebooting and running a system update immediately after. It would also be interesting to have a list of all your running processes after, say 10 minutes from boot, to see what's going on:
will list all processes on your system
Last edited by giulix; 23rd February 2011 at 07:07 PM.
|

23rd February 2011, 08:04 PM
|
|
Registered User
|
|
Join Date: Nov 2008
Posts: 57

|
|
|
Re: "Waiting in Queue" annoyance in F14
You might be able to track down the process (assuming it uses something with yum, rpm etc in its naming). ie: /var/cache/yum
For instance (as ROOT):
lsof | grep -i yum
I see some yumBacken... processes. The second field is the PID you can kill.
lsof | grep -i rpm
Might show you what rpms the process is trying to install etc if at all.
|

10th March 2011, 05:46 AM
|
|
Registered User
|
|
Join Date: Dec 2010
Location: 19.2361°N 73.1583°E
Posts: 59

|
|
|
Re: "Waiting in Queue" annoyance in F14
iam still looking for resolution to this annoyance..
This prob has rendered my fedora partition useless 
|

18th March 2011, 08:28 PM
|
|
Registered User
|
|
Join Date: Dec 2010
Location: 19.2361°N 73.1583°E
Posts: 59

|
|
|
Re: "Waiting in Queue" annoyance in F14
wait..i just observed this.. 
if iam connected to internet,then it works fine.I can search/download/install packages w/o any issues.But when iam offline,Add/remove software do not list the packages and gives this 'Waiting' message at below left corner.
Icome from ubuntu world..so iam finding this really frustating..
Any inputs now????
|

25th April 2011, 09:50 AM
|
|
Registered User
|
|
Join Date: Dec 2010
Location: 19.2361°N 73.1583°E
Posts: 59

|
|
|
Re: "Waiting in Queue" annoyance in F14
It just slipped out of my mind that i have this problem and it is STILL not resolved.
ideas pls... 
After a long time,i booted to fedora and faced this issue again.
Why..o why is add/remove program NOT WORKING WITHOUT INTERNET?????
So,now,can anyone pls assist me or should i delete the fedora partition and make use of it as another storage partition.
I really do not wish to depart with fedora,but,given this annoying problem,i think i have no other option left.
|

25th April 2011, 09:56 AM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,924

|
|
|
Re: "Waiting in Queue" annoyance in F14
You've answered your own question. In post 11 you stated
Quote:
|
if iam connected to internet,then it works fine.I can search/download/install packages w/o any issues.But when iam offline,Add/remove software do not list the packages and gives this 'Waiting' message at below left corner.
|
You need to be connected to the Internet for the application to work properly.
__________________
Glenn
The Bassinator © ®
Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
|

25th April 2011, 10:14 AM
|
|
Registered User
|
|
Join Date: Dec 2010
Location: 19.2361°N 73.1583°E
Posts: 59

|
|
|
Re: "Waiting in Queue" annoyance in F14
Quote:
Originally Posted by glennzo
You've answered your own question. In post 11 you stated You need to be connected to the Internet for the application to work properly.
|

so,does that mean fedora needs Internet connection just to view the available packages.This is a real shocker.
Is there no other way,wherein,the package list(of repos) not being fetched from Internet(just like Ubuntu way)???
WHY IS THIS POINT NOT MENTIONED IN FEDORA 14 DOCUMENTATION??
|

25th April 2011, 10:30 AM
|
|
Registered User
|
|
Join Date: Dec 2004
Posts: 131

|
|
|
Re: "Waiting in Queue" annoyance in F14
Quote:
Originally Posted by glennzo
You've answered your own question. In post 11 you stated You need to be connected to the Internet for the application to work properly.
|
Actually, the assumption, that user has permanent and instant internet connection is very annoying. Why? I use my laptop at home and on the go, while on the go, I have limited data allowance in my broadband - do I want to waste it on packages / metadata info updates? obviously not. Other annoyance is - whenever I want to check if package is available in my repos, it updates the packages list - what for? that should only happen, when user requests it asking for updates, or to refresh packages list.
__________________
megaloman.org
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 01:09 (Sunday, 19-05-2013)
|
|
 |
 |
 |
 |
|
|