[svlug] Could not find growisofs executable
Brian J. Tarricone
bjt23 at cornell.edu
Wed Oct 24 22:23:54 PDT 2007
On Wed, 24 Oct 2007 22:07:16 -0700 Larry Colen wrote:
> On Wed, Oct 24, 2007 at 09:42:56PM -0700, Larry Colen wrote:
> # I tried burning my Kubuntu 7.10 dvd on my work FC5 machine and my
> home # FC6 machines.
> # Using k3b on both of them, I get the error:
> # Could not find growisofs executable
Check permissions on the executable? Is your normal user allowed to
execute it?
> I tried logging in as root and running k3b to burn dvds:
> I got different problems this time. The weird thing is that I have
> burned dvds with this system before and not had problems.
[...]
> growisofs
> -----------------------
> :-( unable to anonymously mmap 33554432: Resource temporarily
> unavailable
According to 'man mmap', EAGAIN means the file is locked (inmpossible
for an anonymous map), or too much memory has been locked. Presumably
that number is the number of bytes it's trying to mmap(). Check the
output of 'ulimit -l'. On my system that's 32kB for both my normal
user and root, which clearly isn't enough (haven't tried growisofs
here). Maybe those limits aren't supposed to apply to root, though
that doesn't explain what's going on in your situation.
I do seem to remember a while ago using growisofs on another system it
complained when I tried to run it as root (see the growisofs manpage,
'NOTES' section). Not sure if that's part of the problem, either.
-brian
More information about the svlug
mailing list