Koozali.org: home of the SME Server

Yum Upgrade Query

Offline sits

  • ***
  • 68
  • +0/-0
Yum Upgrade Query
« on: February 28, 2007, 10:59:40 PM »
Hi all, Just wondering if I missed something

Did a Yum Upgrade on 2 servers using the Software installer and now one  server now has
SME Server 7.1.1
Copyright 1999-2006 Mitel Corporation
All rights reserved.
Copyright 2006 SME Server, Inc

While the server I upgraded the following day has
SME Server 7.1
Copyright 1999-2006 Mitel Corporation
All rights reserved.
Copyright 2006 SME Server, Inc.

The server with SME Server 7.1.1 no longer allows the OpenVPN-Server-Bridge to work, while the other is fine with it.
...

Offline cjensen

  • *
  • 133
  • +0/-0
    • http://acenet-tech.org
Yum Upgrade Query
« Reply #1 on: March 01, 2007, 03:22:37 AM »
Quote
The server with SME Server 7.1.1 no longer allows the OpenVPN-Server-Bridge to work, while the other is fine with it.


Open a bug against that contrib in the bugtraker.  I have not used it but likely a template was overwritten by an upgraded package or something similar.

Craig Jensen

Offline crazybob

  • *****
  • 894
  • +0/-0
    • Stalzer R&D
Yum Upgrade Query
« Reply #2 on: March 01, 2007, 06:58:02 AM »
I have just updated 4 servers to 7.1.1, and opevnvpn bridge mode is working fine on all of them

Bob
If you think you know whats going on, you obviously have no idea whats going on!

Offline marsa_matruh

  • *****
  • 250
  • +0/-0
Yum Upgrade Query
« Reply #3 on: March 01, 2007, 10:26:01 AM »
Check kernel version. If it is the 2.6.9_42.10.EL, this is the problem. Switch back to the previous version of kernel (at server startup if you have keybord/screen, else by modifing grub.conf before rebooting) while the bug is solved.

Offline sits

  • ***
  • 68
  • +0/-0
Yum Upgrade Query
« Reply #4 on: March 01, 2007, 03:06:49 PM »
Quote from: "marsa_matruh"
Check kernel version. If it is the 2.6.9_42.10.EL, this is the problem. Switch back to the previous version of kernel (at server startup if you have keybord/screen, else by modifing grub.conf before rebooting) while the bug is solved.


Thanks for the replies, I will check which Kernel it is using, and let you know.
...

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Yum Upgrade Query
« Reply #5 on: March 01, 2007, 09:35:13 PM »
Quote from: "marsa_matruh"
Check kernel version. If it is the 2.6.9_42.10.EL, this is the problem. Switch back to the previous version of kernel (at server startup if you have keybord/screen, else by modifing grub.conf before rebooting) while the bug is solved.
Do you mean this bug?
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline sits

  • ***
  • 68
  • +0/-0
Yum Upgrade Query
« Reply #6 on: March 02, 2007, 03:03:25 AM »
I ssh into the Server and did
uname -r
2.6.9-34.0.8.ELsmp

is what it reported back

this server is at a remote location, after checking the repositories I found that the sme-testing repository was selected also
I have now deselected it.( it seems this is selected on install of a new system) which this is.

would I also need to run
signal-event post-upgrade; signal-event reboot, even though the reconfigure was done?

this system is running a Single AMD Athlon-64 Dual Core 4200 CPU

I have also noticed in the logs (messages) that DHCP is restarting often and reissuing new leases to the workstations.
...

Offline marsa_matruh

  • *****
  • 250
  • +0/-0
Yum Upgrade Query
« Reply #7 on: March 02, 2007, 10:28:17 AM »
Yes Cactus, I'm thinking on bug 2575.

Sits, I'm surprised that sme-testing is selected after install.

Offline Daniel B.

  • *
  • 1,700
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Yum Upgrade Query
« Reply #8 on: March 02, 2007, 01:23:23 PM »
Quote from: "sits"

I have also noticed in the logs (messages) that DHCP is restarting often and reissuing new leases to the workstations.


I've also updated my server to 7.1.1, and smeserver-openvpn-bridge-fws is still working (even if I have some others problems with the server-manager).

If DHCP is always restarting, you should:
- verify that the internal interface set in openvpn (via the panel-> advanced page) is eth0, I know some strange situations where openvpn think the internal interface is br0 (this occure when upgrding openvpn when the old version is still running, it's quite starnge because the new rpm should stop it before the installation)
- restart openvpn (from the panel or from the command line /etc/init.d/openvpn-bridge restart), and have a look at the log
C'est la fin du monde !!! :lol:

Offline sits

  • ***
  • 68
  • +0/-0
Yum Upgrade Query
« Reply #9 on: March 07, 2007, 07:08:33 AM »
Ok I finally got to the site, and verified that
Centos (2.6.9-42.0.8.ELsmp) was the Kernel being loaded
I did a reboot and selected Centos (2.6.9-42.0.8.EL)
I also uninstalled the Openvpn rpm's and reinstalled using Yum, but that has not changed anything

Dhcp has settled down, and the interface being used was eth0
any thing else to try/check?
...

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Yum Upgrade Query
« Reply #10 on: March 07, 2007, 07:52:06 AM »
Wont a dual core cpu use the smp kernel?

7.1.2 has been released.
Code: [Select]
yum update \
--disablerepo=* \
--enablerepo=base \
--enablerepo=updates \
--enablerepo=smeos \
--enablerepo=smeupdates \
--enablerepo=smeaddons
Regards,
William

IF I give advise.. It's only if it was me....

Offline sits

  • ***
  • 68
  • +0/-0
Yum Upgrade Query
« Reply #11 on: March 07, 2007, 05:09:51 PM »
Quote from: "william_syd"
Wont a dual core cpu use the smp kernel?

7.1.2 has been released.
Code: [Select]
yum update \
--disablerepo=* \
--enablerepo=base \
--enablerepo=updates \
--enablerepo=smeos \
--enablerepo=smeupdates \
--enablerepo=smeaddons


Yes  it will but wanted to see if that would allow the Openvpn to work, unfortunately it didn't.
...

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Yum Upgrade Query
« Reply #12 on: March 08, 2007, 03:49:33 AM »
Quote from: "sits"
unfortunately it didn't.


In that case update both to 7.1.2
Regards,
William

IF I give advise.. It's only if it was me....