Re: [plug] Communism and the GPL

2006-12-28 Thread manny
On Fri, 29 Dec 2006, rexonf wrote: If the GPL said something like share the code for the Glory of God then we can say that the GPL is Christian :-) Uh no. Christianity promotes sharing, and even in the Bible the early Christians owned things in common. Communism just borrowed the idea. So if

Re: [plug] some rhel services problem

2006-12-28 Thread Danny Ching
On 12/29/06, Ariz Jacinto <[EMAIL PROTECTED]> wrote: you must be referring to the OSI layer ( http://en.wikipedia.org/wiki/OSI_model ) which is indeed an abstract description for communications _but_ it doesn't apply to the procedural digital forensics. My bad. i wasn't refering to the forensi

Re: [plug] Re: mysql migration

2006-12-28 Thread Jun Martin
Ariz Jacinto wrote: ->Almost 100% InnoDB. ~100%? even if some of the tables are not really being used for transactions? (just a mere lookup table). i hope you don't mind me asking but kindly review the storage engines of all the tables that the application is using . Hmmm... sounds like it's a

Re: [plug] FOSS and the Philippines

2006-12-28 Thread Rage Callao
On 12/29/06, Rom Feria <[EMAIL PROTECTED]> wrote: Really? And I thought that Bayanihan will be Ubuntu-based (I read it somewhere). Thanks for the clarification. FWIW, we are still open to that possibility. -- Rage Callao Free Software :: empower :: educate _

Re: [plug] Communism and the GPL

2006-12-28 Thread Paolo Alexis Falcone
On Fri, 2006-12-29 at 03:56 +0800, rexonf wrote: > On 12/22/06, manny <[EMAIL PROTECTED]> wrote: > On Fri, 22 Dec 2006, Tata Dano wrote: > > > One of the theories of Communism is the Dialectical > Materialism which means > > through Conflict and Ideas everyt

Re: [plug] FOSS and the Philippines

2006-12-28 Thread Rom Feria
On Dec 29, 2006, at 8:53 AM, Rage Callao wrote: On 12/29/06, Rom Feria <[EMAIL PROTECTED]> wrote: >> On Dec 28, 2006, at 5:26 AM, David R. Meyer wrote: >> distribution fits the bill. :) At the moment, Ubuntu (of which >> Bayanihan will be (or is already) based) is the popular Linux choice >

Re: [plug] how to disable iptables

2006-12-28 Thread Federico Sevilla III
On Fri, Dec 29, 2006 at 08:17:49AM +0800, Rage Callao wrote: > iptables -F > iptables -X Be VERY CAREFUL with the above. If the currently-loaded IPTables policy is to deny by default, these lines will effectively close the box down, which is probably not what you wanted to happen. You need to set

Re: [plug] FOSS and the Philippines

2006-12-28 Thread Rage Callao
On 12/29/06, Rom Feria <[EMAIL PROTECTED]> wrote: >> On Dec 28, 2006, at 5:26 AM, David R. Meyer wrote: >> distribution fits the bill. :) At the moment, Ubuntu (of which >> Bayanihan will be (or is already) based) is the popular Linux choice >> by UNDP-IOSN ASEAN+3 Node here in the country. > > J

Re: [plug] FOSS and the Philippines

2006-12-28 Thread Rom Feria
On Dec 29, 2006, at 8:38 AM, Rage Callao wrote: On 12/28/06, Rom Feria <[EMAIL PROTECTED]> wrote: On Dec 28, 2006, at 5:26 AM, David R. Meyer wrote: distribution fits the bill. :) At the moment, Ubuntu (of which Bayanihan will be (or is already) based) is the popular Linux choice by UNDP-IOSN

Re: [plug] FOSS and the Philippines

2006-12-28 Thread Rage Callao
On 12/28/06, Rom Feria <[EMAIL PROTECTED]> wrote: On Dec 28, 2006, at 5:26 AM, David R. Meyer wrote: distribution fits the bill. :) At the moment, Ubuntu (of which Bayanihan will be (or is already) based) is the popular Linux choice by UNDP-IOSN ASEAN+3 Node here in the country. Just a correct

Re: [plug] how to disable iptables

2006-12-28 Thread Rage Callao
iptables -F iptables -X -- RAGE CALLAO Free Software :: empower :: educate _ 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

Re: [plug] mysql question

2006-12-28 Thread rexonf
On 12/26/06, Roberto Verzola <[EMAIL PROTECTED]> wrote: > a) Use database cursors, which is basically an iterator, but will >heavily load database access (you have to fetch each result, which >means heavy round trips); or > > b) Just grab the result set and iterate through it via your pr

Re: [plug] Communism and the GPL

2006-12-28 Thread rexonf
On 12/22/06, manny <[EMAIL PROTECTED]> wrote: On Fri, 22 Dec 2006, Tata Dano wrote: > One of the theories of Communism is the Dialectical Materialism which means > through Conflict and Ideas everything will evolved and developedjust > like what GPL does opening up source code to wide world

Re: [plug] Communism and the GPL

2006-12-28 Thread rexonf
On 12/22/06, manny <[EMAIL PROTECTED]> wrote: On Thu, 21 Dec 2006, rexonf wrote: No it's not. Sharing of a resource is not eclusive to communism. It is also Christian and democratic. You are abstracting one small -- and non-unique -- part of communism and using it as a basis for definition. Tha

Re: [plug] Communism and the GPL

2006-12-28 Thread rexonf
On 12/22/06, manny <[EMAIL PROTECTED]> wrote: On Wed, 20 Dec 2006, rexonf wrote: > Christianity certainly has a communist aspect. Does Christianity encourage > the accumulation of capital? From my 12 years experience I don't recall any > such. Sharing isn't a communist idea. Christianity lon

Re: [plug] some rhel services problem

2006-12-28 Thread Ariz Jacinto
On 12/28/06, Danny Ching <[EMAIL PROTECTED]> wrote: On 12/28/06, andrelst <[EMAIL PROTECTED]> wrote: > To Danny, good list, but the number 1 is actually the last thing that > you have to do. It's like forensics, once you reboot, some of the > information like chkconfig, ifconfig, netstat, etc. a

Re: [plug] some rhel services problem

2006-12-28 Thread Vic G. Reyes
Hi Joey, If you do end up re-installing the system , I suggest the ff. additional steps to minimize this ever happening again : 1) Tripwire the server & keep the resulting signature db file on a floppy. This will enable you to track if something has been changed, no matter how obscure & bu

Re: [plug] some rhel services problem

2006-12-28 Thread Danny Ching
On 12/28/06, andrelst <[EMAIL PROTECTED]> wrote: To Danny, good list, but the number 1 is actually the last thing that you have to do. It's like forensics, once you reboot, some of the information like chkconfig, ifconfig, netstat, etc. are gone. hmmm good point. Guess I've been indoctrinated t

Re: [plug] FOSS and the Philippines

2006-12-28 Thread David R. Meyer
That is certainly good news! Thanks for sending that along. Ciaran O'Riordan wrote: "David R. Meyer" <[EMAIL PROTECTED]> writes: I had pushed debian support but was told to drop it (at my last company) because "nobody else supports it" and MySQL is now proven that out. MySQL say they haven't

Re: [plug] FOSS and the Philippines

2006-12-28 Thread Ciaran O'Riordan
"David R. Meyer" <[EMAIL PROTECTED]> writes: > I had pushed debian support > but was told to drop it (at my last company) because "nobody else > supports it" and MySQL is now proven that out. MySQL say they haven't dropped Debian support: http://www.linux-watch.com/news/NS7941177766.html -- Cia

Re: [plug] how to disable iptables

2006-12-28 Thread triton
Assuming you're using Redhat/Suse like distros... before "/etc/init.d/iptables stop" you can also do a # chkconfig --level 0123456 iptables off so that iptables will not be started at next reboot. On 12/28/06, Elmer Rivera <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA

Re: [plug] some rhel services problem

2006-12-28 Thread andrelst
1. Check if the services are running: $ chkconfig --list 2. As others have mentioned, check the logs at /var/log and syslog and Networking 3. Check the last users that logged in using the last command. 4. If the services are running, check iptables, maybe it's blocking it. look at the logs

Re: [plug] some rhel services problem

2006-12-28 Thread Danny Ching
1) I assume you've tried restarting the machine? if so, 2) then you can try checking your connection to the net. if you can browse 3) try restarting services with 'service service-name start' 4) finally, if you have a subscription, try contacting redhat. hehehe (dapat ba #1 ito guys?!) On 12/28/0

Re: [plug] some rhel services problem

2006-12-28 Thread Christopher P. Perez
or look at that person or at your root bash_history 2006/12/28, Elmer Rivera <[EMAIL PROTECTED]>: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joey S. Eisma wrote: > hi! > > for some reason, my rhel 4 system, doesn't seem to be doing what it's > supposed to. it's not serving web pages (intran