[CentOS-docs] Translation of centos-art.sh script

2012-09-02 Thread Alain Reguera Delgado
Hi,

Could any of you help me to localize the `centos-art.sh' script into 
different languages? The infrastructure for doing it is already in place 
and quite automated. All we need is that you translate strings from 
English to your own language in an interface like the following:

#: trunk/Scripts/Bash/Functions/Render/Svg/svg.sh:54
msgid Saved as
msgstr 

In this interface, `msgid' contains the English message we need to 
translate and `msgstr` is where you put your translation. The line 
beginning with # is a comment specifying the location of the English 
string you are translating.

Thank you very much.

-- 
Alain Reguera Delgado alain.regu...@gmail.com
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-virt] wine

2012-09-02 Thread Jan Harasym
wine isn't virtualisation, you'll have trouble getting relevant support here.

On 1 Sep 2012, at 13:16, Hossein Lanjanian hossein.lanjan...@gmail.com wrote:

 Hi every body
 I have installed wine  on the centos in my dual boot win7  centos 6 Vaio 
 laptop system. every thing was OK.
 but after rebooting system, centos start loading but crash in the loading 
 step.
 
 I change selinux conf. with using CD Rescue option but it dosenot be helpfull.
 please help
 
 
 
 -- 
 With The Best
 H.Lanjanian
 ___
 CentOS-virt mailing list
 CentOS-virt@centos.org
 http://lists.centos.org/mailman/listinfo/centos-virt

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


Re: [CentOS-virt] wine

2012-09-02 Thread Mauricio
In other words, wine is a different program than virt. AFAIK it has its own 
mailing list, but I would also try the centos.org forums. When you do ask, make 
sure to include the relevant log files. Or at least a better problem description

Just blindly disabling selinux is not a good way to do things.

 
--Original Message--
From: Jan Harasym
Sender: centos-virt-boun...@centos.org
To: Discussion about the virtualization on CentOS
ReplyTo: Discussion about the virtualization on CentOS
Subject: Re: [CentOS-virt] wine
Sent: Sep 2, 2012 17:23

wine isn't virtualisation, you'll have trouble getting relevant support here.

On 1 Sep 2012, at 13:16, Hossein Lanjanian hossein.lanjan...@gmail.com wrote:

 Hi every body
 I have installed wine  on the centos in my dual boot win7  centos 6 Vaio 
 laptop system. every thing was OK.
 but after rebooting system, centos start loading but crash in the loading 
 step.
 
 I change selinux conf. with using CD Rescue option but it dosenot be helpfull.
 please help
 
 
 
 -- 
 With The Best
 H.Lanjanian
 ___
 CentOS-virt mailing list
 CentOS-virt@centos.org
 http://lists.centos.org/mailman/listinfo/centos-virt

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


Sent via iPhone
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-es] Iptables+cluster

2012-09-02 Thread Lorenzo Perez
Estimado,

Quizás esto es lo que estas buscando:

http://www.linuxjournal.com/article/10964

http://conntrack-tools.netfilter.org/


Saludos.,

