Re: yum/apt-get (was Re: Fedora)

2003-09-24 Thread Lorenzo Prince
Buck staggered into view and mumbled:
 Hopefully Fedora will pick it up from there.  To me, it would make sense
 that Fedora picks up the up2date program if for no other reason than to
 attract financial support from those of us willing and able to pay the
 $50 - 60 per year.  

Up2date will be in Fedora Core, as per an  earlier post forwarded from the Fedora 
list.  We will all still have the 
chance to support Red Hat financially, even without buying RHEL.  From the looks of 
things we will have 3 choices in the 
Core for getting updates: Up2date for the price they set for subscriptions of Fedora 
systemsand the choice of apt-get or 
yum for 3rd-party free repositories.  Personally, I like apt-get cause I find it easy 
to use, but Up2date is probably 
the best bet all around concidering it isn't necessarily good to have to wate for a 
3rd-party repository to pick up the 
latest security fix, even if they do get it within 2 to 3 days.  Support Red Hat, the 
things they believe in and the 
community they work so hard for.  Subscribe to RHN.  Fedora will allow you to do it.

Prince


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: when to use updatedb?

2003-09-24 Thread Lorenzo Prince
Updatedb runs as a cron job.  You shouldn't have to run it unless your PC is off most 
of the time or unless you add a 
lot of files and can't afford to wate untill it autoupdates the locate database.

Prince


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Virtual hosts in Apache (URGENT)

2003-09-23 Thread Lorenzo Prince
Hmm.  I removed the port 80 from princenet.sytes.net but I still get the same error 
message.


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Fedora

2003-09-23 Thread Lorenzo Prince
Sean Estabrooks staggered into view and mumbled:
 http://www.fedora.us/
 http://fedora.redhat.com/
 http://fedora.redhat.com/about/rhel.html

Wow!  Could we have even hoped for anything better?  Although it looks like the Fedora 
project will have to drop 
xmms-mp3.  I would like it though if they would still keep the apt and yum package 
management systems available if not 
in the ISO distribution at least in the downloadable packages.

Prince


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Fedora

2003-09-23 Thread Lorenzo Prince
Buck staggered into view and mumbled:
 I think that the real problem is that we once had available the download
 of the grand package and updates for $60.00 and now we can only get a
 part of the package and updates for $349. 
 
 Sticker shock to those of us used to free.

Actually, the way I read it, we will still be able to get the download of the full 
package.  There will still be a full 
rawhide - beta - release cycle.  You will be able to download the final version of 
Fedora Core without having to 
worry about using a test version.  It will be stable.  The updates will also be 
provided in a timely manner, or else the 
package that can't be updated in a timely manner will be dropped from the distribution.

I am still not cleas as to the future update policy.  I do know one of two things.  
Either updates will be done through 
RHN/up2date for $60/year as always, or they will be done through apt-get or yum for 
nothing.  The future really isn't 
clear on which method they will use for updates of Fedora at this point.
HTH.

Prince


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Virtual hosts in Apache (URGENT)

2003-09-21 Thread Lorenzo Prince
Hi.  I am trying to host more than one domain on my IP address to serve more than one 
web site.

My old domain was princenet.sytes.net and the new one is prince.homelinux.org.  I want 
to serve a web page at 
princenet.sytes.net that explains that my address has changed and the web site has 
moved to prince.homelinux.org.  The 
real site will be hosted on prince.homelinux.org.  I would also like a catch-all 
virtual host that will serve a page on 
any other domain that points to my machine that will allow someone to email me if they 
want to serve a site at that 
domain, but that's not a priority at this time.

As per the documentation, I added the following lines to my /etc/httpd/conf/httpd.conf 
file for Apache 2.0.40-21.5 on 
Red Hat 9:

NameVirtualHost *

VirtualHost *
ServerName prince.homelinux.org
DocumentRoot /var/www/html
/VirtualHost

VirtualHost *
ServerName princenet.sytes.net
ServerAlias *.princenet.sytes.net:80
DocumentRoot /var/www/html/moved
/VirtualHost

I am using the ServerAlias directive for princenet.sytes.net because the dynamic DNS 
with which the domain is registered 
allows wildcards as in www.princenet.sytes.net or mail.princenet.sytes.net to all 
point to my computer.

The problem is that when I start httpd I get the following message:

[EMAIL PROTECTED] ~# service httpd start
Starting httpd: [Sun Sep 21 21:40:48 2003] [error] VirtualHost _default_:443 -- mixing 
* ports and non-* ports with a 
NameVirtualHost address is not supported, proceeding with undefined results
   [  OK  ]
[EMAIL PROTECTED] ~#

and all requests sent to the server receive a 400 bad request error.  As far as I 
know I followed the docs to the 
letter as found on
http://httpd.apache.org/docs-2.0/vhosts
as stated in the config file.  I also tried adding a port address to the 
NameVirtualHost directive as suggested by the 
error message, but it then shows the page indicated by the first VirtualHost block 
and ignores all subsequent 
VirtualHost blocks.

What am I doing wrong?  How could the docs be throwing me off so badly?  Could the 
docs somehow be wrong or something? 
:O

Thanks for any help!
Prince


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Virtual hosts in Apache (URGENT)

2003-09-21 Thread Lorenzo Prince
Mike Burger staggered into view and mumbled:
 You can't use Virtualhost *.  Instead, you will have to use 
 VirtualHost xxx.xxx.xxx.xxx where xxx.xxx.xxx.xxx is the IP address 

But what do I do if I have a dynamic IP address?  It wouldn't be practical to change 
the IP address in httpd.conf every 
time my IP changes, ad if I did that I may be down for a day or more before I realized 
my server wasn't listening 
properly.

Prince


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: How to use USB key drive with Red Hat 9

2003-09-13 Thread Lorenzo Prince
Vinny Valdez staggered into view and mumbled:
 #mount -t vfat /dev/sda1 /mnt/jumpdrive

It may also be necessary to mount the drive as /dev/sda rather than /dev/sda1.  My 
laptop recognizes my USB floppy as 
/dev/sda.  If I try to mount /dev/sda1 I get a similar error about not knowing the 
filesystem even though the drive 
still spins as if it is on /dev/sda1.  HTH.

Lorenzo Prince
happy Shrike user ;)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: playlist problem...

