Re: [plug] multipathing in debian

2010-12-10 Thread Linux Cook
4 > or higher which fixes these problems. A chicken and egg situation here. The > Oracle project website only has RHEL binaries, so you have to do ala going > back to the Linux compile from scratch 90's :) > > regards, > Andre | http://www.varon.ca > > On Thu, Dec 9, 2010

Re: [plug] multipathing in debian

2010-12-09 Thread Linux Cook
ingy which worked for me. Thanks for all your inputs guys! I really appreciate it. Oliver On Thu, Dec 9, 2010 at 10:37 PM, jan gestre wrote: > > > On Wed, Dec 8, 2010 at 3:09 PM, Linux Cook wrote: > >> hi guys, >> >> I bumped into a problem after settingup

Re: [plug] multipathing in debian

2010-12-07 Thread Linux Cook
hi guys, I bumped into a problem after settingup OCFS2. I'm trying to mount the OCFS2 filesystem into both nodes by adding it into /etc/fstab but only the primary node gets the mount. The secondary node didn't mount anything. Any thoughts? Oliver On Tue, Dec 7, 2010 at 12:01 PM,

Re: [plug] multipathing in debian

2010-12-06 Thread Linux Cook
exclusive write access to their block > device. > > Good luck, and have fun. > > Cheers! > > -- > Federico Sevilla III, CISSP, CSM, LPIC-2 > Chief Executive Officer > F S 3 Consulting Inc. > http://www.fs3.ph > > > On Tue, 2010-12-07 at 11:21 +0800, Linux Cook w

Re: [plug] multipathing in debian

2010-12-06 Thread Linux Cook
ou want to achieve redundancy on your server, I believe it is better to > get the HP Service Guard (but this is not a free software). > > http://docs.hp.com/en/ha.html > > <http://docs.hp.com/en/ha.html>HTH > > Jimmy > > On Tue, Dec 7, 2010 at 1:34 AM, Linux Cook

[plug] multipathing in debian

2010-12-06 Thread Linux Cook
Hi pluggers, I've just configured multipathing on my debian boxes (Server A and Server B) using HP StorageWorks with Dual FCs on each server and can now mount the path alias I defined on my multipath configuration. But everytime I write a data on Server A, the data are not reflecting on Server B.

Re: [plug] hp storageworks p2000 and qlogic fibre channel

2010-12-02 Thread Linux Cook
Fri, Dec 3, 2010 at 12:15 PM, Linux Cook wrote: > I've downloaded the HP Multipath but it looks like my OS (Debian Lenny) > doesn't support it. HP site says the file is for RHEL OS. Any more ideas? > > > On Mon, Nov 22, 2010 at 7:31 PM, Jimmy Lim wrote: > >> Hi Li

Re: [plug] hp storageworks p2000 and qlogic fibre channel

2010-12-02 Thread Linux Cook
http://www.tchetch.net/wiki/debian/multipath_ibm_ds4000>Hope this help, > > Jimmy > > On Mon, Nov 22, 2010 at 7:13 PM, Linux Cook wrote: > >> Hi! >> >> Sorry for this beginner's question: >> >> I am using hp storageworks P2000 Shared Dis

[plug] hp storageworks p2000 and qlogic fibre channel

2010-11-22 Thread Linux Cook
Hi! Sorry for this beginner's question: I am using hp storageworks P2000 Shared Disk over Fibre Channel. How can I determine the mounted disk devices into my debian 64-bit OS? Thanks! Linuxcook _ Philippine Linux Users' Group (PLUG) Mailing List h

Re: [plug] ethernet failover

2010-10-28 Thread Linux Cook
ug] ethernet failover > To: linuxc...@gmail.com, "Philippine Linux Users' Group (PLUG) Technical > Discussion List" > Date: Thursday, 28 October, 2010, 3:17 PM > > Hi, > > This might help > > http://www.riccardoriva.com/archives/686 > > htt

[plug] ethernet failover

2010-10-28 Thread Linux Cook
Hi! I just want to ask your opinion if what's the best way to do an ethernet failover on my case. I have 2 servers. The other server serves as a backup/failover server if server1 goes offline. In short, I'm using keepalived for its virtual IP takeover on eth0. The situation is, I will be putting

