Re: [CentOS-docs] Re : Wiki: Howtos/Virtualization/HyperV

2011-03-19 Thread Ralph Angenendt
Am 18.03.11 00:20, schrieb Ozy the barbarian guitarist:

 I will post my translated article this weekend under it (i hope).
 I'll also hope it to be transferred to Howtos/Virtualization/HyperV if
 it fits your standards.
 Thanks.

Sure,
go ahead :)

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


Re: [CentOS-es] Borré /boot ¿Podría reinstalarlo?

2011-03-19 Thread Hector Suarez Planas
Saludos, hermanos.

 (22:25:06)[root-~]# uname -a
 Linux lorca.lycelet.local 2.6.18-164.11.1.el5PAE #1 SMP Wed Jan 20
 08:16:13 EST 2010 i686 i686 i386 GNU/Linux

Ya aquí tenemos algo: 2.6.18-164.11.1.el5PAE.

 Y como dije en mi mensaje inicial estos han sido los archivos borrados:
 
 removed `/boot/symvers-2.6.18-194.32.1.el5PAE.gz'
 removed `/boot/symvers-2.6.18-53.1.21.el5.gz'
 removed `/boot/initrd-2.6.18-92.1.10.el5.img'
 removed `/boot/config-2.6.18-53.1.21.el5'
 removed `/boot/config-2.6.18-164.11.1.el5PAE'
 removed `/boot/vmlinuz-2.6.18-53.1.21.el5'
 removed `/boot/symvers-2.6.18-92.1.10.el5.gz'
 removed `/boot/initrd-2.6.18-92.1.22.el5PAE.img'
 removed `/boot/vmlinuz-2.6.18-92.1.22.el5PAE'
 removed `/boot/System.map-2.6.18-92.1.22.el5PAE'
 removed `/boot/initrd-2.6.18-164.11.1.el5PAE.img'
 removed `/boot/vmlinuz-2.6.18-164.11.1.el5PAE'
 removed `/boot/vmlinuz-2.6.18-194.32.1.el5PAE'
 removed `/boot/initrd-2.6.18-92.1.22.el5PAE_old.img'
 removed `/boot/vmlinuz-2.6.18-92.1.22.el5'
 removed `/boot/.vmlinuz-2.6.18-194.32.1.el5PAE.hmac'
 removed `/boot/symvers-2.6.18-92.1.22.el5PAE.gz'

Archivos que debes tener:

config-2.6.18-164.11.1.el5PAE
initrd-2.6.18-164.11.1.el5PAE.img
vmlinuz-2.6.18-164.11.1.el5PAE

No sé cómo el sistema generará estos:

System.map-2.6.18-164.11.1.el5PAE
symvers-2.6.18-164.11.1.el5PAE

Y dentro de grub, generalmente están estos archivos:

device.map
e2fs_stage1_5
fat_stage1_5
ffs_stage1_5
grub.conf
iso9660_stage1_5
jfs_stage1_5
@menu.lst (enlace simbólico a grub.conf)
minix_stage1_5
reiserf_stage1_5 (tengo instalado también el fs de Reiser)
splash.xpm.gz
stage1
stage2
ufs2_stage1_5
vstafs_stage1_5
xfs_stage1_5

Dentro del grub.conf tengo algo como esto:

default=0
timeout=5
splashimage=(hdnúmero de unidad, índice basado en 0, número de partición,
índice basado en 0)/boot/grub/splash.xpm.gz
hiddenmenu
password --md5 Contraseña
title CentOS 5.2 (2.6.18-versión.el5)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-versión.el5 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.18-versión.el5.img

En la parte del LABEL=/ puedes ponerle la partición de arranque de la forma
antigua, o sea, el apuntador al dispositivo. Me gusta más así porque pasaba
mucho trabajo a la hora de ponerle un segundo disco con un SO instalado. :D

Espero que te sirva.

ME



--

Este mensaje le ha llegado mediante el servicio de correo electronico que 
ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema 
Nacional de Salud. La persona que envia este correo asume el compromiso de usar 
el servicio a tales fines y cumplir con las regulaciones establecidas

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


Re: [CentOS] Apache/Active Directory authentication

2011-03-19 Thread John Hodrien

On Fri, 18 Mar 2011, Michael B Allen wrote:


Hi John,

Actually I think this practice is now considered poor behavior. I look
at a lot of packet captures and I don't recall seeing PTR lookups. At
least not from Windows clients. Also I recall there was a discussion
about this on the Kerberos list and the verdict from one of the MIT
chaps was that it was actually not desirable to use PTR lookups.


And I think you've probably nailed my slightly blinkered view of all this.
I'm too used to dealing with MIT kerberos linux clients interacting with a
2003/2008 windows AD domain.  It'll be client requirements for the PTR records
that I'm affected by, not anything that's part of the AD side.


True. You cannot have multiple PTR records for an IP. I did not mean
to suggest that you could.


You can, but it's a bad idea.


Well you should not use an IP at all really because IPs change. But if
the client is remotely sophisticated it should be able to do a PTR
lookup and try that name.


I think it's just in the multi-record case this becomes a bit grim, as your
PTR record can only sanely return a single A record.  Not that I guess that
/really/ matters.


For very simple scenarios you probably would not care. But here could
be numerous reasons for wanting to know the name of the service you're
talking to.


I guess.  But then in some ways it's only the same as if you'd changed your
web servers and created a new subdomain to handle ssl request.  Clients
shouldn't get hung up on details.


Kerberos requires that clients have access to the KDC, it depends
heavily on DNS, stale tickets can cause cryptic errors until clients
purge credential caches, etc. It's a great protocol conceptually. But
in practice it's not super robust. It can be difficult to track down
the source of issues. We had a customer who couldn't figure a Kerberos
issue for days. They had checked the time on the machine and thought
it was correct but it was actually off by exactly 12 hours. Meaning it
was set to like 2:43 AM when it was really 2:43 PM.


Sure, it's time fussy.  But all in, large Active Directory domains tick along
pretty well.  Anything that encourages proper ntp usage is a good thing.  It's
the sort of thing the windows world seems somewhat well adapted to.  Machine
doesn't think you're a member of a group you've been recently added to?  Log
out and log back in again and it'll be fine...


My business is all about integrating non-Windows systems into WIndows
environments so I don't look at what MIT is doing much. Windows clients do
not use PTR lookups to build SPNs so our code does not either.


I see.  I think my focus was more on getting the kerberos clients that are out
there working as happily as possible with what we've got, so I've got a
slightly different angle.


AD 2003 doesn't work correctly if the PTR record doesn't match the service
principal, even if there's also an A record that does.  As far as I'm aware
the same is true for MIT kerberos.


An HTTP client can authenticate with any principal in the service
keytab and only one of their hostnames is going to have a PTR record.
So I'm not sure I understand your claim here.


Two A records, with PTR record pointing to the A record that didn't have a
service principal defined.  MIT client tries to use valid A record, MIT client
rejects the connection as it can't get a service principal for the PTR
directed A record.  I'm not saying it *should* do this...

In AD, the machine's only going to have service principals for the FQDN that
matches the machine name it was joined to the domain with.  Creating these
additionaly service principals I think is something you can't trivially do
without being a domain admin, or perhaps creating dummy machine records.  If
you're using AD for DNS as well, I think that could end up being a bit
exciting.

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


Re: [CentOS] Add repo for xfig package

2011-03-19 Thread hersh parikh


We have tried it says no packages available..if its working for you can you 
please paste you .conf file here?



From: Nicolas Thierry-Mieg nicolas.thierry-m...@imag.fr
To: CentOS mailing list centos@centos.org
Sent: Friday, 18 March 2011 7:35 PM
Subject: Re: [CentOS] Add repo for xfig package

hersh parikh wrote:
 Hi All

 We want to install packages like xfig and transfig on centos 5.5. We
 found rpms available but them but it seems there are lot of dependencies
 for these packages. So we would like to setup yum repo for this. Can
 anyone suggest trusted baseurl for yum repo?

xfig and transfig are in centos 5, why don't you just use the regular 
centos repo?
___
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] PHP - Security Updates

2011-03-19 Thread Tom Brown
Hi

I am wondering if this has made it into any updates?

http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-4645

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


Re: [CentOS] PHP - Security Updates

2011-03-19 Thread Jason Pyeron

 -Original Message-
 From: centos-boun...@centos.org 
 [mailto:centos-boun...@centos.org] On Behalf Of Tom Brown
 Sent: Saturday, March 19, 2011 10:24
 To: CentOS@centos.org
 Subject: [CentOS] PHP - Security Updates
 
 Hi
 
 I am wondering if this has made it into any updates?
 
 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-4645

See:

https://www.redhat.com/security/data/cve/CVE-2010-4645.html



--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-   -
- Jason Pyeron  PD Inc. http://www.pdinc.us -
- Principal Consultant  10 West 24th Street #100-
- +1 (443) 269-1555 x333Baltimore, Maryland 21218   -
-   -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is copyright PD Inc, subject to license 20080407P00.

 


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


[CentOS] httpd cannot serve web page on port 2812 (for Monit)

2011-03-19 Thread Rogelio
Might there be anything CentOS related on why I cannot access the
Monit GUI system on http://box-running-monit.com:2812 ?

I am using a very basic /etc/monit.conf config, but I cannot get it
serve the web page on my box

The service start and stops fine (e.g. /etc/init.d/monit start), and
I have it set to listen to port 2812 in the /etc/monit.conf file (so
far, kept the default)

e.g. in /etc/monit.d/monitrc file

set daemon  60
set logfile syslog facility log_daemon
set mailserver localhost
set mail-format { from: mo...@server1.example.com }
set alert m...@mydomain.com
set httpd port 2812

check process sshd with pidfile /var/run/sshd.pid
  start program  /etc/init.d/sshd start
  stop program  /etc/init.d/sshd stop
  if failed port 22 protocol ssh then restart
  if 5 restarts within 5 cycles then timeout

(I also enabled the 2812 port using CentOS's
system-config-securitylevel command, which added the right IPtables
entries, which I see okay on iptables -L)



-- 
Also on LinkedIn?  Feel free to connect if you too are an open
networker: scubac...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] httpd cannot serve web page on port 2812 (for Monit)

2011-03-19 Thread Eero Volotinen
2011/3/19 Rogelio scubac...@gmail.com:
 Might there be anything CentOS related on why I cannot access the
 Monit GUI system on http://box-running-monit.com:2812 ?

 I am using a very basic /etc/monit.conf config, but I cannot get it
 serve the web page on my box

 The service start and stops fine (e.g. /etc/init.d/monit start), and
 I have it set to listen to port 2812 in the /etc/monit.conf file (so
 far, kept the default)

 e.g. in /etc/monit.d/monitrc file

 set daemon  60
 set logfile syslog facility log_daemon
 set mailserver localhost
 set mail-format { from: mo...@server1.example.com }
 set alert m...@mydomain.com
 set httpd port 2812

 check process sshd with pidfile /var/run/sshd.pid
  start program  /etc/init.d/sshd start
  stop program  /etc/init.d/sshd stop
  if failed port 22 protocol ssh then restart
  if 5 restarts within 5 cycles then timeout

 (I also enabled the 2812 port using CentOS's
 system-config-securitylevel command, which added the right IPtables
 entries, which I see okay on iptables -L)

what netstat -tupln says from root prompt?
what is status of selinux?

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


Re: [CentOS] httpd cannot serve web page on port 2812 (for Monit)

2011-03-19 Thread Rogelio
On Sat, Mar 19, 2011 at 11:50 AM, Eero Volotinen eero.voloti...@iki.fi wrote:
 what netstat -tupln says from root prompt?
 what is status of selinux?

SELinux is disabled

netstat results below

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address   Foreign Address
 State   PID/Program name
tcp0  0 127.0.0.1:250.0.0.0:*
 LISTEN  2514/sendmail: acce
tcp0  0 :::8080 :::*
 LISTEN  2490/java
tcp0  0 :::22   :::*
 LISTEN  2446/sshd
tcp0  0 :::42424:::*
 LISTEN  2490/java
tcp0  0 :::42426:::*
 LISTEN  2490/java
udp0  0 0.0.0.0:35717   0.0.0.0:*
 2604/avahi-daemon:
udp0  0 0.0.0.0:53530.0.0.0:*
 2604/avahi-daemon:
udp0  0 74.80.219.215:123   0.0.0.0:*
 2465/ntpd
udp0  0 127.0.0.1:123   0.0.0.0:*
 2465/ntpd
udp0  0 0.0.0.0:123 0.0.0.0:*
 2465/ntpd
udp0  0 :::40730:::*
 2485/java
udp0  0 :::162  :::*
 2485/java
udp0  0 :::47830:::*
 2604/avahi-daemon:
udp0  0 :::5353 :::*
 2604/avahi-daemon:
udp0  0 fe80::20c:29ff:fee7:123 :::*
 2465/ntpd
udp0  0 ::1:123 :::*
 2465/ntpd
udp0  0 :::123  :::*
 2465/ntpd

-- 
Also on LinkedIn?  Feel free to connect if you too are an open
networker: scubac...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] httpd cannot serve web page on port 2812 (for Monit)

2011-03-19 Thread Eero Volotinen
2011/3/19 Rogelio scubac...@gmail.com:
 On Sat, Mar 19, 2011 at 11:50 AM, Eero Volotinen eero.voloti...@iki.fi 
 wrote:
 what netstat -tupln says from root prompt?
 what is status of selinux?

 SELinux is disabled

 netstat results below

 Active Internet connections (only servers)
 Proto Recv-Q Send-Q Local Address               Foreign Address
     State       PID/Program name
 tcp        0      0 127.0.0.1:25                0.0.0.0:*
     LISTEN      2514/sendmail: acce
 tcp        0      0 :::8080                     :::*
     LISTEN      2490/java
 tcp        0      0 :::22                       :::*
     LISTEN      2446/sshd
 tcp        0      0 :::42424                    :::*
     LISTEN      2490/java
 tcp        0      0 :::42426                    :::*
     LISTEN      2490/java
 udp        0      0 0.0.0.0:35717               0.0.0.0:*
                 2604/avahi-daemon:
 udp        0      0 0.0.0.0:5353                0.0.0.0:*
                 2604/avahi-daemon:
 udp        0      0 74.80.219.215:123           0.0.0.0:*
                 2465/ntpd
 udp        0      0 127.0.0.1:123               0.0.0.0:*
                 2465/ntpd
 udp        0      0 0.0.0.0:123                 0.0.0.0:*
                 2465/ntpd
 udp        0      0 :::40730                    :::*
                 2485/java
 udp        0      0 :::162                      :::*
                 2485/java
 udp        0      0 :::47830                    :::*
                 2604/avahi-daemon:
 udp        0      0 :::5353                     :::*
                 2604/avahi-daemon:
 udp        0      0 fe80::20c:29ff:fee7:123     :::*
                 2465/ntpd
 udp        0      0 ::1:123                     :::*
                 2465/ntpd
 udp        0      0 :::123                      :::*
                 2465/ntpd

monit is not running or not listening ports. what is output of monit logfile ?

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


Re: [CentOS] httpd cannot serve web page on port 2812 (for Monit)

2011-03-19 Thread Rogelio
On Sat, Mar 19, 2011 at 11:37 AM, Rogelio scubac...@gmail.com wrote:
 Might there be anything CentOS related on why I cannot access the
 Monit GUI system on http://box-running-monit.com:2812 ?

I had forgotten to put allow login:password in the
/etc/monit.d/monitrc file.

:b

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


[CentOS] Dvd iso?

2011-03-19 Thread mattias
Exist none or only livecd?

mail m...@mjw.se
telefon 0104906298
 

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


Re: [CentOS] Dvd iso?

2011-03-19 Thread aly . khimji
There is a dvd iso, just go through a few mirrors. Not all of them have it.
Not sure if that's what u meant, but if so it does exist.


Aly


--Original Message--
From: mattias
Sender: centos-boun...@centos.org
To: centos@centos.org
ReplyTo: CentOS mailing list
Subject: [CentOS] Dvd iso?
Sent: Mar 19, 2011 5:10 PM

Exist none or only livecd?

mail m...@mjw.se
telefon 0104906298
 

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


Sent from my BlackBerry device on the Rogers Wireless Network
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Dvd iso?

2011-03-19 Thread John R Pierce
On 03/19/11 2:10 PM, mattias wrote:
 Exist none or only livecd?

many of the http/ftp mirrors don't carry them because they are so large, 
and files  2gb can be problematic for downloads.   the standard way of 
getting the dvd iso is via bittorrent.

go here to find a mirror near you that has direct DVD download
http://www.centos.org/modules/tinycontent/index.php?id=30


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


Re: [CentOS] Dvd iso?

2011-03-19 Thread mattias
Yes I find it
Are the dvd only installer or live cd too
Hope installer only

mail m...@mjw.se
telefon 0104906298
 

-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf
Of John R Pierce
Sent: Saturday, March 19, 2011 10:20 PM
To: centos@centos.org
Subject: Re: [CentOS] Dvd iso?


On 03/19/11 2:10 PM, mattias wrote:
 Exist none or only livecd?

many of the http/ftp mirrors don't carry them because they are so large, 
and files  2gb can be problematic for downloads.   the standard way of 
getting the dvd iso is via bittorrent.

go here to find a mirror near you that has direct DVD download
http://www.centos.org/modules/tinycontent/index.php?id=30


___
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] Dvd iso?

2011-03-19 Thread aly . khimji
They are installer only, if I recall correctly

Aly

--Original Message--
From: mattias
Sender: centos-boun...@centos.org
To: 'CentOS mailing list'
ReplyTo: CentOS mailing list
Subject: Re: [CentOS] Dvd iso?
Sent: Mar 19, 2011 5:22 PM

Yes I find it
Are the dvd only installer or live cd too
Hope installer only

mail m...@mjw.se
telefon 0104906298
 

-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf
Of John R Pierce
Sent: Saturday, March 19, 2011 10:20 PM
To: centos@centos.org
Subject: Re: [CentOS] Dvd iso?


On 03/19/11 2:10 PM, mattias wrote:
 Exist none or only livecd?

many of the http/ftp mirrors don't carry them because they are so large, 
and files  2gb can be problematic for downloads.   the standard way of 
getting the dvd iso is via bittorrent.

go here to find a mirror near you that has direct DVD download
http://www.centos.org/modules/tinycontent/index.php?id=30


___
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


Sent from my BlackBerry device on the Rogers Wireless Network
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Dvd iso?

2011-03-19 Thread mattias
Thanks!!
I plan to install that on my laptop
But I are blind
My eyes not work *smile*
But  I not joke
Anyone here with the same problem?

mail m...@mjw.se
telefon 0104906298
 

-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf
Of aly.khi...@gmail.com
Sent: Saturday, March 19, 2011 10:25 PM
To: CentOS mailing list
Subject: Re: [CentOS] Dvd iso?


They are installer only, if I recall correctly

Aly

--Original Message--
From: mattias
Sender: centos-boun...@centos.org
To: 'CentOS mailing list'
ReplyTo: CentOS mailing list
Subject: Re: [CentOS] Dvd iso?
Sent: Mar 19, 2011 5:22 PM

Yes I find it
Are the dvd only installer or live cd too
Hope installer only

mail m...@mjw.se
telefon 0104906298
 

-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf
Of John R Pierce
Sent: Saturday, March 19, 2011 10:20 PM
To: centos@centos.org
Subject: Re: [CentOS] Dvd iso?


On 03/19/11 2:10 PM, mattias wrote:
 Exist none or only livecd?

many of the http/ftp mirrors don't carry them because they are so large, 
and files  2gb can be problematic for downloads.   the standard way of 
getting the dvd iso is via bittorrent.

go here to find a mirror near you that has direct DVD download
http://www.centos.org/modules/tinycontent/index.php?id=30


___
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


Sent from my BlackBerry device on the Rogers Wireless Network
___
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] respawning apache on centos

2011-03-19 Thread Charles Polisher
Dave Stevens wrote:
 Rajagopal Swaminathan wrote:
  Greetings,
  
  Dave Stevens g...@uniserve.com wrote:
   Hi
   
   I have a centos instance on a host where uname -a shows:
   
   Linux cl28810.com 2.6.18-194.26.1.el5.028stab079.2PAE #1 SMP Fri Dec 17
   19:34:22 MSK 2010 i686 i686 i386 GNU/Linux

I apologize for this late reply, have been occupied elsewhere.

Consider configuring Apache's server-status feature:
http://httpd.apache.org/docs/2.2/mod/mod_status.html
It won't specifically help with memory issues, at least
not directly, but it is a good starting point when tuning
Apache.

Here are specific Apache tuning tips:
http://httpd.apache.org/docs/2.2/misc/perf-tuning.html

You can place a test-load on your server and get some
baseline statistics about the server's performance
characteristics using Apache's benchmark utility:
/usr/sbin/ab -n 1000 -c 10 http://localhost/server-status
so you'll have a point of reference for where your attempts
to tune it are going.

I wouldn't expect RAM to be the limiting factor for Apache,
perhaps some feature in Drupal is leaking memory? What does
top say about the 
-- 
Charles Polisher

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


Re: [CentOS] Dvd iso?

2011-03-19 Thread Nico Kadel-Garcia
On Sat, Mar 19, 2011 at 5:10 PM, mattias m...@mjw.se wrote:
 Exist none or only livecd?

 mail m...@mjw.se
 telefon 0104906298

Grab the Bittorent instead, to optimize your download speed, and allow
you to share some of the burden of making it accessible to the user
community.

http://isoredirect.centos.org/centos/5/isos/x86_64/

CentOS 6 looks to me like it's going to be a 2 DVD job, unless our
faithful project leaders can decide on a graceful way to split off
some of the components. The split done by our faithful upstream vendor
into the optional channel confused the heck out of me, since pretty
important devel components were not on the installation media.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] php53-5.3.3-1.el5_6.1

2011-03-19 Thread Jason Pyeron
Curious I do not see the php53 in the yum centos 5 repositories.

Has this package been excluded?

http://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/php53-5.3.
3-1.el5_6.1.src.rpm

http://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/php53-5.3.
3-1.el5_6.1.src.rpm

--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-   -
- Jason Pyeron  PD Inc. http://www.pdinc.us -
- Principal Consultant  10 West 24th Street #100-
- +1 (443) 269-1555 x333Baltimore, Maryland 21218   -
-   -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is copyright PD Inc, subject to license 20080407P00.



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


Re: [CentOS] php53-5.3.3-1.el5_6.1

2011-03-19 Thread William Warren
On 3/19/2011 8:42 PM, Jason Pyeron wrote:
 Curious I do not see the php53 in the yum centos 5 repositories.

 Has this package been excluded?

 http://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/php53-5.3.
 3-1.el5_6.1.src.rpm

 http://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/php53-5.3.
 3-1.el5_6.1.src.rpm

 --
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 -   -
 - Jason Pyeron  PD Inc. http://www.pdinc.us -
 - Principal Consultant  10 West 24th Street #100-
 - +1 (443) 269-1555 x333Baltimore, Maryland 21218   -
 -   -
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 This message is copyright PD Inc, subject to license 20080407P00.



 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
It will be seen with the release of Cent 5.6
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] php53-5.3.3-1.el5_6.1

2011-03-19 Thread Jason Pyeron
 -Original Message-
 From: William Warren
 Sent: Saturday, March 19, 2011 20:53
 To: CentOS mailing list
 Subject: Re: [CentOS] php53-5.3.3-1.el5_6.1
 
 On 3/19/2011 8:42 PM, Jason Pyeron wrote:
  Curious I do not see the php53 in the yum centos 5 repositories.
 
  Has this package been excluded?
 
snip/
 It will be seen with the release of Cent 5.6 

Good to know. Thanks.

--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-   -
- Jason Pyeron  PD Inc. http://www.pdinc.us -
- Principal Consultant  10 West 24th Street #100-
- +1 (443) 269-1555 x333Baltimore, Maryland 21218   -
-   -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is copyright PD Inc, subject to license 20080407P00.


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


Re: [CentOS] php53-5.3.3-1.el5_6.1

2011-03-19 Thread Athmane Madjoudj
On 03/20/2011 01:53 AM, William Warren wrote:
 On 3/19/2011 8:42 PM, Jason Pyeron wrote:
 Curious I do not see the php53 in the yum centos 5 repositories.

 Has this package been excluded?

 http://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/php53-5.3.
 3-1.el5_6.1.src.rpm

 http://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/php53-5.3.
 3-1.el5_6.1.src.rpm


 It will be seen with the release of Cent 5.6

Both bind97 and php53 packages are included in CentOS Testing Repo[1], 
and yes it will be included in C 5.6 (like RHEL 5.6).


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

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