Linux / UNIX Tech Support Forum
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 ...
|
|||||||
| Getting started tutorials So much to read, so little time! If that is your problem, we have solution. Read our FAQ and tutorials to help you cut through the clutter of information overload. Only members of "contributors" group can post new tutorials. Other members can just reply to thread. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
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 | ||
|
|
|
|||
|
Also thanks, it worked fine. Only, i.a. directory /etc/rc2.d disappeared (which does not really matter to me, while other people may re-create original symlinks there).
|
![]() |
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 01:10 PM |
| How To Upgrade PHP | sweta | Ubuntu / Debian | 0 | 05-02-2008 11:18 PM |
| Backup/Upgrade of Harddisk | ricc | Linux software | 6 | 03-24-2008 07:04 PM |
| upgrade fedora7 to fedora8 with yum | shabakeh | CentOS / RHEL / Fedora | 1 | 11-18-2007 08:17 AM |
| Upgrade Apache Server | sweta | Ubuntu / Debian | 0 | 11-01-2007 02:53 AM |