Re: [CentOS] updated postfix and dovecot rpms?

2009-09-07 Thread Ralph Angenendt

On Mon, 2009-09-07 at 01:19 -0400, Dave wrote:
> Hello,
>   Does anyone have updated postfix and dovecot rpms either in a repo
> or personally made? I'd like to update to dovecot 1.2.4 and postfix 2.6.5.

dovecot 1.2.4 is available from the atrpms repository (probably in
testing or bleeding), regarding postfix I have no idea if even Simon
does not have 2.6 packages on http://postfix.wl0.org/ - but he has
instructions which might help you build it yourself.

I'm curious as to why you need those versions.

Cheers,

Ralph

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Command line tool to display number of pages in a PostScript document?

2009-09-07 Thread Niki Kovacs
Hi,

I'm looking for a way to get the number of pages contained in a 
PostScript document, so I can use it in a script.

Any suggestions?

Niki
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] how to implement java in firefox ?

2009-09-07 Thread MOKRANI Rachid
Hi,
 
I have some pb for running java on my system with Firefox 3.0.12
 
System centos 5.3 - kernel 2.6.18-128 x86_64
 
When I tested my java config on  
http://www.java.com/en/download/installed.jsp?detect=jre&try=1 I have always 
the message that plugin missed : Java Runtime Environnemtn is not present.
 
 
What I need to do for implemented full java in firefox ?
 
Regards.
 
 
Rachid Mokrani -  http://www.ifp.fr  
P avant d'imprimer, pensez à l'environnement
 before printing, think of environment 
 
__

Ce message (et toutes ses pièces jointes éventuelles) est confidentiel et 
établi à l'intention exclusive de ses destinataires. Toute utilisation de ce 
message non conforme à sa destination, toute diffusion ou toute publication, 
totale ou partielle, est interdite, sauf autorisation expresse. L'IFP décline 
toute responsabilité au titre de ce message.

This message and any attachments (the message) are confidential and intended 
solely for the addressees. Any unauthorised use or dissemination is prohibited. 
IFP should not be liable for this message.

Visitez notre site Web / Visit our web site : http://www.ifp.fr
__
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Command line tool to display number of pages in a PostScript document?

2009-09-07 Thread Akemi Yagi
On Mon, Sep 7, 2009 at 3:12 AM, Niki Kovacs wrote:
> Hi,
>
> I'm looking for a way to get the number of pages contained in a
> PostScript document, so I can use it in a script.
>
> Any suggestions?

One quick and dirty method will be to count the word "showpage' that
is not commented out.  But this may not give you an accurate number of
pages (some aliases might be used).

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Command line tool to display number of pages in a PostScript document?

2009-09-07 Thread Niki Kovacs
Akemi Yagi a écrit :

> 
> One quick and dirty method will be to count the word "showpage' that
> is not commented out.  But this may not give you an accurate number of
> pages (some aliases might be used).

I found a neat solution, finally. My initial document is a PDF, so here 
goes:

$ pdfinfo file.pdf | grep Pages | cut -d : -f 2 | tr -d ' '

Cheers,

Niki
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] mod_mono on centos5?

2009-09-07 Thread David Hrbáč
Dave napsal(a):
> Hi,
>Thanks for your reply. To be honest i really don't want to torture
> myself with this, my network switch is giving me enough grief right now,
> but i don't have a choice. I've got the rpmforge repo enabled, but a yum
> install isn't giving me the package.
> Thanks.
> Dave.

Hi,
you can find mod_mono within our repo. Status is testing.
http://fs12.vsb.cz/hrb33/el5/hrb/testing/i386/repoview/
http://fs12.vsb.cz/hrb33/el5/hrb/testing/x86_64/repoview/
Regards,
David Hrbáč
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] using CentOS as an iSCSI server?

2009-09-07 Thread Rudi Ahlers
Has anyone succesfully setup, and used CentOS as an iSCSI server? I'm
trying to setup a server with 4x500GB HDD's, setup in RAID 10 to act
as an iSCSI server for a virtualization project, but I can't find a
decent howto on how to setup an iSCSI server using CentOS.

I would like to setup something like Openfiler, but we also need todo
some other stuff that OpenFiler doesn't support, so I would prefer to
export some of the HDD space (about 500GB) as iSCSI LUN's

-- 
Kind Regards
Rudi Ahlers
CEO, SoftDux Hosting
Web: http://www.SoftDux.com
Office: 087 805 9573
Cell: 082 554 7532
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] using CentOS as an iSCSI server?

2009-09-07 Thread Chan Chung Hang Christopher
Rudi Ahlers wrote:
> Has anyone succesfully setup, and used CentOS as an iSCSI server? I'm
> trying to setup a server with 4x500GB HDD's, setup in RAID 10 to act
> as an iSCSI server for a virtualization project, but I can't find a
> decent howto on how to setup an iSCSI server using CentOS.
>
> I would like to setup something like Openfiler, but we also need todo
> some other stuff that OpenFiler doesn't support, so I would prefer to
> export some of the HDD space (about 500GB) as iSCSI LUN's
>
>   


Can I suggest ZFS on Solaris/OpenSolaris? Real breeze to setup.

As for Linux, it has been a while but are there still two iscsi-target 
implementations? Has any one of them got into the mainline (Linux - not 
Redhat - although if Redhat will support one implementation I guess it 
does not really matter whether the mainline has it or not) kernel?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] using CentOS as an iSCSI server?

2009-09-07 Thread Rainer Duffner
Chan Chung Hang Christopher schrieb:
> Rudi Ahlers wrote:
>   
>> Has anyone succesfully setup, and used CentOS as an iSCSI server? I'm
>> trying to setup a server with 4x500GB HDD's, setup in RAID 10 to act
>> as an iSCSI server for a virtualization project, but I can't find a
>> decent howto on how to setup an iSCSI server using CentOS.
>>
>> I would like to setup something like Openfiler, but we also need todo
>> some other stuff that OpenFiler doesn't support, so I would prefer to
>> export some of the HDD space (about 500GB) as iSCSI LUN's
>>
>>   
>> 
>
>
> Can I suggest ZFS on Solaris/OpenSolaris? Real breeze to setup.
>   


Indeed.
But the problem is: this is a CentOS list and I'm afraid people just
don't want to hear an answer that involves installing a different OS.
Just like Windoze users don't want to hear about other OSs ;-)


> As for Linux, it has been a while but are there still two iscsi-target 
> implementations? Has any one of them got into the mainline (Linux - not 
> Redhat - although if Redhat will support one implementation I guess it 
> does not really matter whether the mainline has it or not) kernel?
>   


CentOS inherits RedHat's implementation (don't know the details).
We use the iSCSI-initiator only, though, but that parts seems to work OK
for what we use it for.



Rainer
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] using CentOS as an iSCSI server?

2009-09-07 Thread Rudi Ahlers
On Mon, Sep 7, 2009 at 5:04 PM, Chan Chung Hang
Christopher wrote:
> Rudi Ahlers wrote:
>> Has anyone succesfully setup, and used CentOS as an iSCSI server? I'm
>> trying to setup a server with 4x500GB HDD's, setup in RAID 10 to act
>> as an iSCSI server for a virtualization project, but I can't find a
>> decent howto on how to setup an iSCSI server using CentOS.
>>
>> I would like to setup something like Openfiler, but we also need todo
>> some other stuff that OpenFiler doesn't support, so I would prefer to
>> export some of the HDD space (about 500GB) as iSCSI LUN's
>>
>>
>
>
> Can I suggest ZFS on Solaris/OpenSolaris? Real breeze to setup.
>
> As for Linux, it has been a while but are there still two iscsi-target
> implementations? Has any one of them got into the mainline (Linux - not
> Redhat - although if Redhat will support one implementation I guess it
> does not really matter whether the mainline has it or not) kernel?
> ___


chan, I already have CentOS 5.3 setup, and we need to use this as far
as possible, due to some of the other software that we'll be using.

-- 
Kind Regards
Rudi Ahlers
CEO, SoftDux Hosting
Web: http://www.SoftDux.com
Office: 087 805 9573
Cell: 082 554 7532
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] using CentOS as an iSCSI server?

2009-09-07 Thread Joseph L. Casale
>Can I suggest ZFS on Solaris/OpenSolaris? Real breeze to setup.
>
>As for Linux, it has been a while but are there still two iscsi-target
>implementations? Has any one of them got into the mainline (Linux - not
>Redhat - although if Redhat will support one implementation I guess it
>does not really matter whether the mainline has it or not) kernel?

Serious performance issues wrt to ZFS under iSCSI on Solaris/OpenSolaris
at the moment which require gobs of cash to fix. See rbourbon's post from
this thread:
http://opensolaris.org/jive/thread.jspa?threadID=111286&tstart=0

As for iSCSI on CentOS, I use iet versus tgt as the boxed instance leaves
lots to be done manually. Iet is actively developed by a some bright people
and is well tested/used and stable. I can assure iet works rock solid, I have
it exporting block devices to ESXi, nix and windows without ever missing a beat.

Also, according to http://kbase.redhat.com/faq/docs/DOC-15154 tgt is still
only a Technology Preview, so you wouldn't expect it to be complete yet.

jlc

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] using CentOS as an iSCSI server?

2009-09-07 Thread John Doe
From: Rudi Ahlers 
> Has anyone succesfully setup, and used CentOS as an iSCSI server? I'm
> trying to setup a server with 4x500GB HDD's, setup in RAID 10 to act
> as an iSCSI server for a virtualization project, but I can't find a
> decent howto on how to setup an iSCSI server using CentOS.

Google with 'centos iscsi howto' returns quite a few howtos... none of them 
work?

JD


  

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] using CentOS as an iSCSI server?

2009-09-07 Thread Chan Chung Hang Christopher
Rainer Duffner wrote:
> Chan Chung Hang Christopher schrieb:
>   
>> Rudi Ahlers wrote:
>>   
>> 
>>> Has anyone succesfully setup, and used CentOS as an iSCSI server? I'm
>>> trying to setup a server with 4x500GB HDD's, setup in RAID 10 to act
>>> as an iSCSI server for a virtualization project, but I can't find a
>>> decent howto on how to setup an iSCSI server using CentOS.
>>>
>>> I would like to setup something like Openfiler, but we also need todo
>>> some other stuff that OpenFiler doesn't support, so I would prefer to
>>> export some of the HDD space (about 500GB) as iSCSI LUN's
>>>
>>>   
>>> 
>>>   
>> Can I suggest ZFS on Solaris/OpenSolaris? Real breeze to setup.
>>   
>> 
>
>
> Indeed.
> But the problem is: this is a CentOS list and I'm afraid people just
> don't want to hear an answer that involves installing a different OS.
> Just like Windoze users don't want to hear about other OSs ;-)
>
>   
Even if there are no Centos solutions besides roll your own? Too bad. I 
am all for use the right tool for the job. The brand of the tool does 
not really matter.

>   
>> As for Linux, it has been a while but are there still two iscsi-target 
>> implementations? Has any one of them got into the mainline (Linux - not 
>> Redhat - although if Redhat will support one implementation I guess it 
>> does not really matter whether the mainline has it or not) kernel?
>>   
>> 
>
>
> CentOS inherits RedHat's implementation (don't know the details).
> We use the iSCSI-initiator only, though, but that parts seems to work OK
> for what we use it for.
>
>   
However, the OP is looking for a iscsi-target...which, if I am not 
wrong, does not quite exist yet in Centos/RHEL.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] using CentOS as an iSCSI server?

2009-09-07 Thread Chan Chung Hang Christopher

> chan, I already have CentOS 5.3 setup, and we need to use this as far
> as possible, due to some of the other software that we'll be using.
>
>   


See Joseph Casale's post then. It is not quite available on Centos. Roll 
your own is the name of the game.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] using CentOS as an iSCSI server?

2009-09-07 Thread Chan Chung Hang Christopher
Joseph L. Casale wrote:
>> Can I suggest ZFS on Solaris/OpenSolaris? Real breeze to setup.
>>
>> As for Linux, it has been a while but are there still two iscsi-target
>> implementations? Has any one of them got into the mainline (Linux - not
>> Redhat - although if Redhat will support one implementation I guess it
>> does not really matter whether the mainline has it or not) kernel?
>> 
>
> Serious performance issues wrt to ZFS under iSCSI on Solaris/OpenSolaris
> at the moment which require gobs of cash to fix. See rbourbon's post from
> this thread:
> http://opensolaris.org/jive/thread.jspa?threadID=111286&tstart=0
>
> As for iSCSI on CentOS, I use iet versus tgt as the boxed instance leaves
> lots to be done manually. Iet is actively developed by a some bright people
> and is well tested/used and stable. I can assure iet works rock solid, I have
> it exporting block devices to ESXi, nix and windows without ever missing a 
> beat.
>   
Thanks for the update.

> Also, according to http://kbase.redhat.com/faq/docs/DOC-15154 tgt is still
> only a Technology Preview, so you wouldn't expect it to be complete yet.
>
>   
Did you install your iet from rpms or something then?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] using CentOS as an iSCSI server?

2009-09-07 Thread Joseph L. Casale
>Did you install your iet from rpms or something then?

No, but it looks like Ross Walker has created an updated spec
in the source. It's the *only* thing I don't use am rpm for as
there isn't anyone with an updated repo, I think atrpms is behind
but I haven't checked recently.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] using CentOS as an iSCSI server?

2009-09-07 Thread Ralph Angenendt

On Mon, 2009-09-07 at 23:26 +0800, Chan Chung Hang Christopher wrote:

> However, the OP is looking for a iscsi-target...which, if I am not 
> wrong, does not quite exist yet in Centos/RHEL.

Oh, it does since 5.3. 

scsi-target-utils is the package.

Cheers,

Ralph

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Building GCC 3.2.3

2009-09-07 Thread Igor Mikushkin
Hello!

I'm trying to build GCC 3.2.3 in CentOS 5.
I wonder if there are some script or manual that contains all the
configure options?

Is GCC 3.2.3 built with all patches gcc32-* applied?

What I really need is GCC 3.2.3 with the same options as in original
one and the same pathches + 1 applied.
This patch fixes the erroneous write in linkonce section.

Thanks in advance,
Igor
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] updated postfix and dovecot rpms?

2009-09-07 Thread Dave
Hello,
Thanks for your reply. How do i access atrpms testing or bleeding
branches? Here's what i have in my atrpms.repo file:

[atrpms]
name=CentOS $releasever - $basearch - ATrpms
baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
enabled=1
gpgcheck=1
priority=6

[ATlcgrpms]
name=RedHat Enterprise Edition 5 - $basearch - ATlcgrpms 
baseurl=http://people.atrpms.net/~pcavalcanti/rpms/rpmsel5-$basearch/
failovermethod=priority
gpgkey=http://people.atrpms.net/~pcavalcanti/RPM-GPG-KEY.LCG
gpgcheck = 1
enabled=1
priority=6


Thanks.
Dave.
 

-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf
Of Ralph Angenendt
Sent: Monday, September 07, 2009 5:08 AM
To: CentOS mailing list
Subject: Re: [CentOS] updated postfix and dovecot rpms?


On Mon, 2009-09-07 at 01:19 -0400, Dave wrote:
> Hello,
>   Does anyone have updated postfix and dovecot rpms either in a repo
or 
> personally made? I'd like to update to dovecot 1.2.4 and postfix 2.6.5.

dovecot 1.2.4 is available from the atrpms repository (probably in testing
or bleeding), regarding postfix I have no idea if even Simon does not have
2.6 packages on http://postfix.wl0.org/ - but he has instructions which
might help you build it yourself.

I'm curious as to why you need those versions.

Cheers,

Ralph

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] using CentOS as an iSCSI server?

2009-09-07 Thread Ross Walker
On Sep 7, 2009, at 11:40 AM, "Joseph L. Casale"  wrote:

>> Did you install your iet from rpms or something then?
>
> No, but it looks like Ross Walker has created an updated spec
> in the source. It's the *only* thing I don't use am rpm for as
> there isn't anyone with an updated repo, I think atrpms is behind
> but I haven't checked recently.

I don't remember if the rpm spec was in the 0.4.17 release or it was  
added to the svn shortly after. There is also a dkms conf file for  
adding it to dkms.

We're almost ready to cut a 0.4.18 release which has much improved  
compatibility updates geared towards ESX/Xen Server and MSCS. I'm  
hoping this month.

Personnally I like dkms at the moment but I'm going to try and get a  
KABI tracking version in 'extras' shortly after 0.4.18 is released.

It really is trivial to compile and/or build a rpm out of.

-Ross


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] using CentOS as an iSCSI server?

2009-09-07 Thread Joe Pruett
> Has anyone succesfully setup, and used CentOS as an iSCSI server? I'm
> trying to setup a server with 4x500GB HDD's, setup in RAID 10 to act
> as an iSCSI server for a virtualization project, but I can't find a
> decent howto on how to setup an iSCSI server using CentOS.
>
> I would like to setup something like Openfiler, but we also need todo
> some other stuff that OpenFiler doesn't support, so I would prefer to
> export some of the HDD space (about 500GB) as iSCSI LUN's

yes, just last week i set this up.

yum install scsi-target-utils
chkconfig tgtd on
edit /etc/tgt/targets.conf
service tgtd start

works from a windows client just fine.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Command line tool to display number of pages in a PostScript document?

2009-09-07 Thread Frank Cox
On Mon, 07 Sep 2009 12:12:12 +0200
Niki Kovacs wrote:

> I'm looking for a way to get the number of pages contained in a 
> PostScript document, so I can use it in a script.

grep \%\%Page\: file.ps | wc -l


-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 5.3 - Activating laptop wireless card

2009-09-07 Thread Andrew Allen
On Wed, 2009-09-02 at 19:34 +0100, Ned Slider wrote:
Trying to install the driver for my bcm4311 wireless card, I've
downloaded the driver package from

http://www.broadcom.com/support/802.11/linux_sta.php 

and followed the instructions in the readme file, untared it in the
directory hybrid_wl.
When I try to build the LKM using 
# make -C/lib/modules/2.6.18-8.el5/build M='pwd'
I get the error message make: *** /lib/modules/2.6.18-8.el5/build: No
such file or directory.  Stop.
Any ideas as to what I'm doing wrong please?

Andy

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] winbond w83793G driver

