Summary: | unable to anonymously mmap 67108864 | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | Andrea Cimitan <cimi86> |
Component: | general | Assignee: | Sebastian Trueg <trueg> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | success??? not really |
Description
Andrea Cimitan
2006-02-17 00:12:28 UTC
not a k3b bug. see http://fy.chalmers.se/~appro/linux/DVD+RW/ It is a k3b bug because I'm able to burn successefully with 0.12.9 and 0.12.10 version!!!! *with same dvd+rw-tools obviusly... Again: this is not a K3b bug. The problem is that K3b uses a higher default writing buffer than growisofs, namely 40 MB. You seem to have configured 60 MB. So it could even be called a user problem. K3b 0.12.10 and below do not set the buffer size in growisofs >= 6.0, so in those cases you get your default 30MB. Thank you!!! finally a good answer... and how I can set different writing buffer? k3b settings -> advanced -> manual writing buffer I got this too: :-( unable to anonymously mmap 33554432: Resource temporarily unavailable I tried to set the maual buffer to various sizes, but it didn't work for me. What value should I set it to I solved the issue by issuing "ulimit -l unlimited" before starting k3b, but I think I need a more elegant way. Regards, Bogdan I have very new kernel. I found this link which explains the issue: http://lists.debian.org/cdwrite/2006/01/msg00077.html This bug is still biting me. I'm using k3b-0.12.17 and dvd+rw-tools-6.1-r1 which are apparently (still?) the culprit. It would be nice if the workaround we need to set anyway could be the standard. Created attachment 18014 [details]
success??? not really
Also k3b happily reports success when it has failed and done nothing.
I retract my previous statement that k3b reports success when it has actually not written anything. It seems it is possible to write 3GB onto a DVD+RW in a few seconds. I've not confirmed that it does or doesn't write when it fails to mmap, but reports success. how about growisofs 7.0? I found changing the ulimit as described in Andy Polyakov's message cited above http://lists.debian.org/cdwrite/2006/01/msg00077.html fixed this problem. For a permanent fix, add the command "ulimit -l unlimited" to ~/.bashrc. Because modern kernels can require K3b to run with root privileges, I made the change to /root/.bashrc. I've edited the launchers for K3b to run the program as root. Of course, none of these problems are intrinsic to K3b. They reflect issues with the hardware, kernel, and burning programs K3b invokes. See, for instance, http://lkml.org/lkml/2004/8/19/173. |