From chandukutti at gmail.com Wed Dec 3 09:32:46 2008 From: chandukutti at gmail.com (Chandan M C) Date: Wed, 3 Dec 2008 15:02:46 +0530 Subject: [rhn-users] Regarding Bulletin superceedence and dependencies Message-ID: <1b1dc9ad0812030132q504fe4f3k97165c401b63809f@mail.gmail.com> Hi, I want to know, which bulletin is superceeded by the new bulletin. How do I know that. For example: If new bulletin RHSA-2008-0974 is released, I want to know which are the old bulletins that this new bulletin is superceeding. Also, the dependent bulletins required to install this RHSA-2008-0974. How do I know that. Thanks Chandu -------------- next part -------------- An HTML attachment was scrubbed... URL: From guillaume-externe.delacour at edfgdf.fr Fri Dec 5 14:16:26 2008 From: guillaume-externe.delacour at edfgdf.fr (Guillaume-externe DELACOUR) Date: Fri, 5 Dec 2008 15:16:26 +0100 Subject: [rhn-users] rhn_register protocol error Message-ID: Hello, I have a problem to register my 5.2 system. When i launch rhn_register (with -v argument), i have the following message (/var/log/up2date indicates same errors): [Fri Dec 5 13:26:50 2008] rhn_register A protocol error occurred: Forbidden , attempt #1, [Fri Dec 5 13:26:55 2008] rhn_register A protocol error occurred: Forbidden , attempt #2, [Fri Dec 5 13:27:00 2008] rhn_register A protocol error occurred: Forbidden , attempt #3, [Fri Dec 5 13:27:05 2008] rhn_register A protocol error occurred: Forbidden , attempt #4, [Fri Dec 5 13:27:10 2008] rhn_register A protocol error occurred: Forbidden , attempt #5, and the register first step don't work. The message was reported by exception "except rpclib.ProtocolError, e:" in /usr/share/rhn/up2date_client/rpcServer.py file: # grep "protocol error occurred" * rpcServer.py: log.log_me("A protocol error occurred: %s , attempt #%s," % ( There is an auth proxy on my network and the rhn tools are configured like this (/etc/sysconfig/rhn/up2date): ############################################ # Automatically generated Red Hat Update Agent config file, do not edit. # Format: 1.0 versionOverride[comment]=Override the automatically determined system version versionOverride= enableProxyAuth[comment]=To use an authenticated proxy or not enableProxyAuth=1 networkRetries[comment]=Number of attempts to make at network connections before giving up networkRetries=5 enableProxy[comment]=Use a HTTP Proxy enableProxy=1 serverURL[comment]=Remote server URL serverURL=https://xmlrpc.rhn.redhat.com/XMLRPC proxyPassword[comment]=The password to use for an authenticated proxy proxyPassword=xxxxxx noSSLServerURL[comment]=None noSSLServerURL=http://xmlrpc.rhn.redhat.com/XMLRPC proxyUser[comment]=The username for an authenticated proxy proxyUser=xxxxxxxx disallowConfChanges[comment]=Config options that can not be overwritten by a config update action disallowConfChanges=noReboot;sslCACert;useNoSSLForPackages;noSSLServerURL;serverURL;disallowConfChanges; sslCACert[comment]=The CA cert used to verify the ssl server sslCACert=/usr/share/rhn/RHNS-CA-CERT debug[comment]=Whether or not debugging is enabled debug=1 httpProxy[comment]=HTTP proxy in host:port format, e.g. squid.redhat.com:3128 httpProxy=myproxyaddress:3128 systemIdPath[comment]=Location of system id systemIdPath=/etc/sysconfig/rhn/systemid noReboot[comment]=Disable the reboot actions noReboot=0 ############################################ I see at the top of this file that it is automaticly generated but by which command ? Maybe this is a firewall problem on my side ? Parallely, i'm trying to connect to remote server https://xmlrpc.rhn.redhat.com/XMLRPC via wget and proxy option. I don't have command up2date on don't find it in any packages that i have (5.2 DVD) mentionned on RedHat Network documentation (maybe i don't read the correct). Thanks in advance. System informations: # rhn_register --version rhn_register (Red Hat Network Client Tools) 0.4.17-8.el5 # cat /proc/version Linux version 2.6.18-92.1.18.el5 (brewbuilder at hs20-bc2-4.build.redhat.com) (gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)) #1 SMP Wed Nov 5 09:00:19 EST 2008 # more /etc/redhat-release Red Hat Enterprise Linux Server release 5.2 (Tikanga) -------------- next part -------------- An HTML attachment was scrubbed... URL: From guillaume-externe.delacour at edfgdf.fr Fri Dec 12 07:41:07 2008 From: guillaume-externe.delacour at edfgdf.fr (Guillaume-externe DELACOUR) Date: Fri, 12 Dec 2008 08:41:07 +0100 Subject: [rhn-users] RE rhn_register protocol error In-Reply-To: Message-ID: This was a network filtering problem. Solved on my side ! Guillaume-externe DELACOUR/E/EDFGDF/FR 05/12/2008 15:16 A rhn-users at redhat.com cc Objet rhn_register protocol error Hello, I have a problem to register my 5.2 system. When i launch rhn_register (with -v argument), i have the following message (/var/log/up2date indicates same errors): [Fri Dec 5 13:26:50 2008] rhn_register A protocol error occurred: Forbidden , attempt #1, [Fri Dec 5 13:26:55 2008] rhn_register A protocol error occurred: Forbidden , attempt #2, [Fri Dec 5 13:27:00 2008] rhn_register A protocol error occurred: Forbidden , attempt #3, [Fri Dec 5 13:27:05 2008] rhn_register A protocol error occurred: Forbidden , attempt #4, [Fri Dec 5 13:27:10 2008] rhn_register A protocol error occurred: Forbidden , attempt #5, and the register first step don't work. The message was reported by exception "except rpclib.ProtocolError, e:" in /usr/share/rhn/up2date_client/rpcServer.py file: # grep "protocol error occurred" * rpcServer.py: log.log_me("A protocol error occurred: %s , attempt #%s," % ( There is an auth proxy on my network and the rhn tools are configured like this (/etc/sysconfig/rhn/up2date): ############################################ # Automatically generated Red Hat Update Agent config file, do not edit. # Format: 1.0 versionOverride[comment]=Override the automatically determined system version versionOverride= enableProxyAuth[comment]=To use an authenticated proxy or not enableProxyAuth=1 networkRetries[comment]=Number of attempts to make at network connections before giving up networkRetries=5 enableProxy[comment]=Use a HTTP Proxy enableProxy=1 serverURL[comment]=Remote server URL serverURL=https://xmlrpc.rhn.redhat.com/XMLRPC proxyPassword[comment]=The password to use for an authenticated proxy proxyPassword=xxxxxx noSSLServerURL[comment]=None noSSLServerURL=http://xmlrpc.rhn.redhat.com/XMLRPC proxyUser[comment]=The username for an authenticated proxy proxyUser=xxxxxxxx disallowConfChanges[comment]=Config options that can not be overwritten by a config update action disallowConfChanges=noReboot;sslCACert;useNoSSLForPackages;noSSLServerURL;serverURL;disallowConfChanges; sslCACert[comment]=The CA cert used to verify the ssl server sslCACert=/usr/share/rhn/RHNS-CA-CERT debug[comment]=Whether or not debugging is enabled debug=1 httpProxy[comment]=HTTP proxy in host:port format, e.g. squid.redhat.com:3128 httpProxy=myproxyaddress:3128 systemIdPath[comment]=Location of system id systemIdPath=/etc/sysconfig/rhn/systemid noReboot[comment]=Disable the reboot actions noReboot=0 ############################################ I see at the top of this file that it is automaticly generated but by which command ? Maybe this is a firewall problem on my side ? Parallely, i'm trying to connect to remote server https://xmlrpc.rhn.redhat.com/XMLRPC via wget and proxy option. I don't have command up2date on don't find it in any packages that i have (5.2 DVD) mentionned on RedHat Network documentation (maybe i don't read the correct). Thanks in advance. System informations: # rhn_register --version rhn_register (Red Hat Network Client Tools) 0.4.17-8.el5 # cat /proc/version Linux version 2.6.18-92.1.18.el5 (brewbuilder at hs20-bc2-4.build.redhat.com) (gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)) #1 SMP Wed Nov 5 09:00:19 EST 2008 # more /etc/redhat-release Red Hat Enterprise Linux Server release 5.2 (Tikanga) -------------- next part -------------- An HTML attachment was scrubbed... URL: