RE: [CentOS] Locating the broken links

2008-01-27 Thread Ow Mun Heng
On Sun, 2008-01-27 at 21:45 -0500, Ross S. W. Walker wrote: > Garrick Staples wrote: > > > > On Mon, Jan 28, 2008 at 01:45:43AM +0200, Ioannis Vranos alleged: > > > Is there any command that I can use to find the broken > > links that point > > > to non-existent files? [U] app-misc/symlinks

[CentOS] A Thank you to the Developers for the Free Software

2007-07-26 Thread Ow Mun Heng
I was feeling a bit un-appreciated as a Developer and I thought of all the other developers of Open Source (Free) Software who relentlessly contribute to/make Open Source (free) software. I just wanted to take some time to officially say *Thank You* for all the good things which you guys/gals have

[CentOS] Where can I find postgres-8.2 rpms for Centos 4?

2007-08-09 Thread Ow Mun Heng
Hi all, title says it all. Current postgres is 8.1.9 in centosplus ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Where can I find postgres-8.2 rpms for Centos 4?

2007-08-09 Thread Ow Mun Heng
On Fri, 2007-08-10 at 00:28 -0400, Ken Price wrote: > > Hi all, title says it all. Current postgres is 8.1.9 in centosplus > > > > Just Google a bit. See postgresql.org. This thread may help: > http://archives.postgresql.org/pgsql-general/2007-07/msg00890.php Sorry, don't mean to be thick or

[CentOS] Checking how many DIMM slots are in use

2007-09-23 Thread Ow Mun Heng
Hi, I'm wondering if there's a method for doing any of these 1. Check what's the physical memory available. free -m shows ~768 mem but I was sure that I had 1G of memory in there. 2. I check the kernel and it seems like the 4G split is in effect so it should map / correctly recognise there's 1G

Re: [CentOS] Checking how many DIMM slots are in use

2007-09-23 Thread Ow Mun Heng
On Sun, 2007-09-23 at 22:59 -0700, Garrick Staples wrote: > On Mon, Sep 24, 2007 at 01:58:34PM +0800, Ow Mun Heng alleged: > > > > 2. I check the kernel and it seems like the 4G split is in effect so it > > should map / correctly recognise there's 1G of Mem there. >

[CentOS] Postgres Config File (eg: PGDATA)

2007-09-25 Thread Ow Mun Heng
Hi guys, need some clarification on whether there is a config file sourced by the init script to determine where PGDATA is located. Right now, it seems like it's not sourced from anywhere by located on the init file itself. Appreciate if you guys can let me know if this is the correct place for

Re: [CentOS] Postgres Config File (eg: PGDATA)

2007-10-04 Thread Ow Mun Heng
On Tue, 2007-09-25 at 04:18 -0400, Marko A. Jennings wrote: > On Tue, September 25, 2007 3:34 am, Ow Mun Heng wrote: > > Hi guys, > > > > need some clarification on whether there is a config file sourced by the > > init script to determine where PGDATA is located. >

[CentOS] Where Can I find Perl-DBD-Sybase RPMs?

2007-10-05 Thread Ow Mun Heng
It's not in CentosPlus or CentosBase or Rpmforge. Does anyone know? (Looking for it for Centos 4.4) Thanks ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Re: Where Can I find Perl-DBD-Sybase RPMs?

2007-10-08 Thread Ow Mun Heng
On Fri, 2007-10-05 at 13:15 +0200, Dag Wieers wrote: > On Fri, 5 Oct 2007, Tony Mountifield wrote: > > > In article <[EMAIL PROTECTED]>, > > Dag Wieers <[EMAIL PROTECTED]> wrote: > > > On Fri, 5 Oct 2007, Ow Mun Heng wrote: > > > > >

Re: [CentOS] How to export X displays

2007-10-09 Thread Ow Mun Heng
n Wed, 2007-10-10 at 02:14 +, [EMAIL PROTECTED] wrote: > I have a CentOS server at home and want to view the X display on a laptop > running Ubuntu, and not having much success. > > Here's what's been tried so far: > > I ran this command on the CentOS server: > > export DISPLAY=192.168.0.18

[CentOS] mdmonitor not triggering program on fail events

2008-06-10 Thread Ow Mun Heng
Hi, Can anyone help me with this since I want to get it done "the correct way" I'm trying to make mdmonitor to execute a program when it detects a fail event automatically. Currently, from what I see, init is calling mdmonitor with these options mdadm --monitor --scan -f (note that the --progr

Re: [CentOS] mdmonitor not triggering program on fail events

2008-06-11 Thread Ow Mun Heng
No One has any clues?? On Wed, 2008-06-11 at 12:11 +0800, Ow Mun Heng wrote: > Hi, > > Can anyone help me with this since I want to get it done "the correct > way" > > I'm trying to make mdmonitor to execute a program when it detects a fail > event automatica

Re: [CentOS] mdmonitor not triggering program on fail events

2008-06-12 Thread Ow Mun Heng
On Thu, 2008-06-12 at 10:11 +0200, Ralph Angenendt wrote: > Ow Mun Heng wrote: > > Currently, from what I see, init is calling mdmonitor with these options > > > > mdadm --monitor --scan -f > > > > (note that the --program is not there) > >