https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28130 Christian Stelzenmüller <christian.stelzenmueller@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christian.stelzenmueller@bs | |z-bw.de Status|Needs Signoff |Failed QA --- Comment #4 from Christian Stelzenmüller <christian.stelzenmueller@bsz-bw.de> --- An error occurs when trying to open a sandbox with the enhancement. Part of the error trace says: "Error trace Could not mkdir /tmp/cgi_compile_22068: No space left on device at /usr/share/perl5/CGI/Compile.pm line 195 1. in CGI::Compile::_eval at /usr/share/perl5/CGI/Compile.pm line 195 2. 192: $tmp_dir ||= File::Spec->catfile(File::Spec->tmpdir, "cgi_compile_$$"); 3. 193: 4. 194: if (! -d $tmp_dir) { 5. 195: mkdir $tmp_dir or die "Could not mkdir $tmp_dir: $!"; 6. 196: chmod 0700, $tmp_dir or die "Could not chmod 0700 $tmp_dir: $!"; 7. 197: } 8. 198: " I could send the complete error trace if needed. -- You are receiving this mail because: You are watching all bug changes.