Find the answer to your Linux question:
Results 1 to 5 of 5
Hi, I needed to expand my /usr so I created /home/USR_SHARE moved alle files from /usr/share there and added "/home/USR_SHARE /usr/share none rw,bind 0 0" to my /etc/fstab. This worked ...
  1. #1
    Just Joined!
    Join Date
    May 2009
    Posts
    7

    [SOLVED] problem with update manager (dbus no reply...) after bind-mount

    Hi,
    I needed to expand my /usr so I created /home/USR_SHARE moved alle files from /usr/share there and added "/home/USR_SHARE /usr/share none rw,bind 0 0" to my /etc/fstab.
    This worked out except for one thing (until now).

    After starting update-manager and clicking on 'Install Updates' update-manager doesn't install anything instead it just does the same thing it would do if I clicked on 'Check'. While this process following appears in the terminal from which I started update-manager:
    Code:
    current dist not found in meta-release file
    could not send the dbus Inhibit signal: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    (The first line appears directly after starting update-manager.)
    There must be a problem with dbus because apt-get upgrade works without any problems.

    So now I need help to solve this problem.

    THX, oniontree

  2. #2
    Just Joined!
    Join Date
    May 2009
    Posts
    7

    re: xfonts-scalable dpkg error

    Ok, problem is much bigger now.
    I added sid to sources.list of apt-get and autoremove removed a lot of important files. Now my system works again, but I can't install or remove anything. Error appears, no matter what I try:

    Code:
    Setting up xfonts-scalable (1:1.0.0-6) ...
    /var/lib/dpkg/info/xfonts-scalable.postinst: line 925: update-fonts-scale: command not found
    dpkg: error processing xfonts-scalable (--configure):
     subprocess post-installation script returned error exit status 127
    Processing triggers for menu ...
    Errors were encountered while processing:
     xfonts-scalable
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    thebla:/var/cache/apt#
    I hashed sid in /etc/apt/sources.list now.

    Is there a way to remove xfonts-scalable manually or something?
    oniontree

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Try to purge it.
    Code:
    apt-get purge xfonts-scalable
    In case it doesn't work, move xfonts-scalable.postinst file in /var/lib/dpkg/info folder to another location.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined!
    Join Date
    May 2009
    Posts
    7

    re: thx, solved

    Thanks, everything works after moving the postinst file.
    oniontree

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Glad to help you ! Do start a new thread if you have any other question.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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