sudo -u postgres psql airtime
Now we are connected to the database. Next we insert the following command:update cc_subjs set pass = md5('your_new_password') where login = 'admin';
But this does not ask me for a password (for Airtime, it does ask for Icecast).sudo dpkg-reconfigure airtime
maybe this will work
sudo -y apt-get remove airtime && sudo apt-get purge airtime && sudo apt-get autoremove && sudo apt-get install airtime
VOISSES
It looks like you're new here. If you want to get involved, click one of these buttons!