Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44741 - /var/lib/init.d/depcache contains some unprintable chars due to /etc/init.d/teamspeak2-server
Summary: /var/lib/init.d/depcache contains some unprintable chars due to /etc/init.d/t...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-15 04:30 UTC by Matteo Settenvini
Modified: 2004-06-08 11:06 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matteo Settenvini 2004-03-15 04:30:42 UTC
i have some problems with /var/lib/init.d/depcache, near the end: a "^B" is always inserted whenever depscan.sh is run (about every thirty seconds or so... ;) ), resulting in an error at boot and when emerging something.

/var/init.d/depcache : xxxx : Command not found 

the line xxxx varies (moreover >2xxx).

i opened depcache with vi, and i removed the ^B. but it's pretty useless... it is regenerated wrong again by depscan.sh (i believe). i'm not at my pc at the moment, so i cannot be more specific. (sorry)

do you need some files? (floppy disks rulez when you haven't an internet connection...)

depscan.sh and the called .awk files seem ok, anyway.
I tried also with a sed s/\\\x02//gi on these files...

the system doesn't seem to be affected from this, so it's a minor (but annoying) bug.
Comment 1 Martin Wegner 2004-03-28 13:13:02 UTC
I think I've solved this problem:

For me, it worked to edit /etc/init.d/teamspeak2-server. The unwanted character occured in the lines:

depend() {
        need net
}

Removed it there, and a /etc/init.d/depscan.sh restart did not report an error anymore.

Can anyone confirm this?
Comment 2 Matteo Settenvini 2004-03-29 00:58:32 UTC
Wonderful, I confirm! It was an error in /etc/init.d/teamspeak2-server.
Comment 3 Radek Podgorny 2004-04-16 08:24:46 UTC
:-) Just found that out, too... :-) Can you please reassign to the teamspeak guys and fix this asap?

Thanks...
Radek
Comment 4 Matteo Settenvini 2004-06-08 11:06:13 UTC
There are a lot of bugs still opened on bugs.gentoo.org, so I'm trying to close old/obsolete ones.

This should be fixed in any new versions.