William Ottley
2008-Jan-05 01:03 UTC
[CentOS] centos 5.1 fresh install of ipvsadm: service won't start: config missing
Hello all, I have ipvsadm-1.24 installed, and there's an error when the service starts: Applying IPVS configuration: /etc/init.d/ipvsadm: line 62: /etc/sysconfig/ipvsadm: No such file or directory is the install broken? I did a "yum whatprovides ipvsadm" and it does say there's a config, but doesn't point to where it is. any suggestions? -- --------------- Morpheus: After this, there is no turning back. You take the blue pill - the story ends, you wake up in your bed and believe whatever you want to believe. You take the red pill - you stay in Wonderland and I show you how deep the rabbit-hole goes.
Garrick Staples
2008-Jan-05 03:11 UTC
[CentOS] centos 5.1 fresh install of ipvsadm: service won't start: config missing
On Fri, Jan 04, 2008 at 08:03:18PM -0500, William Ottley alleged:> Hello all, > I have ipvsadm-1.24 installed, and there's an error when the service starts: > > Applying IPVS configuration: /etc/init.d/ipvsadm: line 62: > /etc/sysconfig/ipvsadm: No such file or directory > > is the install broken? I did a "yum whatprovides ipvsadm" and it does > say there's a config, but doesn't point to where it is. > > any suggestions?Looking at /etc/init.d/ipvsadm, it appears that after manually creating IPVS rules using /usr/sbin/ipvsadm, you run 'service ipvsadm save' which creates /etc/sysconfig/ipvsadm. Once the rules are saved, the initscript will reapply the rules at boot. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20080104/de11ea21/attachment-0003.sig>
William Ottley
2008-Jan-05 14:51 UTC
[CentOS] centos 5.1 fresh install of ipvsadm: service won't start: config missing
Thanks for the help Garrick, so, my steps would be: #1 save the config #2 service piranaha_gui start #3 service pulse start thanks Will> Looking at /etc/init.d/ipvsadm, it appears that after manually creating IPVS > rules using /usr/sbin/ipvsadm, you run 'service ipvsadm save' which creates > /etc/sysconfig/ipvsadm. Once the rules are saved, the initscript will reapply > the rules at boot. > > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > >-- --------------- Morpheus: After this, there is no turning back. You take the blue pill - the story ends, you wake up in your bed and believe whatever you want to believe. You take the red pill - you stay in Wonderland and I show you how deep the rabbit-hole goes.