[CentOS-docs] Question about memory upper limit

2013-01-09 Thread Dae James
My CPU is 64 bit, but my CentOS is 32 bit version. Does my system support 
memory larger than 4G? 




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


[CentOS-es] Problemas con JAVA

2013-01-09 Thread Yoinier Hernandez Nieves
Hola, tengo un script con java en mi servidor, especificamente, tcp-over-dns

pero estoy notando algo raro.

Cada cierto tiempo debo reiniciar el script, porque no se como, pero me 
dice que esta usando tanto como 20GB de memoria, cosa exorbitante

como puedo limitar ese uso, al menos eso dice el htop? y si, realmente 
se pone algo pesado cuando lleva ejecutandose 5+ dias.

Un saludo.

Yoinier.


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


Re: [CentOS-es] Problemas con JAVA

2013-01-09 Thread Salvador Guzman - Salman PSL
Pues a falta de dar con el problema real, una solucion para salir del paso es 
un script en el cron 
que te reinicie todas las noches el script problematico.



- Mensaje original - 
De: Yoinier Hernandez Nieves yoinier.hernan...@lt.datazucar.cu
Para: centos-es@centos.org
Enviado: jueves, 10 de enero de 2013 0:17
Asunto: [CentOS-es] Problemas con JAVA


Hola, tengo un script con java en mi servidor, especificamente, tcp-over-dns

pero estoy notando algo raro.

Cada cierto tiempo debo reiniciar el script, porque no se como, pero me
dice que esta usando tanto como 20GB de memoria, cosa exorbitante

como puedo limitar ese uso, al menos eso dice el htop? y si, realmente
se pone algo pesado cuando lleva ejecutandose 5+ dias.

Un saludo.

Yoinier.


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

Saludos
Salvador Guzman
Salman PSL
Vigo, Galicia, España
+34 986.21.30.27
+34 679-Salman
Correo @Salman.ES
Informaciones @Salman.ES para listas de correo
http://Salman.EU/
___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es


[CentOS] E17 on CentOS6?

2013-01-09 Thread wwp
Hello there,


does anyone have experience setting up Enlightenment E17 on a CentOS6
system?

I know that the RPM's are available from:
 
http://download.opensuse.org/repositories/X11:/Enlightenment:/Factory/CentOS_CentOS-6/x86_64/

but don't have a single clue about how to switch from my GNOME desktop
to it once installed.


Regards,

-- 
wwp


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


Re: [CentOS] E17 on CentOS6?

2013-01-09 Thread Ibrahim Yurtseven
On 09.01.2013 09:28, wwp wrote:
 but don't have a single clue about how to switch from my GNOME desktop
 to it once installed.
there will be a dropdownmenu at the bottom panel of gdm after you 
selected your user (before you type in your password) where you can 
switch installed desktops and windowmanagers.
-- 
Ibrahim Arastirmacilar Yurtseven
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gigantic memory leak in Clock Applet...

2013-01-09 Thread ken
On 01/08/2013 08:25 AM Paul Bijnens wrote:


 On 2013-01-06 23:18, fred smith wrote:
 On Sun, Jan 06, 2013 at 02:43:09PM -0500, ken wrote:
 On 01/06/2013 09:55 AM fred smith wrote:
 On Sun, Jan 06, 2013 at 06:33:07AM -0500, ken wrote:
 Fred,

 Also running an up-to-date 5.8 but with just 2G of RAM, clock-applet
 consumes the following:

 PID USER PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
 4133 me  15   0 29568 3748 2944 S  0.0  0.2 190:51.33 clock-applet

 My uptime at the moment is coming on 68 days.  Over time the %CPU field
 may flicker up to 0.3 or even 0.7, but the RES column and others are
 steady at the numbers you see.  I should add that all Preferences which
 we'd expect to consume more resources (e.g., display seconds, 12-hour
 time) are on.
 [...]

 here's what top reports today (clock-applet has not been restarted since
 the event mentioned in my original posting):

 PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
 11159 fredex16   0  263m 149m  10m S  0.3  3.8   1:36.87 clock-applet

 in which I note it is now up to 149m.


 I had that problem also a few years back (CentOS 5.1, 5.2 or so).
 When Googling for it, I had found several bug reports about it.
 While some of those bug reports had some fixes in a future version
 mentioned, other bugreports mentioned that the problem disappeared
 all by itself.

 And indeed, for me too, some upgrades later, the problem disappeared
 for me too.

 Then I fell over:

 https://blogs.oracle.com/bnitz/entry/thanks_for_the_memories
 https://live.gnome.org/MemoryReduction

 which seems to imply that the shared libraries of all stuff used by Gnome
 gets measured in one of the gnome programs, frequently the clock-applet
 apparently.

 That implies that this problem is a red herring. I just means that during
 the lifetime of Gnome, there were lots of shared libraries loaded, and that
 memory shows up for 1 applet only.

 And, yes indeed, looking carefully I notice that now the black sheep getting
 all the blame is the wnck-applet for me currently, instead of the 
 clock-applet.
 It's using 342m memory now (68 days uptime, without logout of gnome).

 And yes, googling for wnck-applet memory instead of clock-applet memory
 brings up a very similar list of bug reports, also telling sometimes it the
 problem disappeared all by itself.

 To find out which libraries all get counted for the clock-applet,
 run pmap -x PID-of-clock-applet on regular times, and see where the
 increase in memory is coming from.

Paul,

Excellent!  Thanks for unraveling the mystery.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] E17 on CentOS6?

2013-01-09 Thread James Freer
On Wed, 9 Jan 2013, wwp wrote:

 Hello there,


 does anyone have experience setting up Enlightenment E17 on a CentOS6
 system?

 I know that the RPM's are available from:
 http://download.opensuse.org/repositories/X11:/Enlightenment:/Factory/CentOS_CentOS-6/x86_64/

 but don't have a single clue about how to switch from my GNOME desktop
 to it once installed.


 Regards,

 -- 
 wwp

It would help if you said why you want to consider E17 - i had a bitter 
experience with it. I use xfce for a lighter desktop which i much prefer now to 
gnome. You will be compiling and doing the testing with E17 - xfce is well 
tried and proven straight from the install disk (you're bound to have some 
conflicts and problems somewhere installing E17). Could try several desktop and 
see which you prefer - selection is always on the login window under 'session'.

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


Re: [CentOS] E17 on CentOS6?

2013-01-09 Thread Philip Manuel

I run E17.  It is beta so just be aware you will have issues.  I find it to be 
fast and at the moment relatively stable.  There is no tab support in 
terminology, but I used screen to get round that issue.

Regards
- Original Message -
From: James Freer jessejazza3...@gmail.com
To: CentOS mailing list centos@centos.org
Sent: Wednesday, 9 January, 2013 9:46:10 PM
Subject: Re: [CentOS] E17 on CentOS6?

On Wed, 9 Jan 2013, wwp wrote:

 Hello there,


 does anyone have experience setting up Enlightenment E17 on a CentOS6
 system?

 I know that the RPM's are available from:
 http://download.opensuse.org/repositories/X11:/Enlightenment:/Factory/CentOS_CentOS-6/x86_64/

 but don't have a single clue about how to switch from my GNOME desktop
 to it once installed.


 Regards,

 -- 
 wwp

It would help if you said why you want to consider E17 - i had a bitter 
experience with it. I use xfce for a lighter desktop which i much prefer now to 
gnome. You will be compiling and doing the testing with E17 - xfce is well 
tried and proven straight from the install disk (you're bound to have some 
conflicts and problems somewhere installing E17). Could try several desktop and 
see which you prefer - selection is always on the login window under 'session'.

james
___
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] E17 on CentOS6?

2013-01-09 Thread wwp
Hello Philip,


On Wed, 9 Jan 2013 21:55:11 +1100 (EST) Philip Manuel p...@zomojo.com wrote:

 
 I run E17.  It is beta so just be aware you will have issues.  I find it to 
 be fast and at the moment relatively stable.  There is no tab support in 
 terminology, but I used screen to get round that issue.

Strange, I could not find any beta-like mention in the E17 release:
ZERO announcement of December. final official is not what one could
call beta or testing, no?


Regards,

 - Original Message -
 From: James Freer jessejazza3...@gmail.com
 To: CentOS mailing list centos@centos.org
 Sent: Wednesday, 9 January, 2013 9:46:10 PM
 Subject: Re: [CentOS] E17 on CentOS6?
 
 On Wed, 9 Jan 2013, wwp wrote:
 
  Hello there,
 
 
  does anyone have experience setting up Enlightenment E17 on a CentOS6
  system?
 
  I know that the RPM's are available from:
  http://download.opensuse.org/repositories/X11:/Enlightenment:/Factory/CentOS_CentOS-6/x86_64/
 
  but don't have a single clue about how to switch from my GNOME desktop
  to it once installed.
 
 
  Regards,
 
  -- 
  wwp
 
 It would help if you said why you want to consider E17 - i had a bitter 
 experience with it. I use xfce for a lighter desktop which i much prefer now 
 to 
 gnome. You will be compiling and doing the testing with E17 - xfce is well 
 tried and proven straight from the install disk (you're bound to have some 
 conflicts and problems somewhere installing E17). Could try several desktop 
 and 
 see which you prefer - selection is always on the login window under 
 'session'.
 
 james
 ___
 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

-- 
wwp


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


[CentOS] After performing a reboot in VM (Virtualbox), log user on gnome not display the desktop.

2013-01-09 Thread Rudinei Dias
Jan  8 16:02:38 oracletest gnome-session[1854]: WARNING: Failed to send
buffer
Jan  8 16:02:38 oracletest gnome-session[1854]: WARNING: Failed to send
buffer

These errors was found in messages when i try to log.

-
Rudinei Dias


-- Forwarded message --
From: Rudinei Dias rudinei.d...@gmail.com
Date: 2013/1/8
Subject: After performing a reboot in VM (Virtualbox), log user on gnome
not display the desktop.
To: centos@centos.org


After performing a reboot in VM (Virtualbox) which had been stopped, the
User logs in but does not display the desktop leaving only the background
image.
The services are all active, can access and use the VM via ssh, but the
Desktop died.
I do not know where to begin to solve this problem.
Any idea?

Thanks

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


[CentOS] CentOS-announce Digest, Vol 95, Issue 3

2013-01-09 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-2013:0144 Critical CentOS 6 xulrunner Update (Johnny Hughes)
   2. CESA-2013:0145 Critical CentOS 6 thunderbird  Update
  (Johnny Hughes)
   3. CESA-2013:0144 Critical CentOS 6 firefox Update (Johnny Hughes)


--

Message: 1
Date: Wed, 9 Jan 2013 05:51:05 +
From: Johnny Hughes joh...@centos.org
Subject: [CentOS-announce] CESA-2013:0144 Critical CentOS 6 xulrunner
Update
To: centos-annou...@centos.org
Message-ID: 20130109055105.ga29...@chakra.karan.org
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Security Advisory 2013:0144 Critical

Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-0144.html

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

i386:
9f3603456d717b8388fa9d2110eba020cc5fbae52544df5dccd7fa00e8998613  
xulrunner-10.0.12-1.el6.centos.i686.rpm
337f3aeb2ec34d8a93f692c2d1449322ff46fe51a22bc14fb57d321b26c73d63  
xulrunner-devel-10.0.12-1.el6.centos.i686.rpm

x86_64:
9f3603456d717b8388fa9d2110eba020cc5fbae52544df5dccd7fa00e8998613  
xulrunner-10.0.12-1.el6.centos.i686.rpm
6f933ce6d8b4d94608372cff4ca57bce0db3f9527c7396c8e5e2211beb8ed161  
xulrunner-10.0.12-1.el6.centos.x86_64.rpm
337f3aeb2ec34d8a93f692c2d1449322ff46fe51a22bc14fb57d321b26c73d63  
xulrunner-devel-10.0.12-1.el6.centos.i686.rpm
1cc893d14dec6907c398657cfd0e9dd9e7abbe0c031b086d0f03b1a269903fe7  
xulrunner-devel-10.0.12-1.el6.centos.x86_64.rpm

Source:
99e761733846f716428482b62f4a0127bfcdee0d23b15157c81b340526b2e58a  
xulrunner-10.0.12-1.el6.centos.src.rpm



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



--

Message: 2
Date: Wed, 9 Jan 2013 05:51:41 +
From: Johnny Hughes joh...@centos.org
Subject: [CentOS-announce] CESA-2013:0145 Critical CentOS 6
thunderbird Update
To: centos-annou...@centos.org
Message-ID: 20130109055141.ga29...@chakra.karan.org
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Security Advisory 2013:0145 Critical

Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-0145.html

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

i386:
d2887a5cf7c3c29e21e015049cbae422362919b080b64e091bc30b6b8719e61a  
thunderbird-10.0.12-3.el6.centos.i686.rpm

x86_64:
b24183d7577fd7bfd95baf1f190ce354c4ff34a2568e2040e843f0d8b43dcad5  
thunderbird-10.0.12-3.el6.centos.x86_64.rpm

Source:
235a142f1ddc76e52e26149c6ff513275a3abe65379ff34a67d2fe877fe84a98  
thunderbird-10.0.12-3.el6.centos.src.rpm



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



--

Message: 3
Date: Wed, 9 Jan 2013 05:52:17 +
From: Johnny Hughes joh...@centos.org
Subject: [CentOS-announce] CESA-2013:0144 Critical CentOS 6 firefox
Update
To: centos-annou...@centos.org
Message-ID: 20130109055217.ga29...@chakra.karan.org
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Security Advisory 2013:0144 Critical

Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-0144.html

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

i386:
63f2516783d907abb2f2756ecac9830754c52a0de8a5890a13b254a3cd55e961  
firefox-10.0.12-1.el6.centos.i686.rpm

x86_64:
63f2516783d907abb2f2756ecac9830754c52a0de8a5890a13b254a3cd55e961  
firefox-10.0.12-1.el6.centos.i686.rpm
30818e72b4fed3a9fc097cb2066e3649e24fb0848e53072e83a232b91a6caf30  
firefox-10.0.12-1.el6.centos.x86_64.rpm

Source:
44402026369fdf62ba0239482f50fb919ed5a3c7124fab13b1425bfe8867bc2f  
firefox-10.0.12-1.el6.centos.src.rpm



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



--

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


End of CentOS-announce Digest, Vol 95, Issue 3
**
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Fencing a Dell T110 II

2013-01-09 Thread Steve Campbell

On 1/8/2013 6:20 PM, John R Pierce wrote:
 On 1/8/2013 11:38 AM, Steve Campbell wrote:
 Any one dealt with this particular Dell PE and fencing in any form other
 than using something like an APC fence?
 what about fencing via your storage switch?   thats the way I've setup
 several clusters.   the standby server is warm and running, but has no
 access to the shared storage as its ports on the SAN switch are
 disabled. this can be done with ethernet or fiberchannel attached
 storage.


I won't have shared storage for these two servers. These servers will be 
firewalls, so IP's and a script to install the iptable rules will be all 
that float between the servers.

I started thinking about VMs, though. I'm not familiar with how the HA 
software works with virtual machines, but was wondering if putting the 
individual servers on separate hosts as VMs would provide me with fencing.

 ___
 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] Fencing a Dell T110 II

2013-01-09 Thread Joseph L. Casale
 I won't have shared storage for these two servers. These servers will be 

 firewalls, so IP's and a script to install the iptable rules will be all
 that float between the servers.
 
 I started thinking about VMs, though. I'm not familiar with how the HA
 software works with virtual machines, but was wondering if putting the
 individual servers on separate hosts as VMs would provide me with fencing.


An odd choice of server for an HA environment wouldn't you say? That unit is
nothing more than a desktop, it really doesn't have redundant anything...


Anyways, you can also use an snmp agent to down a switch port(s) that the
server is attached to, I wrote one in the early 5.x days and it worked well. The
cluster wiki had good docs. But that assumes you have a managed switch
behind it.


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


Re: [CentOS] gigantic memory leak in Clock Applet...

2013-01-09 Thread fred smith
On Wed, Jan 09, 2013 at 04:31:55AM -0500, ken wrote:
 On 01/08/2013 08:25 AM Paul Bijnens wrote:

My thanks to Ken, Paul, and all the others who have replied to this thread.
I haven't had time to dig into it over the last couple of days, but once
I have worked thru all your suggestions I'll try to remember to post an
update here.

thanks again!

Fred

 
 
  On 2013-01-06 23:18, fred smith wrote:
  On Sun, Jan 06, 2013 at 02:43:09PM -0500, ken wrote:
  On 01/06/2013 09:55 AM fred smith wrote:
  On Sun, Jan 06, 2013 at 06:33:07AM -0500, ken wrote:
  Fred,
 
  Also running an up-to-date 5.8 but with just 2G of RAM, clock-applet
  consumes the following:
 
  PID USER PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
  4133 me  15   0 29568 3748 2944 S  0.0  0.2 190:51.33 clock-applet
 
  My uptime at the moment is coming on 68 days.  Over time the %CPU field
  may flicker up to 0.3 or even 0.7, but the RES column and others are
  steady at the numbers you see.  I should add that all Preferences which
  we'd expect to consume more resources (e.g., display seconds, 12-hour
  time) are on.
  [...]
 
  here's what top reports today (clock-applet has not been restarted since
  the event mentioned in my original posting):
 
  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
  11159 fredex16   0  263m 149m  10m S  0.3  3.8   1:36.87 clock-applet
 
  in which I note it is now up to 149m.
 
 
  I had that problem also a few years back (CentOS 5.1, 5.2 or so).
  When Googling for it, I had found several bug reports about it.
  While some of those bug reports had some fixes in a future version
  mentioned, other bugreports mentioned that the problem disappeared
  all by itself.
 
  And indeed, for me too, some upgrades later, the problem disappeared
  for me too.
 
  Then I fell over:
 
  https://blogs.oracle.com/bnitz/entry/thanks_for_the_memories
  https://live.gnome.org/MemoryReduction
 
  which seems to imply that the shared libraries of all stuff used by Gnome
  gets measured in one of the gnome programs, frequently the clock-applet
  apparently.
 
  That implies that this problem is a red herring. I just means that during
  the lifetime of Gnome, there were lots of shared libraries loaded, and that
  memory shows up for 1 applet only.
 
  And, yes indeed, looking carefully I notice that now the black sheep getting
  all the blame is the wnck-applet for me currently, instead of the 
  clock-applet.
  It's using 342m memory now (68 days uptime, without logout of gnome).
 
  And yes, googling for wnck-applet memory instead of clock-applet memory
  brings up a very similar list of bug reports, also telling sometimes it the
  problem disappeared all by itself.
 
  To find out which libraries all get counted for the clock-applet,
  run pmap -x PID-of-clock-applet on regular times, and see where the
  increase in memory is coming from.
 
 Paul,
 
 Excellent!  Thanks for unraveling the mystery.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
Not everyone who says to me, 'Lord, Lord,' will enter the kingdom of
 heaven, but only he who does the will of my Father who is in heaven.
-- Matthew 7:21 (niv) -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Fencing a Dell T110 II

2013-01-09 Thread Patrick Hurrelmann
On 08.01.2013 20:38, Steve Campbell wrote:
 I think I know the answer to this question based on all of the research 
 I've done, but figured I'd ask anyway.
 
 I needed a couple of servers for an HA cluster, and our order guy here 
 ordered me a couple of Dell PowerEdge T110 II. I'd planned on using IPMI 
 to fence these things with, but later found out that this model is only 
 one of two PE servers Dell sells that has a stripped down BMC on it, and 
 allows only local access. It's my fault for not looking closer at the 
 specs, but I figured a PowerEdge server would have the stuff I needed.
 
 So now I'm looking for a way to fence these without purchasing more 
 equipment. I thought maybe IF-MIB, but I can't discover enough about 
 that to determine whether that'll work for me.
 
 I find it strange that using Conga (luci) from a third administration 
 server I can reboot these two Dell nodes, and wonder why that works, how 
 it's done, and why that wouldn't work as a fence method.
 
 Any one dealt with this particular Dell PE and fencing in any form other 
 than using something like an APC fence?
 
 Thanks for any suggests. I've pretty much wore Google out, and I'm now 
 in that round-robin mode of results where everything leads back to the 
 same pages on different servers.
 
 steve campbell

Hi,

in my test-lab I also have 2 Dell PE T110 II and one older T110. All 3
are a basic configuration (no iDrac express or enterprise). But they do
have ipmi and are controllable and fencable via lan. These boxes just
share ipmi with the onboard nic. Are you sure yours are only accessible
locally? And if you have local ipmi I see no reason why external should
not work.

Regards
Patrick


-- 
Lobster LOGsuite GmbH, Münchner Straße 15a, D-82319 Starnberg

HRB 178831, Amtsgericht München
Geschäftsführer: Dr. Martin Fischer, Rolf Henrich
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] wiping out data on a disk (no physical acess to the machine)

2013-01-09 Thread Ken godee

 Thanks. Is it possible that shred exit abnormally in any case (for example,
 some files that it relies on have been shreded)?

 Without physical access to the machine so you can see (and control) what is
 actually going on, there is no way to 100% guarantee that the data is
 completely destroyed.


If you had some disk space could you create a partition
and install a minimalistic Linux version, set your
system to boot the minimalistic Linux version, log
in and completely destroy any partition you want and
you could just leave the minimalistic Linux version.

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


Re: [CentOS] After performing a reboot in VM (Virtualbox), log user on gnome not display the desktop.

2013-01-09 Thread Liam O'Toole
On 2013-01-08, Rudinei Dias rudinei.d...@gmail.com wrote:
 After performing a reboot in VM (Virtualbox) which had been stopped, the
 User logs in but does not display the desktop leaving only the background
 image.
 The services are all active, can access and use the VM via ssh, but the
 Desktop died.
 I do not know where to begin to solve this problem.
 Any idea?


The file .xsession-errors in the user's home directory is a good place
to start.

-- 

Liam


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


Re: [CentOS] wiping out data on a disk (no physical acess to the machine)

2013-01-09 Thread m . roth
Ken godee wrote:

 Thanks. Is it possible that shred exit abnormally in any case (for
 example, some files that it relies on have been shreded)?

 Without physical access to the machine so you can see (and control) what
 is actually going on, there is no way to 100% guarantee that the data is
 completely destroyed.

 If you had some disk space could you create a partition
 and install a minimalistic Linux version, set your
 system to boot the minimalistic Linux version, log
 in and completely destroy any partition you want and
 you could just leave the minimalistic Linux version.

Dumb question: why can't you have whoever has the drive pull it and ship
it to you?

  mark

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


[CentOS] network not accessible through bridged interface but traffic visible

2013-01-09 Thread Doug Coats
I had a major HD failure and need to rebuild my host server and the virtual
servers that resided on it.  I am moving from CentOS 5.6 to CentOS 6.3.  I
am using the same configuration, as best as I can tell, that was working
only hours ago on 5.6 but does not work on 6.3.  My guest server can see
network traffic on the bridged network device but I cannot seem to interact
with it.  Iptables turned off on both the host and guest makes no
difference.

*Host server settings that apply:*

NetworkManager is off
Network is on

/etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=host
GATEWAY=192.168.4.1

/etc/resolv.conf
search domain.com
nameserver 68.87.xx.xx
nameserver 68.87.xx.xx

/etc/sysctl.conf
net.ipv4.ip_forward = 1
net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-arptables = 0

/etc/sysconfig/network-scripts/ifcfg-em2
DEVICE=em2
NM_CONTROLLED=no
BOOTPROTO=none
HWADDR=...
ONBOOT=yes
HOTPLUG=no
BRIDGE=br2

/etc/sysconfig/network-scripts/ifcfg-br2
DEVICE=br2
TYPE=Bridge
BOOTPROTO=none
ONBOOT=yes
DELAY=0

/etc/sysconfig/network-scripts/ifcfg-em3
DEVICE=em3
NM_CONTROLLED=no
BOOTPROTO=none
HWADDR=...
ONBOOT=yes
HOTPLUG=no
BRIDGE=br3

/etc/sysconfig/network-scripts/ifcfg-br3
DEVICE=br3
TYPE=Bridge
BOOTPROTO=none
ONBOOT=yes
DELAY=0

On the host I connect to the network using a different nic ifcfg-em5.
Which connects to the gateway server and the internet just fine.

*The guest settings:*

Virtual Network Interface
Source Device: Host device vnet0 (Bridge 'br2')
Device Model: virtio
MAC Address: ...

Virtual Network Interface
Source Device: Host device vnet1 (Bridge 'br3')
Device Model: virtio
MAC Address: ...

NetworkManager is off
Network is on

/etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=host
GATEWAY=192.168.4.1

/etc/resolv.conf
search domain.com
nameserver 68.87.xx.xx
nameserver 68.87.xx.xx

/etc/sysctl.conf
net.ipv4.ip_forward = 1
net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-arptables = 0

/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
HWADDR=...
NM_CONTROLLED=no
ONBOOT=yes
IPADDR=192.168.4.3
NETMASK=255.255.255.0
NETWORK=192.168.4.0
DNS1=68.87.XX.XX
DNS2=68.87.XX.XX

/etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
BOOTPROTO=static
HWADDR=...
NM_CONTROLLED=no
ONBOOT=yes
IPADDR=192.168.6.1
NETMASK=255.255.255.0
NETWORK=192.168.6.0

#route
Kernel IP routing table
DestinationGateway
Genmask Flags  Metric  Ref Use  Iface
192.168.6.0*
255.255.255.0  U0 0 0  eth1
192.168.5.0   otherserver255.255.255.0
UG  0 0 0  eth0
192.168.4.0   *
255.255.255.0  U0 0 0  eth0
192.168.1.0   anotherserver 255.255.255.0
UG  0 0 0  eth0
link-local   *
255.255.0.0 U1002 00  eth0
link-local   *
255.255.0.0 U1003 00  eth1
default  gatewayserver
0.0.0.0UG  0  00  eth0

This is the most bizarre thing.  I can see the nic traffic on the guest
with a tcpdump but I cannot interact with the traffic.

# traceroute 192.168.4.1
traceroute to 192.168.4.1 (192.168.4.1), 30 hops max, 60 byte packets
 1guestserver (192.168.4.3)3000.636ms  !H   3000.633ms !H
3000.628 ms  !H

Any fresh ideas and insights are greatly appreciated!

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


Re: [CentOS] gigantic memory leak in Clock Applet...

2013-01-09 Thread Paul Bijnens

I'm still not really out of the problem either:

On 2013-01-09 14:21, fred smith wrote:
  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
11159 fredex16   0  263m 149m  10m S  0.3  3.8   1:36.87 clock-applet

263m VIRT: We understand that virtual memory is sum of all, including the read
only/executable parts of lots of shared libraries which are not using many
resources in fact because they are backed by the real files.

149m RES: The parts that are really in use by this program, but including
the parts shared by many others of the Gnome package that are running.
(I put this between quotes, because someone seemed to believe that
top or ps or some other program adds memory sizes in in unfair way
to some processes only, while they should have been distributed over many.
Actually I can't find any reason, or explanation of that.)

10m SHR:  of those 149m that are in use, 10m is the shared portion.

That leaves 139m allocated exclusively by the clock-applet.
Incredibly large yes.

What is that clock-applet doing with 139m?
Or is that just because you do have lots of RAM, and in fact, lots of those
pages could be swapped out (= for executables like shared libraries, just
be removed; they can be swapped in from the file itself), but never had to
be swapped out/deleted, because the OS still had unused pages.

I have rebooted my workstation (due to postponed kernel upgrade) yesterday.
I have now:

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
5908 paulb 15   0  283m  13m 9496 S  0.0  0.3   0:25.29 wnck-applet
5950 paulb 15   0  268m  10m 8968 S  0.0  0.3   0:54.00 clock-applet

and I can't find any process that is taking large amounts of memory.
Firefox  Thunderbird are using considerable amounts but not more than usual.
I did not run any real large program yet (swap use is 0 now), and did not
do heavy memory using programs except ff  tb.
So why is my RES on 10m now? Probably because the clock-applet did not
even touch more of the shared libraries (totaling 268m possibly being touched).

As I said, the problem of the large clock-applet magically disappeared for me
somewhere between 5.1 and 5.5 or so.
I remember fiddling with the seconds indicator, changing every option to 
default,
monitoring the mem over several weeks, seeing it increasing, but seeing no
trend/reason/cause. Gave up on searching intensly. And then some time later
noticed the problem disappeared.
Yesterday I thought wcnk-applet had the enormous amount of RAM, but I think
I was looking at the VIRT size only then.  VIRT is a useless indicator here.

Inspecting /proc/PID/smaps of such a large process may reveal something?


(Nostalgia: 1m private data for my running clock-applet still seems large to me,
remembering to program on a mainframe with a total memory of 12 Mbyte, 
supporting
hundreds of users. I remember it was upgraded to 16 Mbyte, the maximum
amount. That was larger than one of its hard disks of 6 or 10 Mbyte, the size
of a washing machine.)


-- 
Paul Bijnens, Xplanation
***
* I think I've got the hang of it now:  exit, ^D, ^C, ^\, ^Z, ^Q, ^^, *
* quit, ZZ, :q, :q!, M-Z, ^X^C, logoff, logout, close, bye, /bye, ~., *
* stop, end, ^]c, +++ ATH, disconnect,  halt,  abort,  hangup,  KJOB, *
* ^X^X,  :D::D,  kill -9 1,  kill -1 $$,  shutdown,  init 0,  Alt-F4, *
* Alt-f-e, Ctrl-Alt-Del, Alt-SysRq-reisub, Stop-A, AltGr-NumLock, ... *
* ...  Are you sure?  ...   YES   ...   Phew ...   I'm out  *
***
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] nm-applet in gdm still possible?

2013-01-09 Thread Darod Zyree
Greetings,

Does anyone know if it is still possible to make use of the
NetworkManager applet during a log on session?

The reason why would be to have roaming users setup/manage (w)lan/vpn
connections before logging in.

Several searches hinted on either copying or linking

/etc/xdg/autostart/nm-applet.desktop
to
/usr/share/gdm/autostart/LoginWindow

but that has not worked thus far.

Centos 6.3
NetworkManager Version : 0.8.1
GDM Version : 2.30.4

-- 
Regards,
Darod Zyree

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


Re: [CentOS] gigantic memory leak in Clock Applet...

2013-01-09 Thread fred smith
On Wed, Jan 09, 2013 at 04:05:26PM +0100, Paul Bijnens wrote:
 
 I'm still not really out of the problem either:
 
 On 2013-01-09 14:21, fred smith wrote:
   PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
 11159 fredex16   0  263m 149m  10m S  0.3  3.8   1:36.87 clock-applet
 
 263m VIRT: We understand that virtual memory is sum of all, including the read
 only/executable parts of lots of shared libraries which are not using many
 resources in fact because they are backed by the real files.
 
 149m RES: The parts that are really in use by this program, but including
 the parts shared by many others of the Gnome package that are running.
 (I put this between quotes, because someone seemed to believe that
 top or ps or some other program adds memory sizes in in unfair way
 to some processes only, while they should have been distributed over many.
 Actually I can't find any reason, or explanation of that.)
 
 10m SHR:  of those 149m that are in use, 10m is the shared portion.
 
 That leaves 139m allocated exclusively by the clock-applet.
 Incredibly large yes.
 
 What is that clock-applet doing with 139m?

I find that to be a really good question. When I first posted, the system
had been up for (from my memory) something like 29 days, and the RES 
column for clock_applet was some number well above a gigabyte. I can imagine
that those who say it's just being reported wrong may be right, but if so
I don't see why that number would continue to grow. in fact it's also a
fact that the amount of swap in use had grown above two gigs, which is
definitely NOT the norm on this system. So I still think it's being
leaked, _somewhere_.

 Or is that just because you do have lots of RAM, and in fact, lots of those
 pages could be swapped out (= for executables like shared libraries, just
 be removed; they can be swapped in from the file itself), but never had to
 be swapped out/deleted, because the OS still had unused pages.
 
 I have rebooted my workstation (due to postponed kernel upgrade) yesterday.
 I have now:
 
   PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
 5908 paulb 15   0  283m  13m 9496 S  0.0  0.3   0:25.29 wnck-applet
 5950 paulb 15   0  268m  10m 8968 S  0.0  0.3   0:54.00 clock-applet
 
 and I can't find any process that is taking large amounts of memory.
 Firefox  Thunderbird are using considerable amounts but not more than usual.
 I did not run any real large program yet (swap use is 0 now), and did not
 do heavy memory using programs except ff  tb.
 So why is my RES on 10m now? Probably because the clock-applet did not
 even touch more of the shared libraries (totaling 268m possibly being 
 touched).
 
 As I said, the problem of the large clock-applet magically disappeared for me
 somewhere between 5.1 and 5.5 or so.
 I remember fiddling with the seconds indicator, changing every option to 
 default,
 monitoring the mem over several weeks, seeing it increasing, but seeing no
 trend/reason/cause. Gave up on searching intensly. And then some time later
 noticed the problem disappeared.
 Yesterday I thought wcnk-applet had the enormous amount of RAM, but I think
 I was looking at the VIRT size only then.  VIRT is a useless indicator here.
 
 Inspecting /proc/PID/smaps of such a large process may reveal something?

well, there's a LOT of stuff dumped when one cats the file. but I have
no adequate expertise to figure out what it all means.



-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
  The eyes of the Lord are everywhere, 
keeping watch on the wicked and the good.
- Proverbs 15:3 (niv) -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gigantic memory leak in Clock Applet...

2013-01-09 Thread Les Mikesell
On Wed, Jan 9, 2013 at 9:05 AM, Paul Bijnens
paul.bijn...@xplanation.com wrote:

 On 2013-01-09 14:21, fred smith wrote:
  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
11159 fredex16   0  263m 149m  10m S  0.3  3.8   1:36.87 clock-applet


 149m RES: The parts that are really in use by this program, but including
 the parts shared by many others of the Gnome package that are running.
 (I put this between quotes, because someone seemed to believe that
 top or ps or some other program adds memory sizes in in unfair way
 to some processes only, while they should have been distributed over many.
 Actually I can't find any reason, or explanation of that.)

 10m SHR:  of those 149m that are in use, 10m is the shared portion.

 That leaves 139m allocated exclusively by the clock-applet.
 Incredibly large yes.

I think the scenario is that you have large shared libraries that
other programs _could_ ahare but at the moment you don't have other
running applications that actually are sharing the code..

 (Nostalgia: 1m private data for my running clock-applet still seems large to 
 me,
 remembering to program on a mainframe with a total memory of 12 Mbyte, 
 supporting
 hundreds of users. I remember it was upgraded to 16 Mbyte, the maximum
 amount. That was larger than one of its hard disks of 6 or 10 Mbyte, the size
 of a washing machine.)

Think in terms of dollars instead of Mbytes here and it will make more
sense that nobody cares anymore.

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


Re: [CentOS] sysctl -p at startup?

2013-01-09 Thread Emmett Culley
On 01/08/2013 12:39 PM, Leon Fauster wrote:
 Am 08.01.2013 um 20:25 schrieb Emmett Culley:
 On 01/08/2013 02:58 AM, Michael Simpson wrote:
 On 2 January 2013 17:54, Emmett Culley emm...@webengineer.com wrote:

 I understand that the contents of /etc/sysctl.conf should be read and
 executed at system startup.  However that never happens and I have to run
 sysctl -p after every reboot to get the settings I want.

 This is happening on every CentOS machine and VM I have.   I can see in
 the startup scripts that sysctl -e -p /etc/sysctl.conf /dev/null 21
is run at start up by the apply_sysctl function, yet the settings are
 never correct unless I run sysctl -p on the command line.

 Anybody know why that would be?


 It depends on whether the changes you are making using sysctl are being
 affected by other processes later on in the startup sequence

 I have to run sysctl -p manually in order to stop kernel messages being
 printed to the console as even though i have them configured off in my
 sysctl this is overridden at some other point and i get to find out all
 about SoftMAC and its scanning ways

 https://bugzilla.redhat.com/show_bug.cgi?id=760497

 mike

 I ended up putting sysctl -p in to /etc/rc.local, which fixed the problem.  
 I thought I'd read the rc.local is deprecated, so I resisted using it.  Oh 
 well...


 for sysctl configs i suggest the /etc/sysctl.d directory (create it if ...)

 for example:

 $ cat /etc/sysctl.d/vpn.conf
 net.ipv4.ip_forward = 1

 --
 LF

There was no /etc/sysctl.d directory, so I created one and added a file with 
sysctl -p on the first line, still no change to my requested settings after a 
reboot.  So I changed the file to look like:

#!/bin/bash
sysctl -p

and made it executable (just in case :-) and of course that didn't work either.

I've noted that there was a bug reported for RHEL5 that stated this would be 
fixed in 6.  I guess that didn't happen.  And I am not even certain that it 
isn't working as expected.

In the mean time I will stick to using /etc/rc.local.

Emmett

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


Re: [CentOS] gigantic memory leak in Clock Applet...

2013-01-09 Thread m . roth
Les Mikesell wrote:
 On Wed, Jan 9, 2013 at 9:05 AM, Paul Bijnens
 paul.bijn...@xplanation.com wrote:

 On 2013-01-09 14:21, fred smith wrote:
  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
11159 fredex16   0  263m 149m  10m S  0.3  3.8   1:36.87
 clock-applet


 149m RES: The parts that are really in use by this program, but
 including the parts shared by many others of the Gnome package that are
running.
 (I put this between quotes, because someone seemed to believe that
 top or ps or some other program adds memory sizes in in unfair way
 to some processes only, while they should have been distributed over
 many. Actually I can't find any reason, or explanation of that.)

 10m SHR:  of those 149m that are in use, 10m is the shared portion.

 That leaves 139m allocated exclusively by the clock-applet.
 Incredibly large yes.
snip
 (Nostalgia: 1m private data for my running clock-applet still seems
 large to me, remembering to program on a mainframe with a total
 memory of 12 Mbyte, supporting hundreds of users. I remember it was
 upgraded to 16 Mbyte, the maximum amount. That was larger than one
 of its hard disks of 6 or 10 Mbyte, the size of a washing machine.)

Yup. Of course, the punch cards did take up a lot of space I remember
carrying boxes in college.

It still bothers me to align the new large disks on 1M or 2M boundaries,
loosing that much disk space; I do remember wanting to kill for one of the
5M h/d's that had just come out for PCs

 Think in terms of dollars instead of Mbytes here and it will make more
 sense that nobody cares anymore.

You ain't got no sense o' history or wonder, Les.

   mark

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


Re: [CentOS] sysctl -p at startup?

2013-01-09 Thread Leon Fauster
Am 09.01.2013 um 17:13 schrieb Emmett Culley:
 On 01/08/2013 12:39 PM, Leon Fauster wrote:
 
 for sysctl configs i suggest the /etc/sysctl.d directory (create it if ...)
 
 for example:
 
 $ cat /etc/sysctl.d/vpn.conf
 net.ipv4.ip_forward = 1
 
 
 There was no /etc/sysctl.d directory, so I created one and added a file with
 sysctl -p on the first line, still no change to my requested settings after
 a reboot.  So I changed the file to look like:
 
 #!/bin/bash
 sysctl -p
 
 and made it executable (just in case :-) and of course that didn't work 
 either.
 
 I've noted that there was a bug reported for RHEL5 that stated this would be 
 fixed in 6.  
 I guess that didn't happen.  And I am not even certain that it isn't working 
 as expected.
 
 In the mean time I will stick to using /etc/rc.local.




The files (/etc/sysctl.d/*.conf) must have the format of 
e.g.

net.ipv4.ip_forward = 1

like /etc/sysctl.conf

That files (/etc/sysctl.d/*.conf) are read by the start 
script rc.sysinit (function apply_sysctl) after /etc/sysctl.conf
was read. 


--
LF








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


[CentOS] intel video driver

2013-01-09 Thread Roberto Nunnari
Hi all.

I just installed centOS 5 on a new pc and everything works very well, 
apart the video driver that is not recognized by X and so I get no 
graphics hardware acceleration (glxgears is very unresponsive).

lspci reports:
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)

while Xorg.0.log reads:
(--) PCI:*(0:2:0) Intel Corporation unknown chipset (0x0102) rev 9, Mem 
@ 0xe0c0/22, 0xd000/28, I/O @ 0x3000/6

I've been searching for an rpm for adding the right driver with no success.

Could anybody try to help me out, please?
Thank you.
Robi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gigantic memory leak in Clock Applet...

2013-01-09 Thread Les Mikesell
On Wed, Jan 9, 2013 at 10:16 AM,  m.r...@5-cent.us wrote:

 Think in terms of dollars instead of Mbytes here and it will make more
 sense that nobody cares anymore.

 You ain't got no sense o' history or wonder, Les.


Oh, the days of wooden computers and iron programmers... I've been
there, done that, and didn't like it much.  Per-program memory bloat
doesn't bother me nearly as much as the idea of having dozens of
different shared libraries that all provide the same functionality but
aren't compatible and thus aren't actually shared (and worse, all have
different bugs to deal with).  Or that it is so difficult and unusual
to run multiple X desktops from the same host where all the code space
would automatically be shared by all instances (in the unlikely event
that they ran the same desktop flavor...).  Or that a 'modern' system
will need support for a dozen or more different programming languages
and all their associated libraries none of which will share disk or
RAM..  Or that even though the slowest computer operation for decades
has been moving a disk head, operating systems are still to dumb to
move frequently accessed things to nearby locations.

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


Re: [CentOS] intel video driver

2013-01-09 Thread Nux!
On 09.01.2013 16:43, Roberto Nunnari wrote:
 Hi all.

 I just installed centOS 5 on a new pc and everything works very well,
 apart the video driver that is not recognized by X and so I get no
 graphics hardware acceleration (glxgears is very unresponsive).

 lspci reports:
 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation 
 Core
 Processor Family Integrated Graphics Controller (rev 09)

 while Xorg.0.log reads:
 (--) PCI:*(0:2:0) Intel Corporation unknown chipset (0x0102) rev 9, 
 Mem
 @ 0xe0c0/22, 0xd000/28, I/O @ 0x3000/6

 I've been searching for an rpm for adding the right driver with no 
 success.

 Could anybody try to help me out, please?
 Thank you.
 Robi

No idea how to solve this problem, other than recommending you to 
upgrade to Centos 6 which has support out of the box for this.

-- 
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sysctl -p at startup?

2013-01-09 Thread Emmett Culley
On 01/09/2013 08:34 AM, Leon Fauster wrote:
 Am 09.01.2013 um 17:13 schrieb Emmett Culley:
 On 01/08/2013 12:39 PM, Leon Fauster wrote:
 for sysctl configs i suggest the /etc/sysctl.d directory (create it if ...)

 for example:

 $ cat /etc/sysctl.d/vpn.conf
 net.ipv4.ip_forward = 1

 There was no /etc/sysctl.d directory, so I created one and added a file with
 sysctl -p on the first line, still no change to my requested settings after
 a reboot.  So I changed the file to look like:

 #!/bin/bash
 sysctl -p

 and made it executable (just in case :-) and of course that didn't work 
 either.

 I've noted that there was a bug reported for RHEL5 that stated this would be 
 fixed in 6.
 I guess that didn't happen.  And I am not even certain that it isn't working 
 as expected.

 In the mean time I will stick to using /etc/rc.local.
 The files (/etc/sysctl.d/*.conf) must have the format of
 e.g.

 net.ipv4.ip_forward = 1

 like /etc/sysctl.conf

 That files (/etc/sysctl.d/*.conf) are read by the start
 script rc.sysinit (function apply_sysctl) after /etc/sysctl.conf
 was read.


 --
 LF

Yes, that is what I tried first.  I just made it executable after that failed 
as it was quicker to do that than to google or ask the list.

As for apply_sysctl...  That calls sysctl -e -p /etc/sysctl.conf. At least that 
is what I would expect.  However if it is getting called, the changes aren't 
sticking.

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


Re: [CentOS] intel video driver

2013-01-09 Thread Roberto Nunnari
Nux! wrote:
 On 09.01.2013 16:43, Roberto Nunnari wrote:
 Hi all.

 I just installed centOS 5 on a new pc and everything works very well,
 apart the video driver that is not recognized by X and so I get no
 graphics hardware acceleration (glxgears is very unresponsive).

 lspci reports:
 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation 
 Core
 Processor Family Integrated Graphics Controller (rev 09)

 while Xorg.0.log reads:
 (--) PCI:*(0:2:0) Intel Corporation unknown chipset (0x0102) rev 9, 
 Mem
 @ 0xe0c0/22, 0xd000/28, I/O @ 0x3000/6

 I've been searching for an rpm for adding the right driver with no 
 success.

 Could anybody try to help me out, please?
 Thank you.
 Robi
 
 No idea how to solve this problem, other than recommending you to 
 upgrade to Centos 6 which has support out of the box for this.
 

I'd love to.. but the pc will be used for running a software that is 
well known to run well on CentOS 5.. but if I will not find another 
solution, then I may be forced to try it on CentOS 6..

Any more hints, please?
Thank you.
Robi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] intel video driver

2013-01-09 Thread Les Mikesell
On Wed, Jan 9, 2013 at 11:20 AM, Roberto Nunnari
roberto.nunn...@supsi.ch wrote:

 No idea how to solve this problem, other than recommending you to
 upgrade to Centos 6 which has support out of the box for this.


 I'd love to.. but the pc will be used for running a software that is
 well known to run well on CentOS 5.. but if I will not find another
 solution, then I may be forced to try it on CentOS 6..

 Any more hints, please?

Is this a common software package or something home-grown?  Maybe
someone can give advice about any problems you might see on CentOS 6.

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


Re: [CentOS] intel video driver

2013-01-09 Thread Roberto Nunnari
Les Mikesell wrote:
 On Wed, Jan 9, 2013 at 11:20 AM, Roberto Nunnari
 roberto.nunn...@supsi.ch wrote:
 No idea how to solve this problem, other than recommending you to
 upgrade to Centos 6 which has support out of the box for this.

 I'd love to.. but the pc will be used for running a software that is
 well known to run well on CentOS 5.. but if I will not find another
 solution, then I may be forced to try it on CentOS 6..

 Any more hints, please?
 
 Is this a common software package or something home-grown?  Maybe
 someone can give advice about any problems you might see on CentOS 6.
 

That's a good idea.
The software is Cadence + a few 3rd packages added.. it all was first 
installed on February 2010.. Anybody has every run it on CentOS 6 ?

Thank you!
Robi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Anybody running cadence on CentOS 6 ?

2013-01-09 Thread Roberto Nunnari
Hi all.

So.. as the problem with the video driver and CentOS 5 seems to be hard 
to solve, I'll try to migrate to CentOS 6.

I'd like to ask if anybody is successfully running cadence and plugins 
on CentOS 6 and if it is running as well as it was on CentOS 5..
If any, what problems may I see running cadence on CentOS 6 ?

Thank you very much!
Robi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gigantic memory leak in Clock Applet...

2013-01-09 Thread Paul Bijnens


On 2013-01-09 16:50, fred smith wrote:
 On Wed, Jan 09, 2013 at 04:05:26PM +0100, Paul Bijnens wrote:
 Inspecting /proc/PID/smaps of such a large process may reveal something?

 well, there's a LOT of stuff dumped when one cats the file. but I have
 no adequate expertise to figure out what it all means.


What I know about it...

Here are some lines from my running system (first 3 blocks only):

0040-00414000 r-xp  fd:00 190374 
/usr/libexec/clock-applet
Size:80 kB
Rss: 72 kB
Shared_Clean: 0 kB
Shared_Dirty: 0 kB
Private_Clean:   72 kB
Private_Dirty:0 kB
Swap: 0 kB
Pss: 72 kB
00614000-0061b000 rw-p 00014000 fd:00 190374 
/usr/libexec/clock-applet
Size:28 kB
Rss: 16 kB
Shared_Clean: 0 kB
Shared_Dirty: 0 kB
Private_Clean:   12 kB
Private_Dirty:4 kB
Swap: 0 kB
Pss: 16 kB
14c9e000-14ea3000 rw-p 14c9e000 00:00 0  [heap]
Size:  2068 kB
Rss:   2064 kB
Shared_Clean: 0 kB
Shared_Dirty: 0 kB
Private_Clean:0 kB
Private_Dirty: 2064 kB
Swap: 0 kB
Pss:   2064 kB


That shows 3 memory blocks.

The first two blocks are from the program file itself 
/usr/libexec/clock-applet.

The first block of that is not writable (r-xp). That are the executable 
instructions.
The second one is writable (rw-p). Those are the writable data (variable 
etc.).

We see several sizes. We see the total size, and the RSS size (=what is
using memory now).  The RSS is again split up in different categories below it.
(Shared/Private Clean/dirty).

The first block is the code, and thus non writable, and thus pages here can be 
deleted
from memory at all times and can be paged back in from the file itself. They 
should always
have 0 dirty pages.
The second block is writable, having a mix of clean and dirty pages.
These dirty pages must always be kept in memory.
Dirty pages can also be shared with other processes, e.g. shmem segments.


Next we see the heap (memory from malloc etc). And as expected, all private
and dirty here.


When a page is shared between many processes, this is reflected in the PSS value
(proportional set size):  64 kB RSS, all shared between 4 processes, will show 
16 kB PSS.

Example:
2d317000-2d346000 r-xp  fd:00 189693 
/usr/lib64/libgsf-1.so.114.0.1
Size:   188 kB
Rss: 56 kB
Shared_Clean:48 kB
Shared_Dirty: 0 kB
Private_Clean:8 kB
Private_Dirty:0 kB
Swap: 0 kB
Pss: 21 kB

# lsof /usr/lib64/libgsf-1.so.114.0.1
COMMAND PID  USER  FD   TYPE DEVICE SIZE/OFF   NODE NAME
gnome-pan  5826 paulb memREG  253,0   210712 189693 
/usr/lib64/libgsf-1.so.114.0.1
stickynot  5932 paulb memREG  253,0   210712 189693 
/usr/lib64/libgsf-1.so.114.0.1
clock-app  5950 paulb memREG  253,0   210712 189693 
/usr/lib64/libgsf-1.so.114.0.1
nautilus  23427 paulb memREG  253,0   210712 189693 
/usr/lib64/libgsf-1.so.114.0.1

Apparently not all 56kB is shared with all these 4 processes, but 
proprotionally the clock
is using 21 kB of that.


The ps and top show the sum of several of those values:
VIRT: sum of Size
RSS : sum of Rss
SHR : sum of Shared_*
(aproximately at least: When I do my additions, I get in the neighbourhood, but 
not exact.
I do not know why...)

So to debug our problem, we should find some part(s) there and see where the
memory is going to.
Maybe there is 1 large part? (e.g. some enormous font
file -- unicode font -- that somehow all is marked as dirty)
Or many smaller parts (heap - mostly malloc and friends, and thus suspecting a
memory leak there).


-- 
Paul Bijnens, Xplanation
***
* I think I've got the hang of it now:  exit, ^D, ^C, ^\, ^Z, ^Q, ^^, *
* quit, ZZ, :q, :q!, M-Z, ^X^C, logoff, logout, close, bye, /bye, ~., *
* stop, end, ^]c, +++ ATH, disconnect,  halt,  abort,  hangup,  KJOB, *
* ^X^X,  :D::D,  kill -9 1,  kill -1 $$,  shutdown,  init 0,  Alt-F4, *
* Alt-f-e, Ctrl-Alt-Del, Alt-SysRq-reisub, Stop-A, AltGr-NumLock, ... *
* ...  Are you sure?  ...   YES   ...   Phew ...   I'm out  *
***
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Anybody running cadence on CentOS 6 ?

2013-01-09 Thread Nux!
On 09.01.2013 17:58, Roberto Nunnari wrote:
 Hi all.

 So.. as the problem with the video driver and CentOS 5 seems to be 
 hard
 to solve, I'll try to migrate to CentOS 6.

 I'd like to ask if anybody is successfully running cadence and 
 plugins
 on CentOS 6 and if it is running as well as it was on CentOS 5..
 If any, what problems may I see running cadence on CentOS 6 ?

 Thank you very much!
 Robi

I don't know this program, can you be more specific please? Where can 
we download it from, which plugins are you running with it etc?

-- 
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gigantic memory leak in Clock Applet...

2013-01-09 Thread fred smith
On Wed, Jan 09, 2013 at 07:07:15PM +0100, Paul Bijnens wrote:
 
 
 On 2013-01-09 16:50, fred smith wrote:
  On Wed, Jan 09, 2013 at 04:05:26PM +0100, Paul Bijnens wrote:
  Inspecting /proc/PID/smaps of such a large process may reveal something?
 
  well, there's a LOT of stuff dumped when one cats the file. but I have
  no adequate expertise to figure out what it all means.
 
 
 What I know about it...
 
 Here are some lines from my running system (first 3 blocks only):
 
 0040-00414000 r-xp  fd:00 190374 
 /usr/libexec/clock-applet
 Size:80 kB
 Rss: 72 kB
 Shared_Clean: 0 kB
 Shared_Dirty: 0 kB
 Private_Clean:   72 kB
 Private_Dirty:0 kB
 Swap: 0 kB
 Pss: 72 kB
 00614000-0061b000 rw-p 00014000 fd:00 190374 
 /usr/libexec/clock-applet
 Size:28 kB
 Rss: 16 kB
 Shared_Clean: 0 kB
 Shared_Dirty: 0 kB
 Private_Clean:   12 kB
 Private_Dirty:4 kB
 Swap: 0 kB
 Pss: 16 kB
 14c9e000-14ea3000 rw-p 14c9e000 00:00 0  
 [heap]
 Size:  2068 kB
 Rss:   2064 kB
 Shared_Clean: 0 kB
 Shared_Dirty: 0 kB
 Private_Clean:0 kB
 Private_Dirty: 2064 kB
 Swap: 0 kB
 Pss:   2064 kB
 
 
 That shows 3 memory blocks.

here's the (I think) equivalent blocks from my system:

08048000-0805b000 r-xp  fd:00 4685290/usr/libexec/clock-applet
Size:76 kB
Rss: 68 kB
Shared_Clean: 0 kB
Shared_Dirty: 0 kB
Private_Clean:   68 kB
Private_Dirty:0 kB
Swap: 0 kB
Pss: 68 kB
0805b000-0805c000 rw-p 00012000 fd:00 4685290/usr/libexec/clock-applet
Size: 4 kB
Rss:  4 kB
Shared_Clean: 0 kB
Shared_Dirty: 0 kB
Private_Clean:0 kB
Private_Dirty:4 kB
Swap: 0 kB
Pss:  4 kB
09681000-1072a000 rw-p 09681000 00:00 0  [heap]
Size:115364 kB
Rss: 115288 kB
Shared_Clean: 0 kB
Shared_Dirty: 0 kB
Private_Clean:0 kB
Private_Dirty:   115288 kB
Swap: 0 kB
Pss: 115288 kB

I note that the heap shows 115288, or around 115 megabytes. 
Do I understand what you said (below) to imply that in this example, 
clock-applet is directly
responsible for all 115288 KB, since Pss and RSS are the same?

top currently
shows:

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  SWAP CODE DATA 
nFLT nDRT COMMAND
23350 fredex16   0  240m 124m 9.9m S  0.7  3.2   1:25.71 115m   76 125m
10 clock-applet 

note that I've enabled some other memory-related columns here. I think it may 
be 
interesting to see that the swap amount appears to be the same as (or at least 
close)
the size/rss/private-dirty/pss entries from the [heap] section shown above.

the other sections with large-ish values for 'size' are all in the 2x,xxx range 
or smaller--
mostly considerably smaller.

Another thing that might be interesting to try is to kill the clock-applet and 
leave it
dead for a while, and see if top starts reporting that memory to some other 
app(let).

 
 The first two blocks are from the program file itself 
 /usr/libexec/clock-applet.
 
 The first block of that is not writable (r-xp). That are the executable 
 instructions.
 The second one is writable (rw-p). Those are the writable data (variable 
 etc.).
 
 We see several sizes. We see the total size, and the RSS size (=what is
 using memory now).  The RSS is again split up in different categories below 
 it.
 (Shared/Private Clean/dirty).
 
 The first block is the code, and thus non writable, and thus pages here can 
 be deleted
 from memory at all times and can be paged back in from the file itself. They 
 should always
 have 0 dirty pages.
 The second block is writable, having a mix of clean and dirty pages.
 These dirty pages must always be kept in memory.
 Dirty pages can also be shared with other processes, e.g. shmem segments.
 
 
 Next we see the heap (memory from malloc etc). And as expected, all private
 and dirty here.
 
 
 When a page is shared between many processes, this is reflected in the PSS 
 value
 (proportional set size):  64 kB RSS, all shared between 4 processes, will 
 show 16 kB PSS.
 
 Example:
 2d317000-2d346000 r-xp  fd:00 189693 
 /usr/lib64/libgsf-1.so.114.0.1
 Size:   188 kB
 Rss: 56 kB
 Shared_Clean:48 kB
 Shared_Dirty: 0 kB
 Private_Clean:8 kB
 Private_Dirty:0 kB
 Swap: 0 kB
 Pss: 21 kB
 
 # lsof /usr/lib64/libgsf-1.so.114.0.1
 COMMAND PID  USER  FD   TYPE DEVICE SIZE/OFF   NODE NAME
 gnome-pan  5826 paulb memREG  253,0   210712 

Re: [CentOS] Fencing a Dell T110 II

2013-01-09 Thread John R Pierce
On 1/9/2013 5:05 AM, Steve Campbell wrote:
 I won't have shared storage for these two servers. These servers will be
 firewalls, so IP's and a script to install the iptable rules will be all
 that float between the servers.


how will you update the rules on the standby server if you're using 
power fencing?

and, I concur with the other response re: odd choice of hardware for 
HA.I would never use a system that doesn't have ECC memory for a 
mission critical application, and if its not mission critical, why 
bother with HA at all?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] intel video driver

2013-01-09 Thread John R Pierce
On 1/9/2013 9:40 AM, Roberto Nunnari wrote:
 That's a good idea.
 The software is Cadence + a few 3rd packages added.. it all was first
 installed on February 2010.. Anybody has every run it on CentOS 6 ?

thats $ commercial software with full support.  Contact Cadence and 
ask their support for guidance.


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


Re: [CentOS] Anybody running cadence on CentOS 6 ?

2013-01-09 Thread John R Pierce
On 1/9/2013 10:25 AM, Nux! wrote:
 I don't know this program, can you be more specific please? Where can
 we download it from, which plugins are you running with it etc?

Cadence is a vendor of Electronic Design Automation software, the sort 
of stuff that costs $50K/year/seat for license and support.


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


Re: [CentOS] Anybody running cadence on CentOS 6 ?

2013-01-09 Thread Connie Sieh
On Wed, 9 Jan 2013, Roberto Nunnari wrote:

 Hi all.

 So.. as the problem with the video driver and CentOS 5 seems to be hard
 to solve, I'll try to migrate to CentOS 6.

 I'd like to ask if anybody is successfully running cadence and plugins
 on CentOS 6 and if it is running as well as it was on CentOS 5..
 If any, what problems may I see running cadence on CentOS 6 ?

We are running Cadence on Scientific Linux 6.  Do note that there are 
multiple Cadence products.  Which specifically are you having issues 
with?

-Connie Sieh
Fermilab

 Thank you very much!
 Robi
 ___
 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] Anybody running cadence on CentOS 6 ?

2013-01-09 Thread Connie Sieh
On Wed, 9 Jan 2013, Connie Sieh wrote:

 On Wed, 9 Jan 2013, Roberto Nunnari wrote:

 Hi all.

 So.. as the problem with the video driver and CentOS 5 seems to be hard
 to solve, I'll try to migrate to CentOS 6.

 I'd like to ask if anybody is successfully running cadence and plugins
 on CentOS 6 and if it is running as well as it was on CentOS 5..
 If any, what problems may I see running cadence on CentOS 6 ?

 We are running Cadence on Scientific Linux 6.  Do note that there are
 multiple Cadence products.  Which specifically are you having issues
 with?

Never mind.  It is running on SL 5 .

Can you add real graphics hardware such as a Nvidia card.

-Connie Sieh


 -Connie Sieh
 Fermilab

 Thank you very much!
 Robi
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

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

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


Re: [CentOS] Anybody running cadence on CentOS 6 ?

2013-01-09 Thread Warren Young
On 1/9/2013 12:54, Connie Sieh wrote:

 Can you add real graphics hardware such as a Nvidia card.

Seconded.  Why in the world are you trying to run high-end CAD software 
with chipset graphics?  A $200 nVidia board is a round-off error 
compared to the price paid for the software license and support.

If you were only doing 2D stuff, I'd say it might be fine, but your 
complaint about glxgears tells me you want real-time 3D.  So, get a real 
3D board.

Assuming by Cadence you mean one of the Allegro PCB design products, 
Cadence has a document that makes this requirement explicit:

http://goo.gl/V2E9S

Quoting from page 15: A dedicated graphics card with hardware OpenGL 
support and a minimum of 128MB dedicated (not shared) video RAM and a 
128-bit bus interface. (256MB or more is recommended.) We also recommend 
that the card be workstation certified. (We do not recommend 
motherboard-based graphics solutions.)

Congratulations.  Now you don't have to upgrade the OS. :)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] gdisk dependancy problem

2013-01-09 Thread Meyer, Bruce
I followed the instructions here for enabling EHEL:
http://www.thegeekstuff.com/2012/06/enable-epel-repository/

And tried to do a yum gdisk install on a new CentOS 6.2 fully updated install.

yum install gdisk
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirror.flhsi.com
* epel: www.gtlib.gatech.edu
* extras: mirror.us.leaseweb.net
* rpmforge: mirror.us.leaseweb.net
* updates: mirrors.finalasp.com
Setting up Install Process
Resolving Dependencies
-- Running transaction check
--- Package gdisk.x86_64 0:0.8.4-1.el5 will be installed
-- Processing Dependency: libicuuc.so.36()(64bit) for package: 
gdisk-0.8.4-1.el5.x86_64
-- Processing Dependency: libicuio.so.36()(64bit) for package: 
gdisk-0.8.4-1.el5.x86_64
-- Finished Dependency Resolution
Error: Package: gdisk-0.8.4-1.el5.x86_64 (epel)
   Requires: libicuio.so.36()(64bit)
Error: Package: gdisk-0.8.4-1.el5.x86_64 (epel)
   Requires: libicuuc.so.36()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


If I read this correctly, the problem is my CentOS install has the wrong 
version:

locate libicuuc.so
/usr/lib64/libicuuc.so.42
/usr/lib64/libicuuc.so.42.1

Is there either an update version of gdisk that works with this version, or 
what do I need to do to get gdisk to work correctly with CentOS 6.2 if anyone 
knows.

Thank you.

-= Bruce D. Meyer



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


Re: [CentOS] gdisk dependancy problem

2013-01-09 Thread Stephen Harris
On Wed, Jan 09, 2013 at 03:29:29PM -0500, Meyer, Bruce wrote:
 I followed the instructions here for enabling EHEL:
 http://www.thegeekstuff.com/2012/06/enable-epel-repository/

However, you enabled it for the wrong repository...

 --- Package gdisk.x86_64 0:0.8.4-1.el5 will be installed

THis is a RH5 version of gdisk that you're trying to install on 6.2 ...

-- 

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


Re: [CentOS] Anybody running cadence on CentOS 6 ?

2013-01-09 Thread James A. Peltier
- Original Message -
| On Wed, 9 Jan 2013, Connie Sieh wrote:
| 
|  On Wed, 9 Jan 2013, Roberto Nunnari wrote:
| 
|  Hi all.
| 
|  So.. as the problem with the video driver and CentOS 5 seems to be
|  hard
|  to solve, I'll try to migrate to CentOS 6.
| 
|  I'd like to ask if anybody is successfully running cadence and
|  plugins
|  on CentOS 6 and if it is running as well as it was on CentOS 5..
|  If any, what problems may I see running cadence on CentOS 6 ?
| 
|  We are running Cadence on Scientific Linux 6.  Do note that there
|  are
|  multiple Cadence products.  Which specifically are you having
|  issues
|  with?
| 
| Never mind.  It is running on SL 5 .
| 
| Can you add real graphics hardware such as a Nvidia card.
| 
| -Connie Sieh

Yes we are.  On Quadro and enthusiast class equipment.  CentOS 5 works fine, 
but we haven't done any sufficient CentOS 6 testing because other software 
vendors in Engineering are still not certified for the platform.  What kind of 
problems are you having?  Perhaps some of our findings will still apply.

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

The smartest people are constantly revising their understanding, reconsidering 
a problem they thought they’d already solved. They’re open to new points of 
view, new information, new ideas, contradictions, and challenges to their own 
way of thinking. - Jeff Bezos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] default journal mode of ext3

2013-01-09 Thread Yungwei Chen
Hi,

I found some articles (like https://bbs.archlinux.org/viewtopic.php?id=75152) 
on the Internet saying that the default journal mode is writeback. Is that 
correct?
And is the journal mode of the following device writeback too? Thanks.

[root@localhost tmp]# tune2fs -l /dev/sda1
Default mount options:user_xattr acl
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] E17 on CentOS6?

2013-01-09 Thread Simon Wesp
On 2013-01-09 wwp wrote:

W Hello there,
Heyho

W does anyone have experience setting up Enlightenment E17 on a CentOS6
W system?
Imho it doesn't make sense to include unstable software in a rock solid
stable Disribution like CentOS. Do you know what i mean? But,
definitly don't listen to me. It's your system. You can do with it
whatever you wan't to do.

 
W I know that the RPM's are available from
You know the repo! You want to test it! Feel free to make your own
experience with E17. Imho it's always better that you make your own
experience, even if it turns out later, that this decision was wrong.
Maybe you will love it, maybe you will hate it. No one can tell you.
Do you know the slogan of Nike, the manufactor of sportswear and shoes? 
Just do it :-)
 
W but don't have a single clue about how to switch from my GNOME
W desktop to it once installed.
Ibrahim already told you where to make the switch!

-- 
Simon Wesp


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


Re: [CentOS] gdisk dependancy problem

2013-01-09 Thread Meyer, Bruce
Hi Stephen,
 Thanks for the tip.

I ran:
yum repolist
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirror.linux.duke.edu
 * epel: archive.linux.duke.edu
 * extras: mirror.umd.edu
 * rpmforge: mirror.us.leaseweb.net
 * updates: mirror.umd.edu
base

  | 3.7 kB 00:00
extras  

  | 3.5 kB 00:00
updates 

  | 3.5 kB 00:00
repo id 
repo name   
   status
base
CentOS-6 - Base 
   6,346
epel
Extra Packages for Enterprise Linux 6 - x86_64  
   7,228
extras  
CentOS-6 - Extras   
  17
rpmforge
RHEL 6 - RPMforge.net - dag 
   4,458
updates 
CentOS-6 - Updates  
   1,070

I think that shows I am set up for the epel on CentOS 6

I'll redo it with the link you sent me in case I am incorrect.

-= Bruce




-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of 
Stephen Harris
Sent: Wednesday, January 09, 2013 3:41 PM
To: CentOS mailing list
Subject: Re: [CentOS] gdisk dependancy problem

On Wed, Jan 09, 2013 at 03:29:29PM -0500, Meyer, Bruce wrote:
 I followed the instructions here for enabling EHEL:
 http://www.thegeekstuff.com/2012/06/enable-epel-repository/

However, you enabled it for the wrong repository...

 --- Package gdisk.x86_64 0:0.8.4-1.el5 will be installed

THis is a RH5 version of gdisk that you're trying to install on 6.2 ...

-- 

rgds
Stephen
___
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] gdisk dependancy problem

2013-01-09 Thread Meyer, Bruce
Hi Stephen, 
So I ran:
rpm -Uvh 
http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Retrieving 
http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
Preparing...### [100%]
package epel-release-6-8.noarch is already installed

DOesn't the /6/ mean it is the CentOS 6 epel?

If so, I wonder about this below:
Package libicu-4.2.1-9.1.el6_2.x86_64 already installed and latest version
Error: Package: gdisk-0.8.4-1.el5.x86_64 (epel)
   Requires: libicuio.so.36()(64bit)

Does the ...el5... not mean EPEL 5?

I wonder if I have both a 5 and 6 set up.

If so, my 'yum repolist' doesn't reflect that to me:

yum repolist
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirror.linux.duke.edu
 * epel: www.gtlib.gatech.edu
 * extras: mirror.umd.edu
 * rpmforge: mirror.us.leaseweb.net
 * updates: mirror.umd.edu
repo id   repo name 

baseCentOS-6 - Base 

epelExtra Packages for Enterprise Linux 6 - x86_64  

extras  CentOS-6 - Extras   

rpmforgeRHEL 6 - RPMforge.net - dag 

updates CentOS-6 - Updates  


I


-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of 
Meyer, Bruce
Sent: Wednesday, January 09, 2013 4:27 PM
To: CentOS mailing list
Subject: Re: [CentOS] gdisk dependancy problem

Hi Stephen,
 Thanks for the tip.

I ran:
yum repolist
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirror.linux.duke.edu
 * epel: archive.linux.duke.edu
 * extras: mirror.umd.edu
 * rpmforge: mirror.us.leaseweb.net
 * updates: mirror.umd.edu
base

  | 3.7 kB 00:00
extras  

  | 3.5 kB 00:00
updates 

  | 3.5 kB 00:00
repo id 
repo name   
   status
base
CentOS-6 - Base 
   6,346
epel
Extra Packages for Enterprise Linux 6 - x86_64  
   7,228
extras  
CentOS-6 - Extras   
  17
rpmforge
RHEL 6 - RPMforge.net - dag 
   4,458
updates 
CentOS-6 - Updates  
   1,070

I think that shows I am set up for the epel on CentOS 6

I'll redo it with the link you sent me in case I am incorrect.

-= Bruce




-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of 
Stephen Harris
Sent: Wednesday, January 09, 2013 3:41 PM
To: CentOS mailing list
Subject: Re: [CentOS] gdisk dependancy problem

On Wed, Jan 09, 2013 at 03:29:29PM -0500, Meyer, Bruce wrote:
 I followed the instructions here for enabling EHEL:
 http://www.thegeekstuff.com/2012/06/enable-epel-repository/

However, you enabled it for the wrong repository...

 --- Package gdisk.x86_64 0:0.8.4-1.el5 will be installed

THis is a RH5 version of gdisk that you're trying to install on 6.2 ...

-- 

rgds
Stephen
___

Re: [CentOS] gdisk dependancy problem

2013-01-09 Thread m . roth
Meyer, Bruce wrote:

 So I ran:
 rpm -Uvh
 http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
 Retrieving
 http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
 Preparing...###
 [100%]
 package epel-release-6-8.noarch is already installed

 DOesn't the /6/ mean it is the CentOS 6 epel?

 If so, I wonder about this below:
 Package libicu-4.2.1-9.1.el6_2.x86_64 already installed and latest version
 Error: Package: gdisk-0.8.4-1.el5.x86_64 (epel)
Requires: libicuio.so.36()(64bit)

 Does the ...el5... not mean EPEL 5?

Sorry, I haven't been following this thread, but from just the above, it
*looks* as though you're trying to install an el5 package, gdisk, on a el6
system, and yum complains, and rightfully so.

   mark

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


Re: [CentOS] gdisk dependancy problem

2013-01-09 Thread Meyer, Bruce
I agree. I don't know why it is trying to pull an el5 from the 6 repository.

I was able to fix this by doing:

wget 
http://download.opensuse.org/repositories/home:/srs5694/CentOS_CentOS-6/x86_64/gdisk-0.8.6-117.1.x86_64.rpm

and then:

yum -Ivh gdisk-0.8.6-117.1.x86_64.rpm


Something somewhere is broken. I have no idea what. But I do have gdisk 
installed and working now.

Thanks,
-= Bruce


-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of 
m.r...@5-cent.us
Sent: Wednesday, January 09, 2013 5:14 PM
To: CentOS mailing list
Subject: Re: [CentOS] gdisk dependancy problem

Meyer, Bruce wrote:

 So I ran:
 rpm -Uvh
 http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.
 rpm
 Retrieving
 http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
 Preparing...###
 [100%]
 package epel-release-6-8.noarch is already installed

 DOesn't the /6/ mean it is the CentOS 6 epel?

 If so, I wonder about this below:
 Package libicu-4.2.1-9.1.el6_2.x86_64 already installed and latest 
 version
 Error: Package: gdisk-0.8.4-1.el5.x86_64 (epel)
Requires: libicuio.so.36()(64bit)

 Does the ...el5... not mean EPEL 5?

Sorry, I haven't been following this thread, but from just the above, it
*looks* as though you're trying to install an el5 package, gdisk, on a el6 
system, and yum complains, and rightfully so.

   mark

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


[CentOS] firefox 18

2013-01-09 Thread fred smith
Has anyone managed to get FF 18.0 to work on Centos 5.8?

I've been hacking at it, placing a stack of .so files (from Centos 6)
into a private directory, then using LD_LIBRARY_PATH to point the system to 
(in a shellscript that subsequently invokes ff 18) but so far I've not
managed to find the right combination. I've moved over libstdc++, all
or nearly all the .so files from glib2 and glibc packages. now Im
getting:

./firefox: symbol lookup error: ./libstdc++.so.6: undefined symbol: 
_ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE, version 
GLIBCXX_3.4

and dunno either what I've done wrong, or what other things need to be
brought over.

Clues appreciated. :)

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
   I can do all things through Christ 
  who strengthens me.
-- Philippians 4:13 ---
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos