LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-16-2004, 07:01 PM   #1
rosslaird
Member
 
Registered: Jul 2003
Location: Vancouver
Posts: 76

Rep: Reputation: 16
apt-get error message: No `START-INFO-DIR-ENTRY'


Today I did my usual Sid 'apt-get -u dist-upgrade', which I do pretty much every day, and for the first time ever I received an error message that halted the whole process. Here it is:

Setting up sed (4.1.2-2) ...

No `START-INFO-DIR-ENTRY' and no `This file documents'.
install-info(/usr/share/info/sed.info): unable to determine description for `dir' entry - giving up
dpkg: error processing sed (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
sed
E: Sub-process /usr/bin/dpkg returned an error code (1)


Anybody know what's going on?
 
Old 11-16-2004, 07:12 PM   #2
Outabux
Member
 
Registered: Apr 2003
Location: Greenwood Mississippi
Distribution: Debian.
Posts: 241

Rep: Reputation: 30
Try this for now.

Got same exact error.

Made hddtemp, menu-xdg (update-menus, the debian menu in kde) not work.

So, I browsed over to debian.org and grabbed sed from stable (3.???) instead of testing/sid's version 4.??? and everything is copestetic except for the mentioning of one to upgrade.

That is after first apt-get remove --purge sed.
Then as root or suid or root konsole (whatever u prefer) dpkg -i sed.3.??.??.deb.

After a reboot and a reinstall of hddtemp (apt-get install --reinstall hddtemp), everything worked.
Again, the debian menu only returned after a reboot.

Let me know if anything happens. Usually, a later apt-get update and dist-upgrade or dist-upgrade solves prob.

We shall see. Hoorah Debian...Militarily Free.
 
Old 11-16-2004, 09:53 PM   #3
dhcolesj
LQ Newbie
 
Registered: Jul 2004
Location: Dickson TN
Distribution: RedHat Enterprise, Fedora, Kubuntu, Mint, and Debian
Posts: 21

Rep: Reputation: 0
Set your distro back from SID to Sarge in your repositories lists and refresh. You'll see the version number goes from 4.x.2-2 to 4.x.2-1 The -1 version is just fine. Not sure what they did to the latest version.
 
Old 11-17-2004, 12:22 AM   #4
utanja
Member
 
Registered: Apr 2004
Location: Europe:Salzburg Austria USA:Orlando,Florida;
Distribution: Debian
Posts: 643

Rep: Reputation: 32
had same problem as well...and reverted back to sarge to that version of sed
 
Old 11-17-2004, 12:28 AM   #5
fail66
Member
 
Registered: Nov 2001
Distribution: Debian
Posts: 35

Rep: Reputation: 15
I am having the same exact problem. Haven't been able to revert back though. Still working on it

Fixed, wish i could spell "dpkg" right, "dkpg" doesn't work very well



I'm a 'tard

Last edited by fail66; 11-17-2004 at 12:47 AM.
 
Old 11-17-2004, 05:28 AM   #6
Draygo
Member
 
Registered: May 2004
Location: Frisco, TX
Distribution: Debian Unstable
Posts: 73

Rep: Reputation: 15
I just deleted /usr/share/info/sed.info cause it was basically a zeroed out file. Found a backup in the same dir called sed.info.1.gz. gunzipped it and did a apt-get install -f and everything worked well for me.
 
Old 11-17-2004, 10:09 AM   #7
Outabux
Member
 
Registered: Apr 2003
Location: Greenwood Mississippi
Distribution: Debian.
Posts: 241

Rep: Reputation: 30
You ARE SID! Notice, I've been SID all along! Wow!

apt-get remove --purge sed
{type} Do as I say!

####### Some installs may break and some uninstalled. Simply reinstall them #######

apt-get install sed -t testing #### take a look at my etc/apt/sources.list ####
#### or if your repository still has it and you haven't apt-get clean or apt-get autoclean ####
#### your archives, then instead ####

cd /var/cache/apt/archives
dpkg -i sed_4.1.2-1_i386.deb.


######## Reinstall stuff busted, copy the list from the removal #######
################################################
################################################
################################################

apt-get install --reinstall hddtemp ### hddtemp for me ###

################################################
################################################
################################################

# Note: Some services which need depend that depend may need to be restarted, others #
# may not like gkrellm for hddtemp and such. If a problem with a bunch, just reboot. If not, #
# they will needed to be restarted manually. #

RAVEN:/etc/apt# more sources.list

#deb cdrom:[Debian GNU/Linux 3.0 r1 _Woody_ - Official i386 Binary-7 (20021218)]/ unstable contrib main non-US/contrib non-US/main
#deb cdrom:[Debian GNU/Linux 3.0 r1 _Woody_ - Official i386 Binary-6 (20021218)]/ unstable contrib main non-US/contrib non-US/main
#deb cdrom:[Debian GNU/Linux 3.0 r1 _Woody_ - Official i386 Binary-5 (20021218)]/ unstable contrib main non-US/contrib non-US/main
#deb cdrom:[Debian GNU/Linux 3.0 r1 _Woody_ - Official i386 Binary-4 (20021218)]/ unstable contrib main non-US/contrib non-US/main
#deb cdrom:[Debian GNU/Linux 3.0 r1 _Woody_ - Official i386 Binary-3 (20021218)]/ unstable contrib main non-US/contrib non-US/main
#deb cdrom:[Debian GNU/Linux 3.0 r1 _Woody_ - Official i386 Binary-2 (20021218)]/ unstable contrib main non-US/contrib non-US/main
#deb cdrom:[Debian GNU/Linux 3.0 r1 _Woody_ - Official i386 Binary-1 (20021218)]/ unstable contrib main non-US/contrib non-US/main


deb ftp://ftp.us.debian.org/debian/ unstable main non-free contrib
deb-src ftp://ftp.us.debian.org/debian/ unstable main non-free contrib
deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free


deb-src http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free

deb ftp://ftp.us.debian.org/debian/ testing main non-free contrib
deb-src ftp://ftp.us.debian.org/debian/ testing main non-free contrib
deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free

deb ftp://ftp.us.debian.org/debian/ stable main non-free contrib
deb-src ftp://ftp.us.debian.org/debian/ stable main non-free contrib
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free

deb http://security.debian.org/ stable/updates main contrib non-free

# NDISWRAPPER
deb http://rigtorp.se/debian/ unstable/
deb-src http://rigtorp.se/debian/ unstable/

# Boot Splash
deb http://www.bootsplash.de/files/debian/ unstable main
deb-src http://www.bootsplash.de/files/debian/ unstable main

# Streamriper records shoutcast-compatible and live265 streams to mp3
deb http://home.planet.nl/~autar022/ ./
deb-src http://home.planet.nl/~autar022/ ./

# Hibernate Script: SWSUSP2
deb http://cp.yi.org/apt/hibernate ./

Last edited by Outabux; 11-17-2004 at 10:33 AM.
 
Old 11-17-2004, 10:10 AM   #8
rosslaird
Member
 
Registered: Jul 2003
Location: Vancouver
Posts: 76

Original Poster
Rep: Reputation: 16
still trying...

I am still unable to fix this, for various reasons:

1. I can't purge sed because when I try to apt gives me a list of about 20 other applications that it would also remove.

2. I can't just revert to Sarge. That seems a bit extreme.

3. I've tried pinning sed to version 4.1.1* in my preferences file, but it doesn't work. I'm not sure why. This is what I have, and according to the apt how-to it should work:

Package: sed
Pin: version 4.1.1*

Maybe it's not working because I would need to purge the current version first, but -- see 1 above.

4. I've installed version 4.1.2-1 from the .deb file, but even when I do that, dist-upgrade wants to install version 4.1.2-2 (even when I pin to 4.1.1*).

5. I have not tried Draygo's solution. I'm not sure if it's different than dpkg'ing 4.1.2-1, which I have done.

I wonder if I'll just have to wait until sed 4.1.2.-2 is fxed. Thousands of sid users must be having this problem, and sooner or later someone will notice.
 
Old 11-17-2004, 10:26 AM   #9
Outabux
Member
 
Registered: Apr 2003
Location: Greenwood Mississippi
Distribution: Debian.
Posts: 241

Rep: Reputation: 30
Check my edited Post && Don't Worry, Be Happy!

Don't worry about the upgrade or the PIN thing!

I've fought and lost with the PIN; however, someone from Debian is looking, as this not an isolated bug ..., it'll get fixed. For now, if your routine is thrown off, just say no to the upgrade and install those packages manually with apt-get install or go through the SED thing again. No matter, it'll get fixed.

I have a minamilist system (no X) installed on another partition (production OS from Woody CD's) for trying out kernels and stuff (SARGE installer, expert switch ... with grub, hotplug, discover but directly to SID over net) and exactly same thing.

Keep checking daily or whatever, its got me yuckdified cause I'm ready to make a backup with partimage instead of Norton's Ghost to DVD-RAM compressed and everything. I would like to have this resolved before I make that long backup (But hey, its a -RAM, delete it later.)


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! News Flash !!!!!!!!!!!!!!!!!!!!!!!!!

I reinstalled old 4.1.2-1 and tried to upgrade and got classic u know what.

I tried Draygo's advice and gunziped sed.info and it was a blank file, deleted it, and bam!
Same thing. Not relenting, I reinstalled 4...1 again. This time on upgrade and problem, I just tried
apt-get install -f

and voila. Thanx! Draygo. sed.info now has someting in it 1127 bytes of it.

Last edited by Outabux; 11-17-2004 at 10:46 AM.
 
Old 11-17-2004, 11:26 AM   #10
rosslaird
Member
 
Registered: Jul 2003
Location: Vancouver
Posts: 76

Original Poster
Rep: Reputation: 16
OK. Fixed

After more playing around, and trying out various options from the tips above, this is what finally worked:

I went into /usr/share/info. In that dir, there were three sed-related files:

sed.info (an empty file)
sed.info-2.gz
sed.info-1.gz
sed.info.gz

I deleted the empty file (sed.info). I unpacked sed.info-2.gz (using Konqueror, since I can never remember the command line options). This yielded a file called sed.info-2. I opened this file (using Kate) and then immediately re-saved it as sed.info (I suppose I could just have renamed it also).

Then I ran apt-get install -f. Voila, sed was fixed.
Then I ran apt-get -u dist-upgrade, and all is well.

Thanks for the various bits of help.
 
Old 11-17-2004, 02:32 PM   #11
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
I didn't even have a sed.info file

gzip -d sed.info-2.gz
mv sed.info-2 sed.info
apt-get upgrade

worked. I didn't have to do apt-get install -f anymore
 
Old 11-20-2004, 09:07 AM   #12
Outabux
Member
 
Registered: Apr 2003
Location: Greenwood Mississippi
Distribution: Debian.
Posts: 241

Rep: Reputation: 30
Fixed!

apt-get update
apt-get upgrade

apt-get upgrade #if pre depends or "apt-get dist-upgrade" for as many needed to complete

Now if we can just get framebuffer support fixed in 2.6.9
 
Old 11-20-2004, 09:32 AM   #13
utanja
Member
 
Registered: Apr 2004
Location: Europe:Salzburg Austria USA:Orlando,Florida;
Distribution: Debian
Posts: 643

Rep: Reputation: 32
Quote:
Originally posted by darkleaf
I didn't even have a sed.info file

gzip -d sed.info-2.gz
mv sed.info-2 sed.info
apt-get upgrade

worked. I didn't have to do apt-get install -f anymore
the new ded file is in sid for download....works fine know...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
apt-get error message amon Debian 3 03-28-2005 01:22 PM
APT-GET fails on MDK 9.2 - Error Message Kujila Linux - Software 0 05-06-2004 10:12 PM
named error message when trying to start it mchanea Linux - Wireless Networking 0 02-05-2004 09:25 AM
Apt-get error message silentnights Mandriva 6 09-22-2003 12:10 AM
Error: Acct: Couldn't insert SQL accounting START record - Duplicate entry '15212' fo ethanchic Linux - Software 0 04-11-2003 10:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 03:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration