Status: Accepted Owner: v.villenave Labels: Type-Defect Priority-Medium Jail
New issue 906 by v.villenave: gs fails in jail mode unless run separately with sudo (error 32512)
http://code.google.com/p/lilypond/issues/detail?id=906 New report from Bertalan: \version "2.13.7" """ I set up a separate filesystem, running lilypond in jail mode. My problem is that the last step, the PDF creation fails: gs -dSAFER -dDEVICEWIDTHPOINTS=595.28 -dDEVICEHEIGHTPOINTS=841.89 -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -sOutputFile="./test.pdf" -c .setpdfwrite -f "test.ps"' failed (32512) But if I call this command with sudo chroot /mnt/lilyloop gs -dSAFER -dDEVICEWIDTHPOINTS=595.28 -dDEVICEHEIGHTPOINTS=841.89 -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -sOutputFile="./test.pdf" -c .setpdfwrite -f "test.ps" that is, in a separate chroot, this creates the PDF. " -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
