I can remember creating this file but it disapeard. But not completely:
root@XXX:/etc/vz/conf# ls -al
total 0
drwxr-x--- 2 root www-data 0 Okt 1 16:04 .
drwxr-x--- 2 root www-data 0 Okt 1 16:04 ..
root@XXX:/etc/vz/conf# touch 1030.conf
touch: cannot touch `1030.conf': File exists
root@warp1:/etc/vz/conf# echo blah > 1030.conf
-bash: 1030.conf: File exists
root@warp1:/etc/vz/conf# rm 1030.conf
rm: cannot remove `1030.conf': No such file or directory
System is Debian7 / Proxmox:
Linux warp1 2.6.32-24-pve #1 SMP Fri Sep 13 07:29:30 CEST 2013 x86_64 GNU/Linux
What is causing this and how can I get my file back / get rid of it and how do I debug sth. like this? Thanks!