[SLUG] JTAG dongle

2001-09-21 Thread Sonam Chauhan
To the poster looking for places selling JTAG dongles, (sorry I don't remember who it was) ... If you're still looking, here's some information: http://www.tuxscreen.net/wiki/view/Users/Aleph1 Sonam

[SLUG] making SSH port forwarding externally available

2001-09-13 Thread Sonam Chauhan
Hello Sluggers: To workaround a local network misconfiguration, I am port forwarding a local port to a remote machine using ssh. This works for my local loopback address: 'localhost', but I would like to make the tunnel accessible to another person at work. (he doesn't use Linux but need to

Re: [SLUG] making SSH port forwarding externally available

2001-09-13 Thread Sonam Chauhan
from the ssh(1) manpage: -g Allows remote hosts to connect local port forwarding ports. The default is that only localhost may connect to locally binded ports. that's what you're after :) Excellent - That works great. Thanks Andre. I missed

[SLUG] SMP board ?

2001-05-01 Thread Sonam Chauhan
Hello there On the subject of a 2 CPU motherboard for Linux, does anyone have advice to offer on recommended boards, where to buy one cheaply, overclocking, etc. Athlon SMP mobos seem vaporware at the moment, so I'm going the PIII route. Based on some websites reviews, I like the MSI 694D and

Re: [SLUG] One Liner Challenge!

2001-04-23 Thread Sonam Chauhan
Jeff Waugh wrote: Here's one for the one liner gladiators: I need to get the first URL found in a file or stdin. Much like urlview (man urlview for a regexp), but without all the UI guff. Think procmail... As usual, least amount of processes spawned, most minimal software used, and

[SLUG] Looking for a program that understands email Date: headers

2001-04-04 Thread Sonam Chauhan
I want to seperate messages stored in different mbox-format files into distinct files containing one email each, with filenames of the type: '20010101-1201-random_number.msg' (for a message sent on 12:01 Jan 1, 2001). I get the feeling with all these mail manipulation programs out there,

Re: [SLUG] Trojan binaries - ever spotted for open source?

2001-03-22 Thread Sonam Chauhan
http://ciac.llnl.gov/ciac/bulletins/k-035.shtml This was a problem which resulted in a backdoor on some Redhat 6.2 back in April last year. Does anyone know if binary rpms from places like rpmfind.net are peer reviewed at all? Is it purely a trust system, even for the user contributed areas?

Re: [SLUG] 2.4.2 Kernel performance - FIXED

2001-03-21 Thread Sonam Chauhan
Thanks for all the help guys -- I'm upto speed now with my new, stable 2.4.2 kernel. Here's a little writeup on what I found helpful in my first new kernel compile. (The actual kernel compile process is documented in the README file under /usr/src/linux-xxx/. ) I upgraded from kernel

[SLUG] 2.4.2 Kernel performance

2001-03-18 Thread Sonam Chauhan
Hello! I compiled a kernel for the first time and had a few questions. I run Redhat 7 on a P III. My previous kernel was '2.2.16-22' (uname) and my new kernel is 2.4.2 (compiled with the default config options) According to information on the web, 2.4.2 should deliver a slight performance

Re: [SLUG] 2.4.2 Kernel performance

2001-03-18 Thread Sonam Chauhan
Thanks all of you guys... that's very useful information! I'll summarise what I learnt in another post. Thanks Regards, Sonam -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug

Re: [SLUG] Seg fault due to swap file

2001-02-26 Thread Sonam Chauhan
Was it a very large file ? Google returned this http://plug.skylab.org/24/msg00393.html on a searching for: http://www.google.com/search?q=+Close+error+on+swap+file+vim talking about the 2G addressing limit. Sonam Rick Welykochy wrote: I'm sitting pretty quitely paging through a

Re: [SLUG] Antialiasing in X4.0.2

2001-02-10 Thread Sonam Chauhan
http://www.ximian.com/~jacob/aa/ I know. :-) I want to see what the same desktop would look non-AA. Noone posts those pics, for comparison. Try viewing http://www.ximian.com/~jacob/aa/moz_aa_1.png in Netscape. Then look closely at the "V" in your Netscape Toolbar View options: ("File

Re: [SLUG] Need help with XSession Colors

2001-02-01 Thread Sonam Chauhan
Jill Rowling wrote: Yes, but if you diff the two rgb.txt are they the same? Yes, I did. They just differ in whitespace. Regards, Sonam -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug

[SLUG] file listing problem

2001-02-01 Thread Sonam Chauhan
Hello Sluggers: Here's a frustrating one Sluggers... A system monitoring program periodically needs to generate a list of filename with each files timestamps prepended to it: sample output 15:15,151500.data 15:46,154501.data 16:45,154501.data 16:55,061500.data ...

Re: [SLUG] file listing problem

2001-02-01 Thread Sonam Chauhan
`ls -l' prints the time of the last modification to the file; you can't get the creation time (it's not stored anywhere). `find' can also print the last modification time: find dir -name pattern -printf "%TH:%TM,%f\n" You're right - I was led astray by a non-concept (file creation time).

Re: [SLUG] Re: Need help with XSession Colors

2001-01-30 Thread Sonam Chauhan
Angus Lees wrote: are you running on an 8bit (256 colours) display? your window manager should shift the colourmap to follow the mouse, so when you focus the AIX app, *it* should look normal (but the rest of your screen will look wierd). The display doesnt' change if I move the mouse. KDE

Re: [SLUG] Need help with XSession Colors

2001-01-30 Thread Sonam Chauhan
: [EMAIL PROTECTED] -Original Message- From: Sonam Chauhan [mailto:[EMAIL PROTECTED]] I've had a display problem with an application running as XWindows session off a remote AIX box. The colors look terrible (like -- CONFIDENTIALITY NOTICE

[SLUG] Need help with XSession Colors

2001-01-29 Thread Sonam Chauhan
Hi guys and ladies: I've had a display problem with an application running as XWindows session off a remote AIX box. The colors look terrible (like 'negatives' of the real color) I've run the same X application off a Linux box and the colors show up fine So this is a problem specific to the

[SLUG] KDE 2.0.1 bug and XFree86 4.0.2

2001-01-25 Thread Sonam Chauhan
Just a quick note on my posting about KDE 2.0.1 instability. KDE crashed after 30 minutes of inactivity. ( http://bugs.kde.org//db/18/18780.html ) Upgrading X to 4.0.2 seems to have fixed this problem. ( http://www.xfree86.org/#currentrel ) Regards, Sonam -- Electronic Commerce Corporate

[SLUG] KDE 2

2001-01-18 Thread Sonam Chauhan
Oi! I'm sorry if people have posted on this topic before, but... Has anyone noticed what a piece of work KDE 2.0.1 is ...the new UI, intuitive config... And with Konqueror, we've finally got a mature Linux browser than isn't called Netscape. Wonderful highly recommended. Kudos to the KDE

Re: [SLUG] KDE 2

2001-01-18 Thread Sonam Chauhan
I spoke too soon. KDE 2.0.1 looks great but is pretty unstable (on my machine at least). I've put in two reports to bugs.kde.org within the last one day - it's crashed 4 times already with me doing absolutely nothing. Hm, I've got this feeling that your Debian 2.1 Beta "unstables" are really

Re: [SLUG] XFree 4 on a Toshiba laptop

2001-01-15 Thread Sonam Chauhan
Howard Lowndes wrote: Has anyone got XFree 4 running on a Toshiba laptop (Satellite Pro 430 CDS - yes an old one but a good one now that I have beefed it up a bit). Mine has the CT 65550 chip (I think) but it complains that it cannot find the v4l module. It isn't in the RH7.0 distro,

[SLUG] Fixed: Apache 1.3.9 compilation problem under Redhat 7

2001-01-15 Thread Sonam Chauhan
rked hard to address any known issues with the gcc release in 7.0. For more information and an errata RPM: http://www.redhat.com/support/errata/RHBA-2000-132.html Regards, David S.. On Tue, 16 Jan 2001, Sonam Chauhan wrote: = ndbm.h and db.h both exist in /usr/include

[SLUG] Too many open files

2000-12-26 Thread Sonam Chauhan
Hello SLUGgers: I've got a Linux system with too many file handles being used. /proc/sys/fs/file-nr reports about 7800 open files. The 'lsof' command only reports only 600 files open. Can anyone suggest how to track down the process or bug at fault here? Regards, Sonam Chauhan

Re: [SLUG] EDI is ...

2000-12-14 Thread Sonam Chauhan
n ( though tradelink can do it too.) I can ask around here if you've got more questions Regards, Sonam Jason -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug -- Sonam Chauhan Electronic Commerce Corporate Express Aus

Re: [SLUG] Deny http access to a domain

2000-12-03 Thread Sonam Chauhan
It could be done through a perl script... but there is probably a better way This is exactly what I need to do. If you're using Apache, you can write a simple Apache handler to do a fast check of HTTP_REFERER on each page served off your website. I don't know your setup but with mod_perl

Re: [SLUG] Re: bandwidth co-op (was:web hosting)

2000-11-15 Thread Sonam Chauhan
For web hosting, Interland (another US company) is pretty responsive. If you're writing your own CGI, they work out US$10/month cheaper than pair.com. Also, after your first deployment, subsequent websites go down to $13/month thanks to their developer program. Comparison: (Pair 'Webmaster'

Re: [SLUG] LPC script

2000-11-13 Thread Sonam Chauhan
anyone got a script or can give me the lpc command to clear all the jobs from a particular printer? including remote printers that may bnot be currently online? # lpc clean all This command should do the trick, but it doesn't sometimes... I then have to go into the /var/spool/lpd/lpxx

Re: [SLUG] rcp/scp colon probs

2000-10-29 Thread Sonam Chauhan
rg.au/lists/listinfo/slug -- Sonam Chauhan Electronic Commerce Corporate Express Australia Ltd. Phone: +61-2-9335-0725 Fax: +61-2-9335-0753 -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug

Re: [SLUG] Star Office and Printing.

2000-10-20 Thread Sonam Chauhan
Hi again: I can print from Star Office if I run it as root. If I go back to my regular login, printing fails silently even though Star Office was installed from my login. I found the "failed" test printouts -- they are in /tmp and with name /tmp/xprn*. Out of curiosity, I did a "strace soffice

[SLUG] Star Office and Printing.

2000-10-19 Thread Sonam Chauhan
Default 1 lp0:\ :sd=/var/spool/lpd/lp0:\ :mx#0:\ :sh:\ :rm=n0-itqms.in.ce.com.au:\ :rp=PASSTHRU:\ :if=/var/spool/lpd/lp0/filter: -- Sonam Chauhan Electronic Commerce Corporate Express Australia Ltd. Phone: +61-2-9335-0725 Fax: +61-2-9335-0753 -- SLUG

[SLUG] pcmcia network install

2000-09-26 Thread Sonam Chauhan
I wanted to install Linux on a laptop with pcmcia networking and a floppy drive (no CDROM). My only option seems to be a network installation. I looked at Redhat's boot images - their pcmcia and network install versions seem to be mutually exclusive. Is there a distro that combines pcmcia

Re: [SLUG] Re: IDE for java / C etc.

2000-09-20 Thread Sonam Chauhan
Hm, on the topic of IDEs, the best Linux one I used is Visual Age for Java. As George said, Visual Age is a large app -- when it's doing nothing it shows 20 % mem utilisation on 124 MB availiable on my machine. But it's a well behaved app... no netscape like loading behavior. Regards, Sonam

Re: [SLUG] Re: Goobye to SLUG

2000-09-18 Thread Sonam Chauhan
Good on you Angus. It was a shame to read that post and it's great to see you own up. You're quite a knowledgeble and helpful poster. John wrote: I suggest that a good rule for the list would be "Courtesy given and courtesy expected in return" Amen. Regards, Sonam -- Son

Re: [SLUG] new group server recommendations

2000-09-18 Thread Sonam Chauhan
acter mode. If anyone runs a free nntp feed in Oz, especially over port 80, send me a holler. :) Regards, Sonam -- Sonam Chauhan Electronic Commerce Corporate Express Australia Ltd. Phone: +61-2-9335-0725 Fax: +61-2-9335-0753 -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More

Re: [SLUG] new group server recommendations

2000-09-18 Thread Sonam Chauhan
Still, it's good to know that these free servers are still available even after the net's grown so much. Deja news is great for tracking information, but super *slow* Regards, Sonam Chauhan Electronic Commerce Corporate Express Australia Ltd. Phone: +61-2-9335-0725 Fax: +61-2-9335-0753 -- SLUG

Re: [SLUG] Re: Re: Basic CVS Usage

2000-09-17 Thread Sonam Chauhan
Angus, keep it civil. "the web" is an interface, not a format (fool). Sonam Chauhan Electronic Commerce Corporate Express Australia Ltd. Phone: +61-2-9335-0725 Fax: +61-2-9335-0753 -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.or

Re: [SLUG] VAJ Professional Edition for free???

2000-07-21 Thread Sonam Chauhan
/listinfo/slug -- Sonam Chauhan Electronic Commerce Corporate Express Australia Ltd. Phone: +61-2-9335-0725 Fax: +61-2-9335-0753 -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug

Re: [SLUG] PHP experts

2000-07-20 Thread Sonam Chauhan
There was one more thing. My php3 "document contains no data" error also caused segfaults that killed off the apache children processes forcing apache to spawn new ones (noted in the apache error_log.) Hope your problem goes away soon. Sonam Sonam Chauhan wrote: Roland Tu