[rhn-users] RE: rhn-users Digest, Vol 16, Issue 4

Support support at teyseerit.com
Tue Jun 7 04:51:46 UTC 2005


stop sending mail to us we don't want to receive any further mails from you



thanking you 

teyseer group

-----Original Message-----
From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On
Behalf Of rhn-users-request at redhat.com
Sent: Thursday, June 02, 2005 11:54 PM
To: rhn-users at redhat.com
Subject: rhn-users Digest, Vol 16, Issue 4

Send rhn-users mailing list submissions to
	rhn-users at redhat.com

To subscribe or unsubscribe via the World Wide Web, visit
	https://www.redhat.com/mailman/listinfo/rhn-users
or, via email, send a message with subject or body 'help' to
	rhn-users-request at redhat.com

You can reach the person managing the list at
	rhn-users-owner at redhat.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of rhn-users digest..."


Today's Topics:

   1. Re: RHEL 3 : httpd [error] Can't locate Apache.pm in @INC
      (Clinton Fernandes)
   2. Re: RHEL 3 : httpd [error] Can't locate Apache.pm in @INC (FM)
   3. Marvell (Adpatec) 88SX50xx compatibility and Oracle on	RHAS
      v4 (Philip Juels)
   4. Re: RHEL 3 : httpd [error] Can't locate Apache.pm in @INC
      (Clinton Fernandes)
   5. How Do I Set Enterprise 3 to Do Automatic Updates?
      (Robert Pelletier)
   6. RedHat ES 3 multipathing Fiber SAN (Lamon, Frank III)
   7. Re: icon on toolbar for all users (Raj  Kumar)
   8. Re: RedHat ES 3 multipathing Fiber SAN (Ray Stell)


----------------------------------------------------------------------

Message: 1
Date: Thu,  2 Jun 2005 09:25:14 -0700
From: Clinton Fernandes <cfernand at utm.utoronto.ca>
Subject: Re: [rhn-users] RHEL 3 : httpd [error] Can't locate Apache.pm
	in @INC
To: Red Hat Network Users List <rhn-users at redhat.com>
Message-ID: <1117729514.429f32eadbbb5 at webmail.utm.utoronto.ca>
Content-Type: text/plain; charset=ISO-8859-1

Correct me if I'm wrong, but /usr/lib/perl5/5.8.0/CGI/ isn't in your @INC.

I would guess that the above path was not technically "legal" OR was in
/etc/profile. By this I mean it isn't a default path for Perl. I know what
you're going to say: "CPAN installed the module, so how could it not be a
default path?" My simple answer: "I dunno."

Oftentimes, when the kernel is updated, things that you could get away with
but
shouldn't before the upgrade suddenly break.

The easiest work around is this:

edit /etc/profile:
export PERLLIB=$PERLLIB:/usr/lib/perl5/5.8.0/CGI/

Good luck!

-- 
          my tail is dun.


Quoting FM <dist-list at LEXUM.UMontreal.CA>:

> Hello,
> After the reboot (kernel upgrade), I cannot start httpd because of :
> 
> 
> Starting httpd: [Thu Jun 02 11:46:48 2005] [error] Can't locate 
> Apache.pm in @INC (@INC contains: /home/web/perl/modules 
> /home/web/lexum/includes/modules 
> /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 
> /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi 
> /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl 
> /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi 
> /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl . 
> /etc/httpd/ /etc/httpd/lib/perl) at /usr/lib/perl5/5.8.0/CGI.pm line 
> 191.!Compilation failed in require at /home/web/perl/modules/LexUM.pm 
> line 38.!BEGIN failed--compilation aborted at 
> /home/web/perl/modules/LexUM.pm line 38.!Compilation failed in require 
> at /home/web/lexum/includes/modules/LexUMPortal.pm line 37.!BEGIN 
> failed--compilation aborted at 
> /home/web/lexum/includes/modules/LexUMPortal.pm line 37.!Compilation 
> failed in require at /etc/httpd/sites/lexum_startup.pl line 4.!BEGIN 
> failed--compilation aborted at /etc/httpd/sites/lexum_startup.pl line 
> 4.!Compilation failed in require at (eval 30) line 1.!
> [Thu Jun 02 11:46:48 2005] [error] Can't load Perl file: 
> /etc/httpd/sites/lexum_startup.pl for server 
> www-dev-lexum.lan.lexum.pri:0, exiting...!
> 
> BUt :
> locate Apache.pm :
> /usr/lib/perl5/5.8.0/CGI/Apache.pm
> 
> and /usr/lib/perl5/5.8.0 is in the @INC !
> 
> I'm clueless :)
> 
> _______________________________________________
> rhn-users mailing list
> rhn-users at redhat.com
> https://www.redhat.com/mailman/listinfo/rhn-users
> 



------------------------------

Message: 2
Date: Thu, 02 Jun 2005 12:59:42 -0400
From: FM <dist-list at LEXUM.UMontreal.CA>
Subject: Re: [rhn-users] RHEL 3 : httpd [error] Can't locate Apache.pm
	in @INC
To: Red Hat Network Users List <rhn-users at redhat.com>
Message-ID: <429F3AFE.8080009 at lexum.umontreal.ca>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Thanks for the reply,
But it worked fine before and I used RH RPM.

Is there a way to set @INC in httpd for ex ?

Clinton Fernandes wrote:
> Correct me if I'm wrong, but /usr/lib/perl5/5.8.0/CGI/ isn't in your @INC.
> 
> I would guess that the above path was not technically "legal" OR was in
> /etc/profile. By this I mean it isn't a default path for Perl. I know what
> you're going to say: "CPAN installed the module, so how could it not be a
> default path?" My simple answer: "I dunno."
> 
> Oftentimes, when the kernel is updated, things that you could get away
with but
> shouldn't before the upgrade suddenly break.
> 
> The easiest work around is this:
> 
> edit /etc/profile:
> export PERLLIB=$PERLLIB:/usr/lib/perl5/5.8.0/CGI/
> 
> Good luck!
> 



------------------------------

Message: 3
Date: Thu, 02 Jun 2005 12:32:32 -0400
From: Philip Juels <pjuels at rics.bwh.harvard.edu>
Subject: [rhn-users] Marvell (Adpatec) 88SX50xx compatibility and
	Oracle on	RHAS v4
To: rhn-users at redhat.com
Message-ID: <429F34A0.3020400 at rics.bwh.harvard.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Does anyone know if the Marvell (or Adaptec) 88SX50xx RAID controller 
chips are true hardware RAID?  I've got a Supermicro P4SCT+II board with 
one of these "RAID" controllers on the motherboard.   Is anyone 
sucessfully using this type of controller under RHAS v3 or v4?

Also, what's the status on running Oracle9i on RHAS v4?  I understand 
10g is doable.

Thanks,

Phil Juels



------------------------------

Message: 4
Date: Thu,  2 Jun 2005 10:59:08 -0700
From: Clinton Fernandes <cfernand at utm.utoronto.ca>
Subject: Re: [rhn-users] RHEL 3 : httpd [error] Can't locate Apache.pm
	in @INC
To: Red Hat Network Users List <rhn-users at redhat.com>
Message-ID: <1117735148.429f48ec9c421 at webmail.utm.utoronto.ca>
Content-Type: text/plain; charset=ISO-8859-1

I am not aware of any way (I don't even know what "ex" is). httpd and perl
are
separate entities and I don't think they mesh in that way.

The only exception I can think of to what I just said is perl_mod. But I
have
never used perl_mod so I can't say any more than that. 

changing the environment variable will work though. And just blame the
sudden
screw-up on the kernel; I always do.

-- 
          my tail is dun.


Quoting FM <dist-list at LEXUM.UMontreal.CA>:

> Thanks for the reply,
> But it worked fine before and I used RH RPM.
> 
> Is there a way to set @INC in httpd for ex ?
> 
> Clinton Fernandes wrote:
> > Correct me if I'm wrong, but /usr/lib/perl5/5.8.0/CGI/ isn't in your
@INC.
> > 
> > I would guess that the above path was not technically "legal" OR was in
> > /etc/profile. By this I mean it isn't a default path for Perl. I know
what
> > you're going to say: "CPAN installed the module, so how could it not be
a
> > default path?" My simple answer: "I dunno."
> > 
> > Oftentimes, when the kernel is updated, things that you could get away
with
> but
> > shouldn't before the upgrade suddenly break.
> > 
> > The easiest work around is this:
> > 
> > edit /etc/profile:
> > export PERLLIB=$PERLLIB:/usr/lib/perl5/5.8.0/CGI/
> > 
> > Good luck!
> > 
> 
> _______________________________________________
> rhn-users mailing list
> rhn-users at redhat.com
> https://www.redhat.com/mailman/listinfo/rhn-users
> 



------------------------------

Message: 5
Date: Thu, 2 Jun 2005 14:25:10 -0400
From: "Robert Pelletier" <bpellet at mail.cslf.org>
Subject: [rhn-users] How Do I Set Enterprise 3 to Do Automatic
	Updates?
To: <rhn-users at redhat.com>
Message-ID: <91F5B1D180A19E44B2D75B5DCD37452505C9A3 at genesis.cslf.org>
Content-Type: text/plain;	charset="iso-8859-1"

Hi All. For some reason we do not get automatic updates. I have a blue
circle with a check mark all the time. If I click on it  I get a message
checking for updates but nothing happens. If right click on it I see Launch
Up2Date etc but they are not highlighted and cannot be clicked on. The only
thing I can click on is EXIT. If I get into terminal mode and type UP2DATE
all fixes come in and updates work great. On my desktop I get a red dot with
a flashing exclamation point. Can someone please help as I am a real newbie?
Thanks all.

    
            
Bob Pelletier
Connecticut Student Loan Foundation
Rocky Hill, Connecticut





------------------------------

Message: 6
Date: Thu, 2 Jun 2005 15:05:57 -0400
From: "Lamon, Frank III" <Frank_LaMon at csx.com>
Subject: [rhn-users] RedHat ES 3 multipathing Fiber SAN
To: "Red Hat Network Users List" <rhn-users at redhat.com>
Message-ID:
	
<5485CD8F71979F4093B2EA34A613FACA0812FBA6 at TJAX2735EXCH.csxt.ad.csx.com>
	
Content-Type: text/plain;	charset="iso-8859-1"

What types of successful configurations are people using to do multipathing
from RedHat ES3 to Hitachi DASD on a Fiber based SAN? Looking for info on
multipathing software, fiber card types and any other useful config info.
We're running RedHat ES3 on Dell PE2850's and need to connect to a Hitachi
Tagma.

Thanks 

-----------------------------------------
This email transmission and any accompanying attachments may contain CSX
privileged and confidential information intended only for the use of the
intended addressee.  Any dissemination, distribution, copying or action
taken in reliance on the contents of this email by anyone other than the
intended recipient is strictly prohibited.  If you have received this email
in error please immediately delete it and  notify sender at the above CSX
email address.  Sender and CSX accept no liability for any damage caused
directly or indirectly by receipt of this email.




------------------------------

Message: 7
Date: 2 Jun 2005 19:49:45 -0000
From: "Raj  Kumar" <rajkum2002 at rediffmail.com>
Subject: Re: [rhn-users] icon on toolbar for all users
To: "Red Hat Network Users List" <rhn-users at redhat.com>
Message-ID: <20050602194945.10257.qmail at webmail18.rediffmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hello everyone,

I've found a way to create custom icons on toolbars such that it appears for
all new users!!!

Following are the steps I used to create it:

1. Create a directory myapp_launcher in
/etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/obj
ects  

2. cd myapp_launcher

3. Copy %gconf.xml file from web_browser_launcher directory
cp ../web_browser_launcher/%gconf.xml .

4. Edit the %gconf.xml in myapp_launcher directory and replace the launcher
location to: file:///usr/share/applications/myapp.desktop

5. Now, create myapp.desktop in /usr/share/applications

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Exec/path/to/command
TryExec=
Icon=/path/img.jpg
X-GNOME-DocPath=
Terminal=false
Name=myapp
GenericName=myapp
Comment=

6. Add the following line below the web_browser_launcher line in
/etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/gen
eral/%gconf.xml

<li type="string"><stringvalue>myapp_launcher</stringvalue></li>

That's all. The new users will have the custom icon in their toolbar!! This
was very much essential for us since we create temporary accounts for our
end users every week which are automatically deleted after two weeks. 


This works on gnome 2.2-- should work for 2.8 too... 
If anyone needs help, just drop me a line!!

Thanks,
Raj


On Wed, 01 Jun 2005 Raj  Kumar wrote :
>Hi all,
>
>I want to create a custom icon/launcher (like web browser) on gnome toolbar
for all new users. What configuration files do I have to change?
>
>Please let me know.
>
>Thanks,
>Raj
>_______________________________________________
>rhn-users mailing list
>rhn-users at redhat.com
>https://www.redhat.com/mailman/listinfo/rhn-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
https://www.redhat.com/archives/rhn-users/attachments/20050602/7c5dd5ff/atta
chment.htm

------------------------------

Message: 8
Date: Thu, 2 Jun 2005 16:54:08 -0400
From: Ray Stell <stellr at cns.vt.edu>
Subject: Re: [rhn-users] RedHat ES 3 multipathing Fiber SAN
To: Red Hat Network Users List <rhn-users at redhat.com>
Message-ID: <20050602205407.GB7969 at locust.cns.vt.edu>
Content-Type: text/plain; charset=us-ascii


I have not gotten to the multipath effort yet, coming soon.  I was planning
on looking at
the software called Subsystem Device Driver (SDD).  This is some IBM product
available as
RedHat and SuSE rpms.  I have not gone here, but hope too soon:

http://www-1.ibm.com/support/docview.wss?rs=540&context=ST52G7&uid=ssg1S4000
107&loc=en_US&cs=utf-8&lang=en+en

Not really on topic exactly, but I've been fighting with a RH AS 3/qlogic
2300 configured
system.  In an sidebar effort, I set up the same config, but with RH AS 4
instead of AS 3.
I was really caught off guard when I plugged everthing in and it just
worked.  I'm considering
moving lock, stock, and barrel to 4 AS.  AS 3 has provided too many twists. 




On Thu, Jun 02, 2005 at 03:05:57PM -0400, Lamon, Frank III wrote:
> What types of successful configurations are people using to do
multipathing from RedHat ES3 to Hitachi DASD on a Fiber based SAN? Looking
for info on multipathing software, fiber card types and any other useful
config info. We're running RedHat ES3 on Dell PE2850's and need to connect
to a Hitachi Tagma.
> 
> Thanks 
> 
> -----------------------------------------
> This email transmission and any accompanying attachments may contain CSX
> privileged and confidential information intended only for the use of the
> intended addressee.  Any dissemination, distribution, copying or action
> taken in reliance on the contents of this email by anyone other than the
> intended recipient is strictly prohibited.  If you have received this
email
> in error please immediately delete it and  notify sender at the above CSX
> email address.  Sender and CSX accept no liability for any damage caused
> directly or indirectly by receipt of this email.
> 
> 
> _______________________________________________
> rhn-users mailing list
> rhn-users at redhat.com
> https://www.redhat.com/mailman/listinfo/rhn-users
============================================================
Ray Stell  stellr at vt.edu  (540) 231-4109  Tempus fugit  28^D



------------------------------

_______________________________________________
rhn-users mailing list
rhn-users at redhat.com
https://www.redhat.com/mailman/listinfo/rhn-users

End of rhn-users Digest, Vol 16, Issue 4
****************************************





More information about the rhn-users mailing list