Re: Setting up sftp.

2002-05-02 Thread Pete Peterson
You can check $prompt in csh/tcsh-type shells or $PS1 in sh/bash-type shells. You could have the echo set up something like this: if [ "$PS1" != "" ]; then echo "your string goes here" ; fi -- pete peterson Teradyne, Inc.; 7 Technology Park Drive;

Re: Procmailrc rule question

2002-03-18 Thread Pete Peterson
rinted as normal characters. If you pipe the problems message and headers through "cat -v -t -e", do you see any funny characters? Another thing you which you probably realize already is that your filter will trigger on things like "sextant", "sextuplets", "pontoon

Re: wget -g on problem

2002-03-13 Thread Pete Peterson
t works fine for me. It looks like you neglected to quote the URL, so the wildcard expression "ftp://w.x.y.z/*.dat"; gets interpreted in the current shell context rather than the remote server context. -- pete peterson Teradyne, Inc. 7 Technology Park Drive

Re: need help on Sendmail

2002-03-07 Thread Pete Peterson
e=MTA') and comment out (put "dnl " at the start of the line) the DAEMON_OPTIONS line and generate a new sendmail.cf as described at the beginning of the .mc file. pete -- pete peterson Teradyne, Inc. 7 Technology Park Drive Westford, MA

Re: network selective packet loss

2002-03-06 Thread Pete Peterson
#x27;re > > using a mac on our private side network it can still connect just fine as > > if there was no packet loss what so ever. > > > > OK so anyone ever seen anything like this before? You didn't mention whether it mattered whether you specified the target mach

Re: Change file extension using bash (OT)

2002-02-12 Thread Pete Peterson
bash here. I try to create a script that would > change the extension of files in directory. I have files like > xxx.pc that I want a change to xxx.jpg, where xxx is numbers, in a directory. > How can I do that using bash? > > thanks for any help. > Reuben D.B. for oldname in *.pc

Re: GRUB and Windows problem

2002-01-08 Thread Pete Peterson
g of the windows disk which Linux should call "/dev/hda" and which you called "HD1". You should also include *ALL* of your grub.conf file, not just what you consider the "pertinent part". Offhand, it looks like the "Windows" stuff is pointing at the wrong d

Re: Sendmail Problems

2001-11-27 Thread Pete Peterson
oot@pc139 mail]# rpm -qa | grep sendmail > sendmail-cf-8.11.6-2.7.0 > sendmail-8.11.6-2.7.0 > [root@pc139 mail]# > > Any ideas? Anyone seen this one before? > > Thanks > > Bob You need to install the m4 rpm which will put m4 in /usr/bin/m4, which should be in your $PAT

Re: /etc/hosts.allow ssh : all

2001-05-01 Thread Pete Peterson
m connecting to hosts.allow. A cleanup routine expires these entries so they don't accumulate. By default, I don't allow anything but SMTP and web access from other than trusted static IPs/domains. pete peterson ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Printing over Samba

2001-04-30 Thread Pete Peterson
t;scrap it and hook up > a REAL printer to the linux box") are welcome > Thanks... > John Nope -- you don't have to give up; you should be able to make it work. I have my printers connected to the Linux box and print *TO* that *FROM* a Windoze box, but elsewhere, I'

Re: DNS names with "_"

2001-04-12 Thread Pete Peterson
and eliminate them from the hosts file and hence from the zone files. pete peterson > Date: Wed, 11 Apr 2001 16:34:21 -0400 (EDT) > From: David Brett <[EMAIL PROTECTED]> > To: Vidiot <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: DNS names

Re: Checking CD made from ISO images against MD5 sums

2001-04-04 Thread Pete Peterson
329956 | md5sum > 329956+0 records in > 329956+0 records out > fc9c2c23b02d2a35b75845530db81743 - > > Rob Fausey. Thanks! Although I had tried blocksizes of 512, 1024, 2048 and 4096, I was omitting the "count=" argument and getting bogus results. It worked fine once I included that as you suggeste

Checking CD made from ISO images against MD5 sums

2001-04-03 Thread Pete Peterson
earched all the archives I could find and didn't find a way to do that. I thought I should be able to use some "dd" incantation piped into "md5sum", but I couldn't seem to make it work. I probably have some problem with the blocking. Any suggestions? pete peter