2009-09-07 Thread Adrian Sevcenco
Hi! Have anyone any idea why w83793G driver is not in the upstream 
vendor kernel? do i have to compile my own kernel for this to work?


Thank you,
Adrian


smime.p7s
Description: S/MIME Cryptographic Signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Building GCC 3.2.3

2009-09-07 Thread Igor Mikushkin
2009/9/7 Igor Mikushkin :
> Hello!
>
> I'm trying to build GCC 3.2.3 in CentOS 5.
> I wonder if there are some script or manual that contains all the
> configure options?
>
> Is GCC 3.2.3 built with all patches gcc32-* applied?
>
> What I really need is GCC 3.2.3 with the same options as in original
> one and the same pathches + 1 applied.
> This patch fixes the erroneous write in linkonce section.

Of course I meant here that I need to build GCC binaries that don't
differ from ones that I can install with compat-gcc-32*. Except that I
need one more patch to be applied.
I need options or better script with which such binaries were built by
CentOS team.
Sorry for vague initial wording.

Thanks,
Igor
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 5.3 - Activating laptop wireless card

2009-09-07 Thread Akemi Yagi
On Mon, Sep 7, 2009 at 12:02 PM, Andrew Allen wrote:

> Trying to install the driver for my bcm4311 wireless card, I've
> downloaded the driver package from
>
> http://www.broadcom.com/support/802.11/linux_sta.php
>
> and followed the instructions in the readme file, untared it in the
> directory hybrid_wl.
> When I try to build the LKM using
> # make -C/lib/modules/2.6.18-8.el5/build M='pwd'
> I get the error message make: *** /lib/modules/2.6.18-8.el5/build: No
> such file or directory.  Stop.
> Any ideas as to what I'm doing wrong please?

First make sure you have the kernel-devel package that *matches* your
running kernel.

Then try:

make -C/lib/modules/`uname -r`/build M='pwd'

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Building GCC 3.2.3

2009-09-07 Thread Johnny Hughes
On 09/07/2009 02:18 PM, Igor Mikushkin wrote:
> 2009/9/7 Igor Mikushkin :
>> Hello!
>>
>> I'm trying to build GCC 3.2.3 in CentOS 5.
>> I wonder if there are some script or manual that contains all the
>> configure options?
>>
>> Is GCC 3.2.3 built with all patches gcc32-* applied?
>>
>> What I really need is GCC 3.2.3 with the same options as in original
>> one and the same pathches + 1 applied.
>> This patch fixes the erroneous write in linkonce section.
> 
> Of course I meant here that I need to build GCC binaries that don't
> differ from ones that I can install with compat-gcc-32*. Except that I
> need one more patch to be applied.
> I need options or better script with which such binaries were built by
> CentOS team.
> Sorry for vague initial wording.

Everything you need is in the SRPM ... it has all the config options, etc.

You can get the latest one from here:

http://mirror.centos.org/centos/5/os/SRPMS/compat-gcc-32-3.2.3-61.src.rpm





signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] how to implement java in firefox ?

2009-09-07 Thread Clint Dilks
MOKRANI Rachid wrote:
> Hi,
>  
> I have some pb for running java on my system with Firefox 3.0.12
>  
> System centos 5.3 - kernel 2.6.18-128 x86_64
>  
> When I tested my java config on  
> http://www.java.com/en/download/installed.jsp?detect=jre&try=1 
>  I 
> have always the message that plugin missed : Java Runtime Environnemtn 
> is not present.
>  
>  
> What I need to do for implemented full java in firefox ?
>  
> Regards.
>  
>  
> Rachid Mokrani -  http://www.ifp.fr 
> P avant d'imprimer, pensez à l'environnement
>  before printing, think of environment
>  
> __
>
> Ce message (et toutes ses pièces jointes éventuelles) est confidentiel et 
> établi à l'intention exclusive de ses destinataires. Toute utilisation de ce 
> message non conforme à sa destination, toute diffusion ou toute publication, 
> totale ou partielle, est interdite, sauf autorisation expresse. L'IFP décline 
> toute responsabilité au titre de ce message.
>
> This message and any attachments (the message) are confidential and intended 
> solely for the addressees. Any unauthorised use or dissemination is 
> prohibited. IFP should not be liable for this message.
>
> Visitez notre site Web / Visit our web site : http://www.ifp.fr
> __
>   
> 
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>   
Hi,

The answer to this depends on what versions of Java you have installed 
and what Architecture you are running.

If you have  sun java 1.6 .*  installed on a 32 Bit system you need to 
create a link from libjavaplugin_oji.so to one of your plugin 
directories such as /usr/lib/mozilla/plugins.  Once this is done you 
should see something similar to the following in about:plugins


Java(TM) Plug-in 1.6.0_10-b33

File name: libjavaplugin_oji.so
Java(TM) Plug-in 1.6.0_10




If you are running 64 Bit CentOS with a recent sun 64 Bit Java then I 
believe the file you need to link is |libnpjp2.so.  But I have had 
issues with this on CentOS.  So on my 64 Bit systems I have a 32 Bit 
Firefox and Java installed for stuff like this.

I know that the 64 Bit Plugin works for other distributions


If you are using OpenJava I believe the process will be similar but I 
can't tell you the file you will need to Link.

I hope this helps :)
|
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] winbond w83793G driver

2009-09-07 Thread Ned Slider
Adrian Sevcenco wrote:
> Hi! Have anyone any idea why w83793G driver is not in the upstream 
> vendor kernel? do i have to compile my own kernel for this to work?
> 
> Thank you,
> Adrian
> 

Hi Adrian,

I guess the w83793 driver had not made the 2.6.18.4 kernel that RHEL5 is 
based off.

Anyway, luckily you don't need to build a whole kernel for one driver 
module - you can build the driver out of tree against the el5 kernel.

Even better, I've backported the module for you from the latest upstream 
kernel (2.6.30.5) as a kABI tracking kmod package and put it in the 
elrepo-testing repository here (kmod-w83793):

http://elrepo.org
http://elrepo.org/linux/testing/el5/

As you have the hardware, I'd appreciate if you would test the driver 
and report back how it works, either here or on the elrepo mailing lists 
or bug tracker.

Thanks

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] squirrelmail and pam tally and invalid imap logon attempts

2009-09-07 Thread Eugene Vilensky
Greetings,

In trying to use pam tally to secure pam-aware services from brute
force attempts, it worked well for all but one aspect.  It seems like
a client using our Squirrelmail setup creates an invalid imap login
attempt every time they refresh a webpage.

Has anyone else experienced this or have a clue why SM does this?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] using CentOS as an iSCSI server?

2009-09-07 Thread Christopher Chan
Joseph L. Casale wrote:
>> Did you install your iet from rpms or something then?
>> 
>
> No, but it looks like Ross Walker has created an updated spec
> in the source. It's the *only* thing I don't use am rpm for as
> there isn't anyone with an updated repo, I think atrpms is behind
> but I haven't checked recently.
>   

It appears that the Technology Preview has now moved to become a Product 
Enhancement from the link Ralph posted:

http://rhn.redhat.com/errata/RHEA-2009-0099.html

Maybe that takes away some of the manual stuff. Joseph vouches for IET's 
stability. Has anybody given tgt a run and can comment on tgt's 
performance and stability?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Command line tool to display number of pages in a PostScript document?

2009-09-07 Thread Robert Heller
At Mon, 7 Sep 2009 04:35:08 -0700 CentOS mailing list  wrote:

> 
> On Mon, Sep 7, 2009 at 3:12 AM, Niki Kovacs wrote:
> > Hi,
> >
> > I'm looking for a way to get the number of pages contained in a
> > PostScript document, so I can use it in a script.
> >
> > Any suggestions?
> 
> One quick and dirty method will be to count the word "showpage' that
> is not commented out.  But this may not give you an accurate number of
> pages (some aliases might be used).

Does this help:

sauron.deepsoft.com% psselect -r /dev/null
[9] [8] [7] [6] [5] [4] [3] [2] [1] Wrote 9 pages, 480115 bytes

Or this:

sauron.deepsoft.com% grep '^%%Pages' TypemapsEven.ps 
%%Pages: (atend)
%%Pages: 9

(These methods assume that the PS file has the proper DSC comments.)



> 
> Akemi
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 
>  

-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Download the Model Railroad System
http://www.deepsoft.com/  -- Binaries for Linux and MS-Windows
hel...@deepsoft.com   -- http://www.deepsoft.com/ModelRailroadSystem/
 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] using CentOS as an iSCSI server?

2009-09-07 Thread Ross Walker
On Sep 7, 2009, at 8:12 PM, Christopher Chan  wrote:

> Joseph L. Casale wrote:
>>> Did you install your iet from rpms or something then?
>>>
>>
>> No, but it looks like Ross Walker has created an updated spec
>> in the source. It's the *only* thing I don't use am rpm for as
>> there isn't anyone with an updated repo, I think atrpms is behind
>> but I haven't checked recently.
>>
>
> It appears that the Technology Preview has now moved to become a  
> Product
> Enhancement from the link Ralph posted:
>
> http://rhn.redhat.com/errata/RHEA-2009-0099.html
>
> Maybe that takes away some of the manual stuff. Joseph vouches for  
> IET's
> stability. Has anybody given tgt a run and can comment on tgt's
> performance and stability?

TGT is stable, performance is slightly less then IET due to running in  
user space (no zero copy), configuration is slightly more complex due  
to being a general SCSI target rather than a dedicated iSCSI target.

Depends on ones needs and preferences.

-Ross

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] updated postfix and dovecot rpms?

2009-09-07 Thread Oliver Ransom

On 07/09/2009, at 6:38 PM, Ralph Angenendt wrote:

>
> On Mon, 2009-09-07 at 01:19 -0400, Dave wrote:
>> Hello,
>>  Does anyone have updated postfix and dovecot rpms either in a repo
>> or personally made? I'd like to update to dovecot 1.2.4 and postfix  
>> 2.6.5.
>
> dovecot 1.2.4 is available from the atrpms repository (probably in
> testing or bleeding), regarding postfix I have no idea if even Simon
> does not have 2.6 packages on http://postfix.wl0.org/ - but he has
> instructions which might help you build it yourself.
>
> I'm curious as to why you need those versions.
>

I was forced to upgrade Dovecot on my Centos 4 server. With about 400  
users checking email via POP3 I was having weekly issues where Dovecot  
would leave a blank line at the top of peoples mail spool (in mbox  
format I think?), which would generate errors in their email client.  
Upgrading to the later atrpms.net version resolved that problem but  
left me with a dovecot service that crashed every few months. A script  
to restart dovecot when it crashed was preferable to manual  
intervention require more often to remove blank lines from users mail  
file though so I've left it as is.

I suspect the initial problem may actually have been the email clients  
fault (disconnecting too early after deleting messages perhaps?), but  
at the end of the day I'm the one blamed for it and was able to  
accommodate it so I did something about it!

Cheers,
Oliver


> Cheers,
>
> Ralph
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Virtualizing an existing Centos 5.x installation

2009-09-07 Thread Erick Perez
Hi all, i want to virtualize an existing Centos 5.x machine (intel xeon, 64
bit OS, Qlogic HBA) into a vmware 3.X VM that will not be connected to the
SAN (hence no need for the HBA drivers). So i googled a while and found this
link:
http://virtualaleph.blogspot.com/2007/05/virtualize-linux-server-with-vmware.html
However the link is quite old and I wonder if anyone here has done such
conversion for something like Centos 5.x/Redhat 5.x

Thanks,



-- 

Erick Perez
Cel +(507) 6675-5083

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Virtualizing an existing Centos 5.x installation

2009-09-07 Thread Eugene Vilensky
VMware converter.  In my environment, I have it root access over SSH,
and it did it's thing with minimum fuss.  For supported distributions,
it's been wonderful.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Virtualizing an existing Centos 5.x installation

2009-09-07 Thread Rainer Duffner

Am 08.09.2009 um 03:06 schrieb Eugene Vilensky:

> VMware converter.  In my environment, I have it root access over SSH,
> and it did it's thing with minimum fuss.  For supported distributions,
> it's been wonderful.


Unfortunately, it seems to be unable to cope with software-RAIDs as  
boot-drives.
(DL320G5 here)
Or is there a workaround for that?

For DL380/DL385 it seems to work very nicely.


cheers,
Rainer
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] SMART and Dell PowerEdge 2950?

2009-09-07 Thread Scott Ehrlich
I have CentOS 5 installed on a few Dell PE2950 systems.    The SMART
daemon claims the drives included with the server do not support
SMART, which rather surprised me.

What, then, are my options for monitoring the health of the server
hard drives?  It would be nice to have some service running I could
email to myself on the status of each drive.

Thanks.

Scott
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] SMART and Dell PowerEdge 2950?

2009-09-07 Thread Brian Mathis
Take a look at the Dell OMSA tools:
http://linux.dell.com/monitoring.shtml

They have a yum repo here:
http://linux.dell.com/repo/hardware/


On Mon, Sep 7, 2009 at 9:26 PM, Scott Ehrlich wrote:
> I have CentOS 5 installed on a few Dell PE2950 systems.    The SMART
> daemon claims the drives included with the server do not support
> SMART, which rather surprised me.
>
> What, then, are my options for monitoring the health of the server
> hard drives?  It would be nice to have some service running I could
> email to myself on the status of each drive.
>
> Thanks.
>
> Scott
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Virtualizing an existing Centos 5.x installation

2009-09-07 Thread Brian Mathis
The process we have been looking at goes something like this:
- Create the new VM machine with required hardware specs, then add a
second SCSI drive.
- Install a base install of CentOS onto the 2nd SCSI drive and boot to
it (you could skip this and use a rescue CD, but having the full
install makes some things much easier)
- While running from the clean CentOS install, rsync all the files
from the old server into the VM at the correct locations on the OTHER
scsi drive
- Update grub and initrd on the rsynced install
- Reboot into the rsynced install

Those are the general procedures.  You'll have to experiment to make
sure you've got everything taken care of.



On Mon, Sep 7, 2009 at 8:59 PM, Erick Perez wrote:
> Hi all, i want to virtualize an existing Centos 5.x machine (intel xeon, 64
> bit OS, Qlogic HBA) into a vmware 3.X VM that will not be connected to the
> SAN (hence no need for the HBA drivers). So i googled a while and found this
> link:
> http://virtualaleph.blogspot.com/2007/05/virtualize-linux-server-with-vmware.html
> However the link is quite old and I wonder if anyone here has done such
> conversion for something like Centos 5.x/Redhat 5.x
>
> Thanks,
>
> --
> 
> Erick Perez
> Cel +(507) 6675-5083
> 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] SMART and Dell PowerEdge 2950?

2009-09-07 Thread Ross Walker
On Sep 7, 2009, at 9:32 PM, Brian Mathis  wrote:

> Take a look at the Dell OMSA tools:
>http://linux.dell.com/monitoring.shtml
>
> They have a yum repo here:
>http://linux.dell.com/repo/hardware/

Or one can use the LSI MegaRAID Storage Manager monitoring software,  
with email alerts, snmp traps and a snmp plugin.

-Ross



> On Mon, Sep 7, 2009 at 9:26 PM, Scott Ehrlich  
> wrote:
>> I have CentOS 5 installed on a few Dell PE2950 systems.The SMART
>> daemon claims the drives included with the server do not support
>> SMART, which rather surprised me.
>>
>> What, then, are my options for monitoring the health of the server
>> hard drives?  It would be nice to have some service running I could
>> email to myself on the status of each drive.
>>
>> Thanks.
>>
>> Scott
>>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] using CentOS as an iSCSI server?

2009-09-07 Thread Jim Wildman
On Mon, 7 Sep 2009, Rudi Ahlers wrote:

> Has anyone succesfully setup, and used CentOS as an iSCSI server? I'm
> trying to setup a server with 4x500GB HDD's, setup in RAID 10 to act
> as an iSCSI server for a virtualization project, but I can't find a
> decent howto on how to setup an iSCSI server using CentOS.
>
> I would like to setup something like Openfiler, but we also need todo
> some other stuff that OpenFiler doesn't support, so I would prefer to
> export some of the HDD space (about 500GB) as iSCSI LUN's
>
>

See slides, scripts here..  http://www.colug.net/notes/0810mtg/

--
Jim Wildman, CISSP, RHCE   j...@rossberry.com http://www.rossberry.com
"Society in every state is a blessing, but Government, even in its best
state, is a necessary evil; in its worst state, an intolerable one."
Thomas Paine
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] using CentOS as an iSCSI server?

2009-09-07 Thread Jim Wildman
On Mon, 7 Sep 2009, Chan Chung Hang Christopher wrote:

>
>> chan, I already have CentOS 5.3 setup, and we need to use this as far
>> as possible, due to some of the other software that we'll be using.
>>
>>
>
>
> See Joseph Casale's post then. It is not quite available on Centos. Roll
> your own is the name of the game.

As I replied earlier, this is not true and has not been true for over a
year.

--
Jim Wildman, CISSP, RHCE   j...@rossberry.com http://www.rossberry.com
"Society in every state is a blessing, but Government, even in its best
state, is a necessary evil; in its worst state, an intolerable one."
Thomas Paine
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sendmail routing

2009-09-07 Thread Hugh E Cruickshank
From: Hugh E Cruickshank Sent: September 3, 2009 00:25
> From: Hugh E Cruickshank Sent: September 2, 2009 19:40
> > From: Christopher Chan Sent: September 2, 2009 19:34
> > > 
> > > If the box is the also the mx for the domain for which you want to
> > > do special routing, I believe there will be a problem if you apply
> > > that sender_based_routing patch. They cannot share the same
> > > mailertable lookups. Another table lookup needs to be defined for
> > > sender_based routing.
> > > 
> > > I will see if I can cook up something on a Centos 4 box.
> > 
> > Thanks for the offer but I would hold off for now. I am going to
> > give the Smart Table solution a try first as it seems to be a
> > little cleaner/easier/somethinger.
> 
> I have done some initial testing of smarttable.m4 and have observed
> positive results. It appears to perform as I hoped. I will do some
> more extensive testing either tomorrow night or, more likely, over
> the weekend. I will update this thread after I have had a chance to
> complete the additional testing.

Hi All:

We have been running the smartable.m4 code for the last three days and
I have not been able to detect any problems. It seems that this code
does handle the sender based routing quite well.

Regards, Hugh

-- 
Hugh E Cruickshank, Forward Software, www.forward-software.com 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos