Re: combining fakeroot and distcc/SSH

2005-03-14 Thread Goswin von Brederlow
Daniel Schepler <[EMAIL PROTECTED]> writes: > martin f krafft <[EMAIL PROTECTED]> writes: > >> also sprach Petter Reinholdtsen <[EMAIL PROTECTED]> [2005.03.05.1225 +0100]: >>> > I am trying to use distcc to compile Debian packages and kernels, >>> > and am failing. The reason is that I need to use

Re: combining fakeroot and distcc/SSH

2005-03-12 Thread Daniel Schepler
martin f krafft <[EMAIL PROTECTED]> writes: > also sprach Petter Reinholdtsen <[EMAIL PROTECTED]> [2005.03.05.1225 +0100]: >> > I am trying to use distcc to compile Debian packages and kernels, >> > and am failing. The reason is that I need to use distcc-over-SSH, >> > but the Debian compile proce

Re: combining fakeroot and distcc/SSH

2005-03-08 Thread Wouter Verhelst
Op za, 05-03-2005 te 18:55 +0100, schreef martin f krafft: > also sprach Goswin von Brederlow <[EMAIL PROTECTED]> [2005.03.05.1840 +0100]: > > ssh -i usualy helps. > > not if you cannot influence how SSH is called. TTBOMK, distcc is free software. -- EARTH smog | bricks AIR -

Re: combining fakeroot and distcc/SSH

2005-03-05 Thread martin f krafft
also sprach Michael Tautschnig <[EMAIL PROTECTED]> [2005.03.05.1901 +0100]: > Actually I don't really know, but maybe the environment-variable > DISTCC_SSH could be helpful. ... it was really too early in the day. Sorry to all. -- Please do not send copies of list mail to me; I read the list!

Re: combining fakeroot and distcc/SSH

2005-03-05 Thread Florian Weimer
* martin f. krafft: > Has anyone else run into this problem? How could I work around it? "unset LD_PRELOAD" and a wrapper script works with current fakeroot. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: combining fakeroot and distcc/SSH

2005-03-05 Thread Michael Tautschnig
also sprach Goswin von Brederlow <[EMAIL PROTECTED]> [2005.03.05.1840 +0100]: ssh -i usualy helps. not if you cannot influence how SSH is called. Actually I don't really know, but maybe the environment-variable DISTCC_SSH could be helpful. Regards, Michael -- To UNSUBSCRIBE, email to [EMAIL PROT

Re: combining fakeroot and distcc/SSH

2005-03-05 Thread martin f krafft
also sprach Goswin von Brederlow <[EMAIL PROTECTED]> [2005.03.05.1840 +0100]: > ssh -i usualy helps. not if you cannot influence how SSH is called. -- Please do not send copies of list mail to me; I read the list! .''`. martin f. krafft <[EMAIL PROTECTED]> : :' :proud Debian develope

Re: combining fakeroot and distcc/SSH

2005-03-05 Thread Goswin von Brederlow
martin f krafft <[EMAIL PROTECTED]> writes: > Hi all, > > I am trying to use distcc to compile Debian packages and kernels, > and am failing. The reason is that I need to use distcc-over-SSH, > but the Debian compile process is run as (fake)root. Thus, it tries > to use /root/.ssh for configuratio

Re: combining fakeroot and distcc/SSH

2005-03-05 Thread martin f krafft
also sprach Petter Reinholdtsen <[EMAIL PROTECTED]> [2005.03.05.1225 +0100]: > > I am trying to use distcc to compile Debian packages and kernels, > > and am failing. The reason is that I need to use distcc-over-SSH, > > but the Debian compile process is run as (fake)root. > > Why isn't it enough

Re: combining fakeroot and distcc/SSH

2005-03-05 Thread Petter Reinholdtsen
[martin f krafft] > I am trying to use distcc to compile Debian packages and kernels, > and am failing. The reason is that I need to use distcc-over-SSH, > but the Debian compile process is run as (fake)root. Why isn't it enough to do 'make install' as root? Is there something in the build proces