Jump to content

guarddog-2.4.0-2mdk not same as...


kristi
 Share

Recommended Posts

(also posted to the "other" forum) :cheesy:

guarddog-2.4.0-2mdk (from urpmi) NOT SAME AS guarddog-2.4.0-2mdk.i586.rpm(from Simon's website) Darn it, )(%#&%%*& I thought this was fixed, but i did a reinstall of cooker 2006 and took guarddog off easyurpmi and just discovered the 2 links were missing.

Always - get it from Simon's site or set up for Simon's urpmi. At the least, check that you have the 2 links:

/etc/sysconfig/network-scripts/ifup.d/10Guarddog

/etc/sysconfig/network-scripts/ifdown.d/10Guarddog

 

else run in root(Rolf's code)

if [ ! -e /etc/sysconfig/network-scripts/ifup.d/10Guarddog ]; then
 /bin/ln -s /etc/rc.firewall /etc/sysconfig/network-scripts/ifup.d/10Guarddog
fi
if [ ! -e /etc/sysconfig/network-scripts/ifdown.d/10Guarddog ]; then
 /bin/ln -s /etc/rc.firewall /etc/sysconfig/network-scripts/ifdown.d/10Guarddog
fi

 

 

OR run in root

ln -s /etc/rc.firewall /etc/sysconfig/network-scripts/ifup.d/10Guarddog
ln -s /etc/rc.firewall /etc/sysconfig/network-scripts/ifdown.d/10Guarddog

credit goes to Rolf

 

I have commented Bugzilla 14665

ARG!!!

:cheesy:

Kristi 05May05 2006 cooker current

 

[moved from Security by spinynorman]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...