(OT) Not your usual e-mail from Ken...

2002-11-05 Thread Ken Ambrose
Howdy, all. A good friend of mine, and an excellent sysadmin, just got his job chopped; the BoD decided that three sysadmins for 140 users was too many, so now they're down to -one-, and he's looking. Regardless, my friend is well-versed in both 'doze and Linux (does his own kernel compiles, help

Re: Book on samba

2002-11-05 Thread Ken Ambrose
On Tue, 5 Nov 2002, Mark Glassberg wrote: > I need to recommend an entry level book on samba. Any suggestions, > positive or negative, would be appreciated. Well, the O'Reilly book, _Using Samba_, is decent, but one (big) complaint I have with the Samba books is that virtually none of them discus

An enjoyable little Halloween FoxTrot...

2002-10-31 Thread Ken Ambrose
http://images.ucomics.com/comics/ft/2002/ft021031.gif ___ gnhlug-discuss mailing list [EMAIL PROTECTED] http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss

2.5.41: wups!

2002-10-10 Thread Ken Ambrose
Hi, all. 2.5.41 has done what no other kernel, since my beginning of Linux (~ .97?) has done: my hard drive has corruption. I knew that 2.5 had some IDE issues, but from my reading, I'd come to conclude that most of them had been patched up in 2.5.30 or so, so I waited a while longer, and took t

Re: RH 8.0 Question

2002-10-07 Thread Ken Ambrose
Apparently, it ain't there. The way I do it (I'm in 7.x, but I don't see why it wouldn't work) is: 1) Kill my current window manager (eg. "killall sawfish") 2) Startup up the window manager I want ("nohup enlightenment&") 3) Save my session (Foot -> Programs -> Settings -> Session -> Save curren

OpenLDAP book?

2002-10-07 Thread Ken Ambrose
Hey, all. It appears to me that OpenLDAP has an almost complete dearth of dead-tree documentation. Is this true? Does anyone know of a reasonably good book that is still in print that I might be able to find? Just looking for implementation -- but preferably in English, as opposed to the stuff

DVDs and Debian.

2002-10-01 Thread Ken Ambrose
Howdy, all. Not that I would ever, ever, ever condone anything that might even be considered possibly illegitimate, but I'm wondering how the heck I'm supposed to play encrypted DVDs from Debian. I've downloaded Ogle and Xine, as well as libdvdcss, and: Ogle seems to see libdvdcss ("libdvdread: U

Debian install challenge...

2002-09-26 Thread Ken Ambrose
Okay, folks: I formatted my RH 7.3 system today, and installed Debian. Went to try a few installs, and a bunch of stuff (like, say, "man", fer Pete's sake) gets pissed because I can't install msttcorefonts. I know about the licensing bit, and MS taking them down from their site. Thus, the challe

Re: Sniffer detectors for Linux?

2002-09-19 Thread Ken Ambrose
On Thu, 19 Sep 2002, Michael O'Donnell wrote: > The article mentioned below indicates (to me, anyway) that > it might be harder than you think to detect all sniffers: > >http://www.linuxjournal.com/article.php?sid=6222 Hmmm. Valid point. I know a fair bit about low-level ethernet stuff, so

Re: connecting linux box to windows 2000 domain

2002-09-19 Thread Ken Ambrose
Howdy! Okay -- I'm not even sure what the MAC file is supposed to be, but let's set that aside for the moment. Until very recently, Samba absolutely required local user accounts to be in synch with the NT domain. However, now there is winbind. "Winbind... allows Windows NT domain users to appea

Re: Problems printing from RH-7.3 and OpenOffice-1.0.1

2002-09-16 Thread Ken Ambrose
On a couple of occasions, I've had CUPS give me -weird- output on the printers whereas either dumping the raw file, or using LPRng (or the like) worked fine. I'm going to go out on a limb here, and guess that OO _is_ doing something "bad" with the PS, and CUPS isn't handling it very well. Were I

Re: NIS, automounting, Solaris and headaches

2002-09-09 Thread Ken Ambrose
On Mon, 9 Sep 2002, Mark Komarinski wrote: > On Mon, Sep 09, 2002 at 12:28:32PM -0400, Derek D. Martin wrote: > > A few more questions. I'm getting closer to something that may work. > > > # auto.master > > /homes yp:auto.home > > Is this the contents of /etc/auto.master, or a YP ma

Re: smallest pingable device

2002-09-06 Thread Ken Ambrose
There are some -really- small IP/ethernet-aware embedded devices; I know that www.sensorsmag.com (located in lovely, scenic Peterborough) has reviewed them from time to time. Their new products editor, Melanie Martella ([EMAIL PROTECTED]) could probably offer assistance tracking them down, especi

SSH v2 sans password prompting...

2002-09-04 Thread Ken Ambrose
How do I get logged in to a remote host, via ssh, w/o password prompting, a la the rhosts file? I can do it with SSH v1, but v2 seems to give me some problems. I've plugged the public key into the authorized_keys file, but no dice. Any suggestions? Thanks, -Ken __

Re: NFS Question

2002-08-30 Thread Ken Ambrose
On Fri, 30 Aug 2002 [EMAIL PROTECTED] wrote: > Just FYI, IBM's EVMS and Sistina's LVM are two completely different > implementations of similar things. Both support snapshots, but only at the > device level -- you have to mount the snapshot as another filesystem to > access it. Not at all lik

Re: Networking [was Re: NFS Question]

2002-08-29 Thread Ken Ambrose
Speaking as an X-Cisco-ite, when we wanted to be -sure- that a given piece of equipment (Sun, PC, whatever) would be able to get on the network properly, we pegged duplex/speed at _both_ ends. Otherwise, while it wasn't all that often, you were asking for trouble. -Ken On Thu, 29 Aug 2002 [EMAI

Re: NFS Question

2002-08-29 Thread Ken Ambrose
On 29 Aug 2002, Kenneth E. Lussier wrote: > 1) If applications are mounted via NFS, and someone runs the > application, is the processor on the NFS server or the client system > used? (I'm pretty sure it's the client, but I was told different today, > so now I'm not sure..) Client. Though, of c

Re: Monitor question

2002-08-29 Thread Ken Ambrose
> Well, you certainly shouldn't say 'no thanks'! That panel takes an > analog input, so it shouldn't be difficult to get it to work. Holdonaminute. Time for me to go on a rant: I _love_ LCD panels. When they're in digital mode. IMHO, an LCD panel being driven with an anlog signal is worse tha

"dict" -- cool little snippet I saw on a GNOME list.

2002-08-28 Thread Ken Ambrose
Ever wanna know the definition of a word? Too darn lazy to fire up the browser? Then enjoy the below script, for all you command-line guys (and gal(s))... #!/bin/csh -f set word=$1 # lynx is a text-based browser # available free on the web/net. lynx -cfg=/dev/null -dump "http://www.dictionary

Re: Speaking of wireless

2002-08-27 Thread Ken Ambrose
IMHO, stay the hell away from Prism chipsets (eg. the Linksys cards). You have to play all sorts of games with re-compiling: - your kernel - PCMCIA stuff from Sourceforge - linux-wlan drivers None of this may necessary if you have a stock kernel -- they try to have stock binaries at the linux-wla

Re: Ethernet question

2002-08-27 Thread Ken Ambrose
On Tue, 27 Aug 2002 [EMAIL PROTECTED] wrote: > Ohh! Okay, I get it. So 100Mbit doesn't use 4 pair any more? > Then why they heck are we still spending all that money on 8-strand > cat 5? Cut the prices in half and waste half the amount resources :) "Any more" isn't quite right: it all dep

Re: Three-minute timeout during surfing?

2002-08-26 Thread Ken Ambrose
e see how that would correlate. (I'm going to give a go from a box with a "real" IP shortly, now that I think of it...) -Ken On Mon, 26 Aug 2002, Erik Price wrote: > > On Monday, August 26, 2002, at 03:09 AM, Ken Ambrose wrote: > > > Howdy, all. I just upgraded my bo

Three-minute timeout during surfing?

2002-08-25 Thread Ken Ambrose
Howdy, all. I just upgraded my boxen to RH 7.3, and suddenly my webmail (SquirrelMail) is taking three minutes just to bring up the login page. I double-checked my httpd.conf file, and HostnameLookups is set to off, so I don't -think- it's a reverse-DNS issue. I'm stumped. Below is a snippet f

Re: audio pain

2002-08-14 Thread Ken Ambrose
Your problem (and, frankly, the one regarding the user who couldn't get CDs to play without skipping) have almost nothing to do, IIRC, with the soundcard, per-se. Unless I'm -VERY- mistaken, the soundcard does *NOTHING* with the CD Audio except take the CD-ROM's line-out and point it to a speaker

LinuxWorld on CNBC...

2002-08-14 Thread Ken Ambrose
at 3:30. (It had been originally scheduled for 1:30, but they had "techincal difficulties". Kinda ironic, being that MS is affiliated with NBC. ;-) -Ken ___ gnhlug-discuss mailing list [EMAIL PROTECTED] http://mail.gnhlug.org/mailman/listinfo/gnhlu

Re: 'My favorite platform' debate (was: Rack Mount Servers)

2002-08-12 Thread Ken Ambrose
On Mon, 12 Aug 2002, Jerry Feldman wrote: > In Redmond's favor, any GUI is going to be somewhat of a memory hog. My first Amiga, the A-1000, a truly GUI/multitasking box, came stock with 256K RAM, and ran fine. I got the add'l 256K so I could have a RAM disk. ;-) In other words, a GUI doesn't

Re: Rack Mount Servers

2002-08-11 Thread Ken Ambrose
On Sun, 11 Aug 2002 [EMAIL PROTECTED] wrote: > I'm just tired of the limits of the x86 line640k,8gb.why don't manf > take into account that just because a 10Tb drive dosen't exist today, one > will exist with 6 or 8 months...and plan.no, that's too simple While I am in -no- way d

Gnome root window...

2002-08-09 Thread Ken Ambrose
Hey, folks: I wanna change my "wallpaper" from inside a script. Back in the olde days, I'd just fire up xv, and use the -root parameter. However, now with Gnome, I apparently also need Gnome to know that the root window has changed. The program ee has what seems would do the trick -- the "--roo