Re: [WBEL-users] Need replacement of damaged pckgs
"Jeff O'Brien" <[email protected]>
| Newsgroups | gmane.linux.whitebox.user |
|---|---|
| Message-ID | <[email protected]> |
Alrighty,
Alon wrote:
> I'm a bit confused.
> I have a plain vanilla install of the WBEL 4.0 Respin-1 and u'r
> telling me it is missing something or is outdated?
Yes your packages will be outdated as many updates to the stock package
versions have been released.
Stock yum version for WBEL 4 respin 1 is yum-2.0.6-1 (or some version
very close to), yum is up to v2.6 or so now.
> Ok.. no problem,. I can d/l the needed rpm, if I knew the exact name
> that is needed or,. is there something else
> that I need to run?
What does your config look like?
Packages can be downloaded from freshrpms.net(good), rpmfind.net,
pbone.net, dagweirs, etc..
Here is my version that I updated to, plus my config. Im sure others on
this list are running newer versions but 2.2 works for me.
[root@fonz ~]# rpm -qa |grep yum
yum-2.2.0-1
[root@fonz ~]# cat /etc/yum.conf
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=whitebox-release
tolerant=1
exactarch=1
[base]
name=White Box Enterprise Linux $releasever - $basearch - Base
baseurl=ftp://ftp.gtlib.cc.gatech.edu/pub/whitebox/$releasever/en/os/$basearch/
ftp://ftp.esat.net/mirrors/whiteboxlinux.org/$releasever/en/os/$basearch/
ftp://gd.tuwien.ac.at/opsys/linux/whiteboxlinux/$releasever/en/os/$basearch/
ftp://ftp.opensourcemirrors.org/linux/whitebox/$releasever/en/os/$basearch/
ftp://gd.tuwien.ac.at/opsys/linux/whiteboxlinux/$releasever/en/os/$basearch/
ftp://whitebox.wicks.co.nz/pub/linux/dist/whitebox/$releasever/en/os/$basearch/
ftp://ftp.belnet.be/packages/whiteboxlinux/$releasever/en/os/$basearch/
ftp://mirror.cpsc.ucalgary.ca/mirror/whiteboxlinux.org/$releasever/en/os/$basearch/
ftp://ftp.ale.org/mirrors/whitebox/$releasever/en/os/$basearch/
ftp://ftp.riken.jp/Linux/whitebox/$releasever/en/os/$basearch/
ftp://mirror3.cs.wisc.edu/pub/mirrors/linux/whiteboxlinux.org/$releasever/en/os/$basearch/
ftp://mirror.netseoul.com/pub/whitebox/$releasever/en/os/$basearch/
[updates-released]
name=White Box Enterprise Linux $releasever - $basearch - Released Updates
baseurl=ftp://ftp.gtlib.cc.gatech.edu/pub/whitebox/$releasever/en/updates/
ftp://ftp.esat.net/mirrors/whiteboxlinux.org/$releasever/en/updates/
ftp://gd.tuwien.ac.at/opsys/linux/whiteboxlinux/$releasever/en/updates/
ftp://ftp.opensourcemirrors.org/linux/whitebox/$releasever/en/updates/
ftp://gd.tuwien.ac.at/opsys/linux/whiteboxlinux/$releasever/en/updates/
ftp://whitebox.wicks.co.nz/pub/linux/dist/whitebox/$releasever/en/updates/
ftp://ftp.belnet.be/packages/whiteboxlinux/$releasever/en/updates/
ftp://mirror.cpsc.ucalgary.ca/mirror/whiteboxlinux.org/$releasever/en/updates/
ftp://ftp.ale.org/mirrors/whitebox/$releasever/en/updates/
ftp://ftp.riken.jp/Linux/whitebox/$releasever/en/updates/
ftp://mirror3.cs.wisc.edu/pub/mirrors/linux/whiteboxlinux.org/$releasever/en/updates/
ftp://mirror.netseoul.com/pub/whitebox/$releasever/en/updates/
[Extras]
name=White Box Enterprise Linux $releasever - $basearch - Extras
baseurl=ftp://ftp.gtlib.cc.gatech.edu/pub/whitebox/$releasever/en/extras/
ftp://ftp.esat.net/mirrors/whiteboxlinux.org/$releasever/en/extras/
ftp://gd.tuwien.ac.at/opsys/linux/whiteboxlinux/$releasever/en/extras/
ftp://ftp.opensourcemirrors.org/linux/whitebox/$releasever/en/extras/
ftp://gd.tuwien.ac.at/opsys/linux/whiteboxlinux/$releasever/en/extras/
ftp://whitebox.wicks.co.nz/pub/linux/dist/whitebox/$releasever/en/extras/
ftp://ftp.belnet.be/packages/whiteboxlinux/$releasever/en/extras/
ftp://mirror.cpsc.ucalgary.ca/mirror/whiteboxlinux.org/$releasever/en/extras/
ftp://ftp.ale.org/mirrors/whitebox/$releasever/en/extras/
ftp://ftp.riken.jp/Linux/whitebox/$releasever/en/extras/
ftp://mirror3.cs.wisc.edu/pub/mirrors/linux/whiteboxlinux.org/$releasever/en/extras/
ftp://mirror.netseoul.com/pub/whitebox/$releasever/en/extras/
[Debuginfo]
name=White Box Enterprise Linux $releasever - $basearch - Debuginfo
baseurl=ftp://ftp.gtlib.cc.gatech.edu/pub/whitebox/$releasever/en/debuginfo/
ftp://ftp.esat.net/mirrors/whiteboxlinux.org/$releasever/en/debuginfo/
ftp://gd.tuwien.ac.at/opsys/linux/whiteboxlinux/$releasever/en/debuginfo/
ftp://ftp.opensourcemirrors.org/linux/whitebox/$releasever/en/debuginfo/
ftp://gd.tuwien.ac.at/opsys/linux/whiteboxlinux/$releasever/en/debuginfo/
ftp://whitebox.wicks.co.nz/pub/linux/dist/whitebox/$releasever/en/debuginfo/
ftp://ftp.belnet.be/packages/whiteboxlinux/$releasever/en/debuginfo/
ftp://mirror.cpsc.ucalgary.ca/mirror/whiteboxlinux.org/$releasever/en/debuginfo/
ftp://ftp.ale.org/mirrors/whitebox/$releasever/en/debuginfo/
ftp://ftp.riken.jp/Linux/whitebox/$releasever/en/debuginfo/
ftp://mirror3.cs.wisc.edu/pub/mirrors/linux/whiteboxlinux.org/$releasever/en/debuginfo/
ftp://mirror.netseoul.com/pub/whitebox/$releasever/en/debuginfo/
[root@fonz ~]#
Hope that puts you in a step towards your goal.
>
> Thanks,
>
> - Alon
> [email protected]
>
>
> ----- Original Message ----- From: "Jeff O'Brien" <[email protected]>
> To: "WhiteBox Users" <[email protected]>
> Sent: Wednesday, June 21, 2006 2:04 PM
> Subject: Re: [WBEL-users] Need replacement of damaged pckgs
>
>
>> Looks like yum hasn't picked up your releasever variable. You might
>> want to check your whitebox-release and possibly upgrade your yum
>> versions. I've run into this a few time and I grabbed yum 2.2/2.4 for
>> whitebox off dag or rpmfind and upgrade. That might be a step in the
>> right direction.
>>
>> Hope that helps
>>
>> Jeff
>>
>>
>> Alon wrote:
>>> Hi Johnny,
>>>
>>> Thanks for the reply.
>>> I've d/l from calgary and this time it worked great!
>>> Now.. I wanted to run yum update, but got the msg that "no repos
>>> found".
>>> I did find the repos wbelrepository file, and I cp it to the yum.conf
>>> but I got errors:
>>>
>>>
>>>
>>>
>>> host.alon.com:/etc # yum update
>>> Setting up Update Process
>>> Setting up Repos
>>> ftp://ftp.riken.jp/Linux/whitebox/Null/en/debuginfo/repodata/repomd.xml:
>>> [Errno 4] IOError: [Errno ftp error] 550 Null: No such file or
>>> directory
>>> Trying other mirror.
>>> ftp://ftp.ale.org/mirrors/whitebox/Null/en/debuginfo/repodata/repomd.xml:
>>> [Errno 4] IOError: [Errno ftp error] 550 Failed to change directory.
>>> Trying other mirror.
>>> ftp://whitebox.wicks.co.nz/pub/linux/dist/whitebox/Null/en/debuginfo/repodata/repomd.xml:
>>> [Errno 4] IOError: <urlopen error (-2, 'Name or service not known')>
>>> Trying other mirror.
>>> ftp://mirror.cpsc.ucalgary.ca/mirror/whiteboxlinux.org/Null/en/debuginfo/repodata/repomd.xml:
>>> [Errno 4] IOError: [Errno ftp error] 550 Failed to change directory.
>>> Trying other mirror.
>>> ftp://ftp.belnet.be/packages/whiteboxlinux/Null/en/debuginfo/repodata/repomd.xml:
>>> [Errno 4] IOError: [Errno ftp error] 550 Null: No such file or
>>> directory
>>> Trying other mirror.
>>> ftp://gd.tuwien.ac.at/opsys/linux/whiteboxlinux/Null/en/debuginfo/repodata/repomd.xml:
>>> [Errno 4] IOError: [Errno ftp error] 550 Failed to change directory.
>>> Trying other mirror.
>>> ftp://ftp.opensourcemirrors.org/linux/whitebox/Null/en/debuginfo/repodata/repomd.xml:
>>> [Errno 4] IOError: <urlopen error (-2, 'Name or service not known')>
>>> Trying other mirror.
>>> ftp://mirror3.cs.wisc.edu/pub/mirrors/linux/whiteboxlinux.org/Null/en/debuginfo/repodata/repomd.xml:
>>> [Errno 4] IOError: [Errno ftp error] 550 Failed to change directory.
>>> Trying other mirror.
>>> ftp://mirror.netseoul.com/pub/whitebox/Null/en/debuginfo/repodata/repomd.xml:
>>> [Errno 4] IOError: [Errno ftp error] 550 Failed to change directory.
>>> Trying other mirror.
>>> ftp://ftp.gtlib.cc.gatech.edu/pub/whitebox/Null/en/debuginfo/repodata/repomd.xml:
>>> [Errno 4] IOError: [Errno ftp error] 550 Failed to change directory.
>>> Trying other mirror.
>>> ftp://ftp.esat.net/mirrors/whiteboxlinux.org/Null/en/debuginfo/repodata/repomd.xml:
>>> [Errno 4] IOError: [Errno ftp error] 550 Failed to change directory.
>>> Trying other mirror.
>>> ftp://gd.tuwien.ac.at/opsys/linux/whiteboxlinux/Null/en/debuginfo/repodata/repomd.xml:
>>> [Errno 4] IOError: [Errno ftp error] 550 Failed to change directory.
>>> Trying other mirror.
>>> Cannot open/read repomd.xml file for repository: Debuginfo
>>> failure: repodata/repomd.xml from Debuginfo: [Errno 256] No more
>>> mirrors to try.
>>>
>>> host.alon.com:/etc #
>>>
>>> Any pointers?
>>>
>>> - Alon
>>> [email protected]
>>>
>>>
>>> ----- Original Message ----- From: "Johnny Hughes"
>>> <[email protected]>
>>> To: "Alon" <[email protected]>
>>> Cc: "WhiteBox Users" <[email protected]>
>>> Sent: Monday, June 19, 2006 1:45 PM
>>> Subject: Re: [WBEL-users] Need replacement of damaged pckgs
>>>
>>>
>>> _______________________________________________
>>> Whitebox-users mailing list
>>> [email protected]
>>> http://beau.org/mailman/listinfo/whitebox-users
>>
>>
>> --
>> Jeff O'Brien
>> Network Engineer / Manufacturing
>> Net Technologies / Signull Technologies
>> 1-866-NTI-LINUX / 1-888-Signull
>> [email protected]
>>
>> _______________________________________________
>> Whitebox-users mailing list
>> [email protected]
>> http://beau.org/mailman/listinfo/whitebox-users
>>
>
> _______________________________________________
> Whitebox-users mailing list
> [email protected]
> http://beau.org/mailman/listinfo/whitebox-users
--
Jeff O'Brien
Network Engineer / Manufacturing
Net Technologies / Signull Technologies
1-866-NTI-LINUX / 1-888-Signull
[email protected]