First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 215801
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Sound Team <sound@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: ekz <ekz999@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 215801 depends on: Show dependency tree
Bug 215801 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-04-02 00:01 0000
media-sound/mpd requires service net.lo to start, if not fails with the error:

unable to bind port 6600: Cannot assign requested address
maybe MPD is still running?  

mpd version: 0.14.0_pre20080204

add 'net.lo' in 'use' in /etc/init.d/mpd fixes the problem



Reproducible: Always

Steps to Reproduce:
1. Stop net.lo /etc/init.d/net.lo stop
2. (re)Start mpd /etc/init.d/mpd restart


Actual Results:  

localhost ~ # /etc/init.d/net.lo stop
 * Caching service dependencies ...                                            
                 [ ok ]
 * Service net.lo stopping
 * Service net.lo stopped


localhost ~ # /etc/init.d/mpd restart
 * Service mpd stopping
 * Service mpd stopped
 * Service mpd starting
unable to bind port 6600: Cannot assign requested address
maybe MPD is still running?                                                    
   [ !! ]
 * ERROR:  mpd failed to start

Expected Results:  
mpd start net.lo if it's down

localhost ~ # /etc/init.d/net.lo stop
 * Service net.lo stopping
 * Service net.lo stopped

localhost ~ # /etc/init.d/mpd restart
 * Service mpd stopping
 * Service mpd stopped
 * Service mpd starting
 * Service net.lo starting
 * Service net.lo started
 * Service mpd started

------- Comment #1 From Ben de Groot 2008-04-11 21:32:18 0000 -------
Fix applied in CVS.

First Last Prev Next    No search results available      Search page      Enter new bug