OK i saved the file to the bubba storage folder
\\joseserver\storage\backup\bubba2\firefly_config\mt-daapd.conf
then over putty i copied from storage to etc
* logged in with my ssh User and password
* gave administrative rights with su + password
* went to the storage folder:
Code: Select all
cd /home/storage/backup/bubba2/firefly_config/
* copied the file to /etc
Code: Select all
scp mt-daapd.conf /etc/mt-daaped.conf
* Restarted mt-daapd
Still empty Config-Page
I went to the source code of config.html and found following:
Code: Select all
...
<h2>Configuration</h2><span id="toggle_basic_advanced"></span>
<div id="config_not_writable_warning" class="message_div" style="display: none;">Your config file is not writable, you can not change anything using this webpage</div>
...
Well i'm better in html/css then ssh and style="display:none;" tells not to display it (lol, why so?)
well here once more the attribut of mt-daapd.conf
Code: Select all
joseserver:/# ls -l /etc/mt-daapd.conf
-rw------- 1 www-data root 8097 2011-11-24 22:53 /etc/mt-daapd.conf
Any Ideas? -.-