Re: [CentOS-docs] HOWTO: Configure a CentOS 6 Network Install Server - on my home page wiki

2011-09-13 Thread Adrian Hall
Thanks Phil - all excellent suggestions.  I will adjust within the next
hour.
--
Adrian Hall (Personal Account)
photoadr...@gmail.com



On Tue, Sep 13, 2011 at 12:44 PM, Phil Schaffner 
philip.r.schaff...@nasa.gov wrote:

 Adrian Hall wrote on 09/13/2011 02:24 PM:
  http://wiki.centos.org/AdrianHall/NetworkInstallServer
 
  I would suggest it goes into the HOWTO list.
 

 Looks very complete.  Without testing the procedure, I will offer a few
 minor suggestions and comments.

 1.  The preferred method for becoming root is usually su -.  A user
 will not have sudo access by default.  You might want to link to
 http://wiki.centos.org/TipsAndTricks/BecomingRoot

 2. On the rsync command I would use -aH or --archive --hard-link to
 save space by preserving hard links.

 3.  There are some syntax problems with the code {{{ ... }}} structure
 in the menu section.

 Phil


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

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


Re: [CentOS-docs] New HOWTO Proposal: How to Configure Centralized Authentication on CentOS 6.0

2011-09-13 Thread Paul Heinlein
On Tue, 13 Sep 2011, Adrian Hall wrote:

 http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth
 I would suggest it goes into the HOWTO section.

Things I'd recommend adding to the discussion before official 
publication of the page:

* sssd and ldap
* SSL/TLS

Of slightly less immediate importance, but worthy of inclusion further 
down the road:

* master-slave ldap setup and failover on the clients
* ldap and samba for windows auth
* pointers to using ldap auth for, e.g., apache, jabber, sendmail, ...
* central user accounts and NFSv4

-- 
Paul Heinlein  heinl...@madboa.com  http://www.madboa.com/
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] New HOWTO Proposal: How to Configure Centralized Authentication on CentOS 6.0

2011-09-13 Thread Adrian Hall
I'm totally with you on the SSL/TLS.  I've been swearing at that particular
element for over two weeks now.  Since there is no slapd.conf any more, the
method of introducing a certificate is not logical, nor documented.

I haven't looked into sssd.  Since it isn't installed by default on CentOS,
why would that be a requirement?  (not saying it isn't a good thing, but I'd
probably defer that to another document as with the other elements you
suggested)

--
Adrian Hall (Personal Account)
photoadr...@gmail.com



On Tue, Sep 13, 2011 at 2:27 PM, Paul Heinlein heinl...@madboa.com wrote:

 On Tue, 13 Sep 2011, Adrian Hall wrote:

  http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth
  I would suggest it goes into the HOWTO section.

 Things I'd recommend adding to the discussion before official
 publication of the page:

 * sssd and ldap
 * SSL/TLS

 Of slightly less immediate importance, but worthy of inclusion further
 down the road:

 * master-slave ldap setup and failover on the clients
 * ldap and samba for windows auth
 * pointers to using ldap auth for, e.g., apache, jabber, sendmail, ...
 * central user accounts and NFSv4

 --
 Paul Heinlein  heinl...@madboa.com  http://www.madboa.com/
 ___
 CentOS-docs mailing list
 CentOS-docs@centos.org
 http://lists.centos.org/mailman/listinfo/centos-docs

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


Re: [CentOS-docs] New HOWTO Proposal: How to Configure Centralized Authentication on CentOS 6.0

2011-09-13 Thread Paul Heinlein
On Tue, 13 Sep 2011, Adrian Hall wrote:

 I'm totally with you on the SSL/TLS.  I've been swearing at that 
 particular element for over two weeks now.  Since there is no 
 slapd.conf any more, the method of introducing a certificate is not 
 logical, nor documented.

Heh. To date, I've only setup CentOS 6 as an LDAP client. All my LDAP 
servers run CentOS 5.

 I haven't looked into sssd.  Since it isn't installed by default on 
 CentOS, why would that be a requirement?  (not saying it isn't a 
 good thing, but I'd probably defer that to another document as with 
 the other elements you suggested)

Concerning sssd, CentOS 6 kickstart will install and activate it if 
you specify installation of the Directory Client package group. 
Since that group looks like something that folks might want to install 
on LDAP clients, I suspect it'll be more widely deployed than you 
think.

-- 
Paul Heinlein  heinl...@madboa.com  http://www.madboa.com/
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] New HOWTO Proposal: How to Configure Centralized Authentication on CentOS 6.0

2011-09-13 Thread Adrian Hall
Ok - so holding the article on the inclusion of SSL/TLS - I'll update this
group once I've got that information.  I also want to include access
controls in the final document since it is an authentication server.

Regarding sssd - I wouldn't hold the document for this.  I've just been
doing some reading on the subject.  Even if it is deployed, that doesn't
mean it is configured or started.  It looks like authconfig handles the vast
majority of the work involved in authentication configuration in CentOS.
 I'm assuming anyone who wants to use sssd will know how to alter the
authconfig to allow that.  If not, it can be reviewed in a different HOWTO.

-Adrian
--
Adrian Hall (Personal Account)
photoadr...@gmail.com



On Tue, Sep 13, 2011 at 2:57 PM, Paul Heinlein heinl...@madboa.com wrote:

 On Tue, 13 Sep 2011, Adrian Hall wrote:

  I'm totally with you on the SSL/TLS.  I've been swearing at that
  particular element for over two weeks now.  Since there is no
  slapd.conf any more, the method of introducing a certificate is not
  logical, nor documented.

 Heh. To date, I've only setup CentOS 6 as an LDAP client. All my LDAP
 servers run CentOS 5.

  I haven't looked into sssd.  Since it isn't installed by default on
  CentOS, why would that be a requirement?  (not saying it isn't a
  good thing, but I'd probably defer that to another document as with
  the other elements you suggested)

 Concerning sssd, CentOS 6 kickstart will install and activate it if
 you specify installation of the Directory Client package group.
 Since that group looks like something that folks might want to install
 on LDAP clients, I suspect it'll be more widely deployed than you
 think.

 --
 Paul Heinlein  heinl...@madboa.com  http://www.madboa.com/
 ___
 CentOS-docs mailing list
 CentOS-docs@centos.org
 http://lists.centos.org/mailman/listinfo/centos-docs

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


[CentOS-announce] Release for CentOS-5.7 i386 and x86_64

2011-09-13 Thread Karanbir Singh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

We are pleased to announce the immediate availability of CentOS-5.7 for
i386 and x86_64 Architectures.

CentOS-5.7 is based on the upstream release EL 5.7 and includes
packages from all variants including Server and Client. All upstream
repositories have been combined into one, to make it easier for end
users to work with.

This is just an announcement email, not the release notes. The Release
Notes for CentOS-5.7 can be found on-line at :
http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.7 and everyone is
encouraged to look through them once. Also worth browsing through are
the CentOS FAQs at http://wiki.centos.org/FAQ

+++
Upgrading from CentOS-5.6 ( or CentOS-5.0/5.1/5.2/5.3/5.4/5.5):

If you are already running CentOS-5.6 or an older CentOS-5 distro, all
you need to do is update your machine via yum by running :

'yum update'

Running 'yum list updates' before doing the update is recommended, so
you can get a list of packages that are going to be updated. To check
you are indeed on CentOS-5.7, run : 'rpm -q centos-release' and that
should return: 'centos-release-5-7.el5.centos.1'

If you are running CentOS-5.6 and have the CR repo enabled, a simple
'yum update' will still move your machine to 5.7. But since the CR repo
already contained all the 5.7 updates, there will only be a handful of
rpms that need to be installed for the 5.6 to 5.7 upgrade. If you are
not running the CR repo, we highly encourage everyone to install and run
this repository on their machines. More details on the CR repo can be
found online at http://wiki.centos.org/AdditionalResources/Repositories/CR

+++
Downloading CentOS-5.7 for new installs:

When possible, consider using torrents to run the downloads. Not only
does it help the community and keeps mirrors from running up high
bandwidth bills, in most cases you will find its also the fastest means
to download the distro. There are currently over a hundred people
seeding CentOS-5 and it's possible to get upto 100mbps downloads via
these torrents.

- -- Via BitTorrent :
   CD:
http://mirror.centos.org/centos/5.7/isos/i386/CentOS-5.7-i386-bin-1to8.torrent
http://mirror.centos.org/centos/5.7/isos/x86_64/CentOS-5.7-x86_64-bin-1to8.torrent

   DVD:
http://mirror.centos.org/centos/5.7/isos/i386/CentOS-5.7-i386-bin-DVD.torrent
http://mirror.centos.org/centos/5.7/isos/x86_64/CentOS-5.7-x86_64-bin-DVD.torrent

md5sum's for these torrent files:

8e29e525f45c4a7b3a963cc01ec3459a  CentOS-5.7-i386-bin-1to8.torrent
32c9e0826b50d6be44823523be403c7f  CentOS-5.7-x86_64-bin-1to8.torrent
795d6c11b5ef8907653360af52b9f317  CentOS-5.7-i386-bin-DVD.torrent
04c563f2c838bf6b255fcc5fcc18cf66  CentOS-5.7-x86_64-bin-DVD.torrent

sha1sum's for these torrent files:

8a945ba89b03328480fde20eaa0b638ceb7f4509  CentOS-5.7-i386-bin-1to8.torrent
b1a18ba25e77543c4df9078dfafba990fbd58601  CentOS-5.7-x86_64-bin-1to8.torrent
d3c4ed0d14fe1873bbcee931224e5e8819f779dc  CentOS-5.7-i386-bin-DVD.torrent
302850dd4f9a8198b303f872c83a5a16ec1c40c2  CentOS-5.7-x86_64-bin-DVD.torrent


While torrent files will do their own content checks, and only the right
torrent will register and download from torrent.centos.org - its very
important for your own security that an md5/sha1sum check is done on the
.torrent file itself, and  ensure that only the torrent.centos.org
tracker is being used. Sha1sum's are more secure than md5's. Whenever
possible, use sha1sum's instead of md5.

- -- Via direct download:
Due to bandwidth considerations the CentOS Project does not publish ISOs
directly from our network machines. However direct downloads are
available from external mirrors over http, ftp and rsync. A geoip
based list is available at http://isoredirect.centos.org/centos/5/isos/
to give you the best predictable match ( and only lists mirrors that are
updated already, so you don't need to waste time looking for a sync'd
mirror )

Some mirrors also publish DVD images that can be downloaded directly.
Refer to the mirrors list page at http://www.centos.org/mirrors for more
details Mirrors that offer DVDs are clearly marked on the page.

+++
sha1sum for these ISOS:

i386:
6acbf1db3f4dce6dce7df15c54394a7cef6c3a7d  CentOS-5.7-i386-bin-1of8.iso
241e5ea801b449ff59191c620db0a6b00b4aaaf5  CentOS-5.7-i386-bin-2of8.iso
0955c2029c1839b1e3601bb4238a2cd6c84e9aca  CentOS-5.7-i386-bin-3of8.iso
7e094a60e2ddb7904e425487b8c4936e464f10a5  CentOS-5.7-i386-bin-4of8.iso
3eb0ee0b146140c4ef812d69fbc8712da1c0661d  CentOS-5.7-i386-bin-5of8.iso
31b689247da34a58119b91821b13f70424e85a16  CentOS-5.7-i386-bin-6of8.iso
468eb403bd111c77e47bf31693c544ecba2fac97  CentOS-5.7-i386-bin-7of8.iso
18a43be42e159bf37deb87ce8636930ba7856f75  CentOS-5.7-i386-bin-8of8.iso
e0eab4dd77c3ecc73080428beaa4ffe28984dc4b  CentOS-5.7-i386-bin-DVD-1of2.iso
29158f1fc82022164a1617ce625bce4cee2480e7  CentOS-5.7-i386-bin-DVD-2of2.iso
3155e9f36dfccda5ce6cb1d60d07972b69ee6f0f  

Re: [CentOS-es] Soluciión de servidor de descargas

2011-09-13 Thread Ricardo David Carrillo Sanchez
Gracias Julio por la respuesta,

Seguire probando e investigando que opciones pueden ser las más factibles,
el objetivo sería montarlo sobre una distribución basada en RHEL.



Saludos
--

Ricardo David Carrillo Sánchez
Administrador de Sistemas
Analista de Seguridad Informática
PGP/GPG key fingerprint: 4EDE BEF9 2FAE AC73 8D5A  B749 52CB C88B 0655 F2A0
PGP/GPG public key: http https://insecure-it.com.mx/keys/dominus.ceo.asc
://openinsecureit.mx/keys/dominus.ceo.aschttps://insecure-it.com.mx/keys/dominus.ceo.asc



2011/9/12 Julio Villarreal ju...@linux.com

 Saludos Ricardo,

 La pregunta del millon en este caso es que OS corren los clientes y como se
 conectarian al servidor. Samba y Ftp son muy buenas opciones, y tambien lo
 es NFS. Pero la verdad que todo depende de tu configuracion final de red y
 como quieres manejar los accesos a la data.

 Saludos,

 *Julio Villarreal *| System Engineer - IT Consultant.
 RHCE, RHCVA, RHCSA, VCP 3, VCP 4, CCA, MCITP, MCTS
 About Me http://about.me/juliovp01 | Personal
 Sitehttp://www.juliovillarreal.com/| Technical
 Blog http://www.itconsultingcrew.com/ | Wiki at
 FedoraProjecthttp://fedoraproject.org/wiki/User:Juliovp01
 Email: cont...@juliovillarreal.com or ju...@linux.com
 Cell - +1 512 670-8316




 El 12 de septiembre de 2011 21:21, Ricardo David Carrillo Sanchez 
 dominus@gmail.com escribió:

  Saludos a todos,
 
 
  En mi organización se requiere de implementar una solución  de
 distribución
  de archivos, mismos que serían descargados por diferentes  servidores de
  forma automática y a su vez pueda ser administrado por medio de
 diferentes
  cuentas asignadas,  he investigado que existen diversas aplicaciones con
  diferentes métodos para realizar  alguna de las mencionadas tareas:
 
 
  Uso  de diferente tecnología para la descarga/distrubución de archivos:
 
  - Emule (decentralizado, clientes mldonkey)
  - Bittorrent (decentralizado, algunos clientes TorrentFlux,vuze,uTorrent,
  entre otros)
  - FTP con usuarios virtuales (centralizado, filezilla)
  - Samba/ldap (centralizado: windows - Explorador de Windows)
 
 
 
  Se que la tecnología va en función de las necesidades de operación de la
  organización, sin embargo busco encontrar un balance entre
  eficiencia/robustez/soporte/funcionalidad, (jeje, pareciera dificil no?).
 
 
  Basado en lo anterior y con base a su experiencia, mi preguntas son las
  siguientes:
 
  - Que otras tecnologías conocen que pudieran llevar acabo alguna de las
  tareas descritas en el primer párrafo?
  - han implementado algun servicio en donde se tenga como objetivo el
  distrobuir archivos a diversos equipos dentro de una red?
 
 
  Por lo anterior, desde ya, agradezco su ayuda.
 
 
 
  Saludos
  --
 
  Ricardo David Carrillo Sánchez
  Administrador de Sistemas
  Analista de Seguridad Informática
  PGP/GPG key fingerprint: 4EDE BEF9 2FAE AC73 8D5A  B749 52CB C88B 0655
 F2A0
  PGP/GPG public key: http 
 https://insecure-it.com.mx/keys/dominus.ceo.asc
  ://openinsecureit.mx/keys/dominus.ceo.asc
  https://insecure-it.com.mx/keys/dominus.ceo.asc
  ___
  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] fax over ip?

2011-09-13 Thread hadi motamedi
On 9/13/11, Christopher Chan christopher.c...@bradbury.edu.hk wrote:
 On Tuesday, September 13, 2011 11:51 AM, hadi motamedi wrote:

 Thank you very much for your help. I have experience with Asterisk but
 on my Debian not on my centos. It is serving as DECT server for
 telephony calls. It can provide sip calls as well. Do you mean it can
 event provide fax over ip?

 You're using asterisk with telephony hardware but you cannot think that
 one out!?

 Any blinking pots line will do fax (the possible speeds will vary
 according to the quality of the line yes) and all you need is to find a
 way to interface your 'fax' with it.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

Excuse me, I mean fax over ip but not fax over modem. Do you mean sip
calls through my Asterisk can support for fax over ip as well?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] C6 continuous release repo

2011-09-13 Thread Alain Péan
Le 12/09/2011 19:17, James B. Byrne a écrit :
 On Mon Sep 12 10:44:45 EDT 2011, Morten Stevens mstevens
 at imt-systems.com wrote:

 On Mon, 12 Sep 2011 10:42:30 -0400 (EDT), James B. Byrne
 wrote:
 Where on the CentOS website does one find the CentOS-6 CR
 repo install package? I can find the one for CentOS-5 but
 not for 6.
 Currently there is no CentOS-6 CR repo.

 So, what happened with the below announcement? Or, did I
 misunderstand what was meant by: the c6 build is running
 now, we will have the cr stuff up for that today and get
 this into there as well.


 On Thu Sep 1 06:39:31 EDT 2011, Karanbir Singh mail-lists
 at karan.org wrote:

 Thanks Tom,

 On 09/01/2011 02:05 AM, Tom Lanyon wrote:
 For EL 4, 5, 6:
 https://rhn.redhat.com/errata/RHSA-2011-1245.html
 rpms for C5 are pushed into the 5.6/cr/ repo; the
 c6 build is running now, we will have the cr stuff
 up for that today and get this into there as well.

 Unless Tru gets to it before me, I'll get the c4
 builds out as well in a bit.

 - KB

Yes, it was annouced, but it was not done, unfortunately. More than one 
week ago, Karanbir said he will be working on this during the week-end 
but still nothing.
At this time, until the release of CentOS 6.1 or 6.0 CR, I think it is 
not advisable to install CentOS 6.0 for serious use (no security or bug 
fixes).

If you need 6.0, and you don't want to pay RHEL subcription or other 
(Oracle...), you can try Scientific Linux. 6.0 and 6.1 have been 
released, and there are updates.

Alain

-- 
==
Alain Péan - LPP/CNRS
Administrateur Système/Réseau
Laboratoire de Physique des Plasmas - UMR 7648
Observatoire de Saint-Maur
4, av de Neptune, Bat. A
94100 Saint-Maur des Fossés
Tel : 01-45-11-42-39 - Fax : 01-48-89-44-33
==

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


Re: [CentOS] (5.6) Kernel Link Error

2011-09-13 Thread Alexander Dalloz
Am 13.09.2011 06:06, schrieb Always Learning:
 
 Installing VirtualBox-4.1* on Centos 5.6 X64, I get at the end:-
 
   Error! Your kernel headers for kernel 2.6.18-274.el5
   cannot be found at /lib/modules/2.6.18-274.el5/build
   or /lib/modules/2.6.18-274.el5/source.
 
 In /lib/modules/2.6.18-274.el5/ I find two broken links:-
 
   build - /usr/src/kernels/2.6.18-274.el5-x86_64
 
   source - ditto
 
 The reason why they are broken appears to be the current address is
 actually
 
   /usr/src/kernels/2.6.18-274.3.1.el5-x86_64
 
 
 Show I reset the links in /lib/modules/2.6.18-274.el5 to point
 to /usr/src/kernels/2.6.18-274.3.1.el5-x86_64 or is their a bigger
 problem that needs attention ?

