Re: [CentOS-virt] Selecting raw logical volumes during guest VM creation

2011-12-08 Thread Travis
You can add additional lvs to your guest system as separate virtual hard
drives, this is the way I know of to achieve what you are trying to do.
Create additional virtual drives using the lvs you want as the storage,
then attach them to the vm. Hope this helps.
On Dec 7, 2011 7:43 PM, Jeff Boyce jbo...@meridianenv.com wrote:

 Greetings -

 I have stepped through the first guest OS installation (a testing VM) on my
 new server and have a technical question that I hope someone might be able
 to help me with.  I have exhausted my google search ability and have not
 been able to find the details I am looking for.  In general the question I
 am trying to answer is how to select and use multiple raw logical volumes
 when creating a new VM, rather than just a single raw logical volume (if it
 is possible).  Here are the details...

 I have setup my hardware with a single volume group (vg_mei) encompassing
 my
 entire raid array.  With this I set up my base OS (CentOS 6) for the
 purpose
 of managing the hardware and the few VMs that will be created (using KVM).
 Three LVs were created for the base OS (lv_hostroot, lv_hostswap, and
 lv_hostvar) to contain the appropriate parts of the base OS file system.
  As
 expected, /boot was located outside the volume group.  In preparation for
 installing my testing VM, I created two more LVs (lv_testroot and
 lv_testvar) to contain the appropriate parts of the guest file system.
 Following the RHEL6 Virtualization Guide (Section 25.1.4 for using
 LVM-based
 Storage Pools) I successfully added all the logical volumes that had been
 created into the host storage pool.  So when I start the Virt-Manager GUI
 and work through the five steps for creating a new VM (shown in Section 6.3
 of the RHEL6 Virtualization Guide), Step #4 provides the option for
 creating
 or using existing storage for the VM.  When I select the option to use
 managed or other existing storage then choose the browse button, I am
 given a dialog box that displays all LVs that I have previously created.
  At
 this point though I am only allowed to select a single LV to install the
 guest OS.  So I chose the lv_testroot logical volume and the installation
 was able to be completed (there was a little manual intervention required
 during the OS installation partitioning layout in order to prevent nesting
 LVMs).  But I am wondering if there is a way during Step #4 of the VM
 creation to pass multiple LVs to the system so that during the OS
 installation process you have all the LVs that you want for the
 partitioning
 layout.

 I assume that there is a way to add an LV to an existing VM after the guest
 OS is installed, then move portions of the file system over to the added
 LV.
 Following my example above, adding lv_testvar to the testing VM then move
 my
 /var directory over and add an entry in fstab to mount it at boot time.  I
 am doing some google searching right now to try and verify the details on
 how to do this.

 I curious about the best way to do the VM setup since I will be creating a
 new VM for my Samba file server, which will also include the users home
 directories.  So for the Samba VM I will create in advance LVs for /, /var,
 /home, and /sambashare.  Also is it possible to likewise add an LV for
 /swap
 after the fact (or is it really needed anymore for something like a small
 file server)?  I want to use raw LVs from my host system in order to be
 able
 to use the full capabilities of LVM for each of my guest VMs.  I realize
 that this may create a number of LVs to manage, but I don't expect to have
 more than 4 VMs on this box and I have worked out a good naming scheme for
 the LVs in order to keep track of everything.

 Any technical help, or pointers to blogs or technical documents that I may
 have missed, is greatly appreciated.  Thanks.


 Jeff Boyce
 Meridian Environmental
 www.meridianenv.com

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

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


Re: [CentOS-es] Olvidar contrasña SMB immediatamente

2011-12-08 Thread Guitart Francesc
Hola,

Gracias por tu respuesta.

Le 07/12/2011 16:18, carlos restrepo a écrit :
 yo controlaria el acceso a esos recursos con ACL'S. (Así aunque el recurso
 este visible no lo podra acceder y menos modificar).

Exactamente eso es lo que hago. Cada usuario tiene permisos para entrar 
en su recurso compartido y no en otro.

Sin embargo Nautilus no se desconecta del recurso compartido cuando 
expulsas el disco del Escritorio. Lo puedo ver con un netstat -an, hay 
dos conexiones por cada usuario que ha hecho login sobre el NAS (una al 
puerto 139 tcp y otra al 445 tcp).

Si después de conectarte con varios logins a sus respectivos recursos 
compartidos haces (desde cualquier ventana de Nautilus) un 
smb://ip_NAS puedes entrar a todos los recursos compartidos a los que 
anteriormente has accedido.

Ya le he dado muchas vueltas al tema e incluso he encontrado en 
https://bugzilla.gnome.org/ una entrada declarando este problema como un 
bug. Así que se me ocurrió probar con un CentOS 6 y el problema 
desaparece. Cuando te conectas a un recurso compartido puedes marcar la 
opción Olvidar inmediatamente en el momento que te pide la contraseña.
Parece que es una cuestión relacionada con la versión de Gnome porque 
tengo un par de RHEL antiguos y hacen lo mismo (Gnome 2.16), en cambio 
los Debian 6 y el CentOS 6 (Gnome 2.30) ya no.


-- 
Francesc Guitart
Service CRI
ENISE

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


[CentOS-es] Balance de Carga

2011-12-08 Thread Rolando Romero Acosta
Hola Lista

Tengo una red donde los usuarios se conectan a un firewall que
redirecciona los pedidos a un squid que tiene una tarjeta de red en la
red local y otra con IP real y de esa manera salen a Internet.

Lo que quiero hacer es montar dos squid y que cada uno salga por un
canal diferente (son dos canales)y que los pedidos de los usuarios se
balanceen entre los dos canales.

Además necesito que si un squid no está respondiendo por falla o algo
parecido, los paquetes se redireccionen solo al que funciona
correctamente.

Existe alguna herramienta en Centos que se encargue de balancear los
pedidos a uno u otro squid


Gracias
-- 
Rolando Romero Acosta 

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


Re: [CentOS-es] Balance de Carga

2011-12-08 Thread Ernesto Pérez Estévez
On Thu, 2011-12-08 at 17:50 -0500, Rolando Romero Acosta wrote:
 
 Existe alguna herramienta en Centos que se encargue de balancear los
 pedidos a uno u otro squid 

hola roly
qué gusto saludarte

léete: www.lartc.org

intenta con clearos que es basado en centos y permite multiwan. Pero no,
un sistema que haga eso fácilmente no habrá, pero aplicándole un poquito
de lógica lo lograrás.. y sé que tienes para eso.
saludos
epe



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


[CentOS] Netinstall wants to use wlan0

2011-12-08 Thread Jeff Gordon
Hi, Folks --

I'm setting up an Acer Aspire 5250 as a Christmas gift, CentOS 6 netinstall
insists on trying to configure wlan0 but I'm using a wired DSL connection,
consequently netinstall fails and only offers the option to Retry.

How can I get it to bypass the wlan0 idea and go straight to eth0...?

Thanks,

-- 

 -- Jeff --   http://www.wellnow.com

 There's nothing left in the world to prove.  All that's worth doing
  is to love one another, using whatever means are available to serve.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] /etc/cron.d

2011-12-08 Thread Cliff Pratt
You can put a crontab file in there. Just don't alter any of the
others. Crond automatically runs everything in /etc/cron.d, in
/etc/crontab, and in user crontabs.

Cheers,

Cliff

On Thu, Dec 8, 2011 at 8:23 PM, Fajar Priyanto fajar...@arinet.org wrote:
 Hi all,
 Who takes care of cronjob in /etc/cron.d ?
 Should we tell crond to run it?

 /etc/crontab only mentions hourly, daily, weekly, monthly

 --
 Thanks
 Fajar
 ___
 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] /etc/cron.d

2011-12-08 Thread Fajar Priyanto
On Thu, Dec 8, 2011 at 4:27 PM, Cliff Pratt enkiduonthe...@gmail.com wrote:
 You can put a crontab file in there. Just don't alter any of the
 others. Crond automatically runs everything in /etc/cron.d, in
 /etc/crontab, and in user crontabs.


That's what I thought, but /etc/crontab only mention this:
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly

No /etc/cron.d
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Netinstall wants to use wlan0

2011-12-08 Thread Fabien Archambault
On 12/08/2011 09:11 AM, Jeff Gordon wrote:
 Hi, Folks --

 I'm setting up an Acer Aspire 5250 as a Christmas gift, CentOS 6 netinstall
 insists on trying to configure wlan0 but I'm using a wired DSL connection,
 consequently netinstall fails and only offers the option to Retry.

 How can I get it to bypass the wlan0 idea and go straight to eth0...?

 Thanks,

Hi,

I believe there is an hardware switch available to shutdown the wirless 
on this laptop. If you disable it then no wlan0 can be used.

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


Re: [CentOS] Netinstall wants to use wlan0

2011-12-08 Thread Jeff Gordon
Hi, Fabien --