[plug] disable write disk caching

2010-04-12 Thread Linux Cook
hi! Im trying to permanently disable disk write caching (WC) on my debian box using sdparm. I can succesfully disable it but after a while it goes back to enable again. Is there any other way to do it aside from sdparm or is this a limitation on ext3 filesystems? Thanks in advance. Cook ___

[plug] open-source SSIGNON-based portal

2010-02-18 Thread Linux Cook
Is there any open-source portal system with SSIGNON where I can have webmail, ticketing system, and wiki? Thanks! Calix _ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://a

[plug] embedded flv video crashes after skipping through frames

2010-02-09 Thread Linux Cook
I'm haing issues using the latest mplayer on debian lenny. The video (flv format) stops/crashes after skipping through frames but can still be playable from the start. Anyone experienced this on a linux media server running mplayer, mencoder, and flvtool2? Regards, OL __

[plug] problem on flvtool2

2010-02-08 Thread Linux Cook
Hi! Anyone had experienced this problem? I'm using mencoder to convert wmv file into a flv file. $ mencoder -of lavf -oac mp3lame -lameopts abr:br=64 -srate 22050 -ovc lavc -lavcopts vcodec=flv:keyint=50:vbitrate=300:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -vf scale=-3:360 -ofps 24 -o file.wmv.flv

[plug] mod rewrite help

2009-06-29 Thread Linux Cook
hi! I'm trying to rewrite my site: domain.com/about/us/help/value into domain.com/about/us/help.php?url=value So far, I've used, RewriteEngine On RewriteRule ^about/us/help/([A-Za-z0-9-]+)/?$ about/us/help.php?url=$1 [NC,L] but isn't working. Any thoughts on this? Thanks! Bry _

Re: [plug] port forwarding not functioning

2009-01-26 Thread Linux Cook
Hi edel... Yep it's weird... I'm accessing the forwarded port from remote network. Should I disable SELINUX on the internal box too just like what I did with the gateway box? On Mon, Jan 26, 2009 at 4:43 PM, Edel SM wrote: > On Mon, Jan 26, 2009 at 9:23 AM, Linux Cook wrote

[plug] port forwarding not functioning

2009-01-25 Thread Linux Cook
Hi guys, I've setup a centos-5.2 server (eth1 facing the internet) with a simple port forwarding where it forwards port 8081 to my internal box' (192.168.0.2) port 8080. $ lsmod |grep iptable iptable_mangle 6849 0 iptable_nat11205 1 iptable_filter 7105 1 ip_nat

Re: [plug] configure VIP loopback in CentOS

2008-06-20 Thread Linux Cook
Virtual IP which LB Appliance calls to load balance between two real servers. On Fri, Jun 20, 2008 at 5:53 PM, fooler mail <[EMAIL PROTECTED]> wrote: > On 6/20/08, Linux Cook <[EMAIL PROTECTED]> wrote: > > I'm trying to setup LB using Foundry. Anyone knows how to con

[plug] configure VIP loopback in CentOS

2008-06-19 Thread Linux Cook
I'm trying to setup LB using Foundry. Anyone knows how to configure VIP loopback in CentOS? _ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

[plug] authentication before viewing pages

2008-05-14 Thread Linux Cook
How can I set my users to authenticate first before viewing and editing pages in mediawiki? I don't want to use htaccess as of this moment. _ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable

[plug] double wildcard SSL certificate

2008-05-14 Thread Linux Cook
Is there such thing as double wildcard SSL (such as *.*.domain.com) certificate where I'll be using it both my root-level and sub-level domains such as *.corp.domain.com, *.int.domain.com? _ Philippine Linux Users' Group (PLUG) Mailing List http://lis

[plug] killing procs via cron

2008-02-28 Thread Linux Cook
Hi! Is there a way on how to kill inactive cgi processes using cron? Cheers, Linuxcook _ Philippine Linux Users' Group (PLUG) Mailing List plug@lists.linux.org.ph (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable A

Re: [plug] bandwidth accounting software

2008-02-28 Thread Linux Cook
gt; > 1. TinyERP > > 2. Openbravo > > 3. Compiere/Adempiere > > 4. Postbooks > > > > The only module not normally supported is payroll, which is > country-specific. > > > > Cris Masancay > > > > > > On Thu, Feb 28, 2008 at

[plug] bandwidth accounting software

2008-02-27 Thread Linux Cook
Hi guys! What's the best open source accounting software you can recommend? Thanks! linuxcook _ Philippine Linux Users' Group (PLUG) Mailing List plug@lists.linux.org.ph (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searc

[plug] remote syslog

2007-10-23 Thread Linux Cook
Hi! Is there any possibility for IIS to remotely log all HTTP sites into linux server via syslog / syslog-ng? Thanks! _ Philippine Linux Users' Group (PLUG) Mailing List plug@lists.linux.org.ph (#PLUG @ irc.free.net.ph) Read the Guidelines: http://l

[plug] installing Linux on HW RAID

2007-09-12 Thread Linux Cook
Hi! I'm trying to install on a HW RAID. I've already created RAID-1 for my two HDD on a Adaptec HW Raid Controller. Do I also need to create RAID on OS level upon installation? _ Philippine Linux Users' Group (PLUG) Mailing List plug@lists.linux.org.

Re: [plug] sub domain

2007-09-11 Thread Linux Cook
You need to add that into your public dns server ph-tld-ns.dot.ph On 9/11/07, Richard Q. Caneda <[EMAIL PROTECTED]> wrote: > > HI! > > question po, how can i register my subdomain (cms.abcdef.org.ph) to > public? local lang kasi sya eh. tnx > >www.abcdef.org.ph <- existing (210.213.200.100) >

[plug] question about HTTPS

2007-09-10 Thread Linux Cook
Hi! What I'm trying to achieve is whenever I browse http for my website, it automatically redirects me into https without asking for SSL Confirmation. I've seen some sites same as what I'm thinking. How can this be done on apache? Thanks! _ Philippi

[plug] patch / software version management system

2007-07-24 Thread Linux Cook
Guys, Can anyone show me tutorial/s on how to setup a patch / software version management system? I'm using CentOS 4 or later. Thank you! _ Philippine Linux Users' Group (PLUG) Mailing List plug@lists.linux.org.ph (#PLUG @ irc.free.net.ph) Read the

Re: [plug] F/OSS Bandwidth Manager

2007-07-23 Thread Linux Cook
Altq On 7/23/07, ck cyb <[EMAIL PROTECTED]> wrote: thank you for the suggestions. i'll try mastershaper. On 7/19/07, Ren <[EMAIL PROTECTED]> wrote: > > We are using mastershaper > (http://www.mastershaper.org ) > > --- ck cyb <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > What bandwidth mana

[plug] security monitoring tool

2007-07-05 Thread Linux Cook
I have used a certain tool where it reports a newly opened port/s and process/es on the system but I've already forgot the name of it. Do you have anything in mind if what this tool is? _ Philippine Linux Users' Group (PLUG) Mailing List plug@lists.l

[plug] ISP Accounting Software, Control Panel and Firewall

2007-06-21 Thread Linux Cook
Guys, Can you recommend a cool but open-source Control Panel + Accounting for ISPs providing prepaid internet and Wifi Broadband? Also I'm planning to replace my appliance firewall with linux fw. Is pfsense/monowall recommended? Thanks! _ Philippin

Re: [plug] [Monitoring Tool]

2007-04-11 Thread Linux Cook
mrtg, zabbix, nagios... On 4/9/07, Maverik <[EMAIL PROTECTED]> wrote: Hi, We are setting up several virtual servers running on Linux OS with VMware installed. What can you recommend for centralized monitoring tool to check the performance or utilization rate of each server? Thanks. -- Regard

Re: [plug] converting mail data of MS exchange to Linux server data

2007-04-09 Thread Linux Cook
you mean exchange mailbox? On 4/7/07, Allen Umlas <[EMAIL PROTECTED]> wrote: Fellow Pluggers, Anyone tried converting M$ exchange mail data to linux server data? I have the plan to migrate my M$ exchange to Linux server redhat clone enterprise on CentOS. Anyone can give me a hint f

Re: [plug] [OT] Backup DNS server

2007-02-20 Thread Linux Cook
everydns.net On 2/21/07, Jimmy Lim <[EMAIL PROTECTED]> wrote: Hi Jopoy, I've been using twisted4lifefor almost 3 years and I've never encountered a problem. On 2/20/07, jopoy solano <[EMAIL PROTECTED]> wrote: > Hi! > > Can anyone recommend a free backup dns server that they have used? > > Ha

[plug] user/profile restrictions in SAMBA-PDC

2007-02-04 Thread Linux Cook
Is it possible to set user restrictions such as not wanting the user to change system settings on network, browsers, etc. Im using Samba as my domain controller. _ Philippine Linux Users' Group (PLUG) Mailing List plug@lists.linux.org.ph (#PLUG @ irc

Re: [plug] RHEL4 rebuild question

2007-01-31 Thread Linux Cook
thanks for the inputs! On 2/1/07, Gideon Guillen <[EMAIL PROTECTED]> wrote: On 2/1/07, Linux Cook <[EMAIL PROTECTED]> wrote: > I need to rebuild one in order to create my own RHEL4 distro to be used as a > host to my Macromedia Flash Media Server 2. You do realize that if

[plug] RHEL4 rebuild question

2007-01-31 Thread Linux Cook
Can I use CentOS-4 if I want to rebuild RHEL-4? _ Philippine Linux Users' Group (PLUG) Mailing List plug@lists.linux.org.ph (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

[plug] OS bandwidth manager

2007-01-28 Thread Linux Cook
Is there any open-source bandwidth manager where I can limit bandwidth on each computer on my LAN via MC or IP address? _ Philippine Linux Users' Group (PLUG) Mailing List plug@lists.linux.org.ph (#PLUG @ irc.free.net.ph) Read the Guidelines: http://

Re: [plug] Linux Training Leading to Certification

2007-01-28 Thread Linux Cook
Top networx in Legaspi village makati... On 1/26/07, Rai Ricafrente <[EMAIL PROTECTED]> wrote: If you are on the RedHat Certification track then QLinux also has RH certified training program. I recently inquired about their course outline and it is based on RH program. I havent tried QLinux tho

[plug] reverse dns problem

2007-01-17 Thread Linux Cook
Hi! Im trying to send email from my mail server but I always receive a return email saying "Cannot find your reverse hostname". I have my own dns and reverse dns but I don't know why this error still exists. Is this dns issue on ISP's side? _ Philip

Re: [plug] How to Control Mail Disk Usage

2007-01-16 Thread Linux Cook
Junji, You can use disk quota on your system setup. For deleting emails on your imap folder, you can create a script for it and schedule it on cron. On 1/17/07, Jun Salen <[EMAIL PROTECTED]> wrote: Hi Pluggers, I am deploying Postfix mail server with IMAP enable. This is for me to use the Squ

[plug] smtp to use port 587

2007-01-09 Thread Linux Cook
I'm curious in setting port 587 as smtp but I still don't understand how to work on it. Is this being set on server as smtp port? If yes, how can I receive incoming emails if I use smtp port 587 on my server? _ Philippine Linux Users' Group (PLUG) Ma

[plug] monitor disk usage via mrtg + snmp problem

2006-12-12 Thread Linux Cook
hi! Im trying to monitor my disk usage via mrtg. I think i have the correct configuration... I loaded mib UCD-SNMP-MIB.txt on my mrtg config and i can snmpwalk dskPercent.1 but im getting some errors running mrtg /etc/servername/mrtg.cfg below: ERROR: Target[kontor.root][_IN_] 'dskPercent. $ta

[plug] exchange mailbox migration to maildir

2006-11-13 Thread Linux Cook
Peeps,Are there any tool/s which I can used so I could copy/migrate my exchange's mailboxes into maildir? thanks! _ Philippine Linux Users' Group (PLUG) Mailing List plug@lists.linux.org.ph (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.o