| Summary: | start-stop-daemon in baselayout-2.0.0_rc4 thinks dnetc has died | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Michael Hordijk <hoffbrinkle> |
| Component: | [OLD] baselayout | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Fix the issue | ||
|
Description
Michael Hordijk
2007-09-04 03:15:29 UTC
Created attachment 129976 [details, diff]
Fix the issue
Please test this patch and let us know if it works or not. Thanks!
Fixed in rc4-r1 Works as advertised. Thanks! (In reply to comment #2) > Fixed in rc4-r1 > rc4-r1 does it to rsyncd " # /etc/init.d/rsyncd restart rsyncd | * Caching service dependencies ... [ ok ] rsyncd | * Starting rsyncd ... rsyncd | * start-stop-daemon: /usr/bin/rsync is already runnin [ !! ] rsyncd | * ERROR: rsyncd failed to start" (In reply to comment #4) > rc4-r1 does it to rsyncd > " # /etc/init.d/rsyncd restart > rsyncd | * Caching service dependencies ... [ ok > ] > rsyncd | * Starting rsyncd ... > rsyncd | * start-stop-daemon: /usr/bin/rsync is already runnin [ !! > ] > rsyncd | * ERROR: rsyncd failed to start Not a baselayout error as such rc thinks that rsyncd isn't running when it actually is. killall rsyncd /etc/init.d/rsyncd restart (In reply to comment #5) > (In reply to comment #4) > > rc4-r1 does it to rsyncd > > " # /etc/init.d/rsyncd restart > > rsyncd | * Caching service dependencies ... [ ok > > ] > > rsyncd | * Starting rsyncd ... > > rsyncd | * start-stop-daemon: /usr/bin/rsync is already runnin [ !! > > ] > > rsyncd | * ERROR: rsyncd failed to start > > Not a baselayout error as such > rc thinks that rsyncd isn't running when it actually is. > > killall rsyncd > /etc/init.d/rsyncd restart > So I have to do that every time I boot up? Sorry that output was from me trying to restart it. In my log it says "/etc/init.d/rsyncd[4073]: start-stop-daemon: /usr/bin/rsync died" next line says "/etc/init.d/rsyncd[4044]: ERROR: rsyncd failed to start" It seemed to say more on boot up but it is not all in my logs. Well, it works for me here. Please open a new bug for this. (In reply to comment #7) > Well, it works for me here. Please open a new bug for this. > It only does it with rc in parallel start mode. I changed to "no" for parallel and it didn't give the error. |