Re: Sendmail Masquerading Question

2002-02-14 Thread Ian
Stew Benedict wrote: > > On Wed, 13 Feb 2002, Ian wrote: > > > I think it was either Kurt or you who said to add > > > > set hostname = marchak.homeip.net > > > > to my .muttrc file...which I did. But when mail arrives at the other > > end, mutt has changed it to marchak.homeip.net, but there's

Re: Sendmail Masquerading Question

2002-02-14 Thread Stew Benedict
On Wed, 13 Feb 2002, Ian wrote: > I think it was either Kurt or you who said to add > > set hostname = marchak.homeip.net > > to my .muttrc file...which I did. But when mail arrives at the other > end, mutt has changed it to marchak.homeip.net, but there's something in > the header, I think i

Re: Sendmail Masquerading Question

2002-02-14 Thread David A. Bandel
On Wed, 13 Feb 2002 22:43:41 -0500 begin Ian <[EMAIL PROTECTED]> spewed forth: [snip] > > But no matter what combination of DM / CM / CG (shooting wildly at then > end) I cannot prevent it from mailing out [EMAIL PROTECTED] when I > send from the sendmail box. Which of course bounces as domain

Re: Sendmail Masquerading Question

2002-02-13 Thread Joel Hammer
I do the same as you. But, I use mutt, which puts on the proper world accessible address (hammershome.com) instead of my private network name jhammer.org (which also exists on the net but its not mine.) All my mail is composed and sent on my box which runs sendmail and also serves as the firewall.

Sendmail Masquerading Question

2002-02-13 Thread Ian
OK, Followed Doug's SxS step and produced in about an hour or less, a fully functioning sendmail. All but the tweaking...which has turned out to be far less satisfying. >From mail clients on other hosts on my home network, email composed in say netscape goes out with the From values set (in net

Re: Kernel sources question (Mandrake 8.1)

2002-02-10 Thread Jean Sagi
El Dom 10 Feb 2002 15:16, escribió: > On Saturday 09 February 2002 08:36 pm, Jean Sagi warbled: > > Does anyone know where to get the kernel sources on the Mandrake 8.1 > > cd's? > > I would be a matter of looking at each cd under kernel. However at this yep! > site http://ranger.dnsalias.com/m

Re: Kernel sources question (Mandrake 8.1)

2002-02-09 Thread Keith Antoine
On Saturday 09 February 2002 08:36 pm, Jean Sagi warbled: > Does anyone know where to get the kernel sources on the Mandrake 8.1 cd's? I would be a matter of looking at each cd under kernel. However at this site http://ranger.dnsalias.com/mandrake/mandrake8.1/kernel/ You can download the latest

Re: Kernel sources question (Mandrake 8.1)

2002-02-09 Thread Jean Sagi
El Sáb 09 Feb 2002 21:56, escribió: Good idea... but for today is enough... 22:59 local time... And getting 2.4.17 by a 56k modem... ... others days need work too... ;) > I'd strongly recommend downloading the latest stable kernel source > (2.4.17) from kernel.org and building that. > > ---

Re: Kernel sources question (Mandrake 8.1) [SOLVED]

2002-02-09 Thread Jean Sagi
El Sáb 09 Feb 2002 21:44, escribió: Funny... kernel-headers was installed, but kernel source was not... and urpmi didn't noticed. Trying to find with keyword kernel doesn`t show anything... rpm -i kernel-source installed ok! ./configure make make install modprobe ... insmod ... and vo

Re: Kernel sources question (Mandrake 8.1)

2002-02-09 Thread Net Llama
I'd strongly recommend downloading the latest stable kernel source (2.4.17) from kernel.org and building that. --- Jean Sagi <[EMAIL PROTECTED]> wrote: > Does anyone know where to get the kernel sources on the Mandrake 8.1 > cd's? > > I used the software manager to find and install them but i ca

Re: Kernel sources question (Mandrake 8.1)

2002-02-09 Thread Jean Sagi
Tnx! a lot, I'll try it inmediatly. Chucho! Peter Ruskin wrote: >On Sunday 10 Feb 2002 01:36, Jean Sagi wrote: > >>Does anyone know where to get the kernel sources on the Mandrake 8.1 >>cd's? >> >>I used the software manager to find and install them but i cannot find >>them. I don´t know if it

Re: Kernel sources question (Mandrake 8.1)

2002-02-09 Thread Peter Ruskin
On Sunday 10 Feb 2002 01:36, Jean Sagi wrote: > Does anyone know where to get the kernel sources on the Mandrake 8.1 > cd's? > > I used the software manager to find and install them but i cannot find > them. I don´t know if it's some package i have to install, or they just > dont come in any > of

