Ticket #4578 (closed defect: duplicate)
Cannot create temporary directory /tmp/mc-235078: File exists (17).
Reported by: | gv | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-core | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
I got this error after applying the commit 1e299eefe7a12a3c707997f918056d1a22c2e49c (Ticket #4575: fix mc-wrapper to fit changes in #4535). The shell is tcsh.
$ mc
$ mcedit dummy.txt
Cannot create temporary directory /tmp/mc-235078: File exists (17).
Temporary files will not be created
Press any key to continue...
How to reproduce:
- Set EDITOR to mcedit
- start mc
3 start mcedit dummy.txt
$ mc -V
GNU Midnight Commander 4.8.32
Built with GLib 2.68.4
Built with S-Lang 2.3.2 with terminfo database
With builtin editor and aspell support
With optional subshell support
With support for background operations
With mouse support on xterm and Linux console
With internationalization support
With multiple codepages support
With ext2fs attributes support
Virtual File Systems:
cpiofs, tarfs, sfs, extfs, ftpfs, shell
Data types:
char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64;
So why do you open a separate ticket? This branch is not even merged to master.
If you need a workaround, apply my patch, I hope this works for you: