Find the answer to your Linux question:
Results 1 to 6 of 6
I keep on getting the message 'only one process is allowed to run ...' whenever i attempt to install downloaded updates or additional software. I use ubuntu 8.10....
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Posts
    5

    [SOLVED] Failed updates and software installations

    I keep on getting the message 'only one process is allowed to run ...' whenever i attempt to install downloaded updates or additional software. I use ubuntu 8.10.

  2. #2
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    Do you have something else opened while it's running? For instance, you can't do an update in terminal when you have synaptic open.
    Bodhi 1.3 & Bodhi 1.4 using E17
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

  3. #3
    Just Joined!
    Join Date
    Feb 2009
    Posts
    5
    The problem is i'm just trying linux for the 1st time and dual booting it with vista, so do not know much of its dos and donts.

  4. #4
    Linux Newbie Ziplock's Avatar
    Join Date
    Jan 2009
    Location
    Adelaide
    Posts
    169
    What program are you using to do the updates? Synaptic or 'Software Updater' from the menus?

    I guess I just want to hear how you go about the update.

  5. #5
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Something's probably stuck; apt only allows one instance to access the package manager at any given time. Open a terminal and run

    ps -A | grep -i apt

    ps -A | grep dpkg

    If anything shows up, kill it

    kill [pid#] <- the number to the left of ps output

  6. #6
    Just Joined!
    Join Date
    Feb 2009
    Posts
    5
    Thanks to you all, folks. Finally succeeded following all your advices. It is a pleasure being with such a responsive community.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...