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

2012-09-13 Thread Alain Reguera Delgado
On 09/09/2012 02:31 AM, Akemi Yagi wrote:
 1. ${HOME}/artwork/trunk/Scripts/Bash/centos-art.sh prepare
 --set-environment

 This added 2 more lines in the output:

 grep '^function ' ${FILE} | cut -d' ' -f2)
 grep '^function ' ${FILE} | cut -d' ' -f2)
 grep '^function ' ${FILE} | cut -d' ' -f2
 echo $ARG | sed s/'/\\\0x27/g)
 echo $ARG | sed s/'/\\\0x27/g
 echo $ARG | sed s/'/\\\0x27/g)
 echo $ARG | sed s/'/\\\0x27/g

 presumably because the command had one more argument. I let it run for
 4 hrs before terminating.

I think a closer look into the script will be needed here.

Please open the file `trunk/Scripts/Bash/Functions/Commons/init.sh' and 
look for the following section:

66 # Initialize common functionalities.
67 for FILE in ${FILES};do
68 if [[ -x ${FILE} ]];then
69. ${FILE}
70export -f $(grep '^function ' ${FILE} | cut -d' ' -f2)
71else
72echo `eval_gettext The \\\$FILE needs to have execution 
rights.`
73exit
74fi
75 done

Here is the grep '^function ' ${FILE} | cut -d' ' -f2 stuff. It should 
look like above in your working copy. Can you see anything wrong in this 
code?

Could you verify that the Bash interpreter passes through this block of 
code without any error in your workstation, please. For example, add the 
following two lines after `done' statement (on line 75):

76 echo 'Without errors so far.'
77 exit

and run the script again:

~/artwork/trunk/Scripts/Bash/centos-art.sh prepare --set-environment

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


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

2012-09-13 Thread Alain Reguera Delgado
On 09/09/2012 05:31 AM, Christoph Galuschka wrote:

 I basically get the same result as Akemi. Running centos-art.sh with -v
 option:
 Lots of lines like
 grep '^function ' ${FILE} | cut -d' ' -f2)

Could you check the trunk/Scripts/Bash/Functions/Commons/init.sh script 
in your workstation as well, and compare it with the one I posted in the 
previous mail? Can you see any wrong in it?

 Just to add: I'm running this on 6.3. Would you prefer a run/test on 5.8?

I think doing such a test would be very good. Go ahead and report please.

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


[CentOS-docs] Details on centos-art.sh required packages

2012-09-13 Thread Alain Reguera Delgado
Russ,

Could you move the following information

---
+ Preliminary required packages for '''centos-art.sh''':  The 
configuration script expects a working '''sudo''' environment, 
'''gettext''', '''texinfo-tex''', and the presence of '''/usr/bin/vim''' 
  As such install the following (at a minimum) with yum:
- {{{yum -y install sudo vim-enhanced gettext
+ {{{yum -y install sudo vim-enhanced gettext texinfo-tex
   }}}
---

from the wiki to the centos-art.sh documentation?

The centos-art.sh preparation process is being documented at 
`trunk/Manuals/Tcar-ug' directory, specifically in the 
`trunk/Manuals/Tcar-ug/Scripts/Bash/prepare.docbook' file.

It would be nice if we keep http://wiki.centos.org/ArtWork as simple as 
possible. All the package administration must be handle inside the 
prepare functionality and described in its documentation boundaries. The 
wiki must provide a simple start point for people to get involved.

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


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

2012-09-13 Thread Akemi Yagi
On Thu, Sep 13, 2012 at 4:11 PM, Alain Reguera Delgado
alain.regu...@gmail.com wrote:
 On 09/09/2012 02:31 AM, Akemi Yagi wrote:
 1. ${HOME}/artwork/trunk/Scripts/Bash/centos-art.sh prepare
 --set-environment

 This added 2 more lines in the output:

 grep '^function ' ${FILE} | cut -d' ' -f2)
 grep '^function ' ${FILE} | cut -d' ' -f2)
 grep '^function ' ${FILE} | cut -d' ' -f2
 echo $ARG | sed s/'/\\\0x27/g)
 echo $ARG | sed s/'/\\\0x27/g
 echo $ARG | sed s/'/\\\0x27/g)
 echo $ARG | sed s/'/\\\0x27/g

 presumably because the command had one more argument. I let it run for
 4 hrs before terminating.

 I think a closer look into the script will be needed here.

 Please open the file `trunk/Scripts/Bash/Functions/Commons/init.sh' and
 look for the following section:

 66 # Initialize common functionalities.
 67 for FILE in ${FILES};do
 68 if [[ -x ${FILE} ]];then
 69. ${FILE}
 70export -f $(grep '^function ' ${FILE} | cut -d' ' -f2)
 71else
 72echo `eval_gettext The \\\$FILE needs to have execution
 rights.`
 73exit
 74fi
 75 done

 Here is the grep '^function ' ${FILE} | cut -d' ' -f2 stuff. It should
 look like above in your working copy. Can you see anything wrong in this
 code?

 Could you verify that the Bash interpreter passes through this block of
 code without any error in your workstation, please. For example, add the
 following two lines after `done' statement (on line 75):

 76 echo 'Without errors so far.'
 77 exit

 and run the script again:

 ~/artwork/trunk/Scripts/Bash/centos-art.sh prepare --set-environment

As expected, it finished instantly with a display of Without errors so far.

It is not that step that gets stuck but the next one :

echo $ARG | sed s/'/\\\0x27/g

As I add more argument to the script, this output gets added accordingly.

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


[CentOS-announce] CESA-2012:1264 Moderate CentOS 5 postgresql Update

2012-09-13 Thread Johnny Hughes

CentOS Errata and Security Advisory 2012:1264 Moderate

Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-1264.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
5e29c038ddc1527fa9a0ff5353b041274f1644a410b81ba069ec3ec95ecb3b21  
postgresql-8.1.23-6.el5_8.i386.rpm
a58c64037613971a9cdcb83056a81d5f0edf332ced7c4e83ac36a64194bdca02  
postgresql-contrib-8.1.23-6.el5_8.i386.rpm
c5e667e47db03af38ed6988e223a44472bda4894e53c21b596cca694692f0fa0  
postgresql-devel-8.1.23-6.el5_8.i386.rpm
4a626b64d9e865ae15fe6f034dec8b4ee8614731b927704d714d96538b480287  
postgresql-docs-8.1.23-6.el5_8.i386.rpm
93acab4c6ad4cf9297772bdc0b5f02fca740ca5827e66b201f47fe5e2230b009  
postgresql-libs-8.1.23-6.el5_8.i386.rpm
960c3b5d486839d33fa478b3050178b4d3e2c1b6d120b061ac604204d33e  
postgresql-pl-8.1.23-6.el5_8.i386.rpm
e89f46c0a96e26d4e41c9e95895d0a3fb42e70bf63041bbe7af5022559d1a999  
postgresql-python-8.1.23-6.el5_8.i386.rpm
85e084c5c4c1ee384b804f53c0554adc4acbf339de5bb8cf3c4e89c00ce43028  
postgresql-server-8.1.23-6.el5_8.i386.rpm
01af2108a07bc008df7ff6b64ae900827790e6e1783030d282cedd1df324753b  
postgresql-tcl-8.1.23-6.el5_8.i386.rpm
af0adbcee037a92554d22391031acedb22622d802bc2c8e15e1992a4fd34ccbb  
postgresql-test-8.1.23-6.el5_8.i386.rpm

x86_64:
8816e655eb0ee6ce49c66452211092924c97ede26dc0d8a065f8d8c3cab8f246  
postgresql-8.1.23-6.el5_8.x86_64.rpm
32ebf260dc62823c98603f0d5f30eb9e0258f2934764856b7901f62147785e4c  
postgresql-contrib-8.1.23-6.el5_8.x86_64.rpm
c5e667e47db03af38ed6988e223a44472bda4894e53c21b596cca694692f0fa0  
postgresql-devel-8.1.23-6.el5_8.i386.rpm
b3e689a1f1b5bbb548bb095d82cfd65972f5bfe588ffe5b1ae0fb63723dc8012  
postgresql-devel-8.1.23-6.el5_8.x86_64.rpm
cb4a39f4f3ac611527c6b75570687012522a2f7b44b1f1df63c922981b023b66  
postgresql-docs-8.1.23-6.el5_8.x86_64.rpm
93acab4c6ad4cf9297772bdc0b5f02fca740ca5827e66b201f47fe5e2230b009  
postgresql-libs-8.1.23-6.el5_8.i386.rpm
61913a59e54cb89b006f0de0d8c9803d02ce92ed8e0364ee5589bc0c065eced6  
postgresql-libs-8.1.23-6.el5_8.x86_64.rpm
9d18041bb9b74208c150a2ea0d24122b1850cde9a5f4e2291ce40bebfd8f5bcb  
postgresql-pl-8.1.23-6.el5_8.x86_64.rpm
18f554be5abbd97b2046aeb61607f60d6b98f4d73119315eecf7c32c8a4382fb  
postgresql-python-8.1.23-6.el5_8.x86_64.rpm
12e3a6121e59bc966071124beb604947bb70e27d1ed63244b7cc46717fdaa591  
postgresql-server-8.1.23-6.el5_8.x86_64.rpm
79197c80b34a8398fab68f9c57747676620dec0ffe97d219750e3db900ec8e7a  
postgresql-tcl-8.1.23-6.el5_8.x86_64.rpm
cb60991797e815d53ce81d20cf9d4fc5cdecf54f7020ca491e5a17e34f92befb  
postgresql-test-8.1.23-6.el5_8.x86_64.rpm

Source:
ee816a632b5c9315e6301d71ee36146fc651f0572ab37ba5bc87b75e7304e765  
postgresql-8.1.23-6.el5_8.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

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


[CentOS-announce] CESA-2012:1263 Moderate CentOS 5 postgresql84 Update

2012-09-13 Thread Johnny Hughes

CentOS Errata and Security Advisory 2012:1263 Moderate

Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-1263.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
9e8b6362b15b2844ddc8b00c18a78d1d2d0baaf505eeef15228722668c37dfdf  
postgresql84-8.4.13-1.el5_8.i386.rpm
388b304ebc88f115ee15a2b4e5e59dcd4c7b6df6bd220c9011cf39438509ea03  
postgresql84-contrib-8.4.13-1.el5_8.i386.rpm
4d5c4abb00cebbb39541b7cd76600f5a80db434a8aa4ddab9f6ee7583ec6fcd7  
postgresql84-devel-8.4.13-1.el5_8.i386.rpm
25740e1688436587dcec1846b00593ec7ac7f1062bad253602e947e43ba40044  
postgresql84-docs-8.4.13-1.el5_8.i386.rpm
63e70f6be7e7893dc4ef98acbee36e861e939d65e4226fa2c8b86378fa0b0dd7  
postgresql84-libs-8.4.13-1.el5_8.i386.rpm
2718b23f222027064cd5e551400f8dca44eca311eca30077f9638916f23dbebd  
postgresql84-plperl-8.4.13-1.el5_8.i386.rpm
a8d2ad6e23f752f9aa4b0464cf30f8c8d9624e17438bc23b49c5f78af430dc06  
postgresql84-plpython-8.4.13-1.el5_8.i386.rpm
db0815c1f4406bf21a86eca685e810c319d44ea8e3710b2be55205257645d48c  
postgresql84-pltcl-8.4.13-1.el5_8.i386.rpm
896b9a282bbedc466e218e48906f54671138ff7f8044c09dbaa026cb7c262244  
postgresql84-python-8.4.13-1.el5_8.i386.rpm
55126ff0c08bacbfc2bd369cc1c49aeb7764c87b2ff12290c312d37a06390e54  
postgresql84-server-8.4.13-1.el5_8.i386.rpm
44e5cdf95596f2209a9029a3a8dfa1570735e79a102531af3a5f2be25970d1e8  
postgresql84-tcl-8.4.13-1.el5_8.i386.rpm
a74252b2c78a2394b780b27c2e2d66a3d79d6229cd2960637e08276e00c11acf  
postgresql84-test-8.4.13-1.el5_8.i386.rpm

x86_64:
6d9230649de46f3687cbf000732e2109dd2b2136faf2b68c8d79721642ecc253  
postgresql84-8.4.13-1.el5_8.x86_64.rpm
43a28520d9d1a7d422c906e440fc4ef891b5ffbeed30be8241644af58f809876  
postgresql84-contrib-8.4.13-1.el5_8.x86_64.rpm
4d5c4abb00cebbb39541b7cd76600f5a80db434a8aa4ddab9f6ee7583ec6fcd7  
postgresql84-devel-8.4.13-1.el5_8.i386.rpm
97013abdb5077a5014052d7f034b0623bf54af6557c688c29bdcd93e6d5fa608  
postgresql84-devel-8.4.13-1.el5_8.x86_64.rpm
598738867cb35aa53fbee4f76271612350d39d5f40e8937bba21385cfaed41bb  
postgresql84-docs-8.4.13-1.el5_8.x86_64.rpm
63e70f6be7e7893dc4ef98acbee36e861e939d65e4226fa2c8b86378fa0b0dd7  
postgresql84-libs-8.4.13-1.el5_8.i386.rpm
bc1742d5abf521239caab7cdd21bfde4d5c67554ac637c2d7303bff1b3d2fda8  
postgresql84-libs-8.4.13-1.el5_8.x86_64.rpm
3f1d09825646d9982a46e6a4f8233280ee264bcbf63754f19318d2871bc1f09f  
postgresql84-plperl-8.4.13-1.el5_8.x86_64.rpm
10b59948809e8328848899aaff0376e2804dab8c73c985e72244e6088008f027  
postgresql84-plpython-8.4.13-1.el5_8.x86_64.rpm
95d4e109c2e696082b55e9960aa186da68c18d2ede24491e05a19573bf4dd308  
postgresql84-pltcl-8.4.13-1.el5_8.x86_64.rpm
a4a0872566e69e2076a9504802df337f731b231aec5581b630dc15aa8fd8  
postgresql84-python-8.4.13-1.el5_8.x86_64.rpm
ddd5202fb13cbc4c0002a7f98ba3aada21b375db9cd591cc885da11649af6b7a  
postgresql84-server-8.4.13-1.el5_8.x86_64.rpm
09f08e46994ba077955be04edf452e419ae55db4eb989a5b81303c234f880250  
postgresql84-tcl-8.4.13-1.el5_8.x86_64.rpm
b8b310a867ab5cdad9883432522b12c3101d08cb727f1f07f3a0fad66b11de19  
postgresql84-test-8.4.13-1.el5_8.x86_64.rpm

Source:
8c2a1a6a357d4f92bb462694b6801f85a614d3ffbd39f48052120e6e9d118889  
postgresql84-8.4.13-1.el5_8.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

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


[CentOS-announce] CESA-2012:1265 Important CentOS 5 libxslt Update

2012-09-13 Thread Johnny Hughes

CentOS Errata and Security Advisory 2012:1265 Important

Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-1265.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
734626b9379a6d8930953042b7ff828ca94ab49eba0d28e4577a6f0c73eba7f4  
libxslt-1.1.17-4.el5_8.3.i386.rpm
43833823f5ca89611cd20fcf95fe0d70608174300130c5ead75501ce70e61e51  
libxslt-devel-1.1.17-4.el5_8.3.i386.rpm
391e8bf9a8eaea51f204783765cce929662fa61e0dc620d91aa1ae8702f82876  
libxslt-python-1.1.17-4.el5_8.3.i386.rpm

x86_64:
734626b9379a6d8930953042b7ff828ca94ab49eba0d28e4577a6f0c73eba7f4  
libxslt-1.1.17-4.el5_8.3.i386.rpm
1525ac210b2626cafb8623fffa1ab0d8cfb3d19bba5ac01da39e6cec5a1d6bb6  
libxslt-1.1.17-4.el5_8.3.x86_64.rpm
43833823f5ca89611cd20fcf95fe0d70608174300130c5ead75501ce70e61e51  
libxslt-devel-1.1.17-4.el5_8.3.i386.rpm
39106076184b0d38711eda6ea749b122b2b04012e073c515704040a9f8a927cd  
libxslt-devel-1.1.17-4.el5_8.3.x86_64.rpm
f3c39e01a56180e3d554bb69e5ce30f62d510ea9e99f0d40d487193e25fc01c9  
libxslt-python-1.1.17-4.el5_8.3.x86_64.rpm

Source:
b51c27548936281bd62ea799445f05b6df8e35fba34ff5f8ec906648e72ae3a1  
libxslt-1.1.17-4.el5_8.3.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

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


[CentOS-announce] CESA-2012:1261 Moderate CentOS 6 dbus Update

2012-09-13 Thread Johnny Hughes

CentOS Errata and Security Advisory 2012:1261 Moderate

Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-1261.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 


i386:
e7122caa753db24dfea9a7ecb266b6d5db218c5e340994115947fc8f6d4da5db  
dbus-1.2.24-7.el6_3.i686.rpm
1e030d4e4a088d37ce2d445c885bef7a62ce85ea0213f76786aae030749c0704  
dbus-devel-1.2.24-7.el6_3.i686.rpm
ae93d3f4cd861234307dabb171a29fd395268f02045bf596ddd753daf0182760  
dbus-doc-1.2.24-7.el6_3.noarch.rpm
ec0af9c242c73008cf1b26e2ae3d132f62d8a6b9c866bfb463b6ea9d2eea71ab  
dbus-libs-1.2.24-7.el6_3.i686.rpm
eae4eec0b61d8d2de6ee5f1277d01afb9e71fa46f522fdfe7cb0de27fb9f167c  
dbus-x11-1.2.24-7.el6_3.i686.rpm

x86_64:
2dc2f750fef845f8dc464aa0719a0f9bd3efc337cc54052f1d3a6932652eab51  
dbus-1.2.24-7.el6_3.x86_64.rpm
1e030d4e4a088d37ce2d445c885bef7a62ce85ea0213f76786aae030749c0704  
dbus-devel-1.2.24-7.el6_3.i686.rpm
518eb581a72844be1a6896e8164ba404ee9d1181df761cd5609b86261d672c96  
dbus-devel-1.2.24-7.el6_3.x86_64.rpm
06c9e5172b18f753ac2c5bf7340c5e148928a71a392d18bb9a91ce95ca15ecdc  
dbus-doc-1.2.24-7.el6_3.noarch.rpm
ec0af9c242c73008cf1b26e2ae3d132f62d8a6b9c866bfb463b6ea9d2eea71ab  
dbus-libs-1.2.24-7.el6_3.i686.rpm
4e79c098d93228a8036366933f07bfc612481918746e79651ead3bab6d7b4f67  
dbus-libs-1.2.24-7.el6_3.x86_64.rpm
095ac5fc5088651c6caf67cec4a0d92bc5bf61c783af3fd639ebc0f40d40a68f  
dbus-x11-1.2.24-7.el6_3.x86_64.rpm

Source:
df3508c374ed6b0868b313098bbf64f6b16befa6f305d3dd4def8d08c9b221e8  
dbus-1.2.24-7.el6_3.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

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


[CentOS-announce] CESA-2012:1265 Important CentOS 6 libxslt Update

2012-09-13 Thread Johnny Hughes

CentOS Errata and Security Advisory 2012:1265 Important

Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-1265.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 


i386:
6bffce617e831fcf49d21ff048e6fb1a439d5890c5b8a8a9588d71d6cda6b5f8  
libxslt-1.1.26-2.el6_3.1.i686.rpm
768adfca5b9e5ba2c409cbddb3b5586413c9c1ca9ceddffa3106173ff10365d6  
libxslt-devel-1.1.26-2.el6_3.1.i686.rpm
a789fe0222628645577c9a3497bf9294f1878c6804b51395e6299f7c26ebd771  
libxslt-python-1.1.26-2.el6_3.1.i686.rpm

x86_64:
6bffce617e831fcf49d21ff048e6fb1a439d5890c5b8a8a9588d71d6cda6b5f8  
libxslt-1.1.26-2.el6_3.1.i686.rpm
cad60abafcf8d8e9845ffe9df1b500869b1d0b49c4cccfbe5acbbe2d6a8ee39c  
libxslt-1.1.26-2.el6_3.1.x86_64.rpm
768adfca5b9e5ba2c409cbddb3b5586413c9c1ca9ceddffa3106173ff10365d6  
libxslt-devel-1.1.26-2.el6_3.1.i686.rpm
9bd3aa4b7dc8ec8fa72899731c932107f066f828363475161125bf0b33ee41d6  
libxslt-devel-1.1.26-2.el6_3.1.x86_64.rpm
42c3ad398719d6543b295834d25f22ae13d4f4bc7bc7c0622897cf2a91226509  
libxslt-python-1.1.26-2.el6_3.1.x86_64.rpm

Source:
9330ec8ceb4c78de924f35cc25a5091da97e221f86abdc810e80a3f1f14d4032  
libxslt-1.1.26-2.el6_3.1.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

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


[CentOS-announce] CESA-2012:1263 Moderate CentOS 6 postgresql Update

2012-09-13 Thread Johnny Hughes

CentOS Errata and Security Advisory 2012:1263 Moderate

Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-1263.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 


i386:
961ef503db4cbdaa64686c64b44051509c36efefbb0b6d4e7ae02af9e12811ed  
postgresql-8.4.13-1.el6_3.i686.rpm
21f78a399d765b4801f21cc29b96fb4587b0135d90f13bd9e7c5d6b77d863d0f  
postgresql-contrib-8.4.13-1.el6_3.i686.rpm
bb2492f52e028dcacfc7ee66f04512b212676cc6cd24378bde4ffeeaf3e1f5d0  
postgresql-devel-8.4.13-1.el6_3.i686.rpm
e952c7166e69a632feca63cfa6febe2eaa4d5bbac339b716292717d0915a54c4  
postgresql-docs-8.4.13-1.el6_3.i686.rpm
45bcd2662b5db057be9ef8a7a7cece0c27613bec4c3fb58484aa6791845703a8  
postgresql-libs-8.4.13-1.el6_3.i686.rpm
29d8fa9a519d2b660819a2ea26ec70926691f2ceaf07247219f4cc231cdc9d68  
postgresql-plperl-8.4.13-1.el6_3.i686.rpm
069ad26cd163b64864f86a0b1a87d6e3a98bae1b627740bd4118e47ad080cf4a  
postgresql-plpython-8.4.13-1.el6_3.i686.rpm
b98419aff2821fcacdb876db7386bd8c9462c1e8c02e76cbbdb47dcbc7791805  
postgresql-pltcl-8.4.13-1.el6_3.i686.rpm
5315b12b4922f8223e6f7f3740c20d61fe1629f6af748f524e39cd01980c1d75  
postgresql-server-8.4.13-1.el6_3.i686.rpm
3151288b83e70fbdba7657ad8cfacaba1df1a09bc5022025f0b5431bf5c450d8  
postgresql-test-8.4.13-1.el6_3.i686.rpm

x86_64:
961ef503db4cbdaa64686c64b44051509c36efefbb0b6d4e7ae02af9e12811ed  
postgresql-8.4.13-1.el6_3.i686.rpm
242b71a638dea8d7a01321e1dcdb9ca055449d3f73f890d73c676d8c8b479d76  
postgresql-8.4.13-1.el6_3.x86_64.rpm
12bfc9abfd76c6322f442c105ca803d142a53f52943675cea637a228cf4a1f23  
postgresql-contrib-8.4.13-1.el6_3.x86_64.rpm
bb2492f52e028dcacfc7ee66f04512b212676cc6cd24378bde4ffeeaf3e1f5d0  
postgresql-devel-8.4.13-1.el6_3.i686.rpm
6230aae6f0aa041ed86b2f0f4e3003e89ca0c9054d9cf3a50dc1f3644d2dc46e  
postgresql-devel-8.4.13-1.el6_3.x86_64.rpm
01620c580cde859aab8c47215c13862d944ac348a06dcff339a80affd949a440  
postgresql-docs-8.4.13-1.el6_3.x86_64.rpm
45bcd2662b5db057be9ef8a7a7cece0c27613bec4c3fb58484aa6791845703a8  
postgresql-libs-8.4.13-1.el6_3.i686.rpm
29561d8adb566d2b2e56cddd068f52674e2ea40e409139ef2314f4dd39b6a3c8  
postgresql-libs-8.4.13-1.el6_3.x86_64.rpm
7c2427d740702fa4a6ade4590e71d575ad6a45d1c286a93834085b02abe0594a  
postgresql-plperl-8.4.13-1.el6_3.x86_64.rpm
e3ad45d0cdfbda0b06295e5e775cb563fbdeed92f3a34242cfaaca36c5fdf7cf  
postgresql-plpython-8.4.13-1.el6_3.x86_64.rpm
29b1141588c5f9ceee367dae53809aec06b76f03586fddb7e64b58b32d9b6bc2  
postgresql-pltcl-8.4.13-1.el6_3.x86_64.rpm
e5c08c1d96d40a449a9ddc9695ded4c86cf5a3861c906c54835bfe35df3d5f5c  
postgresql-server-8.4.13-1.el6_3.x86_64.rpm
c3264e5dc365b0879ba714cd7174386e11d093ec1f7429f1c40065b62039e74a  
postgresql-test-8.4.13-1.el6_3.x86_64.rpm

Source:
f6232286d6950adf563c8d90bf4080df7f189110ca79ae700d95d9c898e1e198  
postgresql-8.4.13-1.el6_3.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

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


[CentOS] CentOS 6.3 early panic on Xeon E3-1270V2 (was: CentOS 6 early panic on ESXi 4.1.0 build 800380)

2012-09-13 Thread Tilman Schmidt
Alright, it's the CPU. Subject adapted accordingly.

In a fit of recklessness, I updated VMware on one of the hosts on which
the CentOS 6 machines were still able to run. Lo and behold, they still
work fine there. So now I have:

ESXi Build   582267   800380   800380
ProcessorE5620E3-1230  E3-1270V2

Windowsok   ok   ok
(all versions)

CentOS 5.8 ok   ok   ok
2.6.18-308.13.1.el5

CentOS 6.2 ok   ok   ok(*)
2.6.32-220.7.1.el6.x86_64

CentOS 6.3 ok   ok  Panic
2.6.32-279.2.1.el6.x86_64

(*) except for the irritating keyboard blink

More ideas?

Thx
T.

-- 
Tilman Schmidt
Phoenix Software GmbH
Bonn, Germany



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


[CentOS] Monitoring VM loads

2012-09-13 Thread Jussi Hirvi
I am using CentOS 5, and kvm virtualization.

My VM stack (about 10 v-machines) now often gets painfully slow, 
probably because of IO limitations. How could I find out where the load 
comes from?

virt-top on the host only shows the processor load. For this situation, 
it is not very useful.

It would be more useful to see on the host a list of VM load averages, 
because load average at least contains IO, in addition to CPU load. Is 
this possible?

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


[CentOS] Monitoring VM loads

2012-09-13 Thread Jussi Hirvi
I am using CentOS 5, and kvm virtualization.

My VM stack (about 10 v-machines) now often gets painfully slow, 
probably because of IO limitations. How could I find out where the load 
comes from?

virt-top on the host only shows the processor load. For this situation, 
it is not very useful.

It would be more useful to see on the host a list of VM load averages, 
because load average at least contains IO, in addition to CPU load. Is 
this possible?

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


Re: [CentOS] django not picking up template change on CentOS

2012-09-13 Thread Larry Martell
On Wed, Sep 12, 2012 at 2:19 PM, James B. Byrne byrn...@harte-lyne.ca wrote:

 On Wed, September 12, 2012 11:52, Larry Martell wrote:
  I've been trying to set the SELinux
 security context on that dir, just so it's like the others, but I
 haven't been able to figure out how to do that - I don't know what to
 pass to chcon.

 Well, if SELinux is disabled or set to permissive then the file
 contexts should not make any difference.  However, to reset the
 contexts to their defaults without resorting /.autorelabel one can do
 this:

 # permanent fix
 restorecon -Rv /path/to/start

 You might have to add the -F flag as well.  I am not sure when this
 becomes necessary but on occasion I have had to resort to it when
 dealing with httpd selinux issues.

Thanks for the reply, but this had no effect, neither on the security
context of the dir, nor on my django issue.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NFS mounts group name shows as nobody

2012-09-13 Thread Ryan Palamara
I will test this during the weekend when I am able to test the NFS server.

Thank you,

Ryan Palamara
ZAIS Group, LLC
2 Bridge Avenue, Suite 322
Red Bank, New Jersey 07701
Phone: (732) 450-7444
ryan.palam...@zaisgroup.com


-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of 
Barbara Krasovec
Sent: Thursday, September 13, 2012 1:44 AM
To: CentOS mailing list
Subject: Re: [CentOS] NFS mounts group name shows as nobody

On 09/13/2012 12:35 AM, Johnny Hughes wrote:
 On 09/12/2012 05:10 PM, Ryan Palamara wrote:
 So it is definitely related to NFS4. If I changed the default mount option 
 to NFS3 there is no issue.

 When I do a ls -n, I see that the GID of 99 is being used instead of the 
 correct GID. I thought that a idmapd issues would cause both UID and GID to 
 be wrong, or could this be causing an issue?

 Any suggestions on what I can do in terms of logging to find what the GID is 
 that is being returned from the NFS server and how it is trying to map it?

 Thank you,

 Ryan Palamara
 ZAIS Group, LLC
 2 Bridge Avenue, Suite 322
 Red Bank, New Jersey 07701
 Phone: (732) 450-7444
 ryan.palam...@zaisgroup.com


 -Original Message-
 From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
 Behalf Of Akemi Yagi
 Sent: Wednesday, September 12, 2012 11:26 AM
 To: CentOS mailing list
 Subject: Re: [CentOS] NFS mounts group name shows as nobody

 On Wed, Sep 12, 2012 at 5:29 AM, Barbara Krasovec barba...@arnes.si wrote:
 Hello!

 The same problem appeared on our system (but both user and group
 were shown as nobody), with same idmapd.conf configured on server
 and client machines, users are in central ldap etc.. It worked fine with 
 nfsv3.
 Then we installed the kernel from elrepo repository (tried both
 2.6.39 and 3.0) and it now works.
 Sounds as if this is not the same issue as the existing one. The known issue 
 should not apply if both the NFS client and server are part of the 
 centralized LDAP domain.
Well problems are the same, is just that the solution provided in the Redhat kb 
(use central LDAP for authentication) doesn't work.
 Are you running idmapd (with the domain properly set in idmapd.conf)
 on
 *BOTH* the server and the client machines ... and are *BOTH* the
 server and the client machines set to use LDAP for authentication?
I use idmapd.conf with same Domain setting on all clients and servers, all have 
LDAP authentication..
Barbara

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



This e-mail message is intended only for the named recipient(s) above. It may 
contain confidential information. If you are not the intended recipient you are 
hereby notified that any dissemination, distribution or copying of this e-mail 
and any attachment(s) is strictly prohibited. If you have received this e-mail 
in error, please immediately notify the sender by replying to this e-mail and 
delete the message and any attachment(s) from your system. Thank you.

This is not an offer (or solicitation of an offer) to buy/sell the 
securities/instruments mentioned or an official confirmation. This is not 
research and is not from ZAIS Group but it may refer to a research 
analyst/research report. Unless indicated, these views are the author's and may 
differ from those of ZAIS Group research or others in the Firm. We do not 
represent this is accurate or complete and we may not update this. Past 
performance is not indicative of future returns.

IRS CIRCULAR 230 NOTICE:.

To comply with requirements imposed by the IRS, we inform you that any U.S. 
federal tax advice contained herein (including any attachments), unless 
specifically stated otherwise, is not intended or written to be used, and 
cannot be used, for the purpose of (i) avoiding penalties under the Internal 
Revenue Code or (ii) promoting, marketing or recommending any transaction or 
matter addressed herein to another party. Each taxpayer should seek advice 
based on the taxpayer's particular circumstances from an independent tax 
advisor.

ZAIS, ZAIS Group and ZAIS Solutions are trademarks of ZAIS Group, LLC.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] cannot write to CIFS shares on a Windows box from Centos 6

2012-09-13 Thread Ryan Palamara
Another issue that I found was that I cannot write to CIFS shares on a Windows 
server with Centos 6. I can write to them from Centos 5 and older Fedora 
versions, but not from Centos 6.

Any ideas on what needs to be changed or where I can start looking for some 
indication of what is wrong?

Thank you,

Ryan Palamara
ZAIS Group, LLC
2 Bridge Avenue, Suite 322
Red Bank, New Jersey 07701
Phone: (732) 450-7444
ryan.palam...@zaisgroup.commailto:ryan.palam...@zaisgroup.com




This e-mail message is intended only for the named recipient(s) above. It may 
contain confidential information. If you are not the intended recipient you are 
hereby notified that any dissemination, distribution or copying of this e-mail 
and any attachment(s) is strictly prohibited. If you have received this e-mail 
in error, please immediately notify the sender by replying to this e-mail and 
delete the message and any attachment(s) from your system. Thank you.

This is not an offer (or solicitation of an offer) to buy/sell the 
securities/instruments mentioned or an official confirmation. This is not 
research and is not from ZAIS Group but it may refer to a research 
analyst/research report. Unless indicated, these views are the author's and may 
differ from those of ZAIS Group research or others in the Firm. We do not 
represent this is accurate or complete and we may not update this. Past 
performance is not indicative of future returns.