El día 29 de agosto de 2012 14:27, Héctor Herrera
hherre...@gmail.com escribió:
 Cómo veo este problema: Tienes que hacer que al menos 2 firewall trabajen
 de forma sincronizada e inteligente, resolviendo las peticiones que lleguen
 a tu sistema. Eso significa que *ambos deben estar activos, pero sólo 1 de
 ellos debe resolver las peticiones, mientras que el otro está inactivo, a
 la espera que el primero falle*. Si lo miramos en un diagrama, podría ser
 de la siguiente forma (a ver si con esto me explico más):

 Nube -- *Firewall 1* --- *Firewall 2* -- Red interna

 El Firewall 1 debería hacer el filtro de tu red, mientras que el firewall 2
 debería aceptar todas las conexiones entrantes. Y los roles deberían
 invertirse para cuando falle el firewall 1.

 En este caso, debes decidir cómo monitorizar ambos firewall, y es aquí
 donde entran las categorías que te mencioné anteriormente: filtrar por
 cantidad de conexiones, por carga en la tarjeta de red, por cantidad de RAM
 utilizada por el dispositivo, etc. Si preguntas en la lista de CentOS,
 asumo que tienes 2 computadores, ambos con CentOS, haciendo el trabajo de
 firewall, cierto? Si este es el caso, puedes revisar los archivos de
 sistema y generar tranquilamente tu propia aplicación que controle esto,
 vale decir, que levante el firewall 2 como firewall maestro cuando el
 firewall 1 caiga, o por X motivo deje de responder peticiones. Ahora, si la
 arquitectura es distinta, creo que vale la pena mencionarlo, para poder
 ayudarte con más exactitud...

 El 29 de agosto de 2012 14:17, Hector Martínez Romo 
 pela...@gmail.comescribió:

 Gracias por contestar, no entiendo tu planteamiento, mi problema principal
  en este momento es como implementar un servicio de firewall en
 alta disponibilidad,el monitoreo no lo directamente relacionado con mi
 problema.

 El 29 de agosto de 2012 13:01, Héctor Herrera hherre...@gmail.com
 escribió:

  Yo creo que lo primero es definir cómo va a ser tu monitoreo de los
  firewall. Vale decir, qué vas a revisar: carga del procesador, conexiones
  que está resolviendo, carga de la tarjeta de red, cantidad de RAM ocupada
  en la máquina, etc. Una vez definido eso, ahí podríamos darte ideas
 (según
  cómo lo veo), porque incluso podrías generar tus propios scripts para
  mantener el sistema funcionando, en vez de implementar soluciones como
  HeartBeat y/o demases...
 
  2012/8/29 Hector Martínez Romo pela...@gmail.com
 
   Estimados
  
  
   necesito hacer una implementacion de firewall en HA ¿alguna sugerencia
 o
   howto?
  
  
   saludos a la lista.
   ___
   CentOS-es mailing list
   CentOS-es@centos.org
   http://lists.centos.org/mailman/listinfo/centos-es
  
 
 
 
  --
  Saludos
 
  *Héctor Herrera Anabalón*
  Egresado ICCI UNAP
  Servicio Arquitectura y Oficina Técnica Galatea - 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
 
 ___
 CentOS-es mailing list
 CentOS-es@centos.org
 http://lists.centos.org/mailman/listinfo/centos-es




 --
 Saludos

 *Héctor Herrera Anabalón*
 Egresado ICCI UNAP
 Servicio Arquitectura y Oficina Técnica Galatea - 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



-- 
Se despide atte.,

Lorenzo Pérez A.
___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es


[CentOS-es] Como nateo ipv6

2012-09-02 Thread Nino Bravo


Estimados

Tengo ciertas dudas sobre los cambios a ipv6.

Si tengo una ip pública ipv6 y una ipv4 pública, como hago el nateo a mis ips 
privadas?, me funcionará el mismo firewall de ipv4 que he tenido siempre?


Saludos







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


Re: [CentOS-es] Como nateo ipv6

2012-09-02 Thread Ing. Ernesto Pérez
On 08/30/2012 10:57 AM, Nino Bravo wrote:


 Estimados

 Tengo ciertas dudas sobre los cambios a ipv6.

 Si tengo una ip pública ipv6 y una ipv4 pública, como hago el nateo a
 mis ips privadas?, me funcionará el mismo firewall de ipv4 que he
 tenido siempre?

ipv4 no es lo mismo que ipv4, son totalmente independientes.
en ipv6 no requerirás de nateo porque cada máquina tendrá su propia 
IP... punto, así es y así va a ser.

saludos
epe



 Saludos







  ___ 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] NTP server problem behind firewall

2012-09-02 Thread Artifex Maximus
Hello!

I would like to setup an NTP server for my Windows network using
CentOS 6.3 with firewall turned on. As I learned the NTP protocol uses
port 123 UDP. I have two NIC cards. One for internal network and one
for access internet. Both cards in private address range. The problem
is when I am using firewall described below the client cannot access
the server. No idea why. Without firewall everything works flawless.
So the problem is not in the NTP configuration. No idea why but with
disabled firewall the first query gives error but all other query is
work. I am using arpwatch to see what is happen on network (new
machines and so). Not know is that related to the problem or not.

First I had used the system-config-firewall generated firewall
(standard firewall with port 123:udp added). No success, client cannot
connect.

Next I made a script for myself and saved with 'service iptables save'
command. The configuration is:

eth0 10.0.0.99/24
eth1 10.0.1.10/24

The script for making firewall rules:
iptables -P INPUT ACCEPT
iptables -F
iptables -A INPUT -i lo -j ACCEPT
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A INPUT -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -i eth0 -s 10.0.0.0/24 -p udp --dport 123 -j ACCEPT
iptables -A INPUT -i eth0 -s 10.0.0.0/24 -p tcp --dport 123 -j ACCEPT
iptables -A INPUT -m limit --limit 5/min -j LOG --log-prefix iptables
denied:  --log-level 7
iptables -A INPUT -j DROP
iptables -P FORWARD DROP
iptables -P OUTPUT ACCEPT

Windows client time server is set to 10.0.0.99. Just for sure I
enabled 123 TCP as well even I think that was unnecessary. The rule
which related to NTP (123 UDP) increments its packet and byte count
with 'iptables -L -n -v' so some connection was made. But no success
on sync.

Any idea what is wrong?

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


Re: [CentOS] NTP server problem behind firewall

2012-09-02 Thread Earl Ramirez
On Sun, 2012-09-02 at 07:46 +, Artifex Maximus wrote:
 Hello!
 
 I would like to setup an NTP server for my Windows network using
 CentOS 6.3 with firewall turned on. As I learned the NTP protocol uses
 port 123 UDP. I have two NIC cards. One for internal network and one
 for access internet. Both cards in private address range. The problem
 is when I am using firewall described below the client cannot access
 the server. No idea why. Without firewall everything works flawless.
 So the problem is not in the NTP configuration. No idea why but with
 disabled firewall the first query gives error but all other query is
 work. I am using arpwatch to see what is happen on network (new
 machines and so). Not know is that related to the problem or not.
 
 First I had used the system-config-firewall generated firewall
 (standard firewall with port 123:udp added). No success, client cannot
 connect.
 
 Next I made a script for myself and saved with 'service iptables save'
 command. The configuration is:
 
 eth0 10.0.0.99/24
 eth1 10.0.1.10/24
 
 The script for making firewall rules:
 iptables -P INPUT ACCEPT
 iptables -F
 iptables -A INPUT -i lo -j ACCEPT
 iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
 iptables -A INPUT -p tcp --dport 22 -j ACCEPT
 iptables -A INPUT -i eth0 -s 10.0.0.0/24 -p udp --dport 123 -j ACCEPT
 iptables -A INPUT -i eth0 -s 10.0.0.0/24 -p tcp --dport 123 -j ACCEPT
 iptables -A INPUT -m limit --limit 5/min -j LOG --log-prefix iptables
 denied:  --log-level 7
 iptables -A INPUT -j DROP
 iptables -P FORWARD DROP
 iptables -P OUTPUT ACCEPT

I might be wrong but I think you need to add the IP Address of the NTP
server

you can also use tcpdump to capture the traffic between the clients and
the ntp server to see what is being blocked.

# iptables -A OUTPUT -o eth0 -p udp -s client IPs --sport 123 -d NTP
Server IP --dport 123 -m state --state NEW -j ACCEPT.
 
 Windows client time server is set to 10.0.0.99. Just for sure I
 enabled 123 TCP as well even I think that was unnecessary. The rule
 which related to NTP (123 UDP) increments its packet and byte count
 with 'iptables -L -n -v' so some connection was made. But no success
 on sync.
 
 Any idea what is wrong?
 
 Bye,
 a
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

-- 


Kind Regards
Earl Ramirez
GPG Key: http://trinipino.com/PublicKey.asc


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] NTP server problem behind firewall

2012-09-02 Thread Artifex Maximus
On Sun, Sep 2, 2012 at 8:37 AM, Earl Ramirez earlarami...@gmail.com wrote:
 On Sun, 2012-09-02 at 07:46 +, Artifex Maximus wrote:
 Hello!

 I would like to setup an NTP server for my Windows network using
 CentOS 6.3 with firewall turned on. As I learned the NTP protocol uses
 port 123 UDP. I have two NIC cards. One for internal network and one
 for access internet. Both cards in private address range. The problem
 is when I am using firewall described below the client cannot access
 the server. No idea why. Without firewall everything works flawless.
 So the problem is not in the NTP configuration. No idea why but with
 disabled firewall the first query gives error but all other query is
 work. I am using arpwatch to see what is happen on network (new
 machines and so). Not know is that related to the problem or not.

 First I had used the system-config-firewall generated firewall
 (standard firewall with port 123:udp added). No success, client cannot
 connect.

 Next I made a script for myself and saved with 'service iptables save'
 command. The configuration is:

 eth0 10.0.0.99/24
 eth1 10.0.1.10/24

 The script for making firewall rules:
 iptables -P INPUT ACCEPT
 iptables -F
 iptables -A INPUT -i lo -j ACCEPT
 iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
 iptables -A INPUT -p tcp --dport 22 -j ACCEPT
 iptables -A INPUT -i eth0 -s 10.0.0.0/24 -p udp --dport 123 -j ACCEPT
 iptables -A INPUT -i eth0 -s 10.0.0.0/24 -p tcp --dport 123 -j ACCEPT
 iptables -A INPUT -m limit --limit 5/min -j LOG --log-prefix iptables
 denied:  --log-level 7
 iptables -A INPUT -j DROP
 iptables -P FORWARD DROP
 iptables -P OUTPUT ACCEPT

 I might be wrong but I think you need to add the IP Address of the NTP
 server

Why? I am using a more general form of INPUT rule.

 you can also use tcpdump to capture the traffic between the clients and
 the ntp server to see what is being blocked.

Thanks for your answer. Good idea and I'll do it.

 # iptables -A OUTPUT -o eth0 -p udp -s client IPs --sport 123 -d NTP
 Server IP --dport 123 -m state --state NEW -j ACCEPT.

I am using

iptables -P OUTPUT ACCEPT

which allows all OUTPUT traffic on all interface as default rule. So I
do not think that I need any more specific rule.

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


Re: [CentOS] NTP server problem behind firewall

2012-09-02 Thread Markus Falb
On 2.9.2012 09:46, Artifex Maximus wrote:
 Hello!
 
 I would like to setup an NTP server for my Windows network using
 CentOS 6.3 with firewall turned on. As I learned the NTP protocol uses
 port 123 UDP. I have two NIC cards. One for internal network and one
 for access internet. Both cards in private address range. The problem
 is when I am using firewall described below the client cannot access
 the server. No idea why. Without firewall everything works flawless.
 So the problem is not in the NTP configuration. No idea why but with
 disabled firewall the first query gives error but all other query is
 work. I am using arpwatch to see what is happen on network (new
 machines and so). Not know is that related to the problem or not.
 
 First I had used the system-config-firewall generated firewall
 (standard firewall with port 123:udp added). No success, client cannot
 connect.
 
 Next I made a script for myself and saved with 'service iptables save'
 command. The configuration is:
 
 eth0 10.0.0.99/24
 eth1 10.0.1.10/24
 
 The script for making firewall rules:
 iptables -P INPUT ACCEPT
 iptables -F
 iptables -A INPUT -i lo -j ACCEPT
 iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
 iptables -A INPUT -p tcp --dport 22 -j ACCEPT
 iptables -A INPUT -i eth0 -s 10.0.0.0/24 -p udp --dport 123 -j ACCEPT
 iptables -A INPUT -i eth0 -s 10.0.0.0/24 -p tcp --dport 123 -j ACCEPT
 iptables -A INPUT -m limit --limit 5/min -j LOG --log-prefix iptables
 denied:  --log-level 7
 iptables -A INPUT -j DROP
 iptables -P FORWARD DROP
 iptables -P OUTPUT ACCEPT

you must ACCEPT ntp in the FORWARD chain.
http://www.netfilter.org/documentation/HOWTO//packet-filtering-HOWTO-6.html
-- 
Kind Regards, Markus Falb



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


Re: [CentOS] OpenMPI I/O not working

2012-09-02 Thread Cihan Altinay
Done. Thanks Thomas.

On 31/08/12 17:46, Thomas Göttgens wrote:
 In this case it's best to file a bug report against the package on
 http://bugs.centos.org

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


