[gentoo-user] XML parsing error when downloading files with Firefox

2005-05-11 Thread Jim Hatfield
I think this may have started happening since a recent Firefox
upgrade.

If I try to download (say) vtun from vtun.sourceforge.net, it points
me at the mirror list and I pick one, say Heanet. I get the
what should firefox do with this file dialog and select Save To
Disk and when I hit OK I then get:

XML Parsing Error: not well formed
Location: chrome://global/content/filepicker.xul
Line Number 1, Column 22:

all, dialog=no, url, null, null, line);
^

ie the uparrow is pointing at the second comma.

Is there an easy way of fixing this bar removing and reinstalling
Firefox?



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] XML parsing error when downloading files with Firefox

2005-05-11 Thread Holly Bostick
Jim Hatfield schreef:
 I think this may have started happening since a recent Firefox
 upgrade.
 
 If I try to download (say) vtun from vtun.sourceforge.net, it points
 me at the mirror list and I pick one, say Heanet. I get the
 what should firefox do with this file dialog and select Save To
 Disk and when I hit OK I then get:
 
 XML Parsing Error: not well formed
 Location: chrome://global/content/filepicker.xul
 Line Number 1, Column 22:
 
 all, dialog=no, url, null, null, line);
 ^
 
 ie the uparrow is pointing at the second comma.
 
 Is there an easy way of fixing this bar removing and reinstalling
 Firefox?
 
 
 

Two things I notice:

1) if you're specifically talking about vtun, it's in Portage, so you
don't even necessarily have to download it separately.

2) I just tried downloading both the stable source tarball and the
development tarball from vtun.sourceforge.net using Firefox 1.03 and did
not have any problems.