You have updated the kernel to the latest CR repo one. But you still run
the older CentOS kernel on which you try to install VirtualBox.
kernel-devel is just installed for the CR kernel version, not for your
current running kernel. Just reboot into the current kernel.

Alexander


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


Re: [CentOS] fax over ip?

2011-09-13 Thread Christopher Chan
On Tuesday, September 13, 2011 02:32 PM, hadi motamedi wrote:
 On 9/13/11, Christopher Chanchristopher.c...@bradbury.edu.hk  wrote:
 On Tuesday, September 13, 2011 11:51 AM, hadi motamedi wrote:

 Thank you very much for your help. I have experience with Asterisk but
 on my Debian not on my centos. It is serving as DECT server for
 telephony calls. It can provide sip calls as well. Do you mean it can
 event provide fax over ip?

 You're using asterisk with telephony hardware but you cannot think that
 one out!?

 Any blinking pots line will do fax (the possible speeds will vary
 according to the quality of the line yes) and all you need is to find a
 way to interface your 'fax' with it.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

 Excuse me, I mean fax over ip but not fax over modem. Do you mean sip
 calls through my Asterisk can support for fax over ip as well?

Nevermind. You interface 'normal' phones with sip and not sip phones 
with lines. There is a fax over ip standard but I have not looked into 
it much as no provider offered it when I was looking for it last year. 
Have fun.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] fax over ip?

2011-09-13 Thread hadi motamedi
On 9/13/11, Christopher Chan christopher.c...@bradbury.edu.hk wrote:
 On Tuesday, September 13, 2011 02:32 PM, hadi motamedi wrote:
 On 9/13/11, Christopher Chanchristopher.c...@bradbury.edu.hk  wrote:
 On Tuesday, September 13, 2011 11:51 AM, hadi motamedi wrote:

 Thank you very much for your help. I have experience with Asterisk but
 on my Debian not on my centos. It is serving as DECT server for
 telephony calls. It can provide sip calls as well. Do you mean it can
 event provide fax over ip?

 You're using asterisk with telephony hardware but you cannot think that
 one out!?

 Any blinking pots line will do fax (the possible speeds will vary
 according to the quality of the line yes) and all you need is to find a
 way to interface your 'fax' with it.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

 Excuse me, I mean fax over ip but not fax over modem. Do you mean sip
 calls through my Asterisk can support for fax over ip as well?

 Nevermind. You interface 'normal' phones with sip and not sip phones
 with lines. There is a fax over ip standard but I have not looked into
 it much as no provider offered it when I was looking for it last year.
 Have fun.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

Thank you very much for your help and helpful comment.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Vitualization and Partitioning

2011-09-13 Thread Rudi Ahlers
On Tue, Sep 13, 2011 at 1:52 AM, Thomas Dukes tdu...@sc.rr.com wrote:


 -Original Message-
 From: centos-boun...@centos.org
 [mailto:centos-boun...@centos.org] On Behalf Of ken
 Sent: Monday, September 12, 2011 12:36 AM
 To: CentOS mailing list
 Subject: Re: [CentOS] Vitualization and Partitioning

 On 09/11/2011 11:10 PM Emmanuel Noobadmin wrote:
  Hi,
 
  When I do the install, do I or should I setup a separate partition
  for guest
  That would be better from a performance point of view
 
  OS's? From the redhat docs, it looks like the guest OS's reside at
  /var/lib/libvirt/images/.
  This should be using files as disk files, which I did and
 found it to
  be a problem when there is heavy I/O.

 I like LVM (for the reasons you cite).  Would you (anyone?)
 say it's best to have one LV per guest or one LV for all guests?


 tnx.

 I'm new to this but I would think you would want a separate LV for each
 guest. Seems I read somewhere, that you need one core per guest as well.
 That's why I'm opting for the Xeon processor rather than the iCore(x). Four
 cores v. two. More options.

 Can't believe this thread hasn't stirred more response. Maybe we all are in
 the learning phase.

 Eddie

 ___

We use LVM on all our virtual hosting servers since it's much easier to manage.


You basically setup a PV volume spanning the whole drive(s), and then
a 10GB (or larger if you need to) LVM volume for /root, 10GB for /var,
2GB for /tmp  5GB for /home.


Then for any VM's just add LVM volumes as needed, for example:

/dev/Volume001/vm1_root  - 10GB
/dev/Volume001/vm1_swap - 1GB


Another tip: Don't use the default LVM volume naming scheme, but
instead name the LVM volumes according to your server name, i.e.
server01  server02. This way if server01's HDD crashes and you need
to mount it on server002 for recovery purposes, you won't have
conflicting LVM volumes


-- 
Kind Regards
Rudi Ahlers
SoftDux

Website: http://www.SoftDux.com
Technical Blog: http://Blog.SoftDux.com
Office: 087 805 9573
Cell: 082 554 7532
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Issues with successfully completing rsync with msync.centos.org

2011-09-13 Thread John Doe
From: Christopher Hawker cwhawk...@gmail.com

 I am trying to establish a mirror, and when I execute the rsync command, it 
 only 
 creates the directories and selected files. It does not download the entire 
 iso 
 collection or repo files.

And which rsync command?

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


Re: [CentOS] trouble building an rpm

2011-09-13 Thread John Doe
From: Peter Kjellström c...@nsc.liu.se

 It's not a good idea to build rpms as root (unless in a throw-away vm). 
 Build as user or even better using mock.

Am I missing something or building an rpm as a non-root user for security 
reason won't do much when, in the end, the rpm will be installed as root...?
Apart from protecting the rpm building host.

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


Re: [CentOS] Issues with successfully completing rsync with msync. centos.org

2011-09-13 Thread Christopher Hawker
The rsync command on the CentOS website, on the page that tells you how to 
setup a mirror.
--
If you have any questions, please do not hesitate to contact me on +61 478 241 
896.

Regards,
Christopher Hawker

- original message -
Subject:Re: [CentOS] Issues with successfully completing rsync with 
msync.centos.org
From:   John Doe jd...@yahoo.com
Date:   13/09/2011 9:04 am

From: Christopher Hawker cwhawk...@gmail.com

 I am trying to establish a mirror, and when I execute the rsync command, it 
 only 
 creates the directories and selected files. It does not download the entire 
 iso 
 collection or repo files.

And which rsync command?

JD
___
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] No MySQL password in ps aux!

2011-09-13 Thread Dotan Cohen
On Mon, Sep 12, 2011 at 23:25, Craig White craig.wh...@ttiltd.com wrote:
 create a proper .my.cnf file - problem solved


There are other users who have root access (yes, I know, bad idea but
it's not my box) who I don't want playing around in the mysql cli (I'm
being a bully here, I know, but they are PHP guys). They can access
MySQL via PHP and when something breaks it is in an environment that
they are professionally expected to be proficient in. Not to be a
jerk, but in any group of high-level-language programmers there is the
one who will experiment on a production webserver instead of
installing Linux on his machine at home. I started off as that guy!
Yes, I know that the PHP guys can get the password by looking in the
mysqlConnection.inc file that they typically include() so that
sensitive information is not in the root path. Total security is not
my goal, but rather reasonable obstacles to friendly, non-malicious
entities.

In other words, I want a pony. I want a single command to log in from
my own machine right to the mysql cli, but I don't want anyone else to
have simple access to that cli. Actually, I pretty much do have that
pony. I just wondered how ti worked.

Thanks!

-- 
Dotan Cohen

http://gibberish.co.il
http://what-is-what.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Issues with successfully completing rsync with msync. centos.org

2011-09-13 Thread John Doe
From: Christopher Hawker cwhawk...@gmail.com

The rsync command on the CentOS website, on the page that tells you how to 
setup 
 a mirror.

The one with --exclude isos ?

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


Re: [CentOS] Vitualization and Partitioning

2011-09-13 Thread Indunil Jayasooriya
On Tue, Sep 13, 2011 at 2:00 PM, Rudi Ahlers r...@softdux.com wrote:
 On Tue, Sep 13, 2011 at 1:52 AM, Thomas Dukes tdu...@sc.rr.com wrote:


 -Original Message-
 From: centos-boun...@centos.org
 [mailto:centos-boun...@centos.org] On Behalf Of ken
 Sent: Monday, September 12, 2011 12:36 AM
 To: CentOS mailing list
 Subject: Re: [CentOS] Vitualization and Partitioning

 On 09/11/2011 11:10 PM Emmanuel Noobadmin wrote:
  Hi,
 
  When I do the install, do I or should I setup a separate partition
  for guest
  That would be better from a performance point of view
 
  OS's? From the redhat docs, it looks like the guest OS's reside at
  /var/lib/libvirt/images/.
  This should be using files as disk files, which I did and
 found it to
  be a problem when there is heavy I/O.

 I like LVM (for the reasons you cite).  Would you (anyone?)
 say it's best to have one LV per guest or one LV for all guests?


 tnx.

 I'm new to this but I would think you would want a separate LV for each
 guest. Seems I read somewhere, that you need one core per guest as well.
 That's why I'm opting for the Xeon processor rather than the iCore(x). Four
 cores v. two. More options.

 Can't believe this thread hasn't stirred more response. Maybe we all are in
 the learning phase.

 Eddie

 ___

 We use LVM on all our virtual hosting servers since it's much easier to 
 manage.


 You basically setup a PV volume spanning the whole drive(s), and then
 a 10GB (or larger if you need to) LVM volume for /root, 10GB for /var,
 2GB for /tmp  5GB for /home.


 Then for any VM's just add LVM volumes as needed, for example:

 /dev/Volume001/vm1_root  - 10GB
 /dev/Volume001/vm1_swap - 1GB


 Another tip: Don't use the default LVM volume naming scheme, but
 instead name the LVM volumes according to your server name, i.e.
 server01  server02. This way if server01's HDD crashes and you need
 to mount it on server002 for recovery purposes, you won't have
 conflicting LVM volumes



Hi, Interesting subject. Let me participate too. Suppose we are going
to install 3 VMs, I think it is proper to create separate LVMs  like
this

/dev/vg_server1/lv.server1

and mount it as

/var/lib/libvirt/images/server1



/dev/vg_server2/lv.server2

and mount it as

/var/lib/libvirt/images/server2



/dev/vg_server3/lv.server3

and mount it as

/var/lib/libvirt/images/server3



If I mount in that way, Is it possible to take live snapshot backup
while these 2 servers are running?


Hope to hear from you..






 --
 Kind Regards
 Rudi Ahlers
 SoftDux

 Website: http://www.SoftDux.com
 Technical Blog: http://Blog.SoftDux.com
 Office: 087 805 9573
 Cell: 082 554 7532
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos




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


Re: [CentOS] trouble building an rpm

2011-09-13 Thread Peter Kjellström
On Tuesday, September 13, 2011 11:20:57 AM John Doe wrote:
 From: Peter Kjellström c...@nsc.liu.se
 
  It's not a good idea to build rpms as root (unless in a throw-away vm).
  Build as user or even better using mock.
 
 Am I missing something or building an rpm as a non-root user for security
 reason won't do much when, in the end, the rpm will be installed as
 root...? Apart from protecting the rpm building host.

It is true that if you're looking only at the security aspect of hadling a 
malicious rpm then it won't buy you that much. It will still however:

 * Keep the rest of the rpms that build-server did safe
 * Delay the effect one step (you can pick up the malicious binary rpm when
   testing, before deploying).

That said the main reason probably isn't malicious (src)rpms but broken ones. 
A spec file can easily contain bugs that will change/corrupt/break your build 
machine (and still produce a valid binary rpm).

In the end it's kind of like running your gnome as root. You can do it but 
common sense and the complexity of the system tells you not to.

/Peter


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


[CentOS] CentOS 6: file and directory permissions

2011-09-13 Thread Helmut Drodofsky
Hi,
 
I fear I am too stupid:
 
I find nowhere the explanation of the dot in file permissions like:
 
-rw-r--r--. 1 root root  457 Aug  4 17:27 config
 
I have searched in forums, Red Hat deployment guide, storage administration 
guide etc  
 
Thank you for help in advance.
 
Best regards
Helmut
 ___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6: file and directory permissions

2011-09-13 Thread Lisandro Grullon
Have you consider doing some reading in stick bits?

Sent on the Sprint® Now Network from my BlackBerry®

-Original Message-
From: Helmut Drodofsky drodof...@internet-xs.de
Sender: centos-boun...@centos.org
Date: Tue, 13 Sep 2011 13:31:17 
To: 'CentOS mailing list'centos@centos.org
Reply-To: CentOS mailing list centos@centos.org
Subject: [CentOS] CentOS 6: file and directory permissions

___
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] vim access

2011-09-13 Thread Ashish Shaligram
Hello,

I have install a cent os 6 x64, and i cant use vim command. Can you help me
to how to access file more easily or more reliably.

-- 
*Regards,*
Ashish
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Vitualization and Partitioning

2011-09-13 Thread Dennis Jacobfeuerborn
On 09/13/2011 12:38 PM, Indunil Jayasooriya wrote:
 On Tue, Sep 13, 2011 at 2:00 PM, Rudi Ahlersr...@softdux.com  wrote:
 On Tue, Sep 13, 2011 at 1:52 AM, Thomas Dukestdu...@sc.rr.com  wrote:


 -Original Message-
 From: centos-boun...@centos.org
 [mailto:centos-boun...@centos.org] On Behalf Of ken
 Sent: Monday, September 12, 2011 12:36 AM
 To: CentOS mailing list
 Subject: Re: [CentOS] Vitualization and Partitioning

 On 09/11/2011 11:10 PM Emmanuel Noobadmin wrote:
 Hi,

 When I do the install, do I or should I setup a separate partition
 for guest
 That would be better from a performance point of view

 OS's? From the redhat docs, it looks like the guest OS's reside at
 /var/lib/libvirt/images/.
 This should be using files as disk files, which I did and
 found it to
 be a problem when there is heavy I/O.

 I like LVM (for the reasons you cite).  Would you (anyone?)
 say it's best to have one LV per guest or one LV for all guests?


 tnx.

 I'm new to this but I would think you would want a separate LV for each
 guest. Seems I read somewhere, that you need one core per guest as well.
 That's why I'm opting for the Xeon processor rather than the iCore(x). Four
 cores v. two. More options.

 Can't believe this thread hasn't stirred more response. Maybe we all are in
 the learning phase.

 Eddie

 ___

 We use LVM on all our virtual hosting servers since it's much easier to 
 manage.


 You basically setup a PV volume spanning the whole drive(s), and then
 a 10GB (or larger if you need to) LVM volume for /root, 10GB for /var,
 2GB for /tmp  5GB for /home.


 Then for any VM's just add LVM volumes as needed, for example:

 /dev/Volume001/vm1_root  - 10GB
 /dev/Volume001/vm1_swap - 1GB


 Another tip: Don't use the default LVM volume naming scheme, but
 instead name the LVM volumes according to your server name, i.e.
 server01  server02. This way if server01's HDD crashes and you need
 to mount it on server002 for recovery purposes, you won't have
 conflicting LVM volumes



 Hi, Interesting subject. Let me participate too. Suppose we are going
 to install 3 VMs, I think it is proper to create separate LVMs  like
 this

 /dev/vg_server1/lv.server1

 and mount it as

 /var/lib/libvirt/images/server1



 /dev/vg_server2/lv.server2

 and mount it as

 /var/lib/libvirt/images/server2



 /dev/vg_server3/lv.server3

 and mount it as

 /var/lib/libvirt/images/server3

Don't use separate volume groups. Also don't mount the logical volumes but 
instead use them directly as block devices. That should give you better 
performance as the i/o path is then VM-block device instead of 
VM-filesystem-block device.

 If I mount in that way, Is it possible to take live snapshot backup
 while these 2 servers are running?

Remember that you need to allocate enough space for the snapshot volume to 
contain all the blocks that change on the VM while the backup is running 
i.e. if your backup is running for an hour and during that hour your VM 
receives 2G worth of writes/update then you need to have at least a size of 
2G for your snapshot volume.
This also means that you have to reserve enough space in the volume group 
to create a big enough snapshot volume.

Also keep in mind that the backup you will get will not be fully consistent 
only crash consistent.

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


Re: [CentOS] vim access

2011-09-13 Thread Dotan Cohen
On Tue, Sep 13, 2011 at 14:59, Ashish Shaligram ashish8li...@gmail.com wrote:
 Hello,
 I have install a cent os 6 x64, and i cant use vim command. Can you help me
 to how to access file more easily or more reliably.


What do you get with which vim?

-- 
Dotan Cohen

http://gibberish.co.il
http://what-is-what.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6: file and directory permissions

2011-09-13 Thread John Doe
From: Helmut Drodofsky drodof...@internet-xs.de

I find nowhere the explanation of the dot in file permissions like:
-rw-r--r--. 1 root root  457 Aug  4 17:27 config
I have searched in forums, Red Hat deployment guide, storage administration 
guide etc  …


Google dot in permissions...
Results will tell you to read the ls info page, which says:

 Following the file mode bits is a single character that specifies
 whether an alternate access method such as an access control list
 applies to the file.  When the character following the file mode
 bits is a space, there is no alternate access method.  When it is
 a printing character, then there is such a method.

 GNU `ls' uses a `.' character to indicate a file with an SELinux
 security context, but no other alternate access method.

 A file with any other combination of alternate access methods is
 marked with a `+' character.


JD

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


Re: [CentOS] CentOS 6: file and directory permissions

2011-09-13 Thread David
On 13 September 2011 21:31, Helmut Drodofsky drodof...@internet-xs.de wrote:

 I find nowhere the explanation of the dot in file permissions like:
 -rw-r--r--. 1 root root  457 Aug  4 17:27 config

 I have searched in forums, Red Hat deployment guide, storage administration
 guide etc  …

From info coreutils -- ls -- what information is listed:

GNU `ls' uses a `.' character to indicate a file with an SELinux
security context, but no other alternate access method.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] vim access

2011-09-13 Thread Roberto Alvarado
or you can try just  vi filename

but if you really need vim... why dont use yum??

yum search vim

On 13-09-2011 9:18, Dotan Cohen wrote:
 On Tue, Sep 13, 2011 at 14:59, Ashish Shaligramashish8li...@gmail.com  
 wrote:
 Hello,
 I have install a cent os 6 x64, and i cant use vim command. Can you help me
 to how to access file more easily or more reliably.

 What do you get with which vim?

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


Re: [CentOS] vim access

2011-09-13 Thread Diego Sanchez
yum install vim

?


2011/9/13, Ashish Shaligram ashish8li...@gmail.com:
 Hello,

 I have install a cent os 6 x64, and i cant use vim command. Can you help me
 to how to access file more easily or more reliably.

 --
 *Regards,*
 Ashish


-- 
Enviado desde mi dispositivo móvil

Diego - Yo no soy paranoico! (pero que me siguen, me siguen)
http://about.me/diegors/bio

El que usa una firma mas larga que el mail que envia, se la come
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Issues with successfully completing rsync with msync. centos.org

2011-09-13 Thread Christopher Hawker
I have been using this one:

*rsync -aqzH --delete msync.centos.org::CentOS **/path/to/local/mirror/root*

If I can, I want to mirror:

mirror.optus.net/centos

as it is nearer my mirror server and the internet connection for the server
is through Optus (in Sydney, AU).

On Tue, Sep 13, 2011 at 8:26 PM, John Doe jd...@yahoo.com wrote:

 From: Christopher Hawker cwhawk...@gmail.com

 The rsync command on the CentOS website, on the page that tells you how to
 setup
  a mirror.

 The one with --exclude isos ?

 JD
 ___
 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] sox: Failed reading obd-demo.mp3: Do not understand format type: mp3

2011-09-13 Thread Tony Mountifield
In article CAD7Ssm-+DH=i=NJthFJ9oWi=w2VCrY8SvCkD2xg=sjughfn...@mail.gmail.com,
Kaushal Shriyan kaushalshri...@gmail.com wrote:
 Hi,
 
 Can someone please comment about the below issue
 
 [root@host0040 kaushal]# file obd-demo.mp3
 obd-demo.mp3: MPEG ADTS, layer III, v1, 256 kBits, 44.1 kHz, Monaural
 [root@host0040 kaushal]# sox obd-demo.mp3 -e stat
 sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
 
 [root@host0040 kaushal]# sox -V obd-demo.mp3 -r 8000 -c 1 -t ul -w 
 vm-intro.ulaw
 sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
 
 [root@host0040 kaushal]# sox -v 0.125 -V obd-demo.mp3 -t au -r 8000
 -U -b -c 1 obd-demo.ulaw resample -ql
 -bash: obd-demo.ulaw: No such file or directory
 [root@host0040 kaushal]# sox -V obd-demo.mp3 -t au -r 8000 -U -b -c 1
 obd-demo.ulaw resample -ql
 sox: Failed reading obd-demo.mp3: Do not understand foReply
 rmat type: mp3

Yes, the standard sox in CentOS/RHEL is compiled without mp3 support.

 When i invoke the same obd-demo.mp3 it works perfectly fine
 
 host0040*CLI channel originate DAHDI/g0/xx Application
 MP3Player /home/kaushal/obd-demo.mp3
 [Sep  9 16:44:56] DEBUG[12691]: sig_pri.c:985 sig_pri_request: 
 sig_pri_request 1
 [Sep  9 16:44:56] DEBUG[12691]: sig_pri.c:6427 sig_pri_call: CALLER NAME:  
 NUM:
-- Requested transfer capability: 0x00 - SPEECH
-- Launching MP3Player(/home/kaushal/obd-demo.mp3) on DAHDI/i1/9833754756-1

Asterisk is nothing to do with your problem.

 [root@host0040 ~]# rpm -qa | grep sox
 sox-12.18.1-1.el5_5.1
 [root@host0040 ~]# rpm -qa | grep lame
 lame-3.98.4-1.el5.rf
 lame-devel-3.98.4-1.el5.rf
 [root@host0040 ~]#

Having lame and lame-devel is good; you will also need libmad and libmad-devel.
But the standard sox doesn't look for them.

 MP3 support in  SoX  is  optional
  and requires access to either or both the external
 libmad and libmp3lame libraries.  To see if there is support for Mp3
 run sox -h and
  look for it under the list of supported file formats as 
 mp3.
 
 [root@host0040 ~]# sox -h
 sox: Version 12.18.1
 
 Usage: [ gopts ] [ fopts ] ifile [ fopts ] ofile [ effect [ effopts ] ]
 
 gopts: -e -h -p -q -S -V
 
 fopts: -r rate -c channels -s/-u/-U/-A/-a/-i/-g/-f -b/-w/-l/-d -v volume -x
 
 effect: avg band bandpass bandreject chorus compand copy dcshift
 deemph earwax echo echos fade filter flanger highp highpass lowp
 lowpass mask mcompand noiseprof noisered pan phaser pick pitch
 polyphase rate repeat resample reverb reverse silence speed stat
 stretch swap synth trim vibro vol
 
 effopts: depends on effect
 
 Supported file formats: aiff al alsa au auto avr cdr cvs dat vms gsm
 hcom la lu maud nul ossdsp prc raw sb sf sl smp sndt sph 8svx sw txw
 ub ul uw voc vorbis vox wav wve
 
 Which package contains libmad and libmp3lame libraries available on CentOS 5.6

You will need to get libmad and libmad-devel from rpmforge, like you
did lame and lame-devel. There might even be a sox package on there
that was compiled with mp3 support. If not, you will need to obtain
the SRPM for sox and recompile it with mp3 support on your system.
That will probably involve editing the spec file to enable mp3.

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


Re: [CentOS] Issues with successfully completing rsync with msync. centos.org

2011-09-13 Thread John Doe
From: Christopher Hawker cwhawk...@gmail.com
I have been using this one:
rsync -aqzH --delete msync.centos.org::CentOS /path/to/local/mirror/root
If I can, I want to mirror: mirror.optus.net/centos
as it is nearer my mirror server and the internet connection for the server is 
through Optus (in Sydney, AU).

A few notes:
the -z should not do much since most files are compressed...
You could save some bandwidth by using -P or --partial in case of an 
interruption.
And maybe -l to keep symlinks.
Replace -q with -v to see what is going on.
Use -n to test more quickly.
mirror.optus.net does not seem to offer rsync...

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


Re: [CentOS] sox: Failed reading obd-demo.mp3: Do not understand format type: mp3

2011-09-13 Thread Keith Roberts
I've packaged this on Centos 5.6 if anyone wants a copy :)

[root@karsites ~]# sox --help
sox: invalid option -- -
sox: Version 12.18.1

Usage: [ gopts ] [ fopts ] ifile [ fopts ] ofile [ effect [ 
effopts ] ]

gopts: -e -h -p -q -S -V

fopts: -r rate -c channels -s/-u/-U/-A/-a/-i/-g/-f 
-b/-w/-l/-d -v volume -x

effect: avg band bandpass bandreject chorus compand copy 
dcshift deemph earwax echo echos fade filter flanger highp 
highpass lowp lowpass mask mcompand noiseprof noisered pan 
phaser pick pitch polyphase rate repeat resample reverb 
reverse silence speed stat stretch swap synth trim vibro vol

effopts: depends on effect

Supported file formats: aiff al alsa au auto avr cdr cvs dat 
vms gsm hcom la lu maud mp3 nul ossdsp prc raw sb sf sl smp 
sndt sph 8svx sw txw ub ul uw voc vorbis vox wav wve

and told yum to stop updating it, by adding this:

# do not update these packages
exclude=sox

to /etc/yum.conf

- 
You will need to use the exact download links, as dir 
listing is turned off, and all you will get otherwise is an 
error message, or the homepage.

This is for Centos 5.6 32 bit.

http://www.karsites.net/centos/downloads/5.6/FILENAME

Where FILENAME is one of:

sox-reinstall-notes
sox-rebuild.txt
sox-12.18.1-1.src.rpm
sox-12.18.1-1.i386.rpm
karsites-GPG-public-key-2011-03-18.asc

I've just resigned the i386.rpm with my public key. The 
source rpm has the original vendors GPG key.

Kind Regards,

Keith

-
Websites:
http://www.karsites.net
http://www.php-debuggers.net
http://www.raised-from-the-dead.org.uk

All email addresses are challenge-response protected with
TMDA [http://tmda.net]
-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] No MySQL password in ps aux!

2011-09-13 Thread Craig White

On Sep 13, 2011, at 2:36 AM, Dotan Cohen wrote:

 On Mon, Sep 12, 2011 at 23:25, Craig White craig.wh...@ttiltd.com wrote:
 create a proper .my.cnf file - problem solved
 
 
 There are other users who have root access (yes, I know, bad idea but
 it's not my box) who I don't want playing around in the mysql cli (I'm
 being a bully here, I know, but they are PHP guys). They can access
 MySQL via PHP and when something breaks it is in an environment that
 they are professionally expected to be proficient in. Not to be a
 jerk, but in any group of high-level-language programmers there is the
 one who will experiment on a production webserver instead of
 installing Linux on his machine at home. I started off as that guy!
 Yes, I know that the PHP guys can get the password by looking in the
 mysqlConnection.inc file that they typically include() so that
 sensitive information is not in the root path. Total security is not
 my goal, but rather reasonable obstacles to friendly, non-malicious
 entities.
 
 In other words, I want a pony. I want a single command to log in from
 my own machine right to the mysql cli, but I don't want anyone else to
 have simple access to that cli. Actually, I pretty much do have that
 pony. I just wondered how ti worked.

I'm sorry, I was trying to make a point about the methodologies employed to 
better enhance security **especially** when you have other users on the same 
system... the point is that you should never use any command line function that 
includes the password for many reasons including ps visibility (and note that 
even if ps output suppresses the passed parameters, there still might be 
evidence in /proc), bash_history (or other shell histories), or just simply 
keylogging (which can be done by anyone with a shell on the system, su or not). 
The idea is that you open a connection first, establish a method of encrypted 
communications and then are prompted for the password or in the case of mysql, 
the ~/.my.cnf will send the password at the appropriate time.

As for other users... I don't understand the logic of forcing them to use a PHP 
program vs. a CLI. MySQL fully supports the notion of users/permissions/grants, 
etc. and their access should be controlled using the integrated ACL system of 
MySQL, not some artificial notion of security based on CLI vs. WebApp. If they 
have DB Admin privileges using a GUI, there's nothing that they can't do in the 
GUI that they could do in a CLI except that the CLI is likely more effective 
and efficient and reinforces good habits/practices.

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


[CentOS] Cannot mount NTFS filesystems under Xfce4

2011-09-13 Thread Keith Roberts
I have installed the following 2 packages on Centos 5.6, and 
used GParted to successfully create an 8GB NTFS partition, 
on some unused HDD space.

Installed Packages
Name   : ntfsprogs
Arch   : i386
Version: 1.13.1
Release: 6.el5
Size   : 1.1 M
Repo   : installed
Summary: NTFS filesystem libraries and utilities
URL: http://www.linux-ntfs.org/

Name   : ntfsprogs-gnomevfs
Arch   : i386
Version: 1.13.1
Release: 6.el5
Size   : 20 k
Repo   : installed
Summary: NTFS GNOME virtual filesystem module
URL: http://www.linux-ntfs.org/

I'm running Xfce 4, and when I try to mount the NTFS file 
system, I get an error box with 'ntfs - unknown filetype'

I've done a complete reboot of this box.

Are there some packages I have missing?

Kind Regards,

Keith Roberts

-
Websites:
http://www.karsites.net
http://www.php-debuggers.net
http://www.raised-from-the-dead.org.uk

All email addresses are challenge-response protected with
TMDA [http://tmda.net]
-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Missing ipa-server package on centos6?

2011-09-13 Thread Armin Herbert
Hi,

I can't seem to find the ipa-server package in centos 6; it is not available 
on my favourite mirrors, nor do the release notes mention its absence. Has it 
been overlooked when assembling the distribution?

Thanks  best wishes

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


Re: [CentOS] Vitualization and Partitioning

2011-09-13 Thread Rajagopal Swaminathan
On Tue, Sep 13, 2011 at 10:31 AM, Trey Dockendorf treyd...@gmail.com wrote:

 That considered I saw no benefit in my
 case to use LVM when some other tools could combine the ability to do both
 qcow2 and memory snapshotting at once.

Could you kindly share with us the tools you which could do both?

Another (may unrelated) question:

Has anybody installed or migrated a Netware 3.12 using KVM?

If so, can you please share the experiences? especially bits about
Netware partitioning and the NIC model that needs to be selected?

TIA

-- 
Regards,

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


Re: [CentOS] Cannot mount NTFS filesystems under Xfce4

2011-09-13 Thread Nicolas Thierry-Mieg
Keith Roberts wrote:
 I have installed the following 2 packages on Centos 5.6, and
 used GParted to successfully create an 8GB NTFS partition,
 on some unused HDD space.
 I'm running Xfce 4, and when I try to mount the NTFS file
 system, I get an error box with 'ntfs - unknown filetype'

you need fuse-ntfs-3g , get it from repoforge.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Flesh Playerproblem

2011-09-13 Thread Ashish Shaligram
Hello,

   I have installed centos 6, i have already installed flesh player,
browser ask for flesh player.
how can i solve the problem?
Thank You.

-- 
*Regards,*
Ashish A. Shaigram
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Flesh Playerproblem

2011-09-13 Thread Frank Cox
On Tue, 13 Sep 2011 22:32:24 +0530
Ashish Shaligram wrote:

I have installed centos 6, i have already installed flesh player,
 browser ask for flesh player.
 how can i solve the problem?

Did you install the i386 or x86_64 version of Centos 6?  Did you install the 386
or x86_64 version of flashplayer?

If you installed Centos x86_64, you can make the i386 flashplayer work, but
it's far simpler to install the x86_64 version of flashplayer instead.  You can
find it here:  http://labs.adobe.com/downloads/flashplayer11.html


-- 
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] Flesh Playerproblem

2011-09-13 Thread m . roth
Ashish Shaligram wrote:

I have installed centos 6, i have already installed flesh player,
 browser ask for flesh player.
 how can i solve the problem?

You really should copy *exactly* the wording. Otherwise, you'll have
smartasses like me making comments to the effect that the only flesh
player involved here is you, the human being

   mark unless you're flashing

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


Re: [CentOS] Cannot mount NTFS filesystems under Xfce4

2011-09-13 Thread Keith Roberts
On Tue, 13 Sep 2011, Nicolas Thierry-Mieg wrote:

 To: CentOS mailing list centos@centos.org
 From: Nicolas Thierry-Mieg nicolas.thierry-m...@imag.fr
 Subject: Re: [CentOS] Cannot mount NTFS filesystems under Xfce4
 
 Keith Roberts wrote:
 I have installed the following 2 packages on Centos 5.6, and
 used GParted to successfully create an 8GB NTFS partition,
 on some unused HDD space.
 I'm running Xfce 4, and when I try to mount the NTFS file
 system, I get an error box with 'ntfs - unknown filetype'

 you need fuse-ntfs-3g , get it from repoforge.

Thanks Nicolas. Is that as well as what I already have 
installed, or instead of?

Regards,

Keith

-
Websites:
http://www.karsites.net
http://www.php-debuggers.net
http://www.raised-from-the-dead.org.uk

All email addresses are challenge-response protected with
TMDA [http://tmda.net]
-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Cannot mount NTFS filesystems under Xfce4

2011-09-13 Thread Nicolas Thierry-Mieg
Keith Roberts wrote:
 On Tue, 13 Sep 2011, Nicolas Thierry-Mieg wrote:

 Keith Roberts wrote:
 I have installed the following 2 packages on Centos 5.6, and
 used GParted to successfully create an 8GB NTFS partition,
 on some unused HDD space.
 I'm running Xfce 4, and when I try to mount the NTFS file
 system, I get an error box with 'ntfs - unknown filetype'

 you need fuse-ntfs-3g , get it from repoforge.

 Thanks Nicolas. Is that as well as what I already have
 installed, or instead of?

fuse-ntfs-3g is sufficient for rw access to files on ntfs partitions, 
but keeping what you have shouldn't harm.

also, read this:
http://wiki.centos.org/TipsAndTricks/NTFS
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Cannot mount NTFS filesystems under Xfce4

2011-09-13 Thread Keith Roberts
On Tue, 13 Sep 2011, Nicolas Thierry-Mieg wrote:

 To: CentOS mailing list centos@centos.org
 From: Nicolas Thierry-Mieg nicolas.thierry-m...@imag.fr
 Subject: Re: [CentOS] Cannot mount NTFS filesystems under Xfce4
 
 Keith Roberts wrote:
 On Tue, 13 Sep 2011, Nicolas Thierry-Mieg wrote:

 Keith Roberts wrote:
 I have installed the following 2 packages on Centos 5.6, and
 used GParted to successfully create an 8GB NTFS partition,
 on some unused HDD space.
 I'm running Xfce 4, and when I try to mount the NTFS file
 system, I get an error box with 'ntfs - unknown filetype'

 you need fuse-ntfs-3g , get it from repoforge.

 Thanks Nicolas. Is that as well as what I already have
 installed, or instead of?

 fuse-ntfs-3g is sufficient for rw access to files on ntfs partitions,
 but keeping what you have shouldn't harm.

 also, read this:
 http://wiki.centos.org/TipsAndTricks/NTFS

Thanks again Nicolas.

Somehow I managed to install ntfs-3g, instead of fuse-ntfs-3g:

Installed Packages
Name   : ntfs-3g
Arch   : i386
Epoch  : 2
Version: 2011.4.12
Release: 3.el5
Size   : 623 k
Repo   : installed
Summary: Linux NTFS userspace driver
URL: http://www.ntfs-3g.org/

And it works OK now thanks! I have managed to mount the NTFS 
HDD partition, and also copied some large files to it OK.

So that's really handy thing to be able to do.

Kind Regards,

Keith

-
Websites:
http://www.karsites.net
http://www.php-debuggers.net
http://www.raised-from-the-dead.org.uk

All email addresses are challenge-response protected with
TMDA [http://tmda.net]
-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] No MySQL password in ps aux!

2011-09-13 Thread Dotan Cohen
On Tue, Sep 13, 2011 at 18:42, Craig White craig.wh...@ttiltd.com wrote:
 I'm sorry, I was trying to make a point about the methodologies employed to 
 better enhance security **especially** when you have other users on the same 
 system... the point is that you should never use any command line function 
 that includes the password for many reasons including ps visibility (and note 
 that even if ps output suppresses the passed parameters, there still might be 
 evidence in /proc), bash_history (or other shell histories), or just simply 
 keylogging (which can be done by anyone with a shell on the system, su or 
 not). The idea is that you open a connection first, establish a method of 
 encrypted communications and then are prompted for the password or in the 
 case of mysql, the ~/.my.cnf will send the password at the appropriate time.

 As for other users... I don't understand the logic of forcing them to use a 
 PHP program vs. a CLI. MySQL fully supports the notion of 
 users/permissions/grants, etc. and their access should be controlled using 
 the integrated ACL system of MySQL, not some artificial notion of security 
 based on CLI vs. WebApp. If they have DB Admin privileges using a GUI, 
 there's nothing that they can't do in the GUI that they could do in a CLI 
 except that the CLI is likely more effective and efficient and reinforces 
 good habits/practices.

 Craig


From a technical point of view you are 100% right. The goal is not to
thwart malicious intent, but rather to discourage the use of the mysql
cli as an experimentation platform. If any particular dev is motivated
enough to find and use the cli than all the better for him, if he
wants it that bad then he is probably already familiar with it.

It is exactly the effective and efficient bit that I am worried
about! (no WHERE clause on DELETE, for one example).

-- 
Dotan Cohen

http://gibberish.co.il
http://what-is-what.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Vitualization and Partitioning

2011-09-13 Thread Trey Dockendorf
On Tue, Sep 13, 2011 at 11:57 AM, Rajagopal Swaminathan 
raju.rajs...@gmail.com wrote:

 On Tue, Sep 13, 2011 at 10:31 AM, Trey Dockendorf treyd...@gmail.com
 wrote:
 
  That considered I saw no benefit in my
  case to use LVM when some other tools could combine the ability to do
 both
  qcow2 and memory snapshotting at once.

 Could you kindly share with us the tools you which could do both?

 Another (may unrelated) question:

 Has anybody installed or migrated a Netware 3.12 using KVM?

 If so, can you please share the experiences? especially bits about
 Netware partitioning and the NIC model that needs to be selected?

 TIA

 --
 Regards,

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



I've only successfully tested using virt-manager to do snapshots.  There is
a way using virsh, doing snapshot-create domain, but I receive an error
due to lack of that feature.

error: internal error unable to execute QEMU command 'savevm': The command
savevm has not been found

Using the virsh save command works, but only does it without shutting down
the VM if done through virt-manager.  Other tools that look promising for
snapshots thus far are things like Convirt, OpenQRM, and Archipel, but I
have yet to get them in production to test that out.

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


[CentOS] copying data to CF card

2011-09-13 Thread Jerry Geis
  Hi all,

under centos 5 x86_64 - I was able to run fdisk to partition a CF card,
make the filesystem, copy data to the filesystem, run grub from an 
x86_64 system
to make the CF card bootable with grub. That all worked fine.

Now since switching to centos 6 x86_64 I run the exact same script
to program the CF card and when I insert that CF card into the end device
I get a Grub error 2.

I thought maybe a bad CF card... I tried 4 more times with 4 different 
CF cards.
Same result Grub error 2.

I then thought to try going back to centos 5 and try it with one of the 
4 CF cards
that did not work. It works under centos 5.

What might be happening here

I can use fdisk after the script and see the partitions, I can mount the 
partition
all files are there, Running grub gives no errors. Just at boot I get 
error 2.

Thanks,

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


Re: [CentOS] copying data to CF card

2011-09-13 Thread Always Learning

On Tue, 2011-09-13 at 17:15 -0400, Jerry Geis wrote:

 under centos 5 x86_64 - I was able to run fdisk to partition a CF card,
 make the filesystem, copy data to the filesystem, run grub from an 
 x86_64 system
 to make the CF card bootable with grub. That all worked fine.

What format is your CF card ?


-- 
With best regards,

Paul.
England,
EU.


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


Re: [CentOS] No MySQL password in ps aux!

2011-09-13 Thread John Beranek
On 12/09/2011 03:37, Devin Reade wrote:
 Getting back to the original question, it is a feature of mysql (not
 of CentOS per se), but there's nothing that stops other (C) programs
 from doing something similar.  Shortly after startup, a programmer can
 set things up so that command line arguments (or in this case one of
 them) is hidden from anyone from viewing the process table.

You can even do this in something like Perl, here you just modify '$0'.

John.

-- 
John Beranek To generalise is to be an idiot.
http://redux.org.uk/ -- William Blake



smime.p7s
Description: S/MIME Cryptographic Signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] testing

2011-09-13 Thread Diego
hello
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [CentOS-announce] Release for CentOS-5.7 i386 and x86_64

2011-09-13 Thread Always Learning
On Wed, 2011-09-14 at 00:33 +0100, Karanbir Singh wrote:

 We are pleased to announce the immediate availability of CentOS-5.7 for
 i386 and x86_64 Architectures.

Thank you for all the hard dedicated work.

-- 
With best regards,

Paul.
England,
EU.


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


Re: [CentOS] CentOS 6: ip link ignores wlan0

2011-09-13 Thread Michael D. Berger
On Tue, 13 Sep 2011 01:50:41 +, Michael D. Berger wrote:

 On Mon, 12 Sep 2011 21:01:50 +, Michael D. Berger wrote:
 
[...]
 
 This has been repaired by installing another driver.
 
 Mike.

But wlan0 still doesn't work.  Please see my thread:
   CentOS 6, Broadcom, missing wlan0

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


[CentOS] Submitting patches from upstream fixes/bugs

2011-09-13 Thread Trey Dockendorf
What is the preferred method for submitting patches from upstream projects ?
 I have two patches for libvirt-0.8.1.el6_0.6.  One adds ESX 4.1 support to
things like virt-v2v (
http://www.redhat.com/archives/libvir-list/2010-July/msg00480.html) and the
second fixes the broken virsh snapshot-create (
https://bugzilla.redhat.com/show_bug.cgi?id=727709).  All I did really was
get them to work with the CentOS 6 version of libvirt.

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


Re: [CentOS] Submitting patches from upstream fixes/bugs

2011-09-13 Thread Karanbir Singh
On 09/14/2011 01:30 AM, Trey Dockendorf wrote:
 What is the preferred method for submitting patches from upstream
 projects ?  I have two patches for libvirt-0.8.1.el6_0.6.  One adds ESX
 4.1 support to things like virt-v2v
 (http://www.redhat.com/archives/libvir-list/2010-July/msg00480.html) and
 the second fixes the broken virsh snapshot-create
 (https://bugzilla.redhat.com/show_bug.cgi?id=727709).  All I did really
 was get them to work with the CentOS 6 version of libvirt.

For the base distro components these would need to come via RH's code.
However, if you open issues at bugs.centos.org and offer to maintain the
patches, they could go into the same components into the CentOSPlus repo.

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


[CentOS] how to stop an in-progress fsck that runs at boot?

2011-09-13 Thread Matt Garman
I can't seem to find the answer to this question via web search... I
changed some hardware on a server, and upon powering it back on, got
the /dev/xxx has gone 40 days without being check, check forced
message.  Now it's running fsck on a huge (2 TB) ext3 filesystem (5400
RPM drives no less).  How can I stop this in-progress check?  Ctrl-C
doesn't seem to have any effect.  Is the only answer to wait it out?

Also, as a side question: I always do this---let my servers run for a
very long time, power down to change/upgrade hardware, then forget
about the forced fsck, then pull my hair out waiting for it to finish
(because I can't figure out how to stop it once it starts).  I know
about tune2fs -c and -i, and also the last (or is it second to last?)
column in /etc/fstab.  My question is more along the lines of best
practices---what are most people doing with regards to regular fsck's
of ext2/3/4 filesystems?  Do you just take the defaults, and let it
delay the boot process by however long it takes?  Disable it
completely?  Or do something like taking the filesystem offline on a
running system?  Something else?

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


Re: [CentOS] how to stop an in-progress fsck that runs at boot?

2011-09-13 Thread Always Learning

On Tue, 2011-09-13 at 21:39 -0500, Matt Garman wrote:

 I can't seem to find the answer to this question via web search... I
 changed some hardware on a server, and upon powering it back on, got
 the /dev/xxx has gone 40 days without being check, check forced
 message.  Now it's running fsck on a huge (2 TB) ext3 filesystem (5400
 RPM drives no less).  How can I stop this in-progress check?  Ctrl-C
 doesn't seem to have any effect.  Is the only answer to wait it out?

Don't know the answer but apart from the obvious annoyance you can try
to look on the good side and be reassured, eventually when it finishes,
that your disk and contents are in good condition.

Would be nice if one could schedule this sort of work for off-peak.


Regards,

Paul.


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


Re: [CentOS] how to stop an in-progress fsck that runs at boot?

2011-09-13 Thread John R Pierce
On 09/13/11 7:48 PM, Always Learning wrote:
 Would be nice if one could schedule this sort of work for off-peak.

the problem is, the file system has to be unmounted, so it pretty much 
has to be offline.



-- 
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] [CentOS-announce] Release for CentOS-5.7 i386 andx86_64

2011-09-13 Thread Michel Donais
 We are pleased to announce the immediate availability of CentOS-5.7 for
 i386 and x86_64 Architectures.


Did Centos cr will bring me to 5.7 or should I make a fresh install if I'm 
interested bye this level?


---
Michel Donais 

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


Re: [CentOS] [CentOS-announce] Release for CentOS-5.7 i386 andx86_64

2011-09-13 Thread Always Learning

On Tue, 2011-09-13 at 23:21 -0400, Michel Donais wrote:

  We are pleased to announce the immediate availability of CentOS-5.7 for
  i386 and x86_64 Architectures.
 
 
 Did Centos cr will bring me to 5.7 or should I make a fresh install if I'm 
 interested bye this level?

Yes, CR will bring you to 5.7.

Paul.


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


Re: [CentOS] [CentOS-announce] Release for CentOS-5.7 i386 andx86_64

2011-09-13 Thread Michel Donais

 Did Centos cr will bring me to 5.7 or should I make a fresh install if 
 I'm
 interested bye this level?

 Yes, CR will bring you to 5.7.


Thank's

---
Michel Donais 

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


Re: [CentOS] how to stop an in-progress fsck that runs at boot?

2011-09-13 Thread Tracy Bost
  On 09/13/2011 09:39 PM, Matt Garman wrote:
 I can't seem to find the answer to this question via web search... I
 changed some hardware on a server, and upon powering it back on, got
 the /dev/xxx has gone 40 days without being check, check forced
 message.  Now it's running fsck on a huge (2 TB) ext3 filesystem (5400
 RPM drives no less).  How can I stop this in-progress check?  Ctrl-C
 doesn't seem to have any effect.  Is the only answer to wait it out?

 Also, as a side question: I always do this---let my servers run for a
 very long time, power down to change/upgrade hardware, then forget
 about the forced fsck, then pull my hair out waiting for it to finish
 (because I can't figure out how to stop it once it starts).  I know
 about tune2fs -c and -i, and also the last (or is it second to last?)
 column in /etc/fstab.  My question is more along the lines of best
 practices---what are most people doing with regards to regular fsck's
 of ext2/3/4 filesystems?  Do you just take the defaults, and let it
 delay the boot process by however long it takes?  Disable it
 completely?  Or do something like taking the filesystem offline on a
 running system?  Something else?

 Thanks,
 Matt
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
my first post here.  that same thing happened with me a few years ago 
with RHEL. i'm trying to remember the steps and seems like booted into 
single user/rescue mode and then turned the fsck flag to off in fstab 
for the partition(s). hope that can at least point you in the right 
direction.


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


Re: [CentOS] how to stop an in-progress fsck that runs at boot?

2011-09-13 Thread John R Pierce
On 09/13/11 8:57 PM, Tracy Bost wrote:
 my first post here.  that same thing happened with me a few years ago
 with RHEL. i'm trying to remember the steps and seems like booted into
 single user/rescue mode and then turned the fsck flag to off in fstab
 for the partition(s). hope that can at least point you in the right
 direction.


tune2fs sets the counter (40 days or whatever).


-- 
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] [CentOS-announce] Release for CentOS-5.7 i386 and x86_64

2011-09-13 Thread James A. Peltier
Any reason why 5 is not a symlink to 5.7 whereas 4 is a symlink to 4.8?  Looks 
like the same applies to 6!?!

- Original Message -
| -BEGIN PGP SIGNED MESSAGE-
| Hash: SHA1
| 
| We are pleased to announce the immediate availability of CentOS-5.7
| for
| i386 and x86_64 Architectures.
| 
| CentOS-5.7 is based on the upstream release EL 5.7 and includes
| packages from all variants including Server and Client. All upstream
| repositories have been combined into one, to make it easier for end
| users to work with.
| 
| This is just an announcement email, not the release notes. The Release
| Notes for CentOS-5.7 can be found on-line at :
| http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.7 and everyone is
| encouraged to look through them once. Also worth browsing through are
| the CentOS FAQs at http://wiki.centos.org/FAQ
| 
| +++
| Upgrading from CentOS-5.6 ( or CentOS-5.0/5.1/5.2/5.3/5.4/5.5):
| 
| If you are already running CentOS-5.6 or an older CentOS-5 distro, all
| you need to do is update your machine via yum by running :
| 
| 'yum update'
| 
| Running 'yum list updates' before doing the update is recommended, so
| you can get a list of packages that are going to be updated. To check
| you are indeed on CentOS-5.7, run : 'rpm -q centos-release' and that
| should return: 'centos-release-5-7.el5.centos.1'
| 
| If you are running CentOS-5.6 and have the CR repo enabled, a simple
| 'yum update' will still move your machine to 5.7. But since the CR
| repo
| already contained all the 5.7 updates, there will only be a handful of
| rpms that need to be installed for the 5.6 to 5.7 upgrade. If you are
| not running the CR repo, we highly encourage everyone to install and
| run
| this repository on their machines. More details on the CR repo can be
| found online at
| http://wiki.centos.org/AdditionalResources/Repositories/CR
| 
| +++
| Downloading CentOS-5.7 for new installs:
| 
| When possible, consider using torrents to run the downloads. Not only
| does it help the community and keeps mirrors from running up high
| bandwidth bills, in most cases you will find its also the fastest
| means
| to download the distro. There are currently over a hundred people
| seeding CentOS-5 and it's possible to get upto 100mbps downloads via
| these torrents.
| 
| - -- Via BitTorrent :
| CD:
| http://mirror.centos.org/centos/5.7/isos/i386/CentOS-5.7-i386-bin-1to8.torrent
| 
http://mirror.centos.org/centos/5.7/isos/x86_64/CentOS-5.7-x86_64-bin-1to8.torrent
| 
| DVD:
| http://mirror.centos.org/centos/5.7/isos/i386/CentOS-5.7-i386-bin-DVD.torrent
| 
http://mirror.centos.org/centos/5.7/isos/x86_64/CentOS-5.7-x86_64-bin-DVD.torrent
| 
| md5sum's for these torrent files:
| 
| 8e29e525f45c4a7b3a963cc01ec3459a CentOS-5.7-i386-bin-1to8.torrent
| 32c9e0826b50d6be44823523be403c7f CentOS-5.7-x86_64-bin-1to8.torrent
| 795d6c11b5ef8907653360af52b9f317 CentOS-5.7-i386-bin-DVD.torrent
| 04c563f2c838bf6b255fcc5fcc18cf66 CentOS-5.7-x86_64-bin-DVD.torrent
| 
| sha1sum's for these torrent files:
| 
| 8a945ba89b03328480fde20eaa0b638ceb7f4509
| CentOS-5.7-i386-bin-1to8.torrent
| b1a18ba25e77543c4df9078dfafba990fbd58601
| CentOS-5.7-x86_64-bin-1to8.torrent
| d3c4ed0d14fe1873bbcee931224e5e8819f779dc
| CentOS-5.7-i386-bin-DVD.torrent
| 302850dd4f9a8198b303f872c83a5a16ec1c40c2
| CentOS-5.7-x86_64-bin-DVD.torrent
| 
| 
| While torrent files will do their own content checks, and only the
| right
| torrent will register and download from torrent.centos.org - its very
| important for your own security that an md5/sha1sum check is done on
| the
| .torrent file itself, and ensure that only the torrent.centos.org
| tracker is being used. Sha1sum's are more secure than md5's. Whenever
| possible, use sha1sum's instead of md5.
| 
| - -- Via direct download:
| Due to bandwidth considerations the CentOS Project does not publish
| ISOs
| directly from our network machines. However direct downloads are
| available from external mirrors over http, ftp and rsync. A geoip
| based list is available at
| http://isoredirect.centos.org/centos/5/isos/
| to give you the best predictable match ( and only lists mirrors that
| are
| updated already, so you don't need to waste time looking for a sync'd
| mirror )
| 
| Some mirrors also publish DVD images that can be downloaded directly.
| Refer to the mirrors list page at http://www.centos.org/mirrors for
| more
| details Mirrors that offer DVDs are clearly marked on the page.
| 
| +++
| sha1sum for these ISOS:
| 
| i386:
| 6acbf1db3f4dce6dce7df15c54394a7cef6c3a7d CentOS-5.7-i386-bin-1of8.iso
| 241e5ea801b449ff59191c620db0a6b00b4aaaf5 CentOS-5.7-i386-bin-2of8.iso
| 0955c2029c1839b1e3601bb4238a2cd6c84e9aca CentOS-5.7-i386-bin-3of8.iso
| 7e094a60e2ddb7904e425487b8c4936e464f10a5 CentOS-5.7-i386-bin-4of8.iso
| 3eb0ee0b146140c4ef812d69fbc8712da1c0661d CentOS-5.7-i386-bin-5of8.iso
| 31b689247da34a58119b91821b13f70424e85a16 CentOS-5.7-i386-bin-6of8.iso

Re: [CentOS] [CentOS-announce] Release for CentOS-5.7 i386 and x86_64

2011-09-13 Thread John R. Dennison
On Tue, Sep 13, 2011 at 09:24:48PM -0700, James A. Peltier wrote:
 Any reason why 5 is not a symlink to 5.7 whereas 4 is a symlink to
 4.8?  Looks like the same applies to 6!?!

Because the contents of 5/ are symlinks to the 5.7/ directories!?!




John
-- 
Another age must be the judge.

-- Charles Babbage, realizing the technology did not exist to construct his
   difference engine, 1837; a full-size implementation exists at the Mountain
   View, CA Computer History Museum (CHM), where this quote is displayed.  The
   same can be said of the PLATO computer project, which was celebrated in the
   PLATO@50 conference at the CHM, 2-3 June 2010


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


Re: [CentOS] [CentOS-announce] Release for CentOS-5.7 i386 and x86_64

2011-09-13 Thread John R Pierce
On 09/13/11 9:40 PM, John R. Dennison wrote:
 On Tue, Sep 13, 2011 at 09:24:48PM -0700, James A. Peltier wrote:
   Any reason why 5 is not a symlink to 5.7 whereas 4 is a symlink to
   4.8?  Looks like the same applies to 6!?!
 Because the contents of 5/ are symlinks to the 5.7/ directories!?!

yeah I noticed that they've changed that.  in 4.x, cd centos; ln -s 4 
4.8   but in 5.x+, its more like,

 cd centos/5.7
 for i in *; do ln $i ../5/$i; done



-- 
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


[CentOS] audit centos.org!

2011-09-13 Thread lancebaynes87
Recently hacked sites..:


http://www.linuxfoundation.org/

http://www.utorrent.com/

http://kernel.org/

http://www.linux.com/



Has the CentOS site ever been hacked? Are there any good audit processes to 
check the servers?

CentOS team, please be aware, there are many script-kiddies OR pro's out there 
who want websites like yours!

I love CentOS, and I don't want it to fail like kernel.org:


http://blackhats.com/infosuck/0x007c.png


Please pay more attention than in normal case! :\

/just an anxious CentOS user/

Thanks and sry for this e-mail.

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


Re: [CentOS] [CentOS-announce] Release for CentOS-5.7 i386 and x86_64

2011-09-13 Thread James A. Peltier
- Original Message -
| On Tue, Sep 13, 2011 at 09:24:48PM -0700, James A. Peltier wrote:
|  Any reason why 5 is not a symlink to 5.7 whereas 4 is a symlink to
|  4.8? Looks like the same applies to 6!?!
| 
| Because the contents of 5/ are symlinks to the 5.7/ directories!?!

Yes, I did notice that, just wondered why.  It seems more prone to breakage 
(creating multiple symlinks vs one)
-- 
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
  http://blogs.sfu.ca/people/jpeltier
I will do the best I can with the talent I have

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