Michael Meskes wrote:

Hi Michael,

Sorry for the delayed answer.

On Tue, Feb 26, 2008 at 08:35:38PM +0200, Eddy Petrișor wrote:
I actually tried the same patch before and yes, it gives me a correct
 tempfile. However, svn-inject still reports that TMPDIR does not allow
 executables.
I bet the script is right, your TMPDIR doesn't allow executables :-)

But I was able to execute the script manually. Yes, I commented out the
system call that removes the file. :-)

Please post the output of 'mount'.

[EMAIL PROTECTED]:~$ mount
/dev/sda3 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)

Hmm, weird. How did you invoked svn-inject?
Is it OK for you to send the tarball you were trying to inject (if is not too big?

Does svn-inject works (ignoring the message) with the patch?

No, there is another problem in del_unreferenced that makes it stop. The

Well, but it does says something like this, doesn't it?

Default $TMPDIR does NOT allow execution.
All temporary files will be created in the current directory.


tar command list neither a file nor a directory to pack. It looked like:

tar -c 2>/dev/null| ...

That is rather odd. Would you be kind enough to paste the output that makes this command visible and tell me what you were doing exactly when that happened?

--
Regards,
EddyP
=============================================
"Imagination is more important than knowledge" A.Einstein



Reply via email to