IRS CIRCULAR 230 NOTICE:.

To comply with requirements imposed by the IRS, we inform you that any U.S. 
federal tax advice contained herein (including any attachments), unless 
specifically stated otherwise, is not intended or written to be used, and 
cannot be used, for the purpose of (i) avoiding penalties under the Internal 
Revenue Code or (ii) promoting, marketing or recommending any transaction or 
matter addressed herein to another party. Each taxpayer should seek advice 
based on the taxpayer's particular circumstances from an independent tax 
advisor.

ZAIS, ZAIS Group and ZAIS Solutions are trademarks of ZAIS Group, LLC.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] cannot write to CIFS shares on a Windows box from Centos 6

2012-09-13 Thread Ryan Palamara
By the way it seems to be a local issue. I can write to the share as root.

Thank you,

Ryan Palamara
ZAIS Group, LLC
2 Bridge Avenue, Suite 322
Red Bank, New Jersey 07701
Phone: (732) 450-7444
ryan.palam...@zaisgroup.com


-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of 
Ryan Palamara
Sent: Thursday, September 13, 2012 9:33 AM
To: centos@centos.org
Subject: [CentOS] cannot write to CIFS shares on a Windows box from Centos 6

Another issue that I found was that I cannot write to CIFS shares on a Windows 
server with Centos 6. I can write to them from Centos 5 and older Fedora 
versions, but not from Centos 6.

Any ideas on what needs to be changed or where I can start looking for some 
indication of what is wrong?

Thank you,

Ryan Palamara
ZAIS Group, LLC
2 Bridge Avenue, Suite 322
Red Bank, New Jersey 07701
Phone: (732) 450-7444
ryan.palam...@zaisgroup.commailto:ryan.palam...@zaisgroup.com




This e-mail message is intended only for the named recipient(s) above. It may 
contain confidential information. If you are not the intended recipient you are 
hereby notified that any dissemination, distribution or copying of this e-mail 
and any attachment(s) is strictly prohibited. If you have received this e-mail 
in error, please immediately notify the sender by replying to this e-mail and 
delete the message and any attachment(s) from your system. Thank you.

This is not an offer (or solicitation of an offer) to buy/sell the 
securities/instruments mentioned or an official confirmation. This is not 
research and is not from ZAIS Group but it may refer to a research 
analyst/research report. Unless indicated, these views are the author's and may 
differ from those of ZAIS Group research or others in the Firm. We do not 
represent this is accurate or complete and we may not update this. Past 
performance is not indicative of future returns.

IRS CIRCULAR 230 NOTICE:.

To comply with requirements imposed by the IRS, we inform you that any U.S. 
federal tax advice contained herein (including any attachments), unless 
specifically stated otherwise, is not intended or written to be used, and 
cannot be used, for the purpose of (i) avoiding penalties under the Internal 
Revenue Code or (ii) promoting, marketing or recommending any transaction or 
matter addressed herein to another party. Each taxpayer should seek advice 
based on the taxpayer's particular circumstances from an independent tax 
advisor.

ZAIS, ZAIS Group and ZAIS Solutions are trademarks of ZAIS Group, LLC.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos



This e-mail message is intended only for the named recipient(s) above. It may 
contain confidential information. If you are not the intended recipient you are 
hereby notified that any dissemination, distribution or copying of this e-mail 
and any attachment(s) is strictly prohibited. If you have received this e-mail 
in error, please immediately notify the sender by replying to this e-mail and 
delete the message and any attachment(s) from your system. Thank you.

This is not an offer (or solicitation of an offer) to buy/sell the 
securities/instruments mentioned or an official confirmation. This is not 
research and is not from ZAIS Group but it may refer to a research 
analyst/research report. Unless indicated, these views are the author's and may 
differ from those of ZAIS Group research or others in the Firm. We do not 
represent this is accurate or complete and we may not update this. Past 
performance is not indicative of future returns.

IRS CIRCULAR 230 NOTICE:.

To comply with requirements imposed by the IRS, we inform you that any U.S. 
federal tax advice contained herein (including any attachments), unless 
specifically stated otherwise, is not intended or written to be used, and 
cannot be used, for the purpose of (i) avoiding penalties under the Internal 
Revenue Code or (ii) promoting, marketing or recommending any transaction or 
matter addressed herein to another party. Each taxpayer should seek advice 
based on the taxpayer's particular circumstances from an independent tax 
advisor.

ZAIS, ZAIS Group and ZAIS Solutions are trademarks of ZAIS Group, LLC.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Monitoring VM loads

2012-09-13 Thread Dennis Jacobfeuerborn
On 09/13/2012 12:44 PM, Jussi Hirvi wrote:
 I am using CentOS 5, and kvm virtualization.
 
 My VM stack (about 10 v-machines) now often gets painfully slow, 
 probably because of IO limitations. How could I find out where the load 
 comes from?
 
 virt-top on the host only shows the processor load. For this situation, 
 it is not very useful.
 
 It would be more useful to see on the host a list of VM load averages, 
 because load average at least contains IO, in addition to CPU load. Is 
 this possible?

Under KVM Guests are just regular processes on the Host system which means
you can use all the standard tools like vmstat, iostat, etc. to get these
values. In order to get the load for the individual VMs you should
monitor the same values in the Guests themselves.

Regards,
  Dennis

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


Re: [CentOS] django not picking up template change on CentOS

2012-09-13 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/12/2012 11:52 AM, Larry Martell wrote:
 Don't know if anyone here can help me or not, but here's my problem:
 
 I have a django app. I develop on a Mac, but it's deployed on CentOS. I've
 been doing it like this for a long time with no issues. Today I changed a
 template on my Mac, and the change was picked up, no problem. I checked my
 change into git, went to a CentOS box, pulled the change down, but django
 is not picking it up. I've tried everything I can think of - bounced the
 server, restarted the browser, cleared the cache and cookies, tried 3
 different browsers, deleted it, re-pulled from git, but when I look at the
 code in the debugger, it's clearly using the old template. There are no
 errors in the apache log, and permissions are fine. One thing I see is that
 is different is that the dir that has the new template, has no SELinux
 security context set, whereas all the other dirs do. But SELinux is
 disabled on this box, so that's probably not it. I've been trying to set
 the SELinux security context on that dir, just so it's like the others, but
 I haven't been able to figure out how to do that - I don't know what to 
 pass to chcon.
 
 I'm tearing my hair out here. Anyone have any ideas as to what's preventing
 it from picking up the new template, or what I can check to figure out
 what's going on?
 
 Thanks! -larry ___ CentOS
 mailing list CentOS@centos.org 
 http://lists.centos.org/mailman/listinfo/centos
 
If SELinux is disabled, then it is not the problem.  Changing the label on a
file will have no effect.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlBR/VkACgkQrlYvE4MpobP6XwCgy4vZ/JBNcXp5cPyfIHjX+6kI
bf4An2DK6fDjazO6JPGq+/sEBccpazjV
=F1mL
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] django not picking up template change on CentOS

2012-09-13 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/13/2012 08:38 AM, Larry Martell wrote:
 On Wed, Sep 12, 2012 at 2:19 PM, James B. Byrne byrn...@harte-lyne.ca
 wrote:
 
 On Wed, September 12, 2012 11:52, Larry Martell wrote: I've been trying
 to set the SELinux
 security context on that dir, just so it's like the others, but I 
 haven't been able to figure out how to do that - I don't know what to 
 pass to chcon.
 
 Well, if SELinux is disabled or set to permissive then the file contexts
 should not make any difference.  However, to reset the contexts to their
 defaults without resorting /.autorelabel one can do this:
 
 # permanent fix restorecon -Rv /path/to/start
 
 You might have to add the -F flag as well.  I am not sure when this 
 becomes necessary but on occasion I have had to resort to it when dealing
 with httpd selinux issues.
 
 Thanks for the reply, but this had no effect, neither on the security 
 context of the dir, nor on my django issue. 
 ___ CentOS mailing list 
 CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
 
restorecon on a disabled system will just exit.  You could put down labels
with setfiles, but since the machine is disabled why bother.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlBSAkgACgkQrlYvE4MpobN5CQCguxluzEAd4+spcmnjJNaCA3NJ
EWoAn2DMTbOxQ2aA/lacGfaLOklA3EmI
=CZuz
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 91, Issue 9

2012-09-13 Thread centos-announce-request
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-requ...@centos.org

You can reach the person managing the list at
centos-announce-ow...@centos.org

When replying, please edit your Subject line so it is more specific
than Re: Contents of CentOS-announce digest...


Today's Topics:

   1. CESA-2012:1258 Moderate CentOS 5 quagga Update (Johnny Hughes)
   2. CEBA-2012:1260  CentOS 5 mod_nss Update (Johnny Hughes)
   3. CESA-2012:1259 Moderate CentOS 6 quagga Update (Johnny Hughes)


--

Message: 1
Date: Wed, 12 Sep 2012 21:45:33 +
From: Johnny Hughes joh...@centos.org
Subject: [CentOS-announce] CESA-2012:1258 Moderate CentOS 5 quagga
Update
To: centos-annou...@centos.org
Message-ID: 20120912214533.ga11...@chakra.karan.org
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Security Advisory 2012:1258 Moderate

Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-1258.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
9e44ffefa5dd2c51c5671edc8f39b336d2ac6230025e8dd3e2f7411ea9f233e9  
quagga-0.98.6-7.el5_8.1.i386.rpm
e220b0c56c1e15755ea5e793bc2f4b7054cc7c9e030578941d62ab685fa3d6b2  
quagga-contrib-0.98.6-7.el5_8.1.i386.rpm
0fd7b63c30861fcc848011e0c06ce1d1fae86806bfddccb093edeecd3b9e750f  
quagga-devel-0.98.6-7.el5_8.1.i386.rpm

x86_64:
abfe7f485a4cf7fb01875abc123d9e4db3da54bc3f40af5d2dd7568e2fe102fd  
quagga-0.98.6-7.el5_8.1.x86_64.rpm
73b805cd5d4c301bd55fc703f13685b1262864afd185a440a9881b4370c669ab  
quagga-contrib-0.98.6-7.el5_8.1.x86_64.rpm
0fd7b63c30861fcc848011e0c06ce1d1fae86806bfddccb093edeecd3b9e750f  
quagga-devel-0.98.6-7.el5_8.1.i386.rpm
590b6983926d2a29dcc770300183079dbf9ac494b5be182923bd07ba5aae3821  
quagga-devel-0.98.6-7.el5_8.1.x86_64.rpm

Source:
44589f3fd9bac0b0e87f2ae808cfe6dcfec1c6460f095561d7be2fefc71d9041  
quagga-0.98.6-7.el5_8.1.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net



--

Message: 2
Date: Wed, 12 Sep 2012 21:46:23 +
From: Johnny Hughes joh...@centos.org
Subject: [CentOS-announce] CEBA-2012:1260  CentOS 5 mod_nss Update
To: centos-annou...@centos.org
Message-ID: 20120912214623.ga11...@chakra.karan.org
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2012:1260 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1260.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
32947fe2088513a27dcedcec7ef658ceeecd63bf6e99899343db0220acbe20a9  
mod_nss-1.0.8-4.el5_8.2.i386.rpm

x86_64:
ced1146e2aae34c6d5f240d292b45a62cec49daa5f0cf3073c64fb5de4b168bf  
mod_nss-1.0.8-4.el5_8.2.x86_64.rpm

Source:
205a21f2777841d97280656a3df1475d46500b53a59b55c56f58dfad2e73d00b  
mod_nss-1.0.8-4.el5_8.2.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net



--

Message: 3
Date: Wed, 12 Sep 2012 23:23:05 +
From: Johnny Hughes joh...@centos.org
Subject: [CentOS-announce] CESA-2012:1259 Moderate CentOS 6 quagga
Update
To: centos-annou...@centos.org
Message-ID: 20120912232305.ga16...@chakra.karan.org
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Security Advisory 2012:1259 Moderate

Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-1259.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 


i386:
3c6e15ef1b49d41a5998c59e0ed1269c0e8a4847190e376528860de8114e1fa8  
quagga-0.99.15-7.el6_3.2.i686.rpm
a1df0a8bc7151c943ad92f0dbc33397b14bbf5c11efe00d5c2ca0b5096ccbd63  
quagga-contrib-0.99.15-7.el6_3.2.i686.rpm
0c4f326e942640131b7a6aa287eeb7dea5acaddcda31fa18457b7f7dc2200b85  
quagga-devel-0.99.15-7.el6_3.2.i686.rpm

x86_64:
156485158bd3aac2f8e4b69f6429acb245e1bc0b61781d5ebe6b3b90c069a5b5  
quagga-0.99.15-7.el6_3.2.x86_64.rpm
3fa918852c1e72985fa0141b64e66c407965cd9a482627fdaf38a3f550de13fd  
quagga-contrib-0.99.15-7.el6_3.2.x86_64.rpm
0c4f326e942640131b7a6aa287eeb7dea5acaddcda31fa18457b7f7dc2200b85  
quagga-devel-0.99.15-7.el6_3.2.i686.rpm
2171387bcf44850288bd4d034352d11613130d9a293750234cb5326533c75199  
quagga-devel-0.99.15-7.el6_3.2.x86_64.rpm

Source:
e67c6b02f26da4c6c9e0b79ea8288e1ee495ed1c5b31ea78ff8b1e2644a62b94  
quagga-0.99.15-7.el6_3.2.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net



--

___
CentOS-announce mailing list
centos-annou...@centos.org

Re: [CentOS] Deduplication data for CentOS?

2012-09-13 Thread Ryan Palamara
The better option for ZFS would be to get a SSD and move the dedupe table onto 
that drive instead of having it in RAM, because it can become massive.

Thank you,

Ryan Palamara
ZAIS Group, LLC
2 Bridge Avenue, Suite 322
Red Bank, New Jersey 07701
Phone: (732) 450-7444
ryan.palam...@zaisgroup.com


-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of 
Dean Jones
Sent: Monday, August 27, 2012 11:45 AM
To: CentOS mailing list
Subject: Re: [CentOS] Deduplication data for CentOS?

Deduplication with ZFS takes a lot of RAM.

I would not yet trust any of the linux zfs projects for data that I
wanted to keep long term.

On Mon, Aug 27, 2012 at 8:26 AM, Les Mikesell lesmikes...@gmail.com wrote:
 On Mon, Aug 27, 2012 at 9:23 AM, John R Pierce pie...@hogranch.com wrote:
 On 08/27/12 4:55 AM, Rainer Traut wrote:
 is there any working solution for deduplication of data for centos?
 We are trying to find a solution for our backup server which runs a bash
 script invoking xdelta(3). But having this functionality in fs is much
 more friendly...

 BackupPC does exactly this.its not a generalized solution to
 deduplication of a file system, instead, its a backup system, designed
 to backup multiple targets, that implements deduplication on the backup
 tree it maintains.

 Not _exactly_, but maybe close enough and it is very easy to install
 and try.   Backuppc will use rsync for transfers and thus only uses
 bandwidth for the differences, but it uses hardlinks to files to dedup
 the storage.  It will find and link duplicate content even from
 different sources, but the complete file must be identical.  It does
 not store deltas, so large files that change even slightly between
 backups end up stored as complete copies (with optional compression).

 --
Les Mikesell
  lesmikes...@gmail.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



This e-mail message is intended only for the named recipient(s) above. It may 
contain confidential information. If you are not the intended recipient you are 
hereby notified that any dissemination, distribution or copying of this e-mail 
and any attachment(s) is strictly prohibited. If you have received this e-mail 
in error, please immediately notify the sender by replying to this e-mail and 
delete the message and any attachment(s) from your system. Thank you.

This is not an offer (or solicitation of an offer) to buy/sell the 
securities/instruments mentioned or an official confirmation. This is not 
research and is not from ZAIS Group but it may refer to a research 
analyst/research report. Unless indicated, these views are the author's and may 
differ from those of ZAIS Group research or others in the Firm. We do not 
represent this is accurate or complete and we may not update this. Past 
performance is not indicative of future returns.

IRS CIRCULAR 230 NOTICE:.

To comply with requirements imposed by the IRS, we inform you that any U.S. 
federal tax advice contained herein (including any attachments), unless 
specifically stated otherwise, is not intended or written to be used, and 
cannot be used, for the purpose of (i) avoiding penalties under the Internal 
Revenue Code or (ii) promoting, marketing or recommending any transaction or 
matter addressed herein to another party. Each taxpayer should seek advice 
based on the taxpayer's particular circumstances from an independent tax 
advisor.

ZAIS, ZAIS Group and ZAIS Solutions are trademarks of ZAIS Group, LLC.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Deduplication data for CentOS?

2012-09-13 Thread Les Mikesell
On Thu, Sep 13, 2012 at 12:06 PM, Ryan Palamara
ryan.palam...@zaisgroup.com wrote:
 The better option for ZFS would be to get a SSD and move the dedupe table 
 onto that drive instead of having it in RAM, because it can become massive.

What's 'massive' in dollars these days?

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


Re: [CentOS] Deduplication data for CentOS?

2012-09-13 Thread Ryan Palamara
It depends on size of the data that you are storing and the block size. Here is 
a good primer on it: 
http://constantin.glez.de/blog/2011/07/zfs-dedupe-or-not-dedupe

As a quick estimate, about 5GB per 1TB or storage for SSD. However I believe 
that you would need even more RAM since only a 1/4 of the RAM will be used for 
the dedupe table with ZFS.

Thank you,

Ryan Palamara
ZAIS Group, LLC
2 Bridge Avenue, Suite 322
Red Bank, New Jersey 07701
Phone: (732) 450-7444
ryan.palam...@zaisgroup.com


-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of 
Les Mikesell
Sent: Thursday, September 13, 2012 3:09 PM
To: CentOS mailing list
Subject: Re: [CentOS] Deduplication data for CentOS?

On Thu, Sep 13, 2012 at 12:06 PM, Ryan Palamara ryan.palam...@zaisgroup.com 
wrote:
 The better option for ZFS would be to get a SSD and move the dedupe table 
 onto that drive instead of having it in RAM, because it can become massive.

What's 'massive' in dollars these days?

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



This e-mail message is intended only for the named recipient(s) above. It may 
contain confidential information. If you are not the intended recipient you are 
hereby notified that any dissemination, distribution or copying of this e-mail 
and any attachment(s) is strictly prohibited. If you have received this e-mail 
in error, please immediately notify the sender by replying to this e-mail and 
delete the message and any attachment(s) from your system. Thank you.

This is not an offer (or solicitation of an offer) to buy/sell the 
securities/instruments mentioned or an official confirmation. This is not 
research and is not from ZAIS Group but it may refer to a research 
analyst/research report. Unless indicated, these views are the author's and may 
differ from those of ZAIS Group research or others in the Firm. We do not 
represent this is accurate or complete and we may not update this. Past 
performance is not indicative of future returns.

IRS CIRCULAR 230 NOTICE:.

To comply with requirements imposed by the IRS, we inform you that any U.S. 
federal tax advice contained herein (including any attachments), unless 
specifically stated otherwise, is not intended or written to be used, and 
cannot be used, for the purpose of (i) avoiding penalties under the Internal 
Revenue Code or (ii) promoting, marketing or recommending any transaction or 
matter addressed herein to another party. Each taxpayer should seek advice 
based on the taxpayer's particular circumstances from an independent tax 
advisor.

ZAIS, ZAIS Group and ZAIS Solutions are trademarks of ZAIS Group, LLC.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] SELinux is preventing /bin/ps from search access

2012-09-13 Thread m . roth
CentOS 6.3. *Just* updated, including most current selinux-policy and
selinux-policy-targeted. I'm getting tons of these, as in it's just
spitting them out when I tail -f /var/log/messages:
Sep 13 15:20:51 server setroubleshoot: SELinux is preventing /bin/ps
from search access on the directory @2. For complete SELinux messages. run
sealert -l d92ec78b-3897-4760-93c5-343a662fec67
Sep 13 15:20:51 server setroubleshoot: SELinux is preventing /bin/ps
from getattr access on the directory /proc/pid. For complete SELinux
messages. run sealert -l a9c9bf7d-d646-4c29-9fe6-ac61b6806f52
Sep 13 15:20:52 server setroubleshoot: SELinux is preventing /bin/ps
from search access on the directory 4417. For complete SELinux messages.
run sealert -l b321ab2d-0277-45c9-bc86-545f9ff6ff91

You can see how many of them there are from the timestamps.

Googling, I've seen other folks complain months ago, but no answers.
Anyone have a clue? (And yes, I've posted this to the selinux list, also.
I'm getting deluged in the logs, and would very, very much like to solve
this today.)

If selinux wasn't in permissive mode, something(s) would be dead.

   mark


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


[CentOS] Partition large disk

2012-09-13 Thread Tony Molloy

Hi,

I have a 24TB RAID6 disk with a GPT partition table on it. I need to 
partition it into 2 partitions one of 16TB and 1 of 8TB to put ext4 
filesystems on both. But I really need to do this remotely. ( if I can 
get to the site I could use gparted )

Now fdisk doesn't understand GPT partition tables and pat
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Partition large disk

2012-09-13 Thread m . roth
Hi, Tony,

Tony Molloy wrote:

 I have a 24TB RAID6 disk with a GPT partition table on it. I need to
 partition it into 2 partitions one of 16TB and 1 of 8TB to put ext4
 filesystems on both. But I really need to do this remotely. ( if I can
 get to the site I could use gparted )

 Now fdisk doesn't understand GPT partition tables and pat

You have to use either parted or gparted, and as much as I prefer command
line, parted is user hostile; gparted's just the gui on top of parted. It
works fine, AFAIK, though I've only used it on 3TB drives.

  mark

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


Re: [CentOS] Partition large disk

2012-09-13 Thread Keith Keller
On 2012-09-13, m.r...@5-cent.us m.r...@5-cent.us wrote:

 Tony Molloy wrote:

 I have a 24TB RAID6 disk with a GPT partition table on it. I need to
 partition it into 2 partitions one of 16TB and 1 of 8TB to put ext4
 filesystems on both. But I really need to do this remotely. ( if I can
 get to the site I could use gparted )

 Now fdisk doesn't understand GPT partition tables and pat

 You have to use either parted or gparted, and as much as I prefer command
 line, parted is user hostile; gparted's just the gui on top of parted. It
 works fine, AFAIK, though I've only used it on 3TB drives.

I've used parted on 10TB and up disk arrays with no problems.  I
wouldn't call parted's CLI hostile, but I would definitely suggest
having the docs close by.

--keith

-- 
kkel...@wombat.san-francisco.ca.us


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


Re: [CentOS] Partition large disk

2012-09-13 Thread m . roth
Keith Keller wrote:
 On 2012-09-13, m.r...@5-cent.us m.r...@5-cent.us wrote:
 Tony Molloy wrote:

 I have a 24TB RAID6 disk with a GPT partition table on it. I need to
 partition it into 2 partitions one of 16TB and 1 of 8TB to put ext4
 filesystems on both. But I really need to do this remotely. ( if I can
 get to the site I could use gparted )

 Now fdisk doesn't understand GPT partition tables and pat

 You have to use either parted or gparted, and as much as I prefer
 command line, parted is user hostile; gparted's just the gui on top
 of parted. It works fine, AFAIK, though I've only used it on 3TB drives.

 I've used parted on 10TB and up disk arrays with no problems.  I
 wouldn't call parted's CLI hostile, but I would definitely suggest
 having the docs close by.

Hostile: I start parted up with -optimum, and it still doesn't set the
default start for a partition by itself, nor does it suggest in any way,
shape, or form what it wants you to do. You have to google to find out.

  mark

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


Re: [CentOS] postfix mail server

2012-09-13 Thread Matt
 I have postfix mail server it is running fine . In my mail server all users
 are virtual. Can I merge all users with his/her mails in mysql or
 postgresql database.

Does this mean you want the account details and all messages all
stored in mysql rather then maildir or mbox format?  Is that commonly
done?  Would be a very large database.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Partition large disk

2012-09-13 Thread Lamar Owen
On Thursday, September 13, 2012 04:16:33 PM Tony Molloy wrote:
 
 Hi,
 
 I have a 24TB RAID6 disk with a GPT partition table on it. I need to 
 partition it into 2 partitions one of 16TB and 1 of 8TB to put ext4 
 filesystems on both. But I really need to do this remotely. ( if I can 
 get to the site I could use gparted )
 
 Now fdisk doesn't understand GPT partition tables and pat

Install gdisk from EPEL.  Syntax is very similar to fdisk, and saner if you're 
used to fdisk versus parted. Home page is at http://www.rodsbooks.com/gdisk/

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


Re: [CentOS] Partition large disk

2012-09-13 Thread James A. Peltier
- Original Message -
| 
| Hi,
| 
| I have a 24TB RAID6 disk with a GPT partition table on it. I need to
| partition it into 2 partitions one of 16TB and 1 of 8TB to put ext4
| filesystems on both. But I really need to do this remotely. ( if I
| can
| get to the site I could use gparted )
| 
| Now fdisk doesn't understand GPT partition tables and pat

Is there any reason why you can't just use a whole disk LVM PV and then use LVM 
to create VGs and LVs of the required size?

-- 
James A. Peltier
Manager, 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

Success is to be measured not so much by the position that one has reached
in life but as by the obstacles they have overcome. - Booker T. Washington
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] postfix mail server

2012-09-13 Thread jiten jha
I want to create database for stores mail and users there.

On Fri, Sep 14, 2012 at 3:03 AM, Matt matt.mailingli...@gmail.com wrote:

  I have postfix mail server it is running fine . In my mail server all
 users
  are virtual. Can I merge all users with his/her mails in mysql or
  postgresql database.

 Does this mean you want the account details and all messages all
 stored in mysql rather then maildir or mbox format?  Is that commonly
 done?  Would be a very large database.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos




-- 
Thanks  Regards
Jitendra Jha
+91-7498370550
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos