From cbarnard at rush.edu Tue Feb 3 16:38:31 2009 From: cbarnard at rush.edu (Christopher L. Barnard) Date: Tue, 03 Feb 2009 10:38:31 -0600 Subject: [rhn-users] Archive of this list? Message-ID: <1233679111.2774.251.camel@cbar-linux.rush.edu> Is a searchable archive of this list available somewhere? I'm sure most of my questions have been asked and answered many times before. -- Christopher Barnard -------------------------------------------------------------------------- comment your code as if the maintainer will be a homicidal maniac who knows where you live. From durrantj at wwwebi.net Tue Feb 3 17:20:52 2009 From: durrantj at wwwebi.net (Justin Durrant) Date: Tue, 3 Feb 2009 17:20:52 -0000 Subject: [rhn-users] Archive of this list? References: <1233679111.2774.251.camel@cbar-linux.rush.edu> Message-ID: <063201c98623$c80a37e0$430a630a@EUROPE.ROOT.PRI> http://markmail.org/browse/com.redhat.rhn-users ----- Original Message ----- From: "Christopher L. Barnard" To: Sent: Tuesday, February 03, 2009 4:38 PM Subject: [rhn-users] Archive of this list? > Is a searchable archive of this list available somewhere? I'm sure most > of my questions have been asked and answered many times before. > > > -- > Christopher Barnard > -------------------------------------------------------------------------- > comment your code as if the maintainer will be a homicidal maniac who > knows where you live. > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users > > > -- > This message has been scanned for viruses and dangerous content by DFK > Systems Limited, and is believed to be clean. > To report this message as spam, please click on this link - > https://secure.dfk-systems.com/quarantine/spam.php?srv=01&id=n13Ghj9M022480 > > -- This message has been scanned for viruses and dangerous content by DFK Systems Limited, and is believed to be clean. To report this message as spam, please click on this link - https://secure.dfk-systems.com/quarantine/spam.php?srv=01&id=n13HKqsl025012 From cbarnard at rush.edu Wed Feb 4 17:03:30 2009 From: cbarnard at rush.edu (Christopher L. Barnard) Date: Wed, 04 Feb 2009 11:03:30 -0600 Subject: [rhn-users] installing g++ on my RH desktop Message-ID: <1233767010.2774.276.camel@cbar-linux.rush.edu> Well, the archives were very helpful (and I have bookmarked them) but I did not see an answer to my question. This sad story starts with the error message when configuring something to compile: C++ preprocessor "/lib/cpp" fails sanity check Checking the configure logs, g++ is not found. Checking google and the rhn-users archives, I see that some compilers are not included in the full gcc suite, and they have to be added separately. Not a problem, I'll add g++. I do a quick check to see what version of gcc I have installed: gcc version 4.1.2 20080704 (Red Hat 4.1.2-44) OK. I need gcc-c++ for gcc 4.1.2-44. [root at cbar-linux ~]# yum update gcc-c++-4.1.2-44.el5.i386 Loaded plugins: rhnplugin, security rhel-i386-client-5 | 1.3 kB 00:00 primary.xml.gz | 1.6 MB 00:02 rhel-i386-client-5 4294/4294 adobe-linux-i38 | 951 B 00:00 Skipping security plugin, no data Setting up Update Process No Packages marked for Update OK, maybe I am being too specific. [root at cbar-linux ~]# yum update gcc-c++ Loaded plugins: rhnplugin, security Setting up Install Process Parsing package install arguments No package gcc-c++ available. Nothing to do Nope. Wait a sec, do I want to 'update' or 'install' [root at cbar-linux ~]# yum install gcc-c++ Loaded plugins: rhnplugin, security Setting up Install Process Parsing package install arguments No package gcc-c++ available. Nothing to do Nope, that wasn't it either. Then I see in the archives that someone used a 'search' directive in yum. g++ did not work, gcc* did not work, but it looks like 'yum search gcc' hit paydirt. [root at cbar-linux ~]# yum search gcc Loaded plugins: rhnplugin, security ============================= Matched: gcc ============================= compat-glibc.i386 : Compatibility C library compat-gcc-34.i386 : Compatibility GNU Compiler Collection compat-gcc-34-c++.i386 : C++ support for compatibility compiler compat-gcc-34-g77.i386 : Fortran 77 support for compatibility compiler compat-libgcc-296.i386 : Compatibility 2.96-RH libgcc library compat-libstdc++-296.i386 : Compatibility 2.96-RH standard C++ libraries compat-libstdc++-33.i386 : Compatibility standard C++ libraries cpp.i386 : The C Preprocessor. gcc.i386 : Various compilers (C, C++, Objective-C, Java, ...) libgcc.i386 : GCC version 4.1 shared support library libgcj.i386 : Java runtime library for gcc libgnat.i386 : GNU Ada 95 runtime shared libraries libgomp.i386 : GCC OpenMP 2.5 shared support library libmudflap.i386 : GCC mudflap shared support library libstdc++.i386 : GNU Standard C++ Library libtermcap.i386 : A basic system library for accessing the termcap database. Bingo! It looks like I want compat-gcc-34-c++.i386... [root at cbar-linux ~]# yum install compat-gcc-34-c++.i386 Loaded plugins: rhnplugin, security Setting up Install Process Parsing package install arguments Package compat-gcc-34-c++-3.4.6-4.i386 already installed and latest version Nothing to do hmmm. The system thinks g++ is already installed. But it is not. [root at cbar-linux ~]# which g++ /usr/bin/which: no g++ in (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin) [root at cbar-linux ~]# cd / [root at cbar-linux /]# find / -name g++ -print [root at cbar-linux ~]# So what am I missing? -- Christopher Barnard -------------------------------------------------------------------------- comment your code as if the maintainer will be a homicidal maniac who knows where you live. From peter at simons-rock.edu Wed Feb 4 17:27:23 2009 From: peter at simons-rock.edu (Peter C. Lai) Date: Wed, 4 Feb 2009 12:27:23 -0500 Subject: [rhn-users] installing g++ on my RH desktop In-Reply-To: <1233767010.2774.276.camel@cbar-linux.rush.edu> References: <1233767010.2774.276.camel@cbar-linux.rush.edu> Message-ID: <20090204172722.GC63236@cesium.hyperfine.info> On rhel5 here is what I have for a working c++ compiler: [root at trac1 httpd]# rpm -qa | grep gcc gcc-c++-4.1.2-42.el5 libgcc-4.1.2-42.el5 gcc-4.1.2-42.el5 (still on 5.2 not upgraded to 5.3...) [root at trac1 httpd]# yum search gcc-c++ gcc-c++.i386 : C++ support for GCC gcc-c++.i386 : C++ support for GCC On 2009-02-04 11:03:30AM -0600, Christopher L. Barnard wrote: > Well, the archives were very helpful (and I have bookmarked them) but I > did not see an answer to my question. > > This sad story starts with the error message when configuring > something to compile: > > C++ preprocessor "/lib/cpp" fails sanity check > > Checking the configure logs, g++ is not found. Checking google and the > rhn-users archives, I see that some compilers are not included in the > full gcc suite, and they have to be added separately. Not a problem, > I'll add g++. I do a quick check to see what version of gcc I have > installed: > > gcc version 4.1.2 20080704 (Red Hat 4.1.2-44) > > OK. I need gcc-c++ for gcc 4.1.2-44. > > [root at cbar-linux ~]# yum update gcc-c++-4.1.2-44.el5.i386 > Loaded plugins: rhnplugin, security > rhel-i386-client-5 | 1.3 kB 00:00 > primary.xml.gz | 1.6 MB 00:02 > rhel-i386-client-5 4294/4294 > adobe-linux-i38 | 951 B 00:00 > Skipping security plugin, no data > Setting up Update Process > No Packages marked for Update > > OK, maybe I am being too specific. > > [root at cbar-linux ~]# yum update gcc-c++ > Loaded plugins: rhnplugin, security > Setting up Install Process > Parsing package install arguments > No package gcc-c++ available. > Nothing to do > > Nope. Wait a sec, do I want to 'update' or 'install' > > [root at cbar-linux ~]# yum install gcc-c++ > Loaded plugins: rhnplugin, security > Setting up Install Process > Parsing package install arguments > No package gcc-c++ available. > Nothing to do > > Nope, that wasn't it either. Then I see in the archives that someone > used a 'search' directive in yum. g++ did not work, gcc* did not work, > but it looks like 'yum search gcc' hit paydirt. > > [root at cbar-linux ~]# yum search gcc > Loaded plugins: rhnplugin, security > ============================= Matched: gcc ============================= > compat-glibc.i386 : Compatibility C library > compat-gcc-34.i386 : Compatibility GNU Compiler Collection > compat-gcc-34-c++.i386 : C++ support for compatibility compiler > compat-gcc-34-g77.i386 : Fortran 77 support for compatibility compiler > compat-libgcc-296.i386 : Compatibility 2.96-RH libgcc library > compat-libstdc++-296.i386 : Compatibility 2.96-RH standard C++ libraries > compat-libstdc++-33.i386 : Compatibility standard C++ libraries > cpp.i386 : The C Preprocessor. > gcc.i386 : Various compilers (C, C++, Objective-C, Java, ...) > libgcc.i386 : GCC version 4.1 shared support library > libgcj.i386 : Java runtime library for gcc > libgnat.i386 : GNU Ada 95 runtime shared libraries > libgomp.i386 : GCC OpenMP 2.5 shared support library > libmudflap.i386 : GCC mudflap shared support library > libstdc++.i386 : GNU Standard C++ Library > libtermcap.i386 : A basic system library for accessing the termcap > database. > > Bingo! It looks like I want compat-gcc-34-c++.i386... > > [root at cbar-linux ~]# yum install compat-gcc-34-c++.i386 > Loaded plugins: rhnplugin, security > Setting up Install Process > Parsing package install arguments > Package compat-gcc-34-c++-3.4.6-4.i386 already installed and latest > version > Nothing to do > > hmmm. The system thinks g++ is already installed. But it is not. > > [root at cbar-linux ~]# which g++ > /usr/bin/which: no g++ in > (/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin) > > [root at cbar-linux ~]# cd / > [root at cbar-linux /]# find / -name g++ -print > [root at cbar-linux ~]# > > So what am I missing? > > > -- > Christopher Barnard > -------------------------------------------------------------------------- > comment your code as if the maintainer will be a homicidal maniac who > knows where you live. > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users -- =========================================================== Peter C. Lai | Bard College at Simon's Rock Systems Administrator | 84 Alford Rd. Information Technology Svcs. | Gt. Barrington, MA 01230 USA peter AT simons-rock.edu | (413) 528-7428 =========================================================== From jonstanley at gmail.com Wed Feb 4 17:46:47 2009 From: jonstanley at gmail.com (Jon Stanley) Date: Wed, 4 Feb 2009 12:46:47 -0500 Subject: [rhn-users] installing g++ on my RH desktop In-Reply-To: <1233767010.2774.276.camel@cbar-linux.rush.edu> References: <1233767010.2774.276.camel@cbar-linux.rush.edu> Message-ID: On Wed, Feb 4, 2009 at 12:03 PM, Christopher L. Barnard wrote: > So what am I missing? On a desktop subscription, you need the workstation channel in order to get access to compilers and such, What you actually have installed (the compat-gcc-c++) is just some compatibility libraries. From cbarnard at rush.edu Wed Feb 4 17:50:30 2009 From: cbarnard at rush.edu (Christopher L. Barnard) Date: Wed, 04 Feb 2009 11:50:30 -0600 Subject: [rhn-users] installing g++ on my RH desktop In-Reply-To: References: <1233767010.2774.276.camel@cbar-linux.rush.edu> Message-ID: <1233769830.2774.280.camel@cbar-linux.rush.edu> So how would I determine the name of the actual compiler? I just tried yum install gcc-c++-34.i386 and that does not exist... Christopher Barnard -------------------------------------------------------------------------- comment your code as if the maintainer will be a homicidal maniac who knows where you live. On Wed, 2009-02-04 at 12:46 -0500, Jon Stanley wrote: > On Wed, Feb 4, 2009 at 12:03 PM, Christopher L. Barnard > wrote: > > > So what am I missing? > > On a desktop subscription, you need the workstation channel in order > to get access to compilers and such, What you actually have installed > (the compat-gcc-c++) is just some compatibility libraries. > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users From santosh.solleti at gmail.com Mon Feb 9 19:36:21 2009 From: santosh.solleti at gmail.com (Santosh Solleti) Date: Mon, 9 Feb 2009 13:36:21 -0600 Subject: [rhn-users] GNOME lib packages in RHEL 5 Message-ID: Hi All, I am unable to install the gnome lib packages on RHEL 5. I do not have RHN access, yum repository to install the packages. I do not find them in RHEL 5 CD also. Pl specify how can I get them to install on my new server. Thanks in advance. Regards, Santosh From jpoley at co.santa-barbara.ca.us Thu Feb 12 16:35:00 2009 From: jpoley at co.santa-barbara.ca.us (Poley, Jason) Date: Thu, 12 Feb 2009 08:35:00 -0800 Subject: [rhn-users] Problems with Yum attempting to reach non-redhat mirror Message-ID: I am experiencing an issue with one of our several RedHat servers getting Yum updates. A few weeks ago, Yum updates have been failing due to the fact that the server is asking a non-redhat (no in their IP block) device for updates. I see that the https session is being dropped by our firewall egress rules which is what I would expect because it is going after a different server than all the rest of my servers. The message I receive is... ----------- [root at xxxyyyzzz ~]# yum update Loading "security" plugin Loading "rhnplugin" plugin Could not retrieve mirrorlist http://apt.sw.be/redhat/el5/en/mirrors-rpmforge error was [Errno 4] IOError: Error: Cannot retrieve repository metadata (repomd.xml) for repository: rpmforge. Please verify its path and try again ---------- I cannot find anywhere how yum is configured to go after one mirror server or another. Can anyone help on this? Cheers, JDP From RJM002 at shsu.edu Thu Feb 12 16:58:13 2009 From: RJM002 at shsu.edu (Marti, Rob) Date: Thu, 12 Feb 2009 10:58:13 -0600 Subject: [rhn-users] RE: Problems with Yum attempting to reach non-redhat mirror In-Reply-To: References: Message-ID: <8FAC1E47484E43469AA28DBF35C955E420530C9A1B@EXMBX.SHSU.EDU> /etc/yum.repos.d/ is where the settings for the different repos are. It looks like rpmforge is having issues. Rob Marti -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of Poley, Jason Sent: Thursday, February 12, 2009 10:35 AM To: rhn-users at redhat.com Subject: [rhn-users] Problems with Yum attempting to reach non-redhat mirror I am experiencing an issue with one of our several RedHat servers getting Yum updates. A few weeks ago, Yum updates have been failing due to the fact that the server is asking a non-redhat (no in their IP block) device for updates. I see that the https session is being dropped by our firewall egress rules which is what I would expect because it is going after a different server than all the rest of my servers. The message I receive is... ----------- [root at xxxyyyzzz ~]# yum update Loading "security" plugin Loading "rhnplugin" plugin Could not retrieve mirrorlist http://apt.sw.be/redhat/el5/en/mirrors-rpmforge error was [Errno 4] IOError: Error: Cannot retrieve repository metadata (repomd.xml) for repository: rpmforge. Please verify its path and try again ---------- I cannot find anywhere how yum is configured to go after one mirror server or another. Can anyone help on this? Cheers, JDP _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users From cbarnard at rush.edu Thu Feb 12 17:36:44 2009 From: cbarnard at rush.edu (Christopher L. Barnard) Date: Thu, 12 Feb 2009 11:36:44 -0600 Subject: [rhn-users] where is ssl? Message-ID: <1234460204.10324.11.camel@cbar-linux.rush.edu> If I do a yum list and grep for ssl, I see that it is installed: (pardon the obnoxious linewrap of my mailer) [root at rutu-libproxy ssl]# yum list | grep ssl mod_ssl.i386 1:2.2.3-22.el5 installed openssl.i686 0.9.8e-7.el5 installed openssl-devel.i386 0.9.8e-7.el5 installed docbook-style-dsssl.noarch 1.79-4.1 rhel-i386-server-5 openssl.i386 0.9.8e-7.el5 rhel-i386-server-5 openssl-perl.i386 0.9.8e-7.el5 rhel-i386-server-5 openssl097a.i386 0.9.7a-9.el5_2.1 rhel-i386-server-5 xmlsec1-openssl.i386 1.2.9-8.1 rhel-i386-server-5 xmlsec1-openssl-devel.i386 1.2.9-8.1 rhel-i386-server-5 On another RH machine that I have it is happily sitting on /usr/local/ssl. However, on this server that directory does not exist and a global find only hits documentation, not the actual binary or libraries. If I try to do a 'yum update' it says it is already installed. But it isn't. How do I get ssl on this box? -- Christopher Barnard -------------------------------------------------------------------------- comment your code as if the maintainer will be a homicidal maniac who knows where you live. From abliss at brockport.edu Thu Feb 12 17:44:17 2009 From: abliss at brockport.edu (Aaron Bliss) Date: Thu, 12 Feb 2009 12:44:17 -0500 Subject: [rhn-users] where is ssl? In-Reply-To: <1234460204.10324.11.camel@cbar-linux.rush.edu> References: <1234460204.10324.11.camel@cbar-linux.rush.edu> Message-ID: <011901c98d39$87268270$95738750$@edu> I believe openssl is the package you are looking for. Although, if this is for a webserver, mod_ssl is the one. Aaron -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of Christopher L. Barnard Sent: Thursday, February 12, 2009 12:37 PM To: rhn-users at redhat.com Subject: [rhn-users] where is ssl? If I do a yum list and grep for ssl, I see that it is installed: (pardon the obnoxious linewrap of my mailer) [root at rutu-libproxy ssl]# yum list | grep ssl mod_ssl.i386 1:2.2.3-22.el5 installed openssl.i686 0.9.8e-7.el5 installed openssl-devel.i386 0.9.8e-7.el5 installed docbook-style-dsssl.noarch 1.79-4.1 rhel-i386-server-5 openssl.i386 0.9.8e-7.el5 rhel-i386-server-5 openssl-perl.i386 0.9.8e-7.el5 rhel-i386-server-5 openssl097a.i386 0.9.7a-9.el5_2.1 rhel-i386-server-5 xmlsec1-openssl.i386 1.2.9-8.1 rhel-i386-server-5 xmlsec1-openssl-devel.i386 1.2.9-8.1 rhel-i386-server-5 On another RH machine that I have it is happily sitting on /usr/local/ssl. However, on this server that directory does not exist and a global find only hits documentation, not the actual binary or libraries. If I try to do a 'yum update' it says it is already installed. But it isn't. How do I get ssl on this box? -- Christopher Barnard -------------------------------------------------------------------------- comment your code as if the maintainer will be a homicidal maniac who knows where you live. _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users From bill-bacher at uiowa.edu Thu Feb 12 17:52:26 2009 From: bill-bacher at uiowa.edu (Bill Bacher) Date: Thu, 12 Feb 2009 11:52:26 -0600 Subject: [rhn-users] where is ssl? In-Reply-To: <1234460204.10324.11.camel@cbar-linux.rush.edu> References: <1234460204.10324.11.camel@cbar-linux.rush.edu> Message-ID: <1234461146.10991.18.camel@linux1> In RHEL5, the SSL files moved to /etc/pki. Is that what you're looking for? Bill On Thu, 2009-02-12 at 11:36 -0600, Christopher L. Barnard wrote: > If I do a yum list and grep for ssl, I see that it is installed: > (pardon the obnoxious linewrap of my mailer) > > [root at rutu-libproxy ssl]# yum list | grep ssl > mod_ssl.i386 1:2.2.3-22.el5 installed > openssl.i686 0.9.8e-7.el5 installed > openssl-devel.i386 0.9.8e-7.el5 installed > docbook-style-dsssl.noarch 1.79-4.1 > rhel-i386-server-5 > openssl.i386 0.9.8e-7.el5 > rhel-i386-server-5 > openssl-perl.i386 0.9.8e-7.el5 > rhel-i386-server-5 > openssl097a.i386 0.9.7a-9.el5_2.1 > rhel-i386-server-5 > xmlsec1-openssl.i386 1.2.9-8.1 > rhel-i386-server-5 > xmlsec1-openssl-devel.i386 1.2.9-8.1 > rhel-i386-server-5 > > On another RH machine that I have it is happily sitting > on /usr/local/ssl. However, on this server that directory does not > exist and a global find only hits documentation, not the actual binary > or libraries. If I try to do a 'yum update' it says it is already > installed. But it isn't. How do I get ssl on this box? > From cbarnard at rush.edu Thu Feb 12 18:54:13 2009 From: cbarnard at rush.edu (Christopher L. Barnard) Date: Thu, 12 Feb 2009 12:54:13 -0600 Subject: [rhn-users] Re: where is ssl Message-ID: <1234464853.10324.14.camel@cbar-linux.rush.edu> Found it. For some reason on one RH 5 server it is in /usr/local/ssl and on another RH 5 server built from the same ISO it is /usr/bin/openssl... -- Christopher Barnard -------------------------------------------------------------------------- comment your code as if the maintainer will be a homicidal maniac who knows where you live. From jpoley at co.santa-barbara.ca.us Thu Feb 12 22:43:23 2009 From: jpoley at co.santa-barbara.ca.us (Poley, Jason) Date: Thu, 12 Feb 2009 14:43:23 -0800 Subject: [rhn-users] RE: Problems with Yum attempting to reach non-redhat mirror In-Reply-To: <8FAC1E47484E43469AA28DBF35C955E420530C9A1B@EXMBX.SHSU.EDU> References: <8FAC1E47484E43469AA28DBF35C955E420530C9A1B@EXMBX.SHSU.EDU> Message-ID: Thanks for the tip... I compared the files on this server with others and found that they differed. I renamed "mirrors-rpmforge" and "rpmforge.repo" with an additional .backup. Both those files did not exist on our other servers. When I tried "yum update" again, it went after the rhn site only and worked through our firewall. Cheers! JDP -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of Marti, Rob Sent: Thursday, February 12, 2009 8:58 AM To: 'Discussions about Red Hat Network (rhn.redhat.com)' Subject: [rhn-users] RE: Problems with Yum attempting to reach non-redhat mirror /etc/yum.repos.d/ is where the settings for the different repos are. It looks like rpmforge is having issues. Rob Marti -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of Poley, Jason Sent: Thursday, February 12, 2009 10:35 AM To: rhn-users at redhat.com Subject: [rhn-users] Problems with Yum attempting to reach non-redhat mirror I am experiencing an issue with one of our several RedHat servers getting Yum updates. A few weeks ago, Yum updates have been failing due to the fact that the server is asking a non-redhat (no in their IP block) device for updates. I see that the https session is being dropped by our firewall egress rules which is what I would expect because it is going after a different server than all the rest of my servers. The message I receive is... ----------- [root at xxxyyyzzz ~]# yum update Loading "security" plugin Loading "rhnplugin" plugin Could not retrieve mirrorlist http://apt.sw.be/redhat/el5/en/mirrors-rpmforge error was [Errno 4] IOError: Error: Cannot retrieve repository metadata (repomd.xml) for repository: rpmforge. Please verify its path and try again ---------- I cannot find anywhere how yum is configured to go after one mirror server or another. Can anyone help on this? Cheers, JDP _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users From ateke.groups at gmail.com Mon Feb 16 13:27:40 2009 From: ateke.groups at gmail.com (Abdullah Teke) Date: Mon, 16 Feb 2009 15:27:40 +0200 Subject: [rhn-users] Cluster-Suite Message-ID: Hello; I have two server(x86_64) which Redhat ES V 4 installed on. And both systems registered to RHN. When i look system entitlements, i see this Update: *2 systems* entitled, *0 available* entitlements (*2 total*) Management: *0 systems* entitled, *0 available* entitlements (*0 total*) I want to use *rhel-i386-es-4-cluster channel for installation, but i cant find anywhere to use this channel. Isn't it supported by RHN. What do i need to use this channel. Please help. Thank you..* -- Abdullah Teke --------------------------- abdullahteke at gmail.com www.abdullahteke.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From omer at faruk.net Mon Feb 16 14:09:07 2009 From: omer at faruk.net (Omer Faruk SEN) Date: Mon, 16 Feb 2009 16:09:07 +0200 Subject: [rhn-users] Cluster-Suite In-Reply-To: References: Message-ID: <639253353.20090216160907@faruk.net> There is no entitlement for Cluster suite. It is sold as a separate subscription and you must buy one for each cluster node. Monday, February 16, 2009, 3:27:40 PM, you wrote: Hello; I have two server(x86_64) which Redhat ES V 4 installed on. And both systems registered to RHN. When i look system entitlements, i see this Update: 2 systems entitled, 0 available entitlements (2 total) Management: 0 systems entitled, 0 available entitlements (0 total) I want to use rhel-i386-es-4-cluster channel for installation, but i cant find anywhere to use this channel. Isn't it supported by RHN. What do i need to use this channel. Please help. Thank you.. -- Abdullah Teke --------------------------- abdullahteke at gmail.com www.abdullahteke.com -- Best regards, Omer mailto:omer at faruk.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From RJM002 at shsu.edu Mon Feb 16 14:25:30 2009 From: RJM002 at shsu.edu (Marti, Rob) Date: Mon, 16 Feb 2009 08:25:30 -0600 Subject: [rhn-users] Cluster-Suite In-Reply-To: <639253353.20090216160907@faruk.net> References: <639253353.20090216160907@faruk.net> Message-ID: <8FAC1E47484E43469AA28DBF35C955E42055B46D6E@EXMBX.SHSU.EDU> And GFS is not included in the cluster entitlement ? the GFS entitlement does include clustering, however. Rob Marti From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of Omer Faruk SEN Sent: Monday, February 16, 2009 8:09 AM To: Abdullah Teke Cc: rhn-users at redhat.com Subject: Re: [rhn-users] Cluster-Suite There is no entitlement for Cluster suite. It is sold as a separate subscription and you must buy one for each cluster node. Monday, February 16, 2009, 3:27:40 PM, you wrote: Hello; I have two server(x86_64) which Redhat ES V 4 installed on. And both systems registered to RHN. When i look system entitlements, i see this Update: 2 systems entitled, 0 available entitlements (2 total) Management: 0 systems entitled, 0 available entitlements (0 total) I want to use rhel-i386-es-4-cluster channel for installation, but i cant find anywhere to use this channel. Isn't it supported by RHN. What do i need to use this channel. Please help. Thank you.. -- Abdullah Teke --------------------------- abdullahteke at gmail.com www.abdullahteke.com -- Best regards, Omer mailto:omer at faruk.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From ateke.groups at gmail.com Mon Feb 16 15:36:19 2009 From: ateke.groups at gmail.com (Abdullah Teke) Date: Mon, 16 Feb 2009 17:36:19 +0200 Subject: [rhn-users] Cluster-Suite In-Reply-To: <8FAC1E47484E43469AA28DBF35C955E42055B46D6E@EXMBX.SHSU.EDU> References: <639253353.20090216160907@faruk.net> <8FAC1E47484E43469AA28DBF35C955E42055B46D6E@EXMBX.SHSU.EDU> Message-ID: Also i cant see cluster suite for redhat es 4. It is under es v 5. If i want to subscribe or purchase cluster-suite, how can i find for redhat4. By the way i want to learn that if i can make redhat version update with v4 and v5 without affecting my system. Can i use my installation number with v5? Or how can i do this minimum risk? Thank you very much. On Mon, Feb 16, 2009 at 4:25 PM, Marti, Rob wrote: > And GFS is not included in the cluster entitlement ? the GFS entitlement > does include clustering, however. > > Rob Marti > > > > *From:* rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] > *On Behalf Of *Omer Faruk SEN > *Sent:* Monday, February 16, 2009 8:09 AM > *To:* Abdullah Teke > *Cc:* rhn-users at redhat.com > *Subject:* Re: [rhn-users] Cluster-Suite > > > > There is no entitlement for Cluster suite. It is sold as a separate > subscription and you must buy one for each cluster node. > > > > > > Monday, February 16, 2009, 3:27:40 PM, you wrote: > > > > Hello; > > > > I have two server(x86_64) which Redhat ES V 4 installed on. And both > systems registered to RHN. When i look system entitlements, i see this > > > > > > Update: > > 2 systems entitled, 0 available entitlements (2 total) > > Management: > > 0 systems entitled, 0 available entitlements (0 total) > > > > I want to use rhel-i386-es-4-cluster channel for installation, but i cant > find anywhere to use this channel. Isn't it supported by RHN. What do i need > to use this channel. Please help. Thank you.. > > > > > > -- > > Abdullah Teke > > --------------------------- > > abdullahteke at gmail.com > > www.abdullahteke.com > > > > > > > > > > -- > > Best regards, > > Omer mailto:omer at faruk.net > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users > -- Abdullah Teke --------------------------- abdullahteke at gmail.com www.abdullahteke.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From ateke.groups at gmail.com Tue Feb 17 10:01:34 2009 From: ateke.groups at gmail.com (Abdullah Teke) Date: Tue, 17 Feb 2009 12:01:34 +0200 Subject: [rhn-users] Need Hellp With Add-On Entitlement Message-ID: Hello i need some help. I have two node which registered RHN with base entitlement- update. When i look at Add-on entitlement i can see Virtualization *(0 open entitlements)* Virtualization Platform *(2 open entitlements)* this lines. But when i select to Virtualization Platform Entitlement to update i get this message said "Could not automatically subscribe the system to the RHEL Virtualization Channel. This channel contains packages required for virtualization. This is most likely caused by a lack of channel entitlements." What is the problem? What should i do with this? Thank you. -- Abdullah Teke --------------------------- abdullahteke at gmail.com www.abdullahteke.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From bperkins at redhat.com Tue Feb 17 17:00:42 2009 From: bperkins at redhat.com (Brandon Perkins) Date: Tue, 17 Feb 2009 12:00:42 -0500 Subject: [rhn-users] Need Hellp With Add-On Entitlement In-Reply-To: References: Message-ID: <499AED3A.1050301@redhat.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Abdullah Teke wrote: > Hello i need some help. I have two node which registered RHN with base > entitlement- update. When i look at Add-on entitlement i can see > > Virtualization *(0 open entitlements)* > Virtualization Platform *(2 open entitlements)* this lines. But when i > select to Virtualization Platform Entitlement to update i get this message > said "Could not automatically subscribe the system to the RHEL > Virtualization Channel. This channel contains packages required for > virtualization. This is most likely caused by a lack of channel > entitlements." What is the problem? What should i do with this? Thank you. > > > > ------------------------------------------------------------------------ > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users Take a look at: https://rhn.redhat.com/rhn/channels/software/Entitlements.do and check to make sure you have Available Subscriptions for the 'RHEL Virtualization' channel family. Thanks. Brandon -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Red Hat - http://enigmail.mozdev.org iD8DBQFJmu06hwQhj8l1t/cRAgzHAKCMX+JBJXH2qzJ5+qjlkXDd4cf6zACfe5rd 9Og3hNSAKKBeu+Ti5gB5R0w= =izdH -----END PGP SIGNATURE----- From ateke.groups at gmail.com Wed Feb 18 07:50:14 2009 From: ateke.groups at gmail.com (Abdullah Teke) Date: Wed, 18 Feb 2009 09:50:14 +0200 Subject: [rhn-users] Need Hellp With Add-On Entitlement In-Reply-To: <499AED3A.1050301@redhat.com> References: <499AED3A.1050301@redhat.com> Message-ID: This is our channel subscription table. It seems that we have subscription for virtualization channel Channel EntitlementConsumed EntitlementsAvailable SubscriptionsSystems SubscribedVirtualization technology beta 020Supplementary technology beta 020Red Hat Network Tools for Red Hat Enterprise Linux 111 Red Hat Enterprise Linux beta (core server) 020Red Hat Enterprise Linux (core server) 111 Red Hat Developer Suite 020Red Hat Application Server Beta 020RHEL Virtualization 020RHEL Supplementary 111 RHEL Optional Productivity Apps Beta 020RHEL Optional Productivity Apps 020RHEL Hardware Certification 020RHEL FasTrack 111 RHEL Clustering 020RHEL Cluster-Storage 020RHEL AS (v. 4 for x86) SDK 020Hardware Certification Test Suite Beta 020Clustering/Storage technology beta 020Clustering technology beta 020 On Tue, Feb 17, 2009 at 7:00 PM, Brandon Perkins wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > > Abdullah Teke wrote: > > Hello i need some help. I have two node which registered RHN with base > > entitlement- update. When i look at Add-on entitlement i can see > > > > Virtualization *(0 open entitlements)* > > Virtualization Platform *(2 open entitlements)* this lines. But when i > > select to Virtualization Platform Entitlement to update i get this > message > > said "Could not automatically subscribe the system to the RHEL > > Virtualization Channel. This channel contains packages required for > > virtualization. This is most likely caused by a lack of channel > > entitlements." What is the problem? What should i do with this? Thank > you. > > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > rhn-users mailing list > > rhn-users at redhat.com > > https://www.redhat.com/mailman/listinfo/rhn-users > > Take a look at: > > https://rhn.redhat.com/rhn/channels/software/Entitlements.do > > and check to make sure you have Available Subscriptions for the 'RHEL > Virtualization' channel family. > > Thanks. > Brandon > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (GNU/Linux) > Comment: Using GnuPG with Red Hat - http://enigmail.mozdev.org > > iD8DBQFJmu06hwQhj8l1t/cRAgzHAKCMX+JBJXH2qzJ5+qjlkXDd4cf6zACfe5rd > 9Og3hNSAKKBeu+Ti5gB5R0w= > =izdH > -----END PGP SIGNATURE----- > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users > -- Abdullah Teke --------------------------- abdullahteke at gmail.com www.abdullahteke.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From inode0 at gmail.com Sun Feb 22 19:21:50 2009 From: inode0 at gmail.com (inode0) Date: Sun, 22 Feb 2009 13:21:50 -0600 Subject: [rhn-users] Subscription Renewals Message-ID: Dear Red Hat, I am I think an academic customer you know pretty well by now. While I have access to academic subscriptions for personal use through my corporate account, because I believe in what you do I have chosen for a number of years to purchase several subscriptions individually though your academic program to support you in some small way. After receiving my second notice that these need to be renewed I went to do that today. After going through the entire process my renewal was rejected for some reason having to do with not being able to verify my email address as a valid academic customer. Ok, I tried to renew through an account that isn't the primary account, so I logged back in using the account that receives your renewal notices. I was told for about the hundredth time that this email address hadn't been verified. Ok, so I went through the email verification process for about the hundredth time for this account. I logged back in after my email address was verified again for the umpteenth time and went through the entire renewal process again only to have it rejected again for the same reason. So I call the number the message gives me to get help and wind my way through the maze of options until I finally get to I presume someone who can help me. But no, I get a message telling me no one is there to help me and I can take some time out of my work day to call back next week. I have previously renewed this account without problems using the current email address. I can only guess that Red Hat now wants it to be an edu email address, which it would have been except Red Hat won't allow me to use the same email address for multiple accounts and I use that email address for my primary work account. Did you not verify my association with the university I work for enough when you sold me these subscriptions? If you don't like my email address why do you send me renewal notices to it? Please stop making it so damned hard to be one of your customers. Sorry to everyone else on the list but I needed to vent about this today. John From inode0 at gmail.com Mon Feb 23 17:32:24 2009 From: inode0 at gmail.com (inode0) Date: Mon, 23 Feb 2009 11:32:24 -0600 Subject: [rhn-users] Re: Subscription Renewals In-Reply-To: References: Message-ID: On Sun, Feb 22, 2009 at 1:21 PM, inode0 wrote: > Sorry to everyone else on the list but I needed to vent about this today. After 2 more hours on the phone and fussing around on the website this was finally resolved today. At least it is over for another year ... wish I could just buy subscriptions for 5 years at a time. :) John From peter at simons-rock.edu Mon Feb 23 17:56:55 2009 From: peter at simons-rock.edu (Peter C. Lai) Date: Mon, 23 Feb 2009 12:56:55 -0500 Subject: [rhn-users] Re: Subscription Renewals In-Reply-To: References: Message-ID: <20090223175655.GW33345@cesium.hyperfine.info> Uh... You can... You can buy 5 with various activation and expiration dates. (I got a subscription last year which wasn't activated until Feb this year). On 2009-02-23 11:32:24AM -0600, inode0 wrote: > On Sun, Feb 22, 2009 at 1:21 PM, inode0 wrote: > > Sorry to everyone else on the list but I needed to vent about this today. > > After 2 more hours on the phone and fussing around on the website this > was finally resolved today. At least it is over for another year ... > wish I could just buy subscriptions for 5 years at a time. :) > > John > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users -- =========================================================== Peter C. Lai | Bard College at Simon's Rock Systems Administrator | 84 Alford Rd. Information Technology Svcs. | Gt. Barrington, MA 01230 USA peter AT simons-rock.edu | (413) 528-7428 =========================================================== From inode0 at gmail.com Mon Feb 23 22:16:37 2009 From: inode0 at gmail.com (inode0) Date: Mon, 23 Feb 2009 16:16:37 -0600 Subject: [rhn-users] Re: Subscription Renewals In-Reply-To: <20090223175655.GW33345@cesium.hyperfine.info> References: <20090223175655.GW33345@cesium.hyperfine.info> Message-ID: On Mon, Feb 23, 2009 at 11:56 AM, Peter C. Lai wrote: > Uh... You can... > You can buy 5 with various activation and expiration dates. > (I got a subscription last year which wasn't activated until Feb this year). You can't during the renewal process through the web as far as I know. Of course if you are buying enough of something Red Hat will accommodate you - I don't think they would be receptive to negotiating 5 year subscriptions for my 3 machines. Maybe they would surprise me. John From peter at simons-rock.edu Mon Feb 23 22:19:17 2009 From: peter at simons-rock.edu (Peter C. Lai) Date: Mon, 23 Feb 2009 17:19:17 -0500 Subject: [rhn-users] Re: Subscription Renewals In-Reply-To: References: <20090223175655.GW33345@cesium.hyperfine.info> Message-ID: <20090223221917.GZ33345@cesium.hyperfine.info> We buy RHEL subscriptions for 6-7 physical machines here. And we do it via email and over the phone...maybe that is why... On 2009-02-23 04:16:37PM -0600, inode0 wrote: > On Mon, Feb 23, 2009 at 11:56 AM, Peter C. Lai wrote: > > Uh... You can... > > You can buy 5 with various activation and expiration dates. > > (I got a subscription last year which wasn't activated until Feb this year). > > You can't during the renewal process through the web as far as I know. > Of course if you are buying enough of something Red Hat will > accommodate you - I don't think they would be receptive to negotiating > 5 year subscriptions for my 3 machines. Maybe they would surprise me. > > John > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users -- =========================================================== Peter C. Lai | Bard College at Simon's Rock Systems Administrator | 84 Alford Rd. Information Technology Svcs. | Gt. Barrington, MA 01230 USA peter AT simons-rock.edu | (413) 528-7428 =========================================================== From inode0 at gmail.com Mon Feb 23 22:30:23 2009 From: inode0 at gmail.com (inode0) Date: Mon, 23 Feb 2009 16:30:23 -0600 Subject: [rhn-users] Re: Subscription Renewals In-Reply-To: <20090223221917.GZ33345@cesium.hyperfine.info> References: <20090223175655.GW33345@cesium.hyperfine.info> <20090223221917.GZ33345@cesium.hyperfine.info> Message-ID: On Mon, Feb 23, 2009 at 4:19 PM, Peter C. Lai wrote: > We buy RHEL subscriptions for 6-7 physical machines here. > And we do it via email and over the phone...maybe that is why... And do any of them expire 5 years from now? I have seen 1 and 3 year options but never anything longer than that. John From peter at simons-rock.edu Mon Feb 23 22:37:42 2009 From: peter at simons-rock.edu (Peter C. Lai) Date: Mon, 23 Feb 2009 17:37:42 -0500 Subject: [rhn-users] Re: Subscription Renewals In-Reply-To: References: <20090223175655.GW33345@cesium.hyperfine.info> <20090223221917.GZ33345@cesium.hyperfine.info> Message-ID: <20090223223741.GA33345@cesium.hyperfine.info> Yeah we just do the 3 year ones. 5 years gets a bit pricey for us :) On 2009-02-23 04:30:23PM -0600, inode0 wrote: > On Mon, Feb 23, 2009 at 4:19 PM, Peter C. Lai wrote: > > We buy RHEL subscriptions for 6-7 physical machines here. > > And we do it via email and over the phone...maybe that is why... > > And do any of them expire 5 years from now? I have seen 1 and 3 year > options but never anything longer than that. > > John > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users -- =========================================================== Peter C. Lai | Bard College at Simon's Rock Systems Administrator | 84 Alford Rd. Information Technology Svcs. | Gt. Barrington, MA 01230 USA peter AT simons-rock.edu | (413) 528-7428 =========================================================== From cbarnard at rush.edu Wed Feb 25 17:44:24 2009 From: cbarnard at rush.edu (Christopher L. Barnard) Date: Wed, 25 Feb 2009 11:44:24 -0600 Subject: [rhn-users] installing gcc on a server Message-ID: <1235583864.9095.228.camel@cbar-linux.rush.edu> I need to install gcc (and its accompanying files) on a moderately elderly server. asitest:~$ more /etc/redhat-release Red Hat Enterprise Linux AS release 3 (Taroon Update 6) How would I find out the name of the RPM I need so that I can download and install it? -- Christopher Barnard -------------------------------------------------------------------------- comment your code as if the maintainer will be a homicidal maniac who knows where you live. From abliss at brockport.edu Wed Feb 25 17:50:07 2009 From: abliss at brockport.edu (Aaron Bliss) Date: Wed, 25 Feb 2009 12:50:07 -0500 Subject: [rhn-users] installing gcc on a server In-Reply-To: <1235583864.9095.228.camel@cbar-linux.rush.edu> References: <1235583864.9095.228.camel@cbar-linux.rush.edu> Message-ID: <002b01c99771$7f040bc0$7d0c2340$@edu> The package name you're looking for is gcc, I believe. Try up2date-nox gcc Aaron -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of Christopher L. Barnard Sent: Wednesday, February 25, 2009 12:44 PM To: rhn-users at redhat.com Subject: [rhn-users] installing gcc on a server I need to install gcc (and its accompanying files) on a moderately elderly server. asitest:~$ more /etc/redhat-release Red Hat Enterprise Linux AS release 3 (Taroon Update 6) How would I find out the name of the RPM I need so that I can download and install it? -- Christopher Barnard -------------------------------------------------------------------------- comment your code as if the maintainer will be a homicidal maniac who knows where you live. _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users