View Single Post
Old 12-21-2010, 10:21 AM   #4
Senior Member
 
Join Date: Nov 2009
Location: Germany
Posts: 117
sascha is on a distinguished road
Send a message via MSN to sascha
Default

Quote:
Originally Posted by slava View Post
Please check file with encoding sets - /usr/local/ispmgr/etc/filemgr.enc

If file does not exist - you need create file by command

Code:
iconv -l |cut -d" " -f1|sed "s|//||g" > /usr/local/ispmgr/etc/filemgr.enc
It must create file with encodes supported by you operation system like this

Code:
# cat /usr/local/ispmgr/etc/filemgr.enc

RISCOS-LATIN1
hi,

still on every new debian installation, i must use this bugfix manually
sascha is offline   Reply With Quote