On Sat, 2009-08-01 at 23:14 +0530, rajan ways wrote: > > > On Sat, Aug 1, 2009 at 10:52 PM, satyaakam goswami > <[email protected]> wrote: > > > On Sat, Aug 1, 2009 at 10:15 PM, rajan > ways<[email protected]> wrote: > > output of > > $echo $PATH is : > > > bash: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin: > No such > > file or directory > > > > /usr/bin is already in the path.any next suggestion? > > > > http://nixcraft.com/getting-started-tutorials/182-how-solve-apt-get-upgrade-problem.html > > > > I had already tried your suggested link.but for the sake of > crosscheck I once again followd the instruction provided in > the link ,but no succeess as like as previous attempt..any > other way? > > > > > -- > A formal relationship is not a relationship at all. > > >
find the file update-rc.d. try locate update-rc.d if it does not work, try the following type find / -type f -name update-rc.d It's gonna take a lot of time, just wait for it. --~--~---------~--~----~------------~-------~--~----~ Do you have another question? Click here - http://groups.google.com/group/iitdlug/post l...@iitd community mailing list -- http://groups.google.com/group/iitdlug -~----------~----~----~----~------~----~------~--~---
