[gobolinux-devel] Re: Comments on Unmanaged and third party
modules
Andy Feldman
nereusren at gmail.com
Thu Aug 10 20:57:38 GMT 2006
On 8/10/06, Jonas Karlsson <jonka750 at student.liu.se> wrote:
> On Thu, 10 Aug 2006 18:55:02 +0200, Jonatan Liljedahl <lijon at kymatica.com>
> > SignProgram: Creating FileHash
> > sudo: no passwd entry for root!
> >
> I've seen that, but haven't been able to track it down. To be honest I
> haven't spent that much energy on it either.
Do you just mean that sudo error message? It seemed to happen to me
beause my super-user account (#0) was named gobo, and my sudo was not
compiled as such. I believe it is the result of issuing "sudo -v". You
need something like this in the recipe to fix it:
configure_options=(
"--with-runas-default=`SuperUserName`"
)
It's tricky to recompile sudo with fibosandbox though... see my
earlier post to gobolinux-users at
http://www.wotfun.com/pipermail/gobolinux-users/2006-July/003295.html.
More information about the gobolinux-devel
mailing list