Re: [CentOS-es] Consulta sobre Nombre de la Computadora en la red.

2012-11-19 Thread Luciano Andrés Chiarotto
Buen día Javier.

Agregué lo que vos me comentaste.

#vi /etc/hosts
192.168.xxx.xxx localhosts localhost.dominio.ar

También agregue los datos en ...

#vi /etc/sysconfig/network

HOSTNAME: localhost.dominio.ar

--
La dirección localhost.dominio.ar (PUTTY) me da el mensaje de error.

-- Unable to open connection to localhost.dominio.ar
-- Host does not exist.

--
Los nros de IP y DNS los recibo de un servidor DHCP y DNS que no administro
ni tengo acceso al servidor para realizar cambios.

La única forma de poder acceder a mi servidor es por medio del número de IP.

Saludos y desde ya muchas gracias.


El 16 de noviembre de 2012 13:02, Jose Manuel Ajhuacho Vargas 
jose_t...@yahoo.es escribió:

 cuidado...
 1 DHCP asignacion dinamica de IPs no vaya ser que cuando reinicies tu
 server cambie la IP, para asegurar que asigne siempre la misma ip puedes
 configurar en el script de SHCP
 2.- configurar un servidor DNS que puesdes cazar con DHCP, DDNS
 saludos
 Atte Jose Manuel



 GPG Key ID: UBCMEOLVQMHEILINJBE

 --- El vie, 16/11/12, Javier Aquino jaqu...@lexuseditores.com escribió:

 De: Javier Aquino jaqu...@lexuseditores.com
 Asunto: Re: [CentOS-es] Consulta sobre Nombre de la Computadora en la red.
 Para: centos-es@centos.org
 Fecha: viernes, 16 de noviembre, 2012 16:38

 En términos generales lo que necesitas es:

 1. Configurar el servicio DHCP para que le asigne una IP fija a tu
 servidor.
 2. Configurar el servicio DNS (agregar registro A) para asignar un
 nombre a la IP
 3. Configurar tu cliente para usar como DNS1 tu servidor DNS previamente
 configurado.

 Este es un esquema escalable, y te sirve para toda tu red y para todos
 tus clientes ( Window$, Linux, SmartPhones, Tablets, etc, etc, etc)

 Si solo necesitas hacer lo que pides en tu PC (windows) la cosa se
 resume a:

 1. Editar el archivo hosts y agregar una linea con lo siguiente:
 ip.de.tu.servidorhostname   hostname.domainname

 Saludos,

 Javier.

 PD: Te dejo de tarea ubicar el archivo hosts  XD


 El vie, 16-11-2012 a las 12:14 -0300, Luciano Andrés Chiarotto escribió:

  Gracias por sus respuestas.
 
  Disculpas si no fui lo suficientemente claro o me falto definir con
  propiedad me consulta.
 
  Para conectarme al servidor uso el soft PUTTY y la idea es poder
 conectarme
  de la siguiente forma ( nombreservidor.midominio.edu.ar ) y donde lo
 puedo
  configurar en el servidor para que me pueda conectar de esa forma ?
 
  Desde ya muchas gracias.
 
  Luciano
 
 
  El 16 de noviembre de 2012 11:27, Salvador Guzman - Salman PSL 
  informacio...@salman.es escribió:
 
   Eso lo tienes que definir en el DNS del nombre que quieras utilizar
  
   nombre.dominio.ext IN A XXX.XXX.XXX.XXX
  
  
  
   - Mensaje original -
   De: Luciano Andrés Chiarotto lachiaro...@gmail.com
   Para: centos-es@centos.org
   Enviado: viernes, 16 de noviembre de 2012 14:49
   Asunto: [CentOS-es] Consulta sobre Nombre de la Computadora en la red.
  
  
   Hola a todos.
  
   Mi consulta es la siguiente...
  
   Estoy administrando un cluster (Cliente-Servidor) donde el servidor le
   asignan por medio de un servidor DHCP un nombre y un número de IP, mi
   consulta es como puedo asignarle un nombre (usando el mismo IP),
 solamente
   quiero asignarle el NOMBRE porque cada vez que quiero ingregar con SSH
 o
   los usuarios quieren ingresar solamente lo pueden hacer con el Nro de
 IP
   porque el nombre que le asignan es demasiado largo y Yo no administro
 el
   servidor DHCP y no tengo forma de que le cambien el nombre que Yo
 quiero.
  
   A mi servidor Yo ya le asigné el nombre con el HOSTNAME, pero necesito
   asignar el nombre al IP para que pueda entrar con SSH con el nombre y
 no
con el IP.
  
   Espero que se entienda mi pedido.
  
   Desde ya muchas gracias.
   ___
   CentOS-es mailing list
   CentOS-es@centos.org
   http://lists.centos.org/mailman/listinfo/centos-es
  
   Saludos
   Salvador Guzman
   Salman PSL
   Vigo, Galicia, España
   +34 986.21.30.27
   +34 679-Salman
   Correo @Salman.ES
   Informaciones @Salman.ES para listas de correo
   http://Salman.EU/
   ___
   CentOS-es mailing list
   CentOS-es@centos.org
   http://lists.centos.org/mailman/listinfo/centos-es
  
  ___
  CentOS-es mailing list
  CentOS-es@centos.org
  http://lists.centos.org/mailman/listinfo/centos-es


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

___
CentOS-es mailing list

Re: [CentOS-es] Consulta sobre Nombre de la Computadora en la red.

2012-11-19 Thread Héctor Herrera
Si te quieres conectar desde cualquier parte a esos servidores específicos,
necesitas un servidor DNS que resuelva el nombre en base a la IP, o la IP
en base al nombre. Por eso no puedes entrar a tuservidor.tudominio.edu.ar,
porque ningún servidor de nombres conoce dónde está ese equipo.

Conozco como servidor de nombres (o servidor DNS) Bind. Lo configuras, lo
inicias y luego añades ese DNS como uno más de la lista de servidores DNS
que ocupa tu sistema. Ahí deberías poder entrar como quieres.


El 19 de noviembre de 2012 11:08, Luciano Andrés Chiarotto 
lachiaro...@gmail.com escribió:

 Buen día Javier.

 Agregué lo que vos me comentaste.

 #vi /etc/hosts
 192.168.xxx.xxx localhosts localhost.dominio.ar

 También agregue los datos en ...

 #vi /etc/sysconfig/network

 HOSTNAME: localhost.dominio.ar


 --
 La dirección localhost.dominio.ar (PUTTY) me da el mensaje de error.

 -- Unable to open connection to localhost.dominio.ar
 -- Host does not exist.


 --
 Los nros de IP y DNS los recibo de un servidor DHCP y DNS que no administro
 ni tengo acceso al servidor para realizar cambios.

 La única forma de poder acceder a mi servidor es por medio del número de
 IP.

 Saludos y desde ya muchas gracias.


 El 16 de noviembre de 2012 13:02, Jose Manuel Ajhuacho Vargas 
 jose_t...@yahoo.es escribió:

  cuidado...
  1 DHCP asignacion dinamica de IPs no vaya ser que cuando reinicies tu
  server cambie la IP, para asegurar que asigne siempre la misma ip puedes
  configurar en el script de SHCP
  2.- configurar un servidor DNS que puesdes cazar con DHCP, DDNS
  saludos
  Atte Jose Manuel
 
 
 
  GPG Key ID: UBCMEOLVQMHEILINJBE
 
  --- El vie, 16/11/12, Javier Aquino jaqu...@lexuseditores.com
 escribió:
 
  De: Javier Aquino jaqu...@lexuseditores.com
  Asunto: Re: [CentOS-es] Consulta sobre Nombre de la Computadora en la
 red.
  Para: centos-es@centos.org
  Fecha: viernes, 16 de noviembre, 2012 16:38
 
  En términos generales lo que necesitas es:
 
  1. Configurar el servicio DHCP para que le asigne una IP fija a tu
  servidor.
  2. Configurar el servicio DNS (agregar registro A) para asignar un
  nombre a la IP
  3. Configurar tu cliente para usar como DNS1 tu servidor DNS previamente
  configurado.
 
  Este es un esquema escalable, y te sirve para toda tu red y para todos
  tus clientes ( Window$, Linux, SmartPhones, Tablets, etc, etc, etc)
 
  Si solo necesitas hacer lo que pides en tu PC (windows) la cosa se
  resume a:
 
  1. Editar el archivo hosts y agregar una linea con lo siguiente:
  ip.de.tu.servidorhostname   hostname.domainname
 
  Saludos,
 
  Javier.
 
  PD: Te dejo de tarea ubicar el archivo hosts  XD
 
 
  El vie, 16-11-2012 a las 12:14 -0300, Luciano Andrés Chiarotto escribió:
 
   Gracias por sus respuestas.
  
   Disculpas si no fui lo suficientemente claro o me falto definir con
   propiedad me consulta.
  
   Para conectarme al servidor uso el soft PUTTY y la idea es poder
  conectarme
   de la siguiente forma ( nombreservidor.midominio.edu.ar ) y donde lo
  puedo
   configurar en el servidor para que me pueda conectar de esa forma ?
  
   Desde ya muchas gracias.
  
   Luciano
  
  
   El 16 de noviembre de 2012 11:27, Salvador Guzman - Salman PSL 
   informacio...@salman.es escribió:
  
Eso lo tienes que definir en el DNS del nombre que quieras utilizar
   
nombre.dominio.ext IN A XXX.XXX.XXX.XXX
   
   
   
- Mensaje original -
De: Luciano Andrés Chiarotto lachiaro...@gmail.com
Para: centos-es@centos.org
Enviado: viernes, 16 de noviembre de 2012 14:49
Asunto: [CentOS-es] Consulta sobre Nombre de la Computadora en la
 red.
   
   
Hola a todos.
   
Mi consulta es la siguiente...
   
Estoy administrando un cluster (Cliente-Servidor) donde el servidor
 le
asignan por medio de un servidor DHCP un nombre y un número de IP, mi
consulta es como puedo asignarle un nombre (usando el mismo IP),
  solamente
quiero asignarle el NOMBRE porque cada vez que quiero ingregar con
 SSH
  o
los usuarios quieren ingresar solamente lo pueden hacer con el Nro de
  IP
porque el nombre que le asignan es demasiado largo y Yo no administro
  el
servidor DHCP y no tengo forma de que le cambien el nombre que Yo
  quiero.
   
A mi servidor Yo ya le asigné el nombre con el HOSTNAME, pero
 necesito
asignar el nombre al IP para que pueda entrar con SSH con el nombre y
  no
 con el IP.
   
Espero que se entienda mi pedido.
   
Desde ya muchas gracias.
___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es
   
Saludos
Salvador Guzman
Salman PSL
Vigo, Galicia, España
+34 986.21.30.27
+34 679-Salman
Correo @Salman.ES
Informaciones 

[CentOS-es] Squid y problemas filtros

2012-11-19 Thread Héctor Herrera
Holas!!

Tengo un problema con respecto a Squid, montado en CentOS 6.3. Quiero hacer
que no me almacene 2 sitios en la caché del proxy, y tengo añadida la
opción no_cache en el archivo de configuración del servidor, porque en uno
de esos sitios establezco la conexión de forma automática por una serie de
parámetros. Pero lamentablemente me sigue autenticando con 1 sólo usuario,
no me reconoce la gama de usuarios que debería. Será problema de Squid?
Será problema de, por ejemplo, iptables? (Por eso pregunto en la lista de
CentOS, porque puede que haya algo más que me esté causando el problema)

De antemano gracias por las respuestas

-- 
Saludos

*Héctor Herrera Anabalón*
Egresado ICCI UNAP
Servicio Arquitectura Galatea - Oficina Técnica http://www.galatea.cl
Miembro USoLIX Victoria
Registered User #548600 (LinuxCounter.net)
+56983118902
___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es


Re: [CentOS-es] Consulta sobre Nombre de la Computadora en la red.

2012-11-19 Thread Javier Aquino
Luciano, 

Que Sistema Operativo estás usando como cliente ???



El lun, 19-11-2012 a las 11:08 -0300, Luciano Andrés Chiarotto escribió:

 Buen día Javier.
 
 Agregué lo que vos me comentaste.
 
 #vi /etc/hosts
 192.168.xxx.xxx localhosts localhost.dominio.ar
 
 También agregue los datos en ...
 
 #vi /etc/sysconfig/network
 
 HOSTNAME: localhost.dominio.ar
 
 --
 La dirección localhost.dominio.ar (PUTTY) me da el mensaje de error.
 
 -- Unable to open connection to localhost.dominio.ar
 -- Host does not exist.
 
 --
 Los nros de IP y DNS los recibo de un servidor DHCP y DNS que no administro
 ni tengo acceso al servidor para realizar cambios.
 
 La única forma de poder acceder a mi servidor es por medio del número de IP.
 
 Saludos y desde ya muchas gracias.
 
 
 El 16 de noviembre de 2012 13:02, Jose Manuel Ajhuacho Vargas 
 jose_t...@yahoo.es escribió:
 
  cuidado...
  1 DHCP asignacion dinamica de IPs no vaya ser que cuando reinicies tu
  server cambie la IP, para asegurar que asigne siempre la misma ip puedes
  configurar en el script de SHCP
  2.- configurar un servidor DNS que puesdes cazar con DHCP, DDNS
  saludos
  Atte Jose Manuel
 
 
 
  GPG Key ID: UBCMEOLVQMHEILINJBE
 
  --- El vie, 16/11/12, Javier Aquino jaqu...@lexuseditores.com escribió:
 
  De: Javier Aquino jaqu...@lexuseditores.com
  Asunto: Re: [CentOS-es] Consulta sobre Nombre de la Computadora en la red.
  Para: centos-es@centos.org
  Fecha: viernes, 16 de noviembre, 2012 16:38
 
  En términos generales lo que necesitas es:
 
  1. Configurar el servicio DHCP para que le asigne una IP fija a tu
  servidor.
  2. Configurar el servicio DNS (agregar registro A) para asignar un
  nombre a la IP
  3. Configurar tu cliente para usar como DNS1 tu servidor DNS previamente
  configurado.
 
  Este es un esquema escalable, y te sirve para toda tu red y para todos
  tus clientes ( Window$, Linux, SmartPhones, Tablets, etc, etc, etc)
 
  Si solo necesitas hacer lo que pides en tu PC (windows) la cosa se
  resume a:
 
  1. Editar el archivo hosts y agregar una linea con lo siguiente:
  ip.de.tu.servidorhostname   hostname.domainname
 
  Saludos,
 
  Javier.
 
  PD: Te dejo de tarea ubicar el archivo hosts  XD
 
 
  El vie, 16-11-2012 a las 12:14 -0300, Luciano Andrés Chiarotto escribió:
 
   Gracias por sus respuestas.
  
   Disculpas si no fui lo suficientemente claro o me falto definir con
   propiedad me consulta.
  
   Para conectarme al servidor uso el soft PUTTY y la idea es poder
  conectarme
   de la siguiente forma ( nombreservidor.midominio.edu.ar ) y donde lo
  puedo
   configurar en el servidor para que me pueda conectar de esa forma ?
  
   Desde ya muchas gracias.
  
   Luciano
  
  
   El 16 de noviembre de 2012 11:27, Salvador Guzman - Salman PSL 
   informacio...@salman.es escribió:
  
Eso lo tienes que definir en el DNS del nombre que quieras utilizar
   
nombre.dominio.ext IN A XXX.XXX.XXX.XXX
   
   
   
- Mensaje original -
De: Luciano Andrés Chiarotto lachiaro...@gmail.com
Para: centos-es@centos.org
Enviado: viernes, 16 de noviembre de 2012 14:49
Asunto: [CentOS-es] Consulta sobre Nombre de la Computadora en la red.
   
   
Hola a todos.
   
Mi consulta es la siguiente...
   
Estoy administrando un cluster (Cliente-Servidor) donde el servidor le
asignan por medio de un servidor DHCP un nombre y un número de IP, mi
consulta es como puedo asignarle un nombre (usando el mismo IP),
  solamente
quiero asignarle el NOMBRE porque cada vez que quiero ingregar con SSH
  o
los usuarios quieren ingresar solamente lo pueden hacer con el Nro de
  IP
porque el nombre que le asignan es demasiado largo y Yo no administro
  el
servidor DHCP y no tengo forma de que le cambien el nombre que Yo
  quiero.
   
A mi servidor Yo ya le asigné el nombre con el HOSTNAME, pero necesito
asignar el nombre al IP para que pueda entrar con SSH con el nombre y
  no
 con el IP.
   
Espero que se entienda mi pedido.
   
Desde ya muchas gracias.
___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es
   
Saludos
Salvador Guzman
Salman PSL
Vigo, Galicia, España
+34 986.21.30.27
+34 679-Salman
Correo @Salman.ES
Informaciones @Salman.ES para listas de correo
http://Salman.EU/
___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es
   
   ___
   CentOS-es mailing list
   CentOS-es@centos.org
   http://lists.centos.org/mailman/listinfo/centos-es
 
 
  ___
  CentOS-es mailing 

Re: [CentOS-es] Consulta sobre Nombre de la Computadora en la red.

2012-11-19 Thread Luciano Andrés Chiarotto
Hola Javier, uso ubuntu y a veces Windows por eso de vez en cuando uso el
PUTTY.

Pero no puedo ingresar con ninguno de los dos.

- Porque preguntas Javier que sistema operativo estoy usando ?

Hector, cuando me refería a los servidores DHCP y DNS son servidores que no
tengo a cargo ni la posibilidad de cambiar alguna configuración porque lo
manejan de un centro de cómputos, donde ellos te asignan el nombre (
pepito.dominio.ar) y el nro de IP al servidor que YO tengo a cargo
(administro).

La idea mía es que no tenga el nombre que ellos le asignan, quiero cambiar
el nombre solamente (pepito.dominio.ar por juancito.dominio.ar, por
ejemplo) No se si soy claro.

Desde ya muchas gracias por sus respuestas


El 19 de noviembre de 2012 12:19, Javier Aquino
jaqu...@lexuseditores.comescribió:

 Luciano,

 Que Sistema Operativo estás usando como cliente ???



 El lun, 19-11-2012 a las 11:08 -0300, Luciano Andrés Chiarotto escribió:

  Buen día Javier.
 
  Agregué lo que vos me comentaste.
 
  #vi /etc/hosts
  192.168.xxx.xxx localhosts localhost.dominio.ar
 
  También agregue los datos en ...
 
  #vi /etc/sysconfig/network
 
  HOSTNAME: localhost.dominio.ar
 
 
 --
  La dirección localhost.dominio.ar (PUTTY) me da el mensaje de error.
 
  -- Unable to open connection to localhost.dominio.ar
  -- Host does not exist.
 
 
 --
  Los nros de IP y DNS los recibo de un servidor DHCP y DNS que no
 administro
  ni tengo acceso al servidor para realizar cambios.
 
  La única forma de poder acceder a mi servidor es por medio del número de
 IP.
 
  Saludos y desde ya muchas gracias.
 
 
  El 16 de noviembre de 2012 13:02, Jose Manuel Ajhuacho Vargas 
  jose_t...@yahoo.es escribió:
 
   cuidado...
   1 DHCP asignacion dinamica de IPs no vaya ser que cuando reinicies tu
   server cambie la IP, para asegurar que asigne siempre la misma ip
 puedes
   configurar en el script de SHCP
   2.- configurar un servidor DNS que puesdes cazar con DHCP, DDNS
   saludos
   Atte Jose Manuel
  
  
  
   GPG Key ID: UBCMEOLVQMHEILINJBE
  
   --- El vie, 16/11/12, Javier Aquino jaqu...@lexuseditores.com
 escribió:
  
   De: Javier Aquino jaqu...@lexuseditores.com
   Asunto: Re: [CentOS-es] Consulta sobre Nombre de la Computadora en la
 red.
   Para: centos-es@centos.org
   Fecha: viernes, 16 de noviembre, 2012 16:38
  
   En términos generales lo que necesitas es:
  
   1. Configurar el servicio DHCP para que le asigne una IP fija a tu
   servidor.
   2. Configurar el servicio DNS (agregar registro A) para asignar un
   nombre a la IP
   3. Configurar tu cliente para usar como DNS1 tu servidor DNS
 previamente
   configurado.
  
   Este es un esquema escalable, y te sirve para toda tu red y para todos
   tus clientes ( Window$, Linux, SmartPhones, Tablets, etc, etc, etc)
  
   Si solo necesitas hacer lo que pides en tu PC (windows) la cosa se
   resume a:
  
   1. Editar el archivo hosts y agregar una linea con lo siguiente:
   ip.de.tu.servidorhostname   hostname.domainname
  
   Saludos,
  
   Javier.
  
   PD: Te dejo de tarea ubicar el archivo hosts  XD
  
  
   El vie, 16-11-2012 a las 12:14 -0300, Luciano Andrés Chiarotto
 escribió:
  
Gracias por sus respuestas.
   
Disculpas si no fui lo suficientemente claro o me falto definir con
propiedad me consulta.
   
Para conectarme al servidor uso el soft PUTTY y la idea es poder
   conectarme
de la siguiente forma ( nombreservidor.midominio.edu.ar ) y donde lo
   puedo
configurar en el servidor para que me pueda conectar de esa forma ?
   
Desde ya muchas gracias.
   
Luciano
   
   
El 16 de noviembre de 2012 11:27, Salvador Guzman - Salman PSL 
informacio...@salman.es escribió:
   
 Eso lo tienes que definir en el DNS del nombre que quieras utilizar

 nombre.dominio.ext IN A XXX.XXX.XXX.XXX



 - Mensaje original -
 De: Luciano Andrés Chiarotto lachiaro...@gmail.com
 Para: centos-es@centos.org
 Enviado: viernes, 16 de noviembre de 2012 14:49
 Asunto: [CentOS-es] Consulta sobre Nombre de la Computadora en la
 red.


 Hola a todos.

 Mi consulta es la siguiente...

 Estoy administrando un cluster (Cliente-Servidor) donde el
 servidor le
 asignan por medio de un servidor DHCP un nombre y un número de IP,
 mi
 consulta es como puedo asignarle un nombre (usando el mismo IP),
   solamente
 quiero asignarle el NOMBRE porque cada vez que quiero ingregar con
 SSH
   o
 los usuarios quieren ingresar solamente lo pueden hacer con el Nro
 de
   IP
 porque el nombre que le asignan es demasiado largo y Yo no
 administro
   el
 servidor DHCP y no tengo forma de que le cambien el nombre que Yo
   quiero.

 A mi servidor Yo ya le asigné el nombre con el HOSTNAME, pero
 necesito
 

Re: [CentOS-es] Consulta sobre Nombre de la Computadora en la red.

2012-11-19 Thread Héctor Herrera
Mira, si no puedes acceder a instalar un DNS (o en alguna parte que te
configuren los nombres correspondientes) podrías escribir en el archivo
hosts de cada cliente esa configuración (en Windows no sé dónde está,
parece que en system32; en Linux, es /etc/hosts):

pepito.tured.edu.ar 1.1.1.1
pepito2.tured.edu.ar 1.1.1.2

Con eso debería (solamente el cliente) de entender cuando haces un ping,
por ejemplo, a dicha máquina. Y obviamente al hacer un ssh
pepito.tured.edu.ar desde Linux debería funcionar.

Y si quieres jugar con alias, también la puedes hacer. Por ejemplo, en el
archivo $HOME/.bashrc (si usas bash como terminal por defecto) puedes
escribir algo como lo siguiente:

alias ssh-pepito='ssh -l *usuario* *ip-de-pepito*'

Luego, después de hacer un *source $HOME/.bashrc*, deberías poder escribir
tranquilamente en consola *ssh-pepito* y te pediría el password de dicho
host.


El 19 de noviembre de 2012 12:55, Luciano Andrés Chiarotto 
lachiaro...@gmail.com escribió:

 Hola Javier, uso ubuntu y a veces Windows por eso de vez en cuando uso el
 PUTTY.

 Pero no puedo ingresar con ninguno de los dos.

 - Porque preguntas Javier que sistema operativo estoy usando ?

 Hector, cuando me refería a los servidores DHCP y DNS son servidores que no
 tengo a cargo ni la posibilidad de cambiar alguna configuración porque lo
 manejan de un centro de cómputos, donde ellos te asignan el nombre (
 pepito.dominio.ar) y el nro de IP al servidor que YO tengo a cargo
 (administro).

 La idea mía es que no tenga el nombre que ellos le asignan, quiero cambiar
 el nombre solamente (pepito.dominio.ar por juancito.dominio.ar, por
 ejemplo) No se si soy claro.

 Desde ya muchas gracias por sus respuestas


 El 19 de noviembre de 2012 12:19, Javier Aquino
 jaqu...@lexuseditores.comescribió:

  Luciano,
 
  Que Sistema Operativo estás usando como cliente ???
 
 
 
  El lun, 19-11-2012 a las 11:08 -0300, Luciano Andrés Chiarotto escribió:
 
   Buen día Javier.
  
   Agregué lo que vos me comentaste.
  
   #vi /etc/hosts
   192.168.xxx.xxx localhosts localhost.dominio.ar
  
   También agregue los datos en ...
  
   #vi /etc/sysconfig/network
  
   HOSTNAME: localhost.dominio.ar
  
  
 
 --
   La dirección localhost.dominio.ar (PUTTY) me da el mensaje de error.
  
   -- Unable to open connection to localhost.dominio.ar
   -- Host does not exist.
  
  
 
 --
   Los nros de IP y DNS los recibo de un servidor DHCP y DNS que no
  administro
   ni tengo acceso al servidor para realizar cambios.
  
   La única forma de poder acceder a mi servidor es por medio del número
 de
  IP.
  
   Saludos y desde ya muchas gracias.
  
  
   El 16 de noviembre de 2012 13:02, Jose Manuel Ajhuacho Vargas 
   jose_t...@yahoo.es escribió:
  
cuidado...
1 DHCP asignacion dinamica de IPs no vaya ser que cuando reinicies tu
server cambie la IP, para asegurar que asigne siempre la misma ip
  puedes
configurar en el script de SHCP
2.- configurar un servidor DNS que puesdes cazar con DHCP, DDNS
saludos
Atte Jose Manuel
   
   
   
GPG Key ID: UBCMEOLVQMHEILINJBE
   
--- El vie, 16/11/12, Javier Aquino jaqu...@lexuseditores.com
  escribió:
   
De: Javier Aquino jaqu...@lexuseditores.com
Asunto: Re: [CentOS-es] Consulta sobre Nombre de la Computadora en la
  red.
Para: centos-es@centos.org
Fecha: viernes, 16 de noviembre, 2012 16:38
   
En términos generales lo que necesitas es:
   
1. Configurar el servicio DHCP para que le asigne una IP fija a tu
servidor.
2. Configurar el servicio DNS (agregar registro A) para asignar un
nombre a la IP
3. Configurar tu cliente para usar como DNS1 tu servidor DNS
  previamente
configurado.
   
Este es un esquema escalable, y te sirve para toda tu red y para
 todos
tus clientes ( Window$, Linux, SmartPhones, Tablets, etc, etc, etc)
   
Si solo necesitas hacer lo que pides en tu PC (windows) la cosa se
resume a:
   
1. Editar el archivo hosts y agregar una linea con lo siguiente:
ip.de.tu.servidorhostname   hostname.domainname
   
Saludos,
   
Javier.
   
PD: Te dejo de tarea ubicar el archivo hosts  XD
   
   
El vie, 16-11-2012 a las 12:14 -0300, Luciano Andrés Chiarotto
  escribió:
   
 Gracias por sus respuestas.

 Disculpas si no fui lo suficientemente claro o me falto definir con
 propiedad me consulta.

 Para conectarme al servidor uso el soft PUTTY y la idea es poder
conectarme
 de la siguiente forma ( nombreservidor.midominio.edu.ar ) y donde
 lo
puedo
 configurar en el servidor para que me pueda conectar de esa forma ?

 Desde ya muchas gracias.

 Luciano


 El 16 de noviembre de 2012 11:27, Salvador Guzman - Salman PSL 
 informacio...@salman.es escribió:

 

Re: [CentOS-es] Consulta sobre Nombre de la Computadora en la red.

2012-11-19 Thread Javier Aquino
Te preguntaba por que en tus consultas hablas de PUTTY (con lo que puedo
inferir que usas Windows) y luego comentas que modificaste /etc/hosts,
por ello terminé con una gran interrogante XD

Mira ... el archivo hosts ( tanto en windows como en linux) sirven para
resolver nombres como en el caso que estás planteando. Este método
solo lo recomiendo en entornos de pruebas ya que para soluciones
empresariales es mejor tener servicios que controlen esto ( DHCP, DNS,
etc ).

una entrada a este archivo es sencillo:

direccion.ip.del.equipo nombre   nombre.dominio

direccion.ip.de.equipo: Es la dirección IP del equipo al que quieres
acceder
nombre: Es el nombre que le quieres asociar a esta direccion IP
nombre.dominio: Es el nombre completo incluyendo dominio.

Saludos,

Javier.

PD: no modifiques hostname en el archivo /etc/hosts, eso es para cambiar
el nombre de tu equipo


El lun, 19-11-2012 a las 12:55 -0300, Luciano Andrés Chiarotto escribió:

 Hola Javier, uso ubuntu y a veces Windows por eso de vez en cuando uso el
 PUTTY.
 
 Pero no puedo ingresar con ninguno de los dos.
 
 - Porque preguntas Javier que sistema operativo estoy usando ?
 
 Hector, cuando me refería a los servidores DHCP y DNS son servidores que no
 tengo a cargo ni la posibilidad de cambiar alguna configuración porque lo
 manejan de un centro de cómputos, donde ellos te asignan el nombre (
 pepito.dominio.ar) y el nro de IP al servidor que YO tengo a cargo
 (administro).
 
 La idea mía es que no tenga el nombre que ellos le asignan, quiero cambiar
 el nombre solamente (pepito.dominio.ar por juancito.dominio.ar, por
 ejemplo) No se si soy claro.
 
 Desde ya muchas gracias por sus respuestas
 
 
 El 19 de noviembre de 2012 12:19, Javier Aquino
 jaqu...@lexuseditores.comescribió:
 
  Luciano,
 
  Que Sistema Operativo estás usando como cliente ???
 
 
 
  El lun, 19-11-2012 a las 11:08 -0300, Luciano Andrés Chiarotto escribió:
 
   Buen día Javier.
  
   Agregué lo que vos me comentaste.
  
   #vi /etc/hosts
   192.168.xxx.xxx localhosts localhost.dominio.ar
  
   También agregue los datos en ...
  
   #vi /etc/sysconfig/network
  
   HOSTNAME: localhost.dominio.ar
  
  
  --
   La dirección localhost.dominio.ar (PUTTY) me da el mensaje de error.
  
   -- Unable to open connection to localhost.dominio.ar
   -- Host does not exist.
  
  
  --
   Los nros de IP y DNS los recibo de un servidor DHCP y DNS que no
  administro
   ni tengo acceso al servidor para realizar cambios.
  
   La única forma de poder acceder a mi servidor es por medio del número de
  IP.
  
   Saludos y desde ya muchas gracias.
  
  
   El 16 de noviembre de 2012 13:02, Jose Manuel Ajhuacho Vargas 
   jose_t...@yahoo.es escribió:
  
cuidado...
1 DHCP asignacion dinamica de IPs no vaya ser que cuando reinicies tu
server cambie la IP, para asegurar que asigne siempre la misma ip
  puedes
configurar en el script de SHCP
2.- configurar un servidor DNS que puesdes cazar con DHCP, DDNS
saludos
Atte Jose Manuel
   
   
   
GPG Key ID: UBCMEOLVQMHEILINJBE
   
--- El vie, 16/11/12, Javier Aquino jaqu...@lexuseditores.com
  escribió:
   
De: Javier Aquino jaqu...@lexuseditores.com
Asunto: Re: [CentOS-es] Consulta sobre Nombre de la Computadora en la
  red.
Para: centos-es@centos.org
Fecha: viernes, 16 de noviembre, 2012 16:38
   
En términos generales lo que necesitas es:
   
1. Configurar el servicio DHCP para que le asigne una IP fija a tu
servidor.
2. Configurar el servicio DNS (agregar registro A) para asignar un
nombre a la IP
3. Configurar tu cliente para usar como DNS1 tu servidor DNS
  previamente
configurado.
   
Este es un esquema escalable, y te sirve para toda tu red y para todos
tus clientes ( Window$, Linux, SmartPhones, Tablets, etc, etc, etc)
   
Si solo necesitas hacer lo que pides en tu PC (windows) la cosa se
resume a:
   
1. Editar el archivo hosts y agregar una linea con lo siguiente:
ip.de.tu.servidorhostname   hostname.domainname
   
Saludos,
   
Javier.
   
PD: Te dejo de tarea ubicar el archivo hosts  XD
   
   
El vie, 16-11-2012 a las 12:14 -0300, Luciano Andrés Chiarotto
  escribió:
   
 Gracias por sus respuestas.

 Disculpas si no fui lo suficientemente claro o me falto definir con
 propiedad me consulta.

 Para conectarme al servidor uso el soft PUTTY y la idea es poder
conectarme
 de la siguiente forma ( nombreservidor.midominio.edu.ar ) y donde lo
puedo
 configurar en el servidor para que me pueda conectar de esa forma ?

 Desde ya muchas gracias.

 Luciano


 El 16 de noviembre de 2012 11:27, Salvador Guzman - Salman PSL 
 informacio...@salman.es escribió:

  Eso lo tienes que 

Re: [CentOS-es] Consulta sobre Nombre de la Computadora en la red.

2012-11-19 Thread Luciano Andrés Chiarotto
Antes que nada muchas gracias por las respuestas.

Les cuento,

El SERVIDOR que administro tIene instalado un CentOS 6.3 como HOSTNAME
 tiene clus01 

Desde el Centro de Cómputos nos asignan un nombre y número de ip que nunca
coincide con el que te asignan para que podamos salir a la Internet.

Lo que yo quiero es acceder desde cualquier cliente con el nombre de mi
SERVIDOR y no usar ese nombre que me asignan porque es bastante extenso,
entonces por medio del HOSTNAME y el IP que me asignan acceder desde un
cliente por ejemplo ssh r...@clus01.midominio.ar.

Lo que modifique y fue en mi Servidor el archivo /et/hosts de la siguiente
forma que no funcionó.

Nro_IP_pcNombre_PC (clus01)clus01.mi_dominio.ar

También modifiqué el archivo /etc/sysconfig/network

HOSTNAME=clus01.midominio.ar

Todos estos cambios lo realicé en el Servidor Clus01, es el que Yo estoy
como administrador.


Lo que voy hacer ahora es agregar en el cliente esos cambios para ver si de
esa forma puedo acceder.

Desde ya muchas gracias por tu tiempo y respuestas.

Saludos

Luciano


El 19 de noviembre de 2012 14:54, Javier Aquino
jaqu...@lexuseditores.comescribió:

 Te preguntaba por que en tus consultas hablas de PUTTY (con lo que puedo
 inferir que usas Windows) y luego comentas que modificaste /etc/hosts,
 por ello terminé con una gran interrogante XD

 Mira ... el archivo hosts ( tanto en windows como en linux) sirven para
 resolver nombres como en el caso que estás planteando. Este método
 solo lo recomiendo en entornos de pruebas ya que para soluciones
 empresariales es mejor tener servicios que controlen esto ( DHCP, DNS,
 etc ).

 una entrada a este archivo es sencillo:

 direccion.ip.del.equipo nombre   nombre.dominio

 direccion.ip.de.equipo: Es la dirección IP del equipo al que quieres
 acceder
 nombre: Es el nombre que le quieres asociar a esta direccion IP
 nombre.dominio: Es el nombre completo incluyendo dominio.

 Saludos,

 Javier.

 PD: no modifiques hostname en el archivo /etc/hosts, eso es para cambiar
 el nombre de tu equipo


 El lun, 19-11-2012 a las 12:55 -0300, Luciano Andrés Chiarotto escribió:

  Hola Javier, uso ubuntu y a veces Windows por eso de vez en cuando uso el
  PUTTY.
 
  Pero no puedo ingresar con ninguno de los dos.
 
  - Porque preguntas Javier que sistema operativo estoy usando ?
 
  Hector, cuando me refería a los servidores DHCP y DNS son servidores que
 no
  tengo a cargo ni la posibilidad de cambiar alguna configuración porque lo
  manejan de un centro de cómputos, donde ellos te asignan el nombre (
  pepito.dominio.ar) y el nro de IP al servidor que YO tengo a cargo
  (administro).
 
  La idea mía es que no tenga el nombre que ellos le asignan, quiero
 cambiar
  el nombre solamente (pepito.dominio.ar por juancito.dominio.ar, por
  ejemplo) No se si soy claro.
 
  Desde ya muchas gracias por sus respuestas
 
 
  El 19 de noviembre de 2012 12:19, Javier Aquino
  jaqu...@lexuseditores.comescribió:
 
   Luciano,
  
   Que Sistema Operativo estás usando como cliente ???
  
  
  
   El lun, 19-11-2012 a las 11:08 -0300, Luciano Andrés Chiarotto
 escribió:
  
Buen día Javier.
   
Agregué lo que vos me comentaste.
   
#vi /etc/hosts
192.168.xxx.xxx localhosts localhost.dominio.ar
   
También agregue los datos en ...
   
#vi /etc/sysconfig/network
   
HOSTNAME: localhost.dominio.ar
   
   
  
 --
La dirección localhost.dominio.ar (PUTTY) me da el mensaje de error.
   
-- Unable to open connection to localhost.dominio.ar
-- Host does not exist.
   
   
  
 --
Los nros de IP y DNS los recibo de un servidor DHCP y DNS que no
   administro
ni tengo acceso al servidor para realizar cambios.
   
La única forma de poder acceder a mi servidor es por medio del
 número de
   IP.
   