Kernel sources question (Mandrake 8.1)

2002-02-09 Thread Jean Sagi
Does anyone know where to get the kernel sources on the Mandrake 8.1 cd's? I used the software manager to find and install them but i cannot find them. I don´t know if it's some package i have to install, or they just dont come in any of the three cd's. I read the kernel-howto, but I just says

Re: Printing question

2002-02-09 Thread Joel Hammer
Does the print file generation take a long time on the linux server or is the slowness in the transfer to the printer? You could just change lp=/tmp/outfile and time the output. You would first have to touch /tmp/outfile and run checkpc -f. Joel > After observing the behavior with top, it appears

Re: Printing question

2002-02-09 Thread Collins
On Thu, 7 Feb 2002 21:41:44 -0500 Joel Hammer <[EMAIL PROTECTED]> wrote:> This sort of sounds like a memory problem. Knowing nothing, I would venture> that there may be a misunderstanding between your printer and your server> over how much memory is available on the printer (making most of this u

Re: Header include question

2002-02-09 Thread Rick Sivernell
Mike The problem was not the library, I have LD_LIB set., it is the older stl headers being called before the STLport header with the sane name ie. & on. I have been using kdevelop 2, a real pig, & I do not consider very good at all. Their build files have everything in them whether th

Re: Header include question

2002-02-08 Thread Mike Andrew
On Thu, 7 Feb 2002 06:04, Kurt Wall wrote: > On, Wed, 6 Feb 2002 10:34:03 -0600, Rick Sivernell typed: > > [mondo snippage] >Kurt > > I understand, I have a handle on it now. > > I just knew you were the one to ask. I really > > appreciate your help Thank you. > Or, you could try the Kurtwerks(tm

Re: Printing question

2002-02-07 Thread Collins
On Thu, 7 Feb 2002 21:41:44 -0500 Joel Hammer <[EMAIL PROTECTED]> wrote:> This sort of sounds like a memory problem. Knowing nothing, I would venture> that there may be a misunderstanding between your printer and your server> over how much memory is available on the printer (making most of this u

Re: Printing question

2002-02-07 Thread Joel Hammer
This sort of sounds like a memory problem. Knowing nothing, I would venture that there may be a misunderstanding between your printer and your server over how much memory is available on the printer (making most of this up.) Also, what does top show during this long printing job? Can you just dum

Re: Printing question

2002-02-07 Thread Michael Hipp
Same for me. CUPS works great. Michael Keith Antoine pontificated eloquently: > On Thursday 07 February 2002 08:39 pm, Collins warbled: > > Is the following action > > > > a) typical of unix printing in general > > b) typical of cups > > c) typical of ghostscript interpreting ps for a laserjet >

Re: Printing question

2002-02-07 Thread Keith Antoine
On Thursday 07 February 2002 08:39 pm, Collins warbled: > Is the following action > > a) typical of unix printing in general > b) typical of cups > c) typical of ghostscript interpreting ps for a laserjet > d) result of screwed up config options > > Whenever I print something that is longer that a

Printing question

2002-02-07 Thread Collins
Is the following action a) typical of unix printing in general b) typical of cups c) typical of ghostscript interpreting ps for a laserjet d) result of screwed up config options Whenever I print something that is longer that a page or two, the printing trickles to the printer in page bursts, ie

Re: Header include question

2002-02-06 Thread Kurt Wall
On, Wed, 6 Feb 2002 10:34:03 -0600, Rick Sivernell typed: [mondo snippage] > I understand, I have a handle on it now. > I just knew you were the one to ask. I really > appreciate your help Thank you. Glad to help. Kurt -- Viagra -- strong enough for a man; made for a woman. __

Re: Header include question

2002-02-06 Thread Rick Sivernell
On Wed, 6 Feb 2002 08:32:44 -0500 Kurt Wall <[EMAIL PROTECTED]> wrote: > Scribbling feverishly on February 06, Rick Sivernell managed to emit: > > On Wed, 6 Feb 2002 07:58:04 -0500 > > Kurt Wall <[EMAIL PROTECTED]> wrote: > > > > > Scribbling feverishly on February 05, Rick Sivernell managed to

Re: Header include question

2002-02-06 Thread Kurt Wall
Scribbling feverishly on February 06, Rick Sivernell managed to emit: > On Wed, 6 Feb 2002 07:58:04 -0500 > Kurt Wall <[EMAIL PROTECTED]> wrote: > > > Scribbling feverishly on February 05, Rick Sivernell managed to emit: > > > List / Kurt if he is there > > > > > > I am having a small problem.

Re: Header include question

2002-02-06 Thread Rick Sivernell
On Wed, 6 Feb 2002 07:58:04 -0500 Kurt Wall <[EMAIL PROTECTED]> wrote: > Scribbling feverishly on February 05, Rick Sivernell managed to emit: > > List / Kurt if he is there > > > > I am having a small problem. I have the old stl headers being used > > before the new version. Would like to kn

Re: Header include question

2002-02-06 Thread Kurt Wall
Scribbling feverishly on February 05, Rick Sivernell managed to emit: > List / Kurt if he is there > > I am having a small problem. I have the old stl headers being used > before the new version. Would like to know if there is a enviro var that > is set with the -I include files. I have a envi

Header include question

2002-02-05 Thread Rick Sivernell
List / Kurt if he is there I am having a small problem. I have the old stl headers being used before the new version. Would like to know if there is a enviro var that is set with the -I include files. I have a envir variables set & set into my path but they are not seen unless they have no fil

Re: Comcast question: dynamic ip and hostname

2002-02-03 Thread Joel Hammer
Thanks everybody. It sounds like things are more or less like they were under the old @HOME arrangement, which is good. Joel ___ Linux-users mailing list - http://linux.nf/mailman/listinfo/linux-users Subscribe/Unsubscribe info, Archives,and Digests ar

Re: Comcast question: dynamic ip and hostname

2002-02-03 Thread Ted Ozolins
On Sunday 03 February 2002 07:41 am, Joel Hammer wrote: > > Also, I would like to know if the new name is resolvable on the internet, > so, would someone, NOT on the comcast network, kindly ping that name > (tow33dhcp1252.towson01.md.comcast.net) and see if you get back: > 68.33.4.228 ? > > Thank

Re: Comcast question: dynamic ip and hostname

2002-02-03 Thread Tim Wunder
Previously, Joel Hammer chose to write: > BTW, my current plan is, if I have to reboot, I will not run dhcpd and > not ask to be reassigned an ip number. In effect, I will act like I have a > static number. Afterall, they did give an infinite lease when they assigned > my number to me. Has anyone

Re: Comcast question: dynamic ip and hostname

2002-02-03 Thread Matthew Carpenter
She pings from 167.ville. On Sun, 3 Feb 2002 10:41:34 -0500 "Joel Hammer" <[EMAIL PROTECTED]> wrote: > I changed over to a dynamic ip from a static ip number with comcast > recently. I got an ip number and ran nslookup against it to see what my > new host name was, and it was: > > pcp361333pcs

Re: Comcast question: dynamic ip and hostname

2002-02-03 Thread Joel Hammer
BTW, my current plan is, if I have to reboot, I will not run dhcpd and not ask to be reassigned an ip number. In effect, I will act like I have a static number. Afterall, they did give an infinite lease when they assigned my number to me. Has anyone tried this? Joel _

Comcast question: dynamic ip and hostname

2002-02-03 Thread Joel Hammer
I changed over to a dynamic ip from a static ip number with comcast recently. I got an ip number and ran nslookup against it to see what my new host name was, and it was: pcp361333pcs-udp079123uds.towson01.md.comcast.net Now, when I run nslookup against my ip number, which hasn't changed, I get:

Re: xfce question

2002-02-01 Thread Rick Sivernell
On Fri, 1 Feb 2002 16:25:53 -0700 Collins Richey <[EMAIL PROTECTED]> wrote: > On Fri, 1 Feb 2002 10:36:43 -0600 > Rick Sivernell <[EMAIL PROTECTED]> wrote: > > > List > > > > In xfce can you put icons on the desktop like in kde2 does? I > > would like to set some icon shortcuts. xfce is gre

Re: xfce question

2002-02-01 Thread Collins Richey
On Fri, 1 Feb 2002 10:36:43 -0600 Rick Sivernell <[EMAIL PROTECTED]> wrote: > List > > In xfce can you put icons on the desktop like in kde2 does? I > would like to set some icon shortcuts. xfce is great. > No and never. Xfce is dedicated to keeping the bloat out. You can add icons to th

Re: xfce question

2002-02-01 Thread Rick Sivernell
On Fri, 1 Feb 2002 22:14:51 + (UTC) Anita Lewis <[EMAIL PROTECTED]> wrote: > On Fri, 1 Feb 2002 22:01:50 + (UTC), Anita Lewis wrote: > > On Fri, 1 Feb 2002 10:36:43 -0600, Rick Sivernell wrote: > >> List > >> > >> In xfce can you put icons on the desktop like in kde2 does? I > >> wou

Re: xfce question

2002-02-01 Thread Anita Lewis
On Fri, 1 Feb 2002 22:01:50 + (UTC), Anita Lewis wrote: > On Fri, 1 Feb 2002 10:36:43 -0600, Rick Sivernell wrote: >> List >> >> In xfce can you put icons on the desktop like in kde2 does? I >> would like to set some icon shortcuts. xfce is great. >> >> cheers >> > > I used to run xfce

Re: xfce question

2002-02-01 Thread Anita Lewis
On Fri, 1 Feb 2002 10:36:43 -0600, Rick Sivernell wrote: > List > > In xfce can you put icons on the desktop like in kde2 does? I > would like to set some icon shortcuts. xfce is great. > > cheers > I used to run xfce and I had kde installed as well. I just started kfm up when X started.

Re: xfce question

2002-02-01 Thread Rick Sivernell
On Fri, 1 Feb 2002 14:31:04 + Chris Kassopulo <[EMAIL PROTECTED]> wrote: > On Fri, 1 Feb 2002 10:36:43 -0600 > Rick Sivernell <[EMAIL PROTECTED]> wrote: > > > List > > > > In xfce can you put icons on the desktop like in kde2 does? I > > would like to set some icon shortcuts. xfce is gr

Re: xfce question

2002-02-01 Thread Chris Kassopulo
On Fri, 1 Feb 2002 10:36:43 -0600 Rick Sivernell <[EMAIL PROTECTED]> wrote: > List > > In xfce can you put icons on the desktop like in kde2 does? I > would like to set some icon shortcuts. xfce is great. > > cheers > > -- > Rick Sivernell ROX-filer is a good addition to XFce for desktop

Re: xfce question

2002-02-01 Thread Rick Sivernell
Tim I knew that Tim, but thanks. cheers -- Rick Sivernell Dallas, Texas 75287 972 306-2296 [EMAIL PROTECTED] Caldera Open Linux eWorkStation 3.1 Registered Linux User .~. / v \ /( _ )\ ^ ^ In Linux we trust! ___ Linux-users mailing list

Re: xfce question

2002-02-01 Thread Tim Wunder
Previously, Net Llama chose to write: > --- Rick Sivernell <[EMAIL PROTECTED]> wrote: > > List > > > > In xfce can you put icons on the desktop like in kde2 does? I > > would like to set some icon shortcuts. xfce is great. > > AFAIK, you can't place icons on the desktop, only in the control pa

Re: xfce question

2002-02-01 Thread Rick Sivernell
On Fri, 1 Feb 2002 09:22:38 -0800 (PST) Net Llama <[EMAIL PROTECTED]> wrote: > --- Rick Sivernell <[EMAIL PROTECTED]> wrote: > > List > > > > In xfce can you put icons on the desktop like in kde2 does? I > > would like to set some icon shortcuts. xfce is great. > > AFAIK, you can't place ic

Re: xfce question

2002-02-01 Thread Net Llama
--- Rick Sivernell <[EMAIL PROTECTED]> wrote: > List > > In xfce can you put icons on the desktop like in kde2 does? I > would like to set some icon shortcuts. xfce is great. AFAIK, you can't place icons on the desktop, only in the control panel bar thingy. You can customize the mouse gene

xfce question

2002-02-01 Thread Rick Sivernell
List In xfce can you put icons on the desktop like in kde2 does? I would like to set some icon shortcuts. xfce is great. cheers -- Rick Sivernell Dallas, Texas 75287 972 306-2296 [EMAIL PROTECTED] Caldera Open Linux eWorkStation 3.1 Registered Linux User .~. / v \ /( _ )\ ^ ^ In

Re: Developer question

2002-01-30 Thread Rick Sivernell
On Wed, 30 Jan 2002 16:13:20 -0500 "Wall, Kurt" <[EMAIL PROTECTED]> wrote: > Use autoconf. > > Kurt > > > -Original Message- > From: Rick Sivernell [mailto:[EMAIL PROTECTED]] > Sent: Wed 1/30/2002 12:52 PM > To: [EMAIL PROTECTED] > Cc

Re: Developer question

2002-01-30 Thread Susan Macchia
& operation will be on > BSD, I do not at this time knowe version. My question is, if I create the > config &Makefile stuff on linux, how much rework to make my stuff work on > BSD. My code will be generic not X or gnu specific, but use the stand

RE: Developer question

2002-01-30 Thread Wall, Kurt
Use autoconf. Kurt -Original Message- From: Rick Sivernell [mailto:[EMAIL PROTECTED]] Sent: Wed 1/30/2002 12:52 PM To: [EMAIL PROTECTED] Cc: Subject:Developer question List I am doing a programming project for a college class. My system and the development