Thanks. :-)  I removed two screws that seemed to be holding a cover in place
over the HD-and-memory compartment, but the cover remained pretty tightly in
place anyway.  Dunno what I'm missing -- but if there's a switch in this laptop
I'd figure it must be in there. (?)  Now what...

 -- Jeff --

On Thu, Dec 08, 2011 at 09:34:10AM +0100, Fabien Archambault wrote:
 On 12/08/2011 09:11 AM, Jeff Gordon wrote:
  Hi, Folks --
 
  I'm setting up an Acer Aspire 5250 as a Christmas gift, CentOS 6 netinstall
  insists on trying to configure wlan0 but I'm using a wired DSL connection,
  consequently netinstall fails and only offers the option to Retry.
 
  How can I get it to bypass the wlan0 idea and go straight to eth0...?
 
  Thanks,
 
 Hi,
 
 I believe there is an hardware switch available to shutdown the wirless 
 on this laptop. If you disable it then no wlan0 can be used.
 
 Fabien
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

-- 

 -- Jeff --   http://www.wellnow.com

 There's nothing left in the world to prove.  All that's worth doing
  is to love one another, using whatever means are available to serve.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Netinstall wants to use wlan0

2011-12-08 Thread Bert Koerperich
On 12/08/2011 09:34 AM, Fabien Archambault wrote:
 On 12/08/2011 09:11 AM, Jeff Gordon wrote:
 Hi, Folks --

 I'm setting up an Acer Aspire 5250 as a Christmas gift, CentOS 6 netinstall
 insists on trying to configure wlan0 but I'm using a wired DSL connection,
 consequently netinstall fails and only offers the option to Retry.

 How can I get it to bypass the wlan0 idea and go straight to eth0...?

 Thanks,

 Hi,

 I believe there is an hardware switch available to shutdown the wirless
 on this laptop. If you disable it then no wlan0 can be used.

 Fabien
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
Hi Jeff,
or try to open a console and disable the WLAN interface (ifconfig wlan0 
down), and set the default route to the ETH interface (route add default 
eth0).
Cheers, Bert.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Netinstall wants to use wlan0

2011-12-08 Thread John R Pierce
On 12/08/11 12:52 AM, Jeff Gordon wrote:
 Thanks. :-)  I removed two screws that seemed to be holding a cover in place
 over the HD-and-memory compartment, but the cover remained pretty tightly in
 place anyway.  Dunno what I'm missing -- but if there's a switch in this 
 laptop
 I'd figure it must be in there. (?)  Now what...

no, those wireless enabled/disabled switches are either external, or 
more frequently, a special keyboard hotkey combination, like Fn + F2 on 
my dells.



-- 
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] Netinstall wants to use wlan0

2011-12-08 Thread Jeff Gordon
Hi, Bert --

Thanks. :-)  Doesn't seem to be an opportunity or way to open a console
before this problem comes up, with netinstall.  I just scanned to see if
there might be a kernel parameter for it; doesn't seem to be.

 -- Jeff --

On Thu, Dec 08, 2011 at 09:53:42AM +0100, Bert Koerperich wrote:
 On 12/08/2011 09:34 AM, Fabien Archambault wrote:
  On 12/08/2011 09:11 AM, Jeff Gordon wrote:
  Hi, Folks --
 
  I'm setting up an Acer Aspire 5250 as a Christmas gift, CentOS 6 netinstall
  insists on trying to configure wlan0 but I'm using a wired DSL connection,
  consequently netinstall fails and only offers the option to Retry.
 
  How can I get it to bypass the wlan0 idea and go straight to eth0...?
 
  Thanks,
 
  Hi,
 
  I believe there is an hardware switch available to shutdown the wirless
  on this laptop. If you disable it then no wlan0 can be used.
 
  Fabien
  ___
  CentOS mailing list
  CentOS@centos.org
  http://lists.centos.org/mailman/listinfo/centos
 Hi Jeff,
 or try to open a console and disable the WLAN interface (ifconfig wlan0 
 down), and set the default route to the ETH interface (route add default 
 eth0).
 Cheers, Bert.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

-- 

 -- Jeff --   http://www.wellnow.com

 There's nothing left in the world to prove.  All that's worth doing
  is to love one another, using whatever means are available to serve.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Netinstall wants to use wlan0

2011-12-08 Thread Bert Koerperich
On 12/08/2011 10:13 AM, Jeff Gordon wrote:
 Hi, Bert --

 Thanks. :-)  Doesn't seem to be an opportunity or way to open a console
 before this problem comes up, with netinstall.  I just scanned to see if
 there might be a kernel parameter for it; doesn't seem to be.

   -- Jeff --

 On Thu, Dec 08, 2011 at 09:53:42AM +0100, Bert Koerperich wrote:
 On 12/08/2011 09:34 AM, Fabien Archambault wrote:
 On 12/08/2011 09:11 AM, Jeff Gordon wrote:
 Hi, Folks --

 I'm setting up an Acer Aspire 5250 as a Christmas gift, CentOS 6 netinstall
 insists on trying to configure wlan0 but I'm using a wired DSL connection,
 consequently netinstall fails and only offers the option to Retry.

 How can I get it to bypass the wlan0 idea and go straight to eth0...?

 Thanks,

 Hi,

 I believe there is an hardware switch available to shutdown the wirless
 on this laptop. If you disable it then no wlan0 can be used.

 Fabien
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 Hi Jeff,
 or try to open a console and disable the WLAN interface (ifconfig wlan0
 down), and set the default route to the ETH interface (route add default
 eth0).
 Cheers, Bert.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
Hi Jeff,
then sorry for this :)
I have to admit that I up to now only installed other linux-distribs and 
there has been always a way to open a console via alt-f1, or f2 etc pp.
Cheers, Bert.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Netinstall wants to use wlan0

2011-12-08 Thread Tom De Vylder
Hi Jeff,

You can use Alt + F3 or Alt  + F4 once you're inside the installer to open a 
console.
If you disable the wlan0 interface before the network part of the installer you 
should be ok.

Regards,
Tom

On 08 Dec 2011, at 10:13, Jeff Gordon wrote:

 Hi, Bert --
 
 Thanks. :-)  Doesn't seem to be an opportunity or way to open a console
 before this problem comes up, with netinstall.  I just scanned to see if
 there might be a kernel parameter for it; doesn't seem to be.
 
 -- Jeff --
 
 On Thu, Dec 08, 2011 at 09:53:42AM +0100, Bert Koerperich wrote:
 On 12/08/2011 09:34 AM, Fabien Archambault wrote:
 On 12/08/2011 09:11 AM, Jeff Gordon wrote:
 Hi, Folks --
 
 I'm setting up an Acer Aspire 5250 as a Christmas gift, CentOS 6 netinstall
 insists on trying to configure wlan0 but I'm using a wired DSL connection,
 consequently netinstall fails and only offers the option to Retry.
 
 How can I get it to bypass the wlan0 idea and go straight to eth0...?
 
 Thanks,
 
 Hi,
 
 I believe there is an hardware switch available to shutdown the wirless
 on this laptop. If you disable it then no wlan0 can be used.
 
 Fabien
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 Hi Jeff,
 or try to open a console and disable the WLAN interface (ifconfig wlan0 
 down), and set the default route to the ETH interface (route add default 
 eth0).
 Cheers, Bert.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
 -- 
 
 -- Jeff --   http://www.wellnow.com
 
 There's nothing left in the world to prove.  All that's worth doing
  is to love one another, using whatever means are available to serve.
 ___
 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] Netinstall wants to use wlan0

2011-12-08 Thread Jeff Gordon
Hi, John --

Thanks. :-)  Looks like it'd be Fn + F3 on this one, but I suspect they set
it up to work that way with Windows.  There's no light to be seen anywhere,
and pressing it made no difference to CentoOS netinstall.

 -- Jeff --

On Thu, Dec 08, 2011 at 12:58:08AM -0800, John R Pierce wrote:
 On 12/08/11 12:52 AM, Jeff Gordon wrote:
  Thanks. :-)  I removed two screws that seemed to be holding a cover in place
  over the HD-and-memory compartment, but the cover remained pretty tightly in
  place anyway.  Dunno what I'm missing -- but if there's a switch in this 
  laptop
  I'd figure it must be in there. (?)  Now what...
 
 no, those wireless enabled/disabled switches are either external, or 
 more frequently, a special keyboard hotkey combination, like Fn + F2 on 
 my dells.
 
 
 
 -- 
 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

-- 

 -- Jeff --   http://www.wellnow.com

 There's nothing left in the world to prove.  All that's worth doing
  is to love one another, using whatever means are available to serve.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] UC /etc/cron.d

2011-12-08 Thread Rushton Martin
From man 8 cron

   Cron  searches  /var/spool/cron  for  crontab  files which are
named
   after accounts ...  Cron  also
   searches  for /etc/crontab and the files in the directory, which
are
   in a different format (see crontab(5) ).

So cron itself knows about /etc/cron.d and checks it.  No need to have
an
entry in /etc/crontab 


Martin Rushton
HPC System Manager, Weapons Technologies
Tel: 01959 514777, Mobile: 07939 219057
email: jmrush...@qinetiq.com
www.QinetiQ.com
QinetiQ - Delivering customer-focused solutions

Please consider the environment before printing this email.
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf Of Fajar Priyanto
Sent: 08 December 2011 08:31
To: CentOS mailing list
Subject: Re: [CentOS] /etc/cron.d

On Thu, Dec 8, 2011 at 4:27 PM, Cliff Pratt enkiduonthe...@gmail.com
wrote:
 You can put a crontab file in there. Just don't alter any of the 
 others. Crond automatically runs everything in /etc/cron.d, in 
 /etc/crontab, and in user crontabs.


That's what I thought, but /etc/crontab only mention this:
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly

No /etc/cron.d
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
This email and any attachments to it may be confidential and are
intended solely for the use of the individual to whom it is 
addressed. If you are not the intended recipient of this email,
you must neither take any action based upon its contents, nor 
copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. QinetiQ may 
monitor email traffic data and also the content of email for 
the purposes of security. QinetiQ Limited (Registered in England
 Wales: Company Number: 3796233) Registered office: Cody Technology 
Park, Ively Road, Farnborough, Hampshire, GU14 0LX  http://www.qinetiq.com.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Mark Killingback is out of the office.

2011-12-08 Thread mark

I will be out of the office starting  08/12/2011 and will not return until
14/12/2011.

If you require urgent assistance please contact 01603 630684.
a href=http://www.pacificgroup.co.uk;http://www.pacificgroup.co.uk /a
Tel: 01603 630684
Fax: 01603 617930

This email is subject to our email disclaimer

Pacific Limited
Registered in England and Wales No. 02374293
Registered Office: 1st Floor, Woburn House, 84 St Benedicts Street, Norwich, 
Norfolk, England,
NR2 4AB

Pacific (Norwich) Limited
Registered in England and Wales No. 02208246
Registered Office: 1st Floor, Woburn House, 84 St Benedicts Street, Norwich, 
Norfolk, England,
NR2 4AB
Authorised and regulated by the Financial Services Authority
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Netinstall wants to use wlan0

2011-12-08 Thread Ljubomir Ljubojevic
Vreme: 12/08/2011 10:13 AM, Jeff Gordon piše:
 Hi, Bert --

 Thanks. :-)  Doesn't seem to be an opportunity or way to open a console
 before this problem comes up, with netinstall.  I just scanned to see if
 there might be a kernel parameter for it; doesn't seem to be.

   -- Jeff --


Jeff, can you please write bellow our responses? So we can follow your 
thread from up to down not jump up and down. thanks.


Do you have User Guide Manual for your Notebook? Here it is:

http://global-download.acer.com/GDFiles/Document/QuickStartGuide/QuickStartGuide_Acer_1.0_A_A.zip?acerid=634408513967391857Step1=NOTEBOOKStep2=ASPIREStep3=ASPIRE%205250OS=ALLLC=enBC=ACERSC=PA_7

On page 7 it says:

Fn + F3 Communication Enables/disables the computer’s
communication devices.

Fn key is blue and on lower left side of the keyboard.

There should be 3-4-presses cycle. It will turn on and off both WiFi and 
Bluethooth (if installed) devices and, individually and both at the same 
time.


-- 

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

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


Re: [CentOS] /etc/cron.d

2011-12-08 Thread Reindl Harald


Am 08.12.2011 09:30, schrieb Fajar Priyanto:
 On Thu, Dec 8, 2011 at 4:27 PM, Cliff Pratt enkiduonthe...@gmail.com wrote:
 You can put a crontab file in there. Just don't alter any of the
 others. Crond automatically runs everything in /etc/cron.d, in
 /etc/crontab, and in user crontabs.

 That's what I thought, but /etc/crontab only mention this:
 # run-parts
 01 * * * * root run-parts /etc/cron.hourly
 02 4 * * * root run-parts /etc/cron.daily
 22 4 * * 0 root run-parts /etc/cron.weekly
 42 4 1 * * root run-parts /etc/cron.monthly
 
 No /etc/cron.d

jesus christ crond does not need a hint in the crontab to
know that he has to enumerate /etc/cron.d

the same all other software working with /etc/anything.d/ does
not need to ne configured to do that



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


Re: [CentOS] Netinstall wants to use wlan0

2011-12-08 Thread Ljubomir Ljubojevic
Vreme: 12/08/2011 10:38 AM, Jeff Gordon piše:
 Hi, John --

 Thanks. :-)  Looks like it'd be Fn + F3 on this one, but I suspect they set
 it up to work that way with Windows.  There's no light to be seen anywhere,
 and pressing it made no difference to CentoOS netinstall.


Netinstall will not be able to see the change while loaded. You should 
try changing on/off once, and the boot netinstall again.

-- 

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

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


Re: [CentOS] Netinstall wants to use wlan0

2011-12-08 Thread Karanbir Singh
On 12/08/2011 09:28 AM, Bert Koerperich wrote:
 Hi Jeff,
 then sorry for this :)
 I have to admit that I up to now only installed other linux-distribs and 
 there has been always a way to open a console via alt-f1, or f2 etc pp.

you can do that on CentOS as well! its on VC#2, but only once stage2 or
the install image has loaded.

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


Re: [CentOS] Netinstall wants to use wlan0

2011-12-08 Thread Karanbir Singh
On 12/08/2011 08:11 AM, Jeff Gordon wrote:
 Hi, Folks --
 
 I'm setting up an Acer Aspire 5250 as a Christmas gift, CentOS 6 netinstall
 insists on trying to configure wlan0 but I'm using a wired DSL connection,
 consequently netinstall fails and only offers the option to Retry.

how do you know that ? ( not being pedantic, just want to confirm what
sign / status you see that confirms its using the wlan0 ?  )

 How can I get it to bypass the wlan0 idea and go straight to eth0...?

the installer will give you a choice as to what network interface you
want to use, if you are not seeing that its possible the installer does
not see the second interface at all. If you are certain that the
interface is indeed up and running, you can specify the ksdevice=MAC
on the boot line, and force it to use a specific eth interface.

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


Re: [CentOS] Netinstall wants to use wlan0

2011-12-08 Thread Scott Robbins
On Thu, Dec 08, 2011 at 01:38:04PM +, Karanbir Singh wrote:
 On 12/08/2011 08:11 AM, Jeff Gordon wrote:
  Hi, Folks --
  
  I'm setting up an Acer Aspire 5250 as a Christmas gift, CentOS 6 netinstall
  insists on trying to configure wlan0 but I'm using a wired DSL connection,
  consequently netinstall fails and only offers the option to Retry.
 
 how do you know that ? ( not being pedantic, just want to confirm what
 sign / status you see that confirms its using the wlan0 ?  )
 
  How can I get it to bypass the wlan0 idea and go straight to eth0...?
 
 the installer will give you a choice as to what network interface you
 want to use, if you are not seeing that its possible the installer does
 not see the second interface at all. 

I am trying to remember how this went on my Acer. Firstly, the hardware
switch for the wireless is probably on the front.  It doesn't give any
sign that it's on or off, you move it to one side, then release and try
this a few times.  

The light, depending upon the model of card, might only work with
Windows, though I think more recent editions of Fedora and Ubuntu
_might_ show that it works or doesn't. My memory is hazy there.  

There should be, possibly in the lower left, an option to configure
network.  It's also possible that the button is offscreen.

My guess, if it's really not giving the option to use the wired
ethernet, is that KB's thought is the case, that for some reason, it's
simply not seeing the wired ethernet card.


-- 
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

Buffy: I told one lie... I had one drink... 
Giles: Yes. And you were very nearly devoured by a giant demon 
snake. The words, 'Let that be a lesson' are a tad redundant at 
this juncture. 

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


Re: [CentOS] Netinstall wants to use wlan0

2011-12-08 Thread m . roth
Coming into this late
Scott Robbins wrote:
 On Thu, Dec 08, 2011 at 01:38:04PM +, Karanbir Singh wrote:
 On 12/08/2011 08:11 AM, Jeff Gordon wrote:
  Hi, Folks --
 
  I'm setting up an Acer Aspire 5250 as a Christmas gift, CentOS 6
  netinstall insists on trying to configure wlan0 but I'm using a
  wired DSL connection, consequently netinstall fails and only offers
  the option to Retry.
snip
 the installer will give you a choice as to what network interface you
 want to use, if you are not seeing that its possible the installer does
 not see the second interface at all.

 I am trying to remember how this went on my Acer. Firstly, the hardware
 switch for the wireless is probably on the front.  It doesn't give any
 sign that it's on or off, you move it to one side, then release and try
 this a few times.
