Re: ssltelnet problem

1999-07-21 Thread Ben Cranston
a source garble in that particular .c file??? -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben

How to know latest way of doing things?

1999-07-19 Thread Ben Cranston
was semimanually entering. How is a newby to know that "adduser" is preferable to "useradd" when a "man user" just pops both out? How was I to know to read the PCMCIA stuff instead of the general networking stuff in "Running"? KUTGW -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben

Re: Linux LAN probs - a shaggy dog story?

1999-07-16 Thread Ben Cranston
I get > a link, no packets go through with anything other than short yellow in the > basement and > big yellow up here ugh Just to ask: are you using real 10-base-T cable or are you using some of those cheap RJ-45 on regular telephone wire cables? -- Charles B. (Ben) Cranston ma

Re: 'Inverse' chmod?

1999-07-15 Thread Ben Cranston
gets substituted here ccc == "))[2] & 0x1ff) note leading doublequote So, if you give "dd" as a filename the perl call gets an argument: printf "%#o", ((stat("dd"))[2] & 0x1ff) which is kind of what you want??? -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben

Re: 'Inverse' chmod?

1999-07-15 Thread Charles B \(Ben\) Cranston
so I think this would be pretty version-specific. I ran into the same problems with filters to extract stuff from "ps" output (had problems with imap processes hanging around so I wanted a "killimap" command...) -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben

Re: pcmcia support and debian

1999-07-13 Thread Ben Cranston
es. Or at least to get a CD card you can boot windoze from. This is such an easy test and one the dealer you are buying from might just know??? Anybody out there who really knows? -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben

Re: network problem?

1999-07-13 Thread Ben Cranston
ding the big frames. Are you at home where you KNOW there isn't any big frame work happening, or are you at work where there might be somebody playing around with video over Ethernet? Some of the 100 and gig ethernet proposals relax the 1500 byte limit... -- Charles B. (Ben) Cranston mailto:[EMAI

Re: chos, lilo, linux, win98, oh my!

1999-07-12 Thread Ben Cranston
he dos fdisk /mbr to blow away chos. -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben

Re: iomega zip disk (100)

1999-07-09 Thread Ben Cranston
not occur, perhaps because the plugin zip drive is ide and not parallel port? -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben

Re: Enter mail, end with a single ".".

1999-07-08 Thread Ben Cranston
nd goes, but the second (or last?) buffer just sits there because nobody did a flush or set the "push flag" (never mind, you gotta be a real TCP/IP weenie to know what the push flag is all about). If you have the source code to the program "writing" the mail message could

Humerous juxtaposition

1999-07-08 Thread Ben Cranston
mail for several days, the problem is now over. > Don't know what fixed is.. > - * Linux - a more stable way to live * - Does anybody but me find the juxtaposition of these last three lines somewhat humerous??? -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben

Re: automagic ftp sessions?

1999-07-08 Thread Ben Cranston
k on the file at the destination (like putting in an "end sentinel" and checking to make sure it exists before moving the newly-transferred file to the hot place), etc. Just 2c from an old mainframe guy... -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben

Re: Installation on Fujitsu B110

1999-06-25 Thread Ben Cranston
ji200.html -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben

Re: An empassioned plea for deaf ears...

1999-06-15 Thread Charles B \(Ben\) Cranston
c, and my broken filesystem was on /install (or something) and I was able to fix things up without having to do a full installation into a second partition... -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben

Re: BE MORE SIMPLE!!!!

1999-06-14 Thread Ben Cranston
eatures as opposed to stability releases. Greedy programmers who take the easy way out, rather than working harder, taking more time, but doing a quality job. There's more than enough blame to go around. -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben

Re: Using disks > 8GB

1999-06-08 Thread Ben Cranston
handy to have more than one bootable system and select between them depending on the designated boot volume. You might see if partitioning the big disk, then making the other one /usr or /home or something helps... -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben

Re: HELLO

1999-06-05 Thread Ben Cranston
ost of the current persecution of xians seems to be happening in China and Russia (or FSU or whatever...) -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben

Re: Making Makefiles

1999-05-27 Thread Charles B \(Ben\) Cranston
m? There is also "Managing Projects with Make" by Andrew Oram and Steve Talbott O'Reilly & Associates ISBN 0-937175-90-0. Note this is not Debian or even Linux specific (it's barely UNIX specific :-) but there is a bunch of advanced stuff in there as well as some philosophy

Re: System crash!!! How do I recover when my disaster disk doesn't boot

1999-05-26 Thread Ben Cranston
lation procedure. Maybe you can use something like this? -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben

Re: Newbie problem

1999-05-18 Thread Ben Cranston
Just to muddy the waters a little bit more :-) My laptop needed "external mouse enabled" to be set in its BIOS before I could use my external PS mouse... -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben

Re: ppp addresses

1999-05-17 Thread Ben Cranston
ot;bind" gets lost that could also explain the symptoms you describe... This is all documented on pages 459 and 460 of "Running Linux" (Second Edition) by Matt Welsh and Lar Kaufman. -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben

Re: virus and LILO ?

1999-05-13 Thread Charles B \(Ben\) Cranston
e: fdisk /mbr which rewrites a standard Master Boot Record. This is the customary and usual way to recover from a boot sector virus. Good luck! -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben

hosed debian system

1999-05-11 Thread Ben Cranston
... whatever I do, it says: internal error - no filename at -e line 12, chunk 14. installation script returned error exit status 1. Any suggestions??? -- Charles B. (Ben) Cranston mailto:[EMAIL PROTECTED] http://www.wam.umd.edu/~zben