Il 23/02/2015 17:06, "Thomas B. R?cker" ha scritto:> OK, that's from the Icecast side an easy situation.really thank you very much! I will make this operation tomorrow, but it seems easy. Still thanks.
On 02/23/2015 04:41 PM, Simone Dal Maso wrote:> Il 23/02/2015 17:06, "Thomas B. R?cker" ha scritto: >> OK, that's from the Icecast side an easy situation. > really thank you very much! > I will make this operation tomorrow, but it seems easy. > Still thanks.Good luck, let us know if you run into problems. Also, seeing how Thunderbird totally butchered up those commands, attached please find a script that contains those. Or run it directly "bash add-icecast-repo". The script is specific to Ubuntu 12.04. Cheers Thomas -------------- next part -------------- #!/bin/sh echo Adding official Icecast repository for Ubuntu 12.04 sudo sh -c "echo deb http://download.opensuse.org/repositories/home:/dm8tbr/xUbuntu_12.04/ ./ >>/etc/apt/sources.list.d/icecast.list" echo Importing GPG key for official Icecast repository wget -qO - http://download.opensuse.org/repositories/home:/dm8tbr/xUbuntu_12.04/Release.key | sudo apt-key add -
Il 23/02/2015 17:46, "Thomas B. R?cker" ha scritto:> Also, seeing how Thunderbird totally butchered up those commands,Yes, great power of email client of 2015! Anyway I solved adjusting commands manually, now I have icecast 2.4.1 running on my server, and I can work on building a script that shows me the current song on webpage of my radio. Thanks!
Just wondering, are the commands to upgrade icecast 2.3.2 to icecast version 2.4.1 the same in Ubuntu 12.04 as they are in Ubuntu 14.04? I do have Ubuntu 14.04 and I have tried the bash script but modified the links a little bit to reflect the Ubuntu 14.04 distro, but keep getting errors and got an invalid extension in /etc/apt/sources.list.d On 2/23/2015 9:46 AM, "Thomas B. R?cker" wrote:> On 02/23/2015 04:41 PM, Simone Dal Maso wrote: >> Il 23/02/2015 17:06, "Thomas B. R?cker" ha scritto: >>> OK, that's from the Icecast side an easy situation. >> really thank you very much! >> I will make this operation tomorrow, but it seems easy. >> Still thanks. > Good luck, let us know if you run into problems. > > Also, seeing how Thunderbird totally butchered up those commands, > attached please find a script that contains those. Or run it directly > "bash add-icecast-repo". The script is specific to Ubuntu 12.04. > > > Cheers > > Thomas > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20150225/928df0fa/attachment.htm