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
On 02/25/2015 06:40 PM, Jonathan wrote:> 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.dDid you use the commands from the previously attached script? The inline commands were malformed. The repository URL for 14.04 is: http://download.opensuse.org/repositories/home:/dm8tbr/xUbuntu_14.04/ I actually tested the script (with the 14.04 URL) on my 14.04 machine before I originally sent it, so after fixing the URL it should have worked. What error messages are you getting? Cheers Thomas PS: Seeing, that there is demand for this, I'm going to see to get this information added to the download page of icecast.org
I will send you the errors first and then the modified script. Adding official Icecast repository for Ubuntu 14.04 add-icecast-repo: line 4: $'\r': command not found Importing GPG key for official Icecast repository "pg: Invalid option "- add-icecast-repo: line 7: $'\r': command not found Now, here is my script that I have changed #!/bin/sh echo Adding official Icecast repository for Ubuntu 14.04 sudo sh -c "echo deb http://download.opensuse.org/repositories/home:/dm8tbr/xUbuntu_14.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_14.04/Release.key | sudo apt-key add - On 2/25/2015 12:00 PM, "Thomas B. R?cker" wrote:> On 02/25/2015 06:40 PM, Jonathan wrote: >> 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 > Did you use the commands from the previously attached script? > The inline commands were malformed. > > The repository URL for 14.04 is: > http://download.opensuse.org/repositories/home:/dm8tbr/xUbuntu_14.04/ > > I actually tested the script (with the 14.04 URL) on my 14.04 machine > before I originally sent it, so after fixing the URL it should have worked. > > What error messages are you getting? > > > Cheers > > Thomas > > PS: Seeing, that there is demand for this, I'm going to see to get this > information added to the download page of icecast.org > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast