[CentOS-es] Problema al instalar JDK

2008-09-09 Thread Luis Alberto Rojas P
Compañeros buen dia. Estoy intentando instalar JDK 6, para posterior mente
instalar Red5, pero en el momento de instalar JDK me aparece un error:
Despues de bajar los medios, comienzo con la instalacion asi:
*rpm -Uvh jdk-6u1-linux-i586.rpm* (perfecto)

Cuando continuo con el proceso es cuando me aparece el siguiente error:

*rpm -Uvh java-1.6.0-sun-compat-1.6.0.06-1jpp.i586.rpm*
warning: java-1.6.0-sun-compat-1.6.0.06-1jpp.i586.rpm: Header V3 DSA
signature: NOKEY, key ID c431416d
error: Failed dependencies:
jdk = 2000:1.6.0_06-fcs is needed by
java-1.6.0-sun-compat-1.6.0.06-1jpp.i586

Lo estoy intentano instalar en un Centos 5.1

Cual seria la solucion
De antemano muchas gracias.
___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es


Re: [CentOS-es] Problema al instalar JDK

2008-09-09 Thread BlackHand

Luis Alberto Rojas P wrote:

Compañeros buen dia. Estoy intentando instalar JDK 6,

snip

error: Failed dependencies:
jdk = 2000:1.6.0_06-fcs is needed by 
java-1.6.0-sun-compat-1.6.0.06-1jpp.i586


Lo estoy intentano instalar en un Centos 5.1

Cual seria la solucion


no instalar el rpm de sun y luego el java-sun-compat de jpackage a la 
larga SIEMPRE generara problemas, debido a q el rpm de sun no informa 
bien sobre sus propias dependencias ni los recursos q provee.


usa las mismas instrucciones del site de jpackage para construir los rpm 
 de java. o sino habilitar el repositorio de centos-testing [1] q entre 
sus paquetes tiene la version de openjdk (q es la version 100% gpl del 
motor de java, lo q se conocio como icedtea hace tan poco tiempo)


[1] http://dev.centos.org/centos/5/CentOS-Testing.repo

--
BlackHand

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


Re: [CentOS-es] es.centos.org

2008-09-09 Thread Aland Laines
puedes contar conmigo tambien..

El 1 de septiembre de 2008 16:04, Ing. Ernesto Pérez Estévez 
[EMAIL PROTECTED] escribió:

 hola Estimados

 la gente de CentOS está valorando la posibilidad, a ver, en realidad es que
 quieren sacar el sitio de CentOS.org en varios idiomas.

 Al momento han sacaro fr.centos.org (si te fijas no es totalmente igual al
 www.centos.org y eso ha provocado algunas quejas). Lo que hallo más
 interesante es la posibilidad de tener un foro en español.

 Personalmente no tengo mucho tiempo, pero me lancé como Bartolo (el que se
 brinda sólo) a ver si puedo ayudar, pero solicitaría si algunos de uds tiene
 interés en ayudar a implementarlo me lo comuniquen para yo pasarle a
 Karanbir Singh uno de los más populares colaboradores de CentOS que está
 solicitando gente que se brinde al tema.

 En principio tengo claro que hará falta gente para crear el sitio, o mejor
 aún para traducir las partes estáticas. Hacer los enlaces a la lista en
 español, en fin todo cuando pueda hacerse sobre el tema.. y después irían
 los foros. Si la cosa va como fr.centos.org sería interesante poder
 separar en foros los temas.

 ¿Les parece?

 --
 Saludos!
 epe

 Ing. Ernesto Pérez Estévez
 http://www.NuestroServer.com/

 USA: +1 305 359 4495 / España: +34 91 761 7884
 Ecuador: +593 2 341 2402 / + 593 9 9246504
 Mexico: +52 55 1163 8640 / Italia: +39 06 916504876

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




-- 
Aland Laines Calonge
Tecnico en Informatica
___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es


[CentOS] Re: Problem of sort utf8 file.

2008-09-09 Thread Tom G. Christensen

Peter Cai wrote:

PS: the background of this problem is that Postgresql's order by
command depends on the sort result of the OS.

AFAIK PostgreSQL will determine its own locale from the system locale 
when it's initdb'ed for the first time, that locale will then be used 
for all databases even if you later change the system locale.
Perhaps you need to dump your databases and do a new initdb with the 
proper locale set before this starts working the way you want.


-tgc

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


Re: [CentOS] Re: Problem of sort utf8 file.

2008-09-09 Thread Peter Cai
I already did that.

The problem is not that the locale is not correct,  but even if it's
correct, the sort order is wrong.
The result provided by pg is the same as the sort command.
It shows that pg use OS's facility to sort string.

Someone told me it's a bug of glibc.  So I checked it and found that
ubuntu use glibc 2.7 while centos5 use glibc 2.5.
That maybe the problem.

But updating glibc is too hard for me.  Maybe I have to give up.

On Tue, Sep 9, 2008 at 3:05 PM, Tom G. Christensen
[EMAIL PROTECTED] wrote:
 Peter Cai wrote:

 PS: the background of this problem is that Postgresql's order by
 command depends on the sort result of the OS.

 AFAIK PostgreSQL will determine its own locale from the system locale when
 it's initdb'ed for the first time, that locale will then be used for all
 databases even if you later change the system locale.
 Perhaps you need to dump your databases and do a new initdb with the proper
 locale set before this starts working the way you want.

 -tgc

 ___
 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] debug kernel panic on CentOS 4.6/BladeCenter HS21

2008-09-09 Thread Sven
Hi folks

Today we had a kernel panic. On the RSA-Console[0] we could only see
that the process splunkd was causing the panic. We found nothing else
in logs.

Howto debug this panic? Howto avoid in future?

regards
Sven

[0] http://bayimg.com/image/makbaaabh.jpg
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] LCD blanks out overnight

2008-09-09 Thread Joe Tseng
I inherited an ancient Dell Latitude C840 and recently installed CentOS 5.2 on 
it.  It worked fine for the most part, but when I left it overnight and came 
back the next morning, the screen blacked out and wouldn't come back unless I 
did a hard reset.  Even though I turned off all the power management settings 
and left it set like a desktop, the next morning after that it still blacked 
out.  I thought maybe it'd come back if I switched from X to a virtual text 
console, but that didn't do the trick.  Has anyone seen this and what do I do 
to fix it?

tia,

  - Joe

_
Stay up to date on your PC, the Web, and your mobile phone with Windows Live.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093185mrt/direct/01/___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] LCD blanks out overnight

2008-09-09 Thread Joe Tseng
Yeah I tried that too but no luck.  I know the Fn button works since I'm always 
able to pop open the DVD tray.

 Date: Tue, 9 Sep 2008 08:53:13 -0500
 From: [EMAIL PROTECTED]
 To: centos@centos.org
 Subject: Re: [CentOS] LCD blanks out overnight
 
 hmmm, usually ctrl-alt f1 would fix this.  Sine that isn't  working,
 have u tried switching to external vga and back.  That did the trick
 for me on Dell Latitude C610's.
 
 On 9/9/08, Joe Tseng [EMAIL PROTECTED] wrote:
  I inherited an ancient Dell Latitude C840 and recently installed CentOS 5.2
  on it.  It worked fine for the most part, but when I left it overnight and
  came back the next morning, the screen blacked out and wouldn't come back
  unless I did a hard reset.  Even though I turned off all the power
  management settings and left it set like a desktop, the next morning after
  that it still blacked out.  I thought maybe it'd come back if I switched
  from X to a virtual text console, but that didn't do the trick.  Has anyone
  seen this and what do I do to fix it?
 
  tia,
 
- Joe
 
  _
  Stay up to date on your PC, the Web, and your mobile phone with Windows
  Live.
  http://clk.atdmt.com/MRT/go/msnnkwxp1020093185mrt/direct/01/
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

_
Want to do more with Windows Live? Learn “10 hidden secrets” from Jamie.
http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!550F681DAD532637!5295.entry?ocid=TXT_TAGLM_WL_domore_092008___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] LCD blanks out overnight

2008-09-09 Thread nate
Joe Tseng wrote:
 I inherited an ancient Dell Latitude C840 and recently installed CentOS 5.2
 on it.  It worked fine for the most part, but when I left it overnight and
 came back the next morning, the screen blacked out and wouldn't come back
 unless I did a hard reset.  Even though I turned off all the power
 management settings and left it set like a desktop, the next morning after
 that it still blacked out.  I thought maybe it'd come back if I switched
 from X to a virtual text console, but that didn't do the trick.  Has anyone
 seen this and what do I do to fix it?

Is the machine still responsive? e.g. does the caps light key work? Or
is it frozen solid?

I don't know how many laptops it affects but my previous Toshiba laptops
had problems where if the screen went into power save mode about 70% of
the time the only way to get it to turn back on was to either reboot the
box or put it in suspend/sleep/hibernate and wake it up again. Toshiba
said this was a common problem across vendors that used multiple cores
in their laptops.  Microsoft released a fix for it for XP about a year
and a half ago(though as the fix was a specialized fix not a generic
fix that was pushed out to users I didn't realize it until after I
switched off of XP and onto Ubuntu, took a while until a version
of Ubuntu came out that could suspend/resume on that system). I could
not find any related fix for X11, so I just disabled screen blanking
in the X server.

It's been a while and I don't have that laptop anymore but what
I believe I did was add

Options -DPMS

To the monitor section of xorg.conf, see the man page for xorg.conf
for other DPMS related options.

Of course that just turns off screen blanking/power off, if your
system is crashing, that's another topic..

nate


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


RE: [CentOS] LCD blanks out overnight

2008-09-09 Thread Joe Tseng
I know my laptop didn't crash because I'm able to put it into suspend mode.  
Thanks for the tip; I'll try it out.

I also changed my BIOS and told it to disable power savings when plugged in.  
Maybe one of the two will help...

 Date: Tue, 9 Sep 2008 06:57:44 -0700
 Subject: Re: [CentOS] LCD blanks out overnight
 From: [EMAIL PROTECTED]
 To: centos@centos.org
 
 Joe Tseng wrote:
  I inherited an ancient Dell Latitude C840 and recently installed CentOS 5.2
  on it.  It worked fine for the most part, but when I left it overnight and
  came back the next morning, the screen blacked out and wouldn't come back
  unless I did a hard reset.  Even though I turned off all the power
  management settings and left it set like a desktop, the next morning after
  that it still blacked out.  I thought maybe it'd come back if I switched
  from X to a virtual text console, but that didn't do the trick.  Has anyone
  seen this and what do I do to fix it?
 
 Is the machine still responsive? e.g. does the caps light key work? Or
 is it frozen solid?
 
 I don't know how many laptops it affects but my previous Toshiba laptops
 had problems where if the screen went into power save mode about 70% of
 the time the only way to get it to turn back on was to either reboot the
 box or put it in suspend/sleep/hibernate and wake it up again. Toshiba
 said this was a common problem across vendors that used multiple cores
 in their laptops.  Microsoft released a fix for it for XP about a year
 and a half ago(though as the fix was a specialized fix not a generic
 fix that was pushed out to users I didn't realize it until after I
 switched off of XP and onto Ubuntu, took a while until a version
 of Ubuntu came out that could suspend/resume on that system). I could
 not find any related fix for X11, so I just disabled screen blanking
 in the X server.
 
 It's been a while and I don't have that laptop anymore but what
 I believe I did was add
 
 Options -DPMS
 
 To the monitor section of xorg.conf, see the man page for xorg.conf
 for other DPMS related options.
 
 Of course that just turns off screen blanking/power off, if your
 system is crashing, that's another topic..

_
See how Windows connects the people, information, and fun that are part of your 
life.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093175mrt/direct/01/___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] LCD blanks out overnight

2008-09-09 Thread Ignacio Vazquez-Abrams
On Tue, 2008-09-09 at 09:39 -0400, Joe Tseng wrote:
 I inherited an ancient Dell Latitude C840 and recently installed
 CentOS 5.2 on it.  It worked fine for the most part, but when I left
 it overnight and came back the next morning, the screen blacked out
 and wouldn't come back unless I did a hard reset.  Even though I
 turned off all the power management settings and left it set like a
 desktop, the next morning after that it still blacked out.  I thought
 maybe it'd come back if I switched from X to a virtual text console,
 but that didn't do the trick.  Has anyone seen this and what do I do
 to fix it?

http://people.freedesktop.org/~hughsient/quirk/

-- 
Ignacio Vazquez-Abrams [EMAIL PROTECTED]

PLEASE don't CC me; I'm already subscribed


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


RE: [CentOS] Need help with an odd issue I am experiencing

2008-09-09 Thread RobertH

 
 I have a server with dual nic's running centos 5.2 1 nic connects to the
 cable modem, which has 15m d and 2m up, but speed tests barely come back
 at 5mb down including road runner's internal speed test. I hook up my
 laptop to the same modem, same port, using the same cable and I get 17mb
 down. I have ruled out iptables, nics (because same result on both
 nics), cables, cable modem(with a brighthouse rep) any suggestions would
 be greatly appreciated. Thanks.
 

David,

IME, it is typically (yet not always) a duplex and/or speed issue between
the NIC port and the switch or device it is talking too.

man ethtool

ethtool eth0

and check to see what speed and duplex are currently in use...

if duplex and/or speed are off I typically hard code a *managed* switch and
the centos box on whatever ports as necessary by adding this line or one
similar to it

ETHTOOL_OPTS=speed 100 duplex full autoneg off

To this and other interface files as necessary

/etc/sysconfig/network-scripts/ifcfg-eth0

At this point a reboot will take care of it or if you don't want to reboot
now, Then I would make a little script called downup.sh

ifdown eth0
ifup eth0

and then I chmod 750 that script and then call it like this if from remote

./downup.sh 

So I don't lose connectivity...

There is probably a more elegant command like way to do that...

Be careful if remote box and YMMV

 - rh


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


RE: [CentOS] Need help with an odd issue I am experiencing

2008-09-09 Thread David Petruzzella
Thanks I read about that, but I am having a hard time forcing duplex, I don't 
remember the exact error it was giving me at the moment but from what I read it 
looks like a driver issue.
-- Original Message --
From: RobertH [EMAIL PROTECTED]
Reply-To: CentOS mailing list centos@centos.org
Date:  Tue, 9 Sep 2008 07:30:30 -0700


 
 I have a server with dual nic's running centos 5.2 1 nic connects to the
 cable modem, which has 15m d and 2m up, but speed tests barely come back
 at 5mb down including road runner's internal speed test. I hook up my
 laptop to the same modem, same port, using the same cable and I get 17mb
 down. I have ruled out iptables, nics (because same result on both
 nics), cables, cable modem(with a brighthouse rep) any suggestions would
 be greatly appreciated. Thanks.
 

David,

IME, it is typically (yet not always) a duplex and/or speed issue between
the NIC port and the switch or device it is talking too.

man ethtool

ethtool eth0

and check to see what speed and duplex are currently in use...

if duplex and/or speed are off I typically hard code a *managed* switch and
the centos box on whatever ports as necessary by adding this line or one
similar to it

ETHTOOL_OPTS=speed 100 duplex full autoneg off

To this and other interface files as necessary

/etc/sysconfig/network-scripts/ifcfg-eth0

At this point a reboot will take care of it or if you don't want to reboot
now, Then I would make a little script called downup.sh

ifdown eth0
ifup eth0

and then I chmod 750 that script and then call it like this if from remote

./downup.sh 

So I don't lose connectivity...

There is probably a more elegant command like way to do that...

Be careful if remote box and YMMV

 - rh


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

 





Sent via the WebMail system at mail.dsli.com


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


RE: [CentOS] Need help with an odd issue I am experiencing

2008-09-09 Thread David Petruzzella
I was thinkging drivers myself, I'm not bonding the nics btw.

-- Original Message --
From: John [EMAIL PROTECTED]
Reply-To: CentOS mailing list centos@centos.org
Date:  Tue, 9 Sep 2008 01:34:32 -0400

 


David Petruzzella Wrote:

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of David Petruzzella
Sent: Monday, September 08, 2008 10:09 PM
To: centos@centos.org
Subject: [CentOS] Need help with an odd issue I am experiencing

I have a server with dual nic's running centos 5.2 1 nic connects to the
cable modem, which has 15m d and 2m up, but speed tests barely come back at
5mb down including road runner's internal speed test. I hook up my laptop to
the same modem, same port, using the same cable and I get 17mb down. I have
ruled out iptables, nics (because same result on both nics), cables, cable
modem(with a brighthouse rep) any suggestions would be greatly appreciated.
Thanks.

**
JohnStanley Writes:

Maybe trying the vender specific drivers for the Nic Card in question on the
CentOS Server may solve the problem. Or a possibilty is if your Bonding or
teaming the nics there may be configuration issues in the way you have them
set up. Try just one Nic card by itself with out Bonding. You can use
miitool to set or force the transfer rate of the nic in question; see man
miitool Since you do say you have dual nics try them both separtly like I
stated (Without The Bonding).

JohnStanley

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

 





Sent via the WebMail system at mail.dsli.com


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


Re: [CentOS] NFS exporting a GFS mount point

2008-09-09 Thread Joshua Baker-LePain

On Mon, 8 Sep 2008 at 10:23pm, Yanagisawa, Koji wrote


Hello,

I have a storage offering some 11 TB of space.  I'd happily use ext3 and NFS 
export to 4 client machines, but 8 TB seems to be the tested maximum.  I'd 
really like one mount point for the whole 11 TB.  Since GFS offers 
lock_nolock option for local mounting, I'm assuming it's not so out of line 
to NFS export this GFS mount point.


ext3 in CentOS 5.2 supports up to 16TB volumes.

--
Joshua Baker-LePain
QB3 Shared Cluster Sysadmin
UCSF
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Need help with an odd issue I am experiencing

2008-09-09 Thread MHR
On Tue, Sep 9, 2008 at 8:18 AM, David Petruzzella [EMAIL PROTECTED] wrote:
 Thanks I read about that, but I am having a hard time forcing duplex, I don't 
 remember the exact error it was giving me at the moment but from what I read 
 it looks like a driver issue.

Would you please follow this email list's conventions and bottom post?

Thank you.

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


[CentOS] grub permission denied

2008-09-09 Thread Jay
I have one server that I can not edit the /etc/grub/grub.conf file. I get
permission denied
as root. I can change other files just not grub.conf. after unmounting
/dev/hda from /boot
and mounting under /g for a test the same things occurs.  Even in single
mode I can not
modify / delete / move the file. When umounted I did a fsck on it and all is
fine. also can not
edit menu.lst which links to grub.conf.   what am I missing?

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


Re: [CentOS] Need help with an odd issue I am experiencing

2008-09-09 Thread David Petruzzella

-- Original Message --
From: MHR [EMAIL PROTECTED]
Reply-To: CentOS mailing list centos@centos.org
Date:  Tue, 9 Sep 2008 10:52:24 -0700

On Tue, Sep 9, 2008 at 8:18 AM, David Petruzzella [EMAIL PROTECTED] wrote:
 Thanks I read about that, but I am having a hard time forcing duplex, I 
 don't remember the exact error it was giving me at the moment but from what 
 I read it looks like a driver issue.

Would you please follow this email list's conventions and bottom post?

Thank you.

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

Sure sorry about that at work and what not its the opposite. 





Sent via the WebMail system at mail.dsli.com


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


Re: [CentOS] grub permission denied

2008-09-09 Thread Barry Brimer
Quoting Jay [EMAIL PROTECTED]:

 I have one server that I can not edit the /etc/grub/grub.conf file. I get
 permission denied
 as root. I can change other files just not grub.conf. after unmounting
 /dev/hda from /boot
 and mounting under /g for a test the same things occurs.  Even in single
 mode I can not
 modify / delete / move the file. When umounted I did a fsck on it and all is
 fine. also can not
 edit menu.lst which links to grub.conf.   what am I missing?

 Thanks
 -Jay

Is SELinux enabled?


What do you get for these?:

lsattr /boot/grub/grub.conf
ls -la /boot/grub/grub.conf

Is there anything in /var/log/audit or /var/log/messages?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] Need help with an odd issue I am experiencing

2008-09-09 Thread Joseph L. Casale
Not a laptop it is a server with dual nics mtu set at 1500, 1 nic directly to 
the cable modem the other to my lan.

MTU has nothing to do with laptops, it has to do with TCP/IP.
Aside from a previous posters duplex setting (good catch on his part) its
possible that MTU is an issue. Some ISP's do some silly stuff. You
*are* going into a cable modem (which I read as accessing the internet
through some means other than a high-end fiber/etc connection where oddities
wouldn't likely exist:)

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


RE: [CentOS] Need help with an odd issue I am experiencing

2008-09-09 Thread David Petruzzella

-- Original Message --
From: Joseph L. Casale [EMAIL PROTECTED]
Reply-To: CentOS mailing list centos@centos.org
Date:  Tue, 9 Sep 2008 12:40:48 -0600

Not a laptop it is a server with dual nics mtu set at 1500, 1 nic directly to 
the cable modem the other to my lan.

MTU has nothing to do with laptops, it has to do with TCP/IP.
Aside from a previous posters duplex setting (good catch on his part) its
possible that MTU is an issue. Some ISP's do some silly stuff. You
*are* going into a cable modem (which I read as accessing the internet
through some means other than a high-end fiber/etc connection where oddities
wouldn't likely exist:)

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


The MTU setting of 1500 is optimal for that connection from what I read and 
according to tweak tests and I was just clarifying that the pc in question was 
not a laptop I am aware that MTU is TCP related and I agree sometimes there are 
funny things that happen with that, based on other tests I have done with other 
devices kind of rules out MTU it seems to be more a duplexing issue or driver 
issue I think.

Both myself and the cable guy have hooked a laptop to the cable modem all beit 
they are windows laptops with the same settings and speed tests were normal.
 





Sent via the WebMail system at mail.dsli.com


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


[CentOS] CentOS 4 autofs 4.1.3

2008-09-09 Thread John Kordash

For those of you using CentOS 4, is anyone having trouble with autofs 4.1.3?  
I'm seeing (with 60second unmount timeout) what appears to be an apparent race 
condition where a script touches an automount directory at about (the same 
second according to logs) the same time the unmount is triggered, and the 
script then gets a read error.

Sure, increasing the unmount timeout will reduce the occurrence rate, but if 
this really is a race, then it won't eliminate it.

In looking at the CHANGELOG between autofs 4.1.3 and 5.0.1rc2, there have been 
tons of changes including some references to timing issues.  However nothing is 
jumping out, and there are many changes.

Is it conventional wisdom that the 4.1.3 autofs has 'issues' and folks 
routinely move up to autofs 5 on CentOS 4.x?

Thanks,

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


RE: [CentOS] Need help with an odd issue I am experiencing

2008-09-09 Thread Ric Moore

On Mon, 2008-09-08 at 23:46 -0600, Joseph L. Casale wrote:
 I have a server with dual nic's running centos 5.2 1 nic connects to the
 cable modem, which has 15m d and 2m up, but speed tests barely come back at
 5mb down including road runner's internal speed test. I hook up my laptop to
 the same modem, same port, using the same cable and I get 17mb down. I have
 ruled out iptables, nics (because same result on both nics), cables, cable
 modem(with a brighthouse rep) any suggestions would be greatly appreciated.
 Thanks.
 
 So I gather the nics aren't teamed from your wording, maybe MTU is set sub
 optimal for your particular ISP? What OS on your laptop? Wrong MTU can have
 a significant effect such as this.

Back in the day... there used to be a utility that would test your
connection for the optimal MTU setting. Is there something like that for
Linux?? Ric

-- 

My father, Victor Moore (Vic) used to say:
There are two Great Sins in the world...
..the Sin of Ignorance, and the Sin of Stupidity.
Only the former may be overcome. R.I.P. Dad.
Linux user# 44256 Sign up at: http://counter.li.org/
https://nuoar.dev.java.net/
Verizon Cell # 336-254-1339

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


RE: [CentOS] Need help with an odd issue I am experiencing

2008-09-09 Thread David Petruzzella

-- Original Message --
From: Ric Moore [EMAIL PROTECTED]
Reply-To: CentOS mailing list centos@centos.org
Date:  Tue, 09 Sep 2008 14:56:58 -0400


On Mon, 2008-09-08 at 23:46 -0600, Joseph L. Casale wrote:
 I have a server with dual nic's running centos 5.2 1 nic connects to the
 cable modem, which has 15m d and 2m up, but speed tests barely come back at
 5mb down including road runner's internal speed test. I hook up my laptop to
 the same modem, same port, using the same cable and I get 17mb down. I have
 ruled out iptables, nics (because same result on both nics), cables, cable
 modem(with a brighthouse rep) any suggestions would be greatly appreciated.
 Thanks.
 
 So I gather the nics aren't teamed from your wording, maybe MTU is set sub
 optimal for your particular ISP? What OS on your laptop? Wrong MTU can have
 a significant effect such as this.

Back in the day... there used to be a utility that would test your
connection for the optimal MTU setting. Is there something like that for
Linux?? Ric

-- 

My father, Victor Moore (Vic) used to say:
There are two Great Sins in the world...
..the Sin of Ignorance, and the Sin of Stupidity.
Only the former may be overcome. R.I.P. Dad.
Linux user# 44256 Sign up at: http://counter.li.org/
https://nuoar.dev.java.net/
Verizon Cell # 336-254-1339

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


I got my information about the MTU setting from doing google searches and the 
message boards on broadband reports as well as doing the tweak test on broad 
band reports.
 





Sent via the WebMail system at mail.dsli.com


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


[CentOS] Re: Need help with an odd issue I am experiencing

2008-09-09 Thread Scott Silva

on 9-9-2008 11:40 AM Joseph L. Casale spake the following:

Not a laptop it is a server with dual nics mtu set at 1500, 1 nic directly to 
the cable modem the other to my lan.


MTU has nothing to do with laptops, it has to do with TCP/IP.
Aside from a previous posters duplex setting (good catch on his part) its
possible that MTU is an issue. Some ISP's do some silly stuff. You
*are* going into a cable modem (which I read as accessing the internet
through some means other than a high-end fiber/etc connection where oddities
wouldn't likely exist:)

jlc
And many cable modems, especially if it is a few years old, are half-duplex. 
Autodetect doesn't always work on them, and they will drop packets enough to 
slow them down a lot.


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



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


Re: [CentOS] CentOS 4 autofs 4.1.3

2008-09-09 Thread nate
John Kordash wrote:

 For those of you using CentOS 4, is anyone having trouble with autofs 4.1.3?
  I'm seeing (with 60second unmount timeout) what appears to be an apparent
 race condition where a script touches an automount directory at about (the
 same second according to logs) the same time the unmount is triggered, and
 the script then gets a read error.

I have it running on a couple hundred systems with no problems

nate

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


[CentOS] A glimpse into the future for RHEL 6 and CentOS 6

2008-09-09 Thread Scott Silva

http://searchenterpriselinux.techtarget.com/news/article/0,289142,sid39_gci1328938,00.html

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



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


Re: [CentOS] grub permission denied

2008-09-09 Thread Jay


 Is SELinux enabled?


 What do you get for these?:

 lsattr /boot/grub/grub.conf
 ls -la /boot/grub/grub.conf

 Is there anything in /var/log/audit or /var/log/messages?


I should have stated  that SELinux is disabled.

Here is a listing:


[EMAIL PROTECTED] /]# lsattr /boot/grub/grub.conf
i /boot/grub/grub.conf

[EMAIL PROTECTED] /]# ls -ls /boot/grub/grub.conf
4 -rw---  1 root root 2057 Mar 27  2006 /boot/grub/grub.conf

Nothing in the audit directory and messages looks ok.

Centos 5  Old kernal that's why I want to upgrade :)

2.6.9-34.ELsmp #1 SMP Wed Mar 8 00:27:03 CST 2006 i686 i686 i386 GNU/Linux

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


Re: [CentOS] grub permission denied

2008-09-09 Thread nate
Jay wrote:


 [EMAIL PROTECTED] /]# lsattr /boot/grub/grub.conf
 i /boot/grub/grub.conf

chattr -i /boot/grub/grub.conf

nate

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


RE: [CentOS] DJB's daemontools package

2008-09-09 Thread RobertH
 I know DJB from the IETF; quite the personality. And actually before
 that as he went to UofM, and I went to MSU... But then the IETF is
 filled with people that stand out; it draws us together.
 
 I need the deamontools for the HIPL DNS proxy, and was looking for what
 my options were for setting it up.
 
 Source it is, it seems
 
 

Robert

There are some rpms and sources and specs out there.

I just dunno if they are functionally perfect in patched for centos terms.

One source/rpm/spec that came up looked promising... it was from qmail.org I
think

Anyways, you are experienced enough to do whatever you need to

G'day

 - rh

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


Re: [CentOS] grub permission denied

2008-09-09 Thread Jay
Thanks ! that worked
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: Need help with an odd issue I am experiencing

2008-09-09 Thread David Petruzzella

-- Original Message --
From: Scott Silva [EMAIL PROTECTED]
Reply-To: CentOS mailing list centos@centos.org
Date:  Tue, 09 Sep 2008 12:22:53 -0700

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)

I agree but this is a newer ambit modem and if it was the case then mine and 
the cable guy's laptop would experience the same results. 





Sent via the WebMail system at mail.dsli.com


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


RE: [CentOS] Need help with an odd issue I am experiencing

2008-09-09 Thread David Petruzzella

-- Original Message --
From: RobertH [EMAIL PROTECTED]
Reply-To: CentOS mailing list centos@centos.org
Date:  Tue, 9 Sep 2008 12:32:33 -0700

 
 I got my information about the MTU setting from doing google searches and
 the message boards on broadband reports as well as doing the tweak test on
 broad band reports.
 
 

It appears you are on Comtrash where everything is CoMtRaSHtIc.

Good for you. Dance a jig.

Stop beating the MTU horse to death and get busy finding out how to best
connect to the CPE devices.

Google that stuff.

First, when testing, disable (admin down) the internal network on the second
nic

Also, check to see what specific nics you have an if any recent issues with
kernels and such and any updates.

Google that too.

Then Focus on the internet transit/transport infrastructure.

Find out best way to interface with the cable modem CPE infrastructure.

Meaning what speed and duplex.

Trial and error.

You will get there...

Some nics need to be played with and dealt with in terms of kernel and other
things like disable ipv6 in modprobe.conf and dhcp...

You might be better off having an intermediate device between you and the
cable modem if your nics don't wanna play nice with the cable modem.

Last but not least, you can always check stats and see if collisions and
errors on interfaces and more.

Enjoy

 - rh

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


1. Comcrap is not available in my area I am on road runner biz through bright 
house with 15m down and 2 up and static ip.

2.  Already tested without the internal nic running

3. Tried with a router in between and the result is the same.

4. I do agree about the negotiation aspect, which I'm looking into as well.

5. Don't notice any collisions or errors on ifconfig.
 





Sent via the WebMail system at mail.dsli.com


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


RE: [CentOS] Need help with an odd issue I am experiencing

2008-09-09 Thread RobertH
 
 1. Comcrap is not available in my area I am on road runner biz through
 bright house with 15m down and 2 up and static ip.
 
 2.  Already tested without the internal nic running
 
 3. Tried with a router in between and the result is the same.
 
 4. I do agree about the negotiation aspect, which I'm looking into as
 well.
 
 5. Don't notice any collisions or errors on ifconfig.
 
 

I see, when I trace the domain you are sending email from I assumed it was
you on a comcast link.

Or maybe roadrunner resells comcast in your area or comcast bought
roadrunner in your area?

The dlsi.com dig pointing at 0.0.0.0 was interesting.

Never ever seen dns point to 0.0.0.0

Shouldn't there be a error catch in dns server software for that situation?

It's like using dns to route? Har har he.

Or did you buy the internet?

;-)

Man, if so, I wanna be your best bud cause I need a piece of the action to
sell at a good deal

;-

 - rh


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


RE: [CentOS] Need help with an odd issue I am experiencing

2008-09-09 Thread David Petruzzella

-- Original Message --
From: RobertH [EMAIL PROTECTED]
Reply-To: CentOS mailing list centos@centos.org
Date:  Tue, 9 Sep 2008 13:19:41 -0700

 
 1. Comcrap is not available in my area I am on road runner biz through
 bright house with 15m down and 2 up and static ip.
 
 2.  Already tested without the internal nic running
 
 3. Tried with a router in between and the result is the same.
 
 4. I do agree about the negotiation aspect, which I'm looking into as
 well.
 
 5. Don't notice any collisions or errors on ifconfig.
 
 

I see, when I trace the domain you are sending email from I assumed it was
you on a comcast link.

Or maybe roadrunner resells comcast in your area or comcast bought
roadrunner in your area?

The dlsi.com dig pointing at 0.0.0.0 was interesting.

Never ever seen dns point to 0.0.0.0

Shouldn't there be a error catch in dns server software for that situation?

It's like using dns to route? Har har he.

Or did you buy the internet?

;-)

Man, if so, I wanna be your best bud cause I need a piece of the action to
sell at a good deal

;-

 - rh


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


LOL I wish I bought the internet, no this dsli.com e-mail address is because I 
used to have dsl service with them when they were a national provider back when 
there were clec's, but when all the clec's went poof they could not keep the 
dsl side of it, but as a sign of gratitude they let me and my wife keep the 
e-mail account.  My domain is actually pbfamily.net
 





Sent via the WebMail system at mail.dsli.com


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


Re: [CentOS] Need help with an odd issue I am experiencing

2008-09-09 Thread Les Mikesell

David Petruzzella wrote:


I got my information about the MTU setting from doing google searches and the 
message boards on broadband reports as well as doing the tweak test on broad 
band reports.


MTU's need to match the lowest value in the path between endpoints not 
just your adjacent connection.  If there are tunnels/PPOE that add 
encapsulating headers involved you'll have a performance hit when the 
routers need to fragement and reassemble large packets.


--
  Les Mikesell
   [EMAIL PROTECTED]


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


Re: [CentOS] Need help with an odd issue I am experiencing

2008-09-09 Thread David Petruzzella

-- Original Message --
From: Les Mikesell [EMAIL PROTECTED]
Reply-To: CentOS mailing list centos@centos.org
Date:  Tue, 09 Sep 2008 15:46:53 -0500

David Petruzzella wrote:
 
 I got my information about the MTU setting from doing google searches and 
 the message boards on broadband reports as well as doing the tweak test on 
 broad band reports.

MTU's need to match the lowest value in the path between endpoints not 
just your adjacent connection.  If there are tunnels/PPOE that add 
encapsulating headers involved you'll have a performance hit when the 
routers need to fragement and reassemble large packets.

-- 
   Les Mikesell
[EMAIL PROTECTED]


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


No tunnels.
 





Sent via the WebMail system at mail.dsli.com


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


[CentOS] Re: Need help with an odd issue I am experiencing

2008-09-09 Thread Scott Silva

on 9-9-2008 1:07 PM David Petruzzella spake the following:

-- Original Message --
From: Scott Silva [EMAIL PROTECTED]
Reply-To: CentOS mailing list [EMAIL PROTECTED]
Date:  Tue, 09 Sep 2008 12:22:53 -0700


This is an OpenPGP/MIME signed message (RFC 2440 and 3156)

I agree but this is a newer ambit modem and if it was the case then mine and the cable guy's laptop would experience the same results. 

Not necessarily. Many companies focus heavy development on their windows 
drivers, but their linux offerings are either second-teir, or reverse engineered.


Either way, ethtool should show you detected and current link states on the 
connection ;


 ethtool eth0
Settings for eth0:
Supported ports: [ MII ]
Supported link modes:   10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes:  10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: g
Wake-on: d
Current message level: 0x00ff (255)
Link detected: yes




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



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


Re: [CentOS] Re: Need help with an odd issue I am experiencing

2008-09-09 Thread David Petruzzella

-- Original Message --
From: Scott Silva [EMAIL PROTECTED]
Reply-To: CentOS mailing list centos@centos.org
Date:  Tue, 09 Sep 2008 14:00:01 -0700

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)

I tried that and I don't think I got ethtool to respond properly, I will have 
to try again later. 





Sent via the WebMail system at mail.dsli.com


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


[CentOS] Re: Need help with an odd issue I am experiencing

2008-09-09 Thread Scott Silva






I see, when I trace the domain you are sending email from I assumed it was
you on a comcast link.

Or maybe roadrunner resells comcast in your area or comcast bought
roadrunner in your area?

The dlsi.com dig pointing at 0.0.0.0 was interesting.

Never ever seen dns point to 0.0.0.0
It just means they have tried to break their A or never had one pointing to 
their domain root.

Their MX has valid records, so the mail will still flow.

Comcast is just shown as the netblock owner, they could have re-sold a subnet, 
or acquired the block from the original owner.


My netblock is now owned by Verizon, but the ARIN records still have many 
references to UUNet, also long gone.





Shouldn't there be a error catch in dns server software for that situation?

It's like using dns to route? Har har he.

Or did you buy the internet?

;-)

Man, if so, I wanna be your best bud cause I need a piece of the action to
sell at a good deal

;-

 - rh



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



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


RE: [CentOS] Need help with an odd issue I am experiencing

2008-09-09 Thread David Petruzzella

-- Original Message --
From: RobertH [EMAIL PROTECTED]
Reply-To: CentOS mailing list centos@centos.org
Date:  Tue, 9 Sep 2008 12:36:11 -0700

 
 I got my information about the MTU setting from doing google searches and
 the message boards on broadband reports as well as doing the tweak test on
 broad band reports.
 

David

I also noticed that if you

dig dlsi.com

it appears to come up as 0.0.0.0

huh?

Good for you.

maybe you should change that depending on how you have things setup

could be that your packets get a lil confused eh?

 - rh

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

dsli.com is just for e-mail has nothing to do with my current internet service, 
dsli used to be a national isp I had service with before all the clecs went 
poof and as a sign of gratitude they let me and my wife keep our e-mail 
accounts. 





Sent via the WebMail system at mail.dsli.com


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


Re: [CentOS] Re: Need help with an odd issue I am experiencing

2008-09-09 Thread David Petruzzella

-- Original Message --
From: Scott Silva [EMAIL PROTECTED]
Reply-To: CentOS mailing list centos@centos.org
Date:  Tue, 09 Sep 2008 14:07:24 -0700

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)

who knows its been a long time since I talked with anyone at my old isp haven't 
had them for years. 





Sent via the WebMail system at mail.dsli.com


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


Re: [CentOS] Re: Need help with an odd issue I am experiencing

2008-09-09 Thread Robert Spangler
On Tuesday 09 September 2008 17:00, Scott Silva wrote:

  Either way, ethtool should show you detected and current link states on
 the connection ;

That is not always the case.  I cannot get ethtool to work.

~ $ /sbin/ethtool eth0
Settings for eth0:
No data available

And yes I have eth0 up and running.


-- 

Regards
Robert

It is not just an adventure.
It is my job!!

Linux User #296285
http://counter.li.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ADD locale ISO-8859-1 - CENTOS 4

2008-09-09 Thread Adriano Frare

Dear Filipe,

How I do setup iso-8859-1 for pt_BR (portuguese Brazilian) in file i18n ?

Is it possible change LANG=pt_BR.UTF-8 for LANG=iso-8859-1 ? It 
config correct ?


Thanks again


Adriano Frare



Filipe Brandenburger wrote:

Hi,

On Mon, Sep 8, 2008 at 20:44, Adriano Frare [EMAIL PROTECTED] wrote:

The CENTOS 4 is install with locale utf-8, but I would like add locale
iso-8859-1.


ISO-8859-1 should be installed by default.

To set it as the default locale for all users, you should edit
/etc/sysconfig/i18n and set LANG=en_US (instead of
LANG=en_US.utf-8).


How do you it ?


The way above is a general way to set it globally, but maybe that is
not what you are looking for. Could you be more specific about what
you are trying to accomplish?

HTH,
Filipe
___
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] Re: Need help with an odd issue I am experiencing

2008-09-09 Thread John R Pierce

Robert Spangler wrote:

On Tuesday 09 September 2008 17:00, Scott Silva wrote:

  

 Either way, ethtool should show you detected and current link states on
the connection ;



That is not always the case.  I cannot get ethtool to work.

~ $ /sbin/ethtool eth0
Settings for eth0:
No data available

And yes I have eth0 up and running.
  



were you logged on as root?   ('$' tends to imply you were not)...

# /usr/sbin/ethtool eth0
Settings for eth0:
   Supported ports: [ TP ]
   Supported link modes:   10baseT/Half 10baseT/Full
   100baseT/Half 100baseT/Full
   1000baseT/Half 1000baseT/Full
   Supports auto-negotiation: Yes
   Advertised link modes:  10baseT/Half 10baseT/Full
   100baseT/Half 100baseT/Full
   1000baseT/Half 1000baseT/Full
   Advertised auto-negotiation: Yes
   Speed: 100Mb/s
   Duplex: Full
   Port: Twisted Pair
   PHYAD: 1
   Transceiver: internal
   Auto-negotiation: on
   Supports Wake-on: g
   Wake-on: d
   Current message level: 0x00ff (255)
   Link detected: yes

$ /usr/sbin/ethtool eth0
Settings for eth0:
Cannot get device settings: Operation not permitted
Cannot get wake-on-lan settings: Operation not permitted
Cannot get message level: Operation not permitted
Cannot get link status: Operation not permitted
No data available


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


Re: [CentOS] Re: Need help with an odd issue I am experiencing

2008-09-09 Thread Les Mikesell

Robert Spangler wrote:

On Tuesday 09 September 2008 17:00, Scott Silva wrote:


 Either way, ethtool should show you detected and current link states on
the connection ;


That is not always the case.  I cannot get ethtool to work.

~ $ /sbin/ethtool eth0
Settings for eth0:
No data available

And yes I have eth0 up and running.


Does mii-tool work?

--
  Les Mikesell
   [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ADD locale ISO-8859-1 - CENTOS 4

2008-09-09 Thread Filipe Brandenburger
Hi,

On Tue, Sep 9, 2008 at 18:10, Adriano Frare [EMAIL PROTECTED] wrote:
 How I do setup iso-8859-1 for pt_BR (portuguese Brazilian) in file i18n ?

 Is it possible change LANG=pt_BR.UTF-8 for LANG=iso-8859-1 ? It config
 correct ?

No, you set LANG=pt_BR or LANG=pt_BR.iso-8859-1

The changes you do to that file will only affect new processes started
by new shells. If you open a new shell after the change, it should see
the change.

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


[CentOS] Re: Need help with an odd issue I am experiencing

2008-09-09 Thread Scott Silva

on 9-9-2008 3:07 PM Robert Spangler spake the following:

On Tuesday 09 September 2008 17:00, Scott Silva wrote:


 Either way, ethtool should show you detected and current link states on
the connection ;


That is not always the case.  I cannot get ethtool to work.

~ $ /sbin/ethtool eth0
Settings for eth0:
No data available

And yes I have eth0 up and running.



try   su - ethtool eth0

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



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


Re: [CentOS] Re: Need help with an odd issue I am experiencing

2008-09-09 Thread nate
Robert Spangler wrote:

 And yes I have eth0 up and running.


What network driver?

nate

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


Re: [CentOS] buildinstall cannot find modules

2008-09-09 Thread treed
Nobody has any idea on this one? Can someone perhaps recommend another
list or forum where more people might be familiar with buildinstall?

Perhaps I'll try the anaconda list...

On Thu, Sep 04, 2008 at 06:21:23PM -0700, [EMAIL PROTECTED] spake thusly:
 When using buildinstall and CentOS 5.2 to create my own CD minus a bunch
 of unneeded RPM's and plus a few of my custom RPM's I find that the
 install CD that gets build does not install an initrd which renders the
 system unbootable.  I also notice that when I run buildinstall with the
 -debug option it says:
 
 unpacking
 /var/www/html/centos/5.2/os/x86_64/CentOS/kernel-2.6.18-92.el5.x86_64.rpm.x86_64
 Building initrd.img
 Module 3c501 not found in kernel rpm
 Module 3c503 not found in kernel rpm
 Module 3c505 not found in kernel rpm
 
 and so on for many kernel modules. I notice that the filename it says it
 is unpacking ends with .x86_64.rpm.x86_64. Is that normal? I google'd and
 found someone else saying theirs did the same thing. Could this be related
 to why I'm not ending up with an initrd being installed?
 
 -- 
 Tracy Reed
 http://tracyreed.org



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


-- 
-- 
Tracy Reed
http://tracyreed.org


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


[CentOS] Compromised

2008-09-09 Thread Miark
My wife's office server was compromised today. It appears
they ssh'ed in through account pcguest which was set up for
Samba. (I don't remember setting up that account, but maybe I
did.) At any rate, I found a bazillion ftp_scanner processes
running. A killall finished them off quickly, I nuked the
pcguest account, and switched ssh to a different port (which 
I normally do anyway). 

I used 'find' to locate ftp_scanner, which was running in a
folder under /var/tmp. It seems that before I could nuke the
directory, it nuked itself! 

Because it was running from /var/tmp, and because 'find' and
'ps' were not compromised (in that they did not hide the
ftp_scanner processes or files), I'm thinking the attacker 
really didn't get any further than eating some bandwidth. 

I suppose I have no choice but to re-install, but I thought I'd
run I'd get some feedback first. (Something other than, Way to
go, moron.) In the meantime, I'm pulling the plug.

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


[CentOS] Network card help please

2008-09-09 Thread Gary
Hi ya'll,


Running v5 ..

I have 2 Linksys PCI cards running already without any problems. These
were recognized by the system as ADMTek NC100 cards, per usual... they run
on eth0 and eth2 ... have for months no problems.

I added a third Linksys PCI card to the mobo, fired the computer up, and
it is not recognized at all. It has been many years since I had this
problem of a network card not being automatically recognized, so I am a
little rusty.

Can someone give me input on the steps needed to get this third NIC
recognized please.

Thanks for your help.

-- 
Regards,
 Gary   



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


[CentOS] Compromised

2008-09-09 Thread R P Herrold

On Tue, 9 Sep 2008, Miark wrote:


My wife's office server was compromised today. It appears
they ssh'ed in through


ehh?  exposed to the public internet?  oh my  ;)

account pcguest which was set up for Samba. (I don't 
remember setting up that account, but maybe I did.)


ssh will of course honor 'wrappers'; samba can and should be 
set to respond only on local networks; iptables can block 
outbound packets just as well as inbound ones  ;)_



I used 'find' to locate ftp_scanner, which was running in a
folder under /var/tmp. It seems that before I could nuke the
directory, it nuked itself!


Some root kits take matters a bit further and wipe out the 
partition table, MBR, and more, so that even a reboot will 
fail



Because it was running from /var/tmp, and because 'find' and
'ps' were not compromised (in that they did not hide the
ftp_scanner processes or files), I'm thinking the attacker
really didn't get any further than eating some bandwidth.


or that they left a 'present' behind, in hopes you don't wipe 
and reinstall, and attempt to 'repair' a machine in an 
unknowable state.  ;)



I suppose I have no choice but to re-install, but I thought I'd
run I'd get some feedback first. (Something other than, Way to
go, moron.) In the meantime, I'm pulling the plug.


A hard lesson to learn -- I bet you'll remember it.

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


Re: [CentOS] Compromised

2008-09-09 Thread Jason Sutherland
Yeah pull the network plug first. Then boot up with a knoppix CD to 
backup your data and/or image the disk, then reload. I'm sure you could 
do a full audit of the system but reloading is likely much quicker.


A word to the wise on the account pcguest, if it was one you created, 
set the shell to something like /sbin/nologin. That can help to prevent 
unauthorized ssh access if you happen to leave a password blank. I'll 
leave the additional suggestions and heckles to others on the lists.


Miark wrote:

My wife's office server was compromised today. It appears
they ssh'ed in through account pcguest which was set up for
Samba. (I don't remember setting up that account, but maybe I
did.) At any rate, I found a bazillion ftp_scanner processes
running. A killall finished them off quickly, I nuked the
pcguest account, and switched ssh to a different port (which 
I normally do anyway). 


I used 'find' to locate ftp_scanner, which was running in a
folder under /var/tmp. It seems that before I could nuke the
directory, it nuked itself! 


Because it was running from /var/tmp, and because 'find' and
'ps' were not compromised (in that they did not hide the
ftp_scanner processes or files), I'm thinking the attacker 
really didn't get any further than eating some bandwidth. 


I suppose I have no choice but to re-install, but I thought I'd
run I'd get some feedback first. (Something other than, Way to
go, moron.) In the meantime, I'm pulling the plug.

Miark
___
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] Network card help please

2008-09-09 Thread nate
Gary wrote:

 Can someone give me input on the steps needed to get this third NIC
 recognized please.

run lspci to try to identify what network controller chip is on
the third NIC. If that doesn't help then look at the chip on the
physical card itself, and use google to try to match that up with
a driver.

Linksys probably uses something shitty like Realtek chips or
something, or worse(?)

nate

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


Re: [CentOS] Network card help please

2008-09-09 Thread John R Pierce

nate wrote:

Linksys probably uses something shitty like Realtek chips or
something, or worse(?)
  



the same model name linksys card could potentially use a half dozen 
different chips depending on the version #, makes life real fun.



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


[CentOS] open(/dev/pts/0): No such file or directory

2008-09-09 Thread Ric Moore
I'm getting this error just recently. Is this something to be concerned
with?? Running CentOS 5.2. Kernel 2.6.18-53.el5

Thanks for any considerations, Ric

-- 

My father, Victor Moore (Vic) used to say:
There are two Great Sins in the world...
..the Sin of Ignorance, and the Sin of Stupidity.
Only the former may be overcome. R.I.P. Dad.
Linux user# 44256 Sign up at: http://counter.li.org/
https://nuoar.dev.java.net/
Verizon Cell # 336-254-1339

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


Re: [CentOS] Network card help please

2008-09-09 Thread Gary
Hi Nate,

It is the same Linksys card that is already recognized. CentOS effectively
uses the Linksys as ADMTek NC100 for Linksys immediately recognized with
no problem. It just will not recognize this third card at all, not even
seeing it using lspci, which shows no Ethernet controller for the same 3rd
card ..


On  Tue, 9 Sep 2008 21:21:46 -0700 (PDT) UTC (9/9/2008, 11:21 PM -0500 UTC my 
time), nate wrote:

 Can someone give me input on the steps needed to get this third NIC
 recognized please.

n run lspci to try to identify what network controller chip is on
n the third NIC. If that doesn't help then look at the chip on the
n physical card itself, and use google to try to match that up with
n a driver.

n Linksys probably uses something shitty like Realtek chips or
n something, or worse(?)


-- 
Gary



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


Re: [CentOS] Network card help please

2008-09-09 Thread Gary
Hi John,

oh, boy.. will check on it early tomorrow... thanks. 

On  Tue, 09 Sep 2008 21:40:00 -0700 UTC (9/9/2008, 11:40 PM -0500 UTC my time), 
John R Pierce wrote:

 Linksys probably uses something shitty like Realtek chips or
 something, or worse(?)
   


J the same model name linksys card could potentially use a half dozen 
J different chips depending on the version #, makes life real fun.

-- 
Gary



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


Re: [CentOS] Network card help please

2008-09-09 Thread John R Pierce

Gary wrote:

Hi Nate,

It is the same Linksys card that is already recognized. CentOS effectively
uses the Linksys as ADMTek NC100 for Linksys immediately recognized with
no problem. It just will not recognize this third card at all, not even
seeing it using lspci, which shows no Ethernet controller for the same 3rd
card ..
  



does LSPCI not even show the 3rd card?!?


each PCI device has A) a bus/card/function # (determined by the 
motherboard slot and such), and B) a vendor/device ID # (hard coded on 
the card)


a typical system...

# lspci
00:00.0 Host bridge: Broadcom CMIC-WS Host Bridge (GC-LE chipset) (rev 13)
00:00.1 Host bridge: Broadcom CMIC-WS Host Bridge (GC-LE chipset)
00:00.2 Host bridge: Broadcom CMIC-LE
00:04.0 Class ff00: Dell Embedded Remote Access or ERA/O
00:04.1 Class ff00: Dell Remote Access Card III
00:04.2 IPMI SMIC interface: Dell Embedded Remote Access: BMC/SMIC device
00:0e.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
00:0f.0 Host bridge: Broadcom CSB5 South Bridge (rev 93)
00:0f.1 IDE interface: Broadcom CSB5 IDE Controller (rev 93)
00:0f.2 USB Controller: Broadcom OSB4/CSB5 OHCI USB Controller (rev 05)
00:0f.3 ISA bridge: Broadcom CSB5 LPC bridge
00:10.0 Host bridge: Broadcom CIOB-X2 PCI-X I/O Bridge (rev 03)
00:10.2 Host bridge: Broadcom CIOB-X2 PCI-X I/O Bridge (rev 03)
00:11.0 Host bridge: Broadcom CIOB-X2 PCI-X I/O Bridge (rev 03)
00:11.2 Host bridge: Broadcom CIOB-X2 PCI-X I/O Bridge (rev 03)
01:06.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
01:06.1 Input device controller: Creative Labs SB Live! Game Port (rev 07)
01:08.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
01:08.1 Input device controller: Creative Labs SB Live! Game Port (rev 07)
02:06.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
02:06.1 Input device controller: Creative Labs SB Live! Game Port (rev 07)
03:06.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5701 
Gigabit Ethernet (rev 15)
03:08.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5701 
Gigabit Ethernet (rev 15)
04:08.0 PCI bridge: Intel Corporation 80303 I/O Processor PCI-to-PCI 
Bridge (rev 01)

05:06.0 SCSI storage controller: Adaptec AIC-7899P U160/m (rev 01)
05:06.1 SCSI storage controller: Adaptec AIC-7899P U160/m (rev 01)


the first field is the bus.slot.func number.  on this particular server, 
bus 00, 03, 04, and 05 are on the mainboard, while busses 01 and 2 are 
actual PCI slots, this machine actually has 3 SB Live cards plugged into 
it as its a sound processor.   bus 03 device 06 and 08 are the onboard 
broadcom ethernet controllers.


this i the same system shown in numeric form...

# lspci -n
00:00.0 0600: 1166:0012 (rev 13)
00:00.1 0600: 1166:0012
00:00.2 0600: 1166:
00:04.0 ff00: 1028:000c
00:04.1 ff00: 1028:0008
00:04.2 0c07: 1028:000d
00:0e.0 0300: 1002:4752 (rev 27)
00:0f.0 0600: 1166:0201 (rev 93)
00:0f.1 0101: 1166:0212 (rev 93)
00:0f.2 0c03: 1166:0220 (rev 05)
00:0f.3 0601: 1166:0225
00:10.0 0600: 1166:0101 (rev 03)
00:10.2 0600: 1166:0101 (rev 03)
00:11.0 0600: 1166:0101 (rev 03)
00:11.2 0600: 1166:0101 (rev 03)
01:06.0 0401: 1102:0002 (rev 07)
01:06.1 0980: 1102:7002 (rev 07)
01:08.0 0401: 1102:0002 (rev 07)
01:08.1 0980: 1102:7002 (rev 07)
02:06.0 0401: 1102:0002 (rev 07)
02:06.1 0980: 1102:7002 (rev 07)
03:06.0 0200: 14e4:1645 (rev 15)
03:08.0 0200: 14e4:1645 (rev 15)
04:08.0 0604: 8086:0309 (rev 01)
05:06.0 0100: 9005:00cf (rev 01)
05:06.1 0100: 9005:00cf (rev 01)

for an example, 14e4 is broadcom's vendor ID and 14e4:1645 is the 
broadcom bcm5701


these are what the OS actually works with, the vendor:device ID is 
matched up with the device driver database


I hope this helps.

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


Re: [CentOS] Network card help please

2008-09-09 Thread Gary
Hi John,

On  Tue, 09 Sep 2008 22:01:51 -0700 UTC (9/10/2008, 12:01 AM -0500 UTC my 
time), John R Pierce wrote:

 It is the same Linksys card that is already recognized. CentOS effectively
 uses the Linksys as ADMTek NC100 for Linksys immediately recognized with
 no problem. It just will not recognize this third card at all, not even
 seeing it using lspci, which shows no Ethernet controller for the same 3rd
 card ..
   

J does LSPCI not even show the 3rd card?!?

No, not at all...

in part

02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056 PCI-E
Gigabit Ethernet Controller (rev 12)

Drivers for the above mobo eth are not installed. I always have had
problems eventually with Gigabit dropping packets, so I did not use this
built in eth, just the Linksys PCI NICs.

05:01.0 Ethernet controller: ADMtek NC100 Network Everywhere Fast
Ethernet 10/100 (rev 11)
05:02.0 Ethernet controller: ADMtek NC100 Network Everywhere Fast
Ethernet 10/100 (rev 11)


J each PCI device has A) a bus/card/function # (determined by the 
J motherboard slot and such), and B) a vendor/device ID # (hard coded on 
J the card)

J a typical system...

many thanks for this detailed explanation.


-- 
Gary



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


Re: [CentOS] Network card help please

2008-09-09 Thread nate
Gary wrote:

 J does LSPCI not even show the 3rd card?!?

 No, not at all...

If the PCI bus doesn't see it there's no way to get it working
in linux(or any other OS for that matter).

Perhaps there is an IRQ conflict, check the IRQs on the system,
and try the NIC in a different PCI slot. Try disabling some
on board features(parallel port, serial port etc if you don't
need them) to free up IRQs.

Pull out the other NICs and just try that 3rd NIC to try to
verify that the NIC itself is OK or not.

Many BIOSs print out the various PCI cards and their IRQs as
part of the POST process, usually just before the boot loader
kicks in, if yours does this make sure you see that 3rd NIC
on there before linux boots up.

nate


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


Re: [CentOS] Network card help please

2008-09-09 Thread Gary
Hi Nate,

On  Tue, 9 Sep 2008 22:29:38 -0700 (PDT) UTC (9/10/2008, 12:29 AM -0500 UTC my 
time), nate wrote:

 J does LSPCI not even show the 3rd card?!?

 No, not at all...

n If the PCI bus doesn't see it there's no way to get it working
n in linux(or any other OS for that matter).

... snip ..

All good ideas, thanks very much... 

-- 
Gary



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


Re: [CentOS] Network card help please

2008-09-09 Thread John R Pierce

nate wrote:

Gary wrote:

  

J does LSPCI not even show the 3rd card?!?

No, not at all...



If the PCI bus doesn't see it there's no way to get it working
in linux(or any other OS for that matter).

Perhaps there is an IRQ conflict, check the IRQs on the system,
and try the NIC in a different PCI slot. Try disabling some
on board features(parallel port, serial port etc if you don't
need them) to free up IRQs.

  


IRQ's are fully sharable on PCI, all PCI devices can use a single 
hardware IRQ with no problems.



Pull out the other NICs and just try that 3rd NIC to try to
verify that the NIC itself is OK or not.
  


I'd suggest trying the NIC in a different slot.


Many BIOSs print out the various PCI cards and their IRQs as
part of the POST process, usually just before the boot loader
kicks in, if yours does this make sure you see that 3rd NIC
on there before linux boots up.
  



and in fact, that display often shows the bus.slot.func too, which is 
the same info shown on lspci



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