Displaying 2 results from an estimated 2 matches for "fcfungen".
2010 Apr 06
1
vsftpd writing files 2 times - once as root
...oc
Now we have the phenomenon that some files and folders are written
twice, one instance as it should be and the other with owner and group
'root' and with html-like file name syntax. For example:
> -rw-r--r-- 1 root root 19968 16. M?r 11:24 Termine
> Leistungspr%FCfungen.doc
> -rw-r--r-- 1 ftpsystemuser ftpsystemuser 19968 16. M?r 11:24 Termine
> Leistungspr?fungen.doc
This looks like a security problem: the process writing these files
should not be able to do this as root, should it?
And then it is very annoying.
Has anyone seen that? Is that something I...
2010 Apr 08
1
vsftpd saving uploads twice
...months it appears that uploads are written
twice, on instance as it should (owner and group of the system user used
to map the virtual user that did the upload), and the other instance as
root. Lik this:
> -rw-r--r-- 1 root root 19968 16. M?r 11:24 Termine
> Leistungspr%FCfungen.doc
> -rw-r--r-- 1 ftpsystemuser ftpsystemuser 19968 16. M?r 11:24 Termine
> Leistungspr?fungen.doc
As you can see both instance use different syntax for the file name in
case of German umlauts. In vsftpds log only the correct file is mentioned.
Can anybody tell me what is happening here?...