snip
This is my first thought, also. I've not dealt with an Acer - my laptops
from work for years have been Dells, and they have a tiny switch that
turns wireless on and off, and I *have* to turn it off to get it to use
the cable.

  mark

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


[CentOS] Backup Redux

2011-12-08 Thread Alan McKay
Hey folks,

I just went through the archives to see what people are doing for backups,
and here is what I found :
- amanda
- bacula
- BackupPC
- FreeNAS

Here is my situation : we have pretty much all Sun hardware with a Sun
StorageTek SL24 tape unit backing it all up.  OSes are a combination of
RHEL and CentOS.  The software we are using is EMC

NetWorker Management Console version 3.5.1.Build.269
based on NetWorker version 7.5.1.Build.269

The pickle we are in right now is that this software is Java based, and
stops working at a very specific release of JRE (1.6.26 or something like
that).  We still have some machines around with that release and it looks
like we need to keep at least 1 of them, but this is clearly not a long
term viable solution.

In the end I want to get our central IT group to take over our backups if
possible (we are a bit of an island outside of central IT), but as I pursue
that path I also want to pursue a 2ndary path assuming they will say no.

I am familiar with BackupPC and will look at the other recommendations
above.  I think that Bacula and Amanda are sort of the drop-in replacements
for what we have now so I'll look at them most closely.   But if I do have
to carry forward with our own backups I'd ideally like to get out of the
tape game - never liked tapes.

Anyway, since the last big backup discussion was over a year ago I figured
I'd kick off another one to see if anything new has come up in the mean
time.

What are the current recommendations?

cheers,
-Alan

-- 
“Don't eat anything you've ever seen advertised on TV”
 - Michael Pollan, author of In Defense of Food
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Backup Redux

2011-12-08 Thread Lars Hecking
 
 NetWorker Management Console version 3.5.1.Build.269
 based on NetWorker version 7.5.1.Build.269
 
 The pickle we are in right now is that this software is Java based, and
 stops working at a very specific release of JRE (1.6.26 or something like
 that).  We still have some machines around with that release and it looks
 like we need to keep at least 1 of them, but this is clearly not a long
 term viable solution.
 
 I'm pretty sure I saw a note on the networker list that 7.6 SP3 works
 with update 27, update 29, and java 7.

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


Re: [CentOS] Backup Redux

2011-12-08 Thread Les Mikesell
On Thu, Dec 8, 2011 at 8:53 AM, Alan McKay alan.mc...@gmail.com wrote:

 Here is my situation : we have pretty much all Sun hardware with a Sun
 StorageTek SL24 tape unit backing it all up.  OSes are a combination of
 RHEL and CentOS.  The software we are using is EMC

    NetWorker Management Console version 3.5.1.Build.269
    based on NetWorker version 7.5.1.Build.269

 The pickle we are in right now is that this software is Java based, and
 stops working at a very specific release of JRE (1.6.26 or something like
 that).

That sounds like something that can/should be fixed.


 I am familiar with BackupPC and will look at the other recommendations
 above.  I think that Bacula and Amanda are sort of the drop-in replacements
 for what we have now so I'll look at them most closely.   But if I do have
 to carry forward with our own backups I'd ideally like to get out of the
 tape game - never liked tapes.

If you want mostly-online backups with perhaps an occasional tar
archive, it will be hard to beat backuppc because of it's storage
pooling and ability to run over rsync or smb with no remote agents.
For all-tape, I'd probably go with amanda because of its ability
juggle the full/incremental mix automatically to fit the available
tape size.  I haven't used bacula but it looks like it might be good
if you want a mix of online and tape storage and can deal with the
agent installs.

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


Re: [CentOS] Backup Redux

2011-12-08 Thread Craig White

On Dec 8, 2011, at 8:43 AM, Les Mikesell wrote:

 On Thu, Dec 8, 2011 at 8:53 AM, Alan McKay alan.mc...@gmail.com wrote:
 
 Here is my situation : we have pretty much all Sun hardware with a Sun
 StorageTek SL24 tape unit backing it all up.  OSes are a combination of
 RHEL and CentOS.  The software we are using is EMC
 
NetWorker Management Console version 3.5.1.Build.269
based on NetWorker version 7.5.1.Build.269
 
 The pickle we are in right now is that this software is Java based, and
 stops working at a very specific release of JRE (1.6.26 or something like
 that).
 
 That sounds like something that can/should be fixed.
 
 
 I am familiar with BackupPC and will look at the other recommendations
 above.  I think that Bacula and Amanda are sort of the drop-in replacements
 for what we have now so I'll look at them most closely.   But if I do have
 to carry forward with our own backups I'd ideally like to get out of the
 tape game - never liked tapes.
 
 If you want mostly-online backups with perhaps an occasional tar
 archive, it will be hard to beat backuppc because of it's storage
 pooling and ability to run over rsync or smb with no remote agents.
 For all-tape, I'd probably go with amanda because of its ability
 juggle the full/incremental mix automatically to fit the available
 tape size.  I haven't used bacula but it looks like it might be good
 if you want a mix of online and tape storage and can deal with the
 agent installs.

also - Bacula now has 'Enterprise' version with SLA and yes, Bacula can not 
only do tape and/or disk but can also migrate backup jobs (ie, disk to tape)

http://www.baculasystems.com/

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


Re: [CentOS] Backup Redux

2011-12-08 Thread Philippe Naudin
Le jeu 08 déc 2011 09:43:21 CET, Les Mikesell a écrit:

 On Thu, Dec 8, 2011 at 8:53 AM, Alan McKay alan.mc...@gmail.com wrote:
 
  Here is my situation : we have pretty much all Sun hardware with a Sun
  StorageTek SL24 tape unit backing it all up.  OSes are a combination of
  RHEL and CentOS.  The software we are using is EMC
 
     NetWorker Management Console version 3.5.1.Build.269
     based on NetWorker version 7.5.1.Build.269
 
  The pickle we are in right now is that this software is Java based, and
  stops working at a very specific release of JRE (1.6.26 or something like
  that).
 
 That sounds like something that can/should be fixed.
 
 
  I am familiar with BackupPC and will look at the other recommendations
  above.  I think that Bacula and Amanda are sort of the drop-in replacements
  for what we have now so I'll look at them most closely.   But if I do have
  to carry forward with our own backups I'd ideally like to get out of the
  tape game - never liked tapes.
 
 If you want mostly-online backups with perhaps an occasional tar
 archive, it will be hard to beat backuppc because of it's storage
 pooling and ability to run over rsync or smb with no remote agents.
 For all-tape, I'd probably go with amanda because of its ability
 juggle the full/incremental mix automatically to fit the available
 tape size.  I haven't used bacula but it looks like it might be good
 if you want a mix of online and tape storage and can deal with the
 agent installs.

In this last scenario, dar (http://dar.linux.free.fr/doc/Features.html)
works just fine and don't need any remote agent. It is also at least as
fast as Bacula at restore time, provided the catalogue is ready.

-- 
Philippe Naudin
UMR MISTEA : Mathématiques, Informatique et STatistique pour 
l'Environnement et l'Agronomie
INRA, bâtiment 29   -   2 place Viala   -   34060 Montpellier cedex 2
tél: 04.99.61.26.34, fax: 04.99.61.29.03, mél: nau...@supagro.inra.fr
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Backup Redux

2011-12-08 Thread Les Mikesell
On Thu, Dec 8, 2011 at 9:55 AM, Philippe Naudin
philippe.nau...@supagro.inra.fr wrote:

 If you want mostly-online backups with perhaps an occasional tar
 archive, it will be hard to beat backuppc because of it's storage
 pooling and ability to run over rsync or smb with no remote agents.
 For all-tape, I'd probably go with amanda because of its ability
 juggle the full/incremental mix automatically to fit the available
 tape size.  I haven't used bacula but it looks like it might be good
 if you want a mix of online and tape storage and can deal with the
 agent installs.

 In this last scenario, dar (http://dar.linux.free.fr/doc/Features.html)
 works just fine and don't need any remote agent. It is also at least as
 fast as Bacula at restore time, provided the catalogue is ready.

That looks like a one-off kind of tool.  Backuppc/amanda/backula are
all frameworks to manage potentially large numbers of targets.

Another interesting thing is Relax and Recover
(http://rear.sourceforge.net/ - in EPEL as rear).  This is something
that you run on a working system to generate a bootable iso with that
system's own tools to reconstruct the current filesystem layout
(including LVM/md raid, etc.) and restore a backup onto it.  It
includes a few backup methods internally but with a small amount of
work you could integrate your own backup approach into it to get a
fully-scripted bare metal restore.

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


Re: [CentOS] Backup Redux

2011-12-08 Thread Alan McKay

  I'm pretty sure I saw a note on the networker list that 7.6 SP3 works
  with update 27, update 29, and java 7.


Well we don't have a support contract - is it a free upgrade?


-- 
“Don't eat anything you've ever seen advertised on TV”
 - Michael Pollan, author of In Defense of Food
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Backup Redux

2011-12-08 Thread m . roth
Alan McKay wrote:
 Hey folks,

 I just went through the archives to see what people are doing for backups,
 and here is what I found :
 - amanda
 - bacula
 - BackupPC
 - FreeNAS

You missed rsync.
snip
  mark

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


Re: [CentOS] Incorrect evince password request

2011-12-08 Thread John Hodrien
On Wed, 7 Dec 2011, Johnny Hughes wrote:

 I am against it because it adds clutter that I don't want ... also, if I
 ever need to build anything on a machine with multi-lib it is very hard
 to control what the auto config/compile tools do.

 Then there are sometimes issues with the way RH does multi-lib ... the
 sharing of config and doc files.  This sometimes causes issues.

 But, the overriding reason is, if I wanted to run i686 stuff, I would
 have installed the i686 distro :)

Thing is, when you hit the end of the road and have a 32bit compiled piece of
software that you can't rebuild, you have to accept that you *do* want to run
32bit software, but would rather run 64bit when possible.  In that reality,
having only necessary 32bit libs installed doesn't really cause the world to
implode.

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


Re: [CentOS] Backup Redux

2011-12-08 Thread Les Mikesell
On Thu, Dec 8, 2011 at 10:31 AM,  m.r...@5-cent.us wrote:

 I just went through the archives to see what people are doing for backups,
 and here is what I found :
 - amanda
 - bacula
 - BackupPC
 - FreeNAS

 You missed rsync.

Rsync is another one-off approach where you have to roll your own
commands per target.   Backuppc can use rsync as the transport,
collating all the results into one centrally managed archive with a
web interface that makes it easier to set up than rsync itself.  Plus
it will compress the data and pool all identical content so you can
keep much more history online than you would expect.

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


Re: [CentOS] Help to install horde

2011-12-08 Thread Weplica
Thanks for all, but I have change apache config to alowed my IP.




Quoting Mitch Patenaude mpatena...@shutterfly.com:

 On 12/7/11 1:46 PM, Weplica i...@weplica.com wrote:
 [...]
 And I do that:
 If Apache is running, you must now configure this installation of
 Horde by visiting:
 http://127.0.0.1/horde/
 and then navigating to Administration  Setup  Horde

 Documentation on configuring Horde can be found at:
 /usr/share/doc/horde-3.3.11/docs/INSTALL


 But I only have ssh access, so I do:

 http:// my-ip /horde/

 But I have nothing...

 The web server is probably only bound to the localhost interface as a
 security measure.

 You could launch a remote firefox as mroth suggested, but I would use ssh
 port forwarding instead:

 ssh your_server -L8080:localhost:80

 Then you can open a browser with the url:
 http://localhost:8080/horde/

 and that should do what you want.

   -- Mitch Patenaudempatena...@shutterfly.com

 ___
 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] Backup Redux

2011-12-08 Thread m . roth
Les Mikesell wrote:
 On Thu, Dec 8, 2011 at 10:31 AM,  m.r...@5-cent.us wrote:

 I just went through the archives to see what people are doing for
 backups,
 and here is what I found :
 - amanda
 - bacula
 - BackupPC
 - FreeNAS

 You missed rsync.

 Rsync is another one-off approach where you have to roll your own
 commands per target.   Backuppc can use rsync as the transport,
snip
Actually, my manager wrote a set of scripts some years ago, and we *do*
have centralized backup setups, which get automagically pushed out, and
the backup hosts know what directories to backup from each server.

But it is a roll-your-own, though I'd have to go look to see if he
released it as FOSS.

mark


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


Re: [CentOS] Backup Redux

2011-12-08 Thread Les Mikesell
On Thu, Dec 8, 2011 at 11:00 AM,  m.r...@5-cent.us wrote:

 I just went through the archives to see what people are doing for
 backups,
 and here is what I found :
 - amanda
 - bacula
 - BackupPC
 - FreeNAS

 You missed rsync.

 Rsync is another one-off approach where you have to roll your own
 commands per target.   Backuppc can use rsync as the transport,
 snip
 Actually, my manager wrote a set of scripts some years ago, and we *do*
 have centralized backup setups, which get automagically pushed out, and
 the backup hosts know what directories to backup from each server.

 But it is a roll-your-own, though I'd have to go look to see if he
 released it as FOSS.

But is it better somehow than backuppc, which is basically a perl script that:
 (a) can use rsync, tar, smb, or ftp to collect the backups
 (b) provides a web interface with the ability to delegate host 'owners'
 (c) schedules everything for you
 (d) optionally compresses
 (e) detects and pools files with duplicate content, even from
different sources.
 (f) is packaged in EPEL

It does have its own quirks, of course.  The main ones being that its
rsync-in-perl (on the server side so it can work with its own
compressed files while chatting with a stock remote rsync) is somewhat
slow, and that its archive storage that uses hardlinks for pooling may
end up being impractical to copy with file-oriented tools.  But
basically it just takes care of itself after the initial setup.

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


Re: [CentOS] Backup Redux

2011-12-08 Thread Alan McKay
Anyone have any experience with this, which just came to my attention

http://www.arkeia.com/en/solutions/open-source-solutions

-- 
“Don't eat anything you've ever seen advertised on TV”
 - Michael Pollan, author of In Defense of Food
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Backup Redux

2011-12-08 Thread Rob Kampen

Les Mikesell wrote:

On Thu, Dec 8, 2011 at 10:31 AM,  m.r...@5-cent.us wrote:
  

I just went through the archives to see what people are doing for backups,
and here is what I found :
- amanda
- bacula
- BackupPC
- FreeNAS
  

You missed rsync.



Rsync is another one-off approach where you have to roll your own
commands per target.   Backuppc can use rsync as the transport,
collating all the results into one centrally managed archive with a
web interface that makes it easier to set up than rsync itself.  Plus
it will compress the data and pool all identical content so you can
keep much more history online than you would expect.
  
I use backuppc, but find that in order to restore one has to be or know 
the admin user password.
There appears to be no way to open this up to users to directly see and 
restore from the file tree that it manages.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Backup Redux

2011-12-08 Thread Alan McKay
 I use backuppc, but find that in order to restore one has to be or know
 the admin user password.
 There appears to be no way to open this up to users to directly see and
 restore from the file tree that it manages.


Huh?  No.  Users can do their own restores from the web interface without
root access.  I think you need to go back and read the fine manual a bit
more :-)   There is definitely a way to set up users on there though.  I
have a fair bit of experience with BackupPC (great software)



-- 
“Don't eat anything you've ever seen advertised on TV”
 - Michael Pollan, author of In Defense of Food
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Backup Redux

2011-12-08 Thread Les Mikesell
On Thu, Dec 8, 2011 at 12:12 PM, Rob Kampen rkam...@kampensonline.com wrote:


 I use backuppc, but find that in order to restore one has to be or know the
 admin user password.
 There appears to be no way to open this up to users to directly see and
 restore from the file tree that it manages.

You can delegate target machines to 'owners' who can only see their
own machines with their login to the web interface, but there is not
an easy way to do it at the home directory or file owner level for a
multi-user machine.   You can make a 'host' which is a subset of a
target, and point several of those at the same real host with the
ClientNameAlias option but it would take some additional work to
secure those against each other.  It probably could be done, though.

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


Re: [CentOS] Help to install horde

2011-12-08 Thread James B. Byrne

On Wed, December 7, 2011 17:06, m.r...@5-cent.us wrote:
 m.r...@5-cent.us wrote:
 snip
 firefox -no-remote 
 snip

 Now, this is aggravating: I went to test it, and all our
 servers just got
 the current update last Friday, to either 5.7 or 6.x, and
 on *both* 5.7
 and 6, when I try to run firefox
 ssh -X yourservert running on my workstation), having
 issued the above
 command, it refuses, saying that it's already running, but
 not
 responding  There, I just killed this session, and
 restarted it, and
 the session on my workstation's fine, but trying it on
 another server
 with -no-remote still fails.

 Anyone seen this since the last update?

  mark


If you wish to run multiple instances of firefox on the
same host then you need a different user profile for each
I believe.

-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte  Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


Re: [CentOS] Backup Redux

2011-12-08 Thread Mikael Fridh
On Thu, Dec 8, 2011 at 3:53 PM, Alan McKay alan.mc...@gmail.com wrote:
 Hey folks,

 I just went through the archives to see what people are doing for backups,
 and here is what I found :
 - amanda
 - bacula
 - BackupPC
 - FreeNAS

 Here is my situation : we have pretty much all Sun hardware with a Sun
 StorageTek SL24 tape unit backing it all up.  OSes are a combination of
 RHEL and CentOS.  The software we are using is EMC


My non-tape solution of choice is definitely rsync = box with ZFS,
snapshot however often you'd like. = forever incrementals.

For more redundancy and performance, add more ZFS boxes, do
replication between them.

For tapes, I'd go with Bacula, but my intermediate storage will
probably be ZFS anyway, for easy management of filesystems. I like
creating one storage device per client as per this amazing write-up by
Henrik Johansen: http://myunix.dk/category/bacula/

I'd choose Bacula mainly for experience and being comfortable with it.
In this setup, I'm used to managing it all with Puppet:
From server to client to storage agents as well as creating individual
zfs filesystems for each client on the storage server.
I had to patch the puppet zfs provider a while back to make it work on FreeBSD.

For Bacula, there now exists an awesome (modern) web interface, with
ACL support and all: http://webacula.sourceforge.net/

Good luck.
--
Mike
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Help to install horde

2011-12-08 Thread James B. Byrne

On Wed, December 7, 2011 17:10, John R Pierce wrote:
 On 12/07/11 1:58 PM, m.r...@5-cent.us wrote:
 ssh -X yourserver
 firefox -no-remote
 *Then*  http://127.0.0.1/horde,
 orhttp://localhost/horde, whatever.

 if that doesn't work, `yum install xauth`, then log out
 and log in again
 with ssh -X ...


Just use ssh -Y instead and cut out the XAuth extensions. 
They are in any case meaningless.


-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte  Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


[CentOS] ZFS magic (was: Backup Redux)

2011-12-08 Thread Alan McKay
 My non-tape solution of choice is definitely rsync = box with ZFS,
 snapshot however often you'd like. = forever incrementals.

 For more redundancy and performance, add more ZFS boxes, do
 replication between them.



Not sure whether ZFS now makes this OT - if so, sorry for not putting OT:
in the subject.

Anyway, I have a ZFS storage unit here and this is my first exposure to it
so I don't really know about any of this ZFS magic that I often hear about.
  I'm sure I could google and find some reading on the matter but am
wondering if anyone has some recommended reading that is concise and to the
point, and will give me a good intro.

-- 
“Don't eat anything you've ever seen advertised on TV”
 - Michael Pollan, author of In Defense of Food
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Help to install horde

2011-12-08 Thread James B. Byrne

O

 The web server is probably only bound to the localhost
 interface as a security measure.

 You could launch a remote firefox as mroth suggested, but
 I would use ssh port forwarding instead:

 ssh your_server -L8080:localhost:80

 Then you can open a browser with the url:
 http://localhost:8080/horde/

 and that should do what you want.



Or you can open a SOCKS proxy server using ssh -D ip_addr
and configure your local copy of Firefox to use that.

Firefox - edit - Preferences - Advanced - Network -
Connection - select Manual proxy configuration: SOCKS v5


-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte  Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


Re: [CentOS] Backup Redux

2011-12-08 Thread John R Pierce
On 12/08/11 11:26 AM, Mikael Fridh wrote:
 For more redundancy and performance, add more ZFS boxes, do
 replication between them.

what zfs replication is that?  last I heard, the only supported 
replication was physical block replication of the underlying device(s) 
(avs in solaris cluster, drbd in linux), and the replica couldn't be 
mounted at all, it was purely for standby failover scenarios.



-- 
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] ZFS magic (was: Backup Redux)

2011-12-08 Thread Les Mikesell
On Thu, Dec 8, 2011 at 1:31 PM, Alan McKay alan.mc...@gmail.com wrote:
 My non-tape solution of choice is definitely rsync = box with ZFS,
 snapshot however often you'd like. = forever incrementals.

 For more redundancy and performance, add more ZFS boxes, do
 replication between them.



 Not sure whether ZFS now makes this OT - if so, sorry for not putting OT:
 in the subject.

 Anyway, I have a ZFS storage unit here and this is my first exposure to it
 so I don't really know about any of this ZFS magic that I often hear about.
  I'm sure I could google and find some reading on the matter but am
 wondering if anyone has some recommended reading that is concise and to the
 point, and will give me a good intro.

ZFS gives you several options missing in linux filesystems.  The ones
likely to be important for the filesystems holding backup archives
are:
  compression
  block-level de-dup
  snapshots
  incremental snapshot send/receive
  easy-to-expand  combined volume/raid management

Backuppc does compression and de-dups at the file level with hardlinks
so you get some of the missing features anyway, but it's not quite the
same.

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


Re: [CentOS] Help to install horde

2011-12-08 Thread m . roth
James B. Byrne wrote:

 On Wed, December 7, 2011 17:06, m.r...@5-cent.us wrote:
 m.r...@5-cent.us wrote:
 snip
 firefox -no-remote 
 snip

 Now, this is aggravating: I went to test it, and all our
 servers just got the current update last Friday, to either 5.7
 or 6.x, and on *both* 5.7 and 6, when I try to run firefox
 ssh -X yourservert running on my workstation), having
 issued the above command, it refuses, saying that it's already
 running, but not responding  There, I just killed this
 session, and restarted it, and the session on my workstation's fine,
 but trying it on another server with -no-remote still fails.

 Anyone seen this since the last update?

 If you wish to run multiple instances of firefox on the
 same host then you need a different user profile for each
 I believe.

I'm sorry, is my writing *that* unclear?

I've always been able to ssh -X to a server, and then run firefox
-no-remote, so that it runs ON THAT SERVER, NOT on my workstation. All of
a sudden, I can't. Is that clearer? AFAIK, my manager hasn't put any new
security in place (he'd have told me - mostly, he's adding logging). But
the latest ff *seems* as though it's trying to read my home caches, not
obeying what ff's own info says it will do.

  mark

mark

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


Re: [CentOS] Help to install horde

2011-12-08 Thread m . roth
m.r...@5-cent.us wrote:
 James B. Byrne wrote:

 On Wed, December 7, 2011 17:06, m.r...@5-cent.us wrote:
 m.r...@5-cent.us wrote:
 snip
 firefox -no-remote 
 snip

 Now, this is aggravating: I went to test it, and all our
 servers just got the current update last Friday, to either 5.7
 or 6.x, and on *both* 5.7 and 6, when I try to run firefox
 ssh -X yourservert running on my workstation), having
 issued the above command, it refuses, saying that it's already
 running, but not responding  There, I just killed this
 session, and restarted it, and the session on my workstation's fine,
 but trying it on another server with -no-remote still fails.

 Anyone seen this since the last update?

 If you wish to run multiple instances of firefox on the
 same host then you need a different user profile for each
 I believe.

 I'm sorry, is my writing *that* unclear?

 I've always been able to ssh -X to a server, and then run firefox
 -no-remote, so that it runs ON THAT SERVER, NOT on my workstation. All of
 a sudden, I can't. Is that clearer? AFAIK, my manager hasn't put any new
 security in place (he'd have told me - mostly, he's adding logging). But
 the latest ff *seems* as though it's trying to read my home caches, not
 obeying what ff's own info says it will do.

Let me add one more thing: I have no trouble running other X, like xterm.

mark

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


Re: [CentOS] Help to install horde

2011-12-08 Thread Les Mikesell
On Thu, Dec 8, 2011 at 1:48 PM,  m.r...@5-cent.us wrote:
 m.r...@5-cent.us wrote:

 I've always been able to ssh -X to a server, and then run firefox
 -no-remote, so that it runs ON THAT SERVER, NOT on my workstation. All of
 a sudden, I can't. Is that clearer? AFAIK, my manager hasn't put any new
 security in place (he'd have told me - mostly, he's adding logging). But
 the latest ff *seems* as though it's trying to read my home caches, not
 obeying what ff's own info says it will do.

 Let me add one more thing: I have no trouble running other X, like xterm.

Firefox is an odd case in when you start it, it looks for an existing,
running instance and if found, starts a new window in that process.
I'm not sure how that relates to your issue, but it's not like most X
programs, and it is annoying when you do want it to start a new
instance for your remote display but you have one open elsewhere.

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


Re: [CentOS] /etc/cron.d

2011-12-08 Thread Cliff Pratt
On Thu, Dec 8, 2011 at 9:30 PM, Fajar Priyanto fajar...@arinet.org wrote:
 On Thu, Dec 8, 2011 at 4:27 PM, Cliff Pratt enkiduonthe...@gmail.com wrote:
 You can put a crontab file in there. Just don't alter any of the
 others. Crond automatically runs everything in /etc/cron.d, in
 /etc/crontab, and in user crontabs.


 That's what I thought, but /etc/crontab only mention this:
 # run-parts
 01 * * * * root run-parts /etc/cron.hourly
 02 4 * * * root run-parts /etc/cron.daily
 22 4 * * 0 root run-parts /etc/cron.weekly
 42 4 1 * * root run-parts /etc/cron.monthly

 No /etc/cron.d

That's because crond already knows to look at /etc/crontab,
/etc/cron.d and user cron tabs. It's hard coded.

Cheers,

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


Re: [CentOS] UC /etc/cron.d

2011-12-08 Thread Cliff Pratt
It's a good idea NOT to put stuff in /etc/crontab and NOT to change
the existing members of /etc/cron.d. It is a good idea NOT to change
root's crontab. Any of these may get overwritten by maintenance.

We generally put cron stuff in a locally named and created member in
/etc/cron.d.

Cheers,

Cliff

On Thu, Dec 8, 2011 at 11:01 PM, Rushton Martin jmrush...@qinetiq.com wrote:
 From man 8 cron

       Cron  searches  /var/spool/cron  for  crontab  files which are
 named
       after accounts ...  Cron  also
       searches  for /etc/crontab and the files in the directory, which
 are
       in a different format (see crontab(5) ).

 So cron itself knows about /etc/cron.d and checks it.  No need to have
 an
 entry in /etc/crontab


 Martin Rushton
 HPC System Manager, Weapons Technologies
 Tel: 01959 514777, Mobile: 07939 219057
 email: jmrush...@qinetiq.com
 www.QinetiQ.com
 QinetiQ - Delivering customer-focused solutions

 Please consider the environment before printing this email.
 -Original Message-
 From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
 Behalf Of Fajar Priyanto
 Sent: 08 December 2011 08:31
 To: CentOS mailing list
 Subject: Re: [CentOS] /etc/cron.d

 On Thu, Dec 8, 2011 at 4:27 PM, Cliff Pratt enkiduonthe...@gmail.com
 wrote:
 You can put a crontab file in there. Just don't alter any of the
 others. Crond automatically runs everything in /etc/cron.d, in
 /etc/crontab, and in user crontabs.


 That's what I thought, but /etc/crontab only mention this:
 # run-parts
 01 * * * * root run-parts /etc/cron.hourly
 02 4 * * * root run-parts /etc/cron.daily
 22 4 * * 0 root run-parts /etc/cron.weekly
 42 4 1 * * root run-parts /etc/cron.monthly

 No /etc/cron.d
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 This email and any attachments to it may be confidential and are
 intended solely for the use of the individual to whom it is
 addressed. If you are not the intended recipient of this email,
 you must neither take any action based upon its contents, nor
 copy or show it to anyone. Please contact the sender if you
 believe you have received this email in error. QinetiQ may
 monitor email traffic data and also the content of email for
 the purposes of security. QinetiQ Limited (Registered in England
  Wales: Company Number: 3796233) Registered office: Cody Technology
 Park, Ively Road, Farnborough, Hampshire, GU14 0LX  http://www.qinetiq.com.
 ___
 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] ZFS magic (was: Backup Redux)

2011-12-08 Thread Ljubomir Ljubojevic
Vreme: 12/08/2011 08:31 PM, Alan McKay piše:
 My non-tape solution of choice is definitely rsync =  box with ZFS,
 snapshot however often you'd like. =  forever incrementals.

 For more redundancy and performance, add more ZFS boxes, do
 replication between them.



 Not sure whether ZFS now makes this OT - if so, sorry for not putting OT:
 in the subject.

 Anyway, I have a ZFS storage unit here and this is my first exposure to it
 so I don't really know about any of this ZFS magic that I often hear about.
I'm sure I could google and find some reading on the matter but am
 wondering if anyone has some recommended reading that is concise and to the
 point, and will give me a good intro.


I read this when got interested:
http://www.funtoo.org/wiki/ZFS_Fun
http://hub.opensolaris.org/bin/download/Community+Group+zfs/docs/zfslast.pdf
http://hub.opensolaris.org/bin/view/Community+Group+zfs/docs


-- 

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

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


Re: [CentOS] UC /etc/cron.d

2011-12-08 Thread Reindl Harald


Am 08.12.2011 21:08, schrieb Cliff Pratt:
 It's a good idea NOT to put stuff in /etc/crontab and NOT to change
 the existing members of /etc/cron.d. It is a good idea NOT to change
 root's crontab. Any of these may get overwritten by maintenance.

/etc/crontab will NEVER get overwritten
to make it clear: NEVER EVER

fedora did not overwrite any crontab from FC5 to F15 now because
rpm-packages mark such configurations so the new versions get installed
as .rpmnew



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


Re: [CentOS] Help to install horde

2011-12-08 Thread m . roth
Les Mikesell wrote:
 On Thu, Dec 8, 2011 at 1:48 PM,  m.r...@5-cent.us wrote:
 m.r...@5-cent.us wrote:

 I've always been able to ssh -X to a server, and then run firefox
 -no-remote, so that it runs ON THAT SERVER, NOT on my workstation. All
 of a sudden, I can't. Is that clearer? AFAIK, my manager hasn't put any
 new security in place (he'd have told me - mostly, he's adding logging).
 But the latest ff *seems* as though it's trying to read my home caches,
 not obeying what ff's own info says it will do.

 Let me add one more thing: I have no trouble running other X, like
 xterm.

 Firefox is an odd case in when you start it, it looks for an existing,
 running instance and if found, starts a new window in that process.
 I'm not sure how that relates to your issue, but it's not like most X
snip
It should not relate. Yes, my home directory is NFS mounted; however, the
ff -? shows
...
Firefox options
...
 -no-remote  Open new instance, not a new window in running instance.
...
It should open a new window, with the process running on the server, but
opening the X window on my desktop. I've done this for years, and it does
what it says.

Anyone else tried it, with the latest update of ff via yum?

 mark




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


Re: [CentOS] Help to install horde

2011-12-08 Thread Les Mikesell
On Thu, Dec 8, 2011 at 2:27 PM,  m.r...@5-cent.us wrote:


 I've always been able to ssh -X to a server, and then run firefox
 -no-remote, so that it runs ON THAT SERVER, NOT on my workstation. All
 of a sudden, I can't. Is that clearer? AFAIK, my manager hasn't put any
 new security in place (he'd have told me - mostly, he's adding logging).
 But the latest ff *seems* as though it's trying to read my home caches,
 not obeying what ff's own info says it will do.

 Let me add one more thing: I have no trouble running other X, like
 xterm.

 Firefox is an odd case in when you start it, it looks for an existing,
 running instance and if found, starts a new window in that process.
 I'm not sure how that relates to your issue, but it's not like most X
 snip
 It should not relate. Yes, my home directory is NFS mounted; however, the
 ff -? shows
 ...
 Firefox options
 ...
  -no-remote  Open new instance, not a new window in running instance.
 ...
 It should open a new window, with the process running on the server, but
 opening the X window on my desktop. I've done this for years, and it does
 what it says.

 Anyone else tried it, with the latest update of ff via yum?


Aside from the weirdness of using the --no-remote option to specify
that in fact you do want a remote display, I can verify that I see the
same thing.  It looks like firefox-3.6.18-1.el5.centos does the same,
so it is not a recent change.

However, when I want to run GUI programs remotely I find it much, much
nicer to have freenx running on the server and connect via the
nomachine NX client amd take the whole desktop.  And in that case if
I've left one running, it is still there when I reconnect to the
session.

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


Re: [CentOS] UC /etc/cron.d

2011-12-08 Thread Les Mikesell
On Thu, Dec 8, 2011 at 2:25 PM, Reindl Harald h.rei...@thelounge.net wrote:

 Am 08.12.2011 21:08, schrieb Cliff Pratt:
 It's a good idea NOT to put stuff in /etc/crontab and NOT to change
 the existing members of /etc/cron.d. It is a good idea NOT to change
 root's crontab. Any of these may get overwritten by maintenance.

 /etc/crontab will NEVER get overwritten
 to make it clear: NEVER EVER

 fedora did not overwrite any crontab from FC5 to F15 now because
 rpm-packages mark such configurations so the new versions get installed
 as .rpmnew

Which means the changes those versions would like to have made won't
take effect.  So it is still best to avoid editing it yourself if you
can put your local jobs in one of the other possible places.

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


Re: [CentOS] UC /etc/cron.d

2011-12-08 Thread Reindl Harald


Am 08.12.2011 22:04, schrieb Les Mikesell:
 On Thu, Dec 8, 2011 at 2:25 PM, Reindl Harald h.rei...@thelounge.net wrote:

 Am 08.12.2011 21:08, schrieb Cliff Pratt:
 It's a good idea NOT to put stuff in /etc/crontab and NOT to change
 the existing members of /etc/cron.d. It is a good idea NOT to change
 root's crontab. Any of these may get overwritten by maintenance.

 /etc/crontab will NEVER get overwritten
 to make it clear: NEVER EVER

 fedora did not overwrite any crontab from FC5 to F15 now because
 rpm-packages mark such configurations so the new versions get installed
 as .rpmnew
 
 Which means the changes those versions would like to have made won't
 take effect.  So it is still best to avoid editing it yourself if you
 can put your local jobs in one of the other possible places.

which means updates do not randomly change configurations and this
is good so since it is your job as admin to look if the rpmnew contains
anything which is interesting for you and if not let your working
configuration in peace



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


Re: [CentOS] UC /etc/cron.d

2011-12-08 Thread Les Mikesell
On Thu, Dec 8, 2011 at 3:07 PM, Reindl Harald h.rei...@thelounge.net wrote:

 fedora did not overwrite any crontab from FC5 to F15 now because
 rpm-packages mark such configurations so the new versions get installed
 as .rpmnew

 Which means the changes those versions would like to have made won't
 take effect.  So it is still best to avoid editing it yourself if you
 can put your local jobs in one of the other possible places.

 which means updates do not randomly change configurations and this
 is good so since it is your job as admin to look if the rpmnew contains
 anything which is interesting for you and if not let your working
 configuration in peace

But you've done an even better job as an admin if you don't mess with
rpm managed files in the first place, and the packagers have done a
better job if they abstract out all the things that are likely to need
local changes - like the stuff generally under /etc/sysconfig to make
that possible.

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


Re: [CentOS] UC /etc/cron.d

2011-12-08 Thread Cliff Pratt
On Fri, Dec 9, 2011 at 10:07 AM, Reindl Harald h.rei...@thelounge.net wrote:


 Am 08.12.2011 22:04, schrieb Les Mikesell:
 On Thu, Dec 8, 2011 at 2:25 PM, Reindl Harald h.rei...@thelounge.net wrote:

 Am 08.12.2011 21:08, schrieb Cliff Pratt:
 It's a good idea NOT to put stuff in /etc/crontab and NOT to change
 the existing members of /etc/cron.d. It is a good idea NOT to change
 root's crontab. Any of these may get overwritten by maintenance.

 /etc/crontab will NEVER get overwritten
 to make it clear: NEVER EVER

 fedora did not overwrite any crontab from FC5 to F15 now because
 rpm-packages mark such configurations so the new versions get installed
 as .rpmnew

 Which means the changes those versions would like to have made won't
 take effect.  So it is still best to avoid editing it yourself if you
 can put your local jobs in one of the other possible places.

 which means updates do not randomly change configurations and this
 is good so since it is your job as admin to look if the rpmnew contains
 anything which is interesting for you and if not let your working
 configuration in peace

There should be no need to look at the .rpmnew files if you have done
your job as admin properly.

Cheers,

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


Re: [CentOS] UC /etc/cron.d

2011-12-08 Thread Cliff Pratt
On Fri, Dec 9, 2011 at 9:25 AM, Reindl Harald h.rei...@thelounge.net wrote:


 Am 08.12.2011 21:08, schrieb Cliff Pratt:
 It's a good idea NOT to put stuff in /etc/crontab and NOT to change
 the existing members of /etc/cron.d. It is a good idea NOT to change
 root's crontab. Any of these may get overwritten by maintenance.

 /etc/crontab will NEVER get overwritten
 to make it clear: NEVER EVER

 fedora did not overwrite any crontab from FC5 to F15 now because
 rpm-packages mark such configurations so the new versions get installed
 as .rpmnew

Fair enough.

Cheers,

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


Re: [CentOS] UC /etc/cron.d

2011-12-08 Thread Reindl Harald


Am 09.12.2011 00:53, schrieb Cliff Pratt:
 On Fri, Dec 9, 2011 at 10:07 AM, Reindl Harald h.rei...@thelounge.net wrote:


 Am 08.12.2011 22:04, schrieb Les Mikesell:
 On Thu, Dec 8, 2011 at 2:25 PM, Reindl Harald h.rei...@thelounge.net 
 wrote:

 Am 08.12.2011 21:08, schrieb Cliff Pratt:
 It's a good idea NOT to put stuff in /etc/crontab and NOT to change
 the existing members of /etc/cron.d. It is a good idea NOT to change
 root's crontab. Any of these may get overwritten by maintenance.

 /etc/crontab will NEVER get overwritten
 to make it clear: NEVER EVER

 fedora did not overwrite any crontab from FC5 to F15 now because
 rpm-packages mark such configurations so the new versions get installed
 as .rpmnew

 Which means the changes those versions would like to have made won't
 take effect.  So it is still best to avoid editing it yourself if you
 can put your local jobs in one of the other possible places.

 which means updates do not randomly change configurations and this
 is good so since it is your job as admin to look if the rpmnew contains
 anything which is interesting for you and if not let your working
 configuration in peace

 There should be no need to look at the .rpmnew files if you have done
 your job as admin properly.

why are radnom people try to tell me how i have to do my job
without knowing anyting about how i work?

no there is no need on the production machine becuase all preparing
happens on a dedicated environment with where local and caching repos
and build-environment is available and from where all TESTED updates
are deployed

i do my job properly in making sure that no dumb change
of any upstream maintainer is touching a configuration
of relevant services

so what will you tell me after  200 ONLINE-dist-upgrades
in the last view years on all sort of servers?



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


Re: [CentOS] Backup Redux

2011-12-08 Thread Mikael Fridh
On Thu, Dec 8, 2011 at 8:38 PM, John R Pierce pie...@hogranch.com wrote:
 On 12/08/11 11:26 AM, Mikael Fridh wrote:
 For more redundancy and performance, add more ZFS boxes, do
 replication between them.

 what zfs replication is that?  last I heard, the only supported
 replication was physical block replication of the underlying device(s)
 (avs in solaris cluster, drbd in linux), and the replica couldn't be
 mounted at all, it was purely for standby failover scenarios.

What I mean is merely incremental zfs send -i | zfs receive -F between
two boxes for each new snapshot being created.
You're free to mount the filesystem, but each new receive will roll it
back to the previous snapshot when another incremental comes in (using
zfs receive -F).

It's not filesystem replication per se, but more periodic snapshots +
incremental transfers. For doing multiple copies off backup data, I'd
say it's more than good enough as replication.

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


Re: [CentOS] ZFS magic (was: Backup Redux)

2011-12-08 Thread Mikael Fridh
On Thu, Dec 8, 2011 at 9:24 PM, Ljubomir Ljubojevic off...@plnet.rs wrote:
 Vreme: 12/08/2011 08:31 PM, Alan McKay piše:
[...]

 wondering if anyone has some recommended reading that is concise and to the
 point, and will give me a good intro.

 I read this when got interested:
 http://www.funtoo.org/wiki/ZFS_Fun
 http://hub.opensolaris.org/bin/download/Community+Group+zfs/docs/zfslast.pdf
 http://hub.opensolaris.org/bin/view/Community+Group+zfs/docs

http://www.solarisinternals.com/wiki/index.php/ZFS_Evil_Tuning_Guide
http://blogs.oracle.com/brendan/entry/test
http://blogs.oracle.com/roch/entry/when_to_and_not_to
http://blogs.everycity.co.uk/alasdair/2010/07/using-mbuffer-to-speed-up-slow-zfs-send-zfs-receive/
http://blogs.oracle.com/realneel/entry/mysql_innodb_zfs_best_practices
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] UC /etc/cron.d

2011-12-08 Thread Cliff Pratt
On Fri, Dec 9, 2011 at 1:03 PM, Reindl Harald h.rei...@thelounge.net wrote:


 Am 09.12.2011 00:53, schrieb Cliff Pratt:
 On Fri, Dec 9, 2011 at 10:07 AM, Reindl Harald h.rei...@thelounge.net 
 wrote:


 Am 08.12.2011 22:04, schrieb Les Mikesell:
 On Thu, Dec 8, 2011 at 2:25 PM, Reindl Harald h.rei...@thelounge.net 
 wrote:

 Am 08.12.2011 21:08, schrieb Cliff Pratt:
 It's a good idea NOT to put stuff in /etc/crontab and NOT to change
 the existing members of /etc/cron.d. It is a good idea NOT to change
 root's crontab. Any of these may get overwritten by maintenance.

 /etc/crontab will NEVER get overwritten
 to make it clear: NEVER EVER

 fedora did not overwrite any crontab from FC5 to F15 now because
 rpm-packages mark such configurations so the new versions get installed
 as .rpmnew

 Which means the changes those versions would like to have made won't
 take effect.  So it is still best to avoid editing it yourself if you
 can put your local jobs in one of the other possible places.

 which means updates do not randomly change configurations and this
 is good so since it is your job as admin to look if the rpmnew contains
 anything which is interesting for you and if not let your working
 configuration in peace

 There should be no need to look at the .rpmnew files if you have done
 your job as admin properly.

 why are radnom people try to tell me how i have to do my job
 without knowing anyting about how i work?

Touchy.

 no there is no need on the production machine becuase all preparing
 happens on a dedicated environment with where local and caching repos
 and build-environment is available and from where all TESTED updates
 are deployed

Good for you.

 i do my job properly in making sure that no dumb change
 of any upstream maintainer is touching a configuration
 of relevant services

Good.

 so what will you tell me after  200 ONLINE-dist-upgrades
 in the last view years on all sort of servers?

I'd say that I been in the business for a long long time and I can
still learn from other people.

Cheers,

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