Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 216950 - sys-devel/distcc: /etc/init.d/distccd should work even when no tty is available
Summary: sys-devel/distcc: /etc/init.d/distccd should work even when no tty is available
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-08 20:49 UTC by Martin Mokrejš
Modified: 2008-10-25 06:39 UTC (History)
4 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 Martin Mokrejš 2008-04-08 20:49:45 UTC
It seems the /etc/init.d/distccd startup script works only when used interactively:


# for h in a b c d; do ssh root@$h 'hostname; /etc/init.d/distccd start'; done
a
 * Starting distccd ...                                                   [ !! ]
b
 * Starting distccd ...                                                   [ !! ]
[...]


When I login interactively to the machines I get:

# /etc/init.d/distccd start
 * Starting distccd ...                                                                                                                                                                                                                                          [ ok ]
#
Comment 1 Jan Kundrát (RETIRED) gentoo-dev 2008-04-09 17:19:24 UTC
Doesn't look like a general baselayout issue to me, but if it is, I apologize for wrong assignment.
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2008-04-10 19:46:38 UTC
base-system: any ideas?
Comment 3 MATSUU Takuto (RETIRED) gentoo-dev 2008-10-19 15:07:52 UTC
it works fine with openrc-0.3.0-r1.
Is it only distcc issue? and could you test sys-devel/distcc-3.0*?
Comment 4 MATSUU Takuto (RETIRED) gentoo-dev 2008-10-25 06:39:43 UTC
ok, I understand. it requires to add '--daemon' to distccd.
distcc-3.0-r2 in cvs.