Koozali.org: home of the SME Server

File needed for VPN is missing

Offline charlien

  • ****
  • 88
  • +0/-0
    • http://www.rn-computing.com
File needed for VPN is missing
« on: November 05, 2007, 03:34:09 PM »
I upgraded a server from 7.0 to 7.2 and now VPN doesn't work. I believe the issue is a file is missing.

Here is a listing of a server that works:
[root@pluto ~]# uname -r
2.6.9-55.0.9.ELsmp
[root@pluto ~]# rpm -qa |grep ppp
kmod-ppp-1.0.2-2.2.6.9_55.0.12.EL
kmod-ppp-smp-1.0.2-2.2.6.9_55.0.12.EL
ppp-2.4.4-1.3.el4.sme
rp-pppoe-3.5-22.2.RHEL4.1

Here is the listing from the server I am having problems with:
[root@imsintapp ~]# uname -r
2.6.9-55.0.12.ELsmp
[root@imsintapp ~]# rpm -qa |grep ppp
kmod-ppp-1.0.2-2.2.6.9_55.0.12.EL
rp-pppoe-3.5-22.2.RHEL4.1
ppp-2.4.4-1.3.el4.sme

The file "kmod-ppp-smp-1.0.2-2.2.6.9_55.0.12.EL" is missing from the problem server. What is the best way to get this file on the server. Would you agree that this is probably the problem?

...

Offline byte

  • *
  • 2,183
  • +2/-0
Re: File needed for VPN is missing
« Reply #1 on: November 05, 2007, 04:14:05 PM »
I upgraded a server from 7.0 to 7.2 and now VPN doesn't work. I believe the issue is a file is missing

Please report bugs and potential bugs in the bug tracker
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline charlien

  • ****
  • 88
  • +0/-0
    • http://www.rn-computing.com
Re: File needed for VPN is missing
« Reply #2 on: November 05, 2007, 05:44:41 PM »
Please report bugs and potential bugs in the bug tracker

I'm not sure if it is a bug. I think I did the update when the repos were not in sync.
...

Offline pfloor

  • *****
  • 889
  • +1/-0
Re: File needed for VPN is missing
« Reply #3 on: November 05, 2007, 07:15:47 PM »
I'm not sure if it is a bug. I think I did the update when the repos were not in sync.
If the kernel is updated and the kmods are not then it may be a bug. Always report anything you "think might be a bug" to the bug tracker.  In my eyes it is a bug but I don't think it is a fixable one as it really involves a timing issue with the mirrors.

I have posted a bug report to see if it can be resolved in the future:

http://bugs.contribs.org/show_bug.cgi?id=3521

Please follow up there.

In the meantime, you can fetch the required kmods by running the update again.  You may need to clean the yum cache first:

yum clean all
yum update

In life, you must either "Push, Pull or Get out of the way!"

Offline byte

  • *
  • 2,183
  • +2/-0
Re: File needed for VPN is missing
« Reply #4 on: November 05, 2007, 07:29:04 PM »
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!