Developer question

2002-01-30 Thread Rick Sivernell
List I am doing a programming project for a college class. My system and the development system are both Linux. The final build & operation will be on BSD, I do not at this time knowe version. My question is, if I create the config &Makefile stuff on linux, how much rework to make

Re: ext3 on root partition question

2002-01-25 Thread Douglas J Hunley
o... a big problem, yes? After upgrading the utils on the floppy, I was > able to fsck.ext3 the partition in question and all data was recoverable. > > That was my point, sorry I wasn't clear enough in the begining. ah! ok. I see what you mean. I *thought* you menat the rescue floppy ker

Re: ext3 on root partition question

2002-01-24 Thread Jerry McBride
y. The only rescue floppy I had on hand did not have an fsck thas was able to recover the ext3 system... Bingo... a big problem, yes? After upgrading the utils on the floppy, I was able to fsck.ext3 the partition in question and all data was recoverable. That was my point, sorry I wasn't cle

Re: ext3 on root partition question

2002-01-24 Thread Douglas J Hunley
Jerry McBride babbled on about: > That's correct. But my original post was to the effect of making people > aware of a real bad gotcha is your RESCUE floppy wasn' ext3 aware. It can > be very embarassing. :') ___ I still dont follow you Jerry. Embaras

Re: ext3 on root partition question

2002-01-23 Thread Jerry McBride
On Wed, 23 Jan 2002 13:34:15 -0500 Douglas J Hunley <[EMAIL PROTECTED]> wrote: > Jerry McBride babbled on about: > > I wasn't able to fsck and ext3 partition with old ext2 utils... Quite > > embarassing. > > if you're running ext3 you need a recent e2fsprogs and util-linux anyway. I > kinda tho

Re: ext3 on root partition question

2002-01-22 Thread Douglas J Hunley
Susan Macchia babbled on about: > The output from mount is: > > /home/susan/Compaq/backup >mount > /dev/hda2 on / type ext3 (rw) > proc on /proc type proc (rw) > devpts on /dev/pts type devpts (rw,mode=0620,gid=5) > /dev/hdb5 on /usr type ext3 (rw) > /dev/hdb1 on /usr/src type ext3 (rw) > /dev/hdb

Re: ext3 on root partition question

2002-01-22 Thread Susan Macchia
The output from mount is: /home/susan/Compaq/backup >mount /dev/hda2 on / type ext3 (rw) proc on /proc type proc (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/hdb5 on /usr type ext3 (rw) /dev/hdb1 on /usr/src type ext3 (rw) /dev/hdb6 on /opt type ext3 (rw) /dev/hdb7 on /home type

Re: ext3 on root partition question

2002-01-22 Thread Douglas J Hunley
Susan Macchia babbled on about: > Once the system was booted, when I do a 'ps | grep jour' I see only 4 > entries and would expect 5 for my 5 partitions: > So it should be ext3, right? Can anyone help unravel the mystery? what does 'mount' say that root is mounted as? -- Douglas J Hunley (dou

ext3 on root partition question

2002-01-22 Thread Susan Macchia
Hi all, I have converted my all my filesystems to ext3. I am running SuSE 7.3. But I am concerned that my root partition did not get converted. Last night I had a power outage and on reboot, fschk was run on my root partition. The boot screen showed the following message: /dev/hda2 not c

Re: really stupid question about HTML

2002-01-19 Thread Douglas J Hunley
Ian babbled on about: > news://news.somewhere.net/stepsite.somelists.freebsd-users";> danke -- Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778 Admin: Linux StepByStep - http://linux.nf Whatever kind of look you were going for,.. you missed.

Re: really stupid question about HTML

2002-01-18 Thread Ian
Ian wrote: > > Douglas J Hunley wrote: > > > > how would one construct an HREF to a specific newsgroup on a specific news > > server? > > I know HREF="news:news.somewhere.net"; will pull up the configured newsreader > > and attach to news.somewhere.net, but how do I get the newsreader to > > auto

Re: really stupid question about HTML

2002-01-18 Thread Ian
Douglas J Hunley wrote: > > how would one construct an HREF to a specific newsgroup on a specific news > server? > I know HREF="news:news.somewhere.net"; will pull up the configured newsreader > and attach to news.somewhere.net, but how do I get the newsreader to > automagically load a specific n

really stupid question about HTML

2002-01-18 Thread Douglas J Hunley
how would one construct an HREF to a specific newsgroup on a specific news server? I know HREF="news:news.somewhere.net"; will pull up the configured newsreader and attach to news.somewhere.net, but how do I get the newsreader to automagically load a specific newsgroup on news.somewhere.net? th

Re: Sendmail question

2002-01-08 Thread Stuart Biggerstaff
Thanks to the people who responded for their ideas. Where I think we will go with this is indeed using tools for virtual domains. In particular, if we can be sure doing so will leave mail to valid addresses untouched, making an entry to virtusertable sounds like the approach that will have l

Re: Sendmail question

2002-01-08 Thread Zoran
On Jan 8 Stuart Biggerstaff was heard saying: ->Is there a straightforward way to have e-mail sent to nonexistent addresses ->forwarded to root or another account? We would like to be able to collect ->these to possibly forward to the users. *** Yes there is: Use the /etc/mail/virtusertable a

Re: Sendmail question

2002-01-08 Thread Bill Campbell
On Tue, Jan 08, 2002 at 04:34:42PM -0600, Stuart Biggerstaff wrote: >Is there a straightforward way to have e-mail sent to nonexistent addresses >forwarded to root or another account? We would like to be able to collect >these to possibly forward to the users. I don't do sendmail, but did see a

Re: Sendmail question

2002-01-08 Thread Bruce Marshall
On Tuesday 08 January 2002 17:34 pm, Stuart Biggerstaff wrote: > Is there a straightforward way to have e-mail sent to nonexistent addresses > forwarded to root or another account? We would like to be able to collect > these to possibly forward to the users. > > I know we could set up aliases for

Sendmail question

2002-01-08 Thread Stuart Biggerstaff
Is there a straightforward way to have e-mail sent to nonexistent addresses forwarded to root or another account? We would like to be able to collect these to possibly forward to the users. I know we could set up aliases for deleted former users and maybe for incorrect spellings we could antic

RE: question for security gurus

2002-01-08 Thread Schmeits, Roger
are not terribly bad. Lots of good articles on various types of weaknesses. roger -Original Message- From: Douglas J Hunley [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 5:51 PM To: [EMAIL PROTECTED] Subject: question for security gurus If I was to start some side

Re: question for security gurus

2002-01-07 Thread Douglas J Hunley
Kurt Wall babbled on about: > I would start with nmap, then proceed to more aggressive probes such > as Saint or Satan. In the process, consider password guessing > programs, packet sniffers, and some of the common root kits. are Saint/Satan still worth it? Doesn't Nessus cover them? -- Douglas

Re: question for security gurus

2002-01-07 Thread Kurt Wall
On January 07, Douglas J Hunley enlightened our ignorance thusly: > If I was to start some side consulting as a Network Security Analyzer, what > tools/steps/methodologies would everyone recommend? Opensource would be best, > but I'm open to anything. I've made some recommendations to my firm (w

question for security gurus

2002-01-07 Thread Douglas J Hunley
If I was to start some side consulting as a Network Security Analyzer, what tools/steps/methodologies would everyone recommend? Opensource would be best, but I'm open to anything. I've made some recommendations to my firm (who wants to go down this path) but I thought I'd get some more info fro

Re: vi question: mapping a key to esc in insert mode

2002-01-02 Thread Joel Hammer
Thanks. That worked. I was readinging a semicolon from a file, but that was really a silly hack. Joel On Wed, Jan 02, 2002 at 02:33:18PM -0700, Dave Anselmi wrote: > Joel Hammer wrote: > > > I use vi. > > I'm sorry to hear that. > > No, no, just kidding. I use it too. ;-) > > > The biggest nu

Re: vi question: mapping a key to esc in insert mode

2002-01-02 Thread Dave Anselmi
Joel Hammer wrote: > I use vi. I'm sorry to hear that. No, no, just kidding. I use it too. ;-) > The biggest nuisance I have with it is constantly having to hit the esc > button to exit the insert mode. I have remapped my ; key to do this. But, > now I have to type cntrl-v59 to insert a semic

Re: Lilo question (HW-RAID5)/Error

2002-01-02 Thread Ted Ozolins
On Wednesday 02 January 2002 08:42 am, you wrote: > I have RH7.2 installed on a Compaq Dual-PPro with HW RAID5. It's an old > box (200MHz for each proc) but it seems to run ok. I am attempting to > update my lilo config and running into problems. Here is my lilo.conf > file: > > prompt > timeou

Re: Lilo question (HW-RAID5)/Error

2002-01-02 Thread Matthew Carpenter
Sorry to reply to my own post, but the issue WAS the [dos] file. I copied and pasted the config into a new file in vi and lilo ran flawlessly. Thanks anyway! Matt On Wed, 2 Jan 2002 11:42:01 -0500 "Matthew Carpenter" <[EMAIL PROTECTED]> wrote: > I have RH7.2 installed on a Compaq Dual-PPro

Lilo question (HW-RAID5)/Error

2002-01-02 Thread Matthew Carpenter
I have RH7.2 installed on a Compaq Dual-PPro with HW RAID5. It's an old box (200MHz for each proc) but it seems to run ok. I am attempting to update my lilo config and running into problems. Here is my lilo.conf file: prompt timeout = 100 boot = /dev/ida/c0d0p1 map = /boot/map install = /boo

vi question: mapping a key to esc in insert mode

2002-01-01 Thread Joel Hammer
I use vi. The biggest nuisance I have with it is constantly having to hit the esc button to exit the insert mode. I have remapped my ; key to do this. But, now I have to type cntrl-v59 to insert a semicolon into my document. I have tried to map F2 to insert a ; but that is not possible. Hitting th

Re: Question

2001-12-28 Thread Net Llama
--- Vern W Heesch <[EMAIL PROTECTED]> wrote: > On Thursday 27 December 2001 09:58 pm, you wrote: > > Very obviously a newby, waiting for parts to finish his new Box. > > Am going to start with Mandrake 8.1. > > Am printing-out the manuals now. > > I've been lurking for some time, and am learning s

Re: Question

2001-12-28 Thread Mike Andrew
On Fri, 28 Dec 2001 17:28, Jer Scanlon wrote: > Very obviously a newby, waiting for parts to finish his new Box. > Am going to start with Mandrake 8.1. welcome to this wonderful mailing list. -- http://linux.nf -- [EMAIL PROTECTED] _ Do

Re: Question

2001-12-28 Thread kwall
On December 28, Jer Scanlon enlightened our ignorance thusly: > Very obviously a newby, waiting for parts to finish his new Box. > Am going to start with Mandrake 8.1. > Am printing-out the manuals now. > I've been lurking for some time, and am learning some of the linux lingo. > > But, SxS.S

Re: Question

2001-12-27 Thread Vern W Heesch
On Thursday 27 December 2001 09:58 pm, you wrote: > Very obviously a newby, waiting for parts to finish his new Box. > Am going to start with Mandrake 8.1. > Am printing-out the manuals now. > I've been lurking for some time, and am learning some of the linux lingo. > > But, SxS.Sox vs Sonics?

Question

2001-12-27 Thread Jer Scanlon
Very obviously a newby, waiting for parts to finish his new Box. Am going to start with Mandrake 8.1. Am printing-out the manuals now. I've been lurking for some time, and am learning some of the linux lingo. But, SxS.Sox vs Sonics? Be a very strange game. Jer --- Outgoing mail is certif

Re: Ok... so its a stupid question

2001-12-27 Thread Ted Ozolins
On Thursday 27 December 2001 05:55 am, you wrote: > > > Previously, David Aikema chose to write: > > mouse usb->ps2 ps2->serial > > > No cigar. > > The fly in this ointment is that no two ps2->serial adaptors are born > equal. They are married to the mouse that they came with. There is no such >

Re: Ok... so its a stupid question

2001-12-27 Thread Mike Andrew
> > Previously, David Aikema chose to write: mouse usb->ps2 ps2->serial No cigar. The fly in this ointment is that no two ps2->serial adaptors are born equal. They are married to the mouse that they came with. There is no such thing as a 'generic' ps2->serial adaptor. The ps2->serial adapt

Re: Vi question: Graphics

2001-12-23 Thread BOF
Try :digraphs to see the various acsii codes and symbols. BOF Joel Hammer wrote: >Any vi users here? >I would like to use the [CNTRL]V sequence to add simple graphical thingees >like small boxes and circles to my text files. Is there a way to do this >with vi? I have checked out the as

Re: Dumb Question of the week

2001-12-23 Thread Keith Antoine
On Sun, 23 Dec 2001 16:06,stayler scribed: > Would you guys be able to point me to a good reference on major and > minor numbers for file systems. I'm p-laying with IDE CDROM and DVD > drives and COL is complaining about wrong major/minor numbers. They > are set to 1 1 just like my SCSI's. Sugg

Re: WP8 envelope question

2001-12-23 Thread Joel Hammer
OK. I will make it more ambitious. I will look into doing envelopes with several applications. This may take a couple of weeks. Joel On Sun, Dec 23, 2001 at 04:54:10PM +0100, Zoran wrote: > On Dec 22 Joel Hammer was heard saying: > > ->Do you really think this is worth a SxS? > ->Joel > ->> On De

Re: Dumb Question of the week

2001-12-23 Thread Dave Anselmi
Net Llama wrote: > --- stayler <[EMAIL PROTECTED]> wrote: > > Would you guys be able to point me to a good reference on major and > > minor numbers for file systems. I'm p-laying with IDE CDROM and DVD > > drives and COL is complaining about wrong major/minor numbers. They > > are set to 1 1 ju

Re: WP8 envelope question

2001-12-23 Thread Zoran
On Dec 22 Joel Hammer was heard saying: ->Do you really think this is worth a SxS? ->Joel ->> On Dec 21 Joel Hammer was heard saying: ->> ->> ->Well, I finally solved this vexing problem, without having to tinker with ^^ *** You gave the answer alrea

Re: Dumb Question of the week

2001-12-23 Thread Jay Nugent
Greetings, On Sat, 22 Dec 2001, stayler wrote: > Would you guys be able to point me to a good reference on major and > minor numbers for file systems. I'm p-laying with IDE CDROM and DVD > drives and COL is complaining about wrong major/minor numbers. They > are set to 1 1 just like my SCSI's.

Re: Vi question: Graphics

2001-12-23 Thread Bill Campbell
On Sun, Dec 23, 2001 at 02:47:56AM -0500, Joel Hammer wrote: >Any vi users here? >I would like to use the [CNTRL]V sequence to add simple graphical thingees >like small boxes and circles to my text files. Is there a way to do this >with vi? I have checked out the ascii and iso-8859 pages, and I do

Vi question: Graphics

2001-12-22 Thread Joel Hammer
Any vi users here? I would like to use the [CNTRL]V sequence to add simple graphical thingees like small boxes and circles to my text files. Is there a way to do this with vi? I have checked out the ascii and iso-8859 pages, and I don't see any graphical thinges in those ascii codes. Thanks, Joel

Re: Dumb Question of the week

2001-12-22 Thread Net Llama
--- stayler <[EMAIL PROTECTED]> wrote: > Would you guys be able to point me to a good reference on major and > minor numbers for file systems. I'm p-laying with IDE CDROM and DVD > drives and COL is complaining about wrong major/minor numbers. They > are set to 1 1 just like my SCSI's. Suggest

Dumb Question of the week

2001-12-22 Thread stayler
Would you guys be able to point me to a good reference on major and minor numbers for file systems. I'm p-laying with IDE CDROM and DVD drives and COL is complaining about wrong major/minor numbers. They are set to 1 1 just like my SCSI's. Suggestions? stayler

Fwd: Re: Ok... so its a stupid question

2001-12-22 Thread David Aikema
This initally didn't seem to make it through so I'm attempting to repost. -- Forwarded Message -- Subject: Re: Ok... so its a stupid question Date: Fri, 21 Dec 2001 22:14:33 -0800 From: David Aikema <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] On December 21, 20

Re: WP8 envelope question

2001-12-22 Thread Joel Hammer
Do you really think this is worth a SxS? Joel > On Dec 21 Joel Hammer was heard saying: > > ->Well, I finally solved this vexing problem, without having to tinker with > ->the postscript code. > ->To move the text on the envelope over to the right side of the printer, in > ->the envelope definit

Re: WP8 envelope question

2001-12-22 Thread Zoran
On Dec 21 Joel Hammer was heard saying: ->Well, I finally solved this vexing problem, without having to tinker with ->the postscript code. ->To move the text on the envelope over to the right side of the printer, in ->the envelope definition, move the text up with the TOP adjustment 4.375 inches.

Re: Ok... so its a stupid question

2001-12-21 Thread Ronnie Gauthier
I have one on a box that runs col2.3, works fine. On Saturday 22 December 2001 04:20, Ted Ozolins wrote: > On Friday 21 December 2001 06:41 pm, Tim Wunder wrote: > > Previously, David Aikema chose to write: > > > 2. Would an optical mouse get enough electro-juice via the serial port > > > to enab

Re: Ok... so its a stupid question

2001-12-21 Thread Ted Ozolins
On Friday 21 December 2001 06:41 pm, Tim Wunder wrote: > Previously, David Aikema chose to write: > > 2. Would an optical mouse get enough electro-juice via the serial port to > > enable it to work... or are the ps2 and usb ports capable of powering > > more demanding devices? Why not just get a

Re: WP8 envelope question

2001-12-21 Thread Joel Hammer
Well, I finally solved this vexing problem, without having to tinker with the postscript code. To move the text on the envelope over to the right side of the printer, in the envelope definition, move the text up with the TOP adjustment 4.375 inches. Joel On Fri, Dec 21, 2001 at 01:09:25PM -0500,

  1   2   3   >