So this is probably one of the ever-popular make sure to create a new
profile when upgrading issues. That would be the first thing I would
try. You can copy your bookmarks.html and signons.txt (if you have one)
from your old profile easily enough; I usually also copy key3.db as well
(I'm not sure if it's related to the Password Manager, but better safe
than sorry.

IIrc, if you don't want to create a new profile, you can delete
compreg.dat (please check the archives to confirm this filename!!!) in
your current profile to clean it of conflicting settings in the
backend (if this is the correct file, it will be recreated 'properly' by
the upgraded firefox version if not found; everything else will remain
the same, such as your installed extensions and the like).

Hope this helps,
Holly
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OpenOffice 2.0

2005-05-11 Thread James
Hello All,

OpenOffice 2.0 looks significantly enhanced. Does anybody have
a guestimate or insight as to when it will be available, via
emerge?

Has anybody compiled OO 2.0 directly? If so what are your 
results and is it stable?


James




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Is this a KDE split build problem, a KDE problem or just me?

2005-05-11 Thread Dmitri Vassilenko
On Sunday May 8 2005 10:15, Dmitri Vassilenko wrote:
 $ cp -R /usr/kde/3.4/etc/xdg/menus /etc/xdg/menus

Whoops. The above command doesn't even work. But this should:

$ cp -R /usr/kde/3.4/etc/xdg/menus/* /etc/xdg/menus/

Sorry it took me so long to correct myself.

Dmitri
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OpenOffice 2.0

2005-05-11 Thread Michael W. Holdeman
On Wednesday 11 May 2005 09:53 am, James wrote:
 Hello All,

 OpenOffice 2.0 looks significantly enhanced. Does anybody have
 a guestimate or insight as to when it will be available, via
 emerge?

 Has anybody compiled OO 2.0 directly? If so what are your
 results and is it stable?
There is an ebuild for the beta somewhere, I'll look for it if you are 
interested. I have been using it for a couple of weeks now and I have had no 
problems. I like it..

Mike

-- 
 
Michael W. Holdeman



Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.9-ck3|
Win4Lin 5-1-18c netraverse.com  |
|
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xscreensaver-demo locks up laptop

2005-05-11 Thread Richard Fish
Iain Buchanan wrote:

On Wed, 2005-05-11 at 14:35 +1200, Nick Rout wrote: 
  

let me guess, the ones it locks up on involve opengl?

disable the opengl screensavers. 



on closer inspection (I'm wearing loafers...) I mean, it appears that
way.

So, rather than disabling all the GL screensavers, how do I fix it?

I tried recompiling all ebuilds that were vaguely GL related, but it
still crashes... any other ideas?

Thanks,
  


You didn't mention what graphics chip you are using, but you should
start with making sure that DRI is enabled and working.  Also if you are
using the ATI or NVidia drivers, make sure you have the latest
version.   And finally make sure that opengl-update is pointing to the
correct opengl libraries.

I had hanging and crashing problems with my ATI Mobility 9600, and was
never able to resolve them.  I finally gave up and rebuilt everything
with -opengl.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OpenOffice 2.0

2005-05-11 Thread Richard Fish
James wrote:

Hello All,

OpenOffice 2.0 looks significantly enhanced. Does anybody have
a guestimate or insight as to when it will be available, via
emerge?

Has anybody compiled OO 2.0 directly? If so what are your 
results and is it stable?
  


I never got it to compile, but I have been using the binary builds with
no real problems.

If you want to emerge, you can try:

#echo app-office/openoffice-bin ~x86 /etc/portage/package.keywords
#emerge -p openoffice-bin

You should see version 1.9.95 or so.  If so, go ahead and emerge it.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OpenOffice 2.0

2005-05-11 Thread Michael W. Holdeman
On Wednesday 11 May 2005 10:44 am, Richard Fish wrote:
 James wrote:
 Hello All,
 
 OpenOffice 2.0 looks significantly enhanced. Does anybody have
 a guestimate or insight as to when it will be available, via
 emerge?
 
 Has anybody compiled OO 2.0 directly? If so what are your
 results and is it stable?

 I never got it to compile, but I have been using the binary builds with
 no real problems.

 If you want to emerge, you can try:

 #echo app-office/openoffice-bin ~x86 /etc/portage/package.keywords
 #emerge -p openoffice-bin

 You should see version 1.9.95 or so.  If so, go ahead and emerge it.
The binary ebuild I gt from soemwhere is 1.9.97

Mike

-- 
 
Michael W. Holdeman



Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.9-ck3|
Win4Lin 5-1-18c netraverse.com  |
|
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Fwd: Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3)

2005-05-11 Thread Zeno Davatz
Hi

I'm trying to set up a new server with 2*200GB HD's, 2*Intel Xeon 3.4
GHz and an Intel SE7520BD2 Motherboard (SATA).

I can boot perfectly fine from my Gentoo 2005.0 - minimal-install CD.
The system is up and running except when I want to boot from the
harddisk (root=/dev/sda3 boot=/dev/sda1, both on jfs). I can proof
that by mounting the new system when I boot from CD and do a chroot.

I even tried by compiling the kernel with the /proc/config.gz from the
above CD. Same result as in the subject line:
Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3)

Yes, I did run lilo -v and that went smoothly; and I do get the Lilo
manager in the beginning, but after that and some messages: Kernel
panic...

I'm on 2.6.11.8 from kernel.org

Any help is greatly appreciated.

Thanks
Zeno

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OpenOffice 2.0

2005-05-11 Thread Neil Bothwick
On Wed, 11 May 2005 13:53:16 + (UTC), James wrote:

 OpenOffice 2.0 looks significantly enhanced. Does anybody have
 a guestimate or insight as to when it will be available, via
 emerge?

There's already an ebuild for 1.9.95, a beta of 2.0, in portage, but it
is masked. If you want to try it, do

echo =app-office/openoffice-bin-1.9.87 /etc/portage/package.unmask
emerge openoffice-bin -av


-- 
Neil Bothwick

[EMAIL PROTECTED],;It's%made in Taiwa~##$ ` #@


pgpyXpJF1S4Mw.pgp
Description: PGP signature


[gentoo-user] New apache2 layout and mod_perl (M~)

2005-05-11 Thread Grant
Hello, I've been plagued by intermittent apache2 seg faults during
high traffic for quite some time.  From what I've read it sounds like
a mod_perl problem.  I can't update mod_perl  1.99.11 (M~) without
using apache2 ~x86 and its new layout.

Comment #13 from bug #77551 sounds promising:

http://bugs.gentoo.org/show_bug.cgi?id=77551

I haven't tried the patch here yet, but mod_perl-1.99.17-r1 has been
working fine for me so far with apache-2.0.53 (after moving files to
the appropriate places), so I'm not sure why it's masked.  I did get
segfaults with mod_perl-1.99.11.

Does anyone have any tips or info on moving to the ~x86 apache2 layout
so I can update mod_perl  1.99.11?

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Fwd: Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3)

2005-05-11 Thread Richard Fish
Zeno Davatz wrote:

Hi

I'm trying to set up a new server with 2*200GB HD's, 2*Intel Xeon 3.4
GHz and an Intel SE7520BD2 Motherboard (SATA).

I can boot perfectly fine from my Gentoo 2005.0 - minimal-install CD.
The system is up and running except when I want to boot from the
harddisk (root=/dev/sda3 boot=/dev/sda1, both on jfs). I can proof
that by mounting the new system when I boot from CD and do a chroot.

I even tried by compiling the kernel with the /proc/config.gz from the
above CD. Same result as in the subject line:
Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3)

Yes, I did run lilo -v and that went smoothly; and I do get the Lilo
manager in the beginning, but after that and some messages: Kernel
panic...

I'm on 2.6.11.8 from kernel.org

Any help is greatly appreciated.

Thanks
Zeno
  


You will need to compile the drivers for your SATA (I assume)
controller, SCSI, and SCSI disk support into your kernel, not as
modules.  Same for JFS.

-Richard

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] XML Editor

2005-05-11 Thread Steve [Gentoo]
I have a few bespoke XML schema specs, and I want to find a generic tool 
to construct XML files which are syntactically valid with respect to the 
schema specs.
The schemas represent data-structures for domain specific records with 
moderately complex structure.  It would not make sense to use a WYSIWYG 
editor as the XML tags don't correspond to textual mark-up... I don't 
want to use a text-editor as it would be time-consuming to manually type 
the tag and attribute names... as well as being more error prone and 
less productive to batch validate.
Are there any such tools available for Gentoo?

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] OpenOffice 2.0

2005-05-11 Thread fire-eyes
On Wed, 2005-05-11 at 13:53 +, James wrote:
 Hello All,
 
 OpenOffice 2.0 looks significantly enhanced. Does anybody have
 a guestimate or insight as to when it will be available, via
 emerge?
 
 Has anybody compiled OO 2.0 directly? If so what are your 
 results and is it stable?

As someone else states in this thread, there are some 1.9.blah ebuilds,
i'm using 1.9.93 and I have to say it's a lot beter. It's faster, feels
more polished. I'll be happy to see 2.0 final.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OpenOffice 2.0

2005-05-11 Thread fire-eyes
By the way, I merged openoffice-bin 1.9.93 . I don't see the beta
versions in the standard (non-bin) ebuild.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: OpenOffice 2.0

2005-05-11 Thread James
Neil Bothwick neil at digimed.co.uk writes:


 There's already an ebuild for 1.9.95, a beta of 2.0, in portage, but it
 is masked. If you want to try it, do
 
 echo =app-office/openoffice-bin-1.9.87 /etc/portage/package.unmask
 emerge openoffice-bin -av

Thanks Everyone for the information. Googling reveals a mix set of 
satisfactoins levels, so I'm going to give it a whirl on a new 
installation

Thanks again,

James




-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] iPodder

2005-05-11 Thread Gerhard Hoogterp
Hi,

Im  trying to get iPodder running under gentoo. But since I'm not much of a 
python head I hope someone can help me out. The error I get is:

[EMAIL PROTECTED] iPodder]# ./ipodder.sh
Traceback (most recent call last):
  File iPodderGui.py, line 38, in ?
import iPodderWindows
  File /opt/iPodder/iPodderWindows.py, line 4, in ?
import  listctrl  as  listmix
  File /opt/iPodder/listctrl.py, line 296, in ?
EVT_DOPOPUPMENU = wx.PyEventBinder(wxEVT_DOPOPUPMENU, 0)
AttributeError: 'module' object has no attribute 'PyEventBinder'

As it seems something is missing. But what.. According to the readme the 
following stuff is needed:

Prerequisites:
-
Python2.3+
python-gtk
wxPythonGTK
libwxPythonGTK2.5_2
pythonlib
libpython2.3
libxml2-python


Python and python-gtk are there. But the rest doesn't seem to translate into 
ebuilds. 

Any pointers? Thanks!

Gerhard
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OpenOffice 2.0

2005-05-11 Thread Neil Bothwick
On Thu, 12 May 2005 03:42:01 -0400, Michael W. Holdeman wrote:

 There is an ebuild for the beta somewhere, I'll look for it if you are 
 interested. 

Try /usr/portage/app-office :)


-- 
Neil Bothwick

Psychiatrists say that 1 of 4 people are mentally ill.


pgpoFG3pJs8u3.pgp
Description: PGP signature


Re: [gentoo-user] Kile dependencies after upgrading to kde 3.4 [solved]

2005-05-11 Thread Juan Ignacio Sánchez Lara
I have finally not solved it that way, but thanks anyway... Working
with --tree emerge option an emerging kdegraphics-meta (as well as
kdegraphics software like kgamma and kolourpaint has been enough to
mantain the upgrade.

I have also unmerged 3.3 packages.

Thanks

On 5/11/05, Victor Arguelles [EMAIL PROTECTED] wrote:
 El Tue, 10 May 2005 17:03:26 +
 Juan Ignacio Sánchez Lara [EMAIL PROTECTED] dijo:
 
 This has been discussed before. Look it up in the archives, there's a
 thread with instructions on how to do this started on april 11.
 Basically you need to add the kde packages themselves (not kde-meta)
 to /etc/portage/packages.keywords with ~x86 (or ~amd64 or whatever).
 This is the only way for your kde-3.4.0 to survive a world update. In
 that thread you'll see which packages.
 
 Regards,
 ~vi
 --
 gentoo-user@gentoo.org mailing list
 
 


-- 
Juan Ignacio Sánchez Lara
Ingeniero Técnico en Informática de Sistemas

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Fwd: Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,3)

2005-05-11 Thread Zeno Davatz
Done. No  modules, all compiled into the kernel. Same results.

Thanks for your help.
Zeno

On 5/11/05, Richard Fish [EMAIL PROTECTED] wrote:
 Zeno Davatz wrote:
 
 Hi
 
 I'm trying to set up a new server with 2*200GB HD's, 2*Intel Xeon 3.4
 GHz and an Intel SE7520BD2 Motherboard (SATA).
 
 I can boot perfectly fine from my Gentoo 2005.0 - minimal-install CD.
 The system is up and running except when I want to boot from the
 harddisk (root=/dev/sda3 boot=/dev/sda1, both on jfs). I can proof
 that by mounting the new system when I boot from CD and do a chroot.
 
 I even tried by compiling the kernel with the /proc/config.gz from the
 above CD. Same result as in the subject line:
 Kernel Panic - not syncing: VFS: Unable to mount root fs on 
 unknown-block(8,3)
 
 Yes, I did run lilo -v and that went smoothly; and I do get the Lilo
 manager in the beginning, but after that and some messages: Kernel
 panic...
 
 I'm on 2.6.11.8 from kernel.org
 
 Any help is greatly appreciated.
 
 Thanks
 Zeno
 
 
 
 You will need to compile the drivers for your SATA (I assume)
 controller, SCSI, and SCSI disk support into your kernel, not as
 modules.  Same for JFS.
 
 -Richard
 
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] New apache2 layout and mod_perl (M~)

2005-05-11 Thread Felix Tiede
Grant wrote:
 Hello, I've been plagued by intermittent apache2 seg faults during
 high traffic for quite some time.  From what I've read it sounds like
 a mod_perl problem.  I can't update mod_perl  1.99.11 (M~) without
 using apache2 ~x86 and its new layout.
 
 Comment #13 from bug #77551 sounds promising:
 
 http://bugs.gentoo.org/show_bug.cgi?id=77551
 
 I haven't tried the patch here yet, but mod_perl-1.99.17-r1 has been
 working fine for me so far with apache-2.0.53 (after moving files to
 the appropriate places), so I'm not sure why it's masked.  I did get
 segfaults with mod_perl-1.99.11.
 
 Does anyone have any tips or info on moving to the ~x86 apache2 layout
 so I can update mod_perl  1.99.11?

You should make a backup of /etc/apache2 and delete it prior to updating,
otherwise the new config layout will give you a hard time finding out, which
file belongs to the new installation and which does not.

Then you need to redo your complete configuration. That'll be the hardest
taks of all. Most complicated part is to merge your settings from
apache.conf and commonapache.conf into httpd.conf, you should not simply
concat both and replace httpd.conf with it. As for modules (like SSL) there
has not much changed, AFAIK it's just the installationpath of the .so-file.

I recommend using diff on the modules' config-files, just to be sure.

I'm running apache-2.0.52-r3 just fine for weeks now and I wonder why it
isn't stable yet... ;-)

HTH, regards
Felix
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] First Day with Gentoo

2005-05-11 Thread cfk
Gentlemen:
 I am working with the universal livecd. I untarred the stage3 tarball and had 
just gotten to section 6 where I chroot. After that, name resolution on the 
network ceased to work.

 I can ping by address. There is a valid /etc/resolv.conf.

 I rebooted from the cd, mounted the newly setup partition with its stage3 
tarball as /mnt/gentoo. At that point, I can still ping by name.

 After the chroot, I only get an unknown host response from ping.

 Would someone be willing to give me a few clues what might be going on so I 
can understand?

Charles
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] First Day with Gentoo

2005-05-11 Thread Mark Knecht
Hi Charles,
   These are from the xbox setup of Gentoo but it's pretty much identical:

 swapon /dev/hdax   (Activate the swap partition)
# mount /dev/hdax /mnt/gentoo(Mount the root partition)   
# mkdir /mnt/gentoo/boot (Create the boot mountpoint) 
# mount /dev/hdax /mnt/gentoo/boot  (Mount the boot partition)   
# cd /mnt/gentoo (Go to the mountpoint) 
  
# links http://www.gentoo.org/main/en/mirrors.xml(or
download the latest tarball...)

# tar -xvjpf stageyour stage.tar.bz2(... and
extract)

(Select a mirror)
# mirrorselect -i -o  /mnt/gentoo/etc/make.conf

(Copy over nameserver information)
# cp -L /etc/resolv.conf /mnt/gentoo/etc/resolv.conf
# mount -t proc none /mnt/gentoo/proc  (Mount the proc filesystem)  
# chroot /mnt/gentoo /bin/bash  (Chroot into the new environment)
# env-update; source /etc/profile   (Load the necessary variables)   

Any chance you missed the cp -L /etc/resolv.conf
/mnt/gentoo/etc/resolv.conf step or possibly didn't have the right
target address?

I don't think it would effect it but any chance you missed the
env-update;source step at the end?

good luck,
Mark


On 5/11/05, cfk [EMAIL PROTECTED] wrote:
 Gentlemen:
  I am working with the universal livecd. I untarred the stage3 tarball and had
 just gotten to section 6 where I chroot. After that, name resolution on the
 network ceased to work.
 
  I can ping by address. There is a valid /etc/resolv.conf.
 
  I rebooted from the cd, mounted the newly setup partition with its stage3
 tarball as /mnt/gentoo. At that point, I can still ping by name.
 
  After the chroot, I only get an unknown host response from ping.
 
  Would someone be willing to give me a few clues what might be going on so I
 can understand?
 
 Charles
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] First Day with Gentoo

2005-05-11 Thread Hani Duwaik
On 5/11/05, cfk [EMAIL PROTECTED] wrote:
 Gentlemen:
  I am working with the universal livecd. I untarred the stage3 tarball and had
 just gotten to section 6 where I chroot. After that, name resolution on the
 network ceased to work.
 
  I can ping by address. There is a valid /etc/resolv.conf.
 
  I rebooted from the cd, mounted the newly setup partition with its stage3
 tarball as /mnt/gentoo. At that point, I can still ping by name.
 
  After the chroot, I only get an unknown host response from ping.
 
  Would someone be willing to give me a few clues what might be going on so I
 can understand?
 
 Charles
 --
 gentoo-user@gentoo.org mailing list
 
 
Did you copy the /etc/resolv.conf file from the liveCD boot to the
chroot directory structure.  I believe the instruction is something
like:

cp -L /etc/resolv.conf /mnt/gentoo/etc/resolv.conf

HTH,

-Hani

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] XML Editor

2005-05-11 Thread Calvin Spealman
I've been looking for something along these lines, myself, although
I'm also looking for one that does WYSIWYG based on arbitrary XSLTs.
Anyway, I've looked around and found a few things.

Jaxe looks like a promising possibility, over at
http://jaxe.sourceforge.net/. It can validate based on a schema, as
you need. It is a Java-written project, so it will run on your linux
boxes, or anything else, of course.

There is a very large list of editors at http://www.xml.com/pub/pt/3
you can look through, as well.

On 5/11/05, Steve [Gentoo] [EMAIL PROTECTED] wrote:
 I have a few bespoke XML schema specs, and I want to find a generic tool
 to construct XML files which are syntactically valid with respect to the
 schema specs.
 The schemas represent data-structures for domain specific records with
 moderately complex structure.  It would not make sense to use a WYSIWYG
 editor as the XML tags don't correspond to textual mark-up... I don't
 want to use a text-editor as it would be time-consuming to manually type
 the tag and attribute names... as well as being more error prone and
 less productive to batch validate.
 Are there any such tools available for Gentoo?
 
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] First Day with Gentoo

2005-05-11 Thread Mark Knecht
On 5/11/05, cfk [EMAIL PROTECTED] wrote:
 Dear Mark, Hani  Andrew:
 
  Thank each one of you very much.
 
  I did miss the cp -L /etc/resolv.conf /mnt/gentoo/etc/resolv.conf step.
 
  Once I did that and then the chroot, an emerge ---sync is now working on
 many files.

Get used to the 'many files' part. That's life with Gentoo! ;-)

Glad it's working.

- Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Diskless workstations questions for MythTV

2005-05-11 Thread A. Khattri
On Wed, 11 May 2005, Mark Knecht wrote:

 (I'm concerned here about keeping the DHCP servers from colliding
 since the Wireless router also has a DHCP server.

When looking at wireless options for my home LAN, I already had a router
doing DHCP so I decided to get a wireless brigde rather than an additional
router. Switching off DHCP on the bridge allowed wired and wireless
machines to share the same DHCP server.

-- 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Diskless workstations questions for MythTV

2005-05-11 Thread Mark Knecht
On 5/11/05, A. Khattri [EMAIL PROTECTED] wrote:
 On Wed, 11 May 2005, Mark Knecht wrote:
 
  (I'm concerned here about keeping the DHCP servers from colliding
  since the Wireless router also has a DHCP server.
 
 When looking at wireless options for my home LAN, I already had a router
 doing DHCP so I decided to get a wireless brigde rather than an additional
 router. Switching off DHCP on the bridge allowed wired and wireless
 machines to share the same DHCP server.

Hi,
   Thanks for the response. I don't quite follow though. Help me a
bit. It sounds like we've set up similar networks. Please excuse the
text description but my ASCII art is worse:

The first line is hard wired:

Cable_Modem == Wireless router/switch == 3 machines + diskless frontends

The next set is also hard wired:

Wireless bridge == local switch == Myth-backend  diskless frontend

In my case I want the Myth backend server to be the network server
that all the diskless frontends get their kernels from, but the
wireless router/switch has the existing DHCP server. I don't think I
can have two DHCP servers on the network and expect things to work
correctly.

The Gentoo diskless HOWTO would tell me to make the Myth-backend
machine the DHCP server. However it's not on all the time so my other
machines wouldn't have addresses when they need to.

Can I make the Wireless router be the DHCP server (it will give the
diskless frontend machine addresses if they ask) and then still expect
the diskless frontends to get their kernels from the Myth-backend
machine?

I don't understand the Etherboot/PXE boot process. Does the DHCP
server HAVE to be the machine the diskless ones get their kernels
from?

I hope that's at least muddy clear instead of black as midnight unclear.

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] iPodder

2005-05-11 Thread A. Khattri
On Wed, 11 May 2005, Gerhard Hoogterp wrote:

 As it seems something is missing. But what.. According to the readme the
 following stuff is needed:

 Prerequisites:
 -
 Python2.3+
 python-gtk
 wxPythonGTK
 libwxPythonGTK2.5_2
 pythonlib
 libpython2.3
 libxml2-python

 Python and python-gtk are there. But the rest doesn't seem to translate into
 ebuilds.

Hmmm... looks like these are not hard to find in Portage:

# esearch wxpython
[ Results for search key : wxpython ]
[ Applications found : 2 ]

*  dev-python/wxpython
  Latest version available: 2.4.2.4
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 12,822 kB
  Homepage:http://www.wxpython.org/
  Description: A blending of the wxWindows C++ class library with Python
  License: wxWinLL-3

*  dev-python/wxpython-docs
  Latest version available: 2.4.2.4-r1
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 3,089 kB
  Homepage:http://www.wxpython.org
  Description: wxPython documentation
  License: wxWinFDL-3 LGPL-2.1


Looks like emerging wxpython includes all the GTK stuff too.

As far as libxml2 goes:

# esearch libxml2

[ Results for search key : libxml2 ]
[ Applications found : 1 ]

*  dev-libs/libxml2
  Latest version available: 2.6.17
  Latest version installed: 2.6.17
  Size of downloaded files: 2,995 kB
  Homepage:http://www.xmlsoft.org/
  Description: Version 2 of the library to manipulate XML files
  License: MIT


Also looks like libxml2 has a python USE flag that is already on by
default, so maybe you can just emerge it?

# emerge -pv libxml2

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] dev-libs/libxml2-2.6.17  -debug +ipv6 +python +readline 0
kB

Total size of downloads: 0 kB

#


-- 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] XML Editor

2005-05-11 Thread Julien Cayzac
My favorite one is Komodo, but you cannot speak about an XML editor
anymore: it's more likely a XML IDE :-)

It's shareware, but only cost about $20 -and damn, it's woth them!
Check out ActiveState's website for more info ans a free trial.

On 5/11/05, Steve [Gentoo] [EMAIL PROTECTED] wrote:
 I have a few bespoke XML schema specs, and I want to find a generic tool
 to construct XML files which are syntactically valid with respect to the
 schema specs.
 The schemas represent data-structures for domain specific records with
 moderately complex structure.  It would not make sense to use a WYSIWYG
 editor as the XML tags don't correspond to textual mark-up... I don't
 want to use a text-editor as it would be time-consuming to manually type
 the tag and attribute names... as well as being more error prone and
 less productive to batch validate.
 Are there any such tools available for Gentoo?
 
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] XML Editor

2005-05-11 Thread Calvin Spealman
Vex looks nice, I'm looking into that now, myself. Thanks Matthew.

On 5/11/05, Matthew Cline [EMAIL PROTECTED] wrote:
 On 5/11/05, Calvin Spealman [EMAIL PROTECTED] wrote:
  I've been looking for something along these lines, myself, although
  I'm also looking for one that does WYSIWYG based on arbitrary XSLTs.
  Anyway, I've looked around and found a few things.
 
 For a WYSIWYG-based XML editor, check out Vex.
 
 http://vex.sourceforge.net/
 
 It lets you define a custom DTD and CSS for an XML file. One nice
 thing about Vex is that it doesn't make you type XML tags manually.
 The program presents a list of valid elements based on the DTD, then
 you just pick which you want. This also cuts down on potential errors.
 
 Matt
 
 --
 gentoo-user@gentoo.org mailing list
 


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] some dns server can't find my domain

2005-05-11 Thread Claudinei Matos
Hi,

I have 1 dns server where I did setup my domain named
hospedevip.com.br and 2 another servers that actually isn't mine but
the hosting company. They all have the same zone file with the same
configuration.
Well, all these servers are setup at registro.br (brazilian
responsible for com.br domains) and I can find my domain from various
dns servers that I've made tests, but have only one (at the moment)
where I can't find my domain that is dns1.optiglobe.net.br.
Below follow some tests that I've made:

 server dns1.optiglobe.net.br
Default server: dns1.optiglobe.net.br
Address: 200.185.6.131#53
 www.hospedevip.com.br
Server: dns1.optiglobe.net.br
Address:200.185.6.131#53

** server can't find www.hospedevip.com.br: NXDOMAIN
 hospedevip.com.br
Server: dns1.optiglobe.net.br
Address:200.185.6.131#53

Non-authoritative answer:
*** Can't find hospedevip.com.br: No answer
 web01.hospedevip.com.br
Server: dns1.optiglobe.net.br
Address:200.185.6.131#53

Non-authoritative answer:
Name:   web01.hospedevip.com.br
Address: 200.155.21.212

I didn't understand why this server can't find my domain or the www
machine but can find web01 that is the true name of the host (
/etc/hostname ), so what the problem that could be happen with this
dns server? could it not access the DNS root to find my domain
responsbile DNS? Or maibe I didn't setup my DNS correctly? Below
follow my zone file:

$TTL 1W
@   IN  SOA ns1.hospedevip.com.br. root.hospedevip.com.br. (
2005050521   ;serial
28800;refresh
14400;retry
360  ;expire
86400 )  ;minimum
hospedevip.com.br.  IN  A   200.155.21.212
@   IN  NS  ns1.hospedevip.com.br.
@   IN  NS  ns2.hospedevip.com.br.
@   IN  NS  ns3.hospedevip.com.br.
@   IN  MX  20 smtp-in.locaweb.com.br.
web01   IN  A   200.155.21.212
www IN  CNAME   web01
ns1 IN  CNAME   web01
ftp IN  CNAME   web01
mail2   IN  A   200.155.21.212
db01IN  A   192.168.10.2
pop IN  CNAME   pop.hospedevip.locaweb.com.br.
smtpIN  CNAME   smtp.hospedevip.locaweb.com.br.
webmail IN  CNAME   webmail.hospedevip.locaweb.com.br.
mailIN  CNAME   pop.hospedevip.locaweb.com.br.
ns2 IN  A   200.198.176.2
ns3 IN  A   200.198.188.67


Tks in any advice,

Claudinei Matos

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Diskless workstations questions for MythTV

2005-05-11 Thread A. Khattri

I was merely commenting about using one DHCP server - I dont have a
specific answer about having more than one DHCP server. Presumably, if
they are on separate LANs (or separate subnets), having two DHCP wouldn;t
be a problem.

On Wed, 11 May 2005, Mark Knecht wrote:

Thanks for the response. I don't quite follow though. Help me a
 bit. It sounds like we've set up similar networks. Please excuse the
 text description but my ASCII art is worse:

 The first line is hard wired:

 Cable_Modem == Wireless router/switch == 3 machines + diskless frontends

 The next set is also hard wired:

 Wireless bridge == local switch == Myth-backend  diskless frontend

Are these two networks interconnected? if so, where? The switch?

 In my case I want the Myth backend server to be the network server
 that all the diskless frontends get their kernels from, but the
 wireless router/switch has the existing DHCP server. I don't think I
 can have two DHCP servers on the network and expect things to work
 correctly.

If your Myth-frontends are on a separate subnet using the backend as a
DHCP server this should work. Putting the frontends behind the backend on
a separate NIC interface could work. You could then make the DHCP server
on the backend server listen only on that NIC and supply the front-ends
with IPs. I would probably make sure the DHCP blocks given out by the
two DHCP servers do not collide (most routers allow you to specify how
big the IP block that DHCP uses is).

 The Gentoo diskless HOWTO would tell me to make the Myth-backend
 machine the DHCP server. However it's not on all the time so my other
 machines wouldn't have addresses when they need to.

Aah, that would be a problem yes. I assumed the backend would be on all
the time (it is a *server* after all?).

 Can I make the Wireless router be the DHCP server (it will give the
 diskless frontend machine addresses if they ask) and then still expect
 the diskless frontends to get their kernels from the Myth-backend
 machine?

Another less complicated option would be to assign static IPs to the
frontends that the backend knows about and work without DHCP.

 I don't understand the Etherboot/PXE boot process. Does the DHCP
 server HAVE to be the machine the diskless ones get their kernels
 from?

Im assuming this is so the backend server knows its clients' IPs. I dont
know if there is a way around that - Im not an expert on MythTV.


-- 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] some dns server can't find my domain

2005-05-11 Thread Claudinei Matos
Hi,

I have 1 dns server where I did setup my domain named
hospedevip.com.br and 2 another servers that actually isn't mine but
the hosting company. They all have the same zone file with the same
configuration.
Well, all these servers are setup at registro.br (brazilian
responsible for com.br domains) and I can find my domain from various
dns servers that I've made tests, but have only one (at the moment)
where I can't find my domain that is dns1.optiglobe.net.br.
Below follow some tests that I've made:

 server dns1.optiglobe.net.br
Default server: dns1.optiglobe.net.br
Address: 200.185.6.131#53
 www.hospedevip.com.br
Server: dns1.optiglobe.net.br
Address:200.185.6.131#53

** server can't find www.hospedevip.com.br: NXDOMAIN
 hospedevip.com.br
Server: dns1.optiglobe.net.br
Address:200.185.6.131#53

Non-authoritative answer:
*** Can't find hospedevip.com.br: No answer
 web01.hospedevip.com.br
Server: dns1.optiglobe.net.br
Address:200.185.6.131#53

Non-authoritative answer:
Name:   web01.hospedevip.com.br
Address: 200.155.21.212

I didn't understand why this server can't find my domain or the www
machine but can find web01 that is the true name of the host (
/etc/hostname ), so what the problem that could be happen with this
dns server? could it not access the DNS root to find my domain
responsbile DNS? Or maibe I didn't setup my DNS correctly? Below
follow my zone file:

$TTL 1W
@   IN  SOA ns1.hospedevip.com.br. root.hospedevip.com.br. (
   2005050521   ;serial
   28800;refresh
   14400;retry
   360  ;expire
   86400 )  ;minimum
hospedevip.com.br.  IN  A   200.155.21.212
@   IN  NS  ns1.hospedevip.com.br.
@   IN  NS  ns2.hospedevip.com.br.
@   IN  NS  ns3.hospedevip.com.br.
@   IN  MX  20 smtp-in.locaweb.com.br.
web01   IN  A   200.155.21.212
www IN  CNAME   web01
ns1 IN  CNAME   web01
ftp IN  CNAME   web01
mail2   IN  A   200.155.21.212
db01IN  A   192.168.10.2
pop IN  CNAME   pop.hospedevip.locaweb.com.br.
smtpIN  CNAME   smtp.hospedevip.locaweb.com.br.
webmail IN  CNAME   webmail.hospedevip.locaweb.com.br.
mailIN  CNAME   pop.hospedevip.locaweb.com.br.
ns2 IN  A   200.198.176.2
ns3 IN  A   200.198.188.67

Tks in any advice,

Claudinei Matos

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] some dns server can't find my domain

2005-05-11 Thread Brian Downey
On May 11, 2005, at 3:17 PM, Claudinei Matos wrote:
Hi,
I have 1 dns server where I did setup my domain named
hospedevip.com.br and 2 another servers that actually isn't mine but
the hosting company. They all have the same zone file with the same
configuration.
Well, all these servers are setup at registro.br (brazilian
responsible for com.br domains) and I can find my domain from various
dns servers that I've made tests, but have only one (at the moment)
where I can't find my domain that is dns1.optiglobe.net.br.
Below follow some tests that I've made:
Well, from here the SOA record isn't pointing to any of the DNS  
servers you mentioned.  SOA is reporting as:

;; AUTHORITY SECTION:
hospedevip.com.br.  3600IN  SOA ns1.datacenter1.com.br.
Which doesn't know anything about hospedevip.com.br:
;; QUESTION SECTION:
;hospedevip.com.br. IN  A
Are you sure your registrar's name server entries are set up correctly?
-b

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] some dns server can't find my domain

2005-05-11 Thread Qian Qiao
On 11/05/05, Claudinei Matos [EMAIL PROTECTED] wrote:
 Hi,
 
 I have 1 dns server where I did setup my domain named
 hospedevip.com.br and 2 another servers that actually isn't mine but
 the hosting company. They all have the same zone file with the same
 configuration.
 Well, all these servers are setup at registro.br (brazilian
 responsible for com.br domains) and I can find my domain from various
 dns servers that I've made tests, but have only one (at the moment)
 where I can't find my domain that is dns1.optiglobe.net.br.
 Below follow some tests that I've made:
 
  server dns1.optiglobe.net.br
 Default server: dns1.optiglobe.net.br
 Address: 200.185.6.131#53
  www.hospedevip.com.br
 Server: dns1.optiglobe.net.br
 Address:200.185.6.131#53
 
 ** server can't find www.hospedevip.com.br: NXDOMAIN
  hospedevip.com.br
 Server: dns1.optiglobe.net.br
 Address:200.185.6.131#53
 
 Non-authoritative answer:
 *** Can't find hospedevip.com.br: No answer
  web01.hospedevip.com.br
 Server: dns1.optiglobe.net.br
 Address:200.185.6.131#53
 
 Non-authoritative answer:
 Name:   web01.hospedevip.com.br
 Address: 200.155.21.212
 
 I didn't understand why this server can't find my domain or the www
 machine but can find web01 that is the true name of the host (
 /etc/hostname ), so what the problem that could be happen with this
 dns server? could it not access the DNS root to find my domain
 responsbile DNS? Or maibe I didn't setup my DNS correctly? Below
 follow my zone file:
 
 $TTL 1W
 @   IN  SOA ns1.hospedevip.com.br. root.hospedevip.com.br. (
2005050521   ;serial
28800;refresh
14400;retry
360  ;expire
86400 )  ;minimum
 hospedevip.com.br.  IN  A   200.155.21.212
 @   IN  NS  ns1.hospedevip.com.br.
 @   IN  NS  ns2.hospedevip.com.br.
 @   IN  NS  ns3.hospedevip.com.br.
 @   IN  MX  20 smtp-in.locaweb.com.br.
 web01   IN  A   200.155.21.212
 www IN  CNAME   web01
 ns1 IN  CNAME   web01
 ftp IN  CNAME   web01
 mail2   IN  A   200.155.21.212
 db01IN  A   192.168.10.2
 pop IN  CNAME   pop.hospedevip.locaweb.com.br.
 smtpIN  CNAME   smtp.hospedevip.locaweb.com.br.
 webmail IN  CNAME   webmail.hospedevip.locaweb.com.br.
 mailIN  CNAME   pop.hospedevip.locaweb.com.br.
 ns2 IN  A   200.198.176.2
 ns3 IN  A   200.198.188.67
 
 Tks in any advice,
 

First thing i noticed is ns1 is a CNAME to web01, each of you NS
records much correspond hosts with A records, in other words, u need a
A record for ns1.

After doing so, set ur dns server to ns1, and query for each of the
hosts, say www and mail and stuff, see if u get authoritative answers,
if so, just sit and wait for the records to propogate to other DNS
around the globe.

-- Joe

-- 
Money can't buy everything.
Sometimes money can't even buy a gun...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OpenOffice 2.0

2005-05-11 Thread Nick Rout
On Wed, 2005-05-11 at 16:45 +0100, Neil Bothwick wrote:
 On Thu, 12 May 2005 03:42:01 -0400, Michael W. Holdeman wrote:
 
  There is an ebuild for the beta somewhere, I'll look for it if you are 
  interested. 
 
 Try /usr/portage/app-office :)

only for openoffice-bin, not openoffice

 
 
-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OpenOffice 2.0

2005-05-11 Thread Neil Bothwick
On Wed, May 11, 2005 8:53 pm, Nick Rout said:

 Try /usr/portage/app-office :)

 only for openoffice-bin, not openoffice

Who wants to spend 12 hours building beta software that will probably have
been updated before the merge has finished?




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OpenOffice 2.0

2005-05-11 Thread Michael W. Holdeman
On Wednesday 11 May 2005 04:04 pm, Neil Bothwick wrote:
 On Wed, May 11, 2005 8:53 pm, Nick Rout said:
  Try /usr/portage/app-office :)
 
  only for openoffice-bin, not openoffice

 Who wants to spend 12 hours building beta software that will probably have
 been updated before the merge has finished?
And I built OpenOffice once, it ended up running slower than OpenOffice-bin...

Mike
-- 
 
Michael W. Holdeman



Powered by Gentoo Linux www.gentoo.org  |
Kernel 2.6.9-ck3|
Win4Lin 5-1-18c netraverse.com  |
|
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OpenOffice 2.0

2005-05-11 Thread S. Schwartz
Michael W. Holdeman wrote:
And I built OpenOffice once, it ended up running slower than OpenOffice-bin...
How come?
I have noticed the same effect with Mozilla-software. At least I get the 
feeling that the binaries are a little faster -- I can't really say for 
sure.

Sigi
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] some dns server can't find my domain

2005-05-11 Thread Claudinei Matos
but I can just add a line:
ns1 IN  A   200.155.21.212
where 200.155.21.212 is the same address of web01.hospedevip.com.br, right?
when I did setup it and reloaded named I get the follow lines at the log file:

May 11 17:38:06 web01 named[10248]: loading configuration from
'/etc/bind/named.conf'
May 11 17:38:06 web01 named[10248]: dns_master_load:
pri/hospedevip.com.br.zone:18: ns1.hospedevip.com.br: CNAME and other
data
May 11 17:38:06 web01 named[10248]: zone hospedevip.com.br/IN: loading
master file pri/hospedevip.com.br.zone: CNAME and other data

Is that right?

Tks,

Claudinei Matos

On 5/11/05, Qian Qiao [EMAIL PROTECTED] wrote:
 
 First thing i noticed is ns1 is a CNAME to web01, each of you NS
 records much correspond hosts with A records, in other words, u need a
 A record for ns1.
 
 After doing so, set ur dns server to ns1, and query for each of the
 hosts, say www and mail and stuff, see if u get authoritative answers,
 if so, just sit and wait for the records to propogate to other DNS
 around the globe.
 
 -- Joe

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] About runlevel's

2005-05-11 Thread John Myers
On Sunday 08 May 2005 09:50, Pere Gentoo wrote:
 What about this way:

 I've seen it on http://gentoo-wiki.com/HOWTO_create_a_run_level

 # mkdir /etc/runlevels/noxdm

 # rc-update add x noxdm(add all services from the default
 runlevel except xdm)

 Modify /etc/inittab

 id:3:initdefault:    id:3:initnoxdm:
leave this change out. You just broke init.

 l3:3:wait:/sbin/rc default  l3:3:wait:/sbin/rc noxdm
This is the change you want

 Whit this, I have runlevel 5 as default and runlevel 3 as the new one
 without xdm

 Could this be a good idea?

 Thanks in advance,



 --

 Pere ( --  Aesux  -- )


pgpa4wxCJnLx7.pgp
Description: PGP signature


[gentoo-user] firefox new window ? faster ?

2005-05-11 Thread raptor
anyone to have an idea how to make Firefox to open New-window faster.
it takes ages and uses CPU to 100% ..
This is the most frustating thing about Firefox for me..

tia

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Apache2 SSL help

2005-05-11 Thread Grant
Hi guys, I've finished moving to the new ~x86 apache2 layout and
everything works except SSL.  I get a 403 error when trying to access
any https page.  ssl_error_log says:

client denied by server configuration: /var/www/localhost/htdocs/checkout.html

I've triple-checked my config and it looks good to me.  Any ideas?

- Grant

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] libtoolize hoseage

2005-05-11 Thread Eric S. Johansson
any pointers on how to fix the emerge update based hoseage ??
*** Gentoo sanity check failed! ***
*** libtool.m4 and ltmain.sh have a version mismatch! ***
*** (libtool.m4 = 1.5.16, ltmain.sh = 1.5) ***
Please run:
  libtoolize --copy --force
if appropriate, please contact the maintainer of this
package (or your distribution) for help.
!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/lcms-1.13/work/lcms-1.13/config.log
...
relay2 root #  libtoolize --copy --force
libtoolize: `configure.ac' does not exist
Try `libtoolize --help' for more information.
relay2 root #
--
http://www.wired.com/wired/archive/13.03/view.html?pg=5
The result of the duopoly that currently defines competition is that
prices and service suck. We're the world's leader in Internet
technology - except that we're not.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] libtoolize hoseage

2005-05-11 Thread Edward Catmur
On Wed, 2005-05-11 at 18:07 -0400, Eric S. Johansson wrote:
 *** Gentoo sanity check failed! ***
 *** libtool.m4 and ltmain.sh have a version mismatch! ***
 *** (libtool.m4 = 1.5.16, ltmain.sh = 1.5) ***
 
 Please run:
 
libtoolize --copy --force
 
 if appropriate, please contact the maintainer of this
 package (or your distribution) for help.
 ..
 
 relay2 root #  libtoolize --copy --force
 libtoolize: `configure.ac' does not exist
 Try `libtoolize --help' for more information.

libtoolize needs to be run within the ebuild (at the end of src_unpack).
Check bugs.gentoo.org.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] libtoolize hoseage

2005-05-11 Thread Eric S. Johansson
Edward Catmur wrote:
libtoolize needs to be run within the ebuild (at the end of src_unpack).
Check bugs.gentoo.org.
thanks  I see the problems listed there
--
http://www.wired.com/wired/archive/13.03/view.html?pg=5
The result of the duopoly that currently defines competition is that
prices and service suck. We're the world's leader in Internet
technology - except that we're not.
--
gentoo-user@gentoo.org mailing list


[gentoo-user] iptables

2005-05-11 Thread pepe antartico
I have a very strange and annoying problem, please
need help. 
I added iptables support and recompiled my kernel (is
2.6.11.7), then when rebooting, the startup sequence
stops after 10 or 15 seconds and freezes in a blank
screen. I tried recompiling the kernel with iptables
as modules and got the same result. When booting from
my old kernel everything is normal. I even tried
several combinations compiling some options as modules
an others within the kernel but when booting got stuck
again.
I really need help on this, any sugestions will be
appreciated.
gaco 

_
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] firefox new window ? faster ?

2005-05-11 Thread Scott Jones
On 5/11/05, raptor [EMAIL PROTECTED] wrote:
anyone to have an idea how to make Firefox to open New-window faster.it takes ages and uses CPU to 100% ..This is the most frustating thing about Firefox for me..tia--
gentoo-user@gentoo.org mailing list
Prelinking might speed it up a little bit. There is a prelinking guide in the docs.

HTH,

Scott Jones

Re: [gentoo-user] Re: nfs export/remote mount problem

2005-05-11 Thread Brett I. Holcomb
Now you can troubleshoot it!
On Tue, 10 May 2005, Mark Knecht wrote:
Brett,
  Thanks. Now both machines are mounting. Actually the FC2 machines
mount immediately. The Gentoo laptop takes about 90 seconds before it
mounts. I don't see any messages about what's taking so long, but at
least it mounts.
Thanks!
- Mark
On 5/10/05, Brett I. Holcomb [EMAIL PROTECTED] wrote:
Here's my hosts.deny and allow set up per the How-To.
[EMAIL PROTECTED] etc # cat hosts.allow
portmap: 192.168.1.0/255.255.255.0
lockd: 192.168.1.0/255.255.255.0
mountd: 192.168.1.0/255.255.255.0
rquotad: 192.168.1.0/255.255.255.0
statd: 192.168.1.0/255.255.255.0
[EMAIL PROTECTED] etc # cat hosts.deny
portmap:ALL
lockd:ALL
mountd:ALL
rquotad:ALL
statd:ALL
On Tue, 10 May 2005, Mark Knecht wrote:
On 5/10/05, Peter Ruskin [EMAIL PROTECTED] wrote:
On Tuesday 10 May 2005 17:36, Mark Knecht wrote:
/MusicLib 192.168.1.55(ro,sync,no_root_squash)
192.168.1.29(ro,sync,no_root_squash)
192.168.1.51(ro,sync,no_root_squash)
The line commented out above was all that was required to allow
MusicLib to be mounted when Dragonfly was running FC2. That
hasn't worked under Gentoo, nor has the currently more
complicated line shown above.
Don't know if this will help Mark, but I've been successfully
sharing files between three Gentoo machines with NFS for some time.
Based on my /etc/exports, the above lines would be:
/MusicLib 192.168.1.0/255.255.255.0(sync,insecure,no_root_squash,ro)
Peter,
  I'll give this version a try. I haven't used the insecure option
yet. That one is new.
(10 minutes later...) Nope - no luck. From the server side:
dragonfly ~ # exportfs -ra
dragonfly ~ # /etc/init.d/nfs restart
* Stopping NFS mountd ...
[ ok ] * Stopping NFS daemon ...
   [ ok ] * Stopping NFS
statd ...
[ ok ] * Starting NFS statd ...
   [ ok ] * Exporting NFS directories ...
  [ ok ] *
Starting NFS daemon ...
 [ ok ] * Starting NFS mountd ...
[ ok ]dragonfly ~ # cat
/etc/exports
# /etc/exports: NFS file systems being exported.  See exports(5).
/MusicLib   192.168.1.0/255.255.255.0(sync,insecure,no_root_squash,ro)
dragonfly ~ # exportfs
/MusicLib   192.168.1.0/255.255.255.0
dragonfly ~ #
So the server says it's exported. However on the Gentoo laptop I get
this when I try to mount it:
flash ~ $ mount MusicLib
mount: dragonfly:/MusicLib failed, reason given by server: No such
file or directory
flash ~ $
  If you have a second could you reply back with what services you
are running on the server when you do this? The ones below I've been
messing with but I no longer am really sure which are required on a
Gentoo server. I'm not currently running nfsmount or xinetd although I
have tried them. (I think...)
netmount (default)
nfs (default)
nfsmount (not started)
portmap (default)
xinetd (not started)
  If there is some other service or a specific config file you think
I should check on please let me know. I'm completely puzzled here. The
machine serves as a MythTV backend server as well as a day to day
desktop for my wife. It's a great machine in every other respect. I
just cannot figure this one out.
Thanks,
Mark

--
Brett I. Holcomb
[EMAIL PROTECTED]
Registered Linux User #188143
Remove R777 to email
--
gentoo-user@gentoo.org mailing list


--
Brett I. Holcomb
[EMAIL PROTECTED]
Registered Linux User #188143
Remove R777 to email
--
gentoo-user@gentoo.org mailing list


[gentoo-user] Portage Software Versions

2005-05-11 Thread Drew Tomlinson
I'm a brand new Gentoo user.  This is my first Linux distro but I do 
have experience with FreeBSD so I'm not brand new to *nix.  :)

Anyway, how can I get newer versions of software from portage?  For 
example, I know the current version of MythTV is 0.18.  Yet 'emerge 
--search' shows me this:

*  media-tv/mythtv
 Latest version available: 0.16
 Latest version installed: 0.16
 Size of downloaded files: 13,181 kB
 Homepage:http://www.mythtv.org/
 Description: Homebrew PVR project
 License: GPL-2
Is the newer version available via portage?
Another example.  The newest Nvidia driver is 1.0-7174.  Yet portage 
shows this:

*  media-video/nvidia-kernel
 Latest version available: 1.0.6629-r4
 Latest version installed: 1.0.6629-r4
 Size of downloaded files: 16,116 kB
 Homepage:http://www.nvidia.com/
 Description: Linux kernel module for the NVIDIA X11 driver
 License: NVIDIA
Any suggestions will be greatly appreciated.
Thanks,
Drew
--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books,  More!
http://www.alchemistswarehouse.com
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] OpenOffice 2.0

2005-05-11 Thread rob3
S. Schwartz wrote:

 Michael W. Holdeman wrote:

 And I built OpenOffice once, it ended up running slower than
 OpenOffice-bin...

 How come?
 I have noticed the same effect with Mozilla-software. At least I get
 the feeling that the binaries are a little faster -- I can't really
 say for sure.

 Sigi

Hi,

I'm still trying to figure out why my install doesn't execute for normal
users. So OO only works for root.  Upon the ooffice command a normal
user gets a message regarding setup or something like that, then it
aborts.

Rob.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Portage Software Versions

2005-05-11 Thread Mark Knecht
On 5/11/05, Drew Tomlinson [EMAIL PROTECTED] wrote:
 I'm a brand new Gentoo user.  This is my first Linux distro but I do
 have experience with FreeBSD so I'm not brand new to *nix.  :)
 
 Anyway, how can I get newer versions of software from portage?  

In general you'd do 

ACCEPT_KEYWORDS=~x86 emerge -pv mythtv

to get something newer. However I do not recommend you do this unless
it is emerging just a single package. By using ~x86 this way it will
also give you the testing versions of everything else it needs to
update or install for the first time.

You can also place a ~x86 in your /etc/portage/package.keywords file
to relieve you of having to do htis every time you update the package.

man emerge

for more info.

Good luck,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] E-mail quote protocol -- WAS: Re: No HTML in posts?

2005-05-11 Thread James Colannino
Calvin Spealman wrote:

Simply put, the list just works.  And it works because we have all agreed on
how we're going to make it work.  If you want to be part of the process and
want to live under the established standard that we're all happy with, fine
and welcome.



So you say both follow normal channels to get the standard changes,
and live with them as they are like everyone else does.. Which is it?
Pick one. No, don't. I don't like the one I think you would pick.
  


No, it's saying that you follow accepted convention until such a time
that convention is changed through appropriate means.  For example, in a
governing body such as the Senate, you can motion for a change in
standard procedure, but until the motion is voted on, approved by the
majority and becomes accepted as the new standard procedure, you are
still obliged to follow the old one.

Moreover, when functioning as a part of a group, you should function in
a way that is agreed upon by the majority.  You may believe that your
way is better or more efficient, but no matter how innovative you feel
your ideas are (and you may very well have innovative ideas), if you
work against the grain of the majority, you do nothing more than upset
the group and ultimately make the group less efficient.

In short, it's a matter of etiquette.  Yes, etiquette changes with time,
but it's a gradual change that moves with the tide of the majority, not
a sudden shift in behavior by an individual or by a select few.

Disclaimer: no disrespect is intended.  Just throwing my 2 cents in :)

James
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Portage Software Versions

2005-05-11 Thread Nick Rout
 Anyway, how can I get newer versions of software from portage?  For 
 example, I know the current version of MythTV is 0.18.  Yet 'emerge 
 --search' shows me this:
 
 *  media-tv/mythtv
   Latest version available: 0.16
   Latest version installed: 0.16
   Size of downloaded files: 13,181 kB
   Homepage:http://www.mythtv.org/
   Description: Homebrew PVR project
   License: GPL-2
 
 Is the newer version available via portage?

Basically it means that version 0.18 is not yet stable on gentoo - in
other words the gentoo developer has not marked it as such, there is
usually a period of 'settling down before a new ebuild gets marked
stable.

to see all the versions available in portage try

emerge eix
update-eix
eix mythtv

(Ok there are other ways too, but eix is a great indexing tool for
portage and you should have it anyway!)

-- 
Nick Rout

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OpenOffice 2.0

2005-05-11 Thread Nick Rout
 Hi,
 
 I'm still trying to figure out why my install doesn't execute for normal
 users. So OO only works for root.  Upon the ooffice command a normal
 user gets a message regarding setup or something like that, then it
 aborts.

I believe its not supposed to be started as ooffice, but as one of the
constiuent interfaces:

oowriter
ooweb
oocalc
oomath
ooimpress
oosetup
oopadmin
oosetup


try running one of those from an xterm and see what happens.

-- 
Nick Rout

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Ebuild for RealPlayer-10.0.4 not working: Aborting before download

2005-05-11 Thread Urs Schuetz
Just tried to install mplayer with the real USE-flag set, which
results in additional installation of RealPlayer-10.0.4.

However, the installation is not working, as there is an error
before the download of RealPlayer:

Here is what «emerge mplayer» does:
 emerge (1 of 2) media-video/realplayer-10.0.4 to /
 Downloading 
 https://helixcommunity.org/download.php/1145/RealPlayer-10.0.4.750-20050401.i586.rpm

The URL syntatically wrong!

!!! Couldn't download RealPlayer-10.0.4.750-20050401.i586.rpm. Aborting.

(sorry for the long lines!)

The download url is correct, I can manually download the
RealPlayer rpm.

My questions: 

Where expects portage the downloaded RealPlayer to be?  Can it
just be moved there, or has something else to be done?

What means The URL syntatically wrong!, and why spits portage
something like this at me, even if the URL is working?

Somebody else has this or is it just me? 

Does it need a bug report or not? And where? RealPlayer or
Portage?

Urs

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Ebuild for RealPlayer-10.0.4 not working: Aborting before download

2005-05-11 Thread Qian Qiao
On 12/05/05, Urs Schuetz [EMAIL PROTECTED] wrote:
 Just tried to install mplayer with the real USE-flag set, which
 results in additional installation of RealPlayer-10.0.4.
 
 However, the installation is not working, as there is an error
 before the download of RealPlayer:
 
 Here is what «emerge mplayer» does:
  emerge (1 of 2) media-video/realplayer-10.0.4 to /
  Downloading 
  https://helixcommunity.org/download.php/1145/RealPlayer-10.0.4.750-20050401.i586.rpm
 
 The URL syntatically wrong!
 
 !!! Couldn't download RealPlayer-10.0.4.750-20050401.i586.rpm. Aborting.
 
 (sorry for the long lines!)
 
 The download url is correct, I can manually download the
 RealPlayer rpm.
 
 My questions:
 
 Where expects portage the downloaded RealPlayer to be?  Can it
 just be moved there, or has something else to be done?
 
 What means The URL syntatically wrong!, and why spits portage
 something like this at me, even if the URL is working?
 
 Somebody else has this or is it just me?
 
 Does it need a bug report or not? And where? RealPlayer or
 Portage?

By default, the downloaded files are in /usr/portage/distfiles, you
can manually download your file, place in that directory, and run
emerge again.

HTH,

-- Joe

-- 
Money can't buy everything.
Sometimes money can't even buy a gun...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] next step X

2005-05-11 Thread Josh Hunholz
cfk,
Did you manually compile your kernel, or use genkernel? It seems that
your eth0 is not properly configured. If you compiled your kernel
manually, make sure you added your network card driver. If you used
genkernel, are you starting coldplug/hotplug at boot?

Another possibility is that you didn't configure your network correctly.
Did you set up /etc/conf.d/net and add net.eth0 to default runlevel?

--Josh Hunholz

cfk wrote:

On Wednesday 11 May 2005 17:11, cfk wrote:
  

Gentlemen:
 I have my stage 3 gentoo system booting after a little resolv.conf issue
earlier.

 X-Windows is next.

 I tried emerge kde and emerge xorg-x11, but both of them stop fairly
quickly saying:

Couldn't download libpng-1.2.8.tar.bz2. Aborting

 Would anyone be willing to help me through my lack of the portable network
graphics library on my new gentoo system?

Charles Krinke


 Let me reply to my own message as I think the problem is earlier then emerge.

After finishing the installation, I cannot seem to bring the eth0 interface 
up. When I try to manually ifconfig eth0 addr broadcast netmask up, I 
get a message of no such device. 

So, I must have foobarred another incantation along the way.

It was working fine in the chroot environment an hour or so ago, so I suspect 
something in the last stages of the install.

What are the sort of things I can do to diagnose this sort of problem. Mostly, 
I am questing for knowledge right now.

Charles
  


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] next step X

2005-05-11 Thread Mark Knecht
On 5/11/05, cfk [EMAIL PROTECTED] wrote:
 On Wednesday 11 May 2005 17:11, cfk wrote:
  Gentlemen:
   I have my stage 3 gentoo system booting after a little resolv.conf issue
  earlier.
 
   X-Windows is next.
 
   I tried emerge kde and emerge xorg-x11, but both of them stop fairly
  quickly saying:
 
  Couldn't download libpng-1.2.8.tar.bz2. Aborting
 
   Would anyone be willing to help me through my lack of the portable network
  graphics library on my new gentoo system?
 
  Charles Krinke
  Let me reply to my own message as I think the problem is earlier then emerge.
 
 After finishing the installation, I cannot seem to bring the eth0 interface
 up. When I try to manually ifconfig eth0 addr broadcast netmask up, I
 get a message of no such device.
 
 So, I must have foobarred another incantation along the way.
 
 It was working fine in the chroot environment an hour or so ago, so I suspect
 something in the last stages of the install.
 
 What are the sort of things I can do to diagnose this sort of problem. Mostly,
 I am questing for knowledge right now.
 
 Charles

lspci to understand what hardware
lsmod to understand what modules are loaded
modprobe foo to get a module loaded to support the adapter

vi /etc/conf.d/net to look at what the system is trying to do with the
hardware when the scripts are run

post some more info back (if you can) and then folks will help you
take the next step.

Good luck,
Mark

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Ebuild for RealPlayer-10.0.4 not working: Aborting before download

2005-05-11 Thread Yoann Pannier
Urs Schuetz wrote, On 05/12/2005 03:11 AM:
 Where expects portage the downloaded RealPlayer to be?  Can it
 just be moved there, or has something else to be done?

In `portageq distdir`. Yes, no.

-- 
Yoann Pannier

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Ebuild for RealPlayer-10.0.4 not working: Aborting before download

2005-05-11 Thread Holly Bostick
Urs Schuetz schreef:
 Just tried to install mplayer with the real USE-flag set, which
 results in additional installation of RealPlayer-10.0.4.
 
 However, the installation is not working, as there is an error
 before the download of RealPlayer:
 
 Here is what «emerge mplayer» does:
 
emerge (1 of 2) media-video/realplayer-10.0.4 to /
Downloading 
https://helixcommunity.org/download.php/1145/RealPlayer-10.0.4.750-20050401.i586.rpm
 
 
 The URL syntatically wrong!
 
 !!! Couldn't download RealPlayer-10.0.4.750-20050401.i586.rpm. Aborting.
 
 (sorry for the long lines!)
 
 The download url is correct, I can manually download the
 RealPlayer rpm.
 
 My questions: 
 
 Where expects portage the downloaded RealPlayer to be?  Can it
 just be moved there, or has something else to be done?
 
 What means The URL syntatically wrong!, and why spits portage
 something like this at me, even if the URL is working?
 
 Somebody else has this or is it just me? 
 
 Does it need a bug report or not? And where? RealPlayer or
 Portage?
 
 Urs
 

Now isn't that funny-- I just installed that same version of
RealPlayer-- also as a dependency of mPlayer-- and did not have any such
error.

But if you can download the *.rpm, do so, and put it in
/usr/portage/distfiles, and then run the emerge again. Portage will find
it is already downloaded and will just continue with the emerge.

As for why your download failed with such a weird error, I cannot say,
but maybe it has something to do with it being a https:// url?

Hope this helps,
Holly


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Portage Software Versions -- SOLVED

2005-05-11 Thread Drew Tomlinson
On 5/11/2005 5:36 PM Mark Knecht wrote:
On 5/11/05, Drew Tomlinson [EMAIL PROTECTED] wrote:
 

I'm a brand new Gentoo user.  This is my first Linux distro but I do
have experience with FreeBSD so I'm not brand new to *nix.  :)
Anyway, how can I get newer versions of software from portage?  
   

In general you'd do 

ACCEPT_KEYWORDS=~x86 emerge -pv mythtv
to get something newer. However I do not recommend you do this unless
it is emerging just a single package. By using ~x86 this way it will
also give you the testing versions of everything else it needs to
update or install for the first time.
You can also place a ~x86 in your /etc/portage/package.keywords file
to relieve you of having to do htis every time you update the package.
Thanks for your reply.  You pointed me in the right direction and I did 
a little more reading.  Please know that according to this post:

http://forums.gentoo.org/viewtopic.php?p=1060314#1060314
the ACCEPT_KEYWORDS way of doing it is no longer recommended.
Thanks,
Drew
--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books,  More!
http://www.alchemistswarehouse.com
--
gentoo-user@gentoo.org mailing list


[gentoo-user] Re: Ebuild for RealPlayer-10.0.4 not working: Aborting before download

2005-05-11 Thread Yoann Pannier
Holly Bostick wrote, On 05/12/2005 03:48 AM:
 As for why your download failed with such a weird error, I cannot say,
 but maybe it has something to do with it being a https:// url?

Oh, a wget installed without ssl in USE flags ?

-- 
Yoann Pannier

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OpenOffice 2.0

2005-05-11 Thread Brett I. Holcomb
In OOo you do what the call a net install first which installs everything. 
The each user runs another setup (in the OOo programs directory) which 
then sets the user up - you do this for each user.  The OOo install guide 
has all this in it for various operating systems in more detail.

 On Wed, 
11 May 2005, rob3 wrote:

S. Schwartz wrote:
Michael W. Holdeman wrote:
And I built OpenOffice once, it ended up running slower than
OpenOffice-bin...
How come?
I have noticed the same effect with Mozilla-software. At least I get
the feeling that the binaries are a little faster -- I can't really
say for sure.
Sigi
Hi,
I'm still trying to figure out why my install doesn't execute for normal
users. So OO only works for root.  Upon the ooffice command a normal
user gets a message regarding setup or something like that, then it
aborts.
Rob.
--
Brett I. Holcomb
[EMAIL PROTECTED]
Registered Linux User #188143
Remove R777 to email
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] mmx error with compiling ffmpeg on epia m9000 box

2005-05-11 Thread Walter Dnes
On Mon, May 09, 2005 at 02:54:12PM +1200, Nick Rout wrote

 i586-pc-linux-gnu-gcc -O3 -Wall -Wno-switch -march=c3 -m3dnow -O3 -pipe 
 -fomit-frame-pointer

  Out of curiousity, why don't you have mmx in your CFLAGS?  It is a
valid compile option.  Here's my CFLAGS line in /etc/make.conf

CFLAGS=-O2 -march=i686 -fomit-frame-pointer -mmmx -msse -mfpmath=sse

  Note... minus followed by *THREE* m followed by x.  I wonder if
your system was getting confused because your USE flag said it had mmx
but your CFLAGS said it didn't.

-- 
Walter Dnes [EMAIL PROTECTED]
An infinite number of monkeys pounding away on keyboards will
eventually produce a report showing that Windows is more secure,
and has a lower TCO, than linux.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Deprecated ide-scsi, how to replace?

2005-05-11 Thread Walter Dnes
On Sun, May 08, 2005 at 07:25:08PM -0700, rob3 wrote

 For using CDRW, etc I only know about how to use ide-scsi by passing to
 the kernel during boot.   But I get a warning during boot that it is
 deprecated, and instead I should be using ide-cd and give dev=/dev/hdX
 as device.  So I tried putting in hdc=ide-cd and I got an error message
 saying it was invalid.  I wonder what I am doing wrong?

  That is no longer necessary at all.  Try the following two commands
and let us know what output you get from them.

cdrecord dev=ATAPI -scanbus
cdrecord dev=ATA -scanbus

  I find that both commands work on my system, but ATA returns results
immediately, whilst ATAPI sits for a few seconds before outputting.
You can ignore the dire warnings about running under kernel 2.5 (unless
you're running a 2.5 kernel for some obscure reason).  That was a
beta-test series, and problems are to be expected.

-- 
Walter Dnes [EMAIL PROTECTED]
An infinite number of monkeys pounding away on keyboards will
eventually produce a report showing that Windows is more secure,
and has a lower TCO, than linux.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xscreensaver-demo locks up laptop

2005-05-11 Thread Iain Buchanan
On Wed, 2005-05-11 at 17:58 +1200, Nick Rout wrote:
 On Wed, 2005-05-11 at 14:48 +1000, Ric de France wrote:
  Iain,
  
  On 5/11/05, Iain Buchanan [EMAIL PROTECTED] wrote:
   this is a wierd one - xscreensaver-demo locks up my laptop (for certain
   screensavers only) but the actual screensaver works fine.
 
 I have seen it said that the AGP implementation can have something to do
 with it. I suggest a google on agp opengl xscreensaver or similar may
 help.
 
 disabling the opengl screensavers will at least get you through the
 day :-)

the screensaver doesn't lock up, its just that xscreensaver-demo locks
up, so I can't disable the screensaver (which is ok anyway)

On Wed, 2005-05-11 at 07:40 -0700, Richard Fish wrote: 
 You didn't mention what graphics chip you are using,

ATI radeon 9700 Pro (in a Dell Inspiron 9100)
lcpci:
:01:00.0 VGA compatible controller: ATI Technologies Inc RV350
[Mobility Radeon 9600 M10]

  but you should
 start with making sure that DRI is enabled and working. 

$ glxinfo | grep rendering
direct rendering: Yes

however:

$ xdriinfo
libGL is too old.

Is this a problem?  I did `equery belongs libGl.so` and it said
ati-drivers, so I recompiled ati-drivers and ati-drivers-extra (again)
but no avail.

  Also if you are
 using the ATI or NVidia drivers, make sure you have the latest
 version.

$ esearch -c ati-drivers
[ I] media-video/ati-drivers (8.12.10):  Ati precompiled drivers for
r350, r300, r250 and r200 chipsets
[ I] media-video/ati-drivers-extra (8.12.10):  Ati precompiled drivers
extra application

And finally make sure that opengl-update is pointing to the
 correct opengl libraries.

# opengl-update ati Password:  * Switching to ati OpenGL interface ...
 Regenerating /etc/ld.so.cache...
[ ok ]

as part of the ati wiki, and

$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON 9700 Generic
OpenGL version string: 1.3.5010 (X4.3.0-8.12.10)

 I had hanging and crashing problems with my ATI Mobility 9600, and was
 never able to resolve them.  I finally gave up and rebuilt everything
 with -opengl.

well, I don't quite want to go that far, considering it was working ok
not long ago.

I recompiled everything opengl related, as well as xscreensaver, and I
also updated to 2.6.11-gentoo-r8.

I checked my kernel options as per
http://gentoo-wiki.com/HOWTO_ATI_Drivers and they're all ok.


xscreensaver-demo still locks up.

any more pointers anyone?

Thanks so far,
-- 
Iain Buchanan [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list