Re: [CentOS] Havp Version 0.86 RPM ?

2007-07-17 Thread Indunil Jayasooriya

Hi Carols,



It seems that the SPEC file (of older version) does some patching to

the sources, you can edit the SPEC file and comment it out or delete
the patch part, in the end you are better of customizing the SPEC file
for your needs and system.

If you need more help I could look the spec file and do some RPM
building, I have a CentOS 5 machine myself.




By now, I have already built havp SRPM and RPM  out of tarabll.  I had to
include a patch . Then, it worked.
Anyway, This is my first time to built and SRPM and RPM out of a tarball. SO
I am new to this. So , I am sending my havp.spec file for you to look at.
pls see below.

[EMAIL PROTECTED] ~]# cat /usr/src/redhat/SPECS/havp.spec
# $Id$
# Authority: dag

# Tag: test

Summary: HTTP anti-virus proxy filter
Name: havp
Version: 0.86
Release: 1
License: GPL
Group: System Environment/Daemons
URL: http://www.server-side.de/

Source: 
http://www.server-side.de/download/havp-%{version}.tar.gz
Patch0: havp-init.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

#BuildRequires: httpd-devel, bzip2-devel, gmp-devel, curl-devel,
clamav-devel, openssl-devel
BuildRequires: bzip2-devel, gmp-devel, curl-devel, clamav-devel,
openssl-devel

%description
HAVP (HTTP AntiVirus proxy) is a proxy with an anti-virus filter.
It does not cache or filter content. At the moment the complete
traffic is scanned. The reason for this is the chance of malicious
code in nearly every filetype e.g. HTML (JavaScript) or Jpeg.

I aim to stop especially dialer or browser exploits. But writing
a http Anti Virus Proxy is a real dilemma! Huge downloads are
a problem for virus scanning proxies. A Client should not receive
data which is unchecked by the virus scanner, but big downloads
should not timeout.

%prep
%setup
%patch0 -p0 -b .init

%{__perl} -pi.orig \
   -e 's|^# (TEMPLATEPATH) .+$|$1 /etc/havp/templates/en|;' \
   -e 's|^# (WHITELIST) .+$|$1 /etc/havp/whitelist|;' \
   -e 's|^# (BLACKLIST) .+$|$1 /etc/havp/blacklist|;' \
   etc/havp/havp.config

%build
%configure \
   --enable-ssl-tunnel

%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 havp/havp %{buildroot}%{_sbindir}/havp
%{__install} -Dp -m0755 etc/init.d/havp %{buildroot}%{_initrddir}/havp

%{__install} -d -m0755 %{buildroot}%{_sysconfdir}/havp/
%{__cp} -r etc/havp/*  %{buildroot}%{_sysconfdir}/havp/

%{__install} -d -m0755 %{buildroot}%{_localstatedir}/log/havp/
%{__install} -d -m0755 %{buildroot}%{_localstatedir}/run/havp/

%clean
%{__rm} -rf %{buildroot}

%pre
if ! /usr/bin/id havp &>/dev/null; then
   /usr/sbin/useradd -r -d %{_localstatedir}/log/havp -s /bin/sh -c
"havp" havp || \
   %logmsg "Unexpected error adding user \"havp\". Aborting
installation."
fi

%post
/sbin/chkconfig --add havp

%preun
if [ $1 -eq 0 ]; then
   /sbin/service havp stop &>/dev/null || :
   /sbin/chkconfig --del havp
fi

%postun
if [ $1 -eq 0 ]; then
   /usr/sbin/userdel havp || %logmsg "User \"havp\" could not be
deleted."
fi

%files
%defattr(-, root, root, 0755)
%doc ChangeLog COPYING INSTALL update-conf
%config(noreplace) %{_sysconfdir}/havp/
%config %{_initrddir}/havp
%{_sbindir}/havp

%defattr(-, havp, havp, 0755)
%{_localstatedir}/log/havp/
%{_localstatedir}/run/havp/

%changelog
* Tue Aug 22 2006 Dag Wieers < [EMAIL PROTECTED]> - 0.7.9-1
- Cosmetic changes.

* Wed May 31 2006 Bernard 'Tux' Lheureux  0.7.9-2
- Corrected the specfile to make it installable on CentOS 4.x
- Created and applied some patches to make it chkconfig compatible
- Created and applied a patch to make config reflect the correct location of
the files

* Tue May 30 2006 Jim Perrin  0.7.9-1
- Initial build for CentOS,
- Specfile generation... still some work to do...



Pls edit the above file in a nice manner, if needed.


And, I would also like to know why I had to use rpmbuild -ba option instead
of rpmbuild -ta, while building this out of a tarball.

Hope to hear from you.








Good Luck!

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





--
Thank you
Indunil Jayasooriya
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] post Installation

2007-07-17 Thread PV Juliet

Hi,
  I made my own distribution CD . when i am installing this before
post installation /usr/sbin/mouseconfig  no  such file   a message
displays . can anyone can suggest  why it's happens??/
Thanks in advance

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


Re: [CentOS] Flash-plugin ?

2007-07-17 Thread jarmo
Devin Henderson kirjoitti viestissään (lähetysaika keskiviikko, 18. heinäkuuta 
2007 00:18):
> I see no reason why the make/model of processor you are using has
> anything to do with this aside from whether you are running i386 or
> x86_64 c5. Make sure you have the alsa-lib and alsa-utils packages
> installed. Let me know if that works.
>
> Devin

Both are installed...

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


Re: [CentOS] CentOS 5 dvd installation

2007-07-17 Thread david chong

On 7/17/07, Dmitriy Zakalyuzhniy <[EMAIL PROTECTED]> wrote:



http://www.centos.org/modules/newbb/viewtopic.php?topic_id=7884




Thanks Dmitriy, at last I tried downloading the 6 CD and sucessfully install
it on the same computer. May my dvd .iso is not good. I didn't do md5
checking...
havent learn how to do it...
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Horde on CentOS 5

2007-07-17 Thread Camron W. Fox

Alle,

	Can't get on IRC or I would have asked there. Are there any plans to 
add a Horde-Apps groups to the extras repository like there is for CentOS4?


Best Regards,
Camron

--
Camron W. Fox
Hilo Office
High Performance Computing Group
Fujitsu America, INC.
E-mail: [EMAIL PROTECTED]

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


Re: [CentOS] IHC7 RAID-1 or Kernel Software RAID-1?

2007-07-17 Thread William Warren
use only the linux software raid.  It's perfectly stable even under high 
loads here.


Tony Mountifield wrote:

I'm just setting up a SuperMicro system which has twin SATA disks on an
Intel IHC7 RAID-capable controller.

The system came with Fedora 5 pre-installed, which I will be removing and
replacing with CentOS 4.5. But before doing so, I've been having a look at
how the original vendor configured it.

When I've built systems previously, I've disabled any RAID controller and
used kernel software RAID-1, set up per-partition, and this has worked
well.

This system is currently set up with hardware RAID enabled, which is
detected by the kernel device mapper. I can see what it has found using
"dmraid" with -b, -r and -s. A single physical volume was created
on the mapped RAID-1 device, and then logical volumes created on that.

My question is: which kind of configuration will generally give me better
performance? To use the IHC7 RAID-1 as currently set up, or to use Linux
software RAID-1 as I am used to doing? Any other reasons to choose one
over the other?

Thanks in advance for any insights.

Cheers
Tony


--
My "Foundation" verse:
Isa 54:17  No weapon that is formed against thee shall prosper; and 
every tongue that shall rise against thee in judgment thou shalt 
condemn. This is the heritage of the servants of the LORD, and their 
righteousness is of me, saith the LORD.


-- carpe ductum -- "Grab the tape"
CDTT (Certified Duct Tape Technician)

Linux user #322099
Machines:
206822
256638
276825
http://counter.li.org/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] XFS module

2007-07-17 Thread Peter Kjellstrom
On Tuesday 17 July 2007, Alex Palenschat wrote:
> > It's this guy?
> >
> > kmod-xfs-0.4-1.el4.2.6.9_55.0.2.EL.x86_64.rpm
>
> If this is the replacement (I'm searching list archives but can't seem
> to find any reference) then how do I load it. I have the yum priorities
> plugin and it still tries to load the plus kernel (which I'm not using).

Just a clarification, the above kmod-xfs is for the normal kernel, not the 
plus one. The centosplus kernel is not needed for xfs to work but xfsprogs 
and kmod-xfs from the centosplus repo are.

> Do I load it by hand as I always did with kernel-module-xfs?

The xfs module will be loaded when needed. It will be loaded If you have an 
xfs filesystem in fstab or if you do mount -t xfs manually.

/Peter


signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Re: Flash Media Server 2

2007-07-17 Thread Scott Silva
Lam, Eric spake the following on 7/17/2007 1:45 PM:
> How would I go about installing the compatibility libs?
>  
yum install compat-libstdc++-33

> Thanks.
> 
> 
> 
> From: [EMAIL PROTECTED] on behalf of Chris Mauritz
> Sent: Tue 7/17/2007 1:18 PM
> To: CentOS mailing list
> Subject: Re: [CentOS] Flash Media Server 2
> 
> 
> 
> Lam, Eric wrote:
>> Hi,
>>
>> I need to install Flash Media Server on a Centos box.  When running
>> the installation script, I get a
>>
>>
>> [EMAIL PROTECTED] FMS_2_0_3_r68_linux]# ./installFMS
>> ./fmsini: error while loading shared libraries: libstdc++.so.5: cannot
>> open shared object file: No such file or directory
>>
>> ERROR: Your are running the Macromedia Flash Media Server installer
>>on the wrong platform.
>>
>> Please advise.  Anyone have any experience installing FMS on Centos? 
>> Is there a RPM package?  Should I just go into the script and remove
>> the platform checking routine
>>
> 
> I believe that just means you don't have the compatibility libs installed.
> 
> Best,
> 
> ___
> 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


-- 

MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't

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


Re: [CentOS] Flash-plugin ?

2007-07-17 Thread Devin Henderson

I see no reason why the make/model of processor you are using has
anything to do with this aside from whether you are running i386 or
x86_64 c5. Make sure you have the alsa-lib and alsa-utils packages
installed. Let me know if that works.

Devin



On 7/17/07, jarmo <[EMAIL PROTECTED]> wrote:

Mark Hull-Richter kirjoitti viestissään (lähetysaika tiistai, 17. heinäkuuta
2007 08:18):

> Are you running the i386 or the x86_64 kernel, with or without xen,
> with or without kdump, etc.?
>
> All relevant.
>
> However, before we go much further, if this is not an x86_64 vs. 32
> bit situation, I'm past my depth here (I use an AMD X2 w/x86_64 but
> only run 32 bit browsers due to the plug-in sitch).
>
> mhr

Just x86 stuff, ie. kernel compiled as i686, Athlon xp2700+.
I have kdump installed, but have no idea how to use it :(

This is something weirdo, flash veresion 7 works fine, also sound.
And this is same also in other distro (mdv) what I used earlier.

Jarmo
___
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] Flash Media Server 2

2007-07-17 Thread Jason Mallory

Create links to the existing libs

Lam, Eric wrote:

How would I go about installing the compatibility libs?
 
Thanks.




From: [EMAIL PROTECTED] on behalf of Chris Mauritz
Sent: Tue 7/17/2007 1:18 PM
To: CentOS mailing list
Subject: Re: [CentOS] Flash Media Server 2



Lam, Eric wrote:
  

Hi,

I need to install Flash Media Server on a Centos box.  When running
the installation script, I get a


[EMAIL PROTECTED] FMS_2_0_3_r68_linux]# ./installFMS
./fmsini: error while loading shared libraries: libstdc++.so.5: cannot
open shared object file: No such file or directory

ERROR: Your are running the Macromedia Flash Media Server installer
   on the wrong platform.

Please advise.  Anyone have any experience installing FMS on Centos? 
Is there a RPM package?  Should I just go into the script and remove

the platform checking routine




I believe that just means you don't have the compatibility libs installed.

Best,

___
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 mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] About firefox 64 bit version

2007-07-17 Thread Devin Henderson

Try using the i386 version. That way you can use 32bit plugins like
flash. Also, you can install Firefox v2 via mozilla's tarball. See
'Option 3' here:

http://devhen.wordpress.com/2006/12/18/install-firefox-20-on-fedora-core-6/

I have had stability issues with the mozilla tarball on c5. I have
since installed Remi Collet's firefox-2 RPM for Fedora Core 6 and it
is much more stable for me. You can get it here:

http://remi.collet.free.fr/rpms/fc6.i386/firefox-2.0.0.4-3.fc6.remi.i386.rpm

If you get a dependency error for yelp either uninstall it (if you
dont need the GNOME help viewer) or get the updated package:

http://remi.collet.free.fr/rpms/fc6.i386/yelp-2.16.0-14.fc6.remi.i386.rpm

I'm recommending this because it has worked well for me. Please do not
assume that using fc6 RPMs with CentOS 5 is *always* a good idea
because it is not. Avoid using RPMs from a different distro or release
unless you know what your doing. Building your own RPMs is generally
the better way to go.

Good luck,
Devin



On 7/17/07, devel <[EMAIL PROTECTED]> wrote:

firefox-1.5.0.12-1.el5.centos.i386
firefox-1.5.0.12-1.el5.centos.x86_64

This version have the same problems with javascript only 64bit version.


El mar, 17-07-2007 a las 10:26 +0200, Tru Huynh escribió:
> On Tue, Jul 17, 2007 at 08:10:28AM +0200, devel wrote:
> > Is available new version of Firefox?
> > This version have problems of stability and with java script
> >
> > > firefox-1.5.0.9-10.el5.centos
> > > firefox-1.5.0.9-10.el5.centos
> >
> >
> If you keep your machine up to date, you would be using
> firefox-1.5.0.12-1.el5.centos.i386
> firefox-1.5.0.12-1.el5.centos.x86_64
>
> # yum update
>
> Tru
> ___
> 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 mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] XFS module

2007-07-17 Thread Akemi Yagi

On 7/17/07, Akemi Yagi <[EMAIL PROTECTED]> wrote:

On 7/17/07, Alex Palenschat <[EMAIL PROTECTED]> wrote:
>
> > It's this guy?
> >
> > kmod-xfs-0.4-1.el4.2.6.9_55.0.2.EL.x86_64.rpm
> >
>
> If this is the replacement (I'm searching list archives but can't seem
> to find any reference) then how do I load it. I have the yum priorities
> plugin and it still tries to load the plus kernel (which I'm not using).
> Do I load it by hand as I always did with kernel-module-xfs?
>
> Thanks for answering,
>
> alex

I was hoping someone on the CentOS team would respond to your query.
You need to  enable the centosplus repo and try to install kmod-xfs.
If this does not find it, the file is actually here (for i386 arch):

http://mirror.centos.org/centos/4/centosplus/i386/RPMS/kmod-xfs-0.4-1.el4.2.6.9_55.0.2.EL.i686.rpm

Akemi


Sorry, you need x86_64:

http://mirror.centos.org/centos/4/centosplus/x86_64/RPMS/kmod-xfs-0.4-1.el4.2.6.9_55.0.2.EL.x86_64.rpm
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] XFS module

2007-07-17 Thread Akemi Yagi

On 7/17/07, Alex Palenschat <[EMAIL PROTECTED]> wrote:


> It's this guy?
>
> kmod-xfs-0.4-1.el4.2.6.9_55.0.2.EL.x86_64.rpm
>

If this is the replacement (I'm searching list archives but can't seem
to find any reference) then how do I load it. I have the yum priorities
plugin and it still tries to load the plus kernel (which I'm not using).
Do I load it by hand as I always did with kernel-module-xfs?

Thanks for answering,

alex


I was hoping someone on the CentOS team would respond to your query.
You need to  enable the centosplus repo and try to install kmod-xfs.
If this does not find it, the file is actually here (for i386 arch):

http://mirror.centos.org/centos/4/centosplus/i386/RPMS/kmod-xfs-0.4-1.el4.2.6.9_55.0.2.EL.i686.rpm

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


RE: [CentOS] Flash Media Server 2

2007-07-17 Thread Lam, Eric
How would I go about installing the compatibility libs?
 
Thanks.



From: [EMAIL PROTECTED] on behalf of Chris Mauritz
Sent: Tue 7/17/2007 1:18 PM
To: CentOS mailing list
Subject: Re: [CentOS] Flash Media Server 2



Lam, Eric wrote:
> Hi,
> 
> I need to install Flash Media Server on a Centos box.  When running
> the installation script, I get a
> 
>
> [EMAIL PROTECTED] FMS_2_0_3_r68_linux]# ./installFMS
> ./fmsini: error while loading shared libraries: libstdc++.so.5: cannot
> open shared object file: No such file or directory
>
> ERROR: Your are running the Macromedia Flash Media Server installer
>on the wrong platform.
>
> Please advise.  Anyone have any experience installing FMS on Centos? 
> Is there a RPM package?  Should I just go into the script and remove
> the platform checking routine
>

I believe that just means you don't have the compatibility libs installed.

Best,

___
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] XFS module

2007-07-17 Thread Alex Palenschat

> It's this guy?
> 
> kmod-xfs-0.4-1.el4.2.6.9_55.0.2.EL.x86_64.rpm
> 

If this is the replacement (I'm searching list archives but can't seem
to find any reference) then how do I load it. I have the yum priorities
plugin and it still tries to load the plus kernel (which I'm not using).
Do I load it by hand as I always did with kernel-module-xfs?

Thanks for answering,

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


Re: [CentOS] Flash Media Server 2

2007-07-17 Thread Chris Mauritz

Lam, Eric wrote:

Hi,
 
I need to install Flash Media Server on a Centos box.  When running 
the installation script, I get a
 


[EMAIL PROTECTED] FMS_2_0_3_r68_linux]# ./installFMS
./fmsini: error while loading shared libraries: libstdc++.so.5: cannot 
open shared object file: No such file or directory


ERROR: Your are running the Macromedia Flash Media Server installer
   on the wrong platform.

Please advise.  Anyone have any experience installing FMS on Centos?  
Is there a RPM package?  Should I just go into the script and remove 
the platform checking routine




I believe that just means you don't have the compatibility libs installed.

Best,

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


[CentOS] Re: IHC7 RAID-1 or Kernel Software RAID-1?

2007-07-17 Thread Scott Silva
Tony Mountifield spake the following on 7/17/2007 10:32 AM:
> I'm just setting up a SuperMicro system which has twin SATA disks on an
> Intel IHC7 RAID-capable controller.
> 
> The system came with Fedora 5 pre-installed, which I will be removing and
> replacing with CentOS 4.5. But before doing so, I've been having a look at
> how the original vendor configured it.
> 
> When I've built systems previously, I've disabled any RAID controller and
> used kernel software RAID-1, set up per-partition, and this has worked
> well.
> 
> This system is currently set up with hardware RAID enabled, which is
> detected by the kernel device mapper. I can see what it has found using
> "dmraid" with -b, -r and -s. A single physical volume was created
> on the mapped RAID-1 device, and then logical volumes created on that.
> 
> My question is: which kind of configuration will generally give me better
> performance? To use the IHC7 RAID-1 as currently set up, or to use Linux
> software RAID-1 as I am used to doing? Any other reasons to choose one
> over the other?
> 
> Thanks in advance for any insights.
> 
> Cheers
> Tony
I won't go into the whole "fakeraid" rant, but the software raid drivers are
very mature and have been working well for years, but the dmraid code is much
newer, and probably not quite as stable.

-- 

MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't

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


Re: [CentOS] Flash Media Server 2

2007-07-17 Thread Matt Hyclak
On Tue, Jul 17, 2007 at 12:51:45PM -0700, Lam, Eric enlightened us:
> I need to install Flash Media Server on a Centos box.  When running the 
> installation script, I get a
>  
> 
> [EMAIL PROTECTED] FMS_2_0_3_r68_linux]# ./installFMS
> ./fmsini: error while loading shared libraries: libstdc++.so.5: cannot open 
> shared object file: No such file or directory
> 
> ERROR: Your are running the Macromedia Flash Media Server installer
>on the wrong platform.
> 
> Please advise.  Anyone have any experience installing FMS on Centos?  Is 
> there a RPM package?  Should I just go into the script and remove the 
> platform checking routine?
> 

Might I suggest

yum provides libstdc++.so.5

-- 
Matt Hyclak
Department of Mathematics 
Department of Social Work
Ohio University
(740) 593-1263
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Flash Media Server 2

2007-07-17 Thread Lam, Eric
Hi,
 
I need to install Flash Media Server on a Centos box.  When running the 
installation script, I get a
 

[EMAIL PROTECTED] FMS_2_0_3_r68_linux]# ./installFMS
./fmsini: error while loading shared libraries: libstdc++.so.5: cannot open 
shared object file: No such file or directory

ERROR: Your are running the Macromedia Flash Media Server installer
   on the wrong platform.

Please advise.  Anyone have any experience installing FMS on Centos?  Is there 
a RPM package?  Should I just go into the script and remove the platform 
checking routine?

Thanks.

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


[CentOS] .htaccess problems..... Using Drupal

2007-07-17 Thread Franklin S Werren
Hi All;

I am trying out the web software from www.drupal.org and I have it
Installed to a point ok in my www.werren.net  domains.

Every time I try to use the .htaccess file in the root directory
With even one command showing I get a server mis-config error on the site.
The default .htaccess is shown below

I use Cent OS 4.7 using the Blue Quartz installer from Nuonce Networks
http://www.nuonce.net/bq-cd.php 

Also the .htaccess for the /files subdirectory will not work
I cannot get the GUI uploader to work Ideas ???
 I figure it is an OS issue not a BQ issue

---/web/files
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
Options None
Options +FollowSymLinks



---/web or domain root
#
# Apache/PHP/Drupal settings:
#

# Protect files and directories from prying eyes.

  Order allow,deny


# Don't show directory listings for URLs which map to a directory.
Options -Indexes

# Follow symbolic links in this directory.
Options +FollowSymLinks

# Customized error messages.
ErrorDocument 404 /index.php

# Set the default handler.
DirectoryIndex index.php

# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.

# PHP 4, Apache 1.

  php_value magic_quotes_gpc0
  php_value register_globals0
  php_value session.auto_start  0


# PHP 4, Apache 2.

  php_value magic_quotes_gpc0
  php_value register_globals0
  php_value session.auto_start  0


# PHP 5, Apache 1 and 2.

  php_value magic_quotes_gpc0
  php_value register_globals0
  php_value session.auto_start  0


# Requires mod_expires to be enabled.

  # Enable expirations.
  ExpiresActive On
  # Cache all files for 2 weeks after access (A).
  ExpiresDefault A1209600
  # Do not cache dynamically generated pages.
  ExpiresByType text/html A1


# Various rewrite rules.

  RewriteEngine on

  # If your site can be accessed both with and without the prefix www. you
  # can use one of the following settings to force user to use only one
option:
  #
  # If you want the site to be accessed WITH the www. only, adapt and
  # uncomment the following:
  # RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
  # RewriteRule .* http://www.example.com/ [L,R=301]
  #
  # If you want the site to be accessed only WITHOUT the www. prefix, adapt
  # and uncomment the following:
  # RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
  # RewriteRule .* http://example.com/ [L,R=301]

  # Modify the RewriteBase if you are using Drupal in a subdirectory and
  # the rewrite rules are not working properly.
  #RewriteBase /drupal

  # Rewrite old-style URLs of the form 'node.php?id=x'.
  #RewriteCond %{REQUEST_FILENAME} !-f
  #RewriteCond %{REQUEST_FILENAME} !-d
  #RewriteCond %{QUERY_STRING} ^id=([^&]+)$
  #RewriteRule node.php index.php?q=node/view/%1 [L]

  # Rewrite old-style URLs of the form 'module.php?mod=x'.
  #RewriteCond %{REQUEST_FILENAME} !-f
  #RewriteCond %{REQUEST_FILENAME} !-d
  #RewriteCond %{QUERY_STRING} ^mod=([^&]+)$
  #RewriteRule module.php index.php?q=%1 [L]

  # Rewrite current-style URLs of the form 'index.php?q=x'.
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]


# $Id: .htaccess,v 1.81 2007/01/09 09:27:10 dries Exp $

Thanks..

Franklin S. Werren [EMAIL PROTECTED] 
www.bagpipes.net 
www.chautauqualake.net 
www.franksradio.net 

www.chautauqua.us 

All messages sent from this computer are
scanned by more than one Virus Scanner
and are Certified to be Virus Free.


No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.10.8/904 - Release Date: 7/16/2007
5:42 PM
 

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


[CentOS] IHC7 RAID-1 or Kernel Software RAID-1?

2007-07-17 Thread Tony Mountifield
I'm just setting up a SuperMicro system which has twin SATA disks on an
Intel IHC7 RAID-capable controller.

The system came with Fedora 5 pre-installed, which I will be removing and
replacing with CentOS 4.5. But before doing so, I've been having a look at
how the original vendor configured it.

When I've built systems previously, I've disabled any RAID controller and
used kernel software RAID-1, set up per-partition, and this has worked
well.

This system is currently set up with hardware RAID enabled, which is
detected by the kernel device mapper. I can see what it has found using
"dmraid" with -b, -r and -s. A single physical volume was created
on the mapped RAID-1 device, and then logical volumes created on that.

My question is: which kind of configuration will generally give me better
performance? To use the IHC7 RAID-1 as currently set up, or to use Linux
software RAID-1 as I am used to doing? Any other reasons to choose one
over the other?

Thanks in advance for any insights.

Cheers
Tony
-- 
Tony Mountifield
Work: [EMAIL PROTECTED] - http://www.softins.co.uk
Play: [EMAIL PROTECTED] - http://tony.mountifield.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] drive to standby after idle timeout?

2007-07-17 Thread Brian


On Jul 17, 2007, at 11:59 AM, Tru Huynh wrote:



if it's some IDE drive then hdparm(8) might help:


That's it, thanks!  Bad keyword choices on my part, I guess.


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


Re: [CentOS] drive to standby after idle timeout?

2007-07-17 Thread Tru Huynh
On Tue, Jul 17, 2007 at 11:35:07AM -0400, Brian wrote:
> I'd like to to put the hard drives in standby mode during periods of  
> no activity. I'm just running a file server plus a couple small  
> things on a Qube 3 from home, although the web stuff will increase  
> it's still minimal.
> 
> On my NetBSD systems I can use atactl to do this via:
> 
> mount -u -o async,noatime,nodevmtime /
> mount -u -o async,noatime /usr
> atactl wd0 setidle 5
> 
> [wait a time]
> # atactl wd0 checkpower
> Current power status: Standby mode
> 
> I looked at smartctl but it doesn't look like I can set idle time  
> with it, just readout status and perform self-tests.  Is there a way?

if it's some IDE drive then hdparm(8) might help:

Cheers,

Tru
-- 
Tru Huynh (CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B


pgpsZEr0kfBbl.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] XFS module

2007-07-17 Thread Alex Palenschat

>> 
>> I am in the same boat. I cannot find an rpm that correlates to the
>> 2.6.9-55.0.2 kernel. I am running this on an x86_64 architecture.
>> 
>> Alex
> 
> It's this guy?
> 
> kmod-xfs-0.4-1.el4.2.6.9_55.0.2.EL.x86_64.rpm
> 

I have been using the kernel-module-xfs rpm. Did I miss a change to the
packaging/naming convention?

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


[CentOS] drive to standby after idle timeout?

2007-07-17 Thread Brian
I'd like to to put the hard drives in standby mode during periods of  
no activity. I'm just running a file server plus a couple small  
things on a Qube 3 from home, although the web stuff will increase  
it's still minimal.


On my NetBSD systems I can use atactl to do this via:

mount -u -o async,noatime,nodevmtime /
mount -u -o async,noatime /usr
atactl wd0 setidle 5

[wait a time]
# atactl wd0 checkpower
Current power status: Standby mode

I looked at smartctl but it doesn't look like I can set idle time  
with it, just readout status and perform self-tests.  Is there a way?


Thanks!

Brian

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


Re: [CentOS] XFS module

2007-07-17 Thread Akemi Yagi

On 7/17/07, Alex Palenschat <[EMAIL PROTECTED]> wrote:

Heitor Augusto M Cardozo wrote:
> Hi,
>
> Im using XFS on production server and waiting the release of
> kernel-module-xfs-2.6.9-55.0.2 on CentOSPlus Repository to update. Any
> idea of release date?
>
> Thanks.

I am in the same boat. I cannot find an rpm that correlates to the
2.6.9-55.0.2 kernel. I am running this on an x86_64 architecture.

Alex


It's this guy?

kmod-xfs-0.4-1.el4.2.6.9_55.0.2.EL.x86_64.rpm

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


RE: [CentOS] XFS module

2007-07-17 Thread Alex Palenschat
Heitor Augusto M Cardozo wrote:
> Hi,
> 
> Im using XFS on production server and waiting the release of
> kernel-module-xfs-2.6.9-55.0.2 on CentOSPlus Repository to update. Any
> idea of release date?
> 
> Thanks.

I am in the same boat. I cannot find an rpm that correlates to the
2.6.9-55.0.2 kernel. I am running this on an x86_64 architecture.

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


Re: [CentOS] Flash-plugin ?

2007-07-17 Thread jarmo
Mark Hull-Richter kirjoitti viestissään (lähetysaika tiistai, 17. heinäkuuta 
2007 08:18):

> Are you running the i386 or the x86_64 kernel, with or without xen,
> with or without kdump, etc.?
>
> All relevant.
>
> However, before we go much further, if this is not an x86_64 vs. 32
> bit situation, I'm past my depth here (I use an AMD X2 w/x86_64 but
> only run 32 bit browsers due to the plug-in sitch).
>
> mhr

Just x86 stuff, ie. kernel compiled as i686, Athlon xp2700+.
I have kdump installed, but have no idea how to use it :(

This is something weirdo, flash veresion 7 works fine, also sound.
And this is same also in other distro (mdv) what I used earlier.

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


Re: [CentOS] RAID hard drive serial numbers?

2007-07-17 Thread Chris Mauritz

Joshua Baker-LePain wrote:
Actually, with 3ware, smartctl *can* see through the adapter to the 
disks behind it.  E.g. (on a 9650):


[EMAIL PROTECTED] jlb]$ sudo smartctl -i -d 3ware,0 /dev/twa0

[snip]

'man smartctl' has all the details.


Outstanding!  I wasn't aware of that.  Thanks!

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


Re: [CentOS] RAID hard drive serial numbers?

2007-07-17 Thread Joshua Baker-LePain

On Tue, 17 Jul 2007 at 7:41am, Chris Mauritz wrote


Tim Verhoeven wrote:



Since you are using HW RAID the tools you mentioned cannot be used to
get the HD serial numbers. This is because the RAID controllers
completely hides the physical disks from the OS. You would need tools
for the RAID controller itself, those should be able to get the info
you need.


That is my understanding as well.  I just scoured a system with a 3Ware 9550 
and tried to get physical device information without using any of the 3ware 
tools.  I was unable to get ANY information about the actual disks other than 
the size of the array/device being reported by the RAID card.


Actually, with 3ware, smartctl *can* see through the adapter to the disks 
behind it.  E.g. (on a 9650):


[EMAIL PROTECTED] jlb]$ sudo smartctl -i -d 3ware,0 /dev/twa0
smartctl version 5.36 [x86_64-redhat-linux-gnu] Copyright (C) 2002-6 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF INFORMATION SECTION ===
Device Model: WDC WD740ADFD-00NLR1
Serial Number:WD-WMANS1403676
Firmware Version: 20.07P20
User Capacity:74,355,769,344 bytes
Device is:Not in smartctl database [for details use: -P showall]
ATA Version is:   7
ATA Standard is:  Not recognized. Minor revision code: 0x1d
Local Time is:Tue Jul 17 09:00:13 2007 EDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

'man smartctl' has all the details.

--
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Flash-plugin ?

2007-07-17 Thread Justin Cataldo

Just out of interest - this has just been masked in the Gentoo
portage. Apparently there are too many versions floating around so no
one knows which version they are getting.
I hope they fix it soon!

JC

On 7/17/07, Mark Hull-Richter <[EMAIL PROTECTED]> wrote:

On 7/16/07, jarmo <[EMAIL PROTECTED]> wrote:
>
> 32bit AMD XP2700
> 512M ram
>

Are you running the i386 or the x86_64 kernel, with or without xen,
with or without kdump, etc.?

All relevant.

However, before we go much further, if this is not an x86_64 vs. 32
bit situation, I'm past my depth here (I use an AMD X2 w/x86_64 but
only run 32 bit browsers due to the plug-in sitch).

mhr
___
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] About firefox 64 bit version

2007-07-17 Thread devel
firefox-1.5.0.12-1.el5.centos.i386
firefox-1.5.0.12-1.el5.centos.x86_64

This version have the same problems with javascript only 64bit version.


El mar, 17-07-2007 a las 10:26 +0200, Tru Huynh escribió:
> On Tue, Jul 17, 2007 at 08:10:28AM +0200, devel wrote:
> > Is available new version of Firefox?
> > This version have problems of stability and with java script
> > 
> > > firefox-1.5.0.9-10.el5.centos
> > > firefox-1.5.0.9-10.el5.centos
> > 
> > 
> If you keep your machine up to date, you would be using
> firefox-1.5.0.12-1.el5.centos.i386
> firefox-1.5.0.12-1.el5.centos.x86_64
> 
> # yum update
> 
> Tru
> ___
> 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] RAID hard drive serial numbers?

2007-07-17 Thread Tomasz Napierała
On Tuesday 17 July 2007 13:20:28 Scott Ehrlich wrote:
> smartctl, hdparm, and sdparm all are valuable tools to obtain hard drive
> info. But, they don't seem to work, at least, on obtaining hard drive info
> from drives on a Dell PERC controller.  Instead, I'm given basic PERC
> controller info, not drive info.
>
> Is there a tool to let me get the hard drive make/model/serial numbers from
> a hardware RAID setup?

You might want to check :
http://linux.dell.com/repo/software/

I don't have any Dell server near here to test, but I'm almost sure that Dell 
management tools were able to retrieve that info.

-- 
Tomasz Napierala
System Administrator
Allegro Team
http://www.allegro.pl/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Havp Version 0.86 RPM ?

2007-07-17 Thread Carlos Daniel Ruvalcaba Valenzuela

[EMAIL PROTECTED] SPECS]# rpmbuild -ba havp.spec
error: File /usr/src/redhat/SOURCES/havp- init.patch: No such file or
directory


It seems that the SPEC file (of older version) does some patching to
the sources, you can edit the SPEC file and comment it out or delete
the patch part, in the end you are better of customizing the SPEC file
for your needs and system.

If you need more help I could look the spec file and do some RPM
building, I have a CentOS 5 machine myself.

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


Re: [CentOS] RAID hard drive serial numbers?

2007-07-17 Thread Rainer Traut

Hi,

Scott Ehrlich schrieb:
smartctl, hdparm, and sdparm all are valuable tools to obtain hard drive 
info. But, they don't seem to work, at least, on obtaining hard drive info
from drives on a Dell PERC controller.  Instead, I'm given basic PERC 

controller info, not drive info.

Is there a tool to let me get the hard drive make/model/serial numbers 
from a hardware RAID setup?


YOu have not told us, what server and what OS you're running.
If it's a Dell Server (you have a Dell raid card) you can do it with 
Dell's OMSA:

http://linux.dell.com/wiki/index.php/Repository/hardware

The webinterface lets you configure and view all Raid parts, all drive 
infos are there, too.


Note this does only work on PE* servers, not SC*.

Rainer

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


centos@centos.org

2007-07-17 Thread Lanny Marcus
>Message: 9
>Date: Sun, 15 Jul 2007 14:30:39 -0400
>From: "William L. Maltby" <[EMAIL PROTECTED]>
>Subject: Re: [CentOS] Newbie ADSL configuration, ppp0 can't activate &
>Message-ID: <[EMAIL PROTECTED]>


>I've been using IPCop several years now on a cable setup in the boonies
>(few users, low sharing of bandwidth, great throughput). Since version

William: I came in here about 430 this morning and I
installed/configured IPCop 1.4.15 on a P3 500 MHz with 384 RAM. I'm
online with the box running headless (I disconnected the monitor,
keyboard and mouse). I was able to get to it via the web interface and
did a backup to floppy disks. When I have time, I will explore the
administration manual more and the web interface. IPCop has excellent
documentation! Lanny


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


Re: [CentOS] RAID hard drive serial numbers?

2007-07-17 Thread Chris Mauritz

Tim Verhoeven wrote:

On 7/17/07, Scott Ehrlich <[EMAIL PROTECTED]> wrote:

smartctl, hdparm, and sdparm all are valuable tools to obtain hard drive
info. But, they don't seem to work, at least, on obtaining hard drive 
info

from drives on a Dell PERC controller.  Instead, I'm given basic PERC
controller info, not drive info.

Is there a tool to let me get the hard drive make/model/serial 
numbers from a

hardware RAID setup?


Since you are using HW RAID the tools you mentioned cannot be used to
get the HD serial numbers. This is because the RAID controllers
completely hides the physical disks from the OS. You would need tools
for the RAID controller itself, those should be able to get the info
you need.


That is my understanding as well.  I just scoured a system with a 3Ware 
9550 and tried to get physical device information without using any of 
the 3ware tools.  I was unable to get ANY information about the actual 
disks other than the size of the array/device being reported by the RAID 
card.


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


Re: [CentOS] RAID hard drive serial numbers?

2007-07-17 Thread Tim Verhoeven

On 7/17/07, Scott Ehrlich <[EMAIL PROTECTED]> wrote:

smartctl, hdparm, and sdparm all are valuable tools to obtain hard drive
info. But, they don't seem to work, at least, on obtaining hard drive info
from drives on a Dell PERC controller.  Instead, I'm given basic PERC
controller info, not drive info.

Is there a tool to let me get the hard drive make/model/serial numbers from a
hardware RAID setup?


Since you are using HW RAID the tools you mentioned cannot be used to
get the HD serial numbers. This is because the RAID controllers
completely hides the physical disks from the OS. You would need tools
for the RAID controller itself, those should be able to get the info
you need.

Regards,
Tim


--
Tim Verhoeven - [EMAIL PROTECTED] - 0479 / 88 11 83

Hoping the problem  magically goes away  by ignoring it is the
"microsoft approach to programming" and should never be allowed.
(Linus Torvalds)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] courier-imap-mysql

2007-07-17 Thread Alexander Dalloz
Tom Brown schrieb:
> Hi
> 
> I see the courier-imap-mysql rpm is available on rpm.pbone.net, does
> anyone know if this is also available in a repo ? I looked in extras but
> it didn't find anything.
> 
> thanks


http://www.c-corp.net/linux/centos/4/

Alexander

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


[CentOS] RAID hard drive serial numbers?

2007-07-17 Thread Scott Ehrlich
smartctl, hdparm, and sdparm all are valuable tools to obtain hard drive 
info. But, they don't seem to work, at least, on obtaining hard drive info 
from drives on a Dell PERC controller.  Instead, I'm given basic PERC 
controller info, not drive info.


Is there a tool to let me get the hard drive make/model/serial numbers from a 
hardware RAID setup?


Thanks.

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


[CentOS] courier-imap-mysql

2007-07-17 Thread Tom Brown

Hi

I see the courier-imap-mysql rpm is available on rpm.pbone.net, does 
anyone know if this is also available in a repo ? I looked in extras but 
it didn't find anything.


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


Re: [CentOS] About firefox 64 bit version

2007-07-17 Thread Tru Huynh
On Tue, Jul 17, 2007 at 08:10:28AM +0200, devel wrote:
> Is available new version of Firefox?
> This version have problems of stability and with java script
> 
> > firefox-1.5.0.9-10.el5.centos
> > firefox-1.5.0.9-10.el5.centos
> 
> 
If you keep your machine up to date, you would be using
firefox-1.5.0.12-1.el5.centos.i386
firefox-1.5.0.12-1.el5.centos.x86_64

# yum update

Tru
-- 
Tru Huynh (CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B


pgp9GUMCZSjB7.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NIS problems after installation

2007-07-17 Thread Steve Strong

Paul Heinlein wrote:

On Mon, 16 Jul 2007, Steve Strong wrote:

so, i just installed CentOS on our server and set up NIS using the 
same configuration as on our other server, but the clients' ypbind 
services complain that although they can find the correct server, the 
server does not respond to requests.


to debug this, i've:

   *pinged the server using its ip and it's name
   *ssh'ed to the server using it's ip and name
   *ftp'd to the server using its ip and name
   *used dig to get the server's address from itself (dig @stretch
 stretch.washcslab.org
   *checked to see that nfs and ypserv are running
   *checked to see if stretch could bind to it's own nis server


and all of these were successful.  so, I also:

   * run ypserv (on the server) and ypbind (on the server) both in
 debug mode and gotten no errors
   * run ypserv (on the server) and ypbind (on the CLIENT) both in
 debug mode and gotten no errors

any help with this really gnarly bug would be greatly appreciated!
steve


Is ypserv compiled against libwrap? Does there need to be a 
hosts.allow entry?


Is SELinux enabled? Does /var/log/audit/audit.log show anything?

Is iptables in use? Does an exception need to be made?

Can you attach strace to ypserv and see anything of significance?



ypserv:
i didn't compile it, i used the rpm that is standard with an 
installation ---


selinux:
disabled (which i hate)

iptables:
how do i go about making an exception -- this seems like the problem, 
since there is no report of an attempt to connect to ypserv by a client 
in the debug output of a call to start ypserv


--
Steve Strong
Math and Computer Science
Washington High School
2205 Forest Dr. SE
Cedar Rapids, IA   52403
http://crwash.org
mailto:[EMAIL PROTECTED]

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


Re: [CentOS] NIS problems after installation

2007-07-17 Thread Steve Strong

Clint Dilks wrote:

Steve Strong wrote:
so, i just installed CentOS on our server and set up NIS using the 
same configuration as on our other server, but the clients' ypbind 
services complain that although they can find the correct server, the 
server does not respond to requests.


to debug this, i've:

   *pinged the server using its ip and it's name
   *ssh'ed to the server using it's ip and name
   *ftp'd to the server using its ip and name
   *used dig to get the server's address from itself (dig @stretch
 stretch.washcslab.org
   *checked to see that nfs and ypserv are running
   *checked to see if stretch could bind to it's own nis server


and all of these were successful.  so, I also:

   * run ypserv (on the server) and ypbind (on the server) both in
 debug mode and gotten no errors
   * run ypserv (on the server) and ypbind (on the CLIENT) both in
 debug mode and gotten no errors

any help with this really gnarly bug would be greatly appreciated!
steve



Hi,

Are you running with Security Enhanced Linux Enabled or Disabled ?   
If so try disabling it at least temporarily.  Some people will say set 
to permissive mode rather than disable, but specifically for NIS I 
have seen different behaviour between permissive and disabled.  If 
this works others may be able to assist you with getting SE Linux 
worknig with NIS.


Are you running a Firewall ?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
i'm running a firewall, but selinux is disabled.  what should i look for 
in the firewall?

steve

--
Steve Strong
Math and Computer Science
Washington High School
2205 Forest Dr. SE
Cedar Rapids, IA   52403
http://crwash.org
mailto:[EMAIL PROTECTED]

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