|
From: Russel I. <Rus...@sy...> - 2013-01-18 16:14:39
|
The name of the packetfence repo, if you followed the instructions and/or copy and pasted the repo file from the instructions, is just PacketFence, not PacketFence.repo. So your command should look like this: yum groupinstall --enablerepo=PacketFence,epel,rpmforge,of Packetfence-complete not this: yum groupinstall --enablerepo=PacketFence.repo,epel,rpmforge,of Packetfence-complete Also, it looks like you might have a space between the comma after "PacketFence.repo" and "epel" and that would also cause a problem so make sure it's not there in your actual command. Russ --- Russel Ingram Associate Systems Administrator Institute for Systems Biology 401 Terry Ave N +1 206 732 2140 On Fri, Jan 18, 2013 at 6:21 AM, Nick Daisley <nic...@hi... > wrote: > I have been round in circles trying to get PacketFence to install, > failing each time at the (almost) final fence: the installation of the > package itself. > > This is a CentOS 6 system, fully updated, and with all dependencies > addressed so far as I am able at this point. > > So far as I can determine from internet resources, I have set up > software repositories correctly, but still, the installation process cannot > find the installer - so either it has been moved, or there is some distant > corner of the galaxy that this system is still not finding. The server is > behind firewalls etc, but I'm not clear why that should be a problem given > that I have managed to find and install everything else. > > [also, I have tried different capitalisation of the installer: > Packetfence, packetfence, PacketFence... it is reported differently on > various web resources] > > Using the command in the following form, with system response: > > ------------------------------------------------------------------------------------------------- > # yum groupinstall --enablerepo=PacketFence.repo, epel,rpmforge,of > Packetfence-complete > > Loaded plugins: fastestmirror, refresh-packagekit, security > Loading mirror speeds from cached hostfile > epel/metalink > * base: mirror.ox.ac.uk > * epel: mirror01.th.ifl.net > * extras: mirrors.coreix.net > * rpmforge: www.mirrorservice.org > * updates: mirror01.th.ifl.net > of > rpmforge > Setting up Group Process > Checking for new repos for mirrors > Warning: Group Packetfence-complete does not exist. > No packages in any requested group available to install or update > > ------------------------------------------------------------------------------------------------------ > > Please advise - how are the repositories supposed to be defined, and in > what files would you expect them to be defined? There's clearly something > missing still.... > > Thank you, > > Nick > > > ------------------------------------------------------------------------------ > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > much more. Get web development skills now with LearnDevNow - > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122812 > _______________________________________________ > PacketFence-users mailing list > Pac...@li... > https://lists.sourceforge.net/lists/listinfo/packetfence-users > > |