again a linux noob (but I am taking notes) what would my wget command be?

From: Tony Graziano 
Sent: Friday, August 20, 2010 2:56 PM
To: Gerald Harper 
Cc: Matthew Kitchin (public/usenet) ; sipx-users@list.sipfoundry.org ; sipXecs 
developers 
Subject: Re: [sipx-users] [sipx-dev] Voicemail does not work after update - 
nullpointer exception in SipxIVR after updat


remove the repo that you have and wget the one that is there. 


dont fiddle with the lines.





On Fri, Aug 20, 2010 at 5:55 PM, Gerald Harper <ger...@sustaa.com> wrote:

  Sorry I'm a noob when it comes to editing the files, what part of what lines 
should I change to what?

  Thanks!


  From: Tony Graziano 
  Sent: Friday, August 20, 2010 2:47 PM
  To: Gerald Harper 
  Cc: Matthew Kitchin (public/usenet) ; sipx-users@list.sipfoundry.org ; 
sipXecs developers 
  Subject: Re: [sipx-users] [sipx-dev] Voicemail does not work after update - 
nullpointer exception in SipxIVR after updat


  use the repo's at download.sipfoundry.org


  On Fri, Aug 20, 2010 at 5:45 PM, Gerald Harper <ger...@sustaa.com> wrote:

    Here is the output...

    # CentOS-Base.repo
    #
    # The mirror system uses the connecting IP address of the client and the
    # update status of each mirror to pick mirrors that are updated to and
    # geographically close to the client.  You should use this for CentOS
    updates
    # unless you are manually picking other mirrors.
    #
    # If the mirrorlist= does not work for you, as a fall back you can try the
    # remarked out baseurl= line instead.
    #
    #

    [base]
    name=CentOS-$releasever - Base
    
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
    #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

    #released updates
    [updates]
    name=CentOS-$releasever - Updates
    
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
    #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

    #packages used/produced in the build but not released
    [addons]
    name=CentOS-$releasever - Addons
    
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons
    #baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

    #additional packages that may be useful
    [extras]
    name=CentOS-$releasever - Extras
    
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
    #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

    #additional packages that extend functionality of existing packages
    [centosplus]
    name=CentOS-$releasever - Plus
    
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
    #baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

    #contrib - packages by Centos Users
    [contrib]
    name=CentOS-$releasever - Contrib
    
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib
    #baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
    # CentOS-Media.repo
    #
    # This repo is used to mount the default locations for a CDROM / DVD on
    #  CentOS-5.  You can use this repo and yum to install items directly off
    the
    #  DVD ISO that we release.
    #
    # To use this repo, put in your DVD and use it with the other repos too:
    #  yum --enablerepo=c5-media [command]
    #
    # or for ONLY the media repo, do this:
    #
    #  yum --disablerepo=\* --enablerepo=c5-media [command]

    [c5-media]
    name=CentOS-$releasever - Media
    baseurl=file:///media/CentOS/
           file:///media/cdrom/
           file:///media/cdrecorder/
    gpgcheck=1
    enabled=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
    [centos-5-base]
    name=CentOS-5 - Base
    mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$basearch&repo=os
    #baseurl=http://mirror.centos.org/centos/5/os/$basearch/
    gpgcheck=1
    gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

    #released updates
    [centos-5-updates]
    name=CentOS-5 - Updates
    
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$basearch&repo=updates
    #baseurl=http://mirror.centos.org/centos/5/updates/$basearch/
    gpgcheck=1
    gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

    #packages used/produced in the build but not released
    [centos-5-addons]
    name=CentOS-5 - Addons
    
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$basearch&repo=addons
    #baseurl=http://mirror.centos.org/centos/5/addons/$basearch/
    gpgcheck=1
    gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

    #additional packages that may be useful
    [centos-5-extras]
    name=CentOS-5 - Extras
    
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$basearch&repo=extras
    #baseurl=http://mirror.centos.org/centos/5/extras/$basearch/
    gpgcheck=1
    gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

    #additional packages that extend functionality of existing packages
    [centos-5-centosplus]
    name=CentOS-5 - Plus
    
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$basearch&repo=centosplus
    #baseurl=http://mirror.centos.org/centos/5/centosplus/$basearch/
    gpgcheck=1
    enabled=0
    gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

    [sipxecs-stable]
    name=SIPfoundry sipXecs pbx - latest stable version
    baseurl=http://download.opensuse.org/repositories/home:/sipfoundry/CentOS_5/
    gpgcheck=0
    enabled=1


    --------------------------------------------------
    From: "Matthew Kitchin (public/usenet)" <mkitchin.pub...@gmail.com>
    Sent: Friday, August 20, 2010 2:38 PM
    To: "Gerald Harper" <ger...@sustaa.com>
    Cc: "Douglas Hubler" <dhub...@ezuce.com>; "Jim Canfield"
    <jcanfi...@emstar.com>; <sipx-users@list.sipfoundry.org>; "sipXecs

    developers" <sipx-...@list.sipfoundry.org>
    Subject: Re: [sipx-users] [sipx-dev] Voicemail does not work after update -
    nullpointer exception in SipxIVR after updat

    >  Try running
    > yum clean all
    > first. If that doesn't help, what is in your repo files? If you aren't
    > sure, paste the output of this:
    > cat /etc/yum.repos.d/*
    >
    > On 8/20/2010 4:30 PM, Gerald Harper wrote:
    >> I am running 4.2.1-018971 and have noticed today that I too have no
    >> voicemail, however if I do a yum update it tells me there is nothing new.
    >> What should I check first? then maybe second?
    >>
    >>
    >> --------------------------------------------------
    >> From: "Douglas Hubler"<dhub...@ezuce.com>
    >> Sent: Friday, August 20, 2010 12:56 PM
    >> To: "Jim Canfield"<jcanfi...@emstar.com>
    >> Cc:<sipx-users@list.sipfoundry.org>; "sipXecs developers"
    >> <sipx-...@list.sipfoundry.org>
    >> Subject: Re: [sipx-users] [sipx-dev] Voicemail does not work after
    >> update -
    >> nullpointer exception in SipxIVR after updat
    >>
    >>> On Fri, Aug 20, 2010 at 3:41 PM, Jim Canfield<jcanfi...@emstar.com>
    >>> wrote:
    >>>> That did it!  Thanks for the quick fix Doug.
    >>> Thank you everyone for being patient with the regressions during this
    >>> transition, I'm checking a fix for Heather's ITSP issue now. I'm also
    >>> very interested on how folks are doing with the Java memory issue
    >>> however that is a 4.2.0 issue as well.
    >>>
    >>>> Three sipXecs installs in
    >>>> seven days in three different cities.
    >>> Excellent! I love to hear about new installs going live!
    >>> _______________________________________________
    >>> sipx-users mailing list
    >>> sipx-users@list.sipfoundry.org
    >>> List Archive: http://list.sipfoundry.org/archive/sipx-users/
    >>
    >> Thanks
    >>
    >> _______________________________________________
    >> sipx-users mailing list
    >> sipx-users@list.sipfoundry.org
    >> List Archive: http://list.sipfoundry.org/archive/sipx-users/
    >

    Thanks

    _______________________________________________
    sipx-users mailing list
    sipx-users@list.sipfoundry.org
    List Archive: http://list.sipfoundry.org/archive/sipx-users/




  -- 
  ======================
  Tony Graziano, Manager
  Telephone: 434.984.8430
  sip: tgrazi...@voice.myitdepartment.net
  Fax: 434.984.8431

  Email: tgrazi...@myitdepartment.net

  LAN/Telephony/Security and Control Systems Helpdesk:
  Telephone: 434.984.8426
  sip: helpd...@voice.myitdepartment.net
  Fax: 434.984.8427

  Helpdesk Contract Customers:
  http://www.myitdepartment.net/gethelp/

  Why do mathematicians always confuse Halloween and Christmas?
  Because 31 Oct = 25 Dec.



  Thanks 



-- 
======================
Tony Graziano, Manager
Telephone: 434.984.8430
sip: tgrazi...@voice.myitdepartment.net
Fax: 434.984.8431

Email: tgrazi...@myitdepartment.net

LAN/Telephony/Security and Control Systems Helpdesk:
Telephone: 434.984.8426
sip: helpd...@voice.myitdepartment.net
Fax: 434.984.8427

Helpdesk Contract Customers:
http://www.myitdepartment.net/gethelp/

Why do mathematicians always confuse Halloween and Christmas?
Because 31 Oct = 25 Dec.


Thanks
_______________________________________________
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to