LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Red Hat 9 Update Agent - Problem Registering Username (https://www.linuxquestions.org/questions/linux-newbie-8/red-hat-9-update-agent-problem-registering-username-151514/)

beatnik007 02-28-2004 07:37 AM

Red Hat 9 Update Agent - Problem Registering Username
 
Hello


I have recently installed RH9 and tried to register for the Red Hat Update Agent. Whenever I try I get to the "sending profile info to redhat network" stage. It then bombs out with the error message "Problem registering username".

This occurs regardles of what username I try.

Does anyone know what's going on here, or what I can try?

Cheers
Jem

agiacalone 02-28-2004 02:12 PM

I believe that Red Hat requires you to pay for the update service for RH9. I do know, however, that Fedora Core 1 allows anyone to use the update service.

ksgill 02-28-2004 06:39 PM

use redcarpet to update your system man.. screw redhat update agent. you can get it here,
http://www.ximian.com/products/redcarpet/

linux137 03-03-2004 12:59 AM

Check /etc/RHN/systemid and look through to see if your name is entered as you would expect in the obvious places. If you already have a demo account and are tying to get a new demo account you have to create a new email address and update the file with a different name and use the new email address in registration.

degraffenried13 10-03-2004 09:31 AM

I am having the same problem. Is it true that you have to pay for RHN9 updates? Why doesn't it prompt for a credit card then? Also, I couldn't find that systemid file. Anywhere else I should be looking?

thanks

chrism01 10-03-2004 11:53 AM

RH9 was end-of-lifed about April this yr.
Try using YUM http://linux.duke.edu/projects/yum/
and set the repositories like this:

# $Id: yum-rh.conf,v 1.2 2003/09/18 16:29:06 dude Exp $

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
gpgcheck=1
tolerant=1
exactarch=1

[rhl-9-stock]
name = Red Hat Linux 9 stock @ dulug
baseurl=http://mirror.dulug.duke.edu/pub/yum-repository/redhat/9/i386/

[rhl-9-updates]
name = Red Hat Linux 9 updates/errata @ dulug
baseurl=http://mirror.dulug.duke.edu/pub/yum-repository/redhat/updates/9/

[os]
name=Red Hat Linux $releasever - $basearch - os
baseurl=http://ayo.freshrpms.net/redhat/$releasever/$basearch/os

[updates]
name=Red Hat Linux $releasever - $basearch - updates
baseurl=http://ayo.freshrpms.net/redhat/$releasever/$basearch/updates

[freshrpms]
name=Red Hat Linux $releasever - $basearch - freshrpms
baseurl=http://ayo.freshrpms.net/redhat/$releasever/$basearch/freshrpms

[legacy-utils]
name=Fedora Legacy Utilities for Red Hat Linux $releasever
baseurl=http://mirror.datapipe.net/fedoralegacy/redhat/$releasever/legacy-utils/
$basearch/


[dag]
name=Dag RPM Repository for older Red Hat Linux
baseurl=http://apt.sw.be/redhat/$releasever/en/$basearch/dag


Using this will enable you to get updates and YUM will automatically take care of dependencies for you.


All times are GMT -5. The time now is 05:32 PM.