Re: Redhat-devel-list digest, Vol 1 #803 - 1 msg

2002-11-29 Thread Jiangbo
Hi,
Thank you for your help. Now I am using a wait queue instead of the semaphore, 
and it works well. Thank you very much. 

  
I don't have asm/uaccess.h on any of my systems.

On RHL 8.0 I get:
[summer@orange summer]$ gcc -c -Wall test.c -o test
In file included from test.c:10:
/usr/include/linux/string.h:8:2: warning: #warning Using kernel header
in userland!
test.c:19:25: asm/uaccess.h: No such file or directory
test.c: In function `ftok':
test.c:26: storage size of `st' isn't known
test.c:26: warning: unused variable `st'
test.c: At top level:
test.c:35: warning: return type defaults to `int'
test.c: In function `init_module':
test.c:40: warning: implicit declaration of function `sys_semget'
test.c:44: warning: implicit declaration of function `sys_semctl'
[summer@orange summer]$

On 7.3:
[summer@numbat summer]$ gcc -c -Wall test.c -o test
test.c:19:25: asm/uaccess.h: No such file or directory
[summer@numbat summer]$ 

I think those inplicit declarations are part of the problem.









___
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

= = = = = = = = = = = = = = = = = = = =


ÖÂ
Àñ£¡
 
   Jiangbo
   [EMAIL PROTECTED]
2002-11-30 



___
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list



Please help with mtools

2002-11-29 Thread Pranav Badheka


Dear friends,
I am doing R  D on Linux . I am newbie to Linux Platform. I seem to be in love with Linux. I was doing R  D with mtools but that tools simply won't work . I created some files in dos formatted floppy and then tried to use mtools but they simply won't work . 
Is it that newer versionns no longer support them. When i tried to access the man pages it showed the help but command won't work
Please help
Pranav
PRANAV MANHAR BADHEKA

237/2, West View,Jain Derasar Lane,Wadala (West) - MUMBAI 400031.

Tel :- 4120597 / 4155976. Mobile:- 9820454946



E-mail: [EMAIL PROTECTED]

  [EMAIL PROTECTED]
Add photos to your messages with  MSN 8.  Get 2 months FREE*.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: System Requirements

2002-11-29 Thread Thomas Ribbrock
On Thu, Nov 28, 2002 at 06:08:23PM -0600, Ed Wilts wrote:
[...]
 There is *no* safe version of Red Hat Linux that can be installed on a
 386 with 8MB Ram.  All versions that old have serious security holes.

6.2 is still maintained, I thought? I have 6.2 running on a 486DX2/66 laptop
with 8MB. I had to install using another machine, though, due to some
problems with drivers.


 I believe your best bet at this stage is to replace the hardware with
 something manufactured in the last 5 years.  Even a 5-year old system -
 which was typically a Pentium 200 or better - can be upgraded to 64MB
 Ram.  I finally got rid of a 7-year old P166 with 48MB earlier this year
 for $20.  A friend gave me a PentiumPro 200 with 64MB to give to another
 friend a few months ago.  eBay has multiple systems that meet the
 requirements with a Buy-it-Now price of around $40-50 (which is around the
 price of a Red Hat Linux box set).

May I draw your attention that these prices only apply to the US? There are
plenty of countries out there where PCs are quite a bit more expensive - and
this *is* an international mailing list... :-)

Cheerio,

Thomas
-- 
 http://www.netmeister.org/news/learn2quote.html
   ...'cause only lusers quote signatures!
 Thomas Ribbrock | http://www.ribbrock.org | ICQ#: 15839919
   You have to live on the edge of reality - to make your dreams come true!



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Monitoring network traffic on port nivo

2002-11-29 Thread Raymond van den Houwen
Does anyone know a good program to monitor bandwidth on port nivo ?
The reports must be showed webbased !

Yo can make me very happy with this ;)


_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: Monitoring network traffic on port nivo

2002-11-29 Thread Wim De Hul
Hi Raymond,

Are it servers or routers you need to monitor?
If it are routers, take a loot at netflow at www.caida.org
Graphing can be done with cacti at www.raxnet.net, it uses RRDTool from
Tobi Oetiker!

Cheers!

Wim


On Fri, 2002-11-29 at 10:02, Raymond van den Houwen wrote:
 Does anyone know a good program to monitor bandwidth on port nivo ?
 The reports must be showed webbased !
 
 Yo can make me very happy with this ;)
 
 
 _
 Protect your PC - get McAfee.com VirusScan Online 
 http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list
 




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: glibc 2.3 causing compile problems?

2002-11-29 Thread Michael A. Peters
It has been standard practice with Red Hat as long as I have been using
linux (MKLinux DR3 was my first distro - and that was Red Hat 5.1 except
with the Mach 3 mikrokernel and ppc binaries) to create a package
containing just the stuff the user needs to use the software (binary,
config files, documentation) in one package - and to put the headers and
stuff in a second package noted devel.

This allows people who don't want to do development on their system to
install far less number of packages and thus save space.

A lot of people have no intention of compiling anything on their system,
and it is common practice on web servers to not install a compiler so
that a cracker can't compile any code on the machine should he get on.

in these cases, where for whatever reason the user does not want to do
any software compiling, the headers for things like bzip2 etc. really
*don't* need to be installed.

I agree with the Red Hat model of seperating out the headers.
Back when I did some web dev on a little IBM Thinkpad with a small hard
drive, I didn't *want* the extra space taken that installing headers
would take.

On Thu, 2002-11-28 at 16:15, Rikard Bostrom wrote:
 Hi,
 
 The reason the program didn't compile had something to do with
 bzip2. If I installed the rpm bzip2-development it worked like
 a charm... same thing if I downloaded the bzip2 source code
 and compiled that. I think it's stupid that the bzip2-development
 package wasn't installed in the first place, as I selected all the
 development packages in the install. But bzip2 isn't even listed
 there, so I had to install it manually.
 
 I really don't like RedHat's package tool in 8.0, is there an other tool
 out there I can use?
 
 /dahonk
-- 
Michael A. Peters [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Monitoring network traffic on port nivo

2002-11-29 Thread Raymond van den Houwen





Thanks Wim !!

But these monitoring tools do not measure the dataflow per port. I'm gonna 
set up a webserver  gameserver. Each game will work on a different port. 
For example the Game Counter Strike on port 27015. I wanna measure how much 
bandwidth this game uses.

Anyone has a good tip ?


From: Wim De Hul [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Subject: Re: Monitoring network traffic on port nivo
Date: 29 Nov 2002 10:13:35 +0100

Hi Raymond,

Are it servers or routers you need to monitor?
If it are routers, take a loot at netflow at www.caida.org
Graphing can be done with cacti at www.raxnet.net, it uses RRDTool from
Tobi Oetiker!

Cheers!

Wim


On Fri, 2002-11-29 at 10:02, Raymond van den Houwen wrote:
 Does anyone know a good program to monitor bandwidth on port nivo ?
 The reports must be showed webbased !

 Yo can make me very happy with this ;)


 _
 Protect your PC - get McAfee.com VirusScan Online
 http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



 --
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list





--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: Monitoring network traffic on port nivo

2002-11-29 Thread Wim De Hul
Hi Raymond,

Just a thought: if you install Cacti and snmpd, write a perl script or
something like that... I think it can be done that way.

Cheers!

Wim

On Fri, 2002-11-29 at 10:27, Raymond van den Houwen wrote:
 
 
 
 
 
 Thanks Wim !!
 
 But these monitoring tools do not measure the dataflow per port. I'm gonna 
 set up a webserver  gameserver. Each game will work on a different port. 
 For example the Game Counter Strike on port 27015. I wanna measure how much 
 bandwidth this game uses.
 
 Anyone has a good tip ?
 
 
 From: Wim De Hul [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED] [EMAIL PROTECTED]
 Subject: Re: Monitoring network traffic on port nivo
 Date: 29 Nov 2002 10:13:35 +0100
 
 Hi Raymond,
 
 Are it servers or routers you need to monitor?
 If it are routers, take a loot at netflow at www.caida.org
 Graphing can be done with cacti at www.raxnet.net, it uses RRDTool from
 Tobi Oetiker!
 
 Cheers!
 
 Wim
 
 
 On Fri, 2002-11-29 at 10:02, Raymond van den Houwen wrote:
   Does anyone know a good program to monitor bandwidth on port nivo ?
   The reports must be showed webbased !
  
   Yo can make me very happy with this ;)
  
  
   _
   Protect your PC - get McAfee.com VirusScan Online
   http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
  
  
  
   --
   redhat-list mailing list
   unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
   https://listman.redhat.com/mailman/listinfo/redhat-list
  
 
 
 
 
 --
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 _
 Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
 http://join.msn.com/?page=features/junkmail
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list
 




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Kmail help needed

2002-11-29 Thread M.Schild
I use Kmail 1.3.1 ( KDE 2.2-11)
Each time I open the 'sent mail' folder, the whole thing freezes ans i have 
to log out and reboot KDE. A bit like Windows.
Can anyone help, please?
Maryse



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Monitoring network traffic on port nivo

2002-11-29 Thread Wim De Hul
Hi Raymond,

Second Idea:

Install iptables on your server, log all packets into a logfile, install
cacti/RRDTool and write a script that fetches the data from the logfile
and graph them. I think that is a nice solution ;-)

Cheers!

Wim


On Fri, 2002-11-29 at 10:27, Raymond van den Houwen wrote:
 
 
 
 
 
 Thanks Wim !!
 
 But these monitoring tools do not measure the dataflow per port. I'm gonna 
 set up a webserver  gameserver. Each game will work on a different port. 
 For example the Game Counter Strike on port 27015. I wanna measure how much 
 bandwidth this game uses.
 
 Anyone has a good tip ?
 
 
 From: Wim De Hul [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED] [EMAIL PROTECTED]
 Subject: Re: Monitoring network traffic on port nivo
 Date: 29 Nov 2002 10:13:35 +0100
 
 Hi Raymond,
 
 Are it servers or routers you need to monitor?
 If it are routers, take a loot at netflow at www.caida.org
 Graphing can be done with cacti at www.raxnet.net, it uses RRDTool from
 Tobi Oetiker!
 
 Cheers!
 
 Wim
 
 
 On Fri, 2002-11-29 at 10:02, Raymond van den Houwen wrote:
   Does anyone know a good program to monitor bandwidth on port nivo ?
   The reports must be showed webbased !
  
   Yo can make me very happy with this ;)
  
  
   _
   Protect your PC - get McAfee.com VirusScan Online
   http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
  
  
  
   --
   redhat-list mailing list
   unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
   https://listman.redhat.com/mailman/listinfo/redhat-list
  
 
 
 
 
 --
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 _
 Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
 http://join.msn.com/?page=features/junkmail
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list
 




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



problem with d-link modem

2002-11-29 Thread Sudhir Mallik



hi,
 i have d-link dmf-560E modem 
56kbps external modem .
I have redhat Linux 7.3 .I had Linux 6.2 before . 
My modem was supported by that version. If i connect to both ttys0 or ttys1 the 
answer is "Sorry, no modem found" .But i see different lights glowing on my 
modem .The response is better in case of ttys1. I have a mouse connected to 
atty(COM) port.I have a INTEL 440bx-2 
motherboard.


(no subject)

2002-11-29 Thread Sagar Mallik




hi,
 i have d-link dmf-560E modem 
56kbps external modem .
I have redhat Linux 7.3 .I had Linux 6.2 before . 
My modem was supported by that version. If i connect to both ttys0 or ttys1 the 
answer is "Sorry, no modem found" .But i see different lights glowing on my 
modem .The response is better in case of ttys1. I have a mouse connected to 
atty(COM) port.I have a INTEL 440bx-2 
motherboard.


titlebar options - redhat 8

2002-11-29 Thread Hilkiah Lavinier
Hi, I'm not sure what's causing this, but I have RH80 at work and at 
home both running KDE with the bluecurve theme.  Now, at work, I have my 
traditional options when I right click on a window's toolbar (which 
includes 'always on top').  However, at home, when I right click I get a 
totally different set of options (which does not include 'always on 
top').  What program (installed) affects this?

regards,
HL



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: System Requirements

2002-11-29 Thread Bastiaan Welmers
Van: fred smith [EMAIL PROTECTED]


 
 Even 7.x, which may run on a 386 will be severely starved for
 resources on an 8-meg machine. Red Hat's installer likely won't have
 a chance of running on 8 megs, not even in text mode. You may wish
 to look up the rule project, they have an installer (I haven't
 tried it, so take this with salt) that may work for you, though.
 
 But even if you DO get 7.x installed on a 8 meg 386, you 'll find
 yourself thinking of the end of the world as you wait for anything
 to happen. Besides a slow CPU, it'll be swapping its little brains
 out. YOu won't even be able to do 'ls' in a text console without
 a swap storm.
 
 Unless you're a serious masochist, you'll want to skip installation
 of all GUI-related stuff and just use it as a text-mode unix clone.
 
The machine only has to serve and to route. So no X window or
whatever.
I think I won't even use a monitor, just only work with Telnet.
Problems with 5.2 is that no serious package - for example routing or
webserver - will run on it because the lack of kernel support and glibc
version.

I want also use a i486 laptop with 12 megs of RAM, how can I ever be
sure wich version will work on it? RedHat 5.2 works without performance
problems and is fast enough, also with X server, but has lack of package 
support. So that's why I'm looking for a newer version, but before I'm 
going to download 1GB or buy CDs I need to be sure I have the right version.

 Does this 386 by any chance have 30-pin SIMM sockets in it? I've got a 
 good-sized pile of 1-meg 30-pin simms around if you would like to
 have some more.
All sockets are full unfortunatly... I've tried 4 meg simms but they just don't
work.
Maybe I buy a i486 with 24 megs of RAM tomorrow, but a pentium would
be more usefull, because newest RH I just downloaded needs at least an i586.
I'm already working on a Pentium 133 with 64 megs ram
and worked without performence problems with redhat 5.2, but Win 2k is 
disastrous to work with. Problem is that it's my webserver 
and mailserver on W2K too and I can't stop these processes to 
swap the OS.

Bastiaan




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: System Requirements

2002-11-29 Thread Bastiaan Welmers
- Oorspronkelijk bericht -


 There is *no* safe version of Red Hat Linux that can be installed on a
 386 with 8MB Ram.  All versions that old have serious security holes.

Allright, that's a reason when the computer is 24h a day connected with Internet
but I also want to use RH Linux on a laptop i486 with 12MB of ram and
it will never be connected directly to Internet. So security holes won't be the
main reasen for NOT deciding a version.


 I believe your best bet at this stage is to replace the hardware with
 something manufactured in the last 5 years.  Even a 5-year old system -
 which was typically a Pentium 200 or better - can be upgraded to 64MB
 Ram.  I finally got rid of a 7-year old P166 with 48MB earlier this year
 for $20.  A friend gave me a PentiumPro 200 with 64MB to give to another
 friend a few months ago.  eBay has multiple systems that meet the
 requirements with a Buy-it-Now price of around $40-50 (which is around the
 price of a Red Hat Linux box set).

Allright, I think I can get a i486 100MHz with 24 megs of ram for E 22 (= $20).

But I still have a mini laptop with 12 megs I want to use...

Thanks, Bastiaan




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: System Requirements

2002-11-29 Thread Bastiaan Welmers
Van: Bret Hughes [EMAIL PROTECTED]


 As an added data point, I just completed an upgrade to 7.3 on my home
 firewall box a IBM P90 with 32mb.  Text mode install went fine.  I can't
 imagine running ANYTHING less than 16MB and not sure how you would get
 it installed other than one of the micro distros.
Well, I'm using RH 5.2 on a i486 with 12MB laptop, in X with virtual screen
resolution of
800x600, and there are NO performance problems, it all runs relatively quickly.

I choose for a 64MB swap drive, and I'm using a 2,1 GB HD.

But I can't even get the APM module worked (for spuspend mode and battery
check) because lack of kernel support.

 Of course this is a firewall only with sshd about the only service other
 than ipchains, soon to be iptables and will probably do the ipsec deal
 again that I had running under 6.2 on the same box.
Thanks, that's usefull info, I wan't to use these tools, and can't get them
installed on 5.2

/Bastiaan




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: sdfsdf

2002-11-29 Thread WIPRO ADMIN
Stoop this

-Original Message-
From: ankit nagarsheth [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 29, 2002 4:04 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: sdfsdf








_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

 DISCLAIMER : The information in this message is confidential and may be legally 
privileged.It is  intended solely for the addressee.Acess to this message by anyone 
else is unauthorised.If you are  not the intended recipient,any disclosure,copying,or 
distribution of the message,or any action or  omission taken by you in reliance on it 
is prohibted and may be unlawful. Please immediately contact the sender if you have 
recieved this message in error. 
Thank  you.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: System Requirements

2002-11-29 Thread Bastiaan Welmers
Van: Thomas Ribbrock [EMAIL PROTECTED]

 On Thu, Nov 28, 2002 at 06:08:23PM -0600, Ed Wilts wrote:
 [...]
  There is *no* safe version of Red Hat Linux that can be installed on a
  386 with 8MB Ram.  All versions that old have serious security holes.
 
 6.2 is still maintained, I thought? I have 6.2 running on a 486DX2/66 laptop
 with 8MB.
Do you think it uses the co-processor? My 486SX laptop doen't have one,
yours does have.


 I had to install using another machine, though, due to some
 problems with drivers.
I don't even have a floppy drive on my laptop, only a PLIP connection.

Bastiaan



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



sdfsdf

2002-11-29 Thread ankit nagarsheth






_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: System Requirements

2002-11-29 Thread Krishna
Hi,
 I have managed to install RedHat 7.1 on a i386 machine with 16mb ram. 
I installed redhat on a hardisk on a different machine , then upgraded the 
kernel to its i386 rpm which has got math co-processor enabled. After that 
I took the hardisk and put it on the i386 machine. And it worked!!

regards
Krishna

Krishna Shekhar
Network Administrator
Wiplash Wireless

At 11:31 AM 11/29/2002 +0100, you wrote:

- Oorspronkelijk bericht -


 There is *no* safe version of Red Hat Linux that can be installed on a
 386 with 8MB Ram.  All versions that old have serious security holes.

Allright, that's a reason when the computer is 24h a day connected with 
Internet
but I also want to use RH Linux on a laptop i486 with 12MB of ram and
it will never be connected directly to Internet. So security holes won't 
be the
main reasen for NOT deciding a version.


 I believe your best bet at this stage is to replace the hardware with
 something manufactured in the last 5 years.  Even a 5-year old system -
 which was typically a Pentium 200 or better - can be upgraded to 64MB
 Ram.  I finally got rid of a 7-year old P166 with 48MB earlier this year
 for $20.  A friend gave me a PentiumPro 200 with 64MB to give to another
 friend a few months ago.  eBay has multiple systems that meet the
 requirements with a Buy-it-Now price of around $40-50 (which is around the
 price of a Red Hat Linux box set).

Allright, I think I can get a i486 100MHz with 24 megs of ram for E 22 (= 
$20).

But I still have a mini laptop with 12 megs I want to use...

Thanks, Bastiaan




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.423 / Virus Database: 238 - Release Date: 11/25/2002

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.423 / Virus Database: 238 - Release Date: 11/25/2002



RE : RE: problem with d-link modem[

2002-11-29 Thread brain_damage
I 've a similar modem (dfm-560ES) external modem . This works fine with Red Hat
7.1 . it has no prooblen detecting this d0link modem dfm-560ES 56 kbps. 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Kmail help needed

2002-11-29 Thread Guilherme A. Mendes
Have you already tried to update your KDE ?

- Original Message -
From: M.Schild [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, November 29, 2002 7:41 AM
Subject: Kmail help needed


 I use Kmail 1.3.1 ( KDE 2.2-11)
 Each time I open the 'sent mail' folder, the whole thing freezes ans i
have
 to log out and reboot KDE. A bit like Windows.
 Can anyone help, please?
 Maryse



 --
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Spamassassin help

2002-11-29 Thread Brad Alpert
I'm not able to successfully flag specific From: addresses as
non-spam in spamassassin.

What's the quick and dirty technique?

What I've tried and which does not work is to save a message that
was marked as spam and run it through spamassassin with
spamassassin -W message.ext.

According to the help, this should add the headers to the whitelist,
but doesn't seem to.

Any help appreciated!

Thanks/Brad





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Sound

2002-11-29 Thread Guilherme A. Mendes
HI,

I've installed RH 7.3, everything is okay but I can't play MP3 and others
types of sound media and I can't play the KDE sounds for example.

I think Linux didn't install my MIDI driver or something like. Before
install Linux I wrote down the drivers names, the midi driver is MPU. Where
can I find it ?

Thanks
Guilherme A. Mendes




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Menus

2002-11-29 Thread Marius Andreiana
On Jo, 2002-11-28 at 19:58, Ira Childress wrote:
 Thanks for the URL, but whoa! Shame on the gnome developers - this
 convoluted mess is starting to look a lot like Micro$oft crap!
At the very beginning it lists this message
https://listman.redhat.com/pipermail/psyche-list/2002-November/006673.html
As always, you're free to submit ideas and patches to fix this, unlike
Microsoft crap.

Quoting Havoc Pennington:

In an effort to fix this problem only one more time, I posted the
following proposal which modifies vfolders in response to comments
from KDE and WINE developers:

 https://listman.redhat.com/pipermail/xdg-list/2002-November/000887.html

http://www.freedesktop.org/standards/menu/draft/menu-spec/menu-spec.html

So far response is favorable, as seen in the xdg-list thread. I'm
hoping that as a result we can nail down this way of doing menus
(getting the proper code upstream for both GNOME and KDE) and stop
having to revisit this issue.
-- 
Soluţii informatice bazate pe Linux / Linux-based IT solutions
www.galuna.ro




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Kmail help needed

2002-11-29 Thread M.Schild

 Have you already tried to update your KDE ?


No. I thought perhaps an upgrade might make the problem worse.
If you think it may solve the problem, I shall try
Thanks
Maryse



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Samba

2002-11-29 Thread Rigler, S C (Steve)
In //s.o.m.e.i.p/f, you need to provide a valid hostname and not an ip.

1. Add the target computer's netbios name and ip to /etc/samba/lmhosts
2. Use smbmount //hostname/share /mntpnt -o username=whatever

You should be presented with a password prompt and then the share should be mounted.

You aren't planning on accessing this filesystem across the internet are you?  Given 
the fact that sharing a filesystem on an untrusted interface isn't the most secure 
thing to do, some isp's are blocking netbios traffic now as well.

-Steve

-Original Message-
From: Joseph A Nagy Jr [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 28, 2002 4:49 PM
To: redhat-list
Subject: Samba


Hi all,

Yes, I'm playing with samba again (cause a friend of mine doesn't want to temp set up 
apache so I
can just download the files from him that way).

So far, I've managed to get this far after reading man samba and the usage files that 
display when I
faux pas on the commands.

mount -t smbfs -rw -o username=somename,password=somepass //s.o.m.e.i.p./f /chris/
21287: session request to s.o.m.e.i.p. failed (Called name not present)
21287: session request to s failed (Called name not present)
21287: tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid share 
name)
SMB connection failed

-- 
Joseph A Nagy Jr Purgatory is where Windows users go when they
Founder and CEO  die so they can figure out Linux and ascend into
Joseph A Nagy Jr Enterprises whatever higher plane one belives in.
http://jan-jr-ent.homelinux.org  Linux - The Choice of Every Generation

C.S.S.: Construct Skilled in Sabotage
H.T.M.L.: Hazardous Troubleshooting and Mathematics Lifeform
http://www.brunching.com/cgi/cyborger.cgi?acronym=Linux




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Upgrading Kernel - Redhat 8

2002-11-29 Thread Dominic Marsat



Hello,

I've just installed Redhat 8 and in order to get my 
DSL USB modem working I have to upgrade the kernel, adding various patches. I'm 
aware that the i386 kernel is used during the install in order to 
supportmost hardware- but are the correct kernels for my 
processorinstalled after this? The 'KDE Control Center' -- 'Linux 
Kernel Configurator' says that my architecture is i386?

I'm using a Duron 900Mhz so which kernel upgrades 
do I download from the website? i386, i586, i686, Athlon?? Only the source code for i386 is provided on the website. 
why?

The following packages are installed on my 
system:

 $ rpm -qa | grep 
'kernel'

 kernel-2.4.18-14
 
kernel-utils-2.4-8.13
 
kernel-pcmcia-cs-3.1.31-9
 
kernel-doc-2.4.18-14
 
kernel-source-2.4.18-14
 
kernel-debug-2.4.18-4
 
kernel-uml-2.4.18-14

Thanks, Dominic


Re: Spamassassin help

2002-11-29 Thread Mike Burger
Edit your ~/.spamassassin/user_prefs file, and add:

whitelist_from [EMAIL PROTECTED]

On Fri, 29 Nov 2002, Brad Alpert wrote:

 I'm not able to successfully flag specific From: addresses as
 non-spam in spamassassin.
 
 What's the quick and dirty technique?
 
 What I've tried and which does not work is to save a message that
 was marked as spam and run it through spamassassin with
 spamassassin -W message.ext.
 
 According to the help, this should add the headers to the whitelist,
 but doesn't seem to.
 
 Any help appreciated!
 
 Thanks/Brad
 
 
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Spamassassin help

2002-11-29 Thread Brad Alpert
Rats!  I forgot to mention that I had already done that with no
result.  Sorry.

The user_prefs file that I modified is in my ~/mail/.spamassassin
directory.  I am running spamd and procmail in site-wide
configuration.

Is there another user_prefs elsewhere or other file that I should be
modifying?

Thanks/Brad


 Edit your ~/.spamassassin/user_prefs file, and add:

 whitelist_from [EMAIL PROTECTED]

 On Fri, 29 Nov 2002, Brad Alpert wrote:

 I'm not able to successfully flag specific From: addresses as
 non-spam in spamassassin.

 What's the quick and dirty technique?

 What I've tried and which does not work is to save a message
 that was marked as spam and run it through spamassassin with
 spamassassin -W message.ext.

 According to the help, this should add the headers to the
 whitelist, but doesn't seem to.

 Any help appreciated!

 Thanks/Brad





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Tripwire Report via Mail

2002-11-29 Thread Jonathan Gaudette
Can you manually send an e-mail from the tripwire machine to the e-mail
address you want to send the e-mail's to (ie, with the 'mail' command).

Have you checked your logs to see for any error messages?  Do you
receive any type of error messages when you run tripwire manually?

-Jon

On Fri, 2002-11-29 at 01:26, Allen Wayne Best wrote:
 hi all:
 
 i am having a most curious problem with tripwire on one of my servers. it 
 will not mail the report to the GLOBALEMAIL recepient. the server and 
 workstations work fine. the two servers are near identical, one being the 
 fall back for the other. their configuration files (twcfg.txt) are identical. 
 i have done ./twinstall.sh and tripwire --init -c twcfg.txt -p twpol.txt 
 numerous times in an attempt to get the mail to work. Cron run-parts and 
 LogWatch both run fine and mails the reports on both machines. just a 
 weirdness with tripwire.
 
 /usr/sbin/sendmail exits.
 all the mail configuration is fine... in fact, this is the same machine as my 
 mail server. no problems there. it had been working find up until about two 
 weeks ago. nothing had changed on the server in that time frame! curious. any 
 suggestions are most appreciated.
 
 -- 
 regards,
 allen wayne best, esq
 your friendly neighborhood rambler owner
 my rambler will go from 0 to 105
 Current date: 11:18:22::331:2002
 
 Being schizophrenic is better than living alone.
-- 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Getright-like?

2002-11-29 Thread Alfredo Cole
El Jue 28 Nov 2002 21:20, Edward Dekkers escribió:
 Just curious as to what you guys are using as a getright type program for
 Linux. Yes, I can resume ftp or whatever, but it is all manual.

 What I'd like is a proggie where I just say - get this file and walk away,
 and it does it no matter how many times the line drops or other things
 cause the download to drop, it just resume and gets it - automatically.

 One that looks for close mirrors and splits files for simultaneous download
 would be a bonus but I know I'm pushing my luck.

 Suggestions?

 Regards,

 ---
 Edward Dekkers (Director)
 Triple D Computer Services P/L

Try Web Downloader for X and Prozgui. They are very good.

Regards.
-- 
Alfredo J. Cole
http://www.acyc.com
http://www.clshonduras.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Upgrading Kernel - Redhat 8

2002-11-29 Thread Dominic Marsat



Hello,

I've just installed Redhat 8 and in order to get my 
DSL USB modem working I have to upgrade the kernel, adding various patches. I'm 
aware that the i386 kernel is used during the install in order to 
supportmost hardware- but are the correct kernels for my 
processorinstalled after this? The 'KDE Control Center' -- 'Linux 
Kernel Configurator' says that my architecture is i386?

I'm using a Duron 900Mhz so which kernel upgrades 
do I download from the website? i386, i586, i686, Athlon?? Only the source code for i386 is provided on the website. 
why?

The following packages are installed on my 
system:

 $ rpm -qa | grep 
'kernel'

 kernel-2.4.18-14
 
kernel-utils-2.4-8.13
 
kernel-pcmcia-cs-3.1.31-9
 
kernel-doc-2.4.18-14
 
kernel-source-2.4.18-14
 
kernel-debug-2.4.18-4
 
kernel-uml-2.4.18-14

Thanks, Dominic


RE: Spamassassin help

2002-11-29 Thread Steve Anderson
On my system, edit /etc/mail/spamassassin/local.cf for global/spamd use,
adding whitelist_from directives.

Then do service spamassassin restart.

Steve

-Original Message-
Subject: Re: Spamassassin help


Rats!  I forgot to mention that I had already done that with no result.
Sorry.

The user_prefs file that I modified is in my ~/mail/.spamassassin
directory.  I am running spamd and procmail in site-wide configuration.

Is there another user_prefs elsewhere or other file that I should be
modifying?




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Please help with mtools

2002-11-29 Thread Mark Neidorff
What are you trying to do?  What command line are you using?

On Fri, 29 Nov 2002, Pranav Badheka wrote:

 
 Dear friends,
 
 I am doing R   D on Linux . I am newbie to Linux Platform. I seem to be
 in love with Linux. I was doing R  D with mtools but that tools simply
 won't work . I created some files in dos formatted floppy and then tried
 to use mtools but they simply won't work .
 
 Is it that newer versionns no longer support them. When i tried to access
 the man pages it showed the help but command won't work
 
 Please help
 
 Pranav
 
 
 
   PRANAV MANHAR BADHEKA
 
237/2, West View,
Jain Derasar Lane,
  Wadala (West) - MUMBAI 400031.
 
Tel :- 4120597 / 4155976.
   Mobile:- 9820454946
 
 
 
E-mail: [EMAIL PROTECTED]
 
  [EMAIL PROTECTED]
 
 
 
 
 Add photos to your messages with MSN 8. Get 2 months FREE*. --
 redhat-list mailing list unsubscribe
 mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list
 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: LPI Certification...Any Idea?

2002-11-29 Thread Kevin MacNeil
On Fri, Nov 29, 2002 at 03:01:32PM +0800, Alex Chooi wrote:
 Hi! How's life out there? I'm new in Linux. Any commendation with this
 certification? I heard it is good Cos it cover most of the unix or linux
 favor. Please get advice? any recommend book for this ?

I used the O'Reilly book, LPI Certification in a Nutshell by Jeff Dean
(http://www.oreilly.com/catalog/lpicertnut/) as a study guide for the
101 and 102 exams.  I did comfortably pass both on the first try, but
they were surprisingly difficult.  I read somewhere that the failure
rate was close to 60%, and I believe it.  If you're just getting started
with linux, you may want to give yourself some time before attempting
this certification.  

There are quite a few people on this mailing list who have the RHCE
certification, but I prefer LPI because of its lower cost and vendor
neutrality.  However, from what I understand the RHCE has nearly as high
a failure rate as the LPI exams, so I'm sure it is difficult enough to
be meaningful.  Has anyone here written both the LPI and RHCE exams?

If you just want a linux certification and don't care which one it is,
then you may want to investigate CompTIA's Linux+.  People rarely fail
CompTIA exams, but for that reason they're not taken as seriously as
some others.  

The RUTE users tutorial and exposition (rute.sf.net) also has everything
you need to pass any of the above linux certifications. It's also freely
downloadable, but I went with the O'Reilly book because it exactly
follows the LPI exam and I could read it without having my computer on.

I'm studying for the LPI Level 2 exams now, but as far as I know there
are no published study guides for them.  However, you can download the
201 and 202 exam objectives from lpi.org.  The level 1 exams were
difficult enough that I'm making sure I'm well prepared before tackling
the level 2 exams. 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Tripwire Report via Mail

2002-11-29 Thread Tony Molloy
On Friday 29 November 2002 14:35, Jonathan Gaudette wrote:
 Can you manually send an e-mail from the tripwire machine to the e-mail
 address you want to send the e-mail's to (ie, with the 'mail' command).

 Have you checked your logs to see for any error messages?  Do you
 receive any type of error messages when you run tripwire manually?

 -Jon

Make sure tripwire is installed and initialised.

Then try 

   tripwire -m t  --email email-address

e.g

   tripwire -m t --email [EMAIL PROTECTED]

This should send a test e-mail message to that address

Tony.
-- 
-
Tony Molloy. e-mail:  [EMAIL PROTECTED]
Systems Manager.
Dept. of CSIS.   Phone:   +353-61-202778 (DL)
Univ. of Limerick.+353-61-333644 ext. 2778
Ireland. Fax: +353-61-202734
-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: LPI Certification...Any Idea?

2002-11-29 Thread Robert P. J. Day
On Fri, 29 Nov 2002, Kevin MacNeil wrote:

 If you just want a linux certification and don't care which one it is,
 then you may want to investigate CompTIA's Linux+.  People rarely fail
 CompTIA exams, but for that reason they're not taken as seriously as
 some others.  

but isn't comptia the same group fronting the anti-open source
initiative for software choice, which is basically a microsoft
mouthpiece?

feel free to hop over to linuxtoday.com, and do a search on
comptia, and you'll see what i mean.  it strikes me as a bit
odd that comptia would have linux cert exams, when they're
simultaneously promoting the (hideously misnamed) initiative
for software choice.

unless i've confused my secretly-backed microsoft mouthpiece
organizations.  it's possible -- there are so many of them. :-)

rday



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Changing localhost.localdomain

2002-11-29 Thread Manuel Camacho
I have a desktop computer at home running RH 7.2. I connect to the net 
using rp3 by means of a modem connection (no LAN, WAN, not even a network 
card on this box). In my consoles and prompts I 
get localhost.localdomain, which I would like to change to other text, 
i.e., naming my computer. 

How can I do this?

Displaying computer's name rather than localhost.localdomain has 
nothing but an esthetic meaning to me.

Thanks a lot,

-Manuel.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



id: cannot find nam for group ID 500 .... NEED HELP !!!!!!!!!!!!!!!

2002-11-29 Thread Paul Lee
I am in the process of swapping out a mail server. The new server has been
running for a couple of weeks on a secondary domain for testing and ran
GREAT. All of a sudden though, I added the rest of the users in the office
the other day and it no longer works at all. I cannot restart postfix
because it tells me there is a problem with the set_gid field. (I have not
changed anything other than to add a couple of users)Also, whenever I pull
up a new terminal I get a id: cannot find nam for group ID 500 message. I
have gone into the user manager and the group 500 not only has a name, but
so do all the other groups which are giving me the same message.

The longer this server is down, the more mail our office is losing and the
more upset my boss is going to get  PLEASE HELP!!!

Thank you in advance.

Paul Lee
IT Specialist
McMillan Smith and Partners
Architects, PLLC
Tel.: (864) 585 5678
Fax: (864) 542 9451
Toll Free: 800 849 2044

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you have
received this in error, please contact the sender and delete the material
from any computer.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: problems setting up NT Mailserver inside linux firewall

2002-11-29 Thread Joe Polk
Lisa,
It sounds like possibly a name resolution problem. First let's nail down the 
mapping you did. Ports 25 and 110 should be mapped to the NT server (assuming 
you're offering pop and smtp. The NT server should have the firewall set as 
the default gateway (as should be on all internal boxes). I'm assuming the 
firewall is acting as the router for everything. Make sure that the DNS 
servers listed in the IP stack of the NT server are workable. I prefer to use 
external DNS servers as my lan is much too small for my own bind server. If 
you are running a local DNS server, then use your local DNS server as the 
primary and an external one as the secondary.  You didn't specify if you are 
running Exchange. If so, do you have an SMTP gateway (they call it Internet 
Mail Connector) running? If you're running Exchange 2000, it sets up by 
default. If it's 5.5, you'll need to set it up.  Give these a look and let us 
know.

JAV

--



-- Original Message ---
From: Lisa [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thu, 28 Nov 2002 15:47:44 -
Subject: problems setting up NT Mailserver  inside linux firewall 

 I'm setting up a linux firewall and moving an NT Mail server onto a 
 new network  behind this firewall. The machine where the firewall 
 resides has one internal interface and one external interface. Dummy 
 ip addresses are used for machines on the LAN inside the firewall.
 
  At the moment, we have just changed the mail mx record to 
 correspond to the new network address .
 
 In my firewall I have a rule that maps any traffic destined for the 
 mail address to the internal mail server dummy ip. When I email from 
 the mail account to any external mail addresses  and vice versa it 
 doesn't work.
 
 can anyone help me as I have no idea what to do.
--- End of Original Message ---



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



URGENT. CPU, HDD and RAM Perfomance.

2002-11-29 Thread moises
Hello! I have a University project that it have to do next:
A server that it can get the machine performance conected in a network such as: memory free and using,CPU percent iddle or using, Operating System, hard disk storage(free and Used), etc.
I need a C/C++ code for doing this. i've found a lot of commands in linux that they show this information but I need the source code or a concentrated of this information. I've seen that some C/C++ code for the commands(such as top) doesn't work because it need a lot of libraries.can anybody help me!?? please!!
THANKSYahoo! MessengerNueva versión: Webcam, voz, y mucho más ¡Gratis!

RE: Networking

2002-11-29 Thread Joe Polk
Nate's right. Set that subnet to 255.255.255.0 and check your def. gateway 
setting on each box. They should all be the firewall.

JAV


-- Original Message ---
From: nate [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thu, 28 Nov 2002 00:33:05 -0800 (PST)
Subject: RE: Networking

 Cannon, Andrew said:
  Okay, sorry about that. To clarify, I've got 4 computers each is set up
  with IP addresses ending in 1, 2, 3 or 4. The subnet is 255.255.255.255.
  Now, 2, 3 and 4 will ping and rlogin to 1 and 1 can ping/rlogin to 2, 3
  and 4. BUT, 2, 3 and 4 won't ping or rlogin to each other. Whenever I try
  and ping 2, 3 or 4 from each other I get the error Connect: Network is
  unreachable. As far as I can tell, everything is set up correctly. I must
  just be missing one small thing...
 
 I hope you mean 255.255.255.0 for the subnet? 255.255.255.255 is for 
 a single IP address. It'd be blind luck that any machines could talk 
 to each other if they all had a netmask of 255.255.255.255
 
 nate
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list
--- End of Original Message ---



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Spamassassin help

2002-11-29 Thread Brad Alpert
Thanks Steve, I'll give that a try!

Will the existence of a ~/mail/.spamassassin/user_prefs file
override the /etc/mail/local.cf directives?  Also, is there a way to
view the contents of the SA ruleset?

Brad


 On my system, edit /etc/mail/spamassassin/local.cf for
 global/spamd use, adding whitelist_from directives.

 Then do service spamassassin restart.

 Steve





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Changing localhost.localdomain

2002-11-29 Thread Lars
You can add
HOSTNAME=

to
/etc/sysconfig/network
and reboot

RGDS
Lars

On Friday, Nov 29, 2002, at 16:18 Europe/Copenhagen, Manuel Camacho 
wrote:

I have a desktop computer at home running RH 7.2. I connect to the net
using rp3 by means of a modem connection (no LAN, WAN, not even a 
network
card on this box). In my consoles and prompts I
get localhost.localdomain, which I would like to change to other 
text,
i.e., naming my computer.

How can I do this?

Displaying computer's name rather than localhost.localdomain has
nothing but an esthetic meaning to me.

Thanks a lot,

-Manuel.



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: URGENT. CPU, HDD and RAM Perfomance.

2002-11-29 Thread Saul Arias
On Fri, 2002-11-29 at 10:24, moises wrote:
 Hello! I have a University project that it have to do next:
 A server that it can get the machine performance conected in a network such as: 
memory free and using, CPU percent iddle or using, Operating System, hard disk 
storage(free and Used), etc.
 I need a C/C++ code for doing this. i've found a lot of commands in linux that they 
show this information but I need the source code or a concentrated of this 
information. I've seen that some C/C++ code for the commands(such as top) doesn't 
work because it need a lot of libraries. can anybody help me!?? please!!

You can find it here:
http://www.tuxedo.org/~esr/faqs/smart-questions.html#homework
 
 THANKS

You're welcome.

-- 
Saul Arias - [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Front Page Extensions RH 8.0

2002-11-29 Thread Brent Canipe
Hey Guys,
 Well we got 2 new raid servers to replace a couple of ageing servers we have and in 
the migration process to the new ones.

We put RH8.0 on the new raid servers, everything is going as planed perfectly until we 
discovered the the Front Page Extensions
fail to work on the new servers.

We have several web sites that use these extensions... and as usual MS is behind times 
and unreliable.

It seems that they won't have FP extensions for Apache 2.0 until sometime later in 
2003 if at all.

I have heard of some folks getting rather fed up with Microsoft and developed there 
own alternitive to this.

My question is, does anyone here have FP extensions or a sucessfull clone currently 
working with Apache 2.0 and RH 8.0

Help !!

We just spent a lot of money on our upgrade to be stuck at this point.

Thanks,
Brent Canipe
[EMAIL PROTECTED]




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Spamassassin help

2002-11-29 Thread Mike Burger
That's not the correct place.  The correct place is ~/.spamassassin.

On Fri, 29 Nov 2002, Brad Alpert wrote:

 Rats!  I forgot to mention that I had already done that with no
 result.  Sorry.
 
 The user_prefs file that I modified is in my ~/mail/.spamassassin
 directory.  I am running spamd and procmail in site-wide
 configuration.
 
 Is there another user_prefs elsewhere or other file that I should be
 modifying?
 
 Thanks/Brad
 
 
  Edit your ~/.spamassassin/user_prefs file, and add:
 
  whitelist_from [EMAIL PROTECTED]
 
  On Fri, 29 Nov 2002, Brad Alpert wrote:
 
  I'm not able to successfully flag specific From: addresses as
  non-spam in spamassassin.
 
  What's the quick and dirty technique?
 
  What I've tried and which does not work is to save a message
  that was marked as spam and run it through spamassassin with
  spamassassin -W message.ext.
 
  According to the help, this should add the headers to the
  whitelist, but doesn't seem to.
 
  Any help appreciated!
 
  Thanks/Brad
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Spamassassin help

2002-11-29 Thread Mike Burger
You shouldn't add personal whitelists into the global whitelist.

On Fri, 29 Nov 2002, Steve Anderson wrote:

 On my system, edit /etc/mail/spamassassin/local.cf for global/spamd use,
 adding whitelist_from directives.
 
 Then do service spamassassin restart.
 
 Steve
 
 -Original Message-
 Subject: Re: Spamassassin help
 
 
 Rats!  I forgot to mention that I had already done that with no result.
 Sorry.
 
 The user_prefs file that I modified is in my ~/mail/.spamassassin
 directory.  I am running spamd and procmail in site-wide configuration.
 
 Is there another user_prefs elsewhere or other file that I should be
 modifying?
 
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE : Changing localhost.localdomain

2002-11-29 Thread Yohann DESQUERRE (DSI NOISIEL)
Hi,

You may change the /etc/sysconfig/network file andg change the value of 
HOSTNAME=TheNameYouWant

-
Yohann Desquerre
S/Direction de la Production
 
Gestion des Ressources
01.49.31.82.03
-

-Message d'origine-
De : Manuel Camacho [mailto:[EMAIL PROTECTED]] 
Envoyé : vendredi 29 novembre 2002 16:18
À : undisclosed-recipients
Objet : Changing localhost.localdomain

I have a desktop computer at home running RH 7.2. I connect to the net 
using rp3 by means of a modem connection (no LAN, WAN, not even a network 
card on this box). In my consoles and prompts I 
get localhost.localdomain, which I would like to change to other text, 
i.e., naming my computer. 

How can I do this?

Displaying computer's name rather than localhost.localdomain has 
nothing but an esthetic meaning to me.

Thanks a lot,

-Manuel.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Spamassassin help

2002-11-29 Thread Brad Alpert
Right you are!  Memory fade on my part.

It was changed in the correct place (the file doesn't exist in the
path I erroneously specified, of course).

Any clue on the question I raised?  I implemented Steve Anderson's
tip and am waiting to test it.

Brad


 That's not the correct place.  The correct place is
 ~/.spamassassin.

 On Fri, 29 Nov 2002, Brad Alpert wrote:

 Rats!  I forgot to mention that I had already done that with no
 result.  Sorry.

 The user_prefs file that I modified is in my
 ~/mail/.spamassassin directory.  I am running spamd and procmail
 in site-wide
 configuration.

 Is there another user_prefs elsewhere or other file that I
 should be modifying?

 Thanks/Brad


  Edit your ~/.spamassassin/user_prefs file, and add:
 
  whitelist_from [EMAIL PROTECTED]
 
  On Fri, 29 Nov 2002, Brad Alpert wrote:
 
  I'm not able to successfully flag specific From: addresses
 as non-spam in spamassassin.
 
  What's the quick and dirty technique?
 
  What I've tried and which does not work is to save a message
  that was marked as spam and run it through spamassassin with
  spamassassin -W message.ext.
 
  According to the help, this should add the headers to the
  whitelist, but doesn't seem to.
 
  Any help appreciated!
 
  Thanks/Brad




 --
 Mike Burger
 http://www.bubbanfriends.org

 Visit the Dog Pound II BBS
 telnet://dogpound2.citadel.org or
 http://dogpound2.citadel.org:2000





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Spamassassin help

2002-11-29 Thread Brad Alpert
Any idea why my personal whitelist isn't working, Mike?

I've got whitelist_from  *@lockergnome.com in my local user-prefs
and list man from them still gets tagged as spam.

Brad

 You shouldn't add personal whitelists into the global whitelist.

 On Fri, 29 Nov 2002, Steve Anderson wrote:

 On my system, edit /etc/mail/spamassassin/local.cf for
 global/spamd use, adding whitelist_from directives.

 Then do service spamassassin restart.

 Steve

 -Original Message-
 Subject: Re: Spamassassin help


 Rats!  I forgot to mention that I had already done that with no
 result. Sorry.





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Faulty RPM on rh8

2002-11-29 Thread ABrady
On Fri, 29 Nov 2002 17:06:20 +1000 (EST)
David [EMAIL PROTECTED] wrote:

 On 29 Nov 2002, Kevin Breit wrote:
  Hey,
  I have a mostly new Red Hat 8 install (two days).  When I do rpm
  -Uvh
  anything it just sits there and doesn't do anything with the rpm. 
  Same goes for anything that uses RPM.  How can I fix this?
 
 - kill all rpm processes
 - rm -f /var/lib/rpm/__*
 - install rpm-4.1-9 from ftp://people.redhat.com/jbj/test-4.1/
 
 rpm-4.1-9 doesn't fix the problem for me, but it's an improvement.
 
 Search through https://bugzilla.redhat.com for more info.
 
 David.

I don't know if anybody has tried the version on Rawhide. I just
installed it to see if it actually fixes anything.

-- 
Well, what was the ham cured OF?



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Spamassassin help

2002-11-29 Thread Steve Anderson
It is my understanding that using spamd in the default configuration,
the local.cf file overrides per user configuration for speed and
efficiency.  I believe there are ways to allow per user configuration
with spamd (sql database, etc.), but I have not explored them.

I do not know of a way to dynamically view the ruleset, but it may be
possible (search for perldoc references in documentation).  The standard
rule set is listed on their web site at
http://www.spamassassin.org/tests.html, but this is probably not what
you are looking for.

Steve

-Original Message-

Thanks Steve, I'll give that a try!

Will the existence of a ~/mail/.spamassassin/user_prefs file override
the /etc/mail/local.cf directives?  Also, is there a way to view the
contents of the SA ruleset?




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Why No Christmas Promo?

2002-11-29 Thread Dr. David M. Colburn
Am headed out to purchase RH8 at CompUSA today and noticed that there is
no sale promo.

It seems odd that a company interested in enlarging its market share
would not authorize retailers to give some sort of holiday discount, 10%
off, $5. or $10. rebate or something.

I want to be able to use the automated update feature, get the manuals,
and to support Red Hat so I will buy a copy in any case.  Perhaps I can
figure out why RH8 fails to recognize the SanDisk CF Reader via the
manual ... or perhaps one of the updates repairs the flaw.

Blessings ... doc 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Upgrade of KDE fails

2002-11-29 Thread Patrick
-BEGIN PGP SIGNED MESSAGE-

Hi,
I have tried to upgrade my version of KDE 3.0 with RH 7.3 to upgrade to 3.0.5
I have download all rmp's frpm kde.org (RH8) an then rpm, but there are stil 
dependencies errors.
So is it possible to upgrade my version of KDE?

Patrick


- ---
PGP Key: http://users.pandora.be/rivendell/marquetp.pgp.gz


-BEGIN PGP SIGNATURE-
Version: 2.6.3in
Charset: noconv

iQCVAwUBPeer545Rj3kX1kmFAQHYoQQAnC9i+p6Hzd2mNc8lGZ5qGli66LltQSPv
4WdrzoZedKG3qM4p2SZkgLKeG+UAA52EA6pZXdDTOW5YYmvVn4RqbnHSvxaHoMmh
qYZ22yaSzH5vkgmPHUHyaIa6Wjkt7+30eikJGKTZCDhDjkovsJcFb0Gyz5ff5G6L
eQqw6oVsqto=
=WFgW
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



telnet source

2002-11-29 Thread dbrett
Does anybody know where to find the source for the the telnet package
telnet-0.17-20?  I have done search with Google and RedHat.  I get lots of
hits, but all the ones I try are not there any more.

david




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Changing localhost.localdomain

2002-11-29 Thread Joseph A Nagy Jr
Manuel Camacho wrote:

I have a desktop computer at home running RH 7.2. I connect to the net 
using rp3 by means of a modem connection (no LAN, WAN, not even a network 
card on this box). In my consoles and prompts I 
get localhost.localdomain, which I would like to change to other text, 
i.e., naming my computer. 

How can I do this?

Displaying computer's name rather than localhost.localdomain has 
nothing but an esthetic meaning to me.

Thanks a lot,

-Manuel.




hostname your.hostname

--
Joseph A Nagy Jr Purgatory is where Windows users go when they
Founder and CEO  die so they can figure out Linux and ascend into
Joseph A Nagy Jr Enterprises whatever higher plane one belives in.
http://jan-jr-ent.homelinux.org  Linux - The Choice of Every Generation

C.S.S.: Construct Skilled in Sabotage
H.T.M.L.: Hazardous Troubleshooting and Mathematics Lifeform
http://www.brunching.com/cgi/cyborger.cgi?acronym=Linux



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Why No Christmas Promo?

2002-11-29 Thread Jonathan Gaudette
RedHat sells their software for the amount of money they feel it is
worth, and how much they can afford to keep their operation going.  I
would assume that the reason they don't give discounts is because they
are not like the hundreds of other software companies out there, who try
to milk the most money out of their customers.

If you would like to continue to support RedHat, do not buy it from a
CompUSA, Best Buy, Staples, or any other software retail store. 
Instead, support RedHat directly, by buying it from them on their
website.  This supports RedHat, buy making sure that all of your money
goes to them.  Otherwise, part of the money you are spending is going to
that retail store. Unless, of course, you want to support the retail
store (which is not necessarily a bad thing).

At least you are buying it from CompUSA ... if it was Staples or Best
Buy, I would criticize supporting them.

Enjoy :)

-Jon

On Fri, 2002-11-29 at 11:20, Dr. David M. Colburn wrote:
 Am headed out to purchase RH8 at CompUSA today and noticed that there is
 no sale promo.
 
 It seems odd that a company interested in enlarging its market share
 would not authorize retailers to give some sort of holiday discount, 10%
 off, $5. or $10. rebate or something.
 
 I want to be able to use the automated update feature, get the manuals,
 and to support Red Hat so I will buy a copy in any case.  Perhaps I can
 figure out why RH8 fails to recognize the SanDisk CF Reader via the
 manual ... or perhaps one of the updates repairs the flaw.
 
 Blessings ... doc 
-- 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Upgrading Kernel - Redhat 8

2002-11-29 Thread Rick Johnson
On Fri, 2002-11-29 at 06:47, Dominic Marsat wrote:
 Hello,   I've just installed Redhat 8 and in order to get my DSL USB
 modem working I have to upgrade the kernel, adding various patches.
 I'm aware that the i386 kernel is used during the install in order to
 support most hardware - but are the correct kernels for my
 processor installed after this? The 'KDE Control Center' -- 'Linux
 Kernel Configurator' says that my architecture is i386?   I'm using a
 Duron 900Mhz so which kernel upgrades do I download from the website?
 i386, i586, i686, Athlon?? Only the source code for i386 is provided
 on the website. why?   The following packages are installed on my
 system:   $ rpm -qa | grep 'kernel'   kernel-2.4.18-14
 kernel-utils-2.4-8.13 kernel-pcmcia-cs-3.1.31-9
 kernel-doc-2.4.18-14 kernel-source-2.4.18-14
 kernel-debug-2.4.18-4 kernel-uml-2.4.18-14   Thanks, Dominic

Grab Athlon where you can, then i686, then i386 for the remaining
packages.

-Rick
-- 
Rick Johnson, RHCE - [EMAIL PROTECTED] (from home)
Linux/WAN Administrator - Medata, Inc.
PGP Key: https://mail.medata.com/pgp/rjohnson.asc



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Samba

2002-11-29 Thread Joseph A Nagy Jr
Rigler, S C (Steve) wrote:

In //s.o.m.e.i.p/f, you need to provide a valid hostname and not an ip.

1. Add the target computer's netbios name and ip to /etc/samba/lmhosts
2. Use smbmount //hostname/share /mntpnt -o username=whatever

You should be presented with a password prompt and then the share should be mounted.

You aren't planning on accessing this filesystem across the internet are you?  Given the fact that sharing a filesystem on an untrusted interface isn't the most secure thing to do, some isp's are blocking netbios traffic now as well.

-Steve


snip

I'm trying to grab a copy of my friends entire windows directory so I can use it for wine.


--
Joseph A Nagy Jr Purgatory is where Windows users go when they
Founder and CEO  die so they can figure out Linux and ascend into
Joseph A Nagy Jr Enterprises whatever higher plane one belives in.
http://jan-jr-ent.homelinux.org  Linux - The Choice of Every Generation

C.S.S.: Construct Skilled in Sabotage
H.T.M.L.: Hazardous Troubleshooting and Mathematics Lifeform
http://www.brunching.com/cgi/cyborger.cgi?acronym=Linux



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



ERROR: no acceptable cc in $Path (and more errors) Help!

2002-11-29 Thread Shizznik McRuube
Hello,

Ok First I am very new to the Linux world I just downloaded and 
installed Red Hat 8.0 last week. And have had difficulty configuring the 
 entire system.

I've had trouble with my printer. And after Checking the HPIJS version I 
 figured I needed an update to that driver.

I downloaded to a convenient directory extracted and tried to run 
./configure
what followed was a list of errors.
these are the errors

./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH

I have run into these errors with every program or driver etc. When I 
have to compile to install. Whilst looking for a solution I found a site 
that said to try running: CC=cc_name ./configure
this is the output of that.

 CC=cc_name ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... cc_name
checking whether the C compiler (cc_name  ) works... no
configure: error: installation or configuration problem: C compiler 
cannot create executables.

These have happened in every downloaded program I have tried to install
and I have also tried these commands as root with the same results.

What do I need to do? Do I need to download GCC or  do I need to start 
first with installing a new autoconf etc. If so how do I do that?

PLease help this is very frustrating.




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: LPI Certification...Any Idea?

2002-11-29 Thread Ryurick M. Hristev
On Fri, 29 Nov 2002, Alex Chooi wrote:

 Hi! How's life out there? I'm new in Linux. Any commendation with this
 certification? I heard it is good Cos it cover most of the unix or linux
 favor. Please get advice? any recommend book for this ?

Any certificate is useless by itself. What matters is knowledge, experience
and a keen eye for details -- particularly when it cames to troubleshooting.

However having said that, sadly it happens that some people pay more attention
to the paper rather to the person, e.g. employers (hopefully only few of them).

LPI is supposed to be vendor independent, RHCE is more widely known. I doubt
very much that either of you will make you wiser.

If you are new to Linux then RHCE may prove difficult even if you are 'old'
to Unix. Don't know much about LPI.

So it boils down to: what do you need it for ? (you have to answer the question
only to yourself).

Disclaimer: I have the RHCE

Cheers,
-- 
Ryurick M. Hristev mailto:[EMAIL PROTECTED]
Computer Systems Manager
University of Canterbury, Physics  Astronomy Dept., New Zealand



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Upgrade of KDE fails

2002-11-29 Thread Anthony Abby
On Fri, 2002-11-29 at 13:03, Patrick wrote:
 -BEGIN PGP SIGNED MESSAGE-
 
 Hi,
 I have tried to upgrade my version of KDE 3.0 with RH 7.3 to upgrade to 3.0.5
 I have download all rmp's frpm kde.org (RH8) an then rpm, but there are stil 
 dependencies errors.
 So is it possible to upgrade my version of KDE?
 


Patrick, did you just use --nodeps?

Dump all the rpms in a directory, cd to it and run

rpm -Uvh --nodeps *.rpm

or

rpm -Fvh --nodeps *.rpm

Make sure you got them all though.

Anthony



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: telnet source

2002-11-29 Thread Emmanuel Seyman
On Fri, Nov 29, 2002 at 12:13:52PM -0500, dbrett wrote:

 Does anybody know where to find the source for the the telnet package
 telnet-0.17-20?  I have done search with Google and RedHat.  I get lots of
 hits, but all the ones I try are not there any more.

Have you tried the .src.rpm ?

Emmanuel



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Changing localhost.localdomain

2002-11-29 Thread Manuel Camacho
I manually changed /etc/sysconfig/network.

Now I log and I have MyComputer as hostname.

BUT, when I try to compile, compilations generate an error message (but 
they end successfully):

Could not canonicalize hostname: MyComputer

lpd is giving hostname errors, too.

I tried issuing the hostname command, but I got the same results.

Any ideas?

TIA,

-Manuel.

-Original Message-
From: Joseph A Nagy Jr [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Fri, 29 Nov 2002 11:09:36 -0600
Subject: Re: Changing localhost.localdomain

 Manuel Camacho wrote:
  I have a desktop computer at home running RH 7.2. I connect to the
 net 
  using rp3 by means of a modem connection (no LAN, WAN, not even a
 network 
  card on this box). In my consoles and prompts I 
  get localhost.localdomain, which I would like to change to other
 text, 
  i.e., naming my computer. 
  
  How can I do this?
  
  Displaying computer's name rather than localhost.localdomain has 
  nothing but an esthetic meaning to me.
  
  Thanks a lot,
  
  -Manuel.
  
  
  
 
 hostname your.hostname
 
 -- 
 Joseph A Nagy Jr Purgatory is where Windows users go
 when they
 Founder and CEO  die so they can figure out Linux and
 ascend into
 Joseph A Nagy Jr Enterprises whatever higher plane one belives in.
 http://jan-jr-ent.homelinux.org  Linux - The Choice of Every Generation
 
 C.S.S.: Construct Skilled in Sabotage
 H.T.M.L.: Hazardous Troubleshooting and Mathematics Lifeform
 http://www.brunching.com/cgi/cyborger.cgi?acronym=Linux
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Why No Christmas Promo?

2002-11-29 Thread Teodor Georgiev

absolutely correct  !!!

don't be just a takers. Think a bit for the people who spend their time
and burn their eyes in developing the software
which all we use after for commercial purposes.
Let's suppose an ISP or an webhosting company running Linux and GPL
software. They have not paid a bloody dollar for it, but use it.
At the other hand, because they like so much the free software and services,
then WHY THEY DO NOT GIVE THEIR
SERVICES for free 

Think a bit. And stop being takers.


=- Original Message -
From: Jonathan Gaudette [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, November 29, 2002 7:11 PM
Subject: Re: Why No Christmas Promo?


 RedHat sells their software for the amount of money they feel it is
 worth, and how much they can afford to keep their operation going.  I
 would assume that the reason they don't give discounts is because they
 are not like the hundreds of other software companies out there, who try
 to milk the most money out of their customers.

 If you would like to continue to support RedHat, do not buy it from a
 CompUSA, Best Buy, Staples, or any other software retail store.
 Instead, support RedHat directly, by buying it from them on their
 website.  This supports RedHat, buy making sure that all of your money
 goes to them.  Otherwise, part of the money you are spending is going to
 that retail store. Unless, of course, you want to support the retail
 store (which is not necessarily a bad thing).

 At least you are buying it from CompUSA ... if it was Staples or Best
 Buy, I would criticize supporting them.

 Enjoy :)

 -Jon

 On Fri, 2002-11-29 at 11:20, Dr. David M. Colburn wrote:
  Am headed out to purchase RH8 at CompUSA today and noticed that there is
  no sale promo.
 
  It seems odd that a company interested in enlarging its market share
  would not authorize retailers to give some sort of holiday discount, 10%
  off, $5. or $10. rebate or something.
 
  I want to be able to use the automated update feature, get the manuals,
  and to support Red Hat so I will buy a copy in any case.  Perhaps I can
  figure out why RH8 fails to recognize the SanDisk CF Reader via the
  manual ... or perhaps one of the updates repairs the flaw.
 
  Blessings ... doc
 --



 --
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Why No Christmas Promo?

2002-11-29 Thread M.Schild
  I agree. For a reasonable price, you get a stable OS. Do you want someone 
to install it as well  fro you for the same price?
Maryse


 absolutely correct !!!

 don't be just a takers. Think a bit for the people who spend their time
 and burn their eyes in developing the software
 which all we use after for commercial purposes.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



ssl problem with webmin

2002-11-29 Thread Blair MacDonald
Hi :)


I think I have sent this out in html by mistake the last time ...sorry if I
did

I have installed webmin to administer  my redhat 8 server but I want it
secure .

I have installed the two modules for it

OpenSSL library
Net::SSLeay

both with rpm's

because in webmin it says that the module Net::SSLeay appeasr to not be
installed in your system and yo must install OpenSSL
in order for it to work. I did this with both rpms  with -i switch to
install the programes

then

I run the command  perl -e 'use Net::SSLeay' to see if there are errors (if
no errors then set up fine) and I get the following

Can't locate Net/SSLeay.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl/5.6.1
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.


Can anyone tell me what is wrong .

Blair



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Sound Drivers

2002-11-29 Thread Will Mendez
How do I confirm if I'm using ALSA or Red Hat's sound driver. 

Thanks! 
-- 

Will Mendez
Mmmm...XSI
www.xsibase.com 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Mounting Fat32 with german letters

2002-11-29 Thread Darth Vader
I use Redhat 8 and mounted a FAT32 partition. I've the problem now, that 
folders or files with german letters like ä,ö,ü etc. are locked. I think it's 
a problem with the codepage, but I couldn't fixed that. Can anyone help me?



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Modemlights under Linux 8

2002-11-29 Thread Tom Baribault
I recently installed Linux 8, I access the Internet using a 56K
modem, everything works
well, however I added Modemlights to the panel and it doesn't light up,
(no data is transmitting, etc.)

Do I have to turn on a switch somewhere to get it to activate?

I have the standard Linux  firewall set to medium and a antivirus 
downloaded from hbedv.com active. Could these be interfering with the
Modemlights operation??

Thanks,  Tom Baribault in Florida




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


redhat-config-date does not execute

2002-11-29 Thread Bruno Negrao
Hi guys,

I'm using a RH8.0. In the graphical environment GNOME, when I try to run
/usr/bin/redhat-config-date command,
it outputs the following error message:

[root@corsair share]# redhat-config-date
Traceback (most recent call last):
  File /usr/share/redhat-config-date/redhat-config-date.py, line 35, in ?
mainWindow.mainWindow().stand_alone()
  File /usr/share/redhat-config-date/mainWindow.py, line 181, in __init__
self.timezonePage = timezone_gui.timezonePage()
  File /usr/share/redhat-config-date/timezone_gui.py, line 50, in __init__
self.tz = TimezoneMap(zonetab, self.default, map=path)
  File /usr/share/redhat-config-date/timezone_map_gui.py, line 139, in
__init__
self.setCurrent(self.currentEntry)
  File /usr/share/redhat-config-date/timezone_map_gui.py, line 180, in
setCurrent
self.markers[self.currentEntry.tz].hide()
AttributeError: 'NoneType' object has no attribute 'tz'


What can it be?
Thanks,
-
 -- Bruno Negrão -- Suporte
 -- Plugway Acesso Internet Ltda.
 -- (31)34812311
 -- [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: titlebar options - redhat 8

2002-11-29 Thread Bret Hughes
On Fri, 2002-11-29 at 04:06, Hilkiah Lavinier wrote:
 Hi, I'm not sure what's causing this, but I have RH80 at work and at 
 home both running KDE with the bluecurve theme.  Now, at work, I have my 
 traditional options when I right click on a window's toolbar (which 
 includes 'always on top').  However, at home, when I right click I get a 
 totally different set of options (which does not include 'always on 
 top').  What program (installed) affects this?
 
 regards,
 HL
 

I don't know but I miss it too.  I lost it on my 7.2 box when I $%%^*ed
up and did the ximian thing.

If anyone knows what setting affects this I would be very interested to
find out.  I have never understood the dilineation of responsibilities
between a desktop manager like KDE /GNOME and the window manager so I
get confused as to where to look for certain functionality.  Of course I
am easily confused to begin with.

Bret



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Changing localhost.localdomain

2002-11-29 Thread Bret Hughes
On Fri, 2002-11-29 at 11:39, Manuel Camacho wrote:
 I manually changed /etc/sysconfig/network.
 
 Now I log and I have MyComputer as hostname.
 
 BUT, when I try to compile, compilations generate an error message (but 
 they end successfully):
 
 Could not canonicalize hostname: MyComputer
 
 lpd is giving hostname errors, too.
 
 I tried issuing the hostname command, but I got the same results.
 
 Any ideas?

You need to add MyComputer to your /etc/hosts file.  The norm is to use
the primary network interface but I would guess that giving it an
address of 127.0.0.1 would work too.

Bret



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: ssl problem with webmin

2002-11-29 Thread Bret Hughes
On Fri, 2002-11-29 at 12:37, Blair MacDonald wrote:
 Hi :)
 
 
 I think I have sent this out in html by mistake the last time ...sorry if I
 did
 
 I have installed webmin to administer  my redhat 8 server but I want it
 secure .
 
 I have installed the two modules for it
 
 OpenSSL library
 Net::SSLeay
 
 both with rpm's
 
 because in webmin it says that the module Net::SSLeay appeasr to not be
 installed in your system and yo must install OpenSSL
 in order for it to work. I did this with both rpms  with -i switch to
 install the programes
 
 then
 
 I run the command  perl -e 'use Net::SSLeay' to see if there are errors (if
 no errors then set up fine) and I get the following
 
 Can't locate Net/SSLeay.pm in @INC (@INC contains:
 /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0
 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl/5.6.1
 /usr/lib/perl5/site_perl
 /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
 /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at -e line 1.
 BEGIN failed--compilation aborted at -e line 1.
 
 
 Can anyone tell me what is wrong .

What rpms did you install?  

rpm -qa|grep -v ssl


where did it put the files?

rpm -ql package_of_interest

Bret




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



How to disable UTC offset without redhat-config-date?

2002-11-29 Thread Bruno Negrao
Hi,
I'm running redhat 8.0. I set i to use GMT -3 as UTC offset but I don't want
it anymore since my smtp server is changing the time of its received
messages (it is subtracting 3 hours and writing the modified time in the
messages headers).

To stop this behaviour, I would like to disable this GMT -3 from my system.
How can I do this wihout runing the tool redhat-config-date? (this tool is
not running properly here)

When I issue the date command, it returns:
Fri Nov 29 19:13:28 GMT-3 2002

Thank you,
-
 -- Bruno Negrão -- Suporte
 -- Plugway Acesso Internet Ltda.
 -- (31)34812311
 -- [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: telnet source

2002-11-29 Thread dbrett


On Fri, 29 Nov 2002, dbrett wrote:

 Does anybody know where to find the source for the the telnet package
 telnet-0.17-20?  I have done search with Google and RedHat.  I get lots of
 hits, but all the ones I try are not there any more.
 
 david
 
 
 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Spamassassin help

2002-11-29 Thread Mike Burger
I guess I need to ask how you're running SA...are you running spamd and 
calling spamc by procmail?

On Fri, 29 Nov 2002, Brad Alpert wrote:

 Right you are!  Memory fade on my part.
 
 It was changed in the correct place (the file doesn't exist in the
 path I erroneously specified, of course).
 
 Any clue on the question I raised?  I implemented Steve Anderson's
 tip and am waiting to test it.
 
 Brad
 
 
  That's not the correct place.  The correct place is
  ~/.spamassassin.
 
  On Fri, 29 Nov 2002, Brad Alpert wrote:
 
  Rats!  I forgot to mention that I had already done that with no
  result.  Sorry.
 
  The user_prefs file that I modified is in my
  ~/mail/.spamassassin directory.  I am running spamd and procmail
  in site-wide
  configuration.
 
  Is there another user_prefs elsewhere or other file that I
  should be modifying?
 
  Thanks/Brad
 
 
   Edit your ~/.spamassassin/user_prefs file, and add:
  
   whitelist_from [EMAIL PROTECTED]
  
   On Fri, 29 Nov 2002, Brad Alpert wrote:
  
   I'm not able to successfully flag specific From: addresses
  as non-spam in spamassassin.
  
   What's the quick and dirty technique?
  
   What I've tried and which does not work is to save a message
   that was marked as spam and run it through spamassassin with
   spamassassin -W message.ext.
  
   According to the help, this should add the headers to the
   whitelist, but doesn't seem to.
  
   Any help appreciated!
  
   Thanks/Brad
 
 
 
 
  --
  Mike Burger
  http://www.bubbanfriends.org
 
  Visit the Dog Pound II BBS
  telnet://dogpound2.citadel.org or
  http://dogpound2.citadel.org:2000
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: telnet source

2002-11-29 Thread Mike Burger
Have you looked at http://rpmfind.net?

On Fri, 29 Nov 2002, dbrett wrote:

 Does anybody know where to find the source for the the telnet package
 telnet-0.17-20?  I have done search with Google and RedHat.  I get lots of
 hits, but all the ones I try are not there any more.
 
 david
 
 
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: telnet source

2002-11-29 Thread dbrett
Yes,

RPM resource telnet-0.17-20
 No package found of name telnet-0.17-20 

david

On Fri, 29 Nov 2002, Mike Burger wrote:

 Have you looked at http://rpmfind.net?
 
 On Fri, 29 Nov 2002, dbrett wrote:
 
  Does anybody know where to find the source for the the telnet package
  telnet-0.17-20?  I have done search with Google and RedHat.  I get lots of
  hits, but all the ones I try are not there any more.
  
  david
  
  
  
  
  
 
 -- 
 Mike Burger
 http://www.bubbanfriends.org
 
 Visit the Dog Pound II BBS
 telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list
 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: telnet source

2002-11-29 Thread dbrett
I have to eat me words.  I just found it on rpmfind.net, by searching for
telnet!  It then listed it.

david

On Fri, 29 Nov 2002, Mike Burger wrote:

 Have you looked at http://rpmfind.net?
 
 On Fri, 29 Nov 2002, dbrett wrote:
 
  Does anybody know where to find the source for the the telnet package
  telnet-0.17-20?  I have done search with Google and RedHat.  I get lots of
  hits, but all the ones I try are not there any more.
  
  david
  
  
  
  
  
 
 -- 
 Mike Burger
 http://www.bubbanfriends.org
 
 Visit the Dog Pound II BBS
 telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000
 
 
 
 -- 
 redhat-list mailing list
 unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list
 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: System Requirements

2002-11-29 Thread Andrew C. Suttles
Don't give up on the 386.  There are several minimalist Linux web sites
out there from which you can get some solid advice.  Also, you don't have
to stick with Red Hat.  Look for an older slackware installation set that
you can download to floppies.  There are hundreds of different
distributions out there - pick one thats right for your set up and prove
the bigger is better synics wrong!

On Thu, 28 Nov 2002, Ed Wilts wrote:

 On Thu, Nov 28, 2002 at 09:12:39PM +0100, Bastiaan Welmers wrote:
  Hi,
  
  Does anyone know where I can find the system requirements / advised system
  properties
  for any release of RedHat Linux? For example, until which version can I install
  on
  an i386 8MB Ram? 
 
 Actually, the requirements are on the Red Hat web site (after a bunch of
 whining by people like me).  I believe the current requirement (but
 haven't confirmed it) is 64MB ram for text mode, and 128MB for
 graphical, with 192MB recommended for graphical.  A Pentium or better is
 required.
 
 There is *no* safe version of Red Hat Linux that can be installed on a
 386 with 8MB Ram.  All versions that old have serious security holes.
 
 I believe your best bet at this stage is to replace the hardware with
 something manufactured in the last 5 years.  Even a 5-year old system -
 which was typically a Pentium 200 or better - can be upgraded to 64MB
 Ram.  I finally got rid of a 7-year old P166 with 48MB earlier this year
 for $20.  A friend gave me a PentiumPro 200 with 64MB to give to another
 friend a few months ago.  eBay has multiple systems that meet the
 requirements with a Buy-it-Now price of around $40-50 (which is around the
 price of a Red Hat Linux box set).
 
 Cheers,
 .../Ed
 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: telnet source

2002-11-29 Thread Riemer Palstra
On Fri, 29 Nov 2002, dbrett wrote:

 RPM resource telnet-0.17-20
  No package found of name telnet-0.17-20 

*click*

*waits*

ftp://ftp.rpmfind.net/linux/redhat/7.2/en/os/i386/SRPMS/telnet-0.17-20.src.rpm

Well, that's strange...

-- 
Riemer Palstra // [EMAIL PROTECTED] // http://palstra.com/

   A: Because it messes up the order in which people normally read text.
 Q: Why is top-posting such a bad thing?



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Spamassassin help

2002-11-29 Thread Brad Alpert
Yes Mike, as noted in the quoted message from me before, it is
running site-wide via spamd/spamc.

Adding the entries to whitelist_from lines in local.cf fixed up the
problem straightaway.

Thanks, Steve Anderson!

Brad


 I guess I need to ask how you're running SA...are you running
 spamd and  calling spamc by procmail?

 On Fri, 29 Nov 2002, Brad Alpert wrote:

 Right you are!  Memory fade on my part.

 It was changed in the correct place (the file doesn't exist in
 the path I erroneously specified, of course).

 Any clue on the question I raised?  I implemented Steve
 Anderson's tip and am waiting to test it.

 Brad


  That's not the correct place.  The correct place is
  ~/.spamassassin.
 
  On Fri, 29 Nov 2002, Brad Alpert wrote:
 
  Rats!  I forgot to mention that I had already done that with
 no result.  Sorry.
 
  The user_prefs file that I modified is in my
  ~/mail/.spamassassin directory.  I am running spamd and
 procmail in site-wide
  configuration.
 
  Is there another user_prefs elsewhere or other file that I
  should be modifying?
 
  Thanks/Brad
 
 
   Edit your ~/.spamassassin/user_prefs file, and add:
  
   whitelist_from [EMAIL PROTECTED]
  
   On Fri, 29 Nov 2002, Brad Alpert wrote:
  
   I'm not able to successfully flag specific From:
 addresses
  as non-spam in spamassassin.
  
   What's the quick and dirty technique?
  
   What I've tried and which does not work is to save a
 message that was marked as spam and run it through
 spamassassin with spamassassin -W message.ext.
  
   According to the help, this should add the headers to the
   whitelist, but doesn't seem to.
  
   Any help appreciated!
  
   Thanks/Brad
 
 
 
 
  --
  Mike Burger
  http://www.bubbanfriends.org
 
  Visit the Dog Pound II BBS
  telnet://dogpound2.citadel.org or
  http://dogpound2.citadel.org:2000




 --
 Mike Burger
 http://www.bubbanfriends.org

 Visit the Dog Pound II BBS
 telnet://dogpound2.citadel.org or
 http://dogpound2.citadel.org:2000



 --
 redhat-list mailing list
 unsubscribe
 mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Spamassassin help

2002-11-29 Thread Brad Alpert
Steve, I learned from the README in /usr/share/doc/spamassassin that
a local user_prefs will override the global configuration in
local.cf.

Setting up the local.cf file did it for me, for whatever reason.

Thanks!

Brad

 It is my understanding that using spamd in the default
 configuration, the local.cf file overrides per user configuration
 for speed and
 efficiency.  I believe there are ways to allow per user
 configuration with spamd (sql database, etc.), but I have not
 explored them.

 I do not know of a way to dynamically view the ruleset, but it may
 be possible (search for perldoc references in documentation).  The
 standard rule set is listed on their web site at
 http://www.spamassassin.org/tests.html, but this is probably not
 what you are looking for.

 Steve

 -Original Message-

 Thanks Steve, I'll give that a try!

 Will the existence of a ~/mail/.spamassassin/user_prefs file
 override the /etc/mail/local.cf directives?  Also, is there a way
 to view the contents of the SA ruleset?




 --
 redhat-list mailing list
 unsubscribe
 mailto:[EMAIL PROTECTED]?subject=unsubscribe
 https://listman.redhat.com/mailman/listinfo/redhat-list





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Openbox Xft on redhat 8

2002-11-29 Thread Forrest English
I'm trying to use openbox on redhat 8, I've installed the Xft and
Xft-devel packages (version 2.0-1), and I have installed the MS core fonts
which are available to me in OpenOffice and other apps.   When I configure
openbox I get:

checking whether to build support for the Xft extension... version 2
checking for XftFontOpenXlfd in -lXft... no

in the config.log i find:

XFT2_FALSE='#'
XFT2_TRUE=''
XFT_FALSE=''
XFT_TRUE='#'

Openbox does build fine, but of course is lacking support to use Xft, and
of course missing the whole reason I'd use openbox over blackbox.

Does anyone know what I could be missing? (or is anyone using openbox, and
know for sure what i'm doing wrong?)

--
Forrest English
http://truffula.net/~forrest

An evil exists that threatens every man, woman and child of this great
nation, we must take steps to ensure our domestic security and protect
our homeland.  
-- Adolf Hitler, on the creation of the Gestapo in Nazi Germany

PGP Key: http://truffula.net/~forrest/pub.key
8EC5 F031 E8BC 1BA7 B572  5C32 BAF4 2073 F96C 06AC





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



ProductID Entitlement Conflict

2002-11-29 Thread David Colburn
Note:  I have submitted this to Red Hat but don't expect a reply until
Monday ... sure would like to resolve it before then, if possible.

Another newbie/rookie question ... I was given a set of RH8 cds so I
could decide whether or not to switch from SuSE 8.  I switched.

I have tried to click on the (?) icon at the bottom of the screen and
get errors telling me to register.  I had an entitlement device name
set up but forgot the name and went ahead and created a new one after I
purchased Red Hat 8 at CompUSA today  registered the Product ID.

rhn.redhat.com/now showed a conflict so I deleted the new entitlement
device name and tried to re-register -- and now have received an error
message saying that my Product ID is already registered.

How do I coordinate my entitlement device name MichaelaDesktop1 with
my Product ID, please?

Thanks!  doc 
-- 
David Colburn [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Why No Christmas Promo?

2002-11-29 Thread David Colburn
 At least you are buying it from CompUSA ... if it was Staples or Best
  Buy, I would criticize supporting them.
  Enjoy :)
  -Jon

I purchased from CompUSA because I didn't want to wait until the middle
of next week for the manual and Product ID (though I have probably
botched the registration to the point that it may be Monday before it is
fixed).

As for the marketing side a company often will accept a lower-than
-desired profit in order to build the user base ... such is a common
strategy.

Given Microsoft's increasingly negative standing and high prices
together with the desire of consumers to save money this would seem an
opportune moment.

I was able to explain what Red Hat is to the clerk who was quite excited
and intended to buy a copy and try it out ... an opportunity I would not
have had if I had purchased it online ... and absent the product on
store shelves Red Hat is all but invisible to potential customers
(BestBuy and CircuitCity appear to no longer stock Linux, never looked
at Staples).

One final note.  The clerk was familiar with Linux in general because he
saw a pc at WalMart with Linux.

IMHO, YMMV ... off to play with RH8 some more ... doc 


-- 
David Colburn [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: telnet source

2002-11-29 Thread Mike Burger
How about if you just put in telnet instead of the version?  It's 
possible that the version you're looking for no longer exists.

On Fri, 29 Nov 2002, dbrett wrote:

 Yes,
 
 RPM resource telnet-0.17-20
  No package found of name telnet-0.17-20 
 
 david
 
 On Fri, 29 Nov 2002, Mike Burger wrote:
 
  Have you looked at http://rpmfind.net?
  
  On Fri, 29 Nov 2002, dbrett wrote:
  
   Does anybody know where to find the source for the the telnet package
   telnet-0.17-20?  I have done search with Google and RedHat.  I get lots of
   hits, but all the ones I try are not there any more.
   
   david
   
   
   
   
   
  
  -- 
  Mike Burger
  http://www.bubbanfriends.org
  
  Visit the Dog Pound II BBS
  telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000
  
  
  
  -- 
  redhat-list mailing list
  unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
  https://listman.redhat.com/mailman/listinfo/redhat-list
  
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Spamassassin help

2002-11-29 Thread Mike Burger
In the meantime, what are the ownerships and permissions on the user's 
.spamassassin directory and their user_prefs file?

On Fri, 29 Nov 2002, Brad Alpert wrote:

 Yes Mike, as noted in the quoted message from me before, it is
 running site-wide via spamd/spamc.
 
 Adding the entries to whitelist_from lines in local.cf fixed up the
 problem straightaway.
 
 Thanks, Steve Anderson!
 
 Brad
 
 
  I guess I need to ask how you're running SA...are you running
  spamd and  calling spamc by procmail?
 
  On Fri, 29 Nov 2002, Brad Alpert wrote:
 
  Right you are!  Memory fade on my part.
 
  It was changed in the correct place (the file doesn't exist in
  the path I erroneously specified, of course).
 
  Any clue on the question I raised?  I implemented Steve
  Anderson's tip and am waiting to test it.
 
  Brad
 
 
   That's not the correct place.  The correct place is
   ~/.spamassassin.
  
   On Fri, 29 Nov 2002, Brad Alpert wrote:
  
   Rats!  I forgot to mention that I had already done that with
  no result.  Sorry.
  
   The user_prefs file that I modified is in my
   ~/mail/.spamassassin directory.  I am running spamd and
  procmail in site-wide
   configuration.
  
   Is there another user_prefs elsewhere or other file that I
   should be modifying?
  
   Thanks/Brad
  
  
Edit your ~/.spamassassin/user_prefs file, and add:
   
whitelist_from [EMAIL PROTECTED]
   
On Fri, 29 Nov 2002, Brad Alpert wrote:
   
I'm not able to successfully flag specific From:
  addresses
   as non-spam in spamassassin.
   
What's the quick and dirty technique?
   
What I've tried and which does not work is to save a
  message that was marked as spam and run it through
  spamassassin with spamassassin -W message.ext.
   
According to the help, this should add the headers to the
whitelist, but doesn't seem to.
   
Any help appreciated!
   
Thanks/Brad
  
  
  
  
   --
   Mike Burger
   http://www.bubbanfriends.org
  
   Visit the Dog Pound II BBS
   telnet://dogpound2.citadel.org or
   http://dogpound2.citadel.org:2000
 
 
 
 
  --
  Mike Burger
  http://www.bubbanfriends.org
 
  Visit the Dog Pound II BBS
  telnet://dogpound2.citadel.org or
  http://dogpound2.citadel.org:2000
 
 
 
  --
  redhat-list mailing list
  unsubscribe
  mailto:[EMAIL PROTECTED]?subject=unsubscribe
  https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Getright-like?

2002-11-29 Thread Edward Dekkers
 FWIW, I'm a command-line lamer and use either curl or wget for
 automatic download jobs.

Command line doesn't bother me - just needed a starting point to start
looking for these types of programs.

Thanks Michael for the command line stuff, and Alfredo for the X stuff.
Looks like what I need.

Regards,

---
Edward Dekkers (Director)
Triple D Computer Services P/L




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: ProductID Entitlement Conflict

2002-11-29 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 29 Nov 2002 18:51:58 -0500, David Colburn wrote:

 Note:  I have submitted this to Red Hat but don't expect a reply until
 Monday ... sure would like to resolve it before then, if possible.
 
 Another newbie/rookie question ... I was given a set of RH8 cds so I
 could decide whether or not to switch from SuSE 8.  I switched.
 
 I have tried to click on the (?) icon at the bottom of the screen and
 get errors telling me to register.  I had an entitlement device name
 set up but forgot the name and went ahead and created a new one after
 I purchased Red Hat 8 at CompUSA today  registered the Product ID.
 
 rhn.redhat.com/now showed a conflict so I deleted the new entitlement
 device name and tried to re-register -- and now have received an error
 message saying that my Product ID is already registered.
 
 How do I coordinate my entitlement device name MichaelaDesktop1 with
 my Product ID, please?

By deleting both the system profile at Red Hat Network _and_ the
file /etc/sysconfig/rhn/systemid. Then you can register your
system again for your account at RHN.

- -- 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE96BW20iMVcrivHFQRAvjEAJ0WkuABz2ySTvKWgh+ZElfL073b9QCdHlpV
FafGJZu+UOvcUWWh4e7CTyA=
=a3LD
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Errata News

2002-11-29 Thread Michael A. Peters
What is the url for the Red Hat Errata news feed?
When I upgraded evolution - lost the errata news feed :(
-- 
Michael A. Peters [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Samba

2002-11-29 Thread Joseph A Nagy Jr
Rigler, S C (Steve) wrote:
 In //s.o.m.e.i.p/f, you need to provide a valid hostname and not an ip.

 1. Add the target computer's netbios name and ip to /etc/samba/lmhosts 2. Use smbmount
 //hostname/share /mntpnt -o username=whatever

 You should be presented with a password prompt and then the share should be mounted.

 You aren't planning on accessing this filesystem across the internet are you?  Given the fact
 that sharing a filesystem on an untrusted interface isn't the most secure thing to do, some isp's
 are blocking netbios traffic now as well.

 -Steve
snip

Is there a more secure way of doing what I want?


--
Joseph A Nagy Jr Purgatory is where Windows users go when they
Founder and CEO  die so they can figure out Linux and ascend into
Joseph A Nagy Jr Enterprises whatever higher plane one belives in.
http://jan-jr-ent.homelinux.org  Linux - The Choice of Every Generation

C.S.S.: Construct Skilled in Sabotage
H.T.M.L.: Hazardous Troubleshooting and Mathematics Lifeform
http://www.brunching.com/cgi/cyborger.cgi?acronym=Linux



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Openbox Xft on redhat 8

2002-11-29 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 29 November 2002 06:41 pm, Forrest English wrote:
 I'm trying to use openbox on redhat 8, I've installed the Xft and
 Xft-devel packages (version 2.0-1), and I have installed the MS core
 fonts which are available to me in OpenOffice and other apps.   When I
 configure openbox I get:

 checking whether to build support for the Xft extension... version 2
 checking for XftFontOpenXlfd in -lXft... no

 Openbox does build fine, but of course is lacking support to use Xft,
 and of course missing the whole reason I'd use openbox over blackbox.

 Does anyone know what I could be missing? (or is anyone using openbox,
 and know for sure what i'm doing wrong?)

I've just started fooling with openbox, (and building an rpm package for 
it) but it appears that openbox 2.1.3 doesn't handle the configuration 
for Xft2 properly. 

Version 2.2.1 seems to work. Here is part of the configure output from 
each:

2.1.3:
Building with '-g -O2  -I/usr/X11R6/include -Wall -W' for C++ compiler 
flags.
Building with '  -L/usr/X11R6/lib -lX11  -lXext' for linker flags.

2.2.1:
Building with ' -I/usr/include/Xft2 -I/usr/include/freetype2 
- -I/usr/X11R6/include   -g -O2  -I/usr/X11R6/include -Wall -W' for C++ 
compiler flags.
Building with '  -L/usr/X11R6/lib -lX11  -lXext  -L/usr/X11R6/lib -lXft2 
- -lfreetype -lXrender -lfontconfig  ' for linker flags.

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE96DSVn/07WoAb/SsRAqoyAJ9XwOqhYAHCmaAzJY9BPsn0SwpEyQCghE+d
0bL2L0slMP46x5BaQEklLqY=
=8TuF
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



backing up - RAID or tape drive?

2002-11-29 Thread pd3
Hello All

I appreciate that this is not quite the place to ask
this question but if some of you out there would be
willing to spend some time answering this question I
would be very grateful.

In a place where I do voluntary work we have got some
money to buy a pc to act as a server.

We want to back up our data.

Someone has suggested using software RAID but I thought
that a tape drive of some sort would be more appropriate
for backing up.

What do you guys N gals think.

t.ir



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: backing up - RAID or tape drive?

2002-11-29 Thread Ian
At 08:29 PM 11/29/2002, you wrote:

Hello All

I appreciate that this is not quite the place to ask
this question but if some of you out there would be
willing to spend some time answering this question I
would be very grateful.

In a place where I do voluntary work we have got some
money to buy a pc to act as a server.

We want to back up our data.

Someone has suggested using software RAID but I thought
that a tape drive of some sort would be more appropriate
for backing up.

What do you guys N gals think.

t.ir


do you want to do periodic backups so that you can restore the machine to 
what it was last week, or pull off data that was over-written? or do you 
want a backup just in case a hard drive fails?

if you just want protection against hard drive failure you can go with a 
raid. Otherwise, you should go with a tape backup, since a raid is a true 
backup solution. It can be used as one, but its not ideal. So which one you 
use really depends on what you want to do.

Ian



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: backing up - RAID or tape drive?

2002-11-29 Thread Jonathan Gaudette
If you can afford it, go for a tape drive.  External Media is always a
great thing to have, as it is just that, external.  RAID does not
protect against a clumsy co-worker who mistakingly deletes that key
database, or all that person's important files, etc., etc.  It also most
definitely does not provide protection against the elements (fire,
water, etc.).

Just my two cents, but if you are going to go with one, go with the tape
drive.  Also, make sure that the backups are stored in a REMOTE
location.  Tape disks that are sitting on top of the server, or in a
room off of the server will not provide any use if the elements decide
to knock on your door.

-Jon

On Fri, 2002-11-29 at 23:29, [EMAIL PROTECTED] wrote:
 Hello All
 
 I appreciate that this is not quite the place to ask
 this question but if some of you out there would be
 willing to spend some time answering this question I
 would be very grateful.
 
 In a place where I do voluntary work we have got some
 money to buy a pc to act as a server.
 
 We want to back up our data.
 
 Someone has suggested using software RAID but I thought
 that a tape drive of some sort would be more appropriate
 for backing up.
 
 What do you guys N gals think.
 
 t.ir
-- 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Openbox Xft on redhat 8

2002-11-29 Thread Forrest English
On Fri, 29 Nov 2002, Michael Fratoni wrote:
 On Friday 29 November 2002 06:41 pm, Forrest English wrote:
  I'm trying to use openbox on redhat 8, I've installed the Xft and
  Xft-devel packages (version 2.0-1), and I have installed the MS core
  fonts which are available to me in OpenOffice and other apps.   When I
  configure openbox I get:
 
  checking whether to build support for the Xft extension... version 2
  checking for XftFontOpenXlfd in -lXft... no
 
  Openbox does build fine, but of course is lacking support to use Xft,
  and of course missing the whole reason I'd use openbox over blackbox.
 
  Does anyone know what I could be missing? (or is anyone using openbox,
  and know for sure what i'm doing wrong?)
 
 I've just started fooling with openbox, (and building an rpm package for
 it) but it appears that openbox 2.1.3 doesn't handle the configuration
 for Xft2 properly.
 
 Version 2.2.1 seems to work. Here is part of the configure output from
 each:

I'm using 2.2.1 actually, I get the same output for linker flags, but if
you check the config.log it will have it set to false, and when running
it, the fonts don't work correctly.

If you've got any tips/instructions for how to have the fonts recognized,
that'd be neat.

--
Forrest English
http://truffula.net/~forrest

An evil exists that threatens every man, woman and child of this great
nation, we must take steps to ensure our domestic security and protect
our homeland.  
-- Adolf Hitler, on the creation of the Gestapo in Nazi Germany

PGP Key: http://truffula.net/~forrest/pub.key
8EC5 F031 E8BC 1BA7 B572  5C32 BAF4 2073 F96C 06AC






-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



  1   2   >