Saludos y desde ya muchas gracias.
   
   
El 16 de noviembre de 2012 13:02, Jose Manuel Ajhuacho Vargas 
jose_t...@yahoo.es escribió:
   
 cuidado...
 1 DHCP asignacion dinamica de IPs no vaya ser que cuando reinicies
 tu
 server cambie la IP, para asegurar que asigne siempre la misma ip
   puedes
 configurar en el script de SHCP
 2.- configurar un servidor DNS que puesdes cazar con DHCP, DDNS
 saludos
 Atte Jose Manuel



 GPG Key ID: UBCMEOLVQMHEILINJBE

 --- El vie, 16/11/12, Javier Aquino jaqu...@lexuseditores.com
   escribió:

 De: Javier Aquino jaqu...@lexuseditores.com
 Asunto: Re: [CentOS-es] Consulta sobre Nombre de la Computadora en
 la
   red.
 Para: centos-es@centos.org
 Fecha: viernes, 16 de noviembre, 2012 16:38

 En términos generales lo que necesitas es:

 1. Configurar el servicio DHCP para que le asigne una IP fija a tu
 servidor.
 2. Configurar el servicio DNS (agregar 

[CentOS-es] Modo grafico no funciona correctamente

2012-11-19 Thread Raul Arboleda
Hola Amigos, necesito de su ayuda no se por donde buscar, en varias
instalaciones que he hecho de las versiones Centos 6.0 y 6.3, me funciona
inicialmente el modo frafico pero después de algunos reinicios me muestra el
modo grafico pero me deshabilita el mouse y el teclado, alguna idea o que
tengo que hacer.

Muchas gracias


Raúl Eduardo Arboleda Zapata
Ingeniero de Sistemas Unninca
Cel +573 300 620 66 13 
   +573 312 288 90 86
Medellín, Antioquia
Colombia, S.A.

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


Re: [CentOS-es] Modo grafico no funciona correctamente

2012-11-19 Thread Raul Arboleda
Disculpen en modo grafico o terminal X

Raúl Eduardo Arboleda Zapata
Ingeniero de Sistemas Unninca
Cel +573 300 620 66 13 
   +573 312 288 90 86
Medellín, Antioquia
Colombia, S.A.


-Mensaje original-
De: centos-es-boun...@centos.org [mailto:centos-es-boun...@centos.org] En
nombre de Raul Arboleda
Enviado el: lunes, 19 de noviembre de 2012 06:25 p.m.
Para: centos-es@centos.org
Asunto: [CentOS-es] Modo grafico no funciona correctamente

Hola Amigos, necesito de su ayuda no se por donde buscar, en varias
instalaciones que he hecho de las versiones Centos 6.0 y 6.3, me funciona
inicialmente el modo frafico pero después de algunos reinicios me muestra el
modo grafico pero me deshabilita el mouse y el teclado, alguna idea o que
tengo que hacer.

Muchas gracias


Raúl Eduardo Arboleda Zapata
Ingeniero de Sistemas Unninca
Cel +573 300 620 66 13
   +573 312 288 90 86
Medellín, Antioquia
Colombia, S.A.

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

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


Re: [CentOS-es] Modo grafico no funciona correctamente

2012-11-19 Thread Aland Laines
Las distintas instalaciones que hiciste fueron en el mismo equipo?
distintos?

Podrias darnos algunas luces, si nos dices las especificaciones del equipo
donde lo instalaste.

Saludos,



*Aland Laines Calonge*
Twitter: @lainessolutions
http://about.me/aland.laines




El 19 de noviembre de 2012 18:26, Raul Arboleda
raularbol...@une.net.coescribió:

 Disculpen en modo grafico o terminal X

 Raúl Eduardo Arboleda Zapata
 Ingeniero de Sistemas Unninca
 Cel +573 300 620 66 13
+573 312 288 90 86
 Medellín, Antioquia
 Colombia, S.A.


 -Mensaje original-
 De: centos-es-boun...@centos.org [mailto:centos-es-boun...@centos.org] En
 nombre de Raul Arboleda
 Enviado el: lunes, 19 de noviembre de 2012 06:25 p.m.
 Para: centos-es@centos.org
 Asunto: [CentOS-es] Modo grafico no funciona correctamente

 Hola Amigos, necesito de su ayuda no se por donde buscar, en varias
 instalaciones que he hecho de las versiones Centos 6.0 y 6.3, me funciona
 inicialmente el modo frafico pero después de algunos reinicios me muestra
 el
 modo grafico pero me deshabilita el mouse y el teclado, alguna idea o que
 tengo que hacer.

 Muchas gracias


 Raúl Eduardo Arboleda Zapata
 Ingeniero de Sistemas Unninca
 Cel +573 300 620 66 13
+573 312 288 90 86
 Medellín, Antioquia
 Colombia, S.A.

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

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

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


Re: [CentOS] iSCSI Question

2012-11-19 Thread Gordon Messmer
On 11/17/2012 09:46 PM, Steven Crothers wrote:
 DRBD is off topic from my original post, as it is not the correct solution.

That may be, but the link you were given was not off topic, entirely:

iSCSI is a stateful protocol, there is more to it that than just reads 
and writes. To run multipath (or multi-connections per session) against 
distinct targets on separate nodes you’d need to have cluster aware 
iSCSI targets which coordinate with each other in some fashion. To my 
knowledge, this does not exist (not for Linux, anyways).

It sounds like that answer is relevant to your question.  What you want 
does not currently exist.

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


[CentOS] SAMBA and Active Directory Intergration Problem

2012-11-19 Thread Bonnie B Mtengwa
I have a CentOS6.3 SAMBA file server. All the users are on a Windows Server 
2008 Active Directory Domain Controller and authentication is done using 
Winbind integration on SAMBA .

 

Everything works well except that if someone logs on to the Samba Server, they 
see all the shared folders there and also a folder with their own name %USER%. 
This Folder is not accessible, one cannot enter into this folder, I have 
noticed that it's not being automatically created in the home folder :

i.e  /home/%USER%/ is not there.

 

 

 

 

My smb.conf  is as follows

 

   workgroup = Domain0

   security = ads

   realm = Domain.com

 

   encrypt passwords = yes

   preferred master = no

 

   template shell = /bin/bash

   template homedir = /home/%D/%U

   winbind separator = $

  ; template primary group = Domain Users

   winbind uid = 600-2

   winbind gid = 600-2

   winbind use default domain = yes

   winbind nested groups = yes

   winbind enum users = yes

   winbind enum groups = yes

   enhanced browsing = yes

   winbind offline logon = false

  password server = dc.domain.com

 

  [homes]

 

   create mask = 0775

   directory mask = 0775

   browseable = no

   comment = Home Directories

   valid users = %U

   writable = yes

 

 

anyone who can help me on this?

 

Bonnie

 

 

 

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


Re: [CentOS] 'localyum' alias...

2012-11-19 Thread Ljubomir Ljubojevic
On 07/23/2012 10:15 AM, Fernando Cassia wrote:
 On Mon, Jul 23, 2012 at 3:00 AM, Fabien Archambault
 fabien.archamba...@univ-amu.fr wrote:
 I
 believe that using this alias is useless.

 But the removal of localinstall doesn´t mean an easy to remember alias
 wouldn´t be of use, it´d just mean that the syntax would change to
 alias localyum='yum --disablerepo=* ´

 ie
 localyum install /media/CentOS6/Packages/whatever.rpm


Little old thread, but needs answer for future reference.

yum install rpm works, and I think it worked/works on CentOS 5.x. I 
stumbled on this while installing dependencies for packages I 
recompiled. I was installing while in directories with rpm file and 
using wildcards in yum install command.


-- 

Ljubomir Ljubojevic
(Love is in the Air)
PL Computers
Serbia, Europe

Google is the Mother, Google is the Father, and traceroute is your
trusty Spiderman...
StarOS, Mikrotik and CentOS/RHEL/Linux consultant
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS 6.3 - KDE login screen configuration problems

2012-11-19 Thread John Horne
Hello,

We generally use CentOS for some servers, and so do not use a GUI
interface. However, I have recently installed CentOS 6.3 onto a PC with
KDE. I am familiar with KDE as I use it with Fedora for my work PC.

The problem is that we would like to configure the login screen, so that
it does not show the user list, that it does not allow the shutdown or
reboot commands (from the login screen), and if possible to remove the
30 second confirmation timer that occurs when logout (via 'leave') is
selected.

I have gone into the 'System settings-Advanced-Login screen', and
disabled both local and remote shutdowns and reboots. I have also
disabled the showing of the user list, and disabled logout
confirmations.

However, none of this has had any effect. The login screen remains the
same - showing the userlist and shutdown/reboot commands, and logging
out still shows the 30 second confirmation timer.

I have compared the /etc/kde/kdm/kdmrc file from the CentOS PC to my
Fedora PC and they are similar. (I make the same changes to my work PC,
and these take effect.)


Anyone any ideas about this?




Thanks,

John.

-- 
John Horne   Tel: +44 (0)1752 587287
Plymouth University, UK  Fax: +44 (0)1752 587001
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] upstream Storage Server fully OSS?

2012-11-19 Thread Ted Miller
Is the upstream Storage Server fully open source, or are parts of it 
closed source?

Are the RPMs to build one already in the Centos repo?  If not, are there 
any plans to offer them?

I am looking for something free to use in Haiti, that will offer redundant 
file storage and automatic failover to a second set of hardware in case of 
a failure of the primary hardware.

If RHSS is not available or suitable, other suggestions welcome.  I need a 
file system/server with:

* primary function is serving MP3 files for playback in a radio station 
environment in Haiti
 * if the system goes down all your clients (listeners) know it
 * they know it NOW
 * they know how long it takes to get it back up
* High Availability as the primary concern
* ability to administrate via web interface or similar by non-Linux-savvy 
IT staff.
* ability to grow file system from 2-3TB to 20-50TB by simply adding disks 
and/or adding 'bricks'
* clients will all be Windows computers, so files accessible by CIFS
* critical application is read-only
* prefer a system that would continue serving files even if the network 
goes down (but have not found such a system yet for Windows clients).  This 
would require something like Ceph with a full (non-server) windows client, 
so the local node would continue to function until the network came back up.
* throughput is not a large issue

Ted Miller
Elkhart, IN

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


[CentOS] Yum update without internet connection

2012-11-19 Thread Steve Campbell
I usually use a Desktop option when installing a new machine. This 
gives me all I need for an X session and then I add other packages or 
grouplists on an as-needed basis.

I'm putting together a couple of machines that will not have network 
connectivity until all packages are installed. Is there a way to run yum 
to install packages/groups from the installation disk instead of from 
one of the normal yum repositories? If so, is there a ever a problem 
with packages on the second disk of the 2 disk installation DVDs?

Thanks,

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


[CentOS] Yum update without internet connection - realization part

2012-11-19 Thread Steve Campbell
I'm thinking I found the answer in the Centos-Media repo.

sorry, I overlooked that originally.

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


Re: [CentOS] upstream Storage Server fully OSS?

2012-11-19 Thread Nux!
On 19.11.2012 13:48, Ted Miller wrote:
 Is the upstream Storage Server fully open source, or are parts of 
 it
 closed source?

 Are the RPMs to build one already in the Centos repo?  If not, are 
 there
 any plans to offer them?

 I am looking for something free to use in Haiti, that will offer 
 redundant
 file storage and automatic failover to a second set of hardware in 
 case of
 a failure of the primary hardware.


Ted,

Redhat Storage is based on GlusterFS which is fully open source and it 
works very well on Centos.
You can install it from 
http://repos.fedorapeople.org/repos/kkeithle/glusterfs/epel-6/

A relatively recent guide here:
http://www.gluster.org/wp-content/uploads/2012/05/Gluster_File_System-3.3.0-Administration_Guide-en-US.pdf

I recommend you get on their mailing list and IRC channel.
http://www.gluster.org/interact/

-- 
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] SAMBA and Active Directory Intergration Problem

2012-11-19 Thread Banyan He
There are two things you can do,

1. for homes share, add path = /path/to/home/%S
2. for homes share, change mask from 0775 to 0700

This may help but may not the way you are looking for.


Banyan He
Blog: http://www.rootong.com
Email: ban...@rootong.com

On 2012-11-19 5:10 PM, Bonnie B Mtengwa wrote:
 I have a CentOS6.3 SAMBA file server. All the users are on a Windows Server 
 2008 Active Directory Domain Controller and authentication is done using 
 Winbind integration on SAMBA .

   

 Everything works well except that if someone logs on to the Samba Server, 
 they see all the shared folders there and also a folder with their own name 
 %USER%. This Folder is not accessible, one cannot enter into this folder, I 
 have noticed that it's not being automatically created in the home folder :

 i.e  /home/%USER%/ is not there.

   

   

   

   

 My smb.conf  is as follows

   

 workgroup = Domain0

 security = ads

 realm = Domain.com

   

 encrypt passwords = yes

 preferred master = no

   

 template shell = /bin/bash

 template homedir = /home/%D/%U

 winbind separator = $

; template primary group = Domain Users

 winbind uid = 600-2

 winbind gid = 600-2

 winbind use default domain = yes

 winbind nested groups = yes

 winbind enum users = yes

 winbind enum groups = yes

 enhanced browsing = yes

 winbind offline logon = false

password server = dc.domain.com

   

[homes]

   

 create mask = 0775

 directory mask = 0775

 browseable = no

 comment = Home Directories

 valid users = %U

 writable = yes

   

   

 anyone who can help me on this?

   

 Bonnie

   

   

   

 ___
 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] How can I prevent apache from mounting all home directories?

2012-11-19 Thread Alfred von Campe
We use automounted user home directories on our CentOS 6.3 desktops, and on the 
desktops on which we start apache, I have noticed that all 900+ home 
directories listed in NIS get (and stay!) mounted.  If I don't start apache, 
this doesn't happen.

We don't need access to home directories from apache, so I would like to 
prevent apache from mounting these home directories, but I haven't been able to 
figure out how to do it.  We use the stock httpd.conf file, and I commented out 
the LoadModule userdir_module line to no avail.  Any other suggestions?

Alfred

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


Re: [CentOS] How can I prevent apache from mounting all home directories?

2012-11-19 Thread Nux!
On 19.11.2012 16:14, Alfred von Campe wrote:
 We use automounted user home directories on our CentOS 6.3 desktops,
 and on the desktops on which we start apache, I have noticed that all
 900+ home directories listed in NIS get (and stay!) mounted.  If I
 don't start apache, this doesn't happen.

 We don't need access to home directories from apache, so I would like
 to prevent apache from mounting these home directories, but I haven't
 been able to figure out how to do it.  We use the stock httpd.conf
 file, and I commented out the LoadModule userdir_module line to no
 avail.  Any other suggestions?

Instead of omitting LoadModule you could try to leave it enabled, but 
specify a different userdir, i.e. not under /home.

-- 
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How can I prevent apache from mounting all home directories?

2012-11-19 Thread Mike Burger
 We use automounted user home directories on our CentOS 6.3 desktops, and
 on the desktops on which we start apache, I have noticed that all 900+
 home directories listed in NIS get (and stay!) mounted.  If I don't start
 apache, this doesn't happen.

 We don't need access to home directories from apache, so I would like to
 prevent apache from mounting these home directories, but I haven't been
 able to figure out how to do it.  We use the stock httpd.conf file, and I
 commented out the LoadModule userdir_module line to no avail.  Any other
 suggestions?

 Alfred

If I may...why are you running Apache on your desktops?
-- 
Mike Burger
http://www.bubbanfriends.org

It's always suicide-mission this, save-the-planet that. No one ever just
stops by to say 'hi' anymore. --Colonel Jack O'Neill, SG1

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


Re: [CentOS] How can I prevent apache from mounting all home directories?

2012-11-19 Thread Alfred von Campe
On Nov 19, 2012, at 11:29, Mike Burger wrote:

 If I may...why are you running Apache on your desktops?

The products we develop need access to a web server, and some developers need a 
web server to test with.  It's all just on our internal network; nothing is 
exposed to the Internet.

Alfred

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


Re: [CentOS] How can I prevent apache from mounting all home directories?

2012-11-19 Thread Alfred von Campe
On Nov 19, 2012, at 11:20, Nux! wrote:

 Instead of omitting LoadModule you could try to leave it enabled, but 
 specify a different userdir, i.e. not under /home.

There is no reference to /home anywhere that I can find.  I assume that apache 
just expands ~ to list all home directories and then it mounts them.

Alfred

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


Re: [CentOS] upstream Storage Server fully OSS?

2012-11-19 Thread m . roth
Ted Miller wrote:
 Is the upstream Storage Server fully open source, or are parts of it
 closed source?

 Are the RPMs to build one already in the Centos repo?  If not, are there
 any plans to offer them?

 I am looking for something free to use in Haiti, that will offer redundant
 file storage and automatic failover to a second set of hardware in case of
 a failure of the primary hardware.

Should we assume that you're setting up h/a failover servers, with at
least two nodes, and UPS, and a generator (and an adequate supply of fuel
- I *have* read what happened in NYC...)?
snip
mark


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


Re: [CentOS] How can I prevent apache from mounting all home directories?

2012-11-19 Thread m . roth
Alfred von Campe wrote:
 On Nov 19, 2012, at 11:29, Mike Burger wrote:

 If I may...why are you running Apache on your desktops?

 The products we develop need access to a web server, and some developers
 need a web server to test with.  It's all just on our internal network;
 nothing is exposed to the Internet.

Not the way I'd do it: where I've worked, and work, we have apache running
on servers, so we can guarantee their working -correctly-, and the
developers have directories that they can put things in and test that way.

I've also seen gnome want to mount *everybody*

mark

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


Re: [CentOS] upstream Storage Server fully OSS?

2012-11-19 Thread Les Mikesell
On Mon, Nov 19, 2012 at 7:48 AM, Ted Miller tedli...@sbcglobal.net wrote:

 If RHSS is not available or suitable, other suggestions welcome.  I need a
 file system/server with:

 * primary function is serving MP3 files for playback in a radio station
 environment in Haiti
  * if the system goes down all your clients (listeners) know it
  * they know it NOW
  * they know how long it takes to get it back up
 * High Availability as the primary concern
 * ability to administrate via web interface or similar by non-Linux-savvy
 IT staff.
 * ability to grow file system from 2-3TB to 20-50TB by simply adding disks
 and/or adding 'bricks'
 * clients will all be Windows computers, so files accessible by CIFS
 * critical application is read-only
 * prefer a system that would continue serving files even if the network
 goes down (but have not found such a system yet for Windows clients).

Is it possible to change the application so it uses http to get
content or uses a distributed database natively?  Distributed
failure-tolerant systems are a lot easier if you don't even try to
provide filesystem semantics that require a lot of atomic operations.

-- 
   Les Mikesell
  lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum update without internet connection

2012-11-19 Thread Ali Corbin
On Mon, Nov 19, 2012 at 6:05 AM, Steve Campbell campb...@cnpapers.comwrote:

 I usually use a Desktop option when installing a new machine. This
 gives me all I need for an X session and then I add other packages or
 grouplists on an as-needed basis.

 I'm putting together a couple of machines that will not have network
 connectivity until all packages are installed. Is there a way to run yum
 to install packages/groups from the installation disk instead of from
 one of the normal yum repositories? If so, is there a ever a problem
 with packages on the second disk of the 2 disk installation DVDs?

 Thanks,

 steve campbell


Look at:
 /etc/yum.repos.d/CentOS-Media.repo
and type what it says.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] System-Administation-Network

2012-11-19 Thread Steve Campbell
I found quite a bit on google about the problem that Network does not 
show up under the System-Administration menu any more. All the 
solutions seem to indicate that I just need to install 
system-config-network-tui, but that doesn't change anything.

I've turn off Network Manager before trying to do any of this because I 
want to configure my network offline.

A little push in the right direction would be appreciated.

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


Re: [CentOS] System-Administation-Network

2012-11-19 Thread Nux!
On 19.11.2012 18:58, Steve Campbell wrote:
 I found quite a bit on google about the problem that Network does 
 not
 show up under the System-Administration menu any more. All the
 solutions seem to indicate that I just need to install
 system-config-network-tui, but that doesn't change anything.

 I've turn off Network Manager before trying to do any of this because 
 I
 want to configure my network offline.

 A little push in the right direction would be appreciated.

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

You can use the NetworkManager applet to configure the network 
(nm-applet). Otherwise feel free to edit /etc/sysconfig/network-scripts 
files directly.

-- 
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] System-Administation-Network

2012-11-19 Thread Frank Cox
On Mon, 19 Nov 2012 13:58:47 -0500
Steve Campbell wrote:

 All the 
 solutions seem to indicate that I just need to install 
 system-config-network-tui, but that doesn't change anything.

system-config-network-tui is just what it says -- Text User Interface.

Open a terminal window and type:

system-config-network

-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] System-Administation-Network

2012-11-19 Thread Steve Campbell

On 11/19/2012 2:06 PM, Frank Cox wrote:
 On Mon, 19 Nov 2012 13:58:47 -0500
 Steve Campbell wrote:

 All the
 solutions seem to indicate that I just need to install
 system-config-network-tui, but that doesn't change anything.
 system-config-network-tui is just what it says -- Text User Interface.

 Open a terminal window and type:

 system-config-network

I always wondered what the difference between a tui and a gui was.

Thanks all.

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


Re: [CentOS] How can I prevent apache from mounting all home directories?

2012-11-19 Thread Alfred von Campe
On Nov 19, 2012, at 12:02, m.r...@5-cent.us wrote:

 Not the way I'd do it: where I've worked, and work, we have apache running
 on servers, so we can guarantee their working -correctly-, and the
 developers have directories that they can put things in and test that way.

Well, all we need to do is download a file via http, so having users start 
httpd with a stock config is usually sufficient.

 I've also seen gnome want to mount *everybody*

FWIW, I also have this issue (mounting all home directories) on one of our 
servers.  But only those running 6.3; the systems running 5.8 do not seem to 
have this issue.

Alfred


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


Re: [CentOS] How can I prevent apache from mounting all home directories?

2012-11-19 Thread Nux!
On 19.11.2012 20:00, Alfred von Campe wrote:
 On Nov 19, 2012, at 12:02, m.r...@5-cent.us wrote:

 Not the way I'd do it: where I've worked, and work, we have apache 
 running
 on servers, so we can guarantee their working -correctly-, and the
 developers have directories that they can put things in and test 
 that way.

 Well, all we need to do is download a file via http, so having users
 start httpd with a stock config is usually sufficient.

 I've also seen gnome want to mount *everybody*

 FWIW, I also have this issue (mounting all home directories) on one
 of our servers.  But only those running 6.3; the systems running 5.8
 do not seem to have this issue.

 Alfred

So automount will mount a directory if that directory is being 
read/accessed, yes? Then run fuser or lsof ro whatever is cool these 
days on those mount points, see what's using them.

-- 
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How can I prevent apache from mounting all home directories?

2012-11-19 Thread Mike Burger
 On Nov 19, 2012, at 11:20, Nux! wrote:

 Instead of omitting LoadModule you could try to leave it enabled, but
 specify a different userdir, i.e. not under /home.

 There is no reference to /home anywhere that I can find.  I assume that
 apache just expands ~ to list all home directories and then it mounts
 them.

Unless you've removed it from each and every Linux system (desktop
included), /etc/httpd/conf/httpd.conf contains the following:

IfModule mod_userdir.c
#
# UserDir is disabled by default since it can confirm the presence
# of a username on the system (depending on home directory
# permissions).
#
#UserDir disable

#
# To enable requests to /~user/ to serve the user's public_html
# directory, remove the UserDir disable line above, and uncomment
# the following line instead:
#
UserDir public_html

/IfModule

#
# Control access to UserDir directories.  The following is an example
# for a site where these directories are restricted to read-only.
#
Directory /home/*/public_html
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
Limit GET POST OPTIONS
Order allow,deny
Allow from all
/Limit
LimitExcept GET POST OPTIONS
Order deny,allow
Deny from all
/LimitExcept
/Directory

The Directory directive pointing at /home/*/public_html is likely your
issue.

-- 
Mike Burger
http://www.bubbanfriends.org

It's always suicide-mission this, save-the-planet that. No one ever just
stops by to say 'hi' anymore. --Colonel Jack O'Neill, SG1



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


Re: [CentOS] How can I prevent apache from mounting all home directories?

2012-11-19 Thread m . roth
Nux! wrote:
 On 19.11.2012 20:00, Alfred von Campe wrote:
 On Nov 19, 2012, at 12:02, m.r...@5-cent.us wrote:
snip
 I've also seen gnome want to mount *everybody*

 FWIW, I also have this issue (mounting all home directories) on one
 of our servers.  But only those running 6.3; the systems running 5.8
 do not seem to have this issue.

 So automount will mount a directory if that directory is being
 read/accessed, yes? Then run fuser or lsof ro whatever is cool these
 days on those mount points, see what's using them.

Ah, no. If it's running GUI, which none of our servers are, it wants
*everyone* who isn't nologin mounted. Including people who've never been
on that machine, nor will be.

 mark

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


Re: [CentOS] How can I prevent apache from mounting all home directories?

2012-11-19 Thread John R Pierce
On 11/19/12 12:37 PM, m.r...@5-cent.us wrote:
 Ah, no. If it's running GUI, which none of our servers are, it wants
 *everyone*  who isn't nologin mounted. Including people who've never been
 on that machine, nor will be.

as an aside...   while I don't use automounted home directories anymore, 
when I did (on Solaris 10+ years ago), we mounted /home/$SERVER and the 
user directories were /home/$SERVER/$USER .. on the server side, it was 
/export/home/$USER, so $SERVER:/export/home would be mounted as 
/home/$SERVER

this cuts WAY down on the number of nfs mounts



-- 
john r pierceN 37, W 122
santa cruz ca mid-left coast

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


Re: [CentOS] How can I prevent apache from mounting all home directories?

2012-11-19 Thread Alfred von Campe
On Nov 19, 2012, at 15:22, Mike Burger wrote:

 Unless you've removed it from each and every Linux system (desktop
 included), /etc/httpd/conf/httpd.conf contains the following:

I have removed this on one of our test systems, rebooted, and it's still 
automounting all home directories.

Alfred

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


Re: [CentOS] How can I prevent apache from mounting all home directories?

2012-11-19 Thread Alfred von Campe
On Nov 19, 2012, at 15:37, m.r...@5-cent.us wrote:

 Ah, no. If it's running GUI, which none of our servers are, it wants
 *everyone* who isn't nologin mounted. Including people who've never been
 on that machine, nor will be.

When you say *it* wants, are you referring to apache or the GUI manager?  
Because you have definitely hit the nail on the head.  So now that we know what 
the problem is, is there a solution (or even a kludgy workaround) for this?

Alfred

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


Re: [CentOS] How can I prevent apache from mounting all home directories?

2012-11-19 Thread m . roth
Alfred von Campe wrote:
 On Nov 19, 2012, at 15:37, m.r...@5-cent.us wrote:

 Ah, no. If it's running GUI, which none of our servers are, it wants
 *everyone* who isn't nologin mounted. Including people who've never been
 on that machine, nor will be.

 When you say *it* wants, are you referring to apache or the GUI manager?
  Because you have definitely hit the nail on the head.  So now that we
 know what the problem is, is there a solution (or even a kludgy
 workaround) for this?

For me, it's a gnome thing, not apache.

  mark no, I don't like gnome

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


Re: [CentOS] upstream Storage Server fully OSS?

2012-11-19 Thread Banyan He
His flow mostly likes this,

Clients - Web services - Storage

Even the web servers will be making the call with another http services 
for the mp3 resource. He still needs the storage to put the files. 
gluster looks a good one to him. It looks like having most features of 
commercial products.


Banyan He
Blog: http://www.rootong.com
Email: ban...@rootong.com

On 2012-11-20 1:12 AM, Les Mikesell wrote:
 On Mon, Nov 19, 2012 at 7:48 AM, Ted Miller tedli...@sbcglobal.net wrote:
 If RHSS is not available or suitable, other suggestions welcome.  I need a
 file system/server with:

 * primary function is serving MP3 files for playback in a radio station
 environment in Haiti
   * if the system goes down all your clients (listeners) know it
   * they know it NOW
   * they know how long it takes to get it back up
 * High Availability as the primary concern
 * ability to administrate via web interface or similar by non-Linux-savvy
 IT staff.
 * ability to grow file system from 2-3TB to 20-50TB by simply adding disks
 and/or adding 'bricks'
 * clients will all be Windows computers, so files accessible by CIFS
 * critical application is read-only
 * prefer a system that would continue serving files even if the network
 goes down (but have not found such a system yet for Windows clients).
 Is it possible to change the application so it uses http to get
 content or uses a distributed database natively?  Distributed
 failure-tolerant systems are a lot easier if you don't even try to
 provide filesystem semantics that require a lot of atomic operations.


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


Re: [CentOS] System-Administation-Network

2012-11-19 Thread Banyan He
recreate the menu item and put the command system-config-network over 
there. You can regain your menu back then.


Banyan He
Blog: http://www.rootong.com
Email: ban...@rootong.com

On 2012-11-20 3:43 AM, Steve Campbell wrote:
 On 11/19/2012 2:06 PM, Frank Cox wrote:
 On Mon, 19 Nov 2012 13:58:47 -0500
 Steve Campbell wrote:

 All the
 solutions seem to indicate that I just need to install
 system-config-network-tui, but that doesn't change anything.
 system-config-network-tui is just what it says -- Text User Interface.

 Open a terminal window and type:

 system-config-network

 I always wondered what the difference between a tui and a gui was.

 Thanks all.

 steve
 ___
 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] strange 'find' tool behavior

2012-11-19 Thread Gelen James
Hi all,

Just encountered an strange bahavior of frequent 'find' command. I tried to use 
find to recursively remove .svn directories from my working place, 'find' 
command removed all the '.svn' directories successfully but reported errors on 
screen. Any one knows why it shows this behavior?

BTW, if I use command  find . type d -name '.svn' -print0 | xargs -0 -n1 
/bin/rm -rf , then it does the same job and reports no errors on screen at 
all. But still likes to understand why find have this behavior.

The screen and error prompts are attached below for your references. Thanks.

[root@centos_58_test_box workingDir]# find . -type d -name 
'.svn'
 
./.svn   
 
./var/.svn   
 
./var/myTestProj/projects/.svn   
 
./var/myTestProj/projects/Production/.svn
 
./var/myTestProj/projects/Production/etc/.svn
 
./var/myTestProj/projects/Production/jobs/.svn   
 
./var/myTestProj/.svn
 
./etc/.svn   
 
./etc/myTestProj/.svn
 
./etc/myTestProj/ssl/.svn
 
[root@centos_58_test_box workingDir]# find . -type d -name '.svn'  -exec  
/bin/rm -rf '{}' 
\;
 
find: ./.svn: No such file or 
directory  
 
find: ./var/.svn: No such file or 
directory  
 
find: ./var/myTestProj/projects/.svn: No such file or 
directory  
 
find: ./var/myTestProj/projects/Production/.svn: No such file or 
directory   
 
find: ./var/myTestProj/projects/Production/etc/.svn: No such file or 
directory   
 
find: ./var/myTestProj/projects/Production/jobs/.svn: No such file or 
directory  
 
find: ./var/myTestProj/.svn: No such file or 
directory   
 
find: ./etc/.svn: No such file or 
directory  
 
find: ./etc/myTestProj/.svn: No such file or 
directory   
 
find: ./etc/myTestProj/ssl/.svn: No such file or 
directory   
 
[root@centos_58_test_box workingDir]# find . -type d -name 
'.svn'   

Re: [CentOS] strange 'find' tool behavior

2012-11-19 Thread Stephen Harris
On Mon, Nov 19, 2012 at 04:44:31PM -0800, Gelen James wrote:
 [root@centos_58_test_box workingDir]# find . -type d -name '.svn' -exec 
 /bin/rm -rf '{}' \;
 find: ./.svn: No such file or directory
[...]

find is attempting to open the .svn directory to see if there are
any subdirectories to work on but it can't because you just deleted it.

You either need -prune to stop it going further down the tree or -depth
to tell it to go down the tree first before running the -exec


-- 

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


Re: [CentOS] How can I prevent apache from mounting all home directories?

2012-11-19 Thread Alfred von Campe
On Nov 19, 2012, at 16:43, m.r...@5-cent.us wrote:

 For me, it's a gnome thing, not apache.

Well, it's a combination of both.  Gnome by itself doesn't do this; it only 
happens when you add apache to the mix.

I set the init level to 3 on one of my test systems and rebooted.  I also 
configured apache to no start automatically.  After a few minutes I logged in 
and checked /home and there were no directories mounted.  As soon as I did a 
service httpd start the home directories started to get mounted.  And this is 
at run level 3 with no GUI running!

This does not happen in CentOS 5.8.  I think it's a bug (not a CentOS specific 
bug, but rather an upstream bug) and would love to know if anyone knows of a 
workaround.  I don't have any RHEL system so I am wondering if I can file a bug 
with Red Hat about this or not.

Alfred

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


Re: [CentOS] upstream Storage Server fully OSS?

2012-11-19 Thread Ted Miller
On 11/19/2012 11:57 AM, m.r...@5-cent.us wrote:
 Ted Miller wrote:
 Is the upstream Storage Server fully open source, or are parts of it
 closed source?

 Are the RPMs to build one already in the Centos repo?  If not, are there
 any plans to offer them?

 I am looking for something free to use in Haiti, that will offer redundant
 file storage and automatic failover to a second set of hardware in case of
 a failure of the primary hardware.

 Should we assume that you're setting up h/a failover servers, with at
 least two nodes, and UPS, and a generator (and an adequate supply of fuel

Yes to everything.  I am working on the H/A failover servers, 2-3 nodes. 
The other stuff -- generator w/ large fuel supply, inverters with battery 
bank bigger than your bed, is already in place.  (Batteries can run the 
place for 4-8 hours before the inverters auto-start the generator.)

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


Re: [CentOS] strange 'find' tool behavior

2012-11-19 Thread Gelen James
Thanks a lot.

 with -prune option, now the find command works too.


find . -type d -name '.svn' -prune -exec /bin/rm -rf '{}' \;



 From: Stephen Harris li...@spuddy.org
To: CentOS mailing list centos@centos.org 
Sent: Monday, November 19, 2012 4:52 PM
Subject: Re: [CentOS] strange 'find' tool behavior
 
On Mon, Nov 19, 2012 at 04:44:31PM -0800, Gelen James wrote:
 [root@centos_58_test_box workingDir]# find . -type d -name '.svn' -exec 
 /bin/rm -rf '{}' \;
 find: ./.svn: No such file or directory
[...]

find is attempting to open the .svn directory to see if there are
any subdirectories to work on but it can't because you just deleted it.

You either need -prune to stop it going further down the tree or -depth
to tell it to go down the tree first before running the -exec


-- 

rgds
Stephen
___
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] upstream Storage Server fully OSS?

2012-11-19 Thread Ted Miller
On 11/19/2012 12:12 PM, Les Mikesell wrote:
 On Mon, Nov 19, 2012 at 7:48 AM, Ted Millertedli...@sbcglobal.net  wrote:

 If RHSS is not available or suitable, other suggestions welcome.  I need a
 file system/server with:

 * primary function is serving MP3 files for playback in a radio station
 environment in Haiti
   * if the system goes down all your clients (listeners) know it
   * they know it NOW
   * they know how long it takes to get it back up
 * High Availability as the primary concern
 * ability to administrate via web interface or similar by non-Linux-savvy
 IT staff.
 * ability to grow file system from 2-3TB to 20-50TB by simply adding disks
 and/or adding 'bricks'
 * clients will all be Windows computers, so files accessible by CIFS
 * critical application is read-only
 * prefer a system that would continue serving files even if the network
 goes down (but have not found such a system yet for Windows clients).

 Is it possible to change the application so it uses http to get
 content or uses a distributed database natively?  Distributed
 failure-tolerant systems are a lot easier if you don't even try to
 provide filesystem semantics that require a lot of atomic operations.

Application is commercial, not changeable.  It wants to see a local drive, 
if possible.  Will tolerate (with warnings) a network share.  Most of the 
critical operations are read-only (play back a file on the air).

Ted Miller

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


Re: [CentOS] upstream Storage Server fully OSS?

2012-11-19 Thread Ted Miller
 On 2012-11-19 9:48 PM, Ted Miller wrote:
 Is the upstream Storage Server fully open source, or are parts of it
 closed source?

 Are the RPMs to build one already in the Centos repo? If not, are there
 any plans to offer them?

 I am looking for something free to use in Haiti, that will offer redundant
 file storage and automatic failover to a second set of hardware in case of
 a failure of the primary hardware.

 If RHSS is not available or suitable, other suggestions welcome. I need a
 file system/server with:

 * primary function is serving MP3 files for playback in a radio station
 environment in Haiti
 * if the system goes down all your clients (listeners) know it
 * they know it NOW
 * they know how long it takes to get it back up
 * High Availability as the primary concern
 * ability to administrate via web interface or similar by non-Linux-savvy
 IT staff.
 * ability to grow file system from 2-3TB to 20-50TB by simply adding disks
 and/or adding 'bricks'
 * clients will all be Windows computers, so files accessible by CIFS
 * critical application is read-only
 * prefer a system that would continue serving files even if the network
 goes down (but have not found such a system yet for Windows clients). This
 would require something like Ceph with a full (non-server) windows client,
 so the local node would continue to function until the network came back up.
 * throughput is not a large issue

 Ted Miller
 Elkhart, IN

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

On 11/19/2012 09:43 AM, Banyan He wrote:
  What is this upstream you talk about? Do you have a website for it?
  Kinda interest into this thing. Unfortunantely, I dont find it from
  google.
  
  Banyan He
  Blog: http://www.rootong.com
  Email: ban...@rootong.com

upstream (noun)
 In free and open source projects, the upstream of a program or set of 
programs is the project that develops those programs.

From Fedora
(https://fedoraproject.org/wiki/Staying_close_to_upstream_projects):

In general, when Centos folks refer to upstream in general terms, they are 
talking about RedHat.  It often seems to be used in order to avoid too much 
use of the Trademarked name that makes Centos possible.

If someone is talking about a specific program (say apache or MySQL) and 
they refer to upstream, they are probably referring to the developers of 
that specific program.

Ted Miller

P.S. I moved your top-post to the bottom of the email, in order to conform 
with list protocol.  Learn to bottom-post.  It makes it easier for other 
readers to follow a thread as it progresses.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6.3 - KDE login screen configuration problems

2012-11-19 Thread Ted Miller
On 11/19/2012 07:25 AM, John Horne wrote:
 Hello,

 We generally use CentOS for some servers, and so do not use a GUI
 interface. However, I have recently installed CentOS 6.3 onto a PC with
 KDE. I am familiar with KDE as I use it with Fedora for my work PC.

 The problem is that we would like to configure the login screen, so that
 it does not show the user list, that it does not allow the shutdown or
 reboot commands (from the login screen), and if possible to remove the
 30 second confirmation timer that occurs when logout (via 'leave') is
 selected.

 I have gone into the 'System settings-Advanced-Login screen', and
 disabled both local and remote shutdowns and reboots. I have also
 disabled the showing of the user list, and disabled logout
 confirmations.

 However, none of this has had any effect. The login screen remains the
 same - showing the userlist and shutdown/reboot commands, and logging
 out still shows the 30 second confirmation timer.

 I have compared the /etc/kde/kdm/kdmrc file from the CentOS PC to my
 Fedora PC and they are similar. (I make the same changes to my work PC,
 and these take effect.)

 Anyone any ideas about this?

 Thanks,
 John.

Are you actually using KDE login?  I believe that by default Centos uses 
the GDM Gnome login, even when you install KDE.  I am running Centos6 with 
KDE, but I am quite certain that my login is still the default.  Before 
upgrading this machine I was running Centos5, and I jumped through a bunch 
of hoops to enable the KDE login screen, KDM.  I just checked, KDM is 
installed, but I am quite certain it is not enabled.

Looking at my list of running programs, I find three that start with gdm- , 
even though I do not have Gnome installed.

There is a very good chance you were using KDE tools to configure a 
non-functioning KDM.

Your choices seem to be:
Find the tools to configure the login manager you are actually running or
Switch to KDM as your actual login manager.

Here are a couple of links I checked:
https://www.centos.org/docs/2/rhl-rg-en-7.2/s1-x-runlevels.html
http://www.tldp.org/HOWTO/archived/KDE-GUI-Login-Configuration-HOWTO/

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