Re: (OT) Perl books

2001-06-28 Thread Michael Merten
>Jay Latham > >Beer is proof God loves us and >wants us to be happy! > > Benjamin Franklin > Jay, I got really good results from the Perl CD Bookshelf. It's worth every extra penny to have the (fully indexed) resources of 6 perl books available at the click of a brow

Re: Sound testing

2000-09-24 Thread Michael Merten
k with a pair of cheapo amplified speakers. As I said, this is on a new motherboard, not a Soundblaster card, so your results may vary. > >Any idea which of these is the one to use? > >Regards >Tim > HTH, Mike -- Michael Merten <[EMAIL PROTECTED]> System Support Engineer Ra

Re: elvis - missing rhs

1999-08-20 Thread Michael Merten
ne needs another parameter. I could be wrong about this, but if you search the elvis help file for rhs, you'll find the term used in their syntax examples for 'right hand side'. Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten <[EMAIL P

Re: Mail-question; Quick One!

1999-08-17 Thread Michael Merten
other words, there are several permutations possible, but I think > you've got the general gist of what's going on. > You could dispense with the fetchmail part if you can get your isp to set up an MX record for you, then they'll deliver directly to exim with smtp. Mike [Priv

Re: [Summary] UPS anyone?

1999-08-17 Thread Michael Merten
'll also tend to cause corrosion on surrounding equipment. It's much safer to use gel-cells. Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten <[EMAIL PROTECTED]> ---> Debian GNU/Linux Fan -- http://www.debian.org ---> C

Re: strange pppd question

1999-08-17 Thread Michael Merten
but I don't see how to do it > ... > > Any ideas? Am I re-inventing a wheel? Well, one kinda round-about way would be to write a script that could 'signal' your daemon and put it in the /etc/ppp/ip-up.d directory. I don't think ip-up is run until after pppd has co

Re: Problems compiling Citadel/UX

1999-08-16 Thread Michael Merten
On Mon, Aug 16, 1999 at 12:49:55AM -0500, Eric Gillespie, Jr. wrote: > On Sun, Aug 15, 1999 at 11:43:27PM -0500, > Michael Merten <[EMAIL PROTECTED]> wrote: > > > > static FILE *fi = stdin; /* Input file */ > > static FILE *fo = stdout; /* Output file

Re: Problems compiling Citadel/UX

1999-08-16 Thread Michael Merten
mail welcome, but no need to CC: me on list replies.] -- Michael Merten <[EMAIL PROTECTED]> ---> Debian GNU/Linux Fan -- http://www.debian.org ---> CenLA-LUG Founder -- http://www.angelfire.com/la2/cenlalug -- When you are about to die, a wombat is bett

Re: Problems compiling Citadel/UX

1999-08-16 Thread Michael Merten
I think the -Wall flag could be what stops it. Why don't you post the > beginning of the base64.c code up to the lines in question (26 & 27), > so a better determination, and possible fix can be suggested. > > On Sun, Aug 15, 1999 at 11:03:14PM -0500, Michael Merten wrot

Problems compiling Citadel/UX

1999-08-16 Thread Michael Merten
o start looking? TIA, Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten <[EMAIL PROTECTED]> ---> Debian GNU/Linux Fan -- http://www.debian.org ---> CenLA-LUG Founder -- http://www.angelfire.com/la2/cenlalug -- "Only a virtuo

application in search of a developer

1999-08-12 Thread Michael Merten
nterested, e-mail me at [EMAIL PROTECTED] I'm subscribed to debian-user, but not to debian-devel. I don't have any place to put the package that's publicly accessible, but I'll be happy to e-mail a copy to anybody that wants one. TIA, Mike -- Michael Merten <[EMAIL PR

Re: script to remove blank lines ?

1999-08-10 Thread Michael Merten
> ', IIRC. Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten <[EMAIL PROTECTED]> ---> Debian GNU/Linux Fan -- http://www.debian.org ---> CenLA-LUG Founder -- http://www.angelfire.com/la2/cenlalug -- Driving in Te

Re: Shell scripts

1999-08-09 Thread Michael Merten
On Mon, Aug 09, 1999 at 07:10:31PM +0200, Jonas Steverud wrote: > Michael Merten <[EMAIL PROTECTED]> writes: > > > I've written a rather elaborate shell script and was wondering... > > are there any script guru's out there with the time and the > > inclin

Shell scripts

1999-08-09 Thread Michael Merten
ivate mail welcome, but no need to CC: me on list replies.] -- Michael Merten <[EMAIL PROTECTED]> ---> Debian GNU/Linux Fan -- http://www.debian.org ---> CenLA-LUG Founder -- http://www.angelfire.com/la2/cenlalug -- "Multiple exclamation marks are a s

Re: Java 'n' Netscape

1999-08-06 Thread Michael Merten
x27;. Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten ---> E-Mail: [EMAIL PROTECTED] ---> NRA Life Member -- http://www.nra.org ---> Debian GNU/Linux Fan -- http://www.debian.org ---> CenLA-LUG Founder -

Re: mirroring a part of the archive

1999-08-06 Thread Michael Merten
;s the best way to do that ? Definitely, check out rsync. (If you grab binary-i386 using rsync's -L flag, you won't need binary-all) Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten ---> E-Mail: [EMAIL PROTECTED] ---

Re: Backing up just my personal stuff (was: backing up a complet

1999-08-06 Thread Michael Merten
#x27; (preferably with the option `--ask'; you can then even get a > description of new packages which aren't yet installed on your > system). > I wrote a script to do what he wants. If anybody would be interested in giving it a try, I'd be more than happy to send yo

Re: bash manual/info lacks examples

1999-08-05 Thread Michael Merten
was a SCO admin, but since then, I've only had access to Linux. Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten ---> E-Mail: [EMAIL PROTECTED] ---> NRA Life Member -- http://www.nra.org ---> Debian GNU/Linux Fan -- h

Re: bash manual/info lacks examples

1999-08-05 Thread Michael Merten
es in the expression after `expr' are > required. > I stand corrected :) It's been a LONG time since I've use the authentic one-and-only Bourne shell. How many Bourne shell clones do we have floating around here these days? Mike [Private mail welcome, but no need to CC: me

Re: bash manual/info lacks examples

1999-08-05 Thread Michael Merten
nsure compatibility with Bourne shells like ash, you should stick to: a=$(($b+$c*$d)) a=$((($b+$c)*$d)) HTH, Mike [Private mail welcome, but no need to CC: me on list replies.] hehe... the random sig hits again! -- Michael Merten ---> E-Mail: [EMAIL PROTECTED] ---> N

Re: Backing up just my personal stuff (was: backing up a complete Debian GNU/Linux system)

1999-08-05 Thread Michael Merten
e packages from apt into the correct directories of my mirror. I can send it to you if you want, but I do not guarantee it to work. Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten ---> E-Mail: [EMAIL PROTECTED] ---> NRA Li

Re: Backing up just my personal stuff (was: backing up a complete Debian GNU/Linux system)

1999-08-05 Thread Michael Merten
On Wed, Aug 04, 1999 at 09:52:11PM -0700, George Bonser wrote: > On Wed, 4 Aug 1999, Michael Merten wrote: > > > /var is 65Mb > > You will likely want to exclude /var/lock and /var/run and possibly > /var/state > > No need to restore pid and lock files for

Re: Backing up just my personal stuff (was: backing up a complete Debian GNU/Linux system)

1999-08-05 Thread Michael Merten
of Debian) /var is 65Mb To back them up (excluding my mirror) would take less than 250Mb. Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten ---> E-Mail: [EMAIL PROTECTED] ---> NRA Life Member -- http://www.nra.org -

Re: How to escape this for the bash shell...

1999-08-04 Thread Michael Merten
cape sequences, but what key would produce ?[4~ ... the closest I can find is PgDn which produces ^[[4~. Is there a table/chart/listing of these somewhere for a linux term? Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten ---> E-Mail: [EM

Re: How to escape this for the bash shell...

1999-08-04 Thread Michael Merten
I'd just enclose the filename in single quotes like rm '' which should prevent shell interpretation of the ~,? and [ characters. Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten ---> E-Mail: [EMAIL PROTECTED]

Re: backing up a complete Debian GNU/Linux system

1999-08-04 Thread Michael Merten
in the $600 range, but that's been a while (surely they've come down since then?) As far as the backup sofware goes, I can't help you there... I always used cpio ;/ Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten ---

Re: Bad Makedevness

1999-08-03 Thread Michael Merten
ll, which version of makedev does this affect? I have 2.3.1-26 installed, and am not experiencing problems. Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten ---> E-Mail: [EMAIL PROTECTED] ---> NRA Life Member -- http://www.nra.org

Re: Initial thoughts about Debian 2.1 (and I need some help!)

1999-08-01 Thread Michael Merten
splay at the login prompt. It displays the new Debian logo (the potato version does, anyway) along with some system information, effectively clearing the screen when you log out. Also, if you are using the bash shell, you could create a ~/.bash_logout file and include a 'clear' co

Re: thank you

1999-07-30 Thread Michael Merten
. > > Michele A. Banza > Access Data Consulting > 1-888-878-2322 > Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten ---> E-Mail: [EMAIL PROTECTED] ---> NRA Life Member -- http://www.nra.org ---> Debian

Re: dselect dconfusion

1999-07-28 Thread Michael Merten
ed up again, remember to hit 'X' from the package screen (if I'm not totally mistaken, it'll reset everything back to the way it was when you started dselect, effectively giving you the chance to start over.) HTH, Mike [Private mail welcome, but no need to CC: me on list replies.]

Re: Getting Realtek8139 chipset network card to work

1999-07-28 Thread Michael Merten
gt; Could someone tell me which option should I pick up ? > CONFIG_RTL8139=m It's under 'Network Device Support', 'Ethernet (10 or 100Mbit)', 'RealTek 8129/8139 (not 8019/8029!) support' when using the 'make menuconfig' option, atleast. HTH, Mike

Re: fetchmail / sendmail problem

1999-07-27 Thread Michael Merten
, but no need to CC: me on list replies.] -- Michael Merten -- [EMAIL PROTECTED] ---> NRA Life Member -- http://www.nra.org ---> Debian GNU/Linux Fan -- http://www.debian.org ---> CenLA-LUG Founder -- http://www.angelfire.com/la2/cenlalug -- "The history of li

Re: startx-errors: Where is the log file?

1999-07-27 Thread Michael Merten
that to something like: ical & xterm & exec wmaker and make sure .xsession is executable, then try it again. HTH, Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten -- [EMAIL PROTECTED] ---> NRA Life Member -- http://www.nra.

Re: Haunting still... (need PPP help)

1999-07-26 Thread Michael Merten
supplied examples to get it working right). It was overkill for a 4 machine network, and I've since removed it in favor of editing /etc/hosts on each of the machines. Over all, I'd have to say I'm NOT a bind expert :/ Mike [Private mail welcome, but no need to CC: me on list replies

Re: [Fwd: Lynx Problems]

1999-07-25 Thread Michael Merten
On Sun, Jul 25, 1999 at 02:08:01PM -0700, eg wrote: > > > Michael Merten wrote: > > > On Thu, Jul 22, 1999 at 10:36:05AM +1000, Doug Young wrote: > > > now i understand the source of your problem. you are trying to use a > > > copy of lynx found on a

Re: Haunting still... (need PPP help)

1999-07-25 Thread Michael Merten
On Sun, Jul 25, 1999 at 07:03:49AM -0500, John Hasler wrote: > Michael Merten wrote: > > One pppd setting that I've started using is usepeerdns, which queries the > > remote end of your ppp link for the dns numbers to use. It takes care of > > modifying your resolv.c

Re: Haunting still... (need PPP help)

1999-07-25 Thread Michael Merten
On Sat, Jul 24, 1999 at 04:50:20PM -0500, Michael Merten wrote: > > One pppd setting that I've started using is usepeerdns, which > queries the remote end of your ppp link for the dns numbers to use. > It takes care of modifying your resolv.conf file for you. Oops, I should ha

Re: Haunting still... (need PPP help)

1999-07-24 Thread Michael Merten
. Try to ping 209.81.8.42 (www.debian.org) and see if that works. One pppd setting that I've started using is usepeerdns, which queries the remote end of your ppp link for the dns numbers to use. It takes care of modifying your resolv.conf file for you. Mike [Private mail welcom

Re: Setting email message width in mutt

1999-07-24 Thread Michael Merten
7;t know if this particular syntax would work for vim, but the man page should tell you. I set it up this way because I only want word wrapping set on (by default) for email messages. HTH, Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten -- [EMAIL PROT

Re: Occasional Error

1999-07-22 Thread Michael Merten
t of my > way to run it, and ps isn't identifying an exim operation. I don't find > any exim references in my scripts either. > Could it be coming from an exim script in /etc/ppp/ip-up.d ?? Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Mert

dselect help for beginners

1999-07-22 Thread Michael Merten
'look in /usr/doc/dpkg' than to say 'check out http://ftp.debian.org/debian/ dists/potato/main/disks-i386/current'. Any thoughts? Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten -- [EMAIL PROTECTED] ---> NRA Life Membe

Re: Lynx Problems

1999-07-22 Thread Michael Merten
figuration is not working correctly. If, on the other hand, it works ok, try 'lynx www.debian.org'. Let us know the results of both, so we can figure out which way to take it further. Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten -- [EMAIL PR

Re: X server for crappy Packard Hell machine

1999-07-22 Thread Michael Merten
al chipsets used. It comes in really handy with the older ones where documentation no longer exists. HTH, Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten -- [EMAIL PROTECTED] ---> NRA Life Member -- http://www.nra.org ---> Debian GNU/

Re: Suggestion for Newbie Guide Lines

1999-07-22 Thread Michael Merten
st does that... send you a FAQ with the 'you are subscribed' notice. Good idea. Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten -- [EMAIL PROTECTED] ---> NRA Life Member -- http://www.nra.org ---> Debian GNU/Linux

Re: [Fwd: Lynx Problems]

1999-07-22 Thread Michael Merten
in fact There may be a 'linx' program that he's talking about, but I've never heard of it. As far as 'lynx' goes, this info is bogus. Mike -- [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten -- [EMAIL PROTECTED] ---> NRA Li

Re: Debian Install woes..

1999-07-21 Thread Michael Merten
t the apt method. As far as your current problem, you can try running dselect-install again (sometimes it takes several passes to get everything worked out right). HTH, Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten -- [EMAIL PROTECTED] ---> N

Re: Good HTML editor for debian Linux?

1999-07-21 Thread Michael Merten
ya and august. I tried the briefly, but I prefer to us vi(elvis) which does html syntax hi-lighting. :) Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten -- [EMAIL PROTECTED] ---> NRA Life Member -- http://www.nra.org ---> Debian GN

Re: Iwill scsi 2935uw

1999-07-20 Thread Michael Merten
omeone could throw it into an install kernel for me. > > Thanks.. Please don't send 50K attachments to the list. thanks. Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten -- [EMAIL PROTECTED] ---> NRA Life Member -- http://www.nra

Re: the dselect debate

1999-07-20 Thread Michael Merten
About the only thing I can help you with here is the location of the source code. If you have apt installed, then running apt-get source dpkg will fix you right up. I looked at it, but there's not much I can do (not C/C++ programmer). Mike [Private mail welcome, but no need to

Re: Diald auth problem

1999-07-20 Thread Michael Merten
remember the name). You can add a line like: ppp-options noauth to pass additional options to pppd. Like I say, it's been a long time, so you might want to 'man diald' to make sure I got that right. Anyway, that should point you in the right direction. HTH, Mike

Re: Suggestion for Newbie Guide Lines

1999-07-20 Thread Michael Merten
the archives when needed). Mike -- [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten -- [EMAIL PROTECTED] ---> NRA Life Member -- http://www.nra.org ---> Debian GNU/Linux Fan -- http://www.debian.org ---> CenLA-LUG Founder -- http

Re: why so much hate?

1999-07-19 Thread Michael Merten
On Mon, Jul 19, 1999 at 11:32:04PM +1000, Jason Carley wrote: > Michael Merten wrote: > > > On Mon, Jul 19, 1999 at 04:31:16PM +1000, Carley, Jason (Australia) wrote: > > > I think that is a little harsh. I totally agree that everyone should read > > > the docs. Ho

Re: Setup Issues

1999-07-19 Thread Michael Merten
ed. Check to make sure you have DNS addresses set up in /etc/resolv.conf. (man resolv.conf) Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten -- [EMAIL PROTECTED] ---> NRA Life Member -- http://www.nra.org ---> Debian GNU/Linux Fan -- h

Re: why so much hate?

1999-07-19 Thread Michael Merten
to remember, and that's the '?'. Everything else follows from there. (sorry for the rant, but this is getting kinda old) Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten -- [EMAIL PROTECTED] ---> NRA Life Member -- http://www.n

Re: Bootup logo

1999-07-19 Thread Michael Merten
t now displays the swirl. Mike [Private mail welcome, but no need to CC: me on list replies.] -- Michael Merten -- [EMAIL PROTECTED] ---> NRA Life Member -- http://www.nra.org ---> Debian GNU/Linux Fan -- http://www.debian.org ---> CenLA-LUG Founder -- http:/

Re: Back Again - CDRom

1999-07-17 Thread Michael Merten
hdb *is* your cdrom. If it ain't, edit appropriately) HTH, Mike [I'm subscribed to the list, no need to CC: me on replys.] -- Michael Merten ([EMAIL PROTECTED]) ---> NRA Life Member (http://www.nra.org) ---> Debian GNU/Linux Fan (http://www.debian.org) -

Re: Linux LAN probs - a shaggy dog story?

1999-07-17 Thread Michael Merten
On a correctly wired cable, I've never noticed electrical interference problems. Most store-bought cables I've used are wired incorrectly. HTH, Mike [I'm subscribed to the list, no need to CC: me on replys.] -- Michael Merten ([EMAIL PROTECTED]) ---> NRA Life Member (ht

Re: Linux LAN probs - a shaggy dog story?

1999-07-17 Thread Michael Merten
hrough and work everywhere else. But for some reason, > although I get > a link, no packets go through with anything other than short yellow in the > basement and > big yellow up here ugh hmmm... what kind of network are you using? Mike [I'm subscribed to the list, no need t

Re: plog and wvdial output

1999-07-16 Thread Michael Merten
OTECTED] Can't help you with this one. > > If anyone can make sense of this, it would sure be > appreciated. If you need any other info, please let > me know. > > Thanks, > > --David > HTH, Mike [I'm subscribed to the list, no need to CC: me on replys.]

Re: M$CHAP with PPP

1999-07-16 Thread Michael Merten
On Fri, Jul 16, 1999 at 12:11:32PM +1000, Damon Muller wrote: > > On Wed, 14 Jul 1999 10:52:20 -0500 > Michael Merten <[EMAIL PROTECTED]> wrote: > > > The NT server I'm trying to connect to is definitely using the > > M$CRAP^H^H^HHAP mentioned in one of the do

Re: Potato upgrade and Perl warnings...

1999-07-16 Thread Michael Merten
On Thu, Jul 15, 1999 at 04:29:47PM -0700, Bob Nielsen wrote: > On Thu, Jul 15, 1999 at 05:08:47PM -0500, Michael Merten wrote: > > On Thu, Jul 15, 1999 at 05:15:29PM +0100, Phillip Deackes wrote: > > > Bob Nielsen <[EMAIL PROTECTED]> wrote: > > > => >

Re: Potato upgrade and Perl warnings...

1999-07-15 Thread Michael Merten
On Thu, Jul 15, 1999 at 04:20:49PM -0600, Jason Gunthorpe wrote: > > On Thu, 15 Jul 1999, Michael Merten wrote: > > > I'm too paranoid to use apt-get upgrade... at least with dselect you > > actually get so see *which* packages are getting upgraded/removed/etc. > &g

Re: Potato upgrade and Perl warnings...

1999-07-15 Thread Michael Merten
ere appears to be no way to explicitly 'hold' a package... was that intentional, or an oversight? Mike [I'm subscribed to the list, no need to CC: me on replys.] -- Michael Merten ([EMAIL PROTECTED]) ---> NRA Life Member (http://www.nra.org) --->

Re: fw: Fetchmail problems

1999-07-15 Thread Michael Merten
on the list can kick in here with more info. [I'm subscribed to the list, no need to CC: me on replys.] Mike -- Michael Merten ([EMAIL PROTECTED]) ---> NRA Life Member (http://www.nra.org) ---> Debian GNU/Linux Fan (http://www.debian.org) ---> CenLA-LUG

Re: rsync mirror

1999-07-15 Thread Michael Merten
On Thu, Jul 15, 1999 at 09:41:33AM +1000, Matthew Dalton wrote: > Then share it with us, so that we may all be better off for it. > > Michael Merten wrote: > > > > On Wed, Jul 14, 1999 at 12:19:58AM -0700, George Bonser wrote: > > > On Tue, 13 Jul 1999, Michael

Re: Fetch mail problems

1999-07-14 Thread Michael Merten
job (or ip-up.d script, if your system is on a dial-up) and set up a procmail filter for that user to forward the mail to the correct account based on the To: (or some other appropriate) header. HTH, Mike -- Michael Merten ([EMAIL PROTECTED]) ---> NRA Life Member (http://ww

Re: Wierd subject names in mutt

1999-07-14 Thread Michael Merten
lists setting in my .muttrc without problems. All it does AFAIK is allow you to use L to reply to the list instead of the original sender. I may be wrong. Mike -- Michael Merten ([EMAIL PROTECTED]) ---> NRA Life Member (http://www.nra.org) ---> Debian GNU/Linux Fan

Re: .bash_history

1999-07-14 Thread Michael Merten
; first show ls, then mutt and then top? > > man bash > export HISTCONTROL=ignoredups > Thanks for that one! Now I'm wondering why that wouldn't be the default case... -- Michael Merten ([EMAIL PROTECTED]) ---> NRA Life Member (http://www.nra.org) --

Re: M$CHAP with PPP

1999-07-14 Thread Michael Merten
the standard CHAP). To date I still haven't managed to get this to work. Mike -- Michael Merten ([EMAIL PROTECTED]) ---> NRA Life Member (http://www.nra.org) ---> Debian GNU/Linux Fan (http://www.debian.org) ---> CenLA-LUG Founder (http://www.angelfire.com/

Re: rsync mirror

1999-07-14 Thread Michael Merten
On Wed, Jul 14, 1999 at 12:19:58AM -0700, George Bonser wrote: > On Tue, 13 Jul 1999, Michael Merten wrote: > > > Hi, > > > > I'm trying to locate a debian mirror in the US that allows rsync access. > > Does anybody know of one? > > Well, give me an e

Re: rsync mirror

1999-07-14 Thread Michael Merten
On Tue, Jul 13, 1999 at 10:32:07PM -0500, Michael Merten wrote: > Hi, > > I'm trying to locate a debian mirror in the US that allows rsync access. > Does anybody know of one? > Uhh, never mind. I got it figured out. ;/ Mike -- Michael Merten ([EMAIL PROTECTED])

rsync mirror

1999-07-14 Thread Michael Merten
Hi, I'm trying to locate a debian mirror in the US that allows rsync access. Does anybody know of one? TIA, Mike -- Michael Merten ([EMAIL PROTECTED]) ---> NRA Life Member (http://www.nra.org) ---> Debian GNU/Linux Fan (http://www.debian.org) ---

Re: M$CHAP with PPP

1999-07-12 Thread Michael Merten
NECT \d\c I'm at a loss to figure out anything else to do. I have logged in using Win dial-up, so I know the username/password/ntdomain are correct. Any ideas? Mike -- Michael Merten ([EMAIL PROTECTED]) ---> NRA Life Member (http://www.nra.org) ---> Debian

Re: sndconfig.rpm to .deb question

1999-07-12 Thread Michael Merten
npconfig' script that could read a pnpdump file and build a menu of options for generating a proper isapnp.conf file (something like what pppconfig does for ppp). Hopefully, one of those script (or perl) wizards out there will get time to tackle this one day. Mike -- Michael Merten ([EMAI

Re: un-umount-able hd and irqs of pci

1999-07-12 Thread Michael Merten
On Mon, Jul 12, 1999 at 07:31:01PM +0100, Peter Allen wrote: > Michael Merten wrote: > > > > On Mon, Jul 12, 1999 at 02:50:10PM +0100, Peter Allen wrote: > > > Two questions, > > [snip] > > > Second, I cannot remmember how to change the interrupt request o

Re: fetchmail woes

1999-07-12 Thread Michael Merten
after chown 0710 I get ^ Use chmod instead? > > rhino:~# ls -al .fetchmailrc > -rw-r--r-- 1 root root 164 Jul 12 15:51 .fetchmailrc > > What am I doing wrong? > > Mike -- Michael Merten ([EMAIL PROTECTED]) ---> NRA Life Memb

Re: un-umount-able hd and irqs of pci

1999-07-12 Thread Michael Merten
t time. You should be able to (in CMOS setup) tell the BIOS that certain interrupts are not available (used by isa cards). HTH, Mike -- Michael Merten ([EMAIL PROTECTED]) ---> NRA Life Member (http://www.nra.org) ---> Debian GNU/Linux Fan (http://www.debian.org

M$CHAP with PPP

1999-07-11 Thread Michael Merten
27;t worry about this, but I can access the internet through this server for free, if I can get it working. BTW, I'm using ppp 2.3.8. TIA, Mike -- Michael Merten ([EMAIL PROTECTED]) ---> NRA Life Member (http://www.nra.org) ---> Debian GNU/Linux Fan (http://www.debia

Re: user list

1999-07-09 Thread Michael Merten
999) print $0}' < /etc/passwd > > Thanks! Mike -- Michael Merten ([EMAIL PROTECTED]) ---> NRA Life Member (http://www.nra.org) ---> Debian GNU/Linux Fan (http://www.debian.org) ---> CenLA-LUG Founder (http://www.angelfire.com/la2/cenlalug) -

Re: user list

1999-07-09 Thread Michael Merten
On Thu, Jul 08, 1999 at 07:07:38PM -0500, Jens B. Jorgensen wrote: > sure there is! > > perl -e 'while (@F = getpwent()) {if ($F[2] > 1000) { print $F[0], "\n"; }}' > Thanks for that one! (One of these days I'll get around to learning Perl) Mi

user list

1999-07-08 Thread Michael Merten
Hi, Is there an easy way to get a list of all regular user ( UID > 1000 ) accounts on the system? I can't find the userls command I used to use on SCO. Mike -- Michael Merten <[EMAIL PROTECTED]> --> NRA Life Member (http://www.nra.org) --> Debian

Re: where do i find crypt ?

1999-07-08 Thread Michael Merten
p/ccc00945(.text+0xb83): undefined reference to `crypt' > > > > can anyone tell me please where/what package do i get the crypt function > > from ? > > Isn't that in libc6, folks? > > -- > Andrew > I think you need to toss in a -lcrypt (IIRC).

Re: Follow symlinks

1999-07-07 Thread Michael Merten
s in all symlinks getting flattened right out. Also eliminates the need for most (all?) of the exclude_patt specs. It works fine, but I don't know what kind of additional load I'm causing on the mirror site by not using the ls-lR.gz file. Mike -- Michael Merten <[EMAIL PROTEC

Re: Exim troubles

1999-07-07 Thread Michael Merten
main, but configure your mailer to NOT accept mail for that domain. I think I had to turn off the option to rewrite unqualified address as well... so if you send mail to it gets delivered locally, but if you send to @ispdomain it gets sent to the smarthost. However, I'm not sure how to do th

.xsession-errors file

1999-07-07 Thread Michael Merten
o I turn it off??? :) Mike -- Michael Merten <[EMAIL PROTECTED]> --> NRA Life Member (http://www.nra.org) --> Debian GNU/Linux Fan (http://www.debian.org) --> CenLA-LUG Member (http://www.angelfire.com/la2/cenlalug) -- Whenever one person is found adequate

Re: Just my opinion

1999-07-06 Thread Michael Merten
anpages should *at least* show the syntax and available options for the command. At that point, a reference to more thorough documentation would be acceptable. Mike -- Michael Merten <[EMAIL PROTECTED]> --> NRA Life Member (http://www.nra.org) --> Debian GNU/Linux Fa

Re: Just my opinion

1999-07-06 Thread Michael Merten
lengthy install to see if you missed anything that needs further configuring. (If this is already done, could somebody point me to it?) Mike -- Michael Merten <[EMAIL PROTECTED]> --> NRA Life Member (http://www.nra.org) --> Debian GNU/Linux Fan (http://www.debian.org) --> CenLA-LUG Member (http://www.angelfire.com/la2/cenlalug) -- "Nuclear war would really set back cable." - Ted Turner

Re: Fate strikes again

1999-07-06 Thread Michael Merten
That's an easy one to fix... Remove the xdm package. You will then start with a console login. Type startx to start X, and when you 'exit' you'll return to a console prompt. (note: CTRL-ALT-F1 will switch you from X to a console login prompt, and ALT-F7 will get you back to X)

Re: Debian install fails utterly

1999-07-06 Thread Michael Merten
ow that this works fine because I > did it on this machine just to make sure that there wasn't a hardware > problem. > > Anyway, now that I've come as close as humanly possible to creating pure > flamebait, would someone PLEASE tell me that "you're a complete idio

Re: dselect and vi

1999-07-06 Thread Michael Merten
ginal movement keys (h,j,k,l,u,m,etc). Check your term software... you might be able to use something a little better, like vt220 or vt320. If you're connecting from another linux or unix box, you might want to check out rlogin instead? Mike -- Michael Merten <[EMAIL PROTECTED]>

Re: dselect and vi

1999-07-06 Thread Michael Merten
ter of figuring out which questions to ask :) Mike Hmmm.. is my sig trying to tell me something? -- Michael Merten <[EMAIL PROTECTED]> --> NRA Life Member (http://www.nra.org) --> Debian GNU/Linux Fan (http://www.debian.org) --> CenLA-LUG Member (http://www.angelf

Re: Just my opinion

1999-07-05 Thread Michael Merten
p?'. That usually gets treated much better than 'I'm pissed off! Debian doesn't even do ! It's really WORTHLESS CRAP!'. Just *MY* $.02 Mike -- Michael Merten <[EMAIL PROTECTED]> --> NRA Life Member (http://www.nra.org) --> Debian

Re: Remove funny files

1999-07-05 Thread Michael Merten
On Mon, Jul 05, 1999 at 08:37:50PM +0100, Mark Brown wrote: > On Mon, Jul 05, 1999 at 01:49:55AM -0500, Michael Merten wrote: > > > Umm... wouldn't a simple > > >rm '--excude=files.txt' > > > work?? > > No. The problem is rm trying t

Re: E-mail for dummies - part 2

1999-07-05 Thread Michael Merten
SCII text, so I can print them out and read them off-line? (The purchasing tryman -t | lpr to print a manpage to your printer. (man man gives more complete details). > of a notebook is still in the pipeline, so printing will have to do for now > :-) > > -- Hans Mike

Re: Remove funny files

1999-07-05 Thread Michael Merten
On Mon, Jul 05, 1999 at 07:22:05AM +, Dan wrote: > Whats "excude"? > > >On Mon, 5 Jul 1999, Michael Merten wrote: > > > > > Umm... wouldn't a simple > > > > > >rm '--excude=files.txt' > > > > > > wor

Re: Remove funny files

1999-07-05 Thread Michael Merten
:-) > > - * Linux - a more stable way to live * - > > -- > Mvh Rolf Edlund > Tel:070-3049194 > Umm... wouldn't a simple rm '--excude=files.txt' work?? Mike -- Michael Merten <[EMAIL PROTECTED]> --> NRA Life Member (http://ww

Re: How to disable prompt "erase downloaded debs"

1999-07-05 Thread Michael Merten
ressing enter and nuking > hundreds of megs! what can i do?? > > bb man apt.conf HTH, Mike -- Michael Merten <[EMAIL PROTECTED]> --> NRA Life Member (http://www.nra.org) --> Debian GNU/Linux Fan (http://www.debian.org) --> CenLA-LUG Member (http

Re: X won't start

1999-07-02 Thread Michael Merten
u might have to reconfigure. > > Hope this helps. > > Gerald > Um... I noticed it detected only 512k ram. You are specifying 1024x768 at 16bpp color depth... are you sure there's enough memory for it? I've got 1024k vidram, and at 16bpp, all I can get is 800x600. T

Re: still configuring PPP :-(

1999-06-29 Thread Michael Merten
hange your setup in Win if you do this) I don't have my original isapnp.conf file, but I can help you get one set up if that's the way you want to go. Like I said, I'm jumping in late here, so you can ignore this post if you're already past this point. HTH, Mike -- Michael

Re: A stylistic question?

1999-06-28 Thread Michael Merten
ry morning), and all system-wide scripts (like admin > stuff, or > useful scripts you might dream up) in /usr/local/bin. > > Just add your $HOME/bin to your path in .bash_profile or .bashrc > > Jack > > Actually, you can keep your local admin scripts in /usr/local/

  1   2   >