Okay,
I figured it out myself... I'm running out of space on my hard drive. How
can I be using almost 4 GB of space? I am using this as a standalone
computer. I haven't even started saving stuff on it yet. I'm using Gnome
and didn't install KDE, I've removed games, and stuff like that. Is this a
typical amount of space to be using, or have I done something unusual with
my initial installation.
BTW - Mozilla 1.3 is working like a charm, and the rest of Redhat is
working quite well. Thanks to Cliff and Ryan.
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Larry Petrykanyn
Sent: Saturday, April 05, 2003 1:01 AM
To: [EMAIL PROTECTED]
Subject: RE: Mozilla Crashes - GDK Error
Hi,
That worked! But...
[EMAIL PROTECTED] RPMs]# rpm -Uvh mozilla*-1.3-0_rh8_xft.i386.rpm
error: Failed dependencies:
indexhtml is needed by mozilla-1.3-0_rh8_xft
[EMAIL PROTECTED] RPMs]# rpm -Uvh indexhtml-9-3.noarch.rpm
Preparing... ###########################################
[100%]
1:indexhtml ###########################################
[100%]
[EMAIL PROTECTED] RPMs]# rpm -Uvh mozilla*-1.3-0_rh8_xft.i386.rpm
Preparing... ###########################################
[100%]
installing package mozilla-devel-1.3-0_rh8_xft needs 18MB on the /
filesystem
installing package mozilla-dom-inspector-1.3-0_rh8_xft needs 18MB on
the / filesystem
installing package mozilla-js-debugger-1.3-0_rh8_xft needs 18MB on
the / filesystem
installing package mozilla-mail-1.3-0_rh8_xft needs 24MB on the /
filesystem
installing package mozilla-nspr-devel-1.3-0_rh8_xft needs 25MB on
the / filesystem
installing package mozilla-nss-devel-1.3-0_rh8_xft needs 29MB on the
/ filesystem
installing package mozilla-psm-1.3-0_rh8_xft needs 30MB on the /
filesystem
[EMAIL PROTECTED] RPMs]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hdb2 3826584 3595668 36532 99% /
/dev/hdb1 101089 14211 81659 15% /boot
none 252936 0 252936 0% /dev/shm
/dev/hda1 9950528 3849872 6100656 39% /mnt/win
[EMAIL PROTECTED] RPMs]#
...Anything that I can do to get around this? Something simple,
preferably?
Thanks,
Larry
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ryan McDougall
Sent: Saturday, April 05, 2003 12:58 AM
To: [EMAIL PROTECTED]
Subject: RE: Mozilla Crashes - GDK Error
Everyone loves a top poster, get use to reading backwards!
The problem you are having is failed dependencies due to the order in
which you are installing the rpms. I believe if you type
> rpm -Uvh mozilla*
then rpm can figure out how to satisfy the dependencies.
Cheers,
Ryan
On Fri, 2003-04-04 at 21:08, Larry Petrykanyn wrote:
> Hi Cliff!
>
> Thanks for the suggestion. I downloaded Mozilla 1.3. I went to System
> Settings => Packages and removed Mozilla 1.0.1 from Graphical Web
Browser.
> I then tried to run the RPM for Mozilla 1.3. I seemed to be going in
> circles. It told me I needed things that I couldn't replace because other
> programs were using them...
>
> I'll cut and paste my terminal screen as it will explain better than I
> can...
>
> [EMAIL PROTECTED] mike]$ cd /RPMs
> [EMAIL PROTECTED] RPMs]$ dir
> indexhtml-9-3.noarch.rpm
> mozilla-js-debugger-1.3-0_rh8_xft.i386.rpm
> mozilla-1.3-0_rh8_xft.i386.rpm
> mozilla-mail-1.3-0_rh8_xft.i386.rpm
> mozilla-1.3-0_rh8_xft.src.rpm
> mozilla-nspr-1.3-0_rh8_xft.i386.rpm
> mozilla-chat-1.3-0_rh8_xft.i386.rpm
> mozilla-nspr-devel-1.3-0_rh8_xft.i386.rpm
> mozilla-devel-1.3-0_rh8_xft.i386.rpm
> mozilla-nss-1.3-0_rh8_xft.i386.rpm
> mozilla-dom-inspector-1.3-0_rh8_xft.i386.rpm
> mozilla-nss-devel-1.3-0_rh8_xft.i386.rpm
> mozilla-i686-pc-linux-gnu-1.3-sea.tar.gz
> mozilla-psm-1.3-0_rh8_xft.i386.rpm
> [EMAIL PROTECTED] RPMs]$ su
> Password:
> [EMAIL PROTECTED] RPMs]# rpm -Uvh mozilla-1.3-0_rh8_xft.i386.rpm
> error: Failed dependencies:
> mozilla-nspr = 1.3-0_rh8_xft is needed by mozilla-1.3-0_rh8_xft
> indexhtml is needed by mozilla-1.3-0_rh8_xft
> [EMAIL PROTECTED] RPMs]#
> [EMAIL PROTECTED] RPMs]# rpm -ivh mozilla-nspr-1.3-0_rh8_xft.i386.rpm
> Preparing... ###########################################
> [100%]
> file /usr/lib/libnspr4.so from install of
mozilla-nspr-1.3-0_rh8_xft
> conflicts with file from package mozilla-nspr-1.0.1-26
> file /usr/lib/libplc4.so from install of
mozilla-nspr-1.3-0_rh8_xft
> conflicts with file from package mozilla-nspr-1.0.1-26
> file /usr/lib/libplds4.so from install of
mozilla-nspr-1.3-0_rh8_xft
> conflicts with file from package mozilla-nspr-1.0.1-26
> [EMAIL PROTECTED] RPMs]# rpm -Uvh mozilla-nspr-1.3-0_rh8_xft.i386.rpm
> error: Failed dependencies:
> mozilla-nspr = 1.0.1-26 is needed by (installed)
> mozilla-nss-1.0.1-26
> [EMAIL PROTECTED] RPMs]# rpm -ivh mozilla-nss-1.3-0_rh8_xft.i386.rpm
> error: Failed dependencies:
> mozilla-nspr = 1.3-0_rh8_xft is needed by
mozilla-nss-1.3-0_rh8_xft
> [EMAIL PROTECTED] RPMs]#
>
> As I said, I am a newbie. But I can't seem to figure out where to go
from
> here...
>
> Thanks,
> Larry
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Cliff Wells
> Sent: Friday, April 04, 2003 3:29 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Mozilla Crashes - GDK Error
>
>
> On Fri, 2003-04-04 at 11:11, Larry Petrykanyn wrote:
> > Hi!
> >
> > I'm a newbie using Redhat 8.0 and Mozilla 1.0.1. I've been surfing for
> > about a month, then just the other day Mozilla crashes upon opening. If
I
> > run in a terminal, I get the message: "GDK-Error: BadWindow (Invalid
> Window
> > Parameter) Serial 7883 error_code 3 request_code 2 minor_code 0". I've
> made
> > no changes to my system except for upgrading errata, etc. as supplied by
> > Redhat Updater.
>
> It isn't available from RH, but I'd suggest upgrading mozilla to 1.3
> (and get the one with the xft extensions). You can get rpms from
> http://www.mozilla.org
>
> Regards,
>
> --
> Cliff Wells, Software Engineer
> Logiplex Corporation (www.logiplex.net)
> (503) 978-6726 x308 (800) 735-0555 x308
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list