You are not logged in.
That the best I can describe the problem: Strange X files (theme song) appearing from out of the blue ... or would you believe - I have no freaking idea where they are coming from!
The latest is: sedlS1Anm
How did I find it?
The same way I found the other mysterious X-Files that are now gone, trying to backup my system:
06 Feb 17 @ 15:41:12 ~
$ s11bk
Syncing /home to /media/sector11/disk/S11-Feb/
Syncing /media/5/ to /media/sector11/disk/M5/
rsync: send_files failed to open "/media/5/Conky/images/3d/sedlS1Anm": Permission denied (13)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1183) [sender=3.1.1]
1. Syncing Complete
2. Unmount /media/sector11/disk? (Y|n)
06 Feb 17 @ 17:05:03 ~
$ ls -lisan /media/5/Conky/images/3d/sedlS1Anm
3676714 0 ---------- 1 1000 1000 0 Jan 22 12:15 /media/5/Conky/images/3d/sedlS1Anm
06 Feb 17 @ 17:05:23 ~
$ stat /media/5/Conky/images/3d/sedlS1Anm
File: ‘/media/5/Conky/images/3d/sedlS1Anm’
Size: 0 Blocks: 0 IO Block: 4096 regular empty file
Device: 805h/2053d Inode: 3676714 Links: 1
Access: (0000/----------) Uid: ( 1000/sector11) Gid: ( 1000/sector11)
Access: 2017-02-06 15:57:41.236513647 -0300
Modify: 2017-01-22 12:15:33.878367362 -0300
Change: 2017-02-06 15:58:03.780961849 -0300
Birth: -
06 Feb 17 @ 17:05:39 ~
$ stat -f /media/5/Conky/images/3d/sedlS1Anm
File: "/media/5/Conky/images/3d/sedlS1Anm"
ID: 97836c9f0e28d5eb Namelen: 255 Type: ext2/ext3
Block size: 4096 Fundamental block size: 4096
Blocks: Total: 51573422 Free: 30297121 Available: 27671585
Inodes: Total: 13107200 Free: 13005445
06 Feb 17 @ 17:05:55 ~
$
I remove the file and my backup runs just fine until it finds another X-File!
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
^ Such files I have also and they hang with a wrong application of sed.
While editing a file in place, sed creates a temporary file, saves the result and then finally mv the original file with the temporary one.
The problem is that you don't have write permission in the directory where sed is trying to create the temp file.
As the file is ./sedPFq4Ck, check the permission of the directory where you are running the find command.
Offline