Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 216375 - openresolv is unable to restarts nscd correctly
Summary: openresolv is unable to restarts nscd correctly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Peter Weller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-05 20:02 UTC by Marcin Kurek
Modified: 2008-04-19 09:46 UTC (History)
1 user (show)

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


Attachments
Problem located and fixed. There was a small typo in openresolv.in (openresolv-pid-fix.patch,533 bytes, patch)
2008-04-05 20:23 UTC, Marcin Kurek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Kurek 2008-04-05 20:02:14 UTC
When running dhcpcd with openresolv (1.5) installed I can see a following error:

 cat: /var/run/nscd.pid: No such file or directory

Looking at libc.in shows me:

 resolvconf -s nscd restart

I guess openresolv assume the service .pid file is located in /var/run, but this is not true in nscd case as it has .pid in /var/run/nscd/ directory.


Reproducible: Always
Comment 1 Marcin Kurek 2008-04-05 20:23:17 UTC
Created attachment 148784 [details, diff]
Problem located and fixed. There was a small typo in openresolv.in
Comment 2 Roy Marples 2008-04-07 08:32:14 UTC
Fixed in openresolv-1.5.1, thanks