Re: .forward file not working

2001-04-01 Thread Pete Peterson
uot; in /etc/smrsh. The usual scheme is to put a symlink to the "real" location in /etc/smrsh. e.g.: ln -s /usr/local/myprog /etc/smrsh/myprog You can read about this in the smrsh man page and also in /usr/share/doc/sendmail/README.smrsh

Re: Kernel Compile Error

2001-02-02 Thread Pete Peterson
> Date: Fri, 2 Feb 2001 14:35:43 -0500 (EST) > To: [EMAIL PROTECTED] > Subject: Kernel Compile Error > From: "Pete Peterson" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > > > OK -- this should be trivial, but I'm getting lost in all the makefi

Kernel Compile Error

2001-02-02 Thread Pete Peterson
ernels, but I remember it being straightforward and working fine. What obvious point am I missing here? pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL PROTECTED] or [EMAIL PROTECTED] +1-978-589-7478 (GenRad);

"host" command gives segfault in new BIND 8.2.3 RPM for RedHat 5.2

2001-01-30 Thread Pete Peterson
update, "host" worked normally. I don't remember what version that was, though it was Bind 8.x as opposed to the Bind 4.x that shipped with 5.2. This isn't a big deal -- I hope to replace this machine soon --- but it would be nice to know the cause, so any ideas

Re: Execute URL via Perl

2001-01-29 Thread Pete Peterson
s anyone know how I can connect and submit information to a secure server > via the command line? > > Or is there a Perl module I'm not aware of? Undoubtedly there's a Perl module somewhere, but I've used both lynx and cURL in Perl scripts and curl is also handy to

Re: FTP access; urgent

2001-01-25 Thread Pete Peterson
ftp from the machine to itself? pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL PROTECTED] or [EMAIL PROTECTED] +1-978-589-7478 (GenRad); +1-978-256-5829 (Home: Chelmsford, MA) +1-978-589-2088 (Closest FAX); +1

Sendmail ".forward" messages in log file

2000-12-10 Thread Pete Peterson
DON'T understand is why sendmail thinks there are .forward files. :-( Please respond to "[EMAIL PROTECTED]" as well as to list or my normal return address. I'm off from work for the rest of the year, using up vacation days, and I don't have a good interface for readin

How do I discover who "owns" a range of IP addresses

2000-10-06 Thread Pete Peterson
had done this with some kind of "whois" incantation, but my memory fails me; I can't figure out exactly what I did and reproduce the above result. Can you refresh my memory? pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033

Re: RH 7.0 MD5 sums

2000-09-27 Thread Pete Peterson
t.iso e34d12479366b8bee34a952e969f6c3b 7.0-i386-SRPMS.iso 626b7d18033e320c27c8cd58cc37a288 7.0-i386-disc1.iso c9899d398ca675c1e80a7bdb68d701bf 7.0-i386-disc2.iso cce425867c0130772cafd482c8a274da 7.0-i386-powertools.iso pete peterson GenRad, Inc. 7 Technology Park

Re: Possible list bug

2000-09-15 Thread Pete Peterson
the dot. It also works fine if you put a space BEFORE the dot. This isn't a list bug, it's the behavior specified in RFC821. pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL PROTECTED] or [EMAIL PROTECTED]

Re: simple way to list full path of files

2000-09-07 Thread pete peterson
How about: find fullpathtodirectory -print or find fullpathtodirectory -ls If that doesn't do it for you, maybe you could elaborate a bit on what exactly you need. pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886

Re: Finding & printing the longest line - thanks

2000-09-01 Thread Pete Peterson
;>) { if (($len = length($_)) > $lmax) { $lmax = $len; @longest =($_); } elsif ($len == $lmax) { push(@longest, $_); } } print @longest; Note that this scheme makes only one pass through the file in either case. pete pete peterson

RE: Problems with NFS-exporting CD's

2000-08-17 Thread Pete Peterson
Try something like "fuser -am /mnt/cdrom" "man fuser" will tell you some other possibly helpful options, such as -v, -u, -k and will also explain the letter-codes in the output. That usually allows me to figure out "busy" errors. pete peterson > Fro

Copying hidden files with cp

2000-07-07 Thread Pete Peterson
I would do cp .a* .b* ... .z* but that would be a pain to type. :) > Use cp .??* destination pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL PROTECTED] or [EMAIL PROTECTED] +1-978-589-7478 (GenRad); +

Re: Problems with NIS Linux server and either Solaris or SCO as client.

2000-06-13 Thread Pete Peterson
dHat 6.x boxen (his boss was a Micro$oft FUD brainwashed drone). It took us all of 5 minutes to prove him wrong. > I *really* need this. It should be easy! Really! :-) pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [

Re: Question about autofs and automount

2000-06-13 Thread Pete Peterson
ither because ftp.kernel.org:/pub/linux isn't publicly NFS-exported or because there's a firewall not allowing NFS through. Does that mount work if you try it manually? If not, the problem is not with automount, but with permissions between you and the target filesystem. Try it with a d

Can't make anonymous FTP work in RedHat 6.x

2000-06-07 Thread Pete Peterson
It seems like we have to be missing something simple here, but I can't think of what it might be. Can anyone help me save (regain?) my sanity? pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033

Seen any INEXPENSIVE Dual NICs?

2000-06-06 Thread Pete Peterson
c even *MADE* NICs, but I just checked out this one on their web site and found theirs is $375. Has anybody come across any INEXPENSIVE dual NICs? pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL PROTECTED] or [EMAIL PR

Re: pump and remote printing

2000-06-01 Thread Pete Peterson
If you want to allow printing from ANYWHERE (inside your firewall), you should be able to put just a line containing "+" in hosts.lpd. > Date: Wed, 31 May 2000 21:49:32 -0500 (CDT) > From: "Carey F. Cox" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: pump and remote printing > > > N

CDROM Disk Change Hallucinations in 'dmesg'

2000-05-31 Thread Pete Peterson
hree similarly configured 6.1 IDE machines and on both of the 6.2 SCSI machines? pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL PROTECTED] or [EMAIL PROTECTED] +1-978-589-7478 (GenRad); +1-978-256-5829 (Home: Chel

Re: x windows problem

2000-05-31 Thread Pete Peterson
m. When you login to Linux initially as root, root maintains ownership of the console, after you do the "su" and that's presumably why X11 didn't start, lacking permissions to the console. Let me know whether this solves your problem. pete peterson GenRad, Inc

Re: xntpd/ntpdate problem

2000-05-26 Thread Pete Peterson
> To: [EMAIL PROTECTED], [EMAIL PROTECTED] > From: Barnett Hsu <[EMAIL PROTECTED]> > Subject: Re: xntpd/ntpdate problem > > At 07:56 AM 5/24/2000 -0400, Pete Peterson wrote: > >You would find it enlightening to look at the invocation of ntpdate in > >

Re: world's first write-only language != FORTH

2000-05-24 Thread Pete Peterson
quot; is really a caret -- the other "^" things are CTRL characters. pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL PROTECTED] or [EMAIL PROTECTED] +1-978-589-7478 (GenRad); +1-978-256-5829 (Home:

Re: xntpd/ntpdate problem

2000-05-24 Thread Pete Peterson
n /var/log/messages. > > BUT if I run ntpdate in debug mode on the same servers, > then it appears to work (but that doesn't set the clock). > For example, "/usr/sbin/ntpdate -svd clepsydra.dec.com" > resulted in "step time server 204.123.2.5 offset 158.91

Re: Odd file / filesystem problems...

2000-05-24 Thread Pete Peterson
once things are working and you should do "/etc/rc.d/init.d/nfs reload" when you modify /etc/exports. pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL PROTECTED] or [EMAIL PROTECTED] +1-978-589-7478 (Gen

Re: Odd file / filesystem problems...

2000-05-23 Thread Pete Peterson
nd operating systems? In which direction are you doing the transfer. Which machine is locked up? Does "after the first one" mean that one is successfully transfered and the next transfer does the lockup? I've transferred >600 megabyte files (like ISO CD images) between Linux and

Re: digests truncated (semi OT)

2000-05-23 Thread Pete Peterson
I subscribe to the digest and don't recall ever seeing the particular phenomenon you describe. There **HAVE** been OTHER problems, primarily with delays in sending out the digest. For instance, for the previous couple weeks there have been long delays (over a week) in the delivery of the digest

slocate causes corruption? (was NFS,RPC problems...)

2000-05-23 Thread Pete Peterson
e fsck manually and correct numerous > filesystem errors. A subsequent reboot produced the following problems: pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL PROTECTED] or [EMAIL PROTECTED] +1-978-589-7478 (GenRad);

Bad FTP paths in RedHat Announcements

2000-05-21 Thread Pete Peterson
the "6.2" and "5.2" directories didn't exist at the path indicated. Shouldn't these paths be something like: "ftp://ftp.redhat.com/pub/redhat/updates/6.2//"? Were there previously some links that are now missing? pete peterson GenRad,

Re: sendmail filter rules??

2000-05-20 Thread pete peterson
ring the mail to your normal mailbox). By telling procmail to continue after doing the forward, you don't need an explicit rule to deliver the mail to your mailbox. pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL

Re: Question about ps

2000-05-20 Thread pete peterson
7;t? Specifically, I start up portsentry twice, once for > tcp and once for udp. After a while, instead of ps showing the command I > used to start it, it will display as "[portsentry]" and I can't figure > out why. pete peterson GenRad, Inc. 7 Tec

redhat-digest appears severely broken (explanations from RedHat?)

2000-05-19 Thread Pete Peterson
n? Are the non-digest messages being delayed also? Has RedHat switched to using Micro$oft "Active Message Digest" for list distribution? :-) Oh -- and if you reply, please send me a direct copy or I won't see it for a long time! :-( pete peterson GenRad, Inc.

Re: OT: help w/ sed

2000-05-19 Thread Pete Peterson
the file with vi, Emacs, or whatever your favorite editor might be, insert the newline and that warning will go away. pete pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL PROTECTED] or [EMAIL PROTECTED]

Re: restricting access

2000-05-18 Thread Pete Peterson
Since I can set the Ethernet address to anything I like with 'ifconfig' options (ifconfig eth0 hw ether 11:22:33:44:55:66), this seems to be an unreliable way to control access. pete > Date: Thu, 11 May 2000 12:56:53 +0800 > From: Hugo Bouckaert <[EMAIL PROTECTED]> > To: [EMAIL PROT

A couple KDE questions (RH 6.1 and 6.2)

2000-05-18 Thread Pete Peterson
of it on the screen disappear -- no icons or anything. I can get to the windows to uniconify them only through the window-list brought up by the middle mouse button. Is this a bug or some kind of installation problem? pete peterson GenRad, Inc. 7 Technolo

Re: command to keep job running after logout?

2000-05-14 Thread Pete Peterson
Are you thinking of "nohup"? Try "man nohup" for brief explanation or "info nohup" for slightly more elaboration. Basically, you incant: nohup COMMAND ARGS & and any tty output goes to 'nohup.out'. pete > Date: Tue, 09 May 2000 11:28:00 -0500 > From: Barton Hodges <[EMAIL PROTECTE

Re: Netscape starting position ?

2000-05-09 Thread Pete Peterson
Netscape understands standard X11 "geometry" parameters. "netscape -geometry +0+50" will start netscape with the upper left corner of its window at the left edge of the screen and 50 pixels down. pete peterson GenRad, Inc. 7 Technology Park Drive

Filtering mail before sending to ANOTHER machine for delivery?

2000-05-09 Thread Pete Peterson
]" and 'someuser' is aliased to '[EMAIL PROTECTED]'. Helpful suggestions or SPECIFIC references to Bat Book secions or moongroup mailhelp archives would be appreciated. I haven't quite mastered the relay vs. delivery processes. Sendmail is sendmail-8.9.3-20.

CDT - Didn't adjust

2000-05-04 Thread Pete Peterson
C set properly: 5 hours ahead of CDT? If not, you can set the system clock properly and then do: hwclock --systohc --utc pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL PROTECTED] or [EMAIL PROTECTED] +1-978-589

RecHat 6.2 Change in Delete/Backspace Behavior

2000-04-07 Thread Pete Peterson
iles, ...), so I can modify the 6.2 machines so they behave like all the rest? It's much more important to me to have something that works like our Suns and the other RedHat machines than something that works with Debian machines (I don't interact with any Debian machines). pete

Re: making [options] work with STDIN/STDOUT

2000-04-06 Thread Pete Peterson
Thanks! I *THOUGHT* I remembered there was a simple way of doing it in Linux -- just couldn't remember what that way was! That should do PRECISELY what I need. Another of the wonders of /proc!! pete > From [EMAIL PROTECTED] Thu Apr 6 10:52:21 2000 > To: Pete Peter

making [options] work with STDIN/STDOUT

2000-04-06 Thread Pete Peterson
tscript2pdf" be a script that wrote STDIN to a temp file, ran ps2pdf to create another temp file, output that to STDOUT, and deleted the temp file, but I thought I remembered there was some less ugly way to accomplish that with a wrapper that didn't involve creating temporary files.

Re: 6.2 install hangs ... Found (remembered) the problem

2000-04-04 Thread Pete Peterson
itial installation, I never used the CD and forgot about the problem. Anyhow, I put the CD on another machine and did a network (NFS) install and 6.2 installed fine. I'm going to glue stickers onto those CD drives so the problem isn't forgotten again. pete peterson

CORRECTION: 6.2 install hangs ...

2000-04-03 Thread Pete Peterson
gt; 4 GB SCSI Disk partitioned > /boot 16M > / 256M > swap 256M > /usr 2000M > /var~1600M (rest of disk) > > SCSI is AIC7xxx > > > Any suggestions? It's very painful retrying this because I'm selecting > individual

CORRECTION: 6.2 install hangs about 1/2 way through

2000-04-03 Thread Pete Peterson
PS/2 mouse, SCSI CDROM, ... > > > 4 GB SCSI Disk partitioned > /boot 16M > / 256M > swap 256M > /usr 2000M > /var~1600M (rest of disk) > > SCSI is AIC7xxx > > > Any suggestions? It's very painful retrying this because I'm sel

6.2 install hangs about 1/2 way through

2000-04-03 Thread Pete Peterson
;s very painful retrying this because I'm selecting individual packages, so package selection is tedious. pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL PROTECTED] or [EMAIL PROTECTED] +1-978-589-7478 (GenRa

Printing StarOffice spreadsheets in landscape mode

2000-03-31 Thread Pete Peterson
Hi Jack, It's definitely possible and I've done it. Unfortunately, I'm at work on my Solaris machine in my office and I've done StarOffice spreadsheets mostly at home. I'll try to remember to check when I get home. Ahh -- I remembered that I *did* install StarOffice for Solaris. Just tried i

Re: Annoying color features in RH6.2

2000-03-30 Thread Pete Peterson
kground. Other background colors are likely to have similar problems. It also breaks scripts, putting rubbish escape sequences into the output. I definitely agree that it should **NOT** be the default! If you find out how to make this bad undesirable behavior go away, please send me the solution.

DSL "modem" (further info) (yet more info)

2000-03-24 Thread Pete Peterson
> > > >Do you know of any place that sells DSL modems? I don't have to order > >one, but if I do, it's 99 bucks > > > > Anybody have experience/suggestions with DSL "modems" on Linux (RH 6.1)? > > > > pete peterson

DSL "modem" (further info)

2000-03-24 Thread Pete Peterson
> Anybody have experience/suggestions with DSL "modems" on Linux (RH 6.1)? > > pete peterson > GenRad, Inc. > 7 Technology Park Drive > Westford, MA 01886-0033 > > [EMAIL PROTECTED] or [EMAIL PROTECTED] > +1-978-58

DSL "modem"

2000-03-24 Thread Pete Peterson
you know of any place that sells DSL modems? I don't have to order one, but if I do, it's 99 bucks Anybody have experience/suggestions with DSL "modems" on Linux (RH 6.1)? pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886

Re: Do you use ntp to set your time?

2000-03-18 Thread pete peterson at home
he xntpd daemon. I've attached a copy of the 6.1 version at the end of this message. pete peterson > Date: Sat, 18 Mar 2000 10:02:33 -0600 (CST) > From: Vidiot <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Do you use ntp to set your time? >

Re: Do you use ntp to set your time?

2000-03-18 Thread pete peterson at home
he xntpd daemon. I've attached a copy of the 6.1 version at the end of this message. pete peterson > Date: Sat, 18 Mar 2000 10:02:33 -0600 (CST) > From: Vidiot <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Do you use ntp to set your time? >

Trapped in vi (really vim) by CTRL-X CTRL-C

2000-03-16 Thread Pete Peterson
f I do CTRL-X CTRL-C while still in text mode, the CTRL-C gets me out of CTRL-X mode and there's no problem. Has anyone else had this problem? Do you know what triggers it? Is there a way to escape without killing the process? pete peterson GenRad, Inc. 7 Tech

Re: script

2000-03-10 Thread Pete Peterson
make this a little fancier if you have bigger numbers like 123,456,789.12) It would be nicer with perl instead of sed since perl understands "+" in regular expressions whereas some sed versions don't. Perl also has, in general, much more powerful

Re: OT: fonts in netscape

2000-03-10 Thread Pete Peterson
-specific web pages should be avoided if possible. Disclaimer: I'm a left-brain person and have less appreciation for visual subtleties than the majority of other people. pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033

Re: in.identd where

2000-03-09 Thread Pete Peterson
ident*", which would work in this case. :-) Otherwise, if you're patient, you could do: [root@redhat60 RPMS]# for rpm in *.rpm; do > rpm -qlp $rpm | grep 'in\.identd' >/dev/null && echo $rpm > done pidentd-3.0.7-5.i386.rpm [root@redhat6

Different Question on RH 6.x Installers

2000-03-05 Thread Pete Peterson
the previously saved configuration. Another thing that would be helpful would be to allow use of fdisk in all installation modes -- or an option in Disk Druid to escape to fdisk. It seems like dealing with Disk Druid is always a struggle and fdisk is much simpler and does what you ask it to do.

Re: [OT] - Parsing Apache Configuration File with PER

2000-02-23 Thread Pete Peterson
t was processing the right stuff and remembered the argument properly. pete pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL PROTECTED] or [EMAIL PROTECTED] +1-978-589-7478 (GenRad); +1-978-256-5829 (Home: Che

Problem establishing PPP Connection

2000-02-11 Thread Pete Peterson
lly strange. All the other machine I have contact with are either on a real LAN or connected to a cable-modem, so I haven't had any occasion to mess with PPP for a very long time. Any clues would be welcome. pete peterson GenRad, Inc. 7 Technology Park Drive

What happened to "myip.org"

2000-01-28 Thread Pete Peterson
o myip.org? Are they dead, moribund, or just temporarily offline? pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL PROTECTED] or [EMAIL PROTECTED] +1-978-589-7478 (GenRad); +1-978-256-5829 (Home: Chelmsford, MA) +

Samba (probably really smbfs) errors in RedHat 6.0 (Intel)

1999-11-11 Thread Pete Peterson
addir_long messages are definitely smbfs messages, since they're referring to items on the Micro$oft system. Can anyone explain these messages and suggest what might be causing this problem? Any insight would be appreciated. pete peterson GenRad, Inc. 7 Techno

Re: RH 5.0 problems with X-display on UltraSparc (Solaris 2.6)

1998-06-19 Thread Pete Peterson
t also worked fine in 4.2. pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL PROTECTED] or [EMAIL PROTECTED] +1-978-589-7478 (GenRad); +1-978-256-5829 (Home: Chelmsford, MA) +1-978-589-2088 (Closest FAX); +1-978-589-7007 (M

RH 5.0 problems with X-display on UltraSparc (Solaris 2.6)

1998-06-12 Thread Pete Peterson
ith RH 4.2. Note that the Solaris machine has a cgsix accelerated 8-bit-color frame buffer if that is perhaps relevant to the problem. The problem occurs with Solaris 2.5 or 2.51 as well as Solaris 2.6. I don't have any problems with the Solaris X-display to machines *OTHER* than RH 5.0.

Emacs scroll-bar position (was emacs crashing in RH 5.1)

1998-06-09 Thread Pete Peterson
quot; and chose appropriate menu entr(y|ies). Alternatively, you can do it the easy way and just put the following in .emacs: (custom-set-variables '(scroll-bar-mode (quote right))) pete peterson GenRad, Inc. 7 Technology Park Drive Westford,

Installing 'errata' fixes broke xterm

1998-05-31 Thread pete peterson
> Date: Sat, 30 May 1998 23:44:16 -0700 (PDT) > From: Ron Golan <[EMAIL PROTECTED]> > To: Pete Peterson <[EMAIL PROTECTED]> > Subject: Re: "." appears by default in PATH (was Re: Scripts...) > > After using your good advice to fix that path problem with

Re: "." appears by default in PATH (was Re: Scripts...)

1998-05-30 Thread Pete Peterson
hat/redhat-5.0/updates/i386 at ftp.redhat.com. You really should install *ALL* the updates if your machine is exposed on the Internet. There are a number of security-related patches. You can read all the gory details on RedHat's web page in the "errata" section. pete

William T Wilson

1998-05-30 Thread Pete Peterson
osed to the Internet. On a second home machine, I had a BIND breakin overnight between the time I installed from the CD and the time I installed all the errata, including the BIND fix for the well publicized security hole. pete pete peterson GenRad, Inc. 7 Technology Par

"." appears by default in PATH (was Re: Scripts...)

1998-05-30 Thread Pete Peterson
om the PATH *AFTER* the fact, f'rinstance: export PATH=`echo $PATH | sed -e 's/^\.://' -e 's/:\.$//' -e 's/:\.:/:/'` For your particular case, you'd only need the last of the three regexps: the other two deal with "." at the beginning

Re: Problematic mailing to the list ?

1998-05-29 Thread Pete Peterson
s to other than your blocked site. :-) pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL PROTECTED] or [EMAIL PROTECTED] +1-978-589-7478 (GenRad); +1-978-256-5829 (Home: Chelmsford, MA) +1-978-589-2088 (Cl

/etc/hosts entry for DHCP-assigned IP address

1998-05-29 Thread Pete Peterson
/etc/hosts.new /etc/hosts and invoke this from /etc/sysconfig/network-scripts/ifdhcpc-done or some such place, but it strikes me that there must be a pre-canned solution that I'm missiing here. Can someone provide a clue? pete peterson GenRad, Inc. 7 Technology Pa

Re: Scripts...

1998-05-29 Thread Pete Peterson
ble 'path'. Note the parentheses and the space instead of colon. or setenv PATH ${PATH}:your_addtion If you added the command *AFTER* the shell you're using was started, you need to do a "rehash" in csh or tcsh. These shells make a lookup table of all the execu

Re: XF86_S3V

1998-05-28 Thread Pete Peterson
e86-S3-3.3.1-14 Presumably, you would have the S3V instead of S3 on the last one. I've never been able to make Metro-X work on either RH 4.x or RH 5.0 on any system and friends have had the same experience. pete peterson GenRad, Inc. 7 Technology Park Drive Wes

Remote root logins and /sbin executables

1998-05-28 Thread Pete Peterson
you can always say "./fubar" instead of just "fubar". If you insist on having "." in your PATH, put it at THE END. pete peterson GenRad, Inc. 7 Technology Park Drive Westford, MA 01886-0033 [EMAIL PROTECTED] or [EMAIL PROTECTE

'date' command (was Re: HELP needed with shell-script.)

1998-05-12 Thread Pete Peterson
1998 [rep@ns1 ~]$ date --date '1 day ago' Mon May 11 08:11:37 EDT 1998 [rep@ns1 ~]$ date --date '3 days' Fri May 15 08:12:17 EDT 1998 [rep@ns1 ~]$ date --v date (GNU sh-utils) 1.16 Is there something obvious that I'm missing here? This is in RH 5.0

RH 5.0 problems with X-display on UltraSparc (Solaris 2.6)

1998-04-20 Thread Pete Peterson
s display to make this work properly? As I mentioned, everything worked fine with RH 4.2. Note that the Solaris machine has a cgsix accelerated 8-bit-color frame buffer if that is perhaps relevant to the problem. The problem occurs with Solaris 2.5 or 2.51 as well as Solaris 2.6. I don't ha