Manufacturer supprt

2000-06-08 Thread Alan Mead
Yeah, to say nothing of stupid proprietary protocols (can ANYONE explain why PPA is kept under wraps?). There are a lot of vendors that have at least some support. Seagate techsupport would talk to me. Linksys has tweaked tulip drivers on the driver disk. HP is apparently releasing some Linux

Someone is still stalking me with spam

2000-06-08 Thread Danny
-Hello - Some user is getting my email address and spamming me with porn (same person) in both my work account and this account (my home account) - This means I am now getting unwanted spam porn on both accounts. - Not suprisly, on both am subscfrbed to the freebsdmailng list and redhatlist - The

Trimming Space

2000-06-08 Thread SoloCDM
How can the space around an item (a word, number, ...) echo-ed to the screen be trimmed? If there are several ways, please list everyone. Note: Detailed Document(s) and Sample(s) are more than welcome. When you reply to this message, please include the mailing list and my address. *

Re: Someone is still stalking me with spam

2000-06-08 Thread Bernhard Rosenkraenzer
On Fri, 9 Jun 2000, Danny wrote: > - Not suprisly, on both am subscfrbed to the freebsdmailng list and redhatlist > - Therefore I am suspecting that person is getting my email address through > those two mailinh list. Unfortunately, there's nothing we can do to prevent a spammer from subscribing

Are RedHat actually providing support?

2000-06-08 Thread KThorpe
I've been using RedHat for a couple of years now. With our new server we bought 6.2. We did this partly to support RH and partly to gain tech support for installation. I raised a ticket with them on 24 May, it's still outstanding. They are obviously incapable of supporting their customers. Is

Re: Someone is still stalking me with spam

2000-06-08 Thread Bernhard Rosenkraenzer
On Thu, 8 Jun 2000, Willem Brown wrote: > > > http://3454552827/users/nfc4/teen5.html > > I don't want to sound stupid, how does this, '3454552827', get translated to > an ip address? An IP address is basically just 4 bytes in a row, where a byte consists of 8 bits (each of which can be only 0

Re: RH 6.2 goes bonkers in 2 days!!!

2000-06-08 Thread Ric Moore
Jerry Human wrote: > > Hello RH Guru's: > > I sure hope you can help me with this one. Last week I installed a WD > Caviar 102AA 10 gig hard drive and made four partitions: hdc1 four gig, > hdc2 100 meg, hdc3 three gig, and hdc4 three gig. I installed RH 6.2 on > hdc1 and used hdc2 for the swap

Redirection in Bash

2000-06-08 Thread SoloCDM
Is there a more definitive explanation for redirecting in bash? Note: Detailed Document(s) and Sample(s) are more than welcome. When you reply to this message, please include the mailing list and my address. * Signed

Re: MS Breakup

2000-06-08 Thread Michael George
On Jun 07, Robert Canary wrote: > > And MS did not develop the TCP/IP contrary to popular belief. IBM did. I don't think this is the case, but I could be mis-remembering. I think it was Vint Cerf and other academics that designed the protocol. And I think they were working under a government

RE: How to install and start WINE

2000-06-08 Thread Burke, Thomas G.
can't you just download the binaries in rpm format? They're available out there, check freshmeat. > -Original Message- > From: Stephen Liu [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, June 08, 2000 1:17 AM > To: [EMAIL PROTECTED] > Subject: How to install and start WINE > > Hi all

Re: Are RedHat actually providing support?

2000-06-08 Thread Mike G
I bought and registered RH twice, and also both times had trouble to get support, my experience about support is SuSE, I bought, registered sent mail, and got good answers (also, there's a 60 day support). I know this doesn't sound nice in a RH list, I currently run RH in almost all my machines, b

RE: Someone is still stalking me with spam

2000-06-08 Thread Chad W. Skinner
> > > > http://3454552827/users/nfc4/teen5.html > > > > I don't want to sound stupid, how does this, '3454552827', get > > translated to an ip address? Another manual method if you have a scientific calculator that will do dec>hex conversions, but most likely longer than Bernhard's example. orig

Re: Redirection in Bash

2000-06-08 Thread Mike G
SoloCDM wrote: > Is there a more definitive explanation for redirecting in bash? more than ... ? more than man bash? > > Note: Detailed Document(s) and Sample(s) are more than welcome. > When you reply to this message, please include > the mailing list and my address. > > *

Re: MS Breakup

2000-06-08 Thread Bill Keesing
On Thu, 8 Jun 2000, Michael George wrote: > On Jun 07, Robert Canary wrote: > > > > And MS did not develop the TCP/IP contrary to popular belief. IBM did. > > I don't think this is the case, but I could be mis-remembering. I think it > was Vint Cerf and other academics that designed the proto

Re: MS Breakup

2000-06-08 Thread Chris Dowling
I can't remeber it first hand (I was bon '78) but: Research funded by ARPA (Advanced Research Project Agency) which I believe was a part of the US govt? then a whole heap of other organisation (the NSF, DOE, DOD, Nasa and HHS) participated in funding the first internet, using TCP/IP to connect b

Re: Trimming Space

2000-06-08 Thread Mike G
you can achive this witl perl, cut, sed and probably also awk, python or C, if you want try ls -l | cut -b 30- SoloCDM wrote: > How can the space around an item (a word, number, ...) echo-ed to the > screen be trimmed? If there are several ways, please list everyone. > > Note: Detailed Docu

Connection status?

2000-06-08 Thread Simons
Hello, I'm using 3c90x module in rh6.0, is there any utils to know the connection status? For example, connected as 10 or 100Mbps, half or full duplex. Thank you. best rgds, Simons -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

kernel/sendmail security hole

2000-06-08 Thread Charles Galpin
There are announcements popping up about a kernel SUID security flaw that can be exploited by programs like senamil. A 2.2.16 kernel and 8.10.2 sendmail ahve been released. Anyone know of there are rpms available for these? tia charles -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscr

RE: ipchains MASQ and rlogind

2000-06-08 Thread Kraszewski, Marcin
> -Original Message- > From: Alan Mead [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 07 June, 2000 19:39 > To: Kraszewski, Marcin > Subject: Re: ipchains MASQ and rlogind > > > FWIW, telnet or, better, ssh work through IP Masq just fine. I realise that, but, unfortunately, I have no con

RE: Connection status?

2000-06-08 Thread Kevin Rooney
ifconfig -a for all interfaces or ifconfig -whateverinterface i.e. eth0 netstat also provides some good current info. -->-Original Message- -->From: Simons [mailto:[EMAIL PROTECTED]] -->Sent: Thursday, June 08, 2000 8:35 AM -->To: [EMAIL PROTECTED] -->Subject: Connection status? --> --> -

Re: Redirection in Bash

2000-06-08 Thread SoloCDM
Mike G wrote: > > SoloCDM wrote: > > > Is there a more definitive explanation for redirecting in bash? > > more than ... ? > more than man bash? More than Linux documentation. * Signed, SoloCDM -- To unsubscribe: mail [EMA

Re: Trimming Space

2000-06-08 Thread SoloCDM
Mike G wrote: > > you can achive this witl perl, cut, sed and probably also awk, python or > C, if you want > > try > > ls -l | cut -b 30- > > SoloCDM wrote: > > > How can the space around an item (a word, number, ...) echo-ed to the > > screen be trimmed? If there are several ways, please l

RE: [OT] MS Breakup

2000-06-08 Thread Anthony E. Greene
At 15:08 2000-06-07 -0700, Joseph T. Tannenbaum wrote: >Are you sure? Who started the "computer age" or "information >age" when you could exchange files with almost anyone. You could do this with text long before Windows came along. Most folks could read Lotus 123 spreadsheets with whatever soft

rpm

2000-06-08 Thread Kaplan, Paul
I am trying to create 586 rpms from src rpms on a RH 6.0 installation. I install the src rpm without incident and verified that the appropriate files are present in /usr/src/redhat/SOURCES and /usr/src/redhat/SPECS. Then from /usr/src/redhat/SPECS, I do the following rpm -bb --target i586 Thi

RE: kernel/sendmail security hole

2000-06-08 Thread Burke, Thomas G.
sendmail 8.10.2 is available as rpm... go to www.orbs.org, & search from there... > -Original Message- > From: Charles Galpin [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, June 08, 2000 8:47 AM > To: [EMAIL PROTECTED] > Subject: kernel/sendmail security hole > > There are announceme

Re: Someone is still stalking me with spam

2000-06-08 Thread Robert Canary
Subscribe! Log In Report Spam Host Tracker Statistics Help / Talk Protecting the internet community through technology, not legislation. SpamCop version 1.2.6 (c) Julian Haight, Joel Martin 1998, 1999, 2000 All Rights Re

RE: MS Breakup

2000-06-08 Thread Bill Carlson
On Wed, 7 Jun 2000, Joel Lansden wrote: > Personally, I'm just waiting for MS-UX or some other Microsoft violation of > Unix that eliminates the command line and turns the kernel into some kind of > clusterf**k of icons and sounds and animations. > It has been here for years. It is called Win

RE: [OT] MS Breakup

2000-06-08 Thread Bernhard Rosenkraenzer
On Thu, 8 Jun 2000, Anthony E. Greene wrote: > The only possible problem is the lack of a > ubiquitous, non-proprietary, document format. Take a look at KOffice (http://koffice.kde.org/) and AbiWord (http://www.abisource.com/) - both are using a completely open XMLish file format. We have the fo

Re: Someone is still stalking me with spam

2000-06-08 Thread Ric Moore
Danny wrote: > > -Hello > - Some user is getting my email address and spamming me with porn (same person) ... thanks for spamming this list with the example. It wasn't necessary, ya know. Please don't do that again. Ric -- : Ric "Wayward" Moore : [EMAIL PROTECTED] : : "If you

Netscape 6

2000-06-08 Thread kmoderow
Maybe a "duh" question here, apologies, etc. Running RH 6.1 and Gnome. I downloaded Netscape 6 Preview ed. 1. While I can load it from a terminal window, IOTW, "cd /home/user/package" then "./netscape" I can't create a "Launcher" or load it any other way. I've tried telling the Launcher to

Re: rpm

2000-06-08 Thread Thomas Ribbrock
On Thu, Jun 08, 2000 at 09:18:46AM -0400, Kaplan, Paul wrote: [...] > + patch -p1 -b --suffix .xtermcolor -s > /var/tmp/rpm-tmp.: patch: command not found#the number > depends on the rpm package > Bad exit status from /var/tmp/rpm-tmp. (%prep) Looks like rpm can't find the command "patch"

Re: rpm

2000-06-08 Thread Charles Galpin
do you have the patch rpm installed? On Thu, 8 Jun 2000, Kaplan, Paul wrote: > > This worked in the past, but now it doesn't. > + patch -p1 -b --suffix .xtermcolor -s > /var/tmp/rpm-tmp.: patch: command not found#the number > depends on the rpm package > Bad exit status from /var/tmp/rpm

RE: rpm

2000-06-08 Thread Kaplan, Paul
"which patch" returns: which: no patch in (<$PATH>) -Original Message- From: Thomas Ribbrock [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 08, 2000 9:50 AM To: '[EMAIL PROTECTED]' Subject:Re:

Re: Redirection in Bash

2000-06-08 Thread Michael George
On Jun 08, SoloCDM wrote: > Mike G wrote: > > > > SoloCDM wrote: > > > > > Is there a more definitive explanation for redirecting in bash? > > > > more than ... ? > > more than man bash? > > More than Linux documentation. I think I'm with Mike G here... open a terminal window and run "man ba

Re: MS Breakup

2000-06-08 Thread Michael George
On Jun 08, Chris Dowling wrote: > I can't remeber it first hand (I was bon '78) but: > > Research funded by ARPA (Advanced Research Project Agency) which I believe > was a part of the US govt? > > then a whole heap of other organisation (the NSF, DOE, DOD, Nasa and HHS) > participated in funding

Re: RH 6.2 goes bonkers in 2 days!!!

2000-06-08 Thread Michael George
On Jun 07, Hal Burgiss wrote: > > Don't want to be the bearer of bad news, but I recently had some > similar errors on a newish WD caviar, and now RH is running on a > Maxtor instead. Maybe mine weren't so bad. I could run several days, > maybe a week or two, before errors. I did several partial

RE: rpm

2000-06-08 Thread Kaplan, Paul
Duh, No! Thanks, Paul -Original Message- From: Charles Galpin [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 08, 2000 9:57 AM To: '[EMAIL PROTECTED]' Subject:Re: rpm do you ha

Re: fstab

2000-06-08 Thread Frank Carreiro
Are these filesystems you are mounting? If so then you want to read through the man page of fstab and consider changing the sixth field appropriately. Your boot/root partition should have a 1 in the sixth field and all other's should have a 2. If a 0 or if the sixth field isn't present then bas

Re: MS Breakup

2000-06-08 Thread Terry Eck
On Wed, 07 Jun 2000, Vidiot wrote: > >BUT, all problems aside, we would not be knocking > >MS on the internet if it twern't for Bill. > > How do you figure? The internet was around and kicking long before Bill > decided to jump on the bandwagon. E-mail was working long before Bill and > so were

RE: Connection status?

2000-06-08 Thread Mike Bull
I'm a new chap on the Linux front. I tried using the ifconfig command but got the following message 'bash:ifconfig:command not found' even though it exists in the sbin directory. I've had this with several other commands and I know I'm missing something really basic. Help! -Original Message

Perplexing problem with pine, fetchmail, and ?

2000-06-08 Thread Jim Cunning
A while ago I switched to fetchmail from uucp to get mail from my ISP. With uucp I never had problems with new mail coming in and being added to my inbox while I was reading mail that was already there. All pine told me was "xxx new messages [Most recent from ]." With fetchmail running peri

RE: Connection status?

2000-06-08 Thread Joseph T. Tannenbaum
check your path statement(s) or just 'echo $PATH' and see if the sbin dir is in your path. > -Original Message- > From: Mike Bull [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 08, 2000 7:35 AM > To: [EMAIL PROTECTED] > Subject: RE: Connection status? > > > I'm a new chap on the Lin

Re: RH 6.2 goes bonkers in 2 days!!!

2000-06-08 Thread Hal Burgiss
On Thu, Jun 08, 2000 at 09:54:03AM -0400, Michael George wrote: > On Jun 07, Hal Burgiss wrote: > I have an old system with WDs in it. The first two have worked flawlessly > since they were installed. I just put in a third one, though, and I got > similar problems as described. However, it's on

Re: Someone is still stalking me with spam

2000-06-08 Thread Glen Lee Edwards
You can filter these with procmail. On Fri, 9 Jun 2000, Danny wrote: >-Hello >- Some user is getting my email address and spamming me with porn (same person) >in both my work account and this account (my home account) >- This means I am now getting unwanted spam porn on both accounts. > >- Not

Re: Are RedHat actually providing support?

2000-06-08 Thread Glen Lee Edwards
I've had no trouble getting all the free support I need off of this list and the respective distrobution list - Hedwig, Cartman, Zoot, et al. Glen On 8 Jun 2000, KThorpe wrote: >I've been using RedHat for a couple of years now. With our new server we >bought 6.2. We did this partly to suppor

Apple (Quick Time Format Picture)

2000-06-08 Thread Mark Lo
Hi, Can php4 and apache support a picture in Apple's Quick Time Format, So that my client can have their product to be viewed in 360 degree. Thank you Mark -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

Re: RH 6.2 goes bonkers in 2 days!!!

2000-06-08 Thread Jerry Human
Ok, Good People: I'm going to attempt to answer all the many replies in this email. Most of you seem to think I have a bad drive. This is a very definite possibility. Therefore I surfed to the WD support site and downloaded their install/diags software and tested it. Didn't find any real errors

Re: ipchains MASQ and rlogind

2000-06-08 Thread Sam Bayne
Get the HP-UX admins to install ssh!, it'll take a total of 15 minutes out of their lives, provide crytpographically authenticated, compressee, and non-sniffable connections, and best of all, you won't have to edit any of your scripts. Alternatively, set up a tcp proxy on the NAT box. "Kraszewsk

Re: Are RedHat actually providing support?

2000-06-08 Thread Mike G
I totally agree, I try to help as I can (as I received helped in another moments and now) but still I don't think this has to do with getting the official support Glen Lee Edwards wrote: > I've had no trouble getting all the free support I need off of this list > and the respective distrobution

Apple (Picture in Quick Time Format)

2000-06-08 Thread Mark Lo
Hi, Can php4 and apache support a picture in Apple's Quick Time Format, So that my client can have their product to be viewed in 360 degree. Thank you Mark -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

Re: RH 6.2 goes bonkers in 2 days!!!

2000-06-08 Thread Michael George
On Jun 08, Hal Burgiss wrote: > > I would suggest every week or so, run 'e2fsck -c' to see if errors > keep occuring. Just for peace of mind. If so, they likely will get > worse, based on my recent experience. Thanks for the suggestion, I may just do that. Too bad there isn't a way to run it

Re: Redirection in Bash

2000-06-08 Thread Mike G
SoloCDM wrote: > I recognize the following documentation from man bash, but it's not > clear just how high you can numerically climb, exactly how the > ampersand qualifies, or how does one determine what numeral level is > placed in the given position based on the given qualifiers. Do you > unde

Caching DNS with bind .

2000-06-08 Thread Anurag Jalan
Hi All, My Redhat 6.2 box is my fileserver/router with IP masq enabled : eth0=192.168.1.254 and eth1=192.168.32.254 I am using the fictitious adventus.cxm domain on my subnet . I added the following to the bottom of /etc/named.conf zone "1.168.192.in-addr.arpa" { type master; fi

RE: Connection status?

2000-06-08 Thread Charles Galpin
since /sbin is not in your path, you need to use the full path to ifconfig /sbin/ifconfig hth charles On Thu, 8 Jun 2000, Mike Bull wrote: > I'm a new chap on the Linux front. I tried using the ifconfig command but > got the following message > 'bash:ifconfig:command not found' even though it

RE: Are RedHat actually providing support?

2000-06-08 Thread Tanner, Robby
As an aside, it should read "Is RedHat actually providing support?". > -Original Message- > From: Glen Lee Edwards [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 08, 2000 10:33 AM > To: [EMAIL PROTECTED] > Subject: Re: Are RedHat actually providing support? > > > I've had no trouble

kernel patch-2.2.1?.gz

2000-06-08 Thread eric clover
hello, i have a few questions i need clarified. i had the 2.2.14-5.0 kernel (worked fine) got/installed the 2.2.14-12 kernel rpm (worked fine) got/extracted/recompiled the 2.2.14>2.2.15 kernel patch(works currently) question is : did i not do something right ? because my kernel still says it is a

HELP!!!! On Red Hat glibc and rpm dependencies.

2000-06-08 Thread Sukumar Thirunarayanan
I am planing to install RPM's for Xfree86 3.3.5 which depend on glibc-2.1; I heard that Updating glibc on a running system used to be a little hairy, because rpm itself depended on glibc. Is there a rpm in red hat that is linked statically. Can anyone please let me know what is the process I h

on configuring network information

2000-06-08 Thread Kate
I have reinstalled RH 6.2 after having unfixable issues and I'm now at the point of trying to get my server to see the world.. I've put in all the correct dns information and I believe I set the routing information properly, yet when I try to ping out I get 'Destination Host Unreachable'. Any sugg

CRON Question - Help Please

2000-06-08 Thread Kirk Whiting
Im trying to do a backup job to my Jaz Drive with cron and Im having difficulty. The command Im using is: 38 08 * * 1 find /home/* -print | cpio -orcvdumB > /mnt/jaz I keep getting " broken pipe " Any help would be greatly appreciated Kirk -- To unsubscribe: mail [EMAIL PROTECTED] with "u

any one using Libsafe?

2000-06-08 Thread Alan Mead
I just read about Libsafe and Libverify: http://www.bell-labs.com/org/11356/libsafe.html and this technology really seems like a great idea for hardening a server. My webserver runs Apache, mod_ssl, MySQL, and others. I was wondering if anyone running these packages has tried LS/LV and cou

RE: on configuring network information

2000-06-08 Thread redhat
On 08-Jun-2000 Kate wrote: > I have reinstalled RH 6.2 after having unfixable issues and I'm now at the > point of trying to get my server to see the world.. I've put in all the > correct dns information and I believe I set the routing information > properly, yet when I try to ping out I get 'Des

RE: Inserting Audio CDs makes all CDs unmountable

2000-06-08 Thread kelch
I've got an Acer 50X cdrom too, but I also have a built in to the motherboard Yamaha DS-XG compatible sound system. Although the standard xcdplay doesn't seem to recognize the disk, when I put an audio cd in the drive a different player pops up and seems to work fine.

Re: on configuring network information

2000-06-08 Thread Mikkel L. Ellertson
On Thu, 8 Jun 2000, Kate wrote: > I have reinstalled RH 6.2 after having unfixable issues and I'm now at the > point of trying to get my server to see the world.. I've put in all the > correct dns information and I believe I set the routing information > properly, yet when I try to ping out I get

RE: Someone is still stalking me with spam

2000-06-08 Thread Juha Saarinen
%-> Return-Path: <[EMAIL PROTECTED]> Send complaint to [EMAIL PROTECTED] -- could be an active dropbox. %-> Received: from mc2.law5.hotmail.com %-> (1Cust84.tnt1.medford.or.da.uu.net [63.27.242.84]) %-> by pop.idx.com.au (8.9.3/8.9.3) with SMTP id GAA16830; %-> Thu, 8 Jun 2000 06:38:57 +1000

RE: Someone is still stalking me with spam

2000-06-08 Thread Juha Saarinen
%-> The simplest way to make them readable is %-> %-> #include %-> main() %-> { %-> unsigned long l=htonl(3454552827); %-> unsigned char *s=(unsigned char *)&l; %-> printf("%u.%u.%u.%u\n", s[0], s[1], s[2], s[3]); %-> } Errr... don't know if that's the simplest way, actua

Damn picky mouse

2000-06-08 Thread redhat
K, Ever since I change my std ps2 mouse to a logitech marble mouse it has gotten very picky on when it will respond to a "double click" any idea what I can do to fix this? I have tried the mouse on a winblows box with no problem at all. TIA Steve -- To unsubscribe: mail [EMAIL PROTECTED] with

Re: on configuring network information

2000-06-08 Thread Alan Mead
At 03:51 PM 6/8/00 , Kate wrote: >I have reinstalled RH 6.2 after having unfixable issues and I'm now at the >point of trying to get my server to see the world.. I've put in all the >correct dns information and I believe I set the routing information >properly, yet when I try to ping out I get 'De

Re: RH 6.1 and ISDN?

2000-06-08 Thread Leonard den Ottolander
Hi Frank! > When I try to startup > the ISDN service I get a message that the resource is busy. Tried > following the howto's and have created the modules (running Kernel > 2.2.12 and compiled ISDN as a module). Looking at upgrading to 2.2.15 > (hopefully this will help). > > I

Re: CRON Question - Help Please

2000-06-08 Thread Duane Clark
> Im trying to do a backup job to my Jaz Drive with cron and Im having > difficulty. The command Im using is: > > 38 08 * * 1 find /home/* -print | cpio -orcvdumB > /mnt/jaz > > I keep getting " broken pipe " > > Any help would be greatly appreciated I do a very similar thing, but I use the m

RE: CD Players, was Inserting Audio CDs makes...

2000-06-08 Thread Duane Clark
Joe Kelch wrote: > I've got an Acer 50X cdrom too, but I also have a built in to the > motherboard Yamaha DS-XG compatible sound system. Although the > standard xcdplay doesn't seem to recognize the disk, when I put an > audio cd in the drive a different player pops up and seems to work > fin

Re: Redirection in Bash

2000-06-08 Thread Cameron Simpson
On Wed, Jun 07, 2000 at 02:55:23PM -0400, Mike G wrote: | > I recognize the following documentation from man bash, but it's not | > clear just how high you can numerically climb, As high as the open file descriptors. There used to be problems going past 9, but I think they're gone now. | > exact

RE: Someone is still stalking me with spam

2000-06-08 Thread John H Darrah
On Fri, 9 Jun 2000, Juha Saarinen wrote: > %-> The simplest way to make them readable is > %-> > %-> #include > %-> main() > %-> { > %-> unsigned long l=htonl(3454552827); > %-> unsigned char *s=(unsigned char *)&l; > %-> printf("%u.%u.%u.%u\n", s[0], s[1], s[2], s[3]); >

Re: Trimming Space

2000-06-08 Thread Cameron Simpson
On Thu, Jun 08, 2000 at 07:16:23AM -0600, SoloCDM wrote: | How is it done with sed? sed 's/^ *//' or sed 's/ *$//' or sed 's/ */ /g' depending what you want to achieve. Read the sed and ed manual entries for details. -- Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.co

Re: Someone is still stalking me with spam

2000-06-08 Thread Danny
Pondered on that a long time ago Now I have any insight on how to get rid of that person from sending me spam . Thjank you. On Fri, 09 Jun 2000, Glen Lee Edwards wrote: > You can filter these with procmail. > > > > On Fri, 9 Jun 2000, Danny wrote: > > >-Hello > >- Some user is getting my em

Re: on configuring network information

2000-06-08 Thread Danny
Issue the following command "netstat -rn" and then show it to everyone in the mailng list. On Fri, 09 Jun 2000, Kate wrote: > I have reinstalled RH 6.2 after having unfixable issues and I'm now at the > point of trying to get my server to see the world.. I've put in all the > correct dns inf

Re: Damn picky mouse

2000-06-08 Thread Danny
Have you tried going to XF86Setup - And I believe on the first option you can configure your mouse On Fri, 09 Jun 2000, [EMAIL PROTECTED] wrote: > K, > > Ever since I change my std ps2 mouse to a logitech marble mouse it has gotten > very picky on when it will respond to a "double click" an

RE: Someone is still stalking me with spam(solved)

2000-06-08 Thread Danny
Thank you for offering me your solutions everyone.. Now I think I know how I can properly trace that spammer I am hoping he doesn't use another free mail account and spam me again. Looking forward to yourfeedback. dannyh [EMAIL PROTECTED] On Thu, 08 Jun 2000, Chad W. Skinner wrote: > > > > >

Re: CRON Question - Help Please

2000-06-08 Thread Steven W. Orr
The broken pipe message can safely be ignored. What's happening is that the find command is finishing before the cpio command has processed th eend of file. It's normal. Just ignore it. -- -Time flies like the wind. Fruit flies like a banana. [EMAIL PROTECTED] -Stranger things have happened but

Re: IDE Tape Drive

2000-06-08 Thread Charles Galpin
Hi Joel On Wed, 7 Jun 2000, Joel Lansden wrote: > > I am running kernel 2.3.50 and I have an HP Colorodo 5Gb IDE Tape Drive > installed. The kernel detects the tape drive at bootup, and calls it > /dev/hdc (at the same time it detects the hard drive & cd-rom). > > My question is, how do I eith

Re: Apple (Picture in Quick Time Format)

2000-06-08 Thread Charles Galpin
unless I'm missing your question here, this has nothing to do with either php4 or apache. But the amswer is yes, using apache and php4 you can serve files in Apple's Quick Tiem format and your client can viw them if they have the viewer installed. hth charles On Fri, 9 Jun 2000, Mark Lo wrote:

Re: Linux and the Euro

2000-06-08 Thread Charles Galpin
So there's two of you. big deal! On Wed, 7 Jun 2000, Gustav Schaffter wrote: > Interesting, Thomas. > > I took a bookmark there. > > (You're not the single European participant on this list. :-) > > Regards > Gustav :) I am really, really, really, really just kidding. must get some sleep.

Re: Changing Default Directory Permanently

2000-06-08 Thread Charles Galpin
my guess is he want's to do cd /some/dir do_something but that's a pure guess. charles On Wed, 7 Jun 2000, Anthony E. Greene wrote: > At 00:16 2000-06-07 -0600, SoloCDM wrote: > >How is it possible to change the default directory permanently in a > >script? > > The default directory for what

Re: Multihead X - HOWTO?

2000-06-08 Thread Charles Galpin
Hi Gordon Sorry, this is not an answer, but a question for you Are your monitors the same size? If not, how did things go? Was it a hassle? Does it look ok? Is it worth mucking with without monitors of the same size? I bought a g400 recently, but haven't had time to switch to XFree86 4.0. I'm

Re: Multihead X - HOWTO?

2000-06-08 Thread Gordon Messmer
Charles Galpin wrote: > Are your monitors the same size? No, one 17" and one 14" monitor. > If not, how did things go? Was it a hassle? Does it look ok? Is it worth > mucking with without monitors of the same size? I have had a little bit of hassle, but I don't think it's XFree86's fault. It m

Re: kernel patch-2.2.1?.gz

2000-06-08 Thread Claudiu Balciza
check your lilo.conf it may still be pointing to the old kernel Claudiu Balciza - Original Message - From: eric clover <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 08, 2000 22:49 Subject: kernel patch-2.2.1?.gz > hello, i have a few questions i need clarified. > i h

Re: Multihead X - HOWTO?

2000-06-08 Thread Gordon Messmer
Gordon Messmer wrote: > It's been mostly unused for the last year. I'm trying to use it at > 1024x768 @ 60 Hz, but it's behaving like the refresh is too high. > Sometimes I turn it on, and it's fine, though... Just remembered that I was tweaking some of the nobs inside the monitor yesterday. I

RE: MS Breakup

2000-06-08 Thread Zoki
On Wed, 7 Jun 2000, Joseph T. Tannenbaum wrote: ->Are you sure? Who started the "computer age" or "information ->age" when you could exchange files with almost anyone. Why ->do you think the DOJ has a standard consisting of MS Windows ->and MS Office? This break up bears no good news for Linux

Re: Changing Default Directory Permanently (SOLVED)

2000-06-08 Thread SoloCDM
This question is solved. * Signed, SoloCDM ___Reply_Separator___ Charles Galpin wrote: > > my guess is he want's to do > > cd /some/dir > do_something > > but that's a pure gu