I've had rivendell running on Linux Mint (not the latest). I think from memory I had to add the new sources for tryphon into it using the update manager. The repository key I added using the command line. Linux mint doesn't store the apt-get sources in the /etc/apt/sources.list It uses directories in that directory instead. I've gone back to Lubuntu 14.04 now (... so I don't have access to that machine anymore.
Many thanks Geoff Barkman On 7/28/14, Andy Sayler <a...@wmfo.org> wrote: > Also, make sure you didn't include the '$' in the 'sudo apt-get update | > grep' command. I just added that to show the terminal prompt. > > -Andy > > > On Sun, Jul 27, 2014 at 4:49 PM, Andy Sayler <a...@wmfo.org> wrote: > >> If the tryphon repos were dead, you'd still see 404 errors. >> >> Is grep not installed on Mint be default? That might be why you get a >> command not found error. Although manually looking at the apt-get update >> output works just as well. >> >> If you don't see any tryphon references in the apt-get output, it seems >> like mint is ignoring your /etc/apt/sources repo files. I'm not sure what >> to do about that, but it seems like a Mint issue. >> >> >> On Sun, Jul 27, 2014 at 4:40 PM, Pedro Picoto <pedro.pic...@gmail.com> >> wrote: >> >>> Using $ sudo apt-get update | grep 'debian.tryphon.eu' I get a "command >>> not found" (Guess it's a Mint issue) >>> Update on terminal I don't see any mention to Tryphon reps (Dead Trusty >>> Tryphon repos.?). >>> >>> >>> On Sun, Jul 27, 2014 at 11:33 PM, Andy Sayler <a...@wmfo.org> wrote: >>> >>>> When you run 'apt-get update', do you see it pulling the latest package >>>> list from the tryphon repos? >>>> E.g. >>>> >>>> $ sudo apt-get update | grep 'debian.tryphon.eu' >>>> >>>> I've never used Mint, just pure Ubuntu, so maybe mint handles adding >>>> 3rd >>>> party repos differently? >>>> >>>> Beyond that, I don't know why it's not working. Maybe mail the >>>> list/tryphon guys again to see if they have any ideas? >>>> >>>> >>>> On Sun, Jul 27, 2014 at 4:24 PM, Pedro Picoto <pedro.pic...@gmail.com> >>>> wrote: >>>> >>>>> Since i'm using secondary partition I've formated it and made a fresh >>>>> install with Mint 17, again. Update and upgrade using terminal. Done. >>>>> Dist update using update manager. Done. >>>>> Add Tryphon reps and key. Done. (Checked the update manager to >>>>> confirm) >>>>> sudo apt-get update. Done. >>>>> sudo apt-get install mysql-server. Done. >>>>> >>>>> (Fingers crossed) >>>>> >>>>> >>>>> pedro@pedro-desktop ~ $ sudo apt-get install rivendell-server >>>>> rivendell >>>>> [sudo] password for pedro: >>>>> A ler as listas de pacotes... Pronto >>>>> A construir árvore de dependências >>>>> A ler a informação de estado... Pronto >>>>> E: Não foi possível encontrar o pacote rivendell-server >>>>> E: Não foi possível encontrar o pacote rivendell >>>>> Bang!!!! >>>>> >>>>> Frustation is arising... >>>>> >>>>> My guide sites are these: >>>>> http://debian.tryphon.eu/?utm_campaign=rivendell-2.1.2 >>>>> http://www.tryphon.eu/en/blog/2012/01/05/rivendell-2.1.2-debian-ubuntu/ >>>>> >>>>> I have no issues installing Rivendell on 12.04. On 14.04 is a %&$#... >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> On Sun, Jul 27, 2014 at 8:51 PM, Andy Sayler <a...@wmfo.org> wrote: >>>>> >>>>>> Response inline. >>>>>> >>>>>> On Sun, Jul 27, 2014 at 11:21 AM, Pedro Picoto >>>>>> <pedro.pic...@gmail.com >>>>>> > wrote: >>>>>> >>>>>>> Sorry for bothering you again, this time off-list. I think my >>>>>>> noobness is becoming dumbness regarding this issue. >>>>>>> >>>>>>> I have listed on Mint 17/Update Manager/Aditional Repositories: >>>>>>> >>>>>>> deb http://debian.tryphon.eu trusty main contrib >>>>>>> deb-src http://debian.tryphon.eu trusty main contrib >>>>>>> >>>>>>> I have listed on Mint/Update Manager/Authentication Keys: >>>>>>> >>>>>>> Tryphon debian Packagers root at tryphon.org >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> C6DBBD5 >>>>>>> >>>>>>> Upon update: >>>>>>> >>>>>>> >>>>>>> A ler as listas de pacotes... Pronto >>>>>>> >>>>>>> W: Falhou obter http://packages.domain.com/dists/trusty/InRelease >>>>>>> >>>>>>> W: Falhou obter http://packages.domain.com/dists/trusty/Release.gpg >>>>>>> Não foi possível resolver 'packages.domain.com' >>>>>>> W: Falhou o download de alguns ficheiros de índice. Foram ignorados >>>>>>> ou os antigos foram usados em seu lugar. >>>>>>> >>>>>>> >>>>>> This looks unrelated to Tryphon, but it does look like you have a bad >>>>>> line in one of your source files: packages.domain.com isn't a real >>>>>> address. Maybe a copy/paste error? >>>>>> >>>>>> >>>>>>> Upon Upgrade: >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> pedro@pedro-desktop ~ $ sudo apt-get upgrade >>>>>>> >>>>>>> A ler as listas de pacotes... Pronto >>>>>>> A construir árvore de dependências >>>>>>> A ler a informação de estado... Pronto >>>>>>> A calcular a actualização... Pronto >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> 0 pacotes actualizados, 0 pacotes novos instalados, 0 a remover e 0 >>>>>>> não actualizados. >>>>>>> >>>>>>> That's fine, although you normally want to run 'sudo apt-get >>>>>> dist-upgrade' instead of 'sudo apt-get upgrade'. The former will make >>>>>> sure >>>>>> packages with new dependencies get upgraded, the latter will only >>>>>> upgrade >>>>>> packages with no new dependencies. >>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> pedro@pedro-desktop ~ $ wget -q -O - >>>>>>> http://debian.tryphon.eu/release.asc | sudo apt-key add - >>>>>>> >>>>>>> OK >>>>>>> >>>>>>> After all the above: >>>>>>> >>>>>>> pedro@pedro-desktop ~ $ sudo apt-g >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> et install rivendell-server rivendell >>>>>>> >>>>>>> A ler as listas de pacotes... Pronto >>>>>>> A construir árvore de dependências >>>>>>> A ler a informação de estado... Pronto >>>>>>> E: Não foi possível encontrar o pacote rivendell-server >>>>>>> E: Não foi possível encontrar o pacote rivendell >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> Did you run 'sudo apt-get update' before running 'sudo apt-get >>>>>> install'? I don't see it in any of your output. >>>>>> >>>>>> Cheers, >>>>>> Andy >>>>>> >>>>>> On Tue, Jul 22, 2014 at 11:04 PM, Andy Sayler <a...@wmfo.org> wrote: >>>>>>> >>>>>>>> I think you should already be set on Step 2. That was the >>>>>>>> >>>>>>>> wget -q -O - http://debian.tryphon.eu/release.asc | sudo apt-key >>>>>>>> add - >>>>>>>> >>>>>>>> from your previous email. >>>>>>>> >>>>>>>> The wget part downloads Tryphon's public key (used to verify the >>>>>>>> authenticity of their packages) and then pipes the contents into >>>>>>>> 'apt-key >>>>>>>> add' (the - means take the input from standard input, e.g. the >>>>>>>> pipe). >>>>>>>> >>>>>>>> If you do something wrong in Step 2, you'll know because you'll get >>>>>>>> untrusted repo warnings when you run 'apt-get update' in Step 3. >>>>>>>> >>>>>>>> -Andy >>>>>>>> >>>>>>>> >>>>>>>> On Tue, Jul 22, 2014 at 3:59 PM, Pedro Picoto < >>>>>>>> pedro.pic...@gmail.com> wrote: >>>>>>>> >>>>>>>>> Can you please dissecate step 2 as if I was a 8 yo kid?.... >>>>>>>>> >>>>>>>>> >>>>>>>>> On Tue, Jul 22, 2014 at 8:11 PM, Andy Sayler <a...@wmfo.org> >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> Have you added the trophen repo to /etc/apt/sources.list (or >>>>>>>>>> sources.list.d)? Have you run an 'apt-get update'? >>>>>>>>>> >>>>>>>>>> Generally the flow for installing a package from a third party >>>>>>>>>> repos is: >>>>>>>>>> >>>>>>>>>> 1. Add repo link to sources.list or sources.list.d. >>>>>>>>>> 2. Add key to trusted keys (e.g. via 'apt-key add' or via >>>>>>>>>> /etc/apt/trusted.gpg.d). >>>>>>>>>> 3. Run 'sudo apt-get update' to import the newest list of >>>>>>>>>> available packages from all repos. >>>>>>>>>> 4. Run 'sudo apt-get install ...' to install the package in >>>>>>>>>> question. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Tue, Jul 22, 2014 at 1:00 PM, Pedro Picoto < >>>>>>>>>> pedro.pic...@gmail.com> wrote: >>>>>>>>>> >>>>>>>>>>> As a noob... what wrong am I doing here?... >>>>>>>>>>> >>>>>>>>>>> pedro@pedro-desktop ~ $ wget -q -O - >>>>>>>>>>> http://debian.tryphon.eu/release.asc | sudo apt-key add - >>>>>>>>>>> [sudo] password for pedro: >>>>>>>>>>> OK >>>>>>>>>>> pedro@pedro-desktop ~ $ sudo apt-get install rivendell-server >>>>>>>>>>> rivendellA ler as listas de pacotes... Pronto >>>>>>>>>>> A construir árvore de dependências >>>>>>>>>>> A ler a informação de estado... Pronto >>>>>>>>>>> E: Não foi possível encontrar o pacote rivendell-server >>>>>>>>>>> E: Não foi possível encontrar o pacote rivendell >>>>>>>>>>> pedro@pedro-desktop ~ $ >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> On Sat, Jun 28, 2014 at 10:56 AM, Alban Peignier < >>>>>>>>>>> al...@tryphon.eu> wrote: >>>>>>>>>>> >>>>>>>>>>>> Hi all, >>>>>>>>>>>> >>>>>>>>>>>> We've tested Rivendell packages under trusty (fresh ubuntu >>>>>>>>>>>> trusty, >>>>>>>>>>>> following instructions from the wiki page [0]). >>>>>>>>>>>> >>>>>>>>>>>> Indeed, there is an apache configuration problem. Rivendell >>>>>>>>>>>> server cgi >>>>>>>>>>>> scripts can't be invoked. For example, Rivendell can't import >>>>>>>>>>>> files or >>>>>>>>>>>> provide peak data. >>>>>>>>>>>> >>>>>>>>>>>> The configuration provided by the Rivendell package >>>>>>>>>>>> (/etc/rivendell/apache.conf) must be fixed to work as expected >>>>>>>>>>>> with the >>>>>>>>>>>> new apache version. We'll fix the package to manage this new >>>>>>>>>>>> apache >>>>>>>>>>>> requirement [1]. >>>>>>>>>>>> >>>>>>>>>>>> For the moment, the workaround is simple : >>>>>>>>>>>> http://projects.tryphon.eu/issues/943#note-4 >>>>>>>>>>>> >>>>>>>>>>>> We have a functional Rivendell with this workaround. >>>>>>>>>>>> >>>>>>>>>>>> @Pedro: NO_PUBKEY error in apt-get occurs when you didn't add >>>>>>>>>>>> the >>>>>>>>>>>> repository key. See the related instructions on >>>>>>>>>>>> http://debian.tryphon.eu. >>>>>>>>>>>> >>>>>>>>>>>> 0. http://rivendell.tryphon.org/wiki/Debian-Ubuntu_packages >>>>>>>>>>>> 1. http://projects.tryphon.eu/issues/943 >>>>>>>>>>>> -- >>>>>>>>>>>> Alban Peignier - al...@tryphon.eu >>>>>>>>>>>> >>>>>>>>>>>> Tryphon : Radio, Web et Logiciels Libres >>>>>>>>>>>> http://www.tryphon.eu >>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>> Rivendell-dev mailing list >>>>>>>>>>>> Rivendell-dev@lists.rivendellaudio.org >>>>>>>>>>>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> Rivendell-dev mailing list >>>>>>>>>>> Rivendell-dev@lists.rivendellaudio.org >>>>>>>>>>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>> >>>> >>> >>> _______________________________________________ >>> Rivendell-dev mailing list >>> Rivendell-dev@lists.rivendellaudio.org >>> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev >>> >>> >> > _______________________________________________ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev