Re: Quake 3 crashes under RH8

2003-02-27 Thread Dusan Djordjevic
četvrtak 27. februar 2003. 08:47, Wolfgang Gill:
>  Remove the DRI entry in your XF86Config. As this will cause these
> sort of problems. That should fix the problem. (As it's hard for me
> to say too, as I have a GF4 Ti4600 Nvidia, and they recommend to have
> the DRI stuff removed).

I triend, but now hardware acceleration does not work. It is slooow, 
unusable. It worked for you since you use NVidia drivers which doesn't 
use DRI at all.
-- 
Eng. Dusan Djordjevic (RHCE)



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: NFS, SchmeNFS

2003-02-27 Thread Robert Boone
All so make sure portmap it on...

Robert

On Wed, 2003-02-26 at 22:29, John Lowell wrote:
> 
> I have a three machine network behind a router which acts as a DHCP 
> server and a gateway to the internet via an ADSL modem .  Two of the 
> machines have their IP addresses assigned by the router dynamically. The 
> other, set aside to act as a webserver, has been given a static IP 
> address outside of the range available to the router for dynamic 
> addressing and has been configured for port forwarding. I'm using Red 
> Hat 8.0 Workstation installations on the dynamically assigned computers 
> and a  Red Hat 8.0 Server installation, of course, on the webserver. 
> Wanting to be able to share files on the two dynamically assigned 
> computers, I've made an attempt to set up each machine as a NFS file 
> server. Starting with the first machine, I wrote a simple /etc/exports 
> file permitting unfetterred access to the whole of the file system by 
> the other computer. The entries in /etc/exports were as follows:
> 
> /  192.168.1.101(rw)
> 
> Next, I ran
> 
> chconfig nfs on
> chconfig nfslock on
> 
> to start the nfs daemons. Rebooting, and running
> 
> rpcinfo -p
> 
> I was shown entries both for mountd and nfs, so I moved on to the client 
> machine.
> 
> At the client, where I've chosen to manually mount NFS, as root I ran
> 
> mkdir /mnt/192.168.1.100
> mount 192.168.1.100:/home/jlowell/moneydance /mnt/192.168.1.100
> 
> and get the following output:
> 
> mount: RPC: Port mapper failure - RPC: unable to receive
> 
> Would someone be kind enough to explain to me what's going off the rails 
> here? As far as I know I've done what has to be done so as to enable 
> mounting on the client computer.
> 
> John Lowell   
> 
>  
> 
>  
> 
>   
> 
>  
> 
> 
> 
> -- 
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/psyche-list




-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


RE: setting network interface card to 100Mb/s half duplex

2003-02-27 Thread Vikash Tulsi
Hi ! Leonard

Thanks for replying so soon

Running mii-tool -v

eth0: 10 Mbit, half duplex, no link
  product info: vendor 00:00:00, model 0 rev 0
  basic mode:   10 Mbit, half duplex
  basic status: no link
  capabilities:
  advertising:

The output with regards to product info and basic status (nic is up) informs
me that the current nic drivers does not use mii feature. Attempting to
reconfigure the output is the same as the above.

The card drivers installed by default on installation of linux is 3com
3c590/3c595/3c90x/3cx980. Is this acceptable driver ? 

An ideas on the steps that I can take.

Many Thanks
Vikash




-Original Message-
From: Leonard Miller [mailto:[EMAIL PROTECTED]
Sent: 26 February 2003 06:16
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: setting network interface card to 100Mb/s half duplex


man mii-tool

>>> [EMAIL PROTECTED] 02/26/03 11:07AM >>>
Hi ! All

I need some assistance in anchoring a NIC to 100Mb/s half duplex. 

Thanking you in advance
Vikash


***
Disclaimer:  The information contained in this communication is confidential and may 
be legally privileged.  
It is intended solely for the use of the individual or entity to whom it is addressed 
and others authorised to receive it.  
Any review, retransmission, dissemination, copying, disclosure or other use of, or 
taking of any action in reliance upon, this information by person or entities other 
then the intended recipient is prohibited.  
If you have received this message in error, please notify the sender immediately by 
e-mail, facsimile or telephone and return and/or destroy the original message and all 
copies from any computer.  

Kentron, a division of Denel (Pty) Ltd, exercises no editorial control over e-mail 
messages originating in the organisation and does not accept any responsibility for 
either the contents of the message or any copyright laws that may have been violated 
by the person sending this message.  
Kentron is neither liable for the proper and complete transmission of the information 
contained in this communication nor any delay in its receipt.  
This message should not be copied or used for any purpose other than intended, nor 
should it be disclosed to any other person.
***




-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


RE: setting network interface card to 100Mb/s half duplex

2003-02-27 Thread Michael Kuss
On Thu, 27 Feb 2003, Vikash Tulsi wrote:

> Hi ! Leonard
> 
> Thanks for replying so soon
> 
> Running mii-tool -v
> 
> eth0: 10 Mbit, half duplex, no link
>   product info: vendor 00:00:00, model 0 rev 0
>   basic mode:   10 Mbit, half duplex
>   basic status: no link
>   capabilities:
>   advertising:
> 
> The output with regards to product info and basic status (nic is up) informs
> me that the current nic drivers does not use mii feature. Attempting to
> reconfigure the output is the same as the above.

That's not what I see from the output.  Or did you edit it?

> The card drivers installed by default on installation of linux is 3com
> 3c590/3c595/3c90x/3cx980. Is this acceptable driver ? 

Did you ever tell us what card you have?

You have to provide some kind of information, otherwise people just ignore 
your postings.

Michael




-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Advise on setting up HTTPS for only one virtual host

2003-02-27 Thread Mark C
Hi,

I'm running apache using Namebased Virtual hosts
(this is the only way I can run apache, due to my setup),
I have all http requests working perfectly for all the other virtual 
hosts (any unkown requests go to a default holding page, with links to 
all the sites being hosted),
but I'm using squirrelmail and would like to use it with HTTPS only, I 
have setup a self signed cert and also the ssl.conf file, HTTPS requests 
work perfectly for this site, except If I put 
https://anothersite.ihost.net (madeup), it redirects it straight to the 
webmail account (whereas this account should only accept http requests 
only).

what I want to do is to only allow all the http sites to only accept 
http (and not redirect https to the webmail site) and the only site that 
will accept https is the webmail one.

I have no redirection setup in any of my configs at all.

Any advise or comments are welcome.

Cheers in advance

Mark



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: LAN driver for a7v8x (BroadCom 4401)

2003-02-27 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 27 Feb 2003 08:33:43 +0100, Vik Heyndrickx wrote:

> > I found that the src.rpm file found on the motherboard CDROM
> > worked with a simple "rpmbuild --rebuild" and installed no problems.
> 
> This link may be useful (in case you have problems or someone wants to open
> a bug in bugzilla):
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=80545
> 
> It would be really, really, really nice if RH decided to include this
> updated driver into the next release of RH.
> 
> > However, if you install RedHat's kernel updates then it no longer
> > works because of annoying kernel header mismatch and (doubly annoying)
> > RedHat don't include an update of the new kernel headers package to
> > go with the new kernel (or at least I couldn't find such a thing
> > on my favourite mirrors).
> 
> glibc-kern*.rpm

No, kernel-source*.i386.rpm

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

iD8DBQE+XfoM0iMVcrivHFQRAm/kAJ9GTje4YftVtbXyAFLdH06LIY07HACeKOcT
DKEYW4C2UArqWyiB8uPkbnU=
=Nzlf
-END PGP SIGNATURE-



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Oracle8i installation problems

2003-02-27 Thread Marko Asplund

Piotr Ilczew wrote:
> I installed Oracle 9i in Red hat 8.0.
> It work fine.
> I use www.puschitz.com guide and 
> Michael Wessler book Oracle DBA on Unix and Linux.

yes, Oracle9i installed fine on my system, too. but i do need to have
Oracle8i as well.

-- 
aspahttp://www.kronodoc.fi/




-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Oracle8i installation problems

2003-02-27 Thread Marko Asplund
On Wed, 26 Feb 2003 [EMAIL PROTECTED] wrote:

> ...
>  Another thing. Use dbassist to create a set of database creation
> scripts and execute them manually. Dbassist in 8.1.7 is buggy. Don't forget
> to apply patches after install the software and before database creation.
> At least the first patch can be obtained here
> http://downoload.oracle.com/otn/linux/oracle8i/glibc-2.1.3-stubs.tar.gz

installing the glibc-2.1.3-stubs patch before trying to create the
database fixed my problem - thanks!

another thing that i had to do was replace the df command with the 
following script:
#!/bin/sh
/bin/df -P $*

otherwise the Oracle8i installer (actually dbassist i believe) would not
be able to parse df output as one entry can span multiple lines in some
cases.

best regards,
-- 
aspahttp://www.kronodoc.fi/



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Slow connection establishment using telnet

2003-02-27 Thread André Heßling
Hi!

I am using Linux (Red Hat 8.0 with Kernel 2.4.20) on a second computer.
It's going online using WinRoute on a Windows computer (NAT).

The Linux PC has IP address 192.168.1.103 (name: linux)
The Windows PC has IP address 192.168.1.100 (name: andre)

Gateway and /etc/resolv.conf are configured correctly.

Everything works fine but when I want to establish a connection with
telnet on the Linux computer for example to google.com, the
establishment lasts about 10 sec.
But then it works fast.

The command is:
telnet google.com 80

The resolve via "host google.com" is usual fast.
And if I telnet the IP address of Google instead of the hostname, it
works fine, too.

The routingtable is:
ZielRouter  Genmask Flags Metric RefUse
Iface
192.168.1.0 *   255.255.255.0   U 0  00
eth0
127.0.0.0   *   255.0.0.0   U 0  00
lo
default andre   0.0.0.0 UG0  00
eth0

/etc/resolv.conf:
nameserver 192.168.1.100

/etc/hosts:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1   localhost.localdomain localhost
192.168.1.103   localhost.localdomain linux
192.168.1.100   andre

I assume that there is a problem/timeout resolving hostnames.
There is no such a problem under X for example in Mozilla or XChat.
It only seem to be programs that work under the shell (like telnet or
Lynx). 

The delay also occurs when I do a "telnet localhost 22".
In the logfile of WinRoute I see that the computer does a (reverse)
lookup
even when I say localhost.
I think that this is wrong.

So what can I do?

Thank you very much!

-- 
Regards,
André



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re[2]: Perl Module

2003-02-27 Thread Brian Curtis
Hello Nataniel,

Wednesday, February 26, 2003, 6:29:24 PM, you wrote:

NK> I tryed to use CPAN Shell but it was not instaled then I found in Webmin (my
NK> web manager) something about install Perl Modules and used it.

The CPAN shell is also on the Red Hat CDs if you want to install that
too. 

perl-CPAN-1.61-55.i386.rpm

-- 
Best regards,
 Brian Curtis



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Advise on setting up HTTPS for only one virtual host

2003-02-27 Thread Ralf Spenneberg
Am Don, 2003-02-27 um 12.24 schrieb Mark C:
> Hi,
> 
> I'm running apache using Namebased Virtual hosts
> (this is the only way I can run apache, due to my setup),
> 
HTTPS does not work using namebased hosts. Apache cannot distinguish between different
URLs.

Cheers,

Ralf



-- 
Ralf Spenneberg
RHCE, RHCX

IPsec/PPTP Kernels for Red Hat Linux:  
http://www.spenneberg.com/.net/.org/.de
Honeynet Project Mirror:http://honeynet.spenneberg.org
Snort Mirror:   http://snort.spenneberg.org



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Advise on setting up HTTPS for only one virtual host

2003-02-27 Thread Ed Wilts
On Thu, Feb 27, 2003 at 11:24:31AM +, Mark C wrote:
> I'm running apache using Namebased Virtual hosts
> (this is the only way I can run apache, due to my setup),
> 
> what I want to do is to only allow all the http sites to only accept 
> http (and not redirect https to the webmail site) and the only site that 
> will accept https is the webmail one.

You can not use https with namebased virtual hosts.  This is clearly
documented on the apache.org web site.  For SSL, you must use IP-based
virtual hosts since the name is encrypted - you can't set up the session
until you know the name, and you don't know the name until you know
decrypt the headers.  The key you need to decrypt is virtual-host
specific.

> Any advise or comments are welcome.

You're dead.  You simply can't use https with named-based virtual hosts.

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Advise on setting up HTTPS for only one virtual host

2003-02-27 Thread Mark C
Ralf Spenneberg wrote:
Am Don, 2003-02-27 um 12.24 schrieb Mark C:

Hi,

I'm running apache using Namebased Virtual hosts
(this is the only way I can run apache, due to my setup),
HTTPS does not work using namebased hosts. Apache cannot distinguish between 
different
URLs.
This I gathered :)

I have now sorted the problem
(typical, you plug away at something for ages, then decided to sucum to 
posting a plea for help :), then just after you post, you solve it),
at present, I have added another IP address to the same interface 
(untill I order another network card)
and also altered the namebased adressing to IP now.

Thanks anyway.

Mark





--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


squirrellmail with virtual domains!

2003-02-27 Thread Sergio Durand
hi there...
i need a solution for configuration a webmail for virtual domains...
my current webmail is squirrelmail...
it's works with virtual domains ??? how ???
i know exist some plugins for virtual domains, but i cannot instal them
exists another way for do this configuration ???
or,  there's another webmail fast and easy for configuration ???
best regards!!!



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


RE: setting network interface card to 100Mb/s half duplex

2003-02-27 Thread Leonard Miller
Vikash,
What if you do a 
mii-tool -v -A 100baseTx-HD eth0

That is assuming you are running this on eth0.  What kind of cable are
you 
using?  Does the switch/hub you are connected to support 100mb on the
user port?

Leonard


>>> Vikash Tulsi <[EMAIL PROTECTED]> 02/27/03 05:35AM >>>
Hi ! Leonard

Thanks for replying so soon

Running mii-tool -v

eth0: 10 Mbit, half duplex, no link
  product info: vendor 00:00:00, model 0 rev 0
  basic mode:   10 Mbit, half duplex
  basic status: no link
  capabilities:
  advertising:

The output with regards to product info and basic status (nic is up)
informs
me that the current nic drivers does not use mii feature. Attempting
to
reconfigure the output is the same as the above.

The card drivers installed by default on installation of linux is 3com
3c590/3c595/3c90x/3cx980. Is this acceptable driver ? 

An ideas on the steps that I can take.

Many Thanks
Vikash



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: squirrellmail with virtual domains!

2003-02-27 Thread Mark C
Sergio Durand wrote:
hi there...
i need a solution for configuration a webmail for virtual domains...
my current webmail is squirrelmail...
it's works with virtual domains ??? how ???
i know exist some plugins for virtual domains, but i cannot instal them
exists another way for do this configuration ???
or,  there's another webmail fast and easy for configuration ???
one solution you could try (and does work), is to copy the entire 
/usr/share/squirrelmail directory to another name or to the webroot, my 
structure is:

/var/www/
/var/www/domainname1.com
/var/www/domainname1.com/host1.domainname1.com
/var/www/domainname1.com/host2.domainname1.com
/var/www/
/var/www/domainname2.com
/var/www/domainname2.com/host1.domainname2.com
/var/www/domainname2.com/host2.domainname2.com
under each of the hosts, I have recreated the entire original /var/www 
directory structure.
ie:

ls -al /var/www/domain1.com

total 28
drwxr-x---7 apache apache   4096 Feb  2 16:20 .
drwxr-x---9 apache apache   4096 Feb 23 00:17 ..
drwxr-x---2 apache apache   4096 Jan 30 18:22 cgi-bin
drwxr-x---3 apache apache   4096 Jan 30 18:22 error
drwxr-x---6 apache apache   4096 Feb 10 20:06 html
drwxr-x---2 apache apache   4096 Feb  2 16:25 icons
This way each domain is in a completely seperate directory stucture 
(easy to look after, just requires altering the http.conf alot and 
creating the same for the vhosts in /etc/httpd/conf), you could as I 
have done, copy /usr/share/squirrelmail to say webmail.domain2.com

Then in this example, remove the symlink for the config.php (in 
/var/www/domain1.com/webmail.domain1.com/html/config/ and copy the 
original file across to the new directory, viola.

The downside is this does take up more webspace.

I'm sure someone will say this is hard work and probally wrong in their 
opinion, but I have found this very easy to manage and configure, once 
setup, and offers the same protection as normal.

Mark



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: LAN driver for a7v8x

2003-02-27 Thread A.J. Werkman
Yes I tried it. No luck.

Koos.

At 00:27 26-02-2003 +0100, you wrote:
Hi,

Have you tried the Broadcom Tigon3 driver ?

Le 2003.02.25 09:09, A.J. Werkman a écrit :
Hi,
Does anyone know if there is a driver available for the integrated LAN 
interface of  the ASUS A7V8X motherboard?
The manual says it is a BroadCom Gigabit LAN.
Regards, Koos.

-- Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list
--
Yeah, there are more important things in life than money, but they won't go
out with you if you don't have any.


--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Firewire DVD Writer

2003-02-27 Thread Dave
I'm trying to use the Sony DRX-500UL external dual format DVD writer under 
linux and am not having much luck. 
 
The following output is from dmesg when I plug the drive in. 
 
ieee1394: sbp2: Error logging into SBP-2 device - login timed-out 
ieee1394: sbp2: sbp2_login_device failed 
ieee1394: Device added: Node[01:1023]  GUID[08004609000267e2]  [SONY] 
 
Can anyone help? 
 
I'm using Redhat 8.0 fully updated. 
 
--  
 
Cheers, 
   Dave 



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Unexpected IGMP network traffic

2003-02-27 Thread Cliff Kent
Hi Jay,

I've just forwarded my tcpdump file to Ralf and await his interpretation.

Thanks for posting your dump. I don't really know what to look for in my 
dump file. But, your file shows what I expected to find, but didn't. 
That is, I don't have anything like:

... kris.jaycrews.com > ...

I did a google for "linksys IGMP" and found:

"Bug in firmware 1.37." at:
http://www.hansenonline.net/Networking/linksysbug.html
This looks possible, but my "problem" is at a customer site and I'll 
have to visit again to check the firmware version on the router.

From linksys.com, a quick look indicates that the current firmware is 
version 1.44.2z. That might be a possibility.

I'm reserving judgment until I hear from Ralf. But, I'll be sure to keep 
you up to date on any results at this end.

Cheers,

Cliff



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


RE: Problems installing from CD

2003-02-27 Thread Joshua Dolan
-Original Message-
From: Sandro Wabner [mailto:[EMAIL PROTECTED]
Sent: Thursday, 27 February 2003 12:57 AM
To: [EMAIL PROTECTED]
Subject: Re: problems with installing from cd.
Hi Mat,

this was cycling.  and the install process stopped moving forward. I 
rebooted a few times and eventually it worked. does anyone know about these 
problems..
I had/have not exactly the same problem, but in my case rh8.0 doesn't reach 
the end of installation very often, for mysterious Reasons. 20% of crashes 
during installation are caused by problems with the cdrom or the harddisk. 
The sources list can't be found, the CD isn't recognized and other stuff 
like this. But most of the crashes are caused because anaconda lost a value 
in it's environment. In this cases the Installation stops with the message 
"GnomeCanavas CRITICAL : file gnome-canavas-path-def.c: line 1142..."

Since last Friday i was able to see the message nearly 30 times.But I don't 
have clue how to prevent this,...

i have an intel P4 2.4Ghz 533MHz bus  with the intel 845PE chipset on a 
gigabyte main board with 512 Mb of DDR 333Mhz ram.  i have a pioneer DVD/cd 
rom 48/16 and an asus cd wrw. 48/48/16 both connected to the secondary ide 
bus.  two large HDs connected to primary ide bus.  i.e. all ide positions 
are filled.  i have things connected to com1 and com2, as well as a pci 
network card. tried configuring my bios with no real differences to the 
problem. using an award bios. although i got the install to work 
eventually... i would like to know if this is a known problem any help 
would be appreciated.
I have similar Problems with RH 8.0. As far as I can see, I would say there 
is that you can't change the situation by doing anything special. I have 5 
rh8 boxes and 3 of them don't cause any Problem in any Way, but the 2 other 
are just about to wreck my head.

Currently I succeeded with one of the 2 "rh8-resistant boxes" (Athlon 
K7/Gigabyte board) and I decided to throw a rh-7.3 on the other one.

In your case I would suggest that you try to get a basic-system running. Get 
out all Hardware that isn't needed for your basic system,..
Hard-disks, USB-mice, webcams, etc.
Delete the old Partitions every time yo restart the installation, and check 
your RAM. If possible try out another RAM-Module... I don't know why, and it 
sounds a bit like the "standard windows-healing advice: Reboot your System", 
but it worked in some cases :o)

regards
Sandro
You might want to check/change out your memory.  I had a similar problem 
with installs and I found that bad memory was the problem.  I replaced the 
memory and, voila!, my RH 8.0 install went fine.
Good Luck!

=
John Dolan, IS and Technology Director
Seal-Rite Door, Inc.
36 Shackleford Rd
Pataskala, OH 43062
(740)927-3558 ex. 31
[EMAIL PROTECTED]
"75% of the Earth is covered by water, the rest is covered by Seal-Rite"


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



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Updating kudzu and dependencies ?

2003-02-27 Thread Trevor Nightingale
I am experiencing a bug in kudzu (bugzilla 77382)  (RedHat 8.0)  which is causing my 
cdrom drive to be unmounted I need to apply a more recent version of kudzu.

I downloaded the latest version from the RedHat ftp site (rawhide) and when I did rpm 
-U --test it had dependency on a more recent version of hwdata. A rpm -U --test on 
hwdata had a dependency on kernel-pcmcia. , so finally rpm -U --test on 
kernel-pcmcia was in turn dependent on hwdata !!

I have included the screen output below for full details.

My questions are :

1. hwdata and kernel-pcmcia are dependant on each other. I assume I will have to force 
the install of one to ignore dependencies and then install the other ?

2. I have  installed rpms before but normally they are applications. These rpms are 
more system related and I am concerned that installing them may break other 
dependencies. Any ideas/recommendations ?

3. How easy is it to back out these changes should I need to ?

Regards,
Trevor

The following are the details of the packages that I am intending to install.

[EMAIL PROTECTED] trevor]# rpm -U --test kudzu-0.99.97-1.i386.rpm
warning: kudzu-0.99.97-1.i386.rpm: V3 DSA signature: NOKEY, key ID
897da07a
error: Failed dependencies:
hwdata < 0.61-1 conflicts with kudzu-0.99.97-1
[EMAIL PROTECTED] trevor]# rpm -U --test hwdata-0.75-1.noarch.rpm
warning: hwdata-0.75-1.noarch.rpm: V3 DSA signature: NOKEY, key ID
897da07a
error: Failed dependencies:
kernel-pcmcia-cs < 3.1.31-11 conflicts with hwdata-0.75-1
[EMAIL PROTECTED] trevor]# rpm -U --test
kernel-pcmcia-cs-3.1.31-13.i386.rpm
warning: kernel-pcmcia-cs-3.1.31-13.i386.rpm: V3 DSA signature: NOKEY,
key ID 897da07a
error: Failed dependencies:
hwdata >= 0.60 is needed by kernel-pcmcia-cs-3.1.31-13



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Updating kudzu and dependencies ?

2003-02-27 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 27 Feb 2003 09:55:42 -0500, Trevor Nightingale wrote:

> I am experiencing a bug in kudzu (bugzilla 77382)  (RedHat 8.0)  which is causing my 
> cdrom drive to be unmounted I need to apply a more recent version of kudzu.
> 
> I downloaded the latest version from the RedHat ftp site (rawhide) and when I did 
> rpm -U --test it had dependency on a more recent version of hwdata. A rpm -U --test 
> on hwdata had a dependency on kernel-pcmcia. , so finally rpm -U --test on 
> kernel-pcmcia was in turn dependent on hwdata !!
> 
> I have included the screen output below for full details.
> 
> My questions are :
> 
> 1. hwdata and kernel-pcmcia are dependant on each other. I assume I will have to 
> force the install of one to ignore dependencies and then install the other ?

Install _all_ packages _at once_. That solves circular dependencies.

And please, in your mails wrap your lines around 72 columns.

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

iD8DBQE+Xiob0iMVcrivHFQRAislAJwI1Tjt77tioQhhIqh3Ts5Vys6EgQCghmIY
w8mxcsLmqygmXkjCOrE9AkA=
=GaHt
-END PGP SIGNATURE-



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


RE: Problems installing from CD

2003-02-27 Thread Stefan Neufeind
It's no real "solution" but have you tried build the bootnet-floppies 
for RH 8 and installing via DSL (or local LAN) from an FTP?

For sure that's not the "ideal" way of doing it but it worked for me 
once.



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Firewire DVD Writer

2003-02-27 Thread Jesse Keating
On Thursday 27 February 2003 06:07, Dave uttered:
> The following output is from dmesg when I plug the drive in.
>  
> ieee1394: sbp2: Error logging into SBP-2 device - login timed-out
> ieee1394: sbp2: sbp2_login_device failed
> ieee1394: Device added: Node[01:1023]  GUID[08004609000267e2]  [SONY]
>  
> Can anyone help?

I've had to port ieee1394 driver code from the 2.4.20+ kernel tree into the 
kernel for Red Hat.  Just copy the drivers/ieee1394/  directory into your 
current kernel source, make config/dep/modules and then copy the .o files 
from drivers/ieee1394 into /lib/modules/$yourkernver/kernel/drivers/ieee1394/

rmmod ohci1394 and ieee1394, and sbp2, then modprobe them all again.  

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (www.mondorescue.org)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: NFS, SchmeNFS

2003-02-27 Thread John Lowell
Ralf Spenneberg wrote:

Am Don, 2003-02-27 um 05.29 schrieb John Lowell:


If you can ping your machine your firewall may be turned on on either
machine and disallow NFS.
Cheers,

Ralf
 

Hi Ralf,

Thanks for the reply.

I successfully can ping each machine on the network from any other. 
Where do I look to see what's going on with the firewall and what should 
I look for there? When I made installation on each machine, I accepted 
the default values for security. Is this what you have in mind?



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: NFS, SchmeNFS

2003-02-27 Thread John Lowell
Robert Boone wrote:

All so make sure portmap it on...

Robert

 

Hi Robert,

Thanks for you reply.

How do I go about checking to see if the portmap is on?

John Lowell



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: NFS, SchmeNFS

2003-02-27 Thread Robert Boone
You can do ps ax | grep portmap

If it is not there, type 'service portmap start'. Then to make sure it
starts on reboot type 'chkconfig --levels 35 portmap on'



On Thu, 2003-02-27 at 09:56, John Lowell wrote:
> Robert Boone wrote:
> 
> >All so make sure portmap it on...
> >
> >Robert
> >
> >
> >  
> >
> Hi Robert,
> 
> Thanks for you reply.
> 
> How do I go about checking to see if the portmap is on?
> 
> John Lowell
> 
> 
> 
> -- 
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/psyche-list
-- 
Robert Boone
Linux Technologist



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: squirrellmail with virtual domains!

2003-02-27 Thread Mike Vanecek
On Thu, 27 Feb 2003 10:06:34 -0300, Sergio Durand wrote
> hi there...
> i need a solution for configuration a webmail for virtual domains...
> my current webmail is squirrelmail...
> it's works with virtual domains ??? how ???
> i know exist some plugins for virtual domains, but i cannot instal them
> exists another way for do this configuration ???
> or,  there's another webmail fast and easy for configuration ???

Squirrelmail has a pretty helpful mailing list. They probably could help.



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Unable to setup sendmail to allow user authtication for sending

2003-02-27 Thread Mark C
I've been looking through several howto's and also the sendmail (on the
system and the website) docs, but I've now come to a halt.

I'm trying to get sendmail to only allow sending of mail, providing the
user can authentication.

I have set the following options up in my /etc/sendmail.sendmail.mc
file and ran the m4 update to update sendmail.cf:

define(`confAUTH_OPTIONS', `A')dnl
TRUST_AUTH_MECH(`LOGIN PLAIN DIGEST-MD5 CRAM-MD5')dnl
define(`confAUTH_MECHANISMS', `LOGIN PLAIN DIGEST-MD5 CRAM-MD5')dnl
define(`confCACERT_PATH',`/usr/share/ssl/certs')
define(`confCACERT',`/usr/share/ssl/certs/ca-bundle.crt')
define(`confSERVER_CERT',`/usr/share/ssl/certs/sendmail.pem')
define(`confSERVER_KEY',`/usr/share/ssl/certs/sendmail.pem')

But when ever I telnet in or use evolution to get the available
authentication methods (I'm trying to use Plain or Login, as I have
STARTTLS enabled anyway), I only get the following options:

250-AUTH DIGEST-MD5 CRAM-MD5

checking /var/log/maillog, its listed as:

sendmail[10740]: AUTH: available mech=DIGEST-MD5 CRAM-MD5 ANONYMOUS,
allowed mech=LOGIN PLAIN DIGEST-MD5 CRAM-MD5

I can see that it knows of the methods, but for the life of me I cannot
workout how to make it available, 

I presume it has something to do with the 'confAUTH_OPTIONS' directive,
but the readme in the sendmail.cf directory, says to read a non existent
file.

Can someone advise my on what options I'm missing or need to add.

Thanks in advance

Mark

-- 
To steal ideas from one person is plagiarism;
to steal from many is research.



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: ntpd Question

2003-02-27 Thread Carlos A. Siso
Hi Piero:

That's do it!. 

 I checked the ntp doc's about this file and found nothing. In further check I 
find that this file is parsed to get servers names to pass to  "ntpdate" (to 
sync dates) on the "/etc/init.d/ntpd"  script (at service start) and by 
default the file is empty.

One interesting thing is that if this file is missing (not empty), the 
"etc/init.d/ntpd start" script will add the option -g to ntpd parameters. 
This is supposed to force ntpd to set the system clock at startup (once) in 
case of any differences and should be the preferred way because ntpdate is to 
be retired (the ntpd docs says so...).

The problem is that it seems the "-g" options is not working properly. I 
stopped the ntdp service, removed the step-tickers file,  set an invalid 
date/time and started the ntpd service again. The date was not affected!.

Anyway, I will stick with the step-tickers file and ntpdate as they are.

Thanks for your help!

El Jue 27 Feb 2003 03:14, Piero Calucci escribió:
> On Wed, 2003-02-26 at 15:26, Carlos A. Siso wrote:
> > Hi John:
> >
> > Thank you for your answer. Tried the restrict directive but still ntpd
> > does not affect the machine time. To test it, I stop the ntpd service,
> > set an invalid time in the machine and start the ntpd service again. The
> > machine keeps the invalid time.
> >
> > I am able to sync the machine time using the "Time Server" option of the
> > "time&date" module in "Webmin". So the problem is not the network,
> > firewall or remote server.
> >
> > It seems I will have to spend the rest of the week reading the
> > (extensive) ntp documentation :-(.
>
> do you have a /etc/ntp/step-tickers file?
>
> It should contain a list of time servers to query at ntp startup to sync
> the clock even if the difference is above the "regular" ntp threshold
>
> Piero

-- 
Carlos A. Siso



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Kernel 2.4.20

2003-02-27 Thread Eduardo Sanz Martin
Hello,


I compiled the kernel and everything looks good. When I shutdown the
computer, it does not power off.
Somebody knows the options to mark on the kernel menuconfig  to make
possible to power off.

Thanks,

Eduardo



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Slow connection establishment using telnet

2003-02-27 Thread Renato Salles
Some issues concerning DNS. If you use your "local" DNS and resolver, it
is better to append a "forward first" and "forwarders
your.xDSL-dns.provider.ip-number" directives in /etc/named.conf or
equivalent (i suppose you are using Bind 9.0)

On Thu, 2003-02-27 at 09:25, André Heßling wrote:
> 
> I am using Linux (Red Hat 8.0 with Kernel 2.4.20) on a second computer.
> It's going online using WinRoute on a Windows computer (NAT).
> 
> The Linux PC has IP address 192.168.1.103 (name: linux)
> The Windows PC has IP address 192.168.1.100 (name: andre)
> 
> Gateway and /etc/resolv.conf are configured correctly.
> 
> Everything works fine but when I want to establish a connection with
> telnet on the Linux computer for example to google.com, the
> establishment lasts about 10 sec.
> But then it works fast.
> 
> The command is:
> telnet google.com 80
> 
> The resolve via "host google.com" is usual fast.
> And if I telnet the IP address of Google instead of the hostname, it
> works fine, too.
This is clearly a DNS issue. Check it.

> 
> The routingtable is:
> ZielRouter  Genmask Flags Metric RefUse
> Iface
> 192.168.1.0 *   255.255.255.0   U 0  00
> eth0
> 127.0.0.0   *   255.0.0.0   U 0  00
> lo
> default andre   0.0.0.0 UG0  00
> eth0
> 
> /etc/resolv.conf:
> nameserver 192.168.1.100
> 
> /etc/hosts:
> # Do not remove the following line, or various programs
> # that require network functionality will fail.
> 127.0.0.1   localhost.localdomain localhost
This is not OK. when you ping linux, which nic is supposed to pong,
loopback or 192.168.1.103?
Better change your domainname and hostname to something more specific.

> 192.168.1.103   localhost.localdomain linux
> 192.168.1.100   andre
> 
> I assume that there is a problem/timeout resolving hostnames.
> There is no such a problem under X for example in Mozilla or XChat.
> It only seem to be programs that work under the shell (like telnet or
> Lynx).
Logs, show us the logs. Ping everything and note the ping statistics.
A socket connection is better than a mis-configured resolver or DNS.
> 
> The delay also occurs when I do a "telnet localhost 22".
Check your tcp-wrappers at /etc/hosts.allow and /etc/hosts.deny

> In the logfile of WinRoute I see that the computer does a (reverse)
> lookup
> even when I say localhost.
> I think that this is wrong.
Yes, and it is not a Red Hat 8.0 related, i think.

> 
> So what can I do?
> 
> Thank you very much!
> 
> -- 
> Regards,
> André
> 
> 
> 
> -- 
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/psyche-list
> 




-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Printing Problem

2003-02-27 Thread Renato Salles
So, your lpd filter is ok, and you did append via "ntsysv" the printer
daemon to start at boot time - or maybe via "chkconfig".
Just run checkpc -f -V
and try again (also to the list).

Look,

RSalles

On Wed, 2003-02-26 at 18:46, Hrobak, James P wrote:
> I am having problems printing from some applications that are packaged in
> 8.0.
> 
>  
> 
> I have my printer setup correctly, test page looks fine.
> 
>  
> 
> Printer Name: e909
> 
> Printer Type: Unix Printer (LPD)
> 
> Server: 129.204.86.26
> 
> Queue: PORT1
> 
> Driver: HP LaserJet 8150 Postscript Printer
> 
>  
> 
> If I take a basic file like a script (example.sh), I can print it easily by
> the following methods:
> 
>  
> 
> 1.)lpr example.sh
> 
> 2.)Open example.sh file in OpenOffice.org Writer and select print
> 
>  
> 
> But, if I open the file in something like gedit and try to print I get
> nothing.
> 
>  
> 
> Below is an example of lpq of a print job issued thug edit that never prints
> out.
> 
>  
> 
> [EMAIL PROTECTED] ace_tao]# lpq Printer: [EMAIL PROTECTED] (dest
> [EMAIL PROTECTED])
> 
>  Queue: no printable jobs in queue
> 
>  Server: no server active
> 
>  Status: job '[EMAIL PROTECTED]' saved at 15:44:28.924
> 
>  Rank   Owner/ID  Class Job Files Size Time
> 
> done   [EMAIL PROTECTED]   A   401 /usr/share/printconf 18052
> 14:46:24
> 
> done   [EMAIL PROTECTED]   A   711 (STDIN) 414824
> 15:44:27
> 
> JetDirect lpd: no jobs queued on this port
> 
>  
> 
> Any ideas,
> 
> Jim
> 
>  
> 
>  
> 
> James Hrobak
> 
> Senior Member, Engineering Staff
> 
> Computer Systems Engineering
> 
> Lockheed Martin NE&SS - Moorestown
> 
> Mail Stop: 13000-E1
> 
> 856.638.7367 (office)
> 
> 856.638.4300 (fax)
> 
> [EMAIL PROTECTED]
> 
>  
> 




-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Volume control non-op

2003-02-27 Thread Nigel Simpson
Ah ha ! It was an XMMS configuration problem:

I'm using the "eSound Output Plugin 1.2.7 [libesdout.so]". The solution
was to uncheck "Volume controls OSS mixer" in the configuration dialog
for this plug-in. Now I have variable volume and balance too. Woo-hoo !

Nigel

On Wed, 2003-02-26 at 16:27, Nigel Simpson wrote:
> Here's a bizarre issue:
> 
> I ran "Sound Card Detection" (redhat-config-soundcard) and it correctly
> identified the on-motherboard sound chip: 
> 
> Vendor: Silicon Integrated Systems
> Model: SiS7012 PCI Audio Accelerator
> Module: i810_audio
> 
> The test sound plays OK and audio tools like XMMS work fine, *except*
> there's no volume control. If I open the Volume Control panel, checking
> Mute under pcm is the only control that mutes audio. The vol and speaker
> Mute boxes have no effect. If I drag the volume slider on the pcm
> control up and down there's no change in volume, unless I slide it all
> the way to the bottom in which case audio is muted. The volume and
> balance controls on XMMS have no effect, unless the volume slider is
> slid to 0%, then there's no audio.
> 
> I'd really like a volume control! Any ideas what's wrong?
> 
> Thanks!
> 
> Nigel
> 
> 
> 



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: NFS, SchmeNFS

2003-02-27 Thread Ralf Spenneberg
Am Don, 2003-02-27 um 16.52 schrieb John Lowell:
Hi John,

> 
> Where do I look to see what's going on with the firewall and what should 
> I look for there? When I made installation on each machine, I accepted 
> the default values for security. Is this what you have in mind?
That's it! Red Hat suggests firewall settings. Turn them off on both
machines for testing. Enter the following command on both machines
service iptables off
Now test nfs.
If it works either keep the firewall off (chkconfig iptables off) or
reconfigure it:
lokkit   (textmode) 
redhat-config-security (graphically)

Cheers,

Ralf
> 
> 
> 
> 
> -- 
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/psyche-list
-- 
Ralf Spenneberg
RHCE, RHCX

IPsec/PPTP Kernels for Red Hat Linux:  
http://www.spenneberg.com/.net/.org/.de
Honeynet Project Mirror:http://honeynet.spenneberg.org
Snort Mirror:   http://snort.spenneberg.org



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


QMS Magicolor 2200 driver installation

2003-02-27 Thread Camron W. Fox
Alle,

I've just downloaded the LinuxUtilsv101 tarball with various .ppds for
QMS printers, but there was not README or installation instructions of
any kinds. I've looked in the RH8 Manual and searched online but can't
seem to find any info on how to install additional printer drivers on
RH8. 
Anyone have some suggestions? I'm running CUPS vice LPD, BTW.

-- 
Best Regards,
Camron

Camron W. Fox
High Performance Computing Group
Fujitsu America, Inc.
Hilo Office
E-mail: [EMAIL PROTECTED] 
Phone:  (808) 934-4102 
Pager:  (808) 934-1290
Cell:   (808) 937-5026  



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Kernel 2.4.20

2003-02-27 Thread Stefan Neufeind
have you enabled APM (advanced power management)?

On 27 Feb 2003 at 19:25, Eduardo Sanz Martin wrote:

> I compiled the kernel and everything looks good. When I shutdown the
> computer, it does not power off. Somebody knows the options to mark on
> the kernel menuconfig  to make possible to power off.



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Kernel 2.4.20

2003-02-27 Thread Iain Buchanan
On Fri, 2003-02-28 at 03:55, Eduardo Sanz Martin wrote:
> I compiled the kernel and everything looks good. When I shutdown the
> computer, it does not power off.
> Somebody knows the options to mark on the kernel menuconfig  to make
> possible to power off.

There are two options.  You can use APM or ACPI.  AFAIK APM has been
around longer, and in my experience is easier to use.  But ACPI is
superceeding APM, and is growing in its features (like suspend to RAM,
etc).  There's no harm in compiling them both into your kernel/modules. 
You can even run both daemons at startup - first come first served, and
the other will not be used.  I recommend ACPI though if you can get it
working.

In answer to your question, theses are the options I used:

CONFIG_ACPI=y
CONFIG_ACPI_DEBUG=y
CONFIG_ACPI_BUSMGR=y
CONFIG_ACPI_SYS=y
CONFIG_ACPI_CPU=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_CMBATT=y
CONFIG_ACPI_THERMAL=y
CONFIG_APM=m

If you compile ACPI as a module, I think you have to add the modules to
your initrd image, so I just compiled them into the kernel (I'm lazy!).

HTH,
-- 
Iain Buchanan <[EMAIL PROTECTED]>
Man has never reconciled himself to the ten commandments.


signature.asc
Description: This is a digitally signed message part


Re: squirrellmail with virtual domains!

2003-02-27 Thread Tom Diehl
On Thu, 27 Feb 2003, Sergio Durand wrote:

> hi there...
> i need a solution for configuration a webmail for virtual domains...
> my current webmail is squirrelmail...
> it's works with virtual domains ??? how ???
> i know exist some plugins for virtual domains, but i cannot instal them
> exists another way for do this configuration ???
> or,  there's another webmail fast and easy for configuration ???
> 
> best regards!!!

There is a plugin to do virtual domains for sqmail. I do not remember 
what it is called nor have I used it. I just remember seeing it in the
list of plugins.

HTH,

-- 
.Tom"Nothing would please me more than being able to 
[EMAIL PROTECTED]   hire ten programmers and deluge the hobby market 
with good software." -- Bill Gates 1976

We are still waiting 



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Recommendation

2003-02-27 Thread John Lowell
I'd appreciate having a recommendation of a quality CD burning program 
that will handle ISO burns. I've tried K3b when I've used KDE and it 
worked but with my latest install of Red Hat 8.0 I've not chosen KDE 
and, while I've downloaded the old 7.5 rpm for Red Hat 8.0, K3b has done 
nothing but fight me. I would add that I've found Gnome Toaster 
virtually unintelligible, I mean talk about an unusable program. At this 
point I'll take anything that'll work.

John Lowell 



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: LAN driver for a7v8x (BroadCom 4401)

2003-02-27 Thread Telford
> From: Michael Schwendt <[EMAIL PROTECTED]>
> 
> On Thu, 27 Feb 2003 08:33:43 +0100, Vik Heyndrickx wrote:
> 
> > > I found that the src.rpm file found on the motherboard CDROM
> > > worked with a simple "rpmbuild --rebuild" and installed no
> > > problems.
> >
> > This link may be useful (in case you have problems or someone wants
> > to open
> > a bug in bugzilla):
> > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=80545
> >
> > It would be really, really, really nice if RH decided to include
> > this
> > updated driver into the next release of RH.

I'm a little confused when the driver written by Broadcom seems to work,
possibly with some minor tweaks and yet RedHat want to mess around with
a different driver... I'm sure great minds are at work here 

> > > However, if you install RedHat's kernel updates then it no longer
> > > works because of annoying kernel header mismatch and (doubly
> > > annoying)
> > > RedHat don't include an update of the new kernel headers package
> > > to
> > > go with the new kernel (or at least I couldn't find such a thing
> > > on my favourite mirrors).
> >
> > glibc-kern*.rpm
> 
> No, kernel-source*.i386.rpm

I'm well aware what the names for the various packages are...
If you look here:

   http://mirror.aarnet.edu.au/pub/redhat/updates/8.0/en/os/i386/

You will NOT find any glibc-kern*.rpm even though the kernel source
has been updated. I am completely sure that the full kernel source is
NOT a requirement to compile the bcm1440 module because I rebuilt the
rpm on a standard rh8.0 install WITHOUT any kernel-source packages
installed. I didn't look at exactly what the build process was doing
but it did work. With an upgraded kernel it did not work.

Yes I understand that I can use the full kernel source, I was merely
trying to save a big download. Here's the md5sum of the driver package
that I was building:

   802ce8dbddaeb25f07f6f8d7bb955276  bcm4400-1.0.2-1.src.rpm

- Tel



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Recommendation

2003-02-27 Thread Jesse Keating
On Thursday 27 February 2003 14:26, John Lowell wrote:
> I'd appreciate having a recommendation of a quality CD burning program
> that will handle ISO burns. I've tried K3b when I've used KDE and it
> worked but with my latest install of Red Hat 8.0 I've not chosen KDE
> and, while I've downloaded the old 7.5 rpm for Red Hat 8.0, K3b has done
> nothing but fight me. I would add that I've found Gnome Toaster
> virtually unintelligible, I mean talk about an unusable program. At this
> point I'll take anything that'll work.

For just burning iso's, I find a gui tool way to heavy.  Just set your self a 
bash alias.  alias isoburn="cdrecord dev=0,0,0 speed=40 -eject"  Set this in 
your bashrc or bash_profile, then you just have to type: isoburn 
/path/to/file.iso   Doesn't get much easier.

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (http://www.microwerks.net/~hugo/)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Recommendation

2003-02-27 Thread Jesse Keating
On Thursday 27 February 2003 14:26, John Lowell wrote:
> I'd appreciate having a recommendation of a quality CD burning program
> that will handle ISO burns. I've tried K3b when I've used KDE and it
> worked but with my latest install of Red Hat 8.0 I've not chosen KDE
> and, while I've downloaded the old 7.5 rpm for Red Hat 8.0, K3b has done
> nothing but fight me. I would add that I've found Gnome Toaster
> virtually unintelligible, I mean talk about an unusable program. At this
> point I'll take anything that'll work.

BTW, I've got a k3b rpm that is much nicer about deps, and build-deps.  
http://geek.j2solutions.net/rpms/k3b/

-- 
Jesse Keating RHCE MCSE
http://geek.j2solutions.net
Mondo DevTeam (http://www.microwerks.net/~hugo/)

Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


RE: Quake 3 crashes under RH8

2003-02-27 Thread Wolfgang Gill
That's really strange. My XF86Config is identical to yours with the
exception of DRI (And the fact I have a Nvidia card). Are they the latest
ATI drivers?? Or perhaps there are some older LibGL libraries hanging around
which might be causing this problem. (The Nvidia drivers remove all the MESA
libraries, for example. Which have been known to cause strange problems when
the Nvidia driver are installed)

Sorry, but this is about all that I can suggest.

Wolf


-Original Message-
From: Dusan Djordjevic [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 27 February 2003 7:03 PM
To: [EMAIL PROTECTED]
Subject: Re: Quake 3 crashes under RH8


četvrtak 27. februar 2003. 08:47, Wolfgang Gill:
>  Remove the DRI entry in your XF86Config. As this will cause these 
> sort of problems. That should fix the problem. (As it's hard for me to 
> say too, as I have a GF4 Ti4600 Nvidia, and they recommend to have the 
> DRI stuff removed).

I triend, but now hardware acceleration does not work. It is slooow, 
unusable. It worked for you since you use NVidia drivers which doesn't 
use DRI at all.
-- 
Eng. Dusan Djordjevic (RHCE)
##
Attention: 
This e-mail message is privileged and confidential. If you are not the 
intended recipient please delete the message and notify the sender. 
Any views or opinions presented are solely those of the author.

This e-mail has been scanned and cleared by MailMarshal 
www.marshalsoftware.com
##



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Accessing Red Hat Network from a computer in a LAN

2003-02-27 Thread Alimin Bijosono Oei
On Thu, 2003-02-27 at 15:53, Michael Smith wrote:

 >> On Wed, 2003-02-26 at 21:12, Alimin Bijosono Oei wrote:
 >
 >>> > Hi all,
 >>> >=20
 >>> > At home I have a desktop computer and a laptop both have Redhat 8.0
 >>> > installed. Both of them are networked so that the desktop acts as a
 >>> > gateway/router for the laptop.
 >>> >=20
 >>> > So far I don't have any trouble updating packages for the desktop
 >>> > computer using RHN updater which is connected directly to the
internet,
 >>> > however I cannot update my RH installation for the laptop unless
it is
 >>> > connected to the internet directly without using the desktop as the
 >>> > gateway/router. The error message is: Network Error 111: Connection
 >>> > refused.
 >>> >=20
 >>> > Is there a way to solve this?
 >
 >>=20
 >> The desktop is acting as a firewall for anything sharing internet 
access
 >> through it. I'm not sure exactly how you configure that but, the info
 >> might help. You need to figure out what port RHN uses, and then open
 >> that on whatever you can think of.

 > Actually, the rhn applet and up2date don't get originating connections
 > from outside, therefore if your firewall allows ESTABLISHED and >RELATED
 > connections in, then you should be fine.  A simple way to check this
  > is
 > to see if you can 'surf the net', and ping outside your LAN from the
 > laptop, using the desktop as the router.  If not, the problem lies in
 > your firewall/routing somewhere.
 >
 > If you can do this however, then the problem is probably somewhere
 > else.  I just checked the rhn applet to see what ports it uses, and
 > after domain name resolution I get lots of 443 activity (https) so to
 > be
 > really sure, see if you can connect to a https site somewhere.
 >
 > The up2date "process" uses some other ports I think, but again if you
 > can surf, then this should work.  What command precisely is giving the
 > Network Error?
I can surf the web and also ping outside. I don't have much knowledge
about networking stuff so I guess I'll show you my routing script which
I got from
http://www.yolinux.com/TUTORIALS/LinuxTutorialNetworkGateway.html. It is
working so I use it. Here it is:
#!/bin/sh
iptables --flush   # - Flush
all the rules in filter and nat tables
iptables --table nat --flush
iptables --delete-chain# -
Delete all chains that are not in default filter and nat table
iptables --table nat --delete-chain
# Set up IP FORWARDing and Masquerading
iptables --table nat --append POSTROUTING --out-interface ppp0 -j MASQUERADE
iptables --append FORWARD --in-interface eth0 -j ACCEPT# -
Assuming one NIC to local LAN
echo 1 > /proc/sys/net/ipv4/ip_forward # -
Enables packet forwarding by kernel
I actually use the rhn applet and it just shows the circle with grey
background colour and a white question mark on top of it. Clicking on it
gives the error message "Network Error 111: Connection refused".
I tried using up2date from console window, and here is the output:
[EMAIL PROTECTED] alimin]# up2date
Traceback (most recent call last):
   File "/usr/sbin/up2date", line 801, in ?
 main()
   File "/usr/sbin/up2date", line 494, in main
 up2dateAuth.updateLoginInfo()
   File "/usr/share/rhn/up2date_client/up2dateAuth.py", line 112, in
updateLoginInfo
 loginInfo = login()
   File "/usr/share/rhn/up2date_client/up2dateAuth.py", line 100, in login
 loginInfo = rpcServer.doCall(server.up2date.login, systemId)
   File "/usr/share/rhn/up2date_client/rpcServer.py", line 107, in doCall
 ret = apply(method, args, kwargs)
   File "/usr/lib/python2.2/xmlrpclib.py", line 821, in __call__
 return self.__send(self.__name, args)
   File "/usr/lib/python2.2/site-packages/rhn/rpclib.py", line 126, in
_request
 verbose=self._verbose
   File "/usr/lib/python2.2/site-packages/rhn/transports.py", line 130,
in request
 fd = resp.decode(fd)
   File "/usr/lib/python2.2/site-packages/rhn/transports.py", line 343,
in decode
 self.read(fd)
   File "/usr/lib/python2.2/site-packages/rhn/transports.py", line 324,
in read
 self.io = _smart_total_read(fd)
   File "/usr/lib/python2.2/site-packages/rhn/transports.py", line 395,
in _smart_total_read
 chunk = fd.read(bufferSize)
   File "/usr/lib/python2.2/httplib.py", line 250, in read
 value = value + self._safe_read(amt)
   File "/usr/lib/python2.2/httplib.py", line 318, in _safe_read
 raise IncompleteRead(s)
I also tried reregistering the system using update --register, but it
failed when sending my information to RHN server.
Alimin





--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Firewall Configuration Issue

2003-02-27 Thread Gurumaster






I just installed RH 8 and updated everything using up2date. I am new to Linux so please be patient with me if I use the wrong terminology or misunderstand.
 
I am attempting to host web services (HTTP, FTP) and therefore during setup chose the firewall to be set to Medium with HTTP and FTP services available. However, when I checked the settings after install they were set to High with no customization. I have attempted to change these settings several times and the configuration always reverts back to High with no customization.
 
Questions: What am I doing wrong? How do I change these settings so that they will maintain?
 
I appreciate any assistance offered.
 
Thank you.
 
[EMAIL PROTECTED]
 







  IncrediMail - Email has finally evolved - Click Here

Re: Firewall Configuration Issue

2003-02-27 Thread Jay Crews
Gurumaster writes
> 
> 
> 
> I just installed RH 8 and updated everything using up2date. I am new to
> Linux so please be patient with me if I use the wrong terminology or
> misunderstand.
> 
> I am attempting to host web services (HTTP, FTP) and therefore during set
> up
> chose the firewall to be set to Medium with HTTP and FTP services availab
> le.
> However, when I checked the settings after install they were set to High
> with no customization. I have attempted to change these settings several
> times and the configuration always reverts back to High with no
> customization.

This is very misleading and a very commonly asked question.
The tool does not show the current state of the firewall
when you load it.  It just defaults to high, for selection.
If you set it to medium, it is medium even though
it say high the next time.

> 
> Questions: What am I doing wrong? How do I change these settings so that
> they will maintain?
> 
> I appreciate any assistance offered.
> 
> Thank you.
> 
> [EMAIL PROTECTED]



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Recommendation

2003-02-27 Thread reg hughson
I have had really good luck with X-CD-Roast. Have burnt a lot of disks
with it and have had none fail.


On Thu, 2003-02-27 at 17:26, John Lowell wrote:
> I'd appreciate having a recommendation of a quality CD burning program 
> that will handle ISO burns. I've tried K3b when I've used KDE and it 
> worked but with my latest install of Red Hat 8.0 I've not chosen KDE 
> and, while I've downloaded the old 7.5 rpm for Red Hat 8.0, K3b has done 
> nothing but fight me. I would add that I've found Gnome Toaster 
> virtually unintelligible, I mean talk about an unusable program. At this 
> point I'll take anything that'll work.
> 
> John Lowell 
> 
> 
> 
> -- 
> Psyche-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/psyche-list




-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Accessing Red Hat Network from a computer in a LAN

2003-02-27 Thread Craig White
On Thu, 2003-02-27 at 18:35, Alimin Bijosono Oei wrote:
> http://www.yolinux.com/TUTORIALS/LinuxTutorialNetworkGateway.html. It is
> working so I use it. Here it is:
> #!/bin/sh
> 
> iptables --flush   # - Flush
> all the rules in filter and nat tables
> iptables --table nat --flush
> iptables --delete-chain# -
> Delete all chains that are not in default filter and nat table
> iptables --table nat --delete-chain
> 
> # Set up IP FORWARDing and Masquerading
> iptables --table nat --append POSTROUTING --out-interface ppp0 -j MASQUERADE
> iptables --append FORWARD --in-interface eth0 -j ACCEPT# -
> Assuming one NIC to local LAN
> 
> echo 1 > /proc/sys/net/ipv4/ip_forward # -
> Enables packet forwarding by kernel
> 
> I actually use the rhn applet and it just shows the circle with grey
> background colour and a white question mark on top of it. Clicking on it
> gives the error message "Network Error 111: Connection refused".
> 
-
I'm just gonna guess at this but I think that you need to support
ip_nat_ftp

/sbin/insmod ip_nat_ftp
/sbin/insmod ftp_conntrack_ftp

Insert it near the top of the ruleset

Craig



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: squirrellmail with virtual domains!

2003-02-27 Thread Sandro Wabner
Am Don, 2003-02-27 um 14.06 schrieb Sergio Durand:
> hi there...
> i need a solution for configuration a webmail for virtual domains...
> my current webmail is squirrelmail...
> it's works with virtual domains ??? how ???
> i know exist some plugins for virtual domains, but i cannot instal them
> exists another way for do this configuration ???
> or,  there's another webmail fast and easy for configuration ???

making squirrelmail available on RH8 ist just as easy as you say:

rmp -ivh squirrelmail.xxx.rpm

The only thing you have to do is leave this file alone:
/etc/httpd/conf.d/squirrelmail.conf

And don't do anything to prevent that this line is loaded globaly:

Alias /webmail /usr/share/squirrelmail

If you did this, and your Apache is setup properly squirrelmail should
be available on all the virtual domains.

(..to set it up for commercial use you should do more things in your
apache configuration, but it's supoosed to be a good start :o)

regards
Sandro 



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Quake 3 crashes under RH8

2003-02-27 Thread Sandro Wabner
Am Don, 2003-02-27 um 09.03 schrieb Dusan Djordjevic: 
> četvrtak 27. februar 2003. 08:47, Wolfgang Gill:
> >  Remove the DRI entry in your XF86Config. As this will cause these
> > sort of problems. That should fix the problem. (As it's hard for me
> > to say too, as I have a GF4 Ti4600 Nvidia, and they recommend to have
> > the DRI stuff removed).
> 
> I triend, but now hardware acceleration does not work. It is slooow, 
> unusable. It worked for you since you use NVidia drivers which doesn't 
> use DRI at all.

I'm just suffering from the fact that q3 doesn't run on my new rh8-box
either.
I didn't find a solution for my problem, but i think i found your
problem mentioned at some other place,.. 

see if it is help full for you

# 
For all you Sapphire and other "Powered by ATI" card owners, here's how you make the 
driver work if you get "no matching Device for PCI ID" etc etc error when starting X:
open a shell, and su to root. 

then type "lspci -v | grep ATI" 

the command should print out the PCI ID numbers for your ATI card, like
this: 

01:05.0 VGA compatible controller: ATI Technologies Inc: Unknown device
4966 (rev 01) (prog-if 00 [VGA])01:05.1 Display controller: ATI
Technologies Inc: Unknown device 496e (rev 01) 

See the 01:05.0 and the 01:05.1 numbers? those are the PCI IDs for the
card, although you'll need only one. Notice that those IDs are the ones
of my Sapphire card: they might change for your card. 

Then you edit the XF86Config-4 file generated by fglrxconfig and look up
the BusID option in the Device section. 
Change the numbers to the ones you found from the output, like this: 

BusID "PCI:01:05:0" (notice that the .0 in the lspci output has become a
:0) 

Save the file, and you can start X! You can check if everything went
right by using the fgrlxinfo command from the shell, it should print out
something like 

[EMAIL PROTECTED] lb]$ fglrxinfo 
Loading required GL library /usr/X11R6/lib/libGL.so.1.2 
display: :0.0 screen: 0 
OpenGL vendor string: ATI Technologies Inc. 
OpenGL renderer string: Radeon 9000/Mobility Fire GL 8800 Prototype DDR
Athlon (3DNow!) 
OpenGL version string: 1.3.3477 (X4.2.0-2.5.1) 
# 

or 

# 
You MUST have version 2.5.1 of the drivers to make it work: version
2.4.3 won't work with "Powered by ATI" cards. Version 2.5.1 is now
available on ATI's website. 
# 

regards, and may your quake-less times be short :o)
Sandro



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: LAN driver for a7v8x (BroadCom 4401)

2003-02-27 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 27 February 2003 07:48 pm, Telford wrote:

> > No, kernel-source*.i386.rpm
>
> I'm well aware what the names for the various packages are...
> If you look here:
>
>http://mirror.aarnet.edu.au/pub/redhat/updates/8.0/en/os/i386/
>
> You will NOT find any glibc-kern*.rpm even though the kernel source
> has been updated. I am completely sure that the full kernel source is
> NOT a requirement to compile the bcm1440 module because I rebuilt the
> rpm on a standard rh8.0 install WITHOUT any kernel-source packages
> installed. I didn't look at exactly what the build process was doing
> but it did work. With an upgraded kernel it did not work.

You shouldn't find an updated package. glibc-kernheaders is not updated 
with each kernel update. It contains the headers that glibc was built 
against.

I've never tried building the src.rpm since it wasn't included on my CD, 
however it should have produced plenty of warnings if it was including 
/usr/include/linux. Modules should never use the glibc kernel headers, 
but the headers contained in the kernel source. Here is the output if I 
try to include /usr/include/linux while building the driver. I changed 
the makefile:
From:
LINUX=/lib/modules/`uname -r`/build
to:
LINUX=/usr/include/linux

/usr/include/linux/string.h:8:2: warning: #warning Using kernel header in 
userland!
/usr/include/asm/bitops.h:334:2: warning: #warning Using kernel headers in 
userspace.

The build fails with _many_ errors reported.

> Yes I understand that I can use the full kernel source, I was merely
> trying to save a big download. Here's the md5sum of the driver package
> that I was building:
>
>802ce8dbddaeb25f07f6f8d7bb955276  bcm4400-1.0.2-1.src.rpm

Your sure you didn't have the kernel source installed? I wouldn't think it 
would be possible to compile the driver without it. 

- -- 
- -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)

iD8DBQE+Xtfhn/07WoAb/SsRAuj0AKCipa6mYReIGS+TK3tT6yNqEFbkkQCffyXH
xecXikj0c7LFBQN9u5r4tEg=
=ZjXY
-END PGP SIGNATURE-



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Firewall Configuration Issue

2003-02-27 Thread Sandro Wabner
Am Fre, 2003-02-28 um 03.30 schrieb Jay Crews:

Dear "Gurumaster"

> > I just installed RH 8 and updated everything using up2date. I am new to
> > Linux so please be patient with me if I use the wrong terminology or
> > misunderstand.
no problem

> > 
> > Questions: What am I doing wrong? How do I change these settings so that
> > they will maintain?

first you should describe more detailed what you are doing. 
Is the tool you used an old "ipchains-Module of Webmin", or another
"ipchains" -tool? 
..this would explain that reaction, because you need a tool that
supports "iptables"
 
> > I appreciate any assistance offered.

Next Problem is; if you "attempting to host web services" that will be
availabe in public, you won't be able to build a proper firewall just
with a tool, and without knowlage what you are doing, so you should
consider to read all this:

http://www.netfilter.org/
http://www.linuxguruz.org/iptables/

and you should not miss to read this 

http://.cert.org/

regards
Sandro



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Japanese in Evolution 1.2.2 & OpenOffice on RH8.0

2003-02-27 Thread Graeme Jensen
Not sure what your problems are but did you check if you have the right
packages installed?  I chose Japanese as the default Language and have 
no problems logging in and having an all Japanese environment though I
hardly ever use it. About open office though, you need to choose the
right Japanese font by clicking on the mouse otherwise the kanji will
disappear after you've typed it.
 
You could also check the bashrc file and see what the language settings
are.  I've put the following 

export LANG=ja_JP; export XMODIFIERS="@im=kinput2";
export LC_MESSAGES=en_us; exec kinput2-canna&

I don't need menus in Japanese, just the ability to type in Japanese. 
The above script serves me fine.  

Check out the Tokyo Linux User Group archives & links for more info
 

__
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!  http://bb.yahoo.co.jp/



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Most Suitable Server for RedHat Linux?

2003-02-27 Thread Sandro Wabner
Am Don, 2003-02-27 um 05.25 schrieb [EMAIL PROTECTED]:
> Hi all:
> 
> I'm to decide which server hardware to choose for my RedHat Linux 7.3 as an 
> Internet server that will run Apache, MySQL and PHP to manage a medium-sized 
> database. May I request for your recommendations, based on your experiences, 
> which server hardware is best for this (Compac, HP, Sun, ...)?

what "server" do you need? ...any 19'' stuff? ...do you need multi-cpu
tecnologies? or why do you consider to buy expensive "unix-hardware".

If you need a webserver for lees than 200 virtual apaches, you can buy a
"normal" intel with 1,7 to 2,0 GHz, 1GB RAM and a 60 GBM Harddisk,...
In cases like this i just take the redhat hardware list and order a box
with components of my choice, at my local hardware dealer,..

In 99% of all times it works perfectly right from the beginning,...   

regards
Sandro



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: LAN driver for a7v8x (BroadCom 4401)

2003-02-27 Thread Telford
OK, I tried it again and can't get it to compile with the glibc
headers, so maybe I did have kernel source installed at the time.

I guess it does make sense to separate the header files that glibc
uses from the kernel ones from a versioning point of view but it
does make things confusing. Well, it confused me...



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list