First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 127570
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 89956
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Friedrich Oslage <bluebird@gentoo.org>
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 127570 depends on: Show dependency tree
Bug 127570 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: 2006-03-25 14:41 0000
Dear everybody,

--error-message(warning):
Service 'cupsd' should be AFTER service 'vmware', but one of
the services 'vmware' depends on, depends on 'cupsd'!

--my theory:
cups should be started after vmware.
but vmware(player) depends on samba which depends on cups

--content of startup scrips
/etc/init.d/cupsd:
depend() {
        use net
        after logger
        before nfs
        use hotplug
        after vmware
}

/etc/init.d/vmware(vmware-player):
depend() {
        need localmount
        use logger net samba
}

/etc/init.d/samba:
depend() {
        after slapd
        need net
        use cupsd
}

/etc/init.d/vmware(vmware-workstation, it's not installed, just as reference):
depend() {
        need localmount
        use logger net
        after samba
}

--my use flags:
USE="x86 X aalib alsa bzip2 cdr cups custom-cflags dri dvd dvdread ffmpeg ftp
gif icc icq java jpeg mikmod mmx mmxext mono mp3 mpeg ncurses nptl nptlonly
nvidia ogg oggvorbis opengl oracle pdf pic png ppds samba sdl smp sse sse2 udev
usb vorbis win32codecs xinerama xmms xv xvid zlib elibc_glibc
input_devices_keyboard input_devices_mouse kernel_linux linguas_de userland_GNU
video_cards_nvidia"

------- Comment #1 From Jakub Moc (RETIRED) 2006-03-25 14:42:59 0000 -------

*** This bug has been marked as a duplicate of 89956 ***

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