2003-09-08 Thread Lorenzo Prince
ishwor gurung staggered into view and mumbled:
  I am new to Linux.  I was used to using winamp in windows machine but i 
 can't  load any type of file in my playlist in xmms. 

It is possible that your problem is that xmms in Red Hat  doesn't support playback of 
mp3's.  do a search for the 
xmms-mp3 package.  I think it may be on
http://www.fedora.us

somewhere.  After installing the package it should work as expected.

Lorenzo Prince
happy Shrike user ;)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


1.62MB floppy disks

2003-09-07 Thread Lorenzo Prince
Hi all,
I have foematted a floppy disk as shown below:

$ fdformat /dev/fd0u1680
$ mkdosfs /dev/fd0u1680

Upon completion I end up with a 1.62MB floppy disk.  WinDoze XPt sees the disk and 
all files on it.  It sees it as a 
1.62MB disk.  My laptop with its USB floppy drive sees it as a 1.62MB disk and sees 
all its files.  But when I try to

$ mount /mnt/floppy

after rebooting the PC into Linux RH9 it sees a garbled filesystem.  It will mount the 
disk with no errors, but when I 
do

$ ls /mnt/floppy

I get nothing but weird garbage, most of which is a string of characters I can't show 
here due to the limitations of my 
keyboard.

Is there a way to automacally format a disk of this format without having to know 
before I put the disk in whether I 
should

$ mount /mnt/floppy
or 
$ mount /dev/fd0u1680 /mnt/floppy

Thanks for any help you can give me.

Lorenzo Prince
happy Shrike user ;)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


formatting a disk in a USB floppy drive

2003-09-05 Thread Lorenzo Prince
Hi.  I just bought a USB floppy drive to go in my laptop.  It mounts the disks I put 
into it with no trouble and reads 
very fast.  The problem is that the drive is using /dev/sda.  Neither fdformat or 
floppy like that.  What can I do to 
format a floppy disk in this drive?
Thanks.

Lorenzo Prince
happy Shrike user ;)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


re: formatting a disk in a USB floppy drive

2003-09-05 Thread Lorenzo Prince
Sorry for starting a new thread in your mail client that supports threading.  
Unfortunately I deleted the previous 
message regarding mkfs before I went to the laptop and tried it.  The mkfs command 
returns a warning that states that 
/dev/sda is an entire device instead of a single partition and asks if I want to 
proceed.  If I press y it seems to work 
fine, so I don't know what it is doing.  It almost looks like it's seeing the floppy 
as a hard drive.  However when I 
first plugged the drive into the computer and booted it, it mounted with the following 
command:

mount /mnt/floppy

Am I missing some special property of these drives or something?
Thanks.

Lorenzo Prince
happy Shrike user ;)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: formatting a disk in a USB floppy drive

2003-09-05 Thread Lorenzo Prince
Samuel Flory staggered into view and mumbled:
  Try mkdosfs /dev/sda.

I get a strange error stating mkdosfs will not try to make filesystem on /dev/sda.

If that doesn't work you can do what I do 
 with a camera memory I use for data transfer.
 
 cat /dev/sda  flop
 mkdosfs flop
 cat flop /dev/sda

This seems to work, and the files I add afterword are readable after unmounting and 
remounting /mnt/floppy.  But will 
this work on a previously unformatted disk?

Lorenzo Prince
happy Shrike user ;)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: ISO Updates?

2003-09-03 Thread Lorenzo Prince
One thing to consider is that the ISO's are just as open for modification as the 
RPM's.  If you want people to have 
updated ISO's then you can always update them with the latest packages and 
redistribute the updated versions.  The only 
limitation then would be bandwidth.

Lorenzo Prince
happy Shrike user ;)
-- 
#!/bin/bash
/usr/games/fortune linuxcookie


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: ISO Updates?

2003-09-03 Thread Lorenzo Prince
Otto Haliburton staggered into view and mumbled:
 I don't think it is standard business practice, to issue a new version
 after shipment.  GM's don't give you a new car when they screw up.

I think this is part of the reason why Red Hat has stopped making retail boxed sets.  
The packages simply change too 
often for them to make a whole new box every time something changes.

Lorenzo Prince
happy Shrike user ;)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: end of line at bash

2003-09-03 Thread Lorenzo Prince
Try something like

printf first line\nsecond line\n

According to the manual for the echo command,

echo -e first line\nsecond line

should do the same thing, but it doesn't work on my system for some strange reason.  
The output of that command shows

first linensecond line

HTH.

Lorenzo Prince
happy Shrike user ;)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: end of line at bash

2003-09-03 Thread Lorenzo Prince
Hal Burgiss staggered into view and mumbled:

 $ echo -e  first line\nsecond line
 first line
 second line

Oh.  That's where my problem was.  The manpage didn't say I needed to put quotes 
around the text.  The above command 
does work on my system.

Lorenzo Prince
happy Shrike user ;)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Sweet Success

2003-08-21 Thread Lorenzo Prince
Bret Hughes staggered into view and mumbled:
 I could have sworn I got two today that were
 not flagged by mailscanner  and look legit.  Who knows?

A rather interesting thing about these viruses is that they all seem to have a header 
that says
X-Mailscanner: Found to be clean

I suspect this is just another attemp to make it look real even though it's a virus.  
The really bad thing is that it is 
really hard, once you know this header is there and it is faked, to actually see this 
or any other header in messages 
when viewing them with MS outlook related products.  The sad thing is that some 
unsuspecting Outlook user may actually 
think this is a real returned mail failed delivery message and may actually open the 
attachment to get details and fry 
his/her computer or network.  I can't believe how absolutely real these messages look 
accept, of course, for the 
X-Mailscanner header, which I had seen before in a file that was reported later to 
have contained a virus.  Wow!  I'm 
just glad I wasn't using Outlook/Outlook Express to view those messages.  (Or Windows 
for that matter.)

Lorenzo Prince
happy Shrike user ;)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Paying for good quality software on Linux

2003-08-21 Thread Lorenzo Prince
Just my $0.02:  I do agree that all software should be free software.  However, 
free software is NOT to be confused 
with freeware.  I strongly believe that people should be able to put food on their 
families' tables.  And if this 
means charging reasonable prices for GPL software, then I'm all for it and would pay 
for it in a heartbeat.  If I 
developed free software, I might even charga a reasonable price for it.  My thinking 
is that, (especialy if it's 
something really big), I know it's going to appear on the net sooner or later, but I 
also know that especially those 
people who are on a dial-up or slow broadband connection would much rather buy the 
latest and greatest 5+CD set of 
graphics design or development tools than take their chances and days downloading 
these CD's and find that they were 
badly corrupted somewhere between the person who was offering them and their ISP and 
themselves.

