Re: [plug] Partition recovery from disk resized with partition magic

2004-10-08 Thread Drexx Laggui
08Oct2004 (UTC +8) Paolo Alexis Falcone wrote: ... Any hints as to how I could find where the partition started and ended? When I tried `cat /dev/hda6` I could still see the filenames along with the binary content. I'm not sure if I made a mistake with finding the sizes of the rest of the partition

Re: [plug] DMA timeout errors on CDROM drives

2004-10-08 Thread Zak B. Elep
Manny <[EMAIL PROTECTED]> writes: > Can anyone help me witha wierd CD/RW/DVD problem? > > I run Fedora Core 2 with the latest kernel on an Athlon XP 1700, 256MB > RAM, 2 HDD. It also has a a CDROM drive (hdd) and a DVD/CDRW Writer drive > (hdc). Both used to work, but that was when the CDROM was

Re: [plug] Redhat AS3 rpm kernel upgrade

2004-10-08 Thread Miguel A Paraz
Hi sir! :) On Sat, 9 Oct 2004 10:16:29 +0800, alben benavente alteza <[EMAIL PROTECTED]> wrote: > does anybody knows exactly where to get a rpm kernel upgrade for Redhat AS3, > we purchase one and its kernel is 2.4.21-4.EL, I wantedx to upgrade it to 2.6 > kernel. I looked in the redhat web site b

Re: [plug] SCP/SFTP over a SSH tunnel - alternatives?

2004-10-08 Thread Miguel A Paraz
On Sat, 9 Oct 2004 06:34:42 +0800, Federico Sevilla III <[EMAIL PROTECTED]> wrote: > More curious than anything: why isn't performance of SSH/SCP/SFTP over > the SSH tunnel good? Is it because of the encryption overhead on > bandwidth? Or the encryption CPU load on hostA and/or hostB? Does > compre

[plug] Redhat AS3 rpm kernel upgrade

2004-10-08 Thread alben benavente alteza
Good day, does anybody knows exactly where to get a rpm kernel upgrade for Redhat AS3, we purchase one and its kernel is 2.4.21-4.EL, I wantedx to upgrade it to 2.6 kernel. I looked in the redhat web site but I have no luck looking for it. Can anybody direct me to where I could find the upgrade

Re: [plug] SCP/SFTP over a SSH tunnel - alternatives?

2004-10-08 Thread Federico Sevilla III
On Fri, Oct 08, 2004 at 06:17:36PM +0800, Miguel A Paraz wrote: > Scenario: > remote host A allows SSH and only SSH from local host B > localhost B is on a LAN with Windows users > users want to manage files on remote host A > > Current solution: > SSH tunnel with '-g' flag from B: to A:22 > s

Re: [plug] DMA timeout errors on CDROM drives

2004-10-08 Thread roderick tapang
On Fri, 8 Oct 2004 16:08:51 +0800 (PHT), Manny <[EMAIL PROTECTED]> wrote: > Can anyone help me witha wierd CD/RW/DVD problem? > > I run Fedora Core 2 with the latest kernel on an Athlon XP 1700, 256MB > RAM, 2 HDD. It also has a a CDROM drive (hdd) and a DVD/CDRW Writer drive > (hdc). Both used to

Re: [plug] Partition recovery from disk resized with partition magic

2004-10-08 Thread Paolo Alexis Falcone
On Sat, 09 Oct 2004 00:35:23 +0800, W I M <[EMAIL PROTECTED]> wrote: > > please take note that partition magic was used to shrink the original > xp partition and that was it, all linux partitions were created afterwards. > i don't think partition magic did wrong. the partitions were in the > right

Re: [plug] Re: Email Addresses - EmailSpoofer.NET

2004-10-08 Thread Federico Sevilla III
On Fri, Oct 08, 2004 at 08:29:59PM +0900, Sacha Chua wrote: > Go bug Jijo, the Enlightened One. Me, I'm really happy with > free.net.ph. Enlightened One? Not really. Thank SpamAssassin. :D I personally still get spam (which I report to SpamCop then run through pyzor, razor, and sa-learn). But I'

Re: [plug] Partition recovery from disk resized with partition magic

2004-10-08 Thread W I M
hi paolo, we probably were the ones who repartitioned the hd you mentioned and installed mdk92. i'm actually guessing but since you now work for the same client where we did it, i'm probably right. just the same, i have some comments here on your problem. please take note that partition magic was u

Re: [plug] Pseudoterminals exhausted ?

2004-10-08 Thread andrelst
JM, Here's the trick I did when a simillar thing happen to me. 1.Get ur pid: ssh @ "ps -ef | grep " 2. Kill the pid: ssh @ "kill -9 " 3. ssh as normal to the box and that will work now. the reason the commands above works is because it does not allocate pseudo tty on the remote host. regards,

Re: [plug] network monitoring

2004-10-08 Thread Verna Anna Liza Asuncion
Hi, We are using OpenNMS ... its free and GPL'ed. Its very useful for computers and network devices monitoring. https://sourceforge.net/project/showfiles.php?group_id=4141 Cheers Message: 1 Date: Fri, 8 Oct 2004 16:12:22 +0800 From: Mark Quitoriano <[EMAIL PROTECTED]> Subject: [plug] network moni

[plug] Re: SCP/SFTP over a SSH tunnel - alternatives?

2004-10-08 Thread Sacha Chua
Miguel A Paraz <[EMAIL PROTECTED]> writes: > What's a file transfer/protocol that uses only one TCP connection? Netcat? http://m.nu/program/util/netcat/netcat.html has some information on the Swiss army knife of network tools. Might be a bit difficult for people to deal with, though. You could a

Re: [plug] SCP/SFTP over a SSH tunnel - alternatives?

2004-10-08 Thread Paolo Alexis Falcone
On Fri, 8 Oct 2004 18:17:36 +0800, Miguel A Paraz <[EMAIL PROTECTED]> wrote: > Scenario: > remote host A allows SSH and only SSH from local host B > localhost B is on a LAN with Windows users > users want to manage files on remote host A > > Current solution: > SSH tunnel with '-g' flag from B:222

[plug] Re: Email Addresses - EmailSpoofer.NET

2004-10-08 Thread Sacha Chua
JM Ibanez <[EMAIL PROTECTED]> writes: > The problem is, of course, the fact that the majority of Internet > sites need your email address in one way or another. So, you can't > really live in a connected world without your email address being > made public in one way or another. Hence, the arms ra

[plug] SCP/SFTP over a SSH tunnel - alternatives?

2004-10-08 Thread Miguel A Paraz
Scenario: remote host A allows SSH and only SSH from local host B localhost B is on a LAN with Windows users users want to manage files on remote host A Current solution: SSH tunnel with '-g' flag from B: to A:22 sftp/scp (WinSCP) from LAN users to B: While this works, SSH over SSH perfor

Re: [plug] Re: Email Addresses - EmailSpoofer.NET

2004-10-08 Thread JM Ibanez
On Fri, 08 Oct 2004 17:55:49 +0900, Sacha Chua <[EMAIL PROTECTED]> wrote: > JM Ibanez <[EMAIL PROTECTED]> writes: > > > Unfortunately, there is evidence that spambots have gained in > > 'intelligence' (if one may call it intelligence), and can interpret > > or somewhat be able to decode text-spoof

RE: [plug] Re: Direction to PLUG GA venue

2004-10-08 Thread Robert de los Santos
Thanks Manny! -Original Message- From: Manny [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 5:04 PM To: [EMAIL PROTECTED]; Philippine Linux Users Group Mailing List Subject: RE: [plug] Re: Direction to PLUG GA venue On Fri, 8 Oct 2004, Robert de los Santos wrote: > Anwyay a

Re: [plug] Re: Direction to PLUG GA venue

2004-10-08 Thread Roger Filomeno
sana may mag dala ng doom3 binaries for burnfest ;p hehe. On Fri, 8 Oct 2004 16:53:44 +0800, Miguel A Paraz <[EMAIL PROTECTED]> wrote: > To bring us back on topic... will there be a burnfest tomorrow? > > If I go - I'll try to make it to the PLUG GA - I'll bring the > SoftwareFreedomDay CD's I b

[plug] Re: Email Addresses - EmailSpoofer.NET

2004-10-08 Thread Sacha Chua
JM Ibanez <[EMAIL PROTECTED]> writes: > Unfortunately, there is evidence that spambots have gained in > 'intelligence' (if one may call it intelligence), and can interpret > or somewhat be able to decode text-spoofed email addresses-- hence > the 'last resort' of using images and/or JavaScript enc

Re: [plug] Re: Direction to PLUG GA venue

2004-10-08 Thread Miguel A Paraz
To bring us back on topic... will there be a burnfest tomorrow? If I go - I'll try to make it to the PLUG GA - I'll bring the SoftwareFreedomDay CD's I burned but failed to bring to SFD. :) On Fri, 8 Oct 2004 17:04:28 +0800 (PHT), Manny <[EMAIL PROTECTED]> wrote: > Try this: > >http://downlo

RE: [plug] Re: Direction to PLUG GA venue

2004-10-08 Thread Manny
On Fri, 8 Oct 2004, Robert de los Santos wrote: > Anwyay anybody could give me a good link to where to download Fedora > core? ... Try this: http://download.fedora.redhat.com/pub/fedora/linux/core/2/i386/iso/ God bless! -- Pro-Life Philippines website -- http://www.prolife.org.ph --[Manny

Re: [plug] network monitoring

2004-10-08 Thread Marvin T. Pascual
Mark Quitoriano <[EMAIL PROTECTED]> said: > hi guys, > > what software i can use to monitor and manage every pc in my network. http://www.nagios.org/ > The bandwidth per pc and ports per pc. http://bandwidthd.sourceforge.net/ --- MARVIN T. PASCUAL E-mail: mpascual AT qsr DOT com DOT ph Tel. N

Re: [plug] Need help on how to create a script that remove adirectory in a remote Linux

2004-10-08 Thread Jaspher L. Mariano
Hi Sherwin, Thanks a lot Regards, Jaspher L. Mariano - Original Message - From: "Sherwin Daganato" <[EMAIL PROTECTED]> To: "Philippine Linux Users Group Mailing List" <[EMAIL PROTECTED]> Sent: Friday, October 08, 2004 4:16 PM Subject: Re: [plug] Need help on how to create a script tha

Re: [plug] Need help on how to create a script that remove a directory in a remote Linux

2004-10-08 Thread Sherwin Daganato
On Fri, Oct 08, 2004 at 02:42:38PM +0800, Jaspher L. Mariano wrote: > I'm writing a script that copy and delete a file in a remote > directory. I already use scp for copying files to remote pc. But the > problem I need to remove a remote directories. > I already tried sftp rmdir, but doesn't remove

[plug] network monitoring

2004-10-08 Thread Mark Quitoriano
hi guys, what software i can use to monitor and manage every pc in my network. The bandwidth per pc and ports per pc. -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.ne

Re: [plug] Re: Direction to PLUG GA venue

2004-10-08 Thread CG Haravata
 buses do not drop anyone off at the Shell station anymore... =((   ---Original Message---   From: Philippine Linux Users Group Mailing List Date: 10/08/04 10:29:19 To: Dong Calmada Cc: Philippine Linux Users Group Mailing List Subject: [plug] Re: Direction to PLUG GA venue     MRT t

Re: [plug] Direction to PLUG GA venue

2004-10-08 Thread CG Haravata
Hi Dong! Hi all!!!   to get to APC via MRT:   1.  go down at Mantrade station  2.  ride a taxi going to Magallanes Shell station   APC is just beside the gas station...   ---Original Message---   From: Dong Calmada; Philippine Linux Users Group Mailing List Date: 10/08/04 09:00:15 To

[plug] DMA timeout errors on CDROM drives

2004-10-08 Thread Manny
Can anyone help me witha wierd CD/RW/DVD problem? I run Fedora Core 2 with the latest kernel on an Athlon XP 1700, 256MB RAM, 2 HDD. It also has a a CDROM drive (hdd) and a DVD/CDRW Writer drive (hdc). Both used to work, but that was when the CDROM was /dev/hdb and the writer was /dev/hdd. I pu

Re: [plug] Re: Direction to PLUG GA venue

2004-10-08 Thread Dong Calmada
Whew! People, thank you very much! Dong -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are yo