This is a discussion on How to solve apt-get upgrade problem within the Getting started tutorials forums, part of the Linux Getting Started category; After gonna throug instruction located on our group web site http://www.cyberciti.biz/nixcraft/vi...-security.html I run into following problem: First I had typed ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
||||
|
After gonna throug instruction located on our group web site http://www.cyberciti.biz/nixcraft/vi...-security.html I run into following problem:
First I had typed the commands: To configure mirrors Code:
apt-setup Code:
apt-get update Code:
apt-get -d upgrade Code:
apt-get upgrade Quote:
I searched on net and no solution found, so I decided to go on myself. Only way to solve this problem was to remove e2fsprogs and reinstall it so here is what I did (do't reboot system till you have all update :1) Code:
apt-get remove e2fsprogs 2) As soon as it returns to prompt reinstall e2fsprogs Code:
apt-get install e2fsprogs Since e2fsprogs is so crtical package it removed update-rc.d and runleve command. Which result into following error (and you can't install any package via apt-get) dpkg: `update-rc.d' not found on PATH. However when you type above command it will report that update-rc.d command not found in PATH. So I just created soft link to it: Code:
cp /bin/false /tmp cd /tmp ln -s false update-rc.d export PATH=$PATH:/tmp So next task is to get install update-rc.d which is part of file-rc package. Code:
apt-get install file-rc Quote:
5) Install init/telinit command removed by upgrade: Code:
apt-get install sysvinit |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I install or upgrade an Linux RPM package? | rockdalinux | Getting started tutorials | 1 | 11-05-2008 02:10 PM |
| How To Upgrade PHP | sweta | Ubuntu / Debian | 0 | 05-03-2008 12:18 AM |
| Backup/Upgrade of Harddisk | ricc | Linux software | 6 | 03-24-2008 08:04 PM |
| upgrade fedora7 to fedora8 with yum | shabakeh | CentOS / RHEL / Fedora | 1 | 11-18-2007 09:17 AM |
| Upgrade Apache Server | sweta | Ubuntu / Debian | 0 | 11-01-2007 03:53 AM |