Yes, in short, I do feel that not just Linux software, but ALL software should be 
free.  I don't, however feel that that 
means we shouldn't have to pay for it if it's of good quality.  I'm sure that even 
Linux, as good as it is, could 
benefit from more people donating/paying money to the many companies/individuals who 
develope, maintain and in other 
ways contribute to its success and/or popularity.

Lorenzo Prince
happy Shrike user ;)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: CSAV for Exchange 2000 - Virus Alert

2003-08-20 Thread Lorenzo Prince
Gerry Doris staggered into view and mumbled:
 In other words, I don't understand what service you think you're 
 providing?

Blame this one on M$.  The message came from an Exchange server.  Leave it to M$ to 
report a virus after the virus has 
already propigated.  Note that the message in question that had the virus was posted 
to the list long before the 
Exchange server responded to it. :D

Lorenzo Prince
happy Shrike user ;)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Installing RH9 or above using ReiserFS

2003-08-15 Thread Lorenzo Prince
Is it possible to install RH9 or above on ReiserFS and format the filesystem?  The 
installer seems to show only ext2, 
ext3, software raid, physical volume and swap.  If this is possible, how would I go 
about making it work?

Thanks,
Lorenzo Prince
happy Shrike user ;)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


problem with user saving to floppy

2003-08-15 Thread Lorenzo Prince
HELP!  I am having a problem trying to allow a user to save to the floppy drive in 
Gnome.  I was already logged into the 
machine (RH9), and the other user couldn't mount the drive, as I owned the device. So 
I edited /etc/fstab and changed 
the owner option on the floppy to user and the other user was then allowed to 
mount the drive.  However, once the 
drive was mounted by the other user, files could not be saved to it.  Checking the 
directory listing showed that the 
floppy mount point was owned by the user who mounted it and that the user had write 
permission as well as access 
permission for the mount point.  It also showed write permission for all files that 
were already on the floppy disk.  
However we got an error message stating that the floppy mount point was write 
protected whenever the user who mounted it 
tried to save a file on it.  This problem occurred both in AbiWord and one other prog, 
but I don't remember which one 
was used.  Also, it seems that AbiWord also refused to save the file to the user's 
home directory, but the other program 
did allow us to save the file in the home dir.  Can someone tell me where the problem 
may be and how I can fix it?

Thanks,
Lorenzo Prince
happy Shrike user ;)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: [OT] A response from SCO

2003-08-14 Thread Lorenzo Prince
Stephen Kuhn staggered into view and mumbled:
 Besides, SCO and Microsoft are hand-in-hand in this whole thing - not a
 conspiracy theory, but a reality that doesn't get shown to the public.
 SCO's always been buddy buddy with the M$ crowd - especially with
 Billy Gates...THAT'S historical...

Actually, I have made a rather interesting observation regarding the above quote.  
Take a close look at the message that 
started this thread.  It was a forwarded reply from Blake Stowell of SCO group.  The 
.sig says it all.  Now take a look 
just below the .sig and you will see the classic M$ outlook

- Original message -

tag followed by Ryan's email to SCO.
Yes, it can be clearly seen that SCO is actually using M$ windows and MS Outlook to 
send and receive email on tyeir 
workstations.  Feel free to make whatever assumptions you wish based on this fact, as 
they are probably all true.

Lorenzo Prince
happy Shrike user ;)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Change computer's name

2003-08-14 Thread Lorenzo Prince
Try looking at /etc/sysconfig/network.  It should currently have a line 
that says
HOSTNAME=debian
Change it to whatever address points to your computer, for example, my 
file sais:
HOSTNAME=prince.homelinux.org

HTH

Lorenzo Prince
happy Shrike user ;)
-- 
..you could spend *all day* customizing the title bar.  Believe me.  I
speak from experience.
(By Matt Welsh)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


ftp server problem solved

2003-08-14 Thread Lorenzo Prince
Hi.

Just thought everyone might like to know I did get my FTP problem solved, and I didn't 
have to change my file 
permissions.  Aparently the problem I was having was just with Vsftpd.  I switched my 
server to Proftpd and everything 
works as I originally expected.  Files can be owned by my normal user account and 
group ftp and have permission 640 
(files) and 750 (directories) and proftpd will list the directories for the anonymous 
user.  I hope this helps anyone 
else who would like to use this configuration but has had problems getting vsftpd to 
use it.

Lorenzo Prince
happy Shrike user
-- 
Avoid the Gates of Hell.  Use Linux
(Unknown source)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Postfix /etc/postfix/access not working

2003-08-11 Thread Lorenzo Prince
Hi.  I am running Postfix on RH9.  I am trying to use 
/etc/postfix/access to reject email addresses adn domains that send me 
spam.  I followed the documentation on how to do this, and I run 
postmap /etc/postfix/access
to rebuild the database every time I add a new entry.  I have also tried 
restarting the postfix mailserver every time I rebuild the database.  
However the database doesn't seem to be working.  Messages still come to 
me from the addresses and domains that I have specifically rejected.  Is 
there something else I have to do to enable use of 
/etc/postfix/access.db to control access to Postfix, or is there some 
kind of bug in the program?

Lorenzo Prince
happy Shrike user ;)
-- 
The chat program is in public domain. This is not the GNU public license. If
it breaks then you get to keep both pieces.
(Copyright notice for the chat program)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: How to install kernel sources from SRPM

2003-08-10 Thread Lorenzo Prince
Hi.
Instead of trying to install kernel-2.4.20-19.7.src.rpm try installing 
kernel-source-2.4.20-19.7-i386.rpm.  THis is the 
actual kernel source rpm and will install with rpm -ivh under /usr/src.
HTH.

Lorenzo Prince
happy Shrike user ;)
-- 
  Other than the fact Linux has a cool name, could someone explain why I
  should use Linux over BSD?

 No.  That's it.  The cool name, that is.  We worked very hard on
 creating a name that would appeal to the majority of people, and it
 certainly paid off: thousands of people are using linux just to be able
 to say OS/2? Hah.  I've got Linux.  What a cool name.  386BSD made the
 mistake of putting a lot of numbers and weird abbreviations into the
 name, and is scaring away a lot of people just because it sounds too
 technical.
(Linus Torvalds' follow-up to a question about Linux)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


ftp server problem

2003-08-05 Thread Lorenzo Prince
Hi.  I am using vsftpd to run an ftp server.  All the files in /var/ftp are owned by 
my normal user account and group 
ftp as is the /var/ftp directory itself.  All files are permission 640 and all 
directories including /var/ftp are 
permision 750.  However when I or anyone logs into the ftp server anonymously, the 
server refuses to list files in any 
directory, but it will allow me to change directories.  I have even tried letting the 
server itself run as ftp, but I 
get the same results.  What can I do?

Lorenzo Prince
happy Shrike user ;)
-- 
quit   When the quit statement is read, the  bc  processor
   is  terminated, regardless of where the quit state-
   ment is found.  For example, if  (0  ==  1)  quit
   will cause bc to terminate.
(Seen in the manpage for bc. Note the if statement's logic)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: [OT] Probably the most original 404 error...

2003-08-02 Thread Lorenzo Prince
Zoran's mailinglist account staggered into view and mumbled:
 http://high5.net/mirrors/m0n0.ch/wall/cdrom-pb14r457.iso

Hmm.  The file exists now.  I had to edit the URL in order to see this very original 
error message.  I do hope this 
server gets some professional help before it commits suicide or something.  LOL!

Lorenzo Prince
happy Shrike user ;)
-- 
The only intuitive interface is the nipple. After that, it's all learned.
(Bruce Ediger, [EMAIL PROTECTED], in comp.os.linux.misc, on X interfaces.)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: How to use a slave hard disk?

2003-07-31 Thread Lorenzo Prince
Once you plug the hard drive into the system and boot it, it should show up as 
/dev/hdb.  You can then

mount /dev/hdb /mountpoint

and the drive will be mounted normally.  If you want to mount this drive 
automatically, just put an entry in /etc/fstab 
for the drife.

Lorenzo Prince
happy Shrike user ;)
-- 
I develop for Linux for a living, I used to develop for DOS.
Going from DOS to Linux is like trading a glider for an F117.
(By [EMAIL PROTECTED], Lawrence Foard)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Command Line for Searching for Files Containing Text?

2003-07-30 Thread Lorenzo Prince
Samuel Flory staggered into view and mumbled:
 Lorenzo Prince wrote:
 
 Hmm.  Try the following if you want to search within a specific directory:
 
 for f in /directory/*; do grep text $f; done
 
 or you can omit /directory/ if you want to search the current directory, 
 so the command would look something like this:
 
 for f in *; do grep text $f; done
 
 I think this will do what you need it to do.
 HTH.
  
 
 That's a little complex why not grep some text /directory/*
 
 Or grep -r some text /directory if you want to search all of the files 
 in any directorys within a directory.

Cool.  Thenks.  I actually didn't realize that grep could search multiple files without
having to do some scripting.  ;)

Lorenzo Prince
happy Shrike user ;)
-- 
[In 'Doctor' mode], I spent a good ten minutes telling Emacs what I
thought of it.  (The response was, 'Perhaps you could try to be less
abusive.')
(By Matt Welsh)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


appologies

2003-07-29 Thread Lorenzo Prince
If anyone received bouncebacks claiming messages to me were undeliverable, I 
appologize.  My mail server was temporarily 
down due to a change of hostname.  It is back up now and is currently accepting mail 
on 2 hostnames, although this will 
change probably in a month or so, as I will be permenantly changing the hostname of 
this machine.  Sorry again for the 
inconvenience.

Lorenzo Prince
happy Shrike user ;)
-- 
quit   When the quit statement is read, the  bc  processor
   is  terminated, regardless of where the quit state-
   ment is found.  For example, if  (0  ==  1)  quit
   will cause bc to terminate.
(Seen in the manpage for bc. Note the if statement's logic)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: RH 9.0 log in question: seems a bit long

2003-07-29 Thread Lorenzo Prince
Jason Williams staggered into view and mumbled:
 However, I noticed that when I log in (via putty), once I enter my login 
 name, it hangs for about 2 seconds...Not long I know, but i've never had 
 this happen before with any other RH version.

Once you have logged into the system, how fast does anything you type come up on the 
screen?  Is there any lag time 
between the time you press a key and the time it comes up on the screen?  Or if you 
type a command and press enter, does 
it execute right away, or is there a hang at that point also?  It is possible that 
either for some reason your 
connection chrough Putty is slow, or if the commands are executing immediatly after 
you press enter, it's possible that 
there is something in your /etc/profile or .bash_profile or even in /etc/profile.d 
that may be taking a long time to 
execute.

Lorenzo Prince
happy Shrike user ;)
-- 
We are MicroSoft.  You will be assimilated.  Resistance is futile.
(Attributed to B.G., Gill Bates)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Command Line for Searching for Files Containing Text?

2003-07-29 Thread Lorenzo Prince
Hmm.  Try the following if you want to search within a specific directory:

for f in /directory/*; do grep text $f; done

or you can omit /directory/ if you want to search the current directory, so the 
command would look something like this:

for f in *; do grep text $f; done

I think this will do what you need it to do.
HTH.

Lorenzo Prince
happy Shrike user ;)
-- 
And the next time you consider complaining that running Lucid Emacs
19.05 via NFS from a remote Linux machine in Paraguay doesn't seem to
get the background colors right, you'll know who to thank.
(By Matt Welsh)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


[Alerts@SturmanIndustries.com: Symantec Mail Security detected that you sent a message containing prohibited content (SYM:33731228931617092356)]

2003-07-28 Thread Lorenzo Prince
Help!  Can someone please explain the message below?  I have gotten at least 2 of 
these regarding the last 2 messages I 
sent to the list, and these messages didn't contain any prohibited content that I am 
aware of.  If this one bounces back 
to me with the same response, I think I am going to file a complaint with someone, 
that is if anyone at Sturman 
Industries will listen.

Thanks
Lorenzo Prince
happy Shrike user ;)

- Forwarded message from [EMAIL PROTECTED] -

X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
thread-index: AcNVA2GiMYS4W180QyeKT0pJUKw/8g==
Thread-Topic: Symantec Mail Security detected that you sent a message containing 
prohibited content(SYM:33731228931617092356)
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Symantec Mail Security detected that you sent a message containing prohibited 
content(SYM:33731228931617092356)
Date: Mon, 28 Jul 2003 06:25:50 -0600
X-Mailer: Microsoft CDO for Exchange 2000
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
X-OriginalArrivalTime: 28 Jul 2003 12:28:55.0816 (UTC) FILETIME=[CFECA080:01C35503]

Subject of the message: Re: determining the version of linux
Recipient of the message: [EMAIL PROTECTED] [EMAIL PROTECTED]




- End forwarded message -

-- 
sic transit discus mundi
(From the System Administrator's Guide, by Lars Wirzenius)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: determining the version of linux

2003-07-25 Thread Lorenzo Prince
$ cat /etc/redhat-release

will tell you the version and codename of the Red Hat release you are running.

Lorenzo Prince
happty Red Hat 9 user ;)
-- 
We are using Linux daily to UP our productivity - so UP yours!
(Adapted from Pat Paulsen by Joe Sloan)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Soundblaster Audigy on RH9 PROBLEM

2003-07-25 Thread Lorenzo Prince
Hi.  I installed a dual-boot RH9/WinXP for a friend a couple of months ago.  He has a 
Sound Blaster Audigy sound card 
and it worked fine on the first boot.  Well, now, he has decided to take WinXP off and 
use just RH9.  I did a clean 
install to remove all existing partitions and then updated all the packages.  Now the 
Audigy doesn't work, and the 
sndconfig program says it is not currently supported.  I have tried configuring this 
card with both versions 
2.4.20-18.9 and 2.4.20-19.9 of the kernel with no luck.

What can I do?
PLEASE HELP!

Lorenzo Prince
happy Shrike user ;)
-- 
This  message was brought to  you by Linux, the free  unix.
Windows without the X is like making love without a partner.
Sex, Drugs  Linux Rules
win-nt from the people who invented edlin
apples  have  meant  trouble  since  eden
Linux, the way to get rid of boot viruses
(By [EMAIL PROTECTED], MaDsen Wikholm)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: [OT] Does this mean that IP was proven on the SCO case?

2003-07-24 Thread Lorenzo Prince
Benjamin J. Weiss staggered into view and mumbled:
 Not quite.  SCO could argue that the employee added the code to linux
 without specific, management approval.

However, according to the artical and the definition it presents for apparent 
authority SCO is liable for its own 
employees' actions.  Also, by distributing the kernel source under the GPL *AFTER* 
filing the lawsuit, they were 
acknowledging that they approved of this code being in the kernel and therefore are 
bound by its license terms.

Lorenzo Prince
happy Red Hat 9 iser
NO I WILL NOT BUY A UNIXWARE LICENSE!
-- 
Besides, I think [Slackware] sounds better than 'Microsoft,' don't you?
(By Patrick Volkerding)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: RH 10

2003-07-24 Thread Lorenzo Prince
dnk staggered into view and mumbled:
 10 is on it's way out already?

It is currently in beta test cycle 1.  It is scheduled for final release on 6 October. 
 If you want to beat on it and 
play around with it a little, look in the beta directory on either ftp.redhat.com or 
any other full Redhat miror.

Lorenzo Prince
happy Red Hat 9 user ;)
-- 
If the future navigation system [for interactive networked services on
the NII] looks like something from Microsoft, it will never work.
(Chairman of Walt Disney Television  Telecommunications)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: [OT] Does this mean that IP was proven on the SCO case?

2003-07-23 Thread Lorenzo Prince
Well, I think we will now be able to clear up this SCO thing once and 
for all.

http://newsvac.newsforge.com/newsvac/03/07/22/1547203.shtml

Looks like SCO is responsible for putting its own code into the Linux 
kernel, in which case they ARE bound by the terms of the GPL, and are 
indeed sublicensing all or part of the kernel illegally.

Lorenzo Prince
happy Red Hat 9 user ;)
NO I WILL NOT BUY A UNIXWARE LICENcE!
-- 
Feel free to contact me (flames about my english and the useless of this
driver will be redirected to /dev/null, oh no, it's full...).
(Michael Beck, describing the PC-speaker sound device)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: [OT] Does this mean that IP was proven on the SCO case?

2003-07-23 Thread Lorenzo Prince
Leonard den Ottolander staggered into view and mumbled:
  In a court case you would have to substantiate the fact that they knew 
 the code was there.

This should be very easy to prove since SCO (AKA Caldera) developers are 
listed in the kernel archive as contributors of code enhancements and 
improvements.  These developers had either apparent or austensible 
authority to place this code into the kernel, which is all we need to 
show by law.  Looks like an open-and-shut case.  SCO loses.

Lorenzo Prince
happy Red Hat 9 user ;)
NO I WILL NOT BUY A UNIXWARE LICENCE!


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Laptops?

2003-07-23 Thread Lorenzo Prince
I run RH9 on a Compaq Presario 2100US.  Everything works great, except 
APM.  For some reason the kernel dowsn't support my APM bios.  And I'm 
not sure whether or not the modem works, as I use cable internet with a 
network connection to the laptop.

Lorenzo Prince
happy Red Hat 9 user ;)

-- 
And 1.1.81 is officially BugFree(tm), so if you receive any bug-reports
on it, you know they are just evil lies.
(By Linus Torvalds, [EMAIL PROTECTED])


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: [OT] Does this mean that IP was proven on the SCO case?

2003-07-22 Thread Lorenzo Prince
Hmm.  SCO is trying to license Linux under a non-GPL-compatible license.  Isn't THIS 
illegal?  They could get into some 
VERY serious trouble for this.

Lorenzo Prince
happy Red Hat 9 user ;)
-- 
There are two types of Linux developers - those who can spell, and
those who can't. There is a constant pitched battle between the two.
(From one of the post-1.1.54 kernel update messages posted to c.o.l.a)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: [OT] Does this mean that IP was proven on the SCO case?

2003-07-22 Thread Lorenzo Prince
Leonard den Ottolander staggered into view and mumbled:
  Not exactly. They are trying to get people to pay for their IP they 
 claim slipped into Linux (and was overseen by both Caldera and SCO for 
 years). A little like SuSE making people pay for their installer 
 (YaST). Big difference is that we know where YaST came from but have no 
 clue about the IP SCO wants to license.

But the problem is that this supposed IP is part of the kernel, (which is licensed 
under the GPL) and that SCO has 
distributed this kernel (under the GPL) for years, knowing that this IP was there, 
(Whether it is or not).  This makes 
SCO automatically bound by the terms of the GPL, which states that any sublicense of 
all or part of the program that is 
licensed under the GPL must be compatible with the GPL.  The SuSE example of YaST is 
different, because of the fact that 
YaST is actually a SEPARATE program and is NOT part of the Linux kernel or any other 
open-source licensed software.

Lorenzo Prince
happy Red Hat 9 user ;)
-- 
Linux!  Guerrilla UNIX Development Venimus, Vidimus, Dolavimus.
(By [EMAIL PROTECTED], Mark A. Horton KA4YBR)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Creating a Recover CD with mkcdrec

2003-07-22 Thread Lorenzo Prince
Luciano Rabelo staggered into view and mumbled:
The CD is readable but it is not bootable in that server.
snip 
 The CD is bootable in another machine.

It would seem as if the bios in the server has been reset to disable booting from the 
CD-ROM.  Try enabling the CD-ROM 
in the boot order for the machine.

Lorenzo Prince
happy Red Hat 9 user ;)
-- 
Ever heard of .cshrc?
That's a city in Bosnia.  Right?
(Discussion in comp.os.linux.misc on the intuitiveness of commands.)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Red Hat to abandon retail channel

2003-07-21 Thread Lorenzo Prince
Does the fact the RH is no longer going to produce boxed sets of RH CD's mean that 
they will now offer their tech 
support packages and pay-per-call tech suppor
t for downloading customets?  A couple of weeks ago, I looked at redhat.com to see if 
I as a downloading customer could 
buy tech support and according to the site, it said I had to buy a boxed set with a 
product key to activate an 
entitlement for support other than the normal RHN subscription.  I am hoping that this 
is going to change now that they 
are dropping retail box sets.

Lorenzo Prince
happy Red Hat 9 user ;)
-- 
lp1 on fire
(One of the more obfuscated kernel messages)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Ideas for a BIG project!

2003-07-21 Thread Lorenzo Prince
So far, I think the best sollution for the development problem will probably be the 
NEW Red Hat:

http://rhl.redhat.com/about/

It will accelerate development of the operating system and applications by allowing 
developers to participate in the 
project and will reduce the release cycle to as little as 4 month while still 
emphacising security and stability, as 
most of the packages will be eventually included in Red Hat's enterprise products.

Lorenzo Prince
happy Red Hat 9 user ;)
-- 
The chat program is in public domain. This is not the GNU public license. If
it breaks then you get to keep both pieces.
(Copyright notice for the chat program)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: FTP server

2003-07-20 Thread Lorenzo Prince
[EMAIL PROTECTED] staggered into view and mumbled:
 Recommend try Proftpd !

I have used proftpd in the past, actually before I switched to Red Hat.  I know it can 
chroot
the ftp (anonymous) user.  But for some reason I couod never figure out how to chrot 
non-anonymous users to their home 
directories.  I see vsftpd which comes with RH doesn't seem to do it for
non-anonymous users either, unless I missed something.
Any help on this would be greatly appreciated.

Thanks,
Lorenzo Prince
happy Red Hat 9 user ;)
-- 
And 1.1.81 is officially BugFree(tm), so if you receive any bug-reports
on it, you know they are just evil lies.
(By Linus Torvalds, [EMAIL PROTECTED])


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Ideas for a BIG project!

2003-07-20 Thread Lorenzo Prince
This world-wide testing environment sounds very good in theory.  But what happens of 
the program
being tested is a resource-intensive program?  Then my PC would naturally
run slower, because someone is testing there program in my protected area of my CPU.
I love the idea, but it might cause slow-downs in mission-critical applications.

Lorenzo Prince
happy Red Hat 9 user ;)
-- 
...Unix, MS-DOS, and Windows NT (also known as the Good, the Bad, and
the Ugly).
(By Matt Welsh)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Red Hat 9.0 One user and multiple mailboxes.

2003-07-19 Thread Lorenzo Prince
Jonathan Bartlett staggered into view and mumbled:
 Why not use Postfix?  It comes w/ RH.  

I actually am currently using Postfix and live it.  I especially love how when I 
ran the relay test by telnetting to relay-test.mail-abuse.org, every time it sent a 
test
message ghrough Postfix, the server took linger and longer to respond to the attempted 
relay
of the message through my server, thereby acting as a deterrant to those who would try 
to
hammer my server in an attempt to send spam.  In fact, it was even easier to get
Postfix running than you suggested, as all I had to do was run redhat-switch-mail and
select postfix, then I just upgraded to the latest RPM from what turned out to be
Simon Mudd's site, as I actually remember the postfix.wl0.org address that
was posted earlier to this list, but forgot exactly what the address was till I had 
posted
my FTP site as the place to get the previous version.  BTW, the latest version is
now replacing the older 2.0.12 that I had on my FTP site.  I was just making to 
comment that I 
didn't
know how one could get qmail working easily on RH9 as I had looked on the web site and 
it
looked to be very troublesome to install and get working.

Lorenzo Prince
happy Red Hat 9 user ;)
-- 
linux: because a PC is a terrible thing to waste
([EMAIL PROTECTED] put this on Tshirts in '93)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: What's the best way to resolve RPM dependencies?

2003-07-19 Thread Lorenzo Prince
Probably the best way to resolve dependencies automatically is throu apt or another 
program I
found called yum.  THe only drawback to these programs is that they download the
packages from the internet rather than using your existing CD's.  If you want to try 
apt, it
can be found at:

http://www.freshrpms.net

or to try yum you can find it at:

http://linux.duke.edu/projects/yum

HTH.

Lorenzo Prince
happy Red Hat 9 user ;)
-- 
Fatal Error: Found [MS-Windows] System - Repartitioning Disk for Linux...
(By [EMAIL PROTECTED], Christopher Browne)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Red Hat 9.0 One user and multiple mailboxes.

2003-07-18 Thread Lorenzo Prince
John Nichel staggered into view and mumbled:
 Ditch Sendmail, and install qmail with vmailmgr.  Works like a charm.

But how do you get qmail to work on RH9?  I went to qmail.org to try to get qmail 
cause I heard it was good, but when I 
got there, it said it didn't work with later versions of gcc.  It said I needed a lot 
of patches and that it would be a 
lot of trouble just to get it to work on any new distro.

Loenzo Prince
happy Red Hat 9 user ;)
-- 
I once witnessed a long-winded, month-long flamewar over the use of
mice vs. trackballs...It was very silly.
(By Matt Welsh)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Package Management problems

2003-07-18 Thread Lorenzo Prince
The best package management I have seen so far is the apt package management
 for RPM systems.  First, download and install apt from www.freshrpms.net or
several other sites that have it.  Then from a terminal as root, type:

$ apt-get update
$ apt-get install synaptic

Synaptic is the GUI front-end.  It already comes with a list of sites where it will 
download any packages and dependencies and install them for you automatically.
HTH.

Lorenzo Prince
Happy  Red Hat 9 user ;)
-- 
Feel free to contact me (flames about my english and the useless of this
driver will be redirected to /dev/null, oh no, it's full...).
(Michael Beck, describing the PC-speaker sound device)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Postfix question

2003-07-18 Thread Lorenzo Prince
It actually took me forever to find an RPM for postfix 2.0.x.  The best I could come 
up with was 2.0.12.  If anyone 
would like a copy, you can get it from
ftp://princenet.sytes.net/software/postfix-2.0.12-1.rh9.i386.rpm

HTH

Lorenzo Prince
Happy Red Hat 9 user ;)
-- 
I've run DOOM more in the last few days than I have the last few
months.  I just love debugging ;-)
(Linus Torvalds)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Antivirus for Linux

2003-07-18 Thread Lorenzo Prince
Trevor staggered into view and mumbled:
 Now that Microsoft has their own AntiVirus engine, I wonder how that's going
 to affect the big American AntiVirus companies like Norton, McAfee, etc.  I
 think they will be very, very upset (and worried).

Actually, in order to continue making money, the big american antivirus companies
will probably find it more profitable to develop antivirus software for Linux, as Linux
is now one of the most widely used operating systems in the corporate marketplace
today, and that number is growing fast.  This will also keep them from having to go 
head-to-head
against Microsoft, who is right there ready and willing to crush anything in its path.

Lorenzo Prince
happy Red Hat 9 user ;)
-- 
How should I know if it works?  That's what beta testers are for.  I only
coded it.
(Attributed to Linus Torvalds, somewhere in a posting)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Outlook Quotefix

2003-07-17 Thread Lorenzo Prince
Michael Schwendt staggered into view and mumbled:
 Is this based on experience or do you guess? It is my experience
 that visually impaired people appreciate when all irrelevant text is
 edited out and quotes are stripped down to the minimum that is
 necessary to keep context.

It is actually from experience, as I once saw a message on another
list from a visually impaired person whose signature mentioned something like:

If you need to quot my original message, please do so at the bottom
of your reply, as I am using speech and it is difficult to get past
original messages at the top of replies.
 
 A quoted complete message at the top with a reply below that is
 nearly as bad as a top-posting.

Actually, I don't see how it could be possible that quoted complete
messages at the top could be nearly as bad astop-posting.  Both
are equally bad for using a lot of bandwidth, but I have given up on
messages before that might have been important because I saw that it was a reply and 
said 

- Original message -
(bla bla bla(

at the top of the message and the window was full of nothing but quoting the previous
2 messages.  In short, I didn't think the answer was worth all that
hassle.  And I do conceed that snipping (AS MUCH AS POSSIBLE)
is MUCH better than even one complete

-Original message -
From so-and-so
Sent Pungenday, the 52nd say of Confusion in the YOLD 3169

etc. ;D  This is why I snip or don't even include the previous
message and try to make the context clear enough on my own.

And sorry about the long lines.  I am using Nano with Mutt and I have my
screen resolution set to 1024x768.  It is wrapping at a longer
line I think because of that.  If anyone has any way of fixing this I would be
very happy, as I can't seem to find it in the editor.  Apparently, it just
wraps according to the screen size.  I have tried to fix it manually.  Hope this helps.

Lorenzo Prince
happy Red Hat 9 user ;)
-- 
We use Linux for all our mission-critical applications. Having the source code
means that we are not held hostage by anyone's support department.
(Russell Nelson, President of Crynwr Software)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: MP3 Player

2003-07-16 Thread Lorenzo Prince
mplayer is probably about the best command-line mp3 player.  It plays mp3 as well as 
probably hundreds of other audio 
and video formats.

Lorenzo Prince
happy Red Hat 9 user :)
-- 
...[Linux's] capacity to talk via any medium except smoke signals.
(By Dr. Greg Wettstein, Roger Maris Cancer Center)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Postfix RedHat9

2003-07-16 Thread Lorenzo Prince
Assuming you have postfix already installed, you can simply use redhat-switch-mail to 
change the default mail server to 
postfix.

Lorenzo Prince
happy Red Hat 9 user :)
-- 
World domination.  Fast
(By Linus Torvalds)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Postfix RedHat9

2003-07-16 Thread Lorenzo Prince
Edit /etc/postfix/main.cf and change the  inet_interfaces line so that it reads as 
follows:

inet_interfaces = $myhistname, localhost

Also edit /etc/postfix/aliases so that the root alias actually points to a user 
account where you can receive mail.
HTH.

Lorenzo Prince
happy Red Hat 9 user :)
-- 
We come to bury DOS, not to praise it.
(Paul Vojta, [EMAIL PROTECTED], paraphrasing a quote of Shakespeare)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Outlook Quotefix

2003-07-16 Thread Lorenzo Prince
Well, if you are worried about annoying the entire list, don't worry about me.  I for 
one would rather have the reply to 
a question I posted answered right up front instead of having to wade through the muck 
and the mire of anywhere from 1 
to 5 message I've already read at least twice.  Actually, to tell the truth, 
bottom-posting is actually what annoys me.  
To have to scroll past all that stuff I've already read 3, 4, or even 5 times is just 
a major inconvenience, at least 
for me.  Personally, I prefer one of three things: either in-line posting, but keep 
the snips brief, top-posting, where 
I can see on the first screen of the message that pops up in my mail client what the 
answer to my question was, or just 
simply not including previous messages in the replies at all and just making the 
answer clear enough that I don't have 
to even look back at previous messages that I already read.  Plus, bottom-posting may 
actually be a serious annoyance to 
blind and visually impaired people who rely on braille or speech, which some of us on 
this list may possibly be, as they 
do have to reread the message each time, because with speech and braille, there really 
is no fast scrolling option, so 
in order to find the answer to a question burried under miles of previously read 
messages can be a real pain.
Just my 2 cents.
Lorenzo Prince
happy Red Hat 9 user :)
-- 
Linux: Because a PC is a terrible thing to waste.
(By [EMAIL PROTECTED], Mark Komarinski)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: tiny quick newbie question

2003-07-15 Thread Lorenzo Prince
It is possible to type the name of the file and execute it.  This goes for .sh files 
as well as perl scripts.  Just 
remember that when trying to execute a .pl file (e.g. script.pl) you type at the prompt

script.pl

vor script.sh you would need to type

script.sh

Don't forget to type type the extension.  Extensions aren't used in Linux to determine 
if a file is executable like in 
w32.  The extension is just to let the user know what kind of a script it is, and it 
must be typed along with the rest 
of the file name at the prompt for it to execute.  HTH.

Lorenzo Prince
-- 
 No manual is ever necessary.
May I politely interject here: BULLSHIT.  That's the biggest Apple lie of all!
(Discussion in comp.os.linux.misc on the intuitiveness of interfaces.)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Dependancies and RPM's

2003-07-14 Thread Lorenzo Prince
Try installing the apt-get package.  You may have to do a google search for it, but 
once you get it you'll wonder how 
you ever got by without it.  Once apt-get is installed, all you have to do is type

apt-get install gd

and it will automatically download the RPM and install it.  It will also automatically 
download and install any 
dependencies needed by gd and resolve any conflicting versions by upgrading any and 
all necessary packages.
HTH.

Lorenzo Prince

Logan Linux staggered into view and mumbled:
 Hi all,
 
 I am trying to get (what I thought was) a simple package installed to 
 enable me to produce some graphs in PHP.
 Aparently the GD library will enable this but it requires a few things to 
 be installed. I thought it was the font libraries but I have these already. 
 Im not using a GUI in Redhat 9, just command lines, but I have a minimal 
 instalation of the X libraries. I grabbed a new XFreelib file but it said 
 that there were conflicst so im assuming that its installed.
 
 Then I grabbed the others and got these messages...
 
 [EMAIL PROTECTED] upload]# rpm -ivh glibc-2.3.2-57.i386.rpm
 error: Failed dependencies:
glibc-common = 2.3.2-57 is needed by glibc-2.3.2-57
 
 So im downloading glib-common...
 
 Then i try this one...
 
 [EMAIL PROTECTED] upload]# rpm -Uvh gd-2.0.12-2.i386.rpm
 warning: gd-2.0.12-2.i386.rpm: V3 DSA signature: NOKEY, key ID 897da07a
 error: Failed dependencies:
libgd.so.1.8 is needed by (installed) php-4.2.2-17.2
libgd.so.1.8 is needed by (installed) webalizer-2.01_10-11
 
 Im not sure how to interpret that...what needs what and what is the 
 (installed) part?
 
 ps. --- NEWBIE!
 
 Regards,
 Logan
 
 _
 Hot chart ringtones and polyphonics. Go to  
 http://ninemsn.com.au/share/redir/adTrack.asp?mode=clickclientID=174referral=Hotmail_taglines_plainURL=http://ninemsn.com.au/mobilemania/default.asp
 

-- 
I did this 'cause Linux gives me a woody.  It doesn't generate revenue.
(Dave '-ddt-` Taylor, announcing DOOM for Linux)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Dependancies and RPM's

2003-07-14 Thread Lorenzo Prince
Anton Piatek staggered into view and mumbled:
 www.freshrpms.net has a copy of apt, and loads of build rpms for it as well.

Thanks for that one.  I did a google search myself and promptly forgot the address. 8-}

Lorenzo Prince
-- 
I did this 'cause Linux gives me a woody.  It doesn't generate revenue.
(Dave '-ddt-` Taylor, announcing DOOM for Linux)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: variables within an alias command

2003-07-14 Thread Lorenzo Prince
Chris W. Parker staggered into view and mumbled:
 Where do I define that?

$HOME/.bash_profile should do.  It holds all user-specific aliases and functions.

Lorenzo Prince
-- 
...Unix, MS-DOS, and Windows NT (also known as the Good, the Bad, and
the Ugly).
(By Matt Welsh)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


spurious 8259a interrupt: IRQ7

2003-07-13 Thread Lorenzo Prince
I get this message anywhere from immediately at the login prompt to about 5 minutes 
later.  It seems to never happen 
again untill I reboot the system and it doesn't seem to cause any further problems.  
The strange thing is it only seems 
to happen with the RH kernels.  I previously used Slackware and never hat this 
problem.  Is there a kernel configuration 
issue here or is it something with my hardware?  I have an AMD Athlon XP 1600+ 
processor and a Shuttle ak35 motherboard 
and I am running RH9 with the 2.4.200-18.9 kernel, although the error also occurred on 
a 2.4.20-8 kernel.

Lorenzo Prince
-- 
Absolutely nothing should be concluded from these figures except that
no conclusion can be drawn from them.
(By Joseph L. Brothers, Linux/PowerPC Project)


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


possible postfix security issue

2003-07-13 Thread Lorenzo Prince
I am running Postfix on RH9 and may be having a couple of problems.  I am basically 
using the out-of-the-box config 
file, except I modified the inet_interfaces option to include $myhostname so I can 
receive messages at my domain and 
localhost so I can send messages using my favorite mailers.  One problem I'm having is 
that I keep getting messages 
about business transaction scams from Nigeria, egype and other countries.  I figured 
this was just span and just deleted 
those messages.  Then I ran across another problem just a few days ago.  Seems I sent 
a message that I really didn't 
send to an email address that I had never heard of.  I received an email messge 
warning me that the message I sent 
(which I didn't actually send) contained a virus and that the virus was removed.  It 
seems that someone is using either 
my email address or my MTA to send viruses to people on the internet.  I telnetted to 
relay-test.mail-abuse.org and it 
said it appeared relaying was denied by my MTA.  Is there a way to tell if someone is 
using my MTA to send viruses 
tricking it into thinking it's me sending the message?  Id it even possible for 
someone to do this?  Or is someone just 
using my email address to trick the person receiving the mail into thinking that it is 
coming from me?  In either case, 
how can I stop such activity?  Also I need to find out how I can route mail through 
spamassassin in order to cut down on 
some of the business scams and other spam I receive daily.

Thanks
Lorenzo Prince
--
E pluribus unix


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list