Find the answer to your Linux question:
Results 1 to 10 of 10
i get the following result on trying to launch synaptic package manager gui E: Could not open file /var/lib/dpkg/status - open (116 Stale NFS file handle) E: The package lists ...
  1. #1
    Just Joined!
    Join Date
    Jun 2009
    Posts
    8

    package manager failure

    i get the following result on trying to launch synaptic package manager gui



    E: Could not open file /var/lib/dpkg/status - open (116 Stale NFS file handle)
    E: The package lists or status file could not be parsed or opened.
    E: _cache->open() failed, please report.



    help.........
    how do i get about this problem

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Execute this
    Code:
    sudo apt-get clean all
    sudo apt-get update
    Post exact error message here, if any.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jun 2009
    Posts
    8
    the result is as follows:


    Fetched 207kB in 8s (25.4kB/s)
    Reading package lists... Error!
    E: Could not open file /var/lib/dpkg/status - open (2 No such file or directory)
    E: The package lists or status file could not be parsed or opened.




    i could not past the whole of the thing as it had urls in it....hope it helps......i'm new to linux environment and the terminal interface....
    thnx for helping in advance...

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    ls /var/lib/dpkg/status*
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Jun 2009
    Posts
    8
    ls: cannot access /var/lib/dpkg/status*: No such file or directory

    i executed command as root....still the same thing..

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    cd /var/lib/dpkg
    sudo mv status status.bak
    sudo mv status.old status
    sudo apt-get update
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Jun 2009
    Posts
    8
    mv: cannot stat `status': No such file or directory

    mv: cannot stat `status.old': No such file or directory


    this is the result i'm getting.......
    sorry for troubling soooo much ...but i cant figure out wats wrong....

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Post the output of this
    Code:
    ls /var/lib/dpkg
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined!
    Join Date
    Jun 2009
    Posts
    8
    output


    alternatives cmethopt info statoverride updates
    available diversions lock statoverride-old
    available-old diversions-old parts triggers

  10. #10
    Just Joined!
    Join Date
    Jun 2009
    Posts
    8
    welll............
    ubuntu now refuses to startup........freezes in boot screen.......
    if anyone has any idea other than reinstallation....plz help........
    is jaunty good enough to replace intrepid??or is more or less the same...??
    @ devils casper thanx for ur help........

Posting Permissions

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