Re: [CentOS] NTP server problem behind firewall

2012-09-02 Thread Artifex Maximus
On Sun, Sep 2, 2012 at 2:33 PM, Markus Falb markus.f...@fasel.at wrote:
 On 2.9.2012 09:46, Artifex Maximus wrote:
 Hello!

 I would like to setup an NTP server for my Windows network using
 CentOS 6.3 with firewall turned on. As I learned the NTP protocol uses
 port 123 UDP. I have two NIC cards. One for internal network and one
 for access internet. Both cards in private address range. The problem
 is when I am using firewall described below the client cannot access
 the server. No idea why. Without firewall everything works flawless.
 So the problem is not in the NTP configuration. No idea why but with
 disabled firewall the first query gives error but all other query is
 work. I am using arpwatch to see what is happen on network (new
 machines and so). Not know is that related to the problem or not.

 First I had used the system-config-firewall generated firewall
 (standard firewall with port 123:udp added). No success, client cannot
 connect.

 Next I made a script for myself and saved with 'service iptables save'
 command. The configuration is:

 eth0 10.0.0.99/24
 eth1 10.0.1.10/24

 The script for making firewall rules:
 iptables -P INPUT ACCEPT
 iptables -F
 iptables -A INPUT -i lo -j ACCEPT
 iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
 iptables -A INPUT -p tcp --dport 22 -j ACCEPT
 iptables -A INPUT -i eth0 -s 10.0.0.0/24 -p udp --dport 123 -j ACCEPT
 iptables -A INPUT -i eth0 -s 10.0.0.0/24 -p tcp --dport 123 -j ACCEPT
 iptables -A INPUT -m limit --limit 5/min -j LOG --log-prefix iptables
 denied:  --log-level 7
 iptables -A INPUT -j DROP
 iptables -P FORWARD DROP
 iptables -P OUTPUT ACCEPT

 you must ACCEPT ntp in the FORWARD chain.
 http://www.netfilter.org/documentation/HOWTO//packet-filtering-HOWTO-6.html

Thanks. Why?

If it's destined for this box, the packet passes downwards in the
diagram, to the INPUT chain. If it passes this, any processes waiting
for that packet will receive it.

The packet destination is my server because NTP server is there so it
passes to input box where 123 UDP is enabled. If I read the how-to
correctly.

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


[CentOS] Network issue in CentOS 6.3

2012-09-02 Thread Mail List
Hi Guys,

Just found an issue with CentOS 6.3. The network is getting inaccessible at 
times. The server has been installed with CentOS 6 and then package upgrade was 
performed.

=
[~]# cat /etc/redhat-release
CentOS release 6.3 (Final)
[~]#
=
=
[~]# uname -r
2.6.32-279.5.2.el6.x86_64
[~]#
=

The server is up for most of the time. But the next day when we check the 
server is inaccessible over network (through SSH). This happens often now.

Do you have any suggestions? Is it a CentOS 6.3 bug?

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


Re: [CentOS] Network issue in CentOS 6.3

2012-09-02 Thread Digimer
On 09/03/2012 12:40 AM, Mail List wrote:
 Hi Guys,

 Just found an issue with CentOS 6.3. The network is getting inaccessible at 
 times. The server has been installed with CentOS 6 and then package upgrade 
 was performed.

 =
 [~]# cat /etc/redhat-release
 CentOS release 6.3 (Final)
 [~]#
 =
 =
 [~]# uname -r
 2.6.32-279.5.2.el6.x86_64
 [~]#
 =

 The server is up for most of the time. But the next day when we check the 
 server is inaccessible over network (through SSH). This happens often now.

 Do you have any suggestions? Is it a CentOS 6.3 bug?

 Regards
 Joby

Not much info to go on here.

Look in /var/log/messages, starting when you know the connection was up 
until you knew it was down. Look for messages regarding the network, 
drivers or anything else that might give you a clue.

If you want more specific help, you need to ask more complete questions. 
What kind of hardware do you have? What is the network card plugged 
into? If it's a managed switch, look at it's logs to see if it says 
anything about the given port.

http://www.catb.org/esr/faqs/smart-questions.html#beprecise

-- 
Digimer
Papers and Projects: https://alteeve.ca
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos