Re: [gentoo-user] Setting up a home router

2007-01-18 Thread Uwe Thiem
On 19 January 2007 08:45, Iain Buchanan wrote:
> On Fri, 2007-01-19 at 02:10 +0100, Daniel Pielmeier wrote:
> > > hmm, shorewall must have done something that's more persistent.
>
> ...
>
> > > Well, these idea's are really stabbing in the dark, but you gotta start
> > > somewhere!
> >
> > thanks for your hints, i checked all these things but there seems
> > nothing of shorewall remainig! i am quite sure cause i am using a
> > cruft script which searches for files remaining after an uninstall.
> > The scriptt does its job there were several files from shorewall
> > remaining, but now they are all gone but my problem still remains.
>
> ah yes, I recall the cruft script!  Does it exclude any directories?
>
> If there is nothing shorewall related left, then the only explanation is
> that shorewall must have edited an existing file somewhere... which
> seems strange... hal? udev? who knows!

I am using shorewall and it doesn't do it here.

I haven't replied in this thread so far because I have not the slightest idea 
what causes the trouble. Actually I have  tried to simulate what Daniel did. 
Even so, net.eth0 (in my case) doesn't change my iptables rules.

Uwe

-- 
A fast and easy generator of fractals for KDE:
http://www.SysEx.com.na/iwy-1.0.tar.bz2
Proof of concept of a TSP solver for KDE:
http://www.SysEx.com.na/epat-0.1.tar.bz2
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Setting up a home router

2007-01-18 Thread Iain Buchanan
On Fri, 2007-01-19 at 01:01 -0600, Dale wrote:
> Iain Buchanan wrote:
> > 
> > ah yes, I recall the cruft script!  Does it exclude any directories?
> > 
> > If there is nothing shorewall related left, then the only explanation is
> > that shorewall must have edited an existing file somewhere... which
> > seems strange... hal? udev? who knows!
> > 
> > The only last thing I could suggest is running lsof to see what files
> > are being accessed when you start the net.eth1 script.
> > 
> > Other than that, I'm out of ideas, sorry!
> >   
> 
> Could he delete some of the config files then re-emerge the programs
> they belong too?  Wouldn't that "reset" them back to default then?

a better option would be `emerge --noconfmem `, which
esentially re-does all your conf files.
-- 
Iain Buchanan 

Why not go out on a limb?  Isn't that where the fruit is?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Setting up a home router

2007-01-18 Thread Dale
Iain Buchanan wrote:
>
> ah yes, I recall the cruft script!  Does it exclude any directories?
>
> If there is nothing shorewall related left, then the only explanation is
> that shorewall must have edited an existing file somewhere... which
> seems strange... hal? udev? who knows!
>
> The only last thing I could suggest is running lsof to see what files
> are being accessed when you start the net.eth1 script.
>
> Other than that, I'm out of ideas, sorry!
>   

Could he delete some of the config files then re-emerge the programs
they belong too?  Wouldn't that "reset" them back to default then?

If you would like, I'll email you, off list of course, a copy of my etc
directory or specific files if you want me too.  I'm on dial-up so it
may take a bit to send them.  Let me know.  If you want specific files,
let me know which ones.

Dale

:-)  :-)  :-)

-- 
www.myspace.com/dalek1967



Re: [gentoo-user] Setting up a home router

2007-01-18 Thread Iain Buchanan
On Fri, 2007-01-19 at 02:10 +0100, Daniel Pielmeier wrote:
> > hmm, shorewall must have done something that's more persistent.
...
> > Well, these idea's are really stabbing in the dark, but you gotta start
> > somewhere!
> 
> thanks for your hints, i checked all these things but there seems
> nothing of shorewall remainig! i am quite sure cause i am using a
> cruft script which searches for files remaining after an uninstall.
> The scriptt does its job there were several files from shorewall
> remaining, but now they are all gone but my problem still remains.

ah yes, I recall the cruft script!  Does it exclude any directories?

If there is nothing shorewall related left, then the only explanation is
that shorewall must have edited an existing file somewhere... which
seems strange... hal? udev? who knows!

The only last thing I could suggest is running lsof to see what files
are being accessed when you start the net.eth1 script.

Other than that, I'm out of ideas, sorry!
-- 
Iain Buchanan 

Nothing motivates a man more than to see his boss put in an honest day's work.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Licenses

2007-01-18 Thread Steve Dibb

kashani wrote:

In any case both recent versions of ffmpeg and mplayer in portage, 
20061016 or better, have the newer ffmpeg real decoder. However I'm not 
sure it supports everything in real10 or whatever they're calling the 
Helix format. You can also skip installing win32/real codecs and 
download the codecs directly from mplayer in their essential codecs 
pack, but you might need to massage them into place on Gentoo. I'm not 
sure why the Gentoo ebuild requires the realplayer package to get the 
real codecs.


There's no need to install the codecs manually, I've already setup all the 
ebuilds to pull everything in you need on amd64 and x86.  Just run ~arch on all 
four (mplayer, realplayer, win32codecs, amd64codecs), and you'll be gtg.


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



Re: [gentoo-user] how to bring down the sync range of your monitor?

2007-01-18 Thread Chuanwen Wu

2007/1/18, Nelson, David (ED, PAR&D) <[EMAIL PROTECTED]>:

>-Original Message-
>From: Chuanwen Wu [mailto:[EMAIL PROTECTED]
>Sent: 18 January 2007 14:37
>To: gentoo-user@lists.gentoo.org
>Subject: Re: [gentoo-user] how to bring down the sync range of your
>monitor?
>
>Obviously,the system detected the frequency itself and my setting of
>HorizSync and VertRefresh have no effect.
>
>So is there anything wrong with my xorg.conf?How to change it?
>--
>wcw

I'm not sure about for i810 but I know nVidia drivers can use this:

Option "IgnoreEDID" "True"

You mean add this line to where?
I add it as below:

Section "Monitor"
   Option "IgnoreEDID" "True"
   Identifier  "My Monitor"
   HorizSync   30 - 60
   VertRefresh 75
EndSection

But still can't set to 75Hz...

This ignores what the device says and uses your settings. You may want to look 
at the documentation and see if this (or something similar) is available for 
i810 chips.

djn


--
gentoo-user@gentoo.org mailing list





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



Re: [gentoo-user] Setting up a home router

2007-01-18 Thread Dale
Iain Buchanan wrote:
>
>
> Is there a /etc/shorewall directory?  Perhaps someone who has it
> installed could do `equery files shorewall` so you could check that it
> really is deleted.
>
> Well, these idea's are really stabbing in the dark, but you gotta start
> somewhere!
>
> HTH,
>   

Here you go:

> [EMAIL PROTECTED] / # equery files shorewall
> [ Searching for packages matching shorewall... ]
> * Contents of net-firewall/shorewall-3.0.8:
> /etc
> /etc/init.d
> /etc/init.d/shorewall
> /etc/shorewall
> /etc/shorewall/Makefile
> /etc/shorewall/accounting
> /etc/shorewall/actions
> /etc/shorewall/blacklist
> /etc/shorewall/continue
> /etc/shorewall/ecn
> /etc/shorewall/hosts
> /etc/shorewall/init
> /etc/shorewall/initdone
> /etc/shorewall/interfaces
> /etc/shorewall/ipsec
> /etc/shorewall/maclist
> /etc/shorewall/masq
> /etc/shorewall/modules
> /etc/shorewall/nat
> /etc/shorewall/netmap
> /etc/shorewall/params
> /etc/shorewall/policy
> /etc/shorewall/providers
> /etc/shorewall/proxyarp
> /etc/shorewall/routestopped
> /etc/shorewall/rules
> /etc/shorewall/shorewall.conf
> /etc/shorewall/start
> /etc/shorewall/started
> /etc/shorewall/stop
> /etc/shorewall/stopped
> /etc/shorewall/tcclasses
> /etc/shorewall/tcdevices
> /etc/shorewall/tcrules
> /etc/shorewall/tos
> /etc/shorewall/tunnels
> /etc/shorewall/zones
> /sbin
> /sbin/shorewall
> /usr
> /usr/share
> /usr/share/doc
> /usr/share/doc/shorewall-3.0.8
> /usr/share/doc/shorewall-3.0.8/Samples
> /usr/share/doc/shorewall-3.0.8/Samples/LICENSE
> /usr/share/doc/shorewall-3.0.8/Samples/README.txt
> /usr/share/doc/shorewall-3.0.8/Samples/one-interface
> /usr/share/doc/shorewall-3.0.8/Samples/one-interface/README.txt
> /usr/share/doc/shorewall-3.0.8/Samples/one-interface/interfaces
> /usr/share/doc/shorewall-3.0.8/Samples/one-interface/policy
> /usr/share/doc/shorewall-3.0.8/Samples/one-interface/rules
> /usr/share/doc/shorewall-3.0.8/Samples/one-interface/zones
> /usr/share/doc/shorewall-3.0.8/Samples/three-interfaces
> /usr/share/doc/shorewall-3.0.8/Samples/three-interfaces/README.txt
> /usr/share/doc/shorewall-3.0.8/Samples/three-interfaces/interfaces
> /usr/share/doc/shorewall-3.0.8/Samples/three-interfaces/masq
> /usr/share/doc/shorewall-3.0.8/Samples/three-interfaces/policy
> /usr/share/doc/shorewall-3.0.8/Samples/three-interfaces/routestopped
> /usr/share/doc/shorewall-3.0.8/Samples/three-interfaces/rules
> /usr/share/doc/shorewall-3.0.8/Samples/three-interfaces/zones
> /usr/share/doc/shorewall-3.0.8/Samples/two-interfaces
> /usr/share/doc/shorewall-3.0.8/Samples/two-interfaces/README.txt
> /usr/share/doc/shorewall-3.0.8/Samples/two-interfaces/interfaces
> /usr/share/doc/shorewall-3.0.8/Samples/two-interfaces/masq
> /usr/share/doc/shorewall-3.0.8/Samples/two-interfaces/policy
> /usr/share/doc/shorewall-3.0.8/Samples/two-interfaces/routestopped
> /usr/share/doc/shorewall-3.0.8/Samples/two-interfaces/rules
> /usr/share/doc/shorewall-3.0.8/Samples/two-interfaces/zones
> /usr/share/doc/shorewall-3.0.8/changelog.txt.gz
> /usr/share/doc/shorewall-3.0.8/html
> /usr/share/doc/shorewall-3.0.8/html/6to4.htm
> /usr/share/doc/shorewall-3.0.8/html/Accounting.html
> /usr/share/doc/shorewall-3.0.8/html/Actions.html
> /usr/share/doc/shorewall-3.0.8/html/CompiledPrograms.html
> /usr/share/doc/shorewall-3.0.8/html/CorpNetwork.htm
> /usr/share/doc/shorewall-3.0.8/html/Documentation.htm
> /usr/share/doc/shorewall-3.0.8/html/Documentation_Index.html
> /usr/share/doc/shorewall-3.0.8/html/ECN.html
> /usr/share/doc/shorewall-3.0.8/html/ErrorMessages.html
> /usr/share/doc/shorewall-3.0.8/html/FAQ.htm
> /usr/share/doc/shorewall-3.0.8/html/FTP.html
> /usr/share/doc/shorewall-3.0.8/html/GenericTunnels.html
> /usr/share/doc/shorewall-3.0.8/html/GnuCopyright.htm
> /usr/share/doc/shorewall-3.0.8/html/IPIP.htm
> /usr/share/doc/shorewall-3.0.8/html/IPP2P.html
> /usr/share/doc/shorewall-3.0.8/html/IPSEC-2.6.html
> /usr/share/doc/shorewall-3.0.8/html/IPSEC.htm
> /usr/share/doc/shorewall-3.0.8/html/Install.htm
> /usr/share/doc/shorewall-3.0.8/html/Introduction.html
> /usr/share/doc/shorewall-3.0.8/html/Kernel2.6.html
> /usr/share/doc/shorewall-3.0.8/html/MAC_Validation.html
> /usr/share/doc/shorewall-3.0.8/html/Macros.html
> /usr/share/doc/shorewall-3.0.8/html/MultiISP.html
> /usr/share/doc/shorewall-3.0.8/html/Multiple_Zones.html
> /usr/share/doc/shorewall-3.0.8/html/NAT.htm
> /usr/share/doc/shorewall-3.0.8/html/NetfilterOverview.html
> /usr/share/doc/shorewall-3.0.8/html/OPENVPN.html
> /usr/share/doc/shorewall-3.0.8/html/PPTP.htm
> /usr/share/doc/shorewall-3.0.8/html/PacketHandling.html
> /usr/share/doc/shorewall-3.0.8/html/PortKnocking.html
> /usr/share/doc/shorewall-3.0.8/html/ProxyARP.htm
> /usr/share/doc/shorewall-3.0.8/html/ReleaseModel.html
> /usr/share/doc/shorewall-3.0.8/html/Shorewall_Doesnt.html
> /usr/share/doc/shorewall-3.0.8/html/Shorewall_Squid_Usage.html
> /usr/share/doc/shorewall-3.0.8/html/Shorewall_and_Aliased_Interfaces.html
> /usr/share/doc/shorewall-3.0.8/html/Shorewa

Re: [gentoo-user] alsa on startup

2007-01-18 Thread doug asherman
Jed R. Mallen wrote:
> hello
> 
> whenever i boot my gentoo on fluxbox, i always have to do alsa-conf as
> root to enable sound.

Did you do "rc-update add alsasound default"?

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



Re: [gentoo-user] Xgl and direct rendering or 'Would you like Xorg or Xgl, sir?'

2007-01-18 Thread Fredrik Tolf
On Thu, 2007-01-18 at 23:47 +0100, Jan Stępień wrote:
> On 18 Sty, 19:50, "Hemmann, Volker Armin"
> <[EMAIL PROTECTED]> wrote:
> > nope. It isn't.
> > Xgl and direct rendering are exclusive. One or the other.
> 
> Pity. That would be lovely.

I'm no expert, but as far as I know, that's the reason why AIGLX
succeeded Xgl. So if you ask me, I think AIGLX (if it works with ATI)
would be the solution to your problem.

Fredrik Tolf




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Licenses

2007-01-18 Thread kashani

Bo Ørsted Andresen wrote:

And mplayer doesn't depend on ffmpeg at all...


	It is true mplayer doesn't depend on you installing an ffmpeg package, 
but mplayer point releases have the ffmpeg libav dirs which are built 
into the mplayer binary. That makes mplayer a wrapper around the ffmpeg 
engine in my book though admittedly a fairly interesting and useful one. 
Mplayer's ffmpeg libs are usually a month or so behind current ffmpeg 
and the included hooks in Mplayer are there for the use of non free 
codecs. It's been experience that you tend to lean towards mplayer if 
you want to use non free code to increase the number of video formats 
you can decode/view.


	In any case both recent versions of ffmpeg and mplayer in portage, 
20061016 or better, have the newer ffmpeg real decoder. However I'm not 
sure it supports everything in real10 or whatever they're calling the 
Helix format. You can also skip installing win32/real codecs and 
download the codecs directly from mplayer in their essential codecs 
pack, but you might need to massage them into place on Gentoo. I'm not 
sure why the Gentoo ebuild requires the realplayer package to get the 
real codecs.


kashani, who knows far too much about running and building ffmpeg and 
mplayer straight out of cvs

--
gentoo-user@gentoo.org mailing list



[gentoo-user] alsa on startup

2007-01-18 Thread Jed R. Mallen

hello

whenever i boot my gentoo on fluxbox, i always have to do alsa-conf as
root to enable sound.

on gnome, sound is enabled at startup.

what do i need to tweak?

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



Re: [gentoo-user] Setting up a home router

2007-01-18 Thread Daniel Pielmeier

hmm, shorewall must have done something that's more persistent.

Have a look at /etc/runlevels, and make sure there is no shorewall stuff
left in there.

Also look in /etc/conf.d/net* and make sure there is no postup functions
lying around.

And make sure /etc/init.d/net.eth1 is a symlink to /etc/init.d/net.lo,
and then make sure net.lo hasn't been "modified" by shorewall.  you
could do a `emerge --noconfmem baselayout` to make extra sure.  **Read
the man page first.

Is there a /etc/shorewall directory?  Perhaps someone who has it
installed could do `equery files shorewall` so you could check that it
really is deleted.

Well, these idea's are really stabbing in the dark, but you gotta start
somewhere!


thanks for your hints, i checked all these things but there seems
nothing of shorewall remainig! i am quite sure cause i am using a
cruft script which searches for files remaining after an uninstall.
The scriptt does its job there were several files from shorewall
remaining, but now they are all gone but my problem still remains.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DRI doesn't work with Radeon XPress 200M and opensource Drivers

2007-01-18 Thread Boyd Stephen Smith Jr.
On Thursday 18 January 2007 14:25, Jerônimo Backes 
<[EMAIL PROTECTED]> wrote about '[gentoo-user] DRI doesn't work with 
Radeon XPress 200M and opensource Drivers':
> I've tried everthing I found on google and the forums and still can't
> find the way to make DRI work with my ATI Radeon XPress 200M and the
> opensource drivers.
>
> (II) RADEON(0): Direct rendering broken on XPRESS 200 and 200M

This does indicate that the radon driver has specific code that checks for 
your the XPRESS 200M and disables DRI for some reason.  Until driver is 
updated to remove that restriction, you will not be able to use DRI.

If you feel like experimenting, you might try an testing or masked version 
of x11-drivers/xf86-video-ati, which provides the radeon driver for Xorg.  
Though, my box shows no versions available that is greater than stable.

-- 
Boyd Stephen Smith Jr.
[EMAIL PROTECTED]
ICQ: 514984 YM/AIM: DaTwinkDaddy


pgpVw0qDCHNvo.pgp
Description: PGP signature


Re: [gentoo-user] Licenses

2007-01-18 Thread Bo Ørsted Andresen
On Friday 19 January 2007 01:07, kashani wrote:
> > What do you mean you had realplayer pulled in by Mplayer? Also I'm
> > unaware of anyone really caring about licenses. If you're not very happy
> > with proprietary software, it would be wise to play with GnextSense
> > which is based upon free software with free software (only).
>
> mplayer pulls in win32codecs and win32codecs pulls in realplayer to
> get the real codecs. I think that scenario reflects the default flags
> though I could be wrong since I was playing with mencoder on a server. Most
> people want this default because mplayer is basically a wrapper (I'm
> simplifying here a bit) for ffmpeg with hooks that can use binary codecs to
> increase the files it can decode over the based native ffmpeg decoders.

The win32codecs USE flag pulls in the win32codecs package. The real USE flag 
pulls in realplayer. Neither of those two independent USE flags are enabled 
by default on any profile. Both of the mplayer and the win32codecs packages 
have a real USE flag. And mplayer doesn't depend on ffmpeg at all...

-- 
Bo Andresen


pgpmjXPaHVB51.pgp
Description: PGP signature


Re: [gentoo-user] gcc 3.4.x --> 4.1.x : a couple of questions

2007-01-18 Thread Dan Farrell
On Fri, 19 Jan 2007 00:20:57 +
"b.n." <[EMAIL PROTECTED]> wrote:

> Bo Ørsted Andresen ha scritto:
> > On Thursday 18 January 2007 23:24, b.n. wrote:
> >> - I'm going to follow [1] (of course) and [2] (looks nice). Other
> >> useful guides?
> > 
> > [1] alone should be fine. Assuming your CHOST isn't i386.
> 
> Sorry for lack of info. I'm running x86 stable, chost is
> i686-pc-linux-gnu
> 


just follow the guide and you shouldn't have any problems. As long as
you're not i386, like b.n. write, you're not likely to have hiccups.  

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xgl and direct rendering or 'Would you like Xorg or Xgl, sir?'

2007-01-18 Thread Hemmann, Volker Armin
On Thursday 18 January 2007 23:47, Jan Stępień wrote:
> On 18 Sty, 19:50, "Hemmann, Volker Armin"
>
> <[EMAIL PROTECTED]> wrote:
> > nope. It isn't.
> > Xgl and direct rendering are exclusive. One or the other.
>
> Pity. That would be lovely.
>
> > Yes.
> >
> > Or you can start a second X with xinit. So you would have one
> > desktop (on F7)
> > with Xgl and one (F8) with 'normal' X.
>
> This method sounds interesting, but I have some doubts. Won't two
> separate X servers be too big challenge for my box? I've got an Athlon
> XP 3000+ (working at 2167 MHz) plus a GB of RAM. Having Xgl loaded in
> the background could be deadly for performance in OpenGL apps on Xorg.
> Please correct me if I'm wrong.

well, I played ut2004 on my amd64 3200+/gf6600. One instance of Xgl one with 
naked X (and a xterm). Worked well enough.

>
> > Any reason, you are using Xgl? No Aiglx with your card?
>
> Actually, I haven't though about it. I've got an ATI Radeon 9600XT
> running on proprietary drivers (emerged ati-drivers). It works fine, as
> long as you can tell that Radeon works fine on Linux; I haven't got any
> experience with NVidia's hardware. Returning to the topic, I haven't got
> an idea neither whether Aiglx works with my Radeon nor why I'm not using
> Aiglx. When I've started to play with fancy 3D servers I was using
> Debian, and I found an article describing quite precisely how to get Xgl
> running on unstable Debian. Worked fine, so I've found Xgl a nice
> choice. Am I mistaken?

I don't know which drivers support AIGLX, but with aiglx (or nvidia), you can 
go from eye-candy-to-fast-to-eye-candy with two mouseclicks. (start 
beryl-manager, choose beryl from the menu for eye candy or your other wm, for 
speed).

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xgl and direct rendering or 'Would you like Xorg or Xgl, sir?'

2007-01-18 Thread Novensiles divi Flamen
On Friday 19 January 2007 09:17, Jan Stępień wrote:
> >
> > Or you can start a second X with xinit. So you would have one
> > desktop (on F7)
> > with Xgl and one (F8) with 'normal' X.
>
> This method sounds interesting, but I have some doubts. Won't two
> separate X servers be too big challenge for my box? I've got an Athlon
> XP 3000+ (working at 2167 MHz) plus a GB of RAM. Having Xgl loaded in
> the background could be deadly for performance in OpenGL apps on Xorg.
> Please correct me if I'm wrong.
>
I use a script called xlaunch:

http://forums.gentoo.org/viewtopic-t-483004-highlight-xlaunch.html

I run it on my laptop and have absolutely no problems, the xserver alone won't 
kill your performance.

- Noven
-- 
>-- Novensiles divi Flamen --<
> Miles Militis Fons <

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] unknown symbol loading dvb module

2007-01-18 Thread Neil Bothwick
On Fri, 19 Jan 2007 08:53:29 +0930, Iain Buchanan wrote:

> Anyone had any luck with the dvb modules?  Any ideas where this symbol
> comes from?  Anyone know about kernel changes that might affect it?  I
> am using 2.6.19...

The DVB stuff all works fine here, but I installed it all from portage.


-- 
Neil Bothwick

Time is an illusion but never so much as when you're using a modem.


signature.asc
Description: PGP signature


[gentoo-user] unknown symbol loading dvb module

2007-01-18 Thread Iain Buchanan
Hi all,

I posted this on the linux-dvb mailing list, but I didn't get any
response.  I expect that even though it's not exactly gentoo related,
that you guys will be better in responding (as usual :).

Anyway, to the point.

I compiled dvb-core from linuxtv.org as per their instructions, and when
I Try and load it, I get this error:

Jan 18 08:54:19 orpheus dvb_core: Unknown symbol try_to_freeze

I also compiled a module (dvb-usb-m920x) and I get a whole lotta other
errors:

Jan 18 08:48:04 orpheus dvb_core: Unknown symbol try_to_freeze
Jan 18 08:48:04 orpheus dvb_usb: Unknown symbol dvb_dmxdev_init
Jan 18 08:48:04 orpheus dvb_usb: Unknown symbol dvb_register_adapter
Jan 18 08:48:04 orpheus dvb_usb: Unknown symbol dvb_dmx_swfilter_204
Jan 18 08:48:04 orpheus dvb_usb: Unknown symbol dvb_dmx_release
Jan 18 08:48:04 orpheus dvb_usb: Unknown symbol dvb_net_init
Jan 18 08:48:04 orpheus dvb_usb: Unknown symbol dvb_dmx_swfilter
Jan 18 08:48:04 orpheus dvb_usb: Unknown symbol dvb_dmxdev_release
Jan 18 08:48:04 orpheus dvb_usb: Unknown symbol dvb_frontend_detach
Jan 18 08:48:04 orpheus dvb_usb: Unknown symbol dvb_net_release
Jan 18 08:48:04 orpheus dvb_usb: Unknown symbol dvb_unregister_frontend
Jan 18 08:48:04 orpheus dvb_usb: Unknown symbol dvb_register_frontend
Jan 18 08:48:04 orpheus dvb_usb: Unknown symbol dvb_unregister_adapter
Jan 18 08:48:04 orpheus dvb_usb: Unknown symbol dvb_dmx_init

I tried googling, but no one has had this problem.  There's nothing on
the linux-tv site either.

Anyone had any luck with the dvb modules?  Any ideas where this symbol
comes from?  Anyone know about kernel changes that might affect it?  I
am using 2.6.19...

thanks for any help!

cya,
-- 
Iain Buchanan 

Ain't nothin' an old man can do for me but bring me a message from a young man.
-- Moms Mabley

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Setting up a home router

2007-01-18 Thread Iain Buchanan
On Thu, 2007-01-18 at 12:11 +0100, Daniel Pielmeier wrote:

> the way i have applied my rules is as follows
> 
> first i load them with my generated script
> then i invoke /etc/init.d/iptables save
> and to be sure i do an /etc/init.d/iptables restart
> iptables -L, iptables -L -t nat, iptables -L -t mangle show me my new rules
> when i look in /var/lib/iptables/rules-save i also see my new rules
> when i issue /etc/init.d/net.eth1 restart iptables -L, iptables -L -t
> nat, iptables -L -t mangle show me the old rules from shorewall

hmm, shorewall must have done something that's more persistent.  

Have a look at /etc/runlevels, and make sure there is no shorewall stuff
left in there.

Also look in /etc/conf.d/net* and make sure there is no postup functions
lying around.

And make sure /etc/init.d/net.eth1 is a symlink to /etc/init.d/net.lo,
and then make sure net.lo hasn't been "modified" by shorewall.  you
could do a `emerge --noconfmem baselayout` to make extra sure.  **Read
the man page first.

Is there a /etc/shorewall directory?  Perhaps someone who has it
installed could do `equery files shorewall` so you could check that it
really is deleted.

Well, these idea's are really stabbing in the dark, but you gotta start
somewhere!

HTH,
-- 
Iain Buchanan 

Workers of the world, arise!  You have nothing to lose but your chairs.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc 3.4.x --> 4.1.x : a couple of questions

2007-01-18 Thread b.n.

Bo Ørsted Andresen ha scritto:

On Thursday 18 January 2007 23:24, b.n. wrote:

- I'm going to follow [1] (of course) and [2] (looks nice). Other useful
guides?


[1] alone should be fine. Assuming your CHOST isn't i386.


Sorry for lack of info. I'm running x86 stable, chost is i686-pc-linux-gnu

You didn't tell us whether you are running stable or ~arch. If you're stable 
then certainly not since it's not even ~arch yet. Even if ~arch I don't think 
so.


OK, perfect.


- Is it mandatory/highly advisable to recompile also the kernel, or can
I postpone? In the first case, when it's better to recompile it (before
all/after all)?


It's best to do it. I think I'd compile it right before `emerge -e world` and 
wait with the reboot till it's all done. That way kernel modules compiled 
during world will be built against a kernel that was compiled with the same 
compiler.


This makes much sense.
So:

emerge -e system
[kernel recompile dance]
[reboot]
emerge -e world

?



- Do I have to emerge glibc 2.4 first and gcc later, or I can have glibc
emerged in the emerge -e system?


Assuming your CHOST isn't i386 it's fine to just let `emerge -e system` do it 
when instructed to do that.


Ok, thanks.

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



Re: [gentoo-user] Xgl and direct rendering or 'Would you like Xorg or Xgl, sir?'

2007-01-18 Thread Jan Stępień
On 18 Sty, 19:50, "Hemmann, Volker Armin"
<[EMAIL PROTECTED]> wrote:
> nope. It isn't.
> Xgl and direct rendering are exclusive. One or the other.
>

Pity. That would be lovely.

>
> Yes.
>
> Or you can start a second X with xinit. So you would have one
> desktop (on F7)
> with Xgl and one (F8) with 'normal' X.
>

This method sounds interesting, but I have some doubts. Won't two
separate X servers be too big challenge for my box? I've got an Athlon
XP 3000+ (working at 2167 MHz) plus a GB of RAM. Having Xgl loaded in
the background could be deadly for performance in OpenGL apps on Xorg.
Please correct me if I'm wrong.

> Any reason, you are using Xgl? No Aiglx with your card?
>

Actually, I haven't though about it. I've got an ATI Radeon 9600XT
running on proprietary drivers (emerged ati-drivers). It works fine, as
long as you can tell that Radeon works fine on Linux; I haven't got any
experience with NVidia's hardware. Returning to the topic, I haven't got
an idea neither whether Aiglx works with my Radeon nor why I'm not using
Aiglx. When I've started to play with fancy 3D servers I was using
Debian, and I found an article describing quite precisely how to get Xgl
running on unstable Debian. Worked fine, so I've found Xgl a nice
choice. Am I mistaken?

Thanks for your feedback,

Best regards,
Jan Stępień
-- 
Mailjan at stepien com pl
Jabber  jano at jabber aster pl
GG  1894343
Web http://stepien.com.pl



signature.asc
Description: OpenPGP digital signature


[gentoo-user] Fluxbox/Conky acting up

2007-01-18 Thread Vlad Dogaru

Hello everyone,

I had  Conky start automatically when I log in to Fluxbox by adding the
following line to .fluxbox/startup:

exec /usr/bin/conky &

It is before exec /usr/bin/fluxbox (a howto warned me about this pitfall)
and everything works as expected. The only problem is that when I exit my
Fluxbox session, Conky doesn't stop, but rather starts eating up my CPU
(could this be because when I log back in I start another instance of it?).
It can't be killed with a KILL signal, but I noticed HUP will do the trick.
Is this normal? How can I have Conky stopped at logout?

Thanks,
Vlad

--
How's my English? How about my Netiquette?
Do mail me if something is wrong with my behaviour. Thank you.


Re: [gentoo-user] gcc 3.4.x --> 4.1.x : a couple of questions

2007-01-18 Thread Bo Ørsted Andresen
On Thursday 18 January 2007 23:24, b.n. wrote:
> - I'm going to follow [1] (of course) and [2] (looks nice). Other useful
> guides?

[1] alone should be fine. Assuming your CHOST isn't i386.

> - Is there a new incompatible GCC upgrade going to be unmasked? I see
> 4.2 and 4.3 are hard masked, but if there is the suspicion they're going
> to be used relatively soon AND they are not binary compatible with 4.1,
> I may wait for those. When I did 3.3-->3.4, I waited long, and 4.1
> became stable after a week... :/

You didn't tell us whether you are running stable or ~arch. If you're stable 
then certainly not since it's not even ~arch yet. Even if ~arch I don't think 
so.

> - Is it mandatory/highly advisable to recompile also the kernel, or can
> I postpone? In the first case, when it's better to recompile it (before
> all/after all)?

It's best to do it. I think I'd compile it right before `emerge -e world` and 
wait with the reboot till it's all done. That way kernel modules compiled 
during world will be built against a kernel that was compiled with the same 
compiler.

> - Do I have to emerge glibc 2.4 first and gcc later, or I can have glibc
> emerged in the emerge -e system?

Assuming your CHOST isn't i386 it's fine to just let `emerge -e system` do it 
when instructed to do that.

> - Any other glitch/tarpit I must be aware of?

If on the other hand your CHOST is i386 then you must follow the guide for 
changing your CHOST very carefully (I'd do it first) and avoid the gcc 
upgrade guide till after you've finished the CHOST guide. If you try to 
follow both guides at once your system will become broken! (If you want to 
just stay on i386 then you need a no-nptl profile).

> [1]http://www.gentoo.org/doc/en/gcc-upgrading.xml#doc_chap2
> [2]http://www.benr75.com/pages/gentoo_gcc_4.1.1_upgrade_guide

-- 
Bo Andresen


pgp8Ts0y72SCw.pgp
Description: PGP signature


Re: [gentoo-user] Problem installing mod_proxy

2007-01-18 Thread Bo Ørsted Andresen
On Thursday 18 January 2007 22:13, Avaricen wrote:
> > The defaults are entirely dependent on your choice of profile. apache2 is
> > enabled for server profiles. What you for some weird reason have listed
> > seem to match the desktop profiles...
>
> I see. Note that the use flags referred to are for the
> net-www/apache-2.0.58-r2. Also it is indeed the desktop profiles. I'm
> unaware of whether or not the user in question is on a server or not.
> Kindly list the right profiles, Bo.

And how do you expect me to do that? It depends... Otherwise there would have 
been only one profile. The defaults (and even the OPs choice of USE flags) 
are also entirely irrelevant to this topic.

The problem was that the OP (who isn't kashani) had apache in package.provided 
instead of installed through portage. And the apache the OP had provided 
didn't include what he needed. Hence it has also nothing to do with masks and 
the problems with package.provided are barely mentioned in the handbook (if 
at all).

All of this you would have known if you had read the entire thread (which 
happen to be two threads that share the same topic because the OP didn't 
manage to keep it in one).

-- 
Bo Andresen


pgplXZAggJkqu.pgp
Description: PGP signature


Re: [gentoo-user]

2007-01-18 Thread Dan Farrell
On Thu, 18 Jan 2007 06:47:51 -0600
Robinhood <[EMAIL PROTECTED]> wrote:

> On Thu, 18 Jan 2007 00:06:59 -0600, Herman Grootaers  
> <[EMAIL PROTECTED]> wrote:
> 
> >
> 
> 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Bridge interface doesn't set default gateway.

2007-01-18 Thread Dan Farrell
On Wed, 17 Jan 2007 18:57:54 +0100
"Huib van Wees" <[EMAIL PROTECTED]> wrote:

> Hi List,
> 
> I don't know when this happend, I don't reboot my system very often.
> Here is the issue.
> 
> This Gentoo box has 5 ethernet interfaces. All together in bridge br0
> 
> But somehow the default gateway isn't set at boot time which is quiete
> anoying, this worked before but I think the net startup script has
> been updated and this is changed.
> 
> Anyone any clues?
> 
> This is how mijn /etc/conf.d/net looks like:
> bridge_br0="eth0 eth1 eth2 eth3 eth4"
> config_br0=( "172.30.0.4 broadcast 172.30.255.255 netmask
> 255.255.0.0" ) gateway="br0/172.30.0.1"
> 
from /etc/conf.d/net.example:

#-
# Bridging (802.1d)
# For bridging support emerge net-misc/bridge-utils

# To add ports to bridge br0
#bridge_br0="eth0 eth1"
# or dynamically add them when the interface comes up
#bridge_add_eth0="br0"
#bridge_add_eth1="br0"

# You need to configure the ports to null values so dhcp does not get
started #config_eth0=( "null" )
#config_eth1=( "null" )

# Finally give the bridge an address - dhcp or a static IP
#config_br0=( "dhcp" ) # may not work when adding ports dynamically
#config_br0=( "192.168.0.1/24" )

# If any of the ports require extra configuration - for example
wireless or # ppp devices - we need to depend on them like so.
#RC_NEED_br0="net.eth0 net.eth1"

# Below is an example of configuring the bridge
# Consult "man brctl" for more details
#brctl_br0=( "setfd 0" "sethello 0" "stp off" )

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



[gentoo-user] gcc 3.4.x --> 4.1.x : a couple of questions

2007-01-18 Thread b.n.

Hi,

Quite late :), I'm going to do my homework, that is the lng upgrade 
to gcc 3.4.x --> 4.1.x


The subject has been widely discussed, so I've just a couple of 
questions to be super-safe:


- I'm going to follow [1] (of course) and [2] (looks nice). Other useful 
guides?


- Is there a new incompatible GCC upgrade going to be unmasked? I see 
4.2 and 4.3 are hard masked, but if there is the suspicion they're going 
to be used relatively soon AND they are not binary compatible with 4.1, 
I may wait for those. When I did 3.3-->3.4, I waited long, and 4.1 
became stable after a week... :/


- Is it mandatory/highly advisable to recompile also the kernel, or can 
I postpone? In the first case, when it's better to recompile it (before 
all/after all)?


- Do I have to emerge glibc 2.4 first and gcc later, or I can have glibc 
emerged in the emerge -e system?


- Any other glitch/tarpit I must be aware of?

[1]http://www.gentoo.org/doc/en/gcc-upgrading.xml#doc_chap2
[2]http://www.benr75.com/pages/gentoo_gcc_4.1.1_upgrade_guide

Thanks for all!
m.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Setting up a home router

2007-01-18 Thread Dan Farrell
On Thu, 18 Jan 2007 12:11:34 +0100
"Daniel Pielmeier" <[EMAIL PROTECTED]> wrote:

> Excuse me, but my problem is not that my tables are not working, they
> work very well. I applied forwarding and masquerading, also a basic
> set of filtering rules which block all access from outside.

oops.  sorry. 

> > If you really removed shorewall from your runlevel (rc-update del
> > shorewall default) try this:
> > rm /var/lib/iptables/rules-save
> 
> i have removed shorewall from my runlevels and added iptables
> 
> > Did you do a /etc/init.d/iptables save by any chance?  That's the
> > only thing I can think of.
> 
> 
> the way i have applied my rules is as follows
> 
> first i load them with my generated script
> then i invoke /etc/init.d/iptables save
> and to be sure i do an /etc/init.d/iptables restart
> iptables -L, iptables -L -t nat, iptables -L -t mangle show me my new
> rules when i look in /var/lib/iptables/rules-save i also see my new
> rules when i issue /etc/init.d/net.eth1 restart iptables -L, iptables
> -L -t nat, iptables -L -t mangle show me the old rules from shorewall

i wonder if shorewall is loaded as a dependancy of net.eth1 ?  
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] DRI doesn't work with Radeon XPress 200M and opensource Drivers

2007-01-18 Thread Jerônimo Backes

 Sorry about the mail with html...

I've tried everthing I found on google and the forums and still can't 
find the way to make DRI work with my ATI Radeon XPress 200M and the 
opensource drivers.


I don't want to install the closed source because I want to use beryl, 
and these drivers can't do the job, AFAIK.


So, here I am, trying to figure out what is going wrong. I made 
everything I could think of.


My Xorg.conf (the interesting part)
*Code:*

Section "Module"
   [...]
   Load"dri"
   Load"drm"   
   Load"glx"

   [...]
EndSection

[...]
Section "Device"
   Identifier  "ATI Technologies, Inc. Radeon Xpress 200M (RS480)"
   Driver  "radeon"
   BusID   "PCI:1:5:0"
   Option  "RenderAccel" "on"
   Option  "XAANoOffscreenPixmaps" "true"
   Option  "AccelMethod" "XAA"
   Option  "AccelDFS"  "1"
   Option  "GARTSize"  "64"
   Option   "AGPMode"   "4"
   Option   "EnablePageFlip""1"
   Option   "ColorTiling"   "1"
   Option   "dri"   "true"
   Option   "AGPFastWrite"  "1"   
EndSection


Section "DRI"
   Mode0666
EndSection
[...]
#composite is disabled



Modules I have enabled in the kernel and that are loaded by 
/etc/modules.autoload.d/kernel-2.6:

*Code:*

agpgart
amd64-agp
drm #this one was built by emerge x11-drm
radeon #this one too



Dmesg doesn't show anything.

However, /var/log/Xorg.0.log shows this:
*Code:*

[...]
(--) RADEON(0): Chipset: "ATI Radeon XPRESS 200M 5955 (PCIE)" (ChipID = 
0x5955)

(--) RADEON(0): Linear framebuffer at 0xc000
(II) RADEON(0): PCI card detected
(II) RADEON(0): Direct rendering broken on XPRESS 200 and 200M
[...]
(WW) RADEON(0): Direct rendering disabled
(**) RADEON(0): Setting up final surfaces
(**) RADEON(0): Initializing Acceleration
(II) RADEON(0): Render acceleration unsupported on Radeon 9500/9700 and 
newer.

(II) RADEON(0): Render acceleration disabled
[...]
(EE) AIGLX: Screen 0 is not DRI capable
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib64/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
[...]



The "Direct rendering broken on XPRESS 200 and 200M" part makes me 
wonder whether or not a workaround exists. What can I do now? 
___ Yahoo! Mail - 
Sempre a melhor opção para você! Experimente já e veja as novidades. 
http://br.yahoo.com/mailbeta/tudonovo/ -- gentoo-user@gentoo.org mailing 
list



___ 
Yahoo! Mail - Sempre a melhor opção para você! 
Experimente já e veja as novidades. 
http://br.yahoo.com/mailbeta/tudonovo/




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem installing mod_proxy

2007-01-18 Thread Avaricen

Bo Ørsted Andresen wrote:

On Wednesday 17 January 2007 19:58, Avaricen wrote:

As far as I know Apache uses the
following by default: USE="ldap ssl -apache2 -debug -doc -mpm-itk
-mpm-leader -mpm-peruser -mpm-prefork -mpm-threadpool -mpm-worker
(-selinux) -static-modules -threads".


The defaults are entirely dependent on your choice of profile. apache2 is 
enabled for server profiles. What you for some weird reason have listed seem 
to match the desktop profiles...




I see. Note that the use flags referred to are for the
net-www/apache-2.0.58-r2. Also it is indeed the desktop profiles. I'm
unaware of whether or not the user in question is on a server or not.
Kindly list the right profiles, Bo.

Best regards.
Avaricen


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mythbackend crash - no responses from Bugzilla report yet

2007-01-18 Thread Avaricen

Mark Knecht wrote:

Hi,
  I wonder what the status of the development folks looking at new
bugs is recently. I don't really know where to look to see what's
getting worked on, how many devs are paying attention, where my report
might be in the queue, etc. I had a fairly serious crash in
mythbackend about 3 weeks ago. I filed a bug report in bugzilla but
haven't heard a thing since. Tonight I had a similar crash which I've
appended to the bug report:

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

  Maybe it's just the time of year with the holidays, etc? I don't know.

  If anyone here has a moment to look at what I posted and either
make some suggestions about how I might fix it or other info I should
post for when someone does look at it I would appreciate it.

Thanks,
Mark


Lol, give it some time :P or you can check gentoo-firefox in freenode
and persist your query.

Best regards
Avaricen

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Licenses

2007-01-18 Thread Avaricen

Fredrik Tolf wrote:

Hi List!

I was wondering -- is there a way to find out which of the licenses
in /usr/portage/licenses can be considered free software licenses
(without having to read and understand them)?

I'm trying to find out what packages I have installed that cannot be
considered free, and while it's easy to get a list of the licenses in
use, that in itself is pretty useless without knowing anything about the
licenses.

Btw., shouldn't portage have some kind of flag to at least warn if a
proprietary package is being pulled in through dependencies? I just
discovered that I have realplayer installed, which was pulled in by
mplayer.

Fredrik Tolf




What do you mean you had realplayer pulled in by Mplayer? Also I'm
unaware of anyone really caring about licenses. If you're not very happy
with proprietary software, it would be wise to play with GnextSense
which is based upon free software with free software (only).

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] MySQL5 and Innodb not working

2007-01-18 Thread kashani

Thomas Balthazar wrote:
I've re-installed a 32 version of Gentoo, installed the same components, 
and it works now.

Maybe it was a problem with the 64 bits version.

Thanks to everybody for the support.
Thomas.


	That's pretty odd. I've got various versions of Mysql, 5.0.24, 5.0.26, 
5.0.30, and 5.0.32 running on IntelEMT under 64bit Gentoo and haven't 
had any issues over the past six months. Though I am not running the 
ebuild, 5.0.26-r2, that you are... I think my 5.0.26 is -r1. I'm also 
using pretty conservative settings in make.conf as I've been burned in 
the past with Mysql and overly aggressive cflags.


CFLAGS="-march=nocona -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"

64bit Mysql is significantly faster than 32 bit and it's nice to be able 
to address more than 3GB in Mysql. If that sort of raw performance 
matters it might be worth your time to try 64bit again, else I'd 
probably leave well enough alone.


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



Re: [gentoo-user] DRI doesn't work with Radeon XPress 200M and opensource Drivers

2007-01-18 Thread Boyd Stephen Smith Jr.
On Thursday 18 January 2007 13:39, Jerônimo Backes 
<[EMAIL PROTECTED]> wrote about '[gentoo-user] DRI doesn't work with 
Radeon XPress 200M and opensource Drivers':
> 
> 

Sorry, can't read HTML emails.  Please send as plain-text.

-- 
Boyd Stephen Smith Jr.
[EMAIL PROTECTED]
ICQ: 514984 YM/AIM: DaTwinkDaddy


pgpw5OVvI8JYG.pgp
Description: PGP signature


[gentoo-user] DRI doesn't work with Radeon XPress 200M and opensource Drivers

2007-01-18 Thread Jerônimo Backes




I've tried everthing I found on
google and the forums and still can't find the way to make DRI work
with my ATI Radeon XPress 200M and the opensource drivers.


I don't want to install the closed source because I want to use beryl,
and these drivers can't do the job, AFAIK.


So, here I am, trying to figure out what is going wrong. I made
everything I could think of.


My Xorg.conf (the interesting part)



  

  Code:


  
Section "Module"
  
        [...]
  
        Load    "dri"
  
        Load    "drm"        
        Load    "glx"
  
        [...]
  
EndSection
  
  
[...]
  
Section "Device"
  
        Identifier      "ATI Technologies, Inc. Radeon Xpress 200M
(RS480)"
  
        Driver          "radeon"
  
        BusID           "PCI:1:5:0"
  
        Option          "RenderAccel" "on"
  
        Option          "XAANoOffscreenPixmaps" "true"
  
        Option          "AccelMethod" "XAA"
  
        Option          "AccelDFS"      "1"
  
        Option          "GARTSize"      "64"
  
        Option           "AGPMode"               "4"
  
        Option           "EnablePageFlip"        "1"
  
        Option           "ColorTiling"           "1"
  
        Option           "dri"   "true"
  
        Option           "AGPFastWrite"  "1"        
EndSection
  
  
Section "DRI"
  
        Mode    0666
  
EndSection
  
[...]
  
#composite is disabled
  
  

  



Modules I have enabled in the kernel and that are loaded by
/etc/modules.autoload.d/kernel-2.6:



  

  Code:


  
agpgart
  
amd64-agp
  
drm     #this one was built by emerge x11-drm
  
radeon #this one too
  
  

  



Dmesg doesn't show anything. 

However, /var/log/Xorg.0.log shows this:



  

  Code:


  
[...]
  
(--) RADEON(0): Chipset: "ATI Radeon XPRESS 200M 5955 (PCIE)" (ChipID =
0x5955)
  
(--) RADEON(0): Linear framebuffer at 0xc000
  
(II) RADEON(0): PCI card detected
  
(II) RADEON(0): Direct rendering broken on XPRESS 200 and 200M
  
[...]
  
(WW) RADEON(0): Direct rendering disabled
  
(**) RADEON(0): Setting up final surfaces
  
(**) RADEON(0): Initializing Acceleration
  
(II) RADEON(0): Render acceleration unsupported on Radeon 9500/9700 and
newer.
  
(II) RADEON(0): Render acceleration disabled
  
[...]
  
(EE) AIGLX: Screen 0 is not DRI capable
  
(II) Loading local sub module "GLcore"
  
(II) LoadModule: "GLcore"
  
(II) Loading /usr/lib64/xorg/modules/extensions/libGLcore.so
  
(II) Module GLcore: vendor="X.Org Foundation"
  
        compiled for 7.1.1, module version = 1.0.0
  
        ABI class: X.Org Server Extension, version 0.3
  
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
  
[...]
  
  

  



The "Direct rendering broken on XPRESS 200 and 200M" part makes me
wonder whether or not a workaround exists. What can I do now?



		
___ 
Yahoo! Mail - Sempre a melhor opção para você! 
Experimente já e veja as novidades. 
http://br.yahoo.com/mailbeta/tudonovo/
 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xgl and direct rendering or 'Would you like Xorg or Xgl, sir?'

2007-01-18 Thread Hemmann, Volker Armin
On Thursday 18 January 2007 18:32, Jan Stępień wrote:
> Hi everyone,
>
> I've been using Xgl for quite a long time without any serious problems.
> Recently I've tried to launch America's Army (emerged one, version
> 2.5.0) on my box, but...
>
> ~ armyops
> Xlib:  extension "XFree86-DRI" missing on display ":1.0".
> Cheat protection disabled
> open /dev/[sound/]mixer: No such file or directory
> WARNING: ALC_EXT_capture is subject to change!
> Either GL_EXT_bgra or glDrawRangeElements not supported- bailing out.
> History:
> Exiting due to error
>
> Being quite disappointed I verified the first line of the output above
> with glxinfo. And so...
>
> ~ glxinfo
> name of display: :1.0
> Xlib:  extension "XFree86-DRI" missing on display ":1.0".
> display: :1  screen: 0
> direct rendering: No
> 
>
> It sounds rather unbelievably. I've got running Xgl with Beryl's
> dazzling animations and I'm informed that despite having over 4000 FPS
> on glxgears I have not got direct rendering. What the...?

glxgears is not a benchmark.
it might be unbelievable, but it is true. If you use Xgl, no direct rendering 
there.


>
> Few days later I've accidentally launched Xorg (using startx script)
> instead of my Xgl. When I entered my old, two-dimension desktop I
> thought that trying America's Army over here, without Xgl, could tell me
> something more (i.e. that something's wrong with my configuration or
> whatever else). So I typed armyops in the terminal... And surprisingly
> enough the game has started. Furthermore, the framerate was quite
> satisfactory.

that is normal too.

>
> After this quite long introduction I'll finally get to the point. I have
> got two questions.
>
> 1. Is it possible to enable somehow direct rendering on Xgl, therefore
> allowing OpenGL apps to work as ought to.

nope. It isn't.
Xgl and direct rendering are exclusive. One or the other.

>
> 2. If the answer to the first questions is "NO", then is there a method
> of choosing which Xserver to use? Can I choose whether I'd like to
> launch Xorg or Xgl? Or maybe I can even enable such choice in GDM login
> screen?

Yes. 

Or you can start a second X with xinit. So you would have one desktop (on F7) 
with Xgl and one (F8) with 'normal' X.

Any reason, you are using Xgl? No Aiglx with your card?


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Xgl and direct rendering

2007-01-18 Thread Jan Stępień
Hi everyone,

I've been using Xgl for quite a long time without any serious problems.
Recently I've tried to launch America's Army (emerged one, version
2.5.0) on my box, but...

~ armyops
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
Cheat protection disabled
open /dev/[sound/]mixer: No such file or directory
WARNING: ALC_EXT_capture is subject to change!
Either GL_EXT_bgra or glDrawRangeElements not supported- bailing out.
History:
Exiting due to error

Being quite disappointed I verified the first line of the output above
with glxinfo. And so...

~ glxinfo
name of display: :1.0
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
display: :1  screen: 0
direct rendering: No


It sounds rather unbelievably. I've got running Xgl with Beryl's
dazzling animations and I'm informed that despite having over 4000 FPS
on glxgears I have not got direct rendering. What the...?

Few days later I've accidentally launched Xorg (using startx script)
instead of my Xgl. When I entered my old, two-dimension desktop I
thought that trying America's Army over here, without Xgl, could tell me
something more (i.e. that something's wrong with my configuration or
whatever else). So I typed armyops in the terminal... And surprisingly
enough the game has started. Furthermore, the framerate was quite
satisfactory.

After this quite long introduction I'll finally get to the point. I have
got two questions.

1. Is it possible to enable somehow direct rendering on Xgl, therefore
allowing OpenGL apps to work as ought to.

2. If the answer to the first questions is "NO", then is there a method
of choosing which Xserver to use? Can I choose whether I'd like to
launch Xorg or Xgl? Or maybe I can even enable such choice in GDM login
screen?

If you need any further information regarding by box please don't
hesitate to ask. Any support would be highly appreciated.

Best regards,
Jan Stępień

-- 
Mailjan at stepien com pl
Jabber  jano at jabber aster pl
GG  1894343
Web http://stepien.com.pl



signature.asc
Description: OpenPGP digital signature


[gentoo-user] Xgl and direct rendering or 'Would you like Xorg or Xgl, sir?'

2007-01-18 Thread Jan Stępień
Hi everyone,

I've been using Xgl for quite a long time without any serious problems.
Recently I've tried to launch America's Army (emerged one, version
2.5.0) on my box, but...

~ armyops
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
Cheat protection disabled
open /dev/[sound/]mixer: No such file or directory
WARNING: ALC_EXT_capture is subject to change!
Either GL_EXT_bgra or glDrawRangeElements not supported- bailing out.
History:
Exiting due to error

Being quite disappointed I verified the first line of the output above
with glxinfo. And so...

~ glxinfo
name of display: :1.0
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
display: :1  screen: 0
direct rendering: No


It sounds rather unbelievably. I've got running Xgl with Beryl's
dazzling animations and I'm informed that despite having over 4000 FPS
on glxgears I have not got direct rendering. What the...?

Few days later I've accidentally launched Xorg (using startx script)
instead of my Xgl. When I entered my old, two-dimension desktop I
thought that trying America's Army over here, without Xgl, could tell me
something more (i.e. that something's wrong with my configuration or
whatever else). So I typed armyops in the terminal... And surprisingly
enough the game has started. Furthermore, the framerate was quite
satisfactory.

After this quite long introduction I'll finally get to the point. I have
got two questions.

1. Is it possible to enable somehow direct rendering on Xgl, therefore
allowing OpenGL apps to work as ought to.

2. If the answer to the first questions is "NO", then is there a method
of choosing which Xserver to use? Can I choose whether I'd like to
launch Xorg or Xgl? Or maybe I can even enable such choice in GDM login
screen?

If you need any further information regarding by box please don't
hesitate to ask. Any support would be highly appreciated.

Best regards,
Jan Stępień

-- 
Mailjan at stepien com pl
Jabber  jano at jabber aster pl
GG  1894343
Web http://stepien.com.pl



signature.asc
Description: OpenPGP digital signature


[gentoo-user] [Fwd: RulesDuJour/gifu: 404 errors]

2007-01-18 Thread Steve [Gentoo]

Does anyone else have this problem with RulesDuJour?

--
To: root
Subject: RulesDuJour/gifu: 404 errors
Date: Thu, 18 Jan 2007 17:32:40 + (GMT)
From: root (root)

The following rules had errors:
TripWire had an unknown error:
--15:18:15--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
  => `99_FVGT_Tripwire.cf'
Resolving www.rulesemporium.com... 209.177.149.122
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--15:21:28--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try: 2) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--15:24:39--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try: 3) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--15:27:51--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try: 4) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--15:31:04--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try: 5) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--15:34:18--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try: 6) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--15:37:33--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try: 7) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--15:40:49--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try: 8) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--15:44:06--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try: 9) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--15:47:24--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try:10) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--15:50:43--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try:11) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--15:54:02--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try:12) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--15:57:21--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try:13) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--16:00:40--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try:14) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--16:03:59--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try:15) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--16:07:18--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try:16) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--16:10:37--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try:17) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--16:13:56--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try:18) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--16:17:15--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try:19) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--16:20:34--  http://www.rulesemporium.com/rules/99_FVGT_Tripwire.cf
 (try:20) => `99_FVGT_Tripwire.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Giving up.
EvilNumber had an unknown error:
--16:23:44--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
  => `70_sare_evilnum0.cf'
Resolving www.rulesemporium.com... 209.177.149.122
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--16:26:56--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try: 2) => `70_sare_evilnum0.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--16:30:08--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try: 3) => `70_sare_evilnum0.c

RE: [gentoo-user] Iptables

2007-01-18 Thread
>-Original Message-
>From: Fabrício L. Ribeiro [mailto:[EMAIL PROTECTED]
>Sent: 18 January 2007 15:59
>To: gentoo-user@lists.gentoo.org
>Subject: [gentoo-user] Iptables
>
>
>How can I install and run iptables (with conntrack and all other
>modules) in a Gentoo 2006.1 box with kernel generated by genkernel?
>
>I tried "emerge iptables", but when I type "iptables -F" I get
>something like this:
>
>FATAL: Module ip_tables not found.
>iptables v1.3.5: can't initialize iptables table `filter': iptables
>who? (do you need to insmod?)
>Perhaps iptables or your kernel needs to be upgraded.
>
>Thanks!

http://gentoo-wiki.com/HOWTO_Iptables_for_newbies

That is the *first* result if you google for 'Gentoo Iptables'.
http://www.google.co.uk/search?q=gentoo+iptables&ie=utf-8&oe=utf-8&rls=org.mozilla:en-GB:official&client=firefox-a

djn

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Iptables

2007-01-18 Thread Daniel Pielmeier

How can I install and run iptables (with conntrack and all other
modules) in a Gentoo 2006.1 box with kernel generated by genkernel?

I tried "emerge iptables", but when I type "iptables -F" I get
something like this:

FATAL: Module ip_tables not found.
iptables v1.3.5: can't initialize iptables table `filter': iptables
who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.


Hm, did you start the iptables init-script, i think it loads the
necessary modules!
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Apache & proftpd virtual account

2007-01-18 Thread Nikolay Balov

Hi to all :)
I need little help with apache and proftpd
I have a server with Apache and proftpd and i need to define an account 
for proftpd with which the user (he don't had a terminal access to the 
server) can upload files to the apache server (inside htdocs). I think 
that this is some kind of virtual account and i search google but i 
can't find anything. BTW the idea is to grant the user access to htdocs, 
so the user can upload files to the apache. It is not necessary to use 
proftpd. Any help will be appreciated :) 10x in advance :)


Regards,
Niki

--
Cyberly yours,
Nikolay Balov

mail: [EMAIL PROTECTED]
Linux Registered User #382280
http://keyserver.linux.it/
Key fingerprint: 8151 54E3 F0A7 FCE8 6EA7 0A86 810B AB0D 5B53 B32C

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Iptables

2007-01-18 Thread Fabrício L. Ribeiro

How can I install and run iptables (with conntrack and all other
modules) in a Gentoo 2006.1 box with kernel generated by genkernel?

I tried "emerge iptables", but when I type "iptables -F" I get
something like this:

FATAL: Module ip_tables not found.
iptables v1.3.5: can't initialize iptables table `filter': iptables
who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

Thanks!

--
FABRÍCIO L. RIBEIRO

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Build Error with Emerging (2 of 16) dev-cpp/gconfmm-2.12.0

2007-01-18 Thread Shawn Singh

unfortunately, I've not used that resource before, so thanks for pointing it
out to me.

On 1/17/07, Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote:


On Thursday 18 January 2007 03:34, Shawn Singh wrote:
> When running emerge -u -a -D world, one of the apps that gets installed
is:
>
> dev-cpp/gconfmm-2.12.0
>
> the error looks like its in the configure script ...
>
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking whether to enable maintainer-specific portions of Makefiles...
no
[SNIP]

Is it really that hard to search bugs.gentoo.org instead?

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

--
Bo Andresen






--
"Most problems go away if you just wait long enough. It might look like I'm
standing motionless but I'm actively waiting for our problems to go away. I
don't know why this works but it does."
Scott Adams, Dilbert comic


RE: [gentoo-user] how to bring down the sync range of your monitor?

2007-01-18 Thread
>-Original Message-
>From: Chuanwen Wu [mailto:[EMAIL PROTECTED]
>Sent: 18 January 2007 14:37
>To: gentoo-user@lists.gentoo.org
>Subject: Re: [gentoo-user] how to bring down the sync range of your
>monitor?
>
>Obviously,the system detected the frequency itself and my setting of
>HorizSync and VertRefresh have no effect.
>
>So is there anything wrong with my xorg.conf?How to change it?
>-- 
>wcw

I'm not sure about for i810 but I know nVidia drivers can use this:

Option "IgnoreEDID" "True"

This ignores what the device says and uses your settings. You may want to look 
at the documentation and see if this (or something similar) is available for 
i810 chips.

djn


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] how to bring down the sync range of your monitor?

2007-01-18 Thread Chuanwen Wu

2007/1/18, Iain Buchanan <[EMAIL PROTECTED]>:

On Wed, 2007-01-17 at 22:46 +0800, Chuanwen Wu wrote:
> I find my monitor work correctly in the 85Hz(the character is
> vague).And in windows,I set the sync range to 75Hz and then it's OK.
> But how to bring down the sync range to 75Hz in gentoo?

the monitor frequency you see in windows is "VertRefresh" from
xorg.conf.  You don't have to specify a range, you can also give a
discrete value.

Thanks!I have tried.But still all the same.Here is a part of my xorg.conf:

 HorizSync   30 - 60
   VertRefresh 75 - 75

#add by myself
Section "Modes"
   Identifier   "Modes[0]"
   # 1024x768 @ 75.00 Hz (GTF) hsync: 60.15 kHz; pclk: 81.80 MHz
   Modeline "1024x768_75.00"  81.80  1024 1080 1192 1360  768 769 772
802  -HSync +Vsync
EndSection

Section "Screen"
   Identifier  "Screen 1"
   Device  "** Intel i810 (generic)   [i810]"
   Monitor "My Monitor"
   DefaultDepth 24

   Subsection "Display"
   Depth   8
   Modes   "1024x768_75.00"
   ViewPort0 0
   EndSubsection
   Subsection "Display"
   Depth   16
   Modes   "1024x768_75.00"
   ViewPort0 0
   EndSubsection
   Subsection "Display"
   Depth   24
   Modes   "1024x768_75.00"
   ViewPort0 0
   EndSubsection
EndSection

And I used gtf:

#gtf 1024 768 75
# 1024x768 @ 75.00 Hz (GTF) hsync: 60.15 kHz; pclk: 81.80 MHz
 Modeline "1024x768_75.00"  81.80  1024 1080 1192 1360  768 769 772
802  -HSync +Vsync




> Now in my xorg.conf:
>
>  HorizSync   31.5 - 57.0
>  VertRefresh 50-90
>
> Even I change them to 20 - 40(HorizSync)  and 30 - 60(VertRefresh),the
>  frequency is still 85Hz.

be careful just randomly changing these values - you can sometimes to
bad things to your monitor.

To stop this, X probes your monitor (if it supports EDID) to get the
refresh and sync values it can display, and it won't let you set the
value outside this.

I would troll through /var/log/Xorg.0.log and see if you can see
anything interesting about EDID or sync, etc.

And I also found information in Xorg.0.log:

II) I810(0): Supported VESA Video Modes:
(II) I810(0): [EMAIL PROTECTED]
(II) I810(0): [EMAIL PROTECTED]
(II) I810(0): [EMAIL PROTECTED]
(II) I810(0): [EMAIL PROTECTED]
(II) I810(0): [EMAIL PROTECTED]
(II) I810(0): [EMAIL PROTECTED]
(II) I810(0): [EMAIL PROTECTED]
(II) I810(0): [EMAIL PROTECTED]
(II) I810(0): [EMAIL PROTECTED]
(II) I810(0): [EMAIL PROTECTED]
(II) I810(0): [EMAIL PROTECTED]
(II) I810(0): [EMAIL PROTECTED] (interlaced)
(II) I810(0): [EMAIL PROTECTED]
(II) I810(0): [EMAIL PROTECTED]
(II) I810(0): [EMAIL PROTECTED]
(II) I810(0): Manufacturer's mask: 0
(II) I810(0): Supported Future Video Modes:
(II) I810(0): #0: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) I810(0): #1: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) I810(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) I810(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) I810(0): Ranges: V min: 50  V max: 130 Hz, H min: 30  H max: 72
kHz, PixClock max 110 MHz
(II) I810(0): Monitor name: 1772ED
(II) I810(0): Serial No: 1249407921234
(II) I810(0): Will use BIOS call 0x5f05 to set refresh rates for CRTs.
(--) I810(0): Maximum space available for video modes: 8000 kByte
(II) I810(0): Using detected DDC timings
(II) I810(0):   HorizSync 30-72
(II) I810(0):   VertRefresh 50-130

Obviously,the system detected the frequency itself and my setting of
HorizSync and VertRefresh have no effect.

So is there anything wrong with my xorg.conf?How to change it?
--
wcw
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user]

2007-01-18 Thread Robinhood
On Thu, 18 Jan 2007 00:06:59 -0600, Herman Grootaers  
<[EMAIL PROTECTED]> wrote:







--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] MySQL5 and Innodb not working

2007-01-18 Thread Thomas Balthazar

I've re-installed a 32 version of Gentoo, installed the same components, and
it works now.
Maybe it was a problem with the 64 bits version.

Thanks to everybody for the support.
Thomas.

On 1/18/07, Thomas Balthazar <[EMAIL PROTECTED]> wrote:


Hello,

Thanks for your answer!
I've re-formatted the whole server and I'm re-installing Gentoo 32 bits
instead of 64 bits.
I want to see if I face the same problem.
I'll keep you posted.

Regards,
Thomas.

On 1/18/07, kashani <[EMAIL PROTECTED]> wrote:
>
> Thomas Balthazar wrote:
> > Hello,
> >
> > I'm using Gentoo Base System version 1.6.14 on a x86_64 Intel(R)
> > Celeron(R) CPU 2.66GHz.
> > I've added "dev-db/mysql innodb berkdb" to my package.use then I've
> run
> > emerge -1 dev-db/mysql.
> >
> > I've installed PHPMyAdmin that is up and running (MySQL 5.0.26).
> > When I try to create a Innodb table, I get an error :
> > #2013 - Lost connection to MySQL server during query
> >
> > After that, I cannot stop or start my MySQL server.
> > Everything seems to be corrupted, and all I can do is to erase all the
> > content of /var/lib/mysql and restart from scratch.
> >
> > Has anyone heard of problems with MySQL/InnoDB/Gentoo?
> >
> > Any help would be much appreciated!
> > Thanks in advance,
> > Thomas.
>
> Couple of things on this.
>
> This whole community vs enterprise is making things a bit weird
> at the
> moment for ebuilds. For Innodb I highly recommend going with the
> enterprise build, dev-db/mysql which you've already installed, and using
> the ~arch version of 5.0.32. It fixes a number of high concurrency/multi
> thread issues in Innodb and I'd move to it sooner rather than later.
>
> Have you modified your my.cnf at all? The default Innodb
> settings are
> TINY. Assuming you have at least a 1 GB of RAM in you machine I'd bump
> the following setting up so that you can fit real tables into Innodb.
>
> #innodb_buffer_pool_size = 16M
> innodb_buffer_pool_size = 128M
>
> Innodb buffers and general Mysql buffers like key, sort, etc are
> managed separately. If you're starting to migrate things into Innodb
> from Myisam you might need to decrease some of the current buffers if
> you've got limit RAM.
>
> The Gentoo Mysql startup script is a bit retarded when starting
> Mysql
> with Innodb tables turned on the first time, at least with large tables
> and log files. I use two 512M log files in production and the startup
> script fails though Mysql is actually running, it's just pausing to
> write the log files and initial ibdata files out. In your case I'd start
>
> and stop Mysql a few times before trying to create an Innodb table just
> to be sure that Mysql is finished with all the file writes.
>
> I suspect the issues is Innodb not having enough memory assigned to it
> rather than the binary being borked. You might also try creating a
> simpler table in Innodb and see if you have the same issues.
>
> I'd also recommend adding the setting, innodb_file_per_table, so that
> each table gets it's own ibdata file in the form of
> lib/mysql/$db/$table.idb. It performs better and it is a bit easier to
> tell how big your db is on disk or which db is using all your disk.
>
> kashani
> --
> gentoo-user@gentoo.org mailing list
>
>



Re: [gentoo-user] Setting up a home router

2007-01-18 Thread Daniel Pielmeier

If you really removed shorewall from your runlevel (rc-update del shorewall
default) try this:
rm /var/lib/iptables/rules-save


i have removed shorewall from my runlevels and added iptables


Did you do a /etc/init.d/iptables save by any chance?  That's the only
thing I can think of.



the way i have applied my rules is as follows

first i load them with my generated script
then i invoke /etc/init.d/iptables save
and to be sure i do an /etc/init.d/iptables restart
iptables -L, iptables -L -t nat, iptables -L -t mangle show me my new rules
when i look in /var/lib/iptables/rules-save i also see my new rules
when i issue /etc/init.d/net.eth1 restart iptables -L, iptables -L -t
nat, iptables -L -t mangle show me the old rules from shorewall
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Setting up a home router

2007-01-18 Thread Dale
Daniel Pielmeier wrote:
>> I've been holding back on replying for a while now, but I think you
>> should try a simple iptables setup like this one:
>
> Excuse me, but my problem is not that my tables are not working, they
> work very well. I applied forwarding and masquerading, also a basic
> set of filtering rules which block all access from outside.
>
> My problem is that these rules i hqave defined are somehow overwritten
> by the net init script, with some remaining settings from my previous
> shorewall configuration.
>
> I compared the tables i had with shorewall with my new settings and
> the one who are changed by the net init script are looking the same
> settings i had with shorewall for input forward and output.
>
> I am sure that i have removed shorewall completely, so i guess
> shorewall must have altered a file which is used by the init script,
> so that the old settings are restored everytime i start the net
> init.script.
> Does anybody has a clue?
>
> Regards,
>
> Daniel


Did you do a /etc/init.d/iptables save by any chance?  That's the only
thing I can think of.

Dale

:-)  :-)  :-)  :-) 

-- 
www.myspace.com/dalek1967

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Setting up a home router

2007-01-18 Thread Uwe Thiem
On 18 January 2007 11:25, Daniel Pielmeier wrote:
> > I've been holding back on replying for a while now, but I think you
> > should try a simple iptables setup like this one:
>
> Excuse me, but my problem is not that my tables are not working, they
> work very well. I applied forwarding and masquerading, also a basic
> set of filtering rules which block all access from outside.
>
> My problem is that these rules i hqave defined are somehow overwritten
> by the net init script, with some remaining settings from my previous
> shorewall configuration.
>
> I compared the tables i had with shorewall with my new settings and
> the one who are changed by the net init script are looking the same
> settings i had with shorewall for input forward and output.
>
> I am sure that i have removed shorewall completely, so i guess
> shorewall must have altered a file which is used by the init script,
> so that the old settings are restored everytime i start the net
> init.script.
> Does anybody has a clue?

If you really removed shorewall from your runlevel (rc-update del shorewall 
default) try this:
rm /var/lib/iptables/rules-save

Uwe

-- 
A fast and easy generator of fractals for KDE:
http://www.SysEx.com.na/iwy-1.0.tar.bz2
Proof of concept of a TSP solver for KDE:
http://www.SysEx.com.na/epat-0.1.tar.bz2
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Setting up a home router

2007-01-18 Thread Daniel Pielmeier

I've been holding back on replying for a while now, but I think you
should try a simple iptables setup like this one:


Excuse me, but my problem is not that my tables are not working, they
work very well. I applied forwarding and masquerading, also a basic
set of filtering rules which block all access from outside.

My problem is that these rules i hqave defined are somehow overwritten
by the net init script, with some remaining settings from my previous
shorewall configuration.

I compared the tables i had with shorewall with my new settings and
the one who are changed by the net init script are looking the same
settings i had with shorewall for input forward and output.

I am sure that i have removed shorewall completely, so i guess
shorewall must have altered a file which is used by the init script,
so that the old settings are restored everytime i start the net
init.script.
Does anybody has a clue?

Regards,

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



Re: [gentoo-user] MySQL5 and Innodb not working

2007-01-18 Thread Thomas Balthazar

Hello,

Thanks for your answer!
I've re-formatted the whole server and I'm re-installing Gentoo 32 bits
instead of 64 bits.
I want to see if I face the same problem.
I'll keep you posted.

Regards,
Thomas.

On 1/18/07, kashani <[EMAIL PROTECTED]> wrote:


Thomas Balthazar wrote:
> Hello,
>
> I'm using Gentoo Base System version 1.6.14 on a x86_64 Intel(R)
> Celeron(R) CPU 2.66GHz.
> I've added "dev-db/mysql innodb berkdb" to my package.use then I've run
> emerge -1 dev-db/mysql.
>
> I've installed PHPMyAdmin that is up and running (MySQL 5.0.26).
> When I try to create a Innodb table, I get an error :
> #2013 - Lost connection to MySQL server during query
>
> After that, I cannot stop or start my MySQL server.
> Everything seems to be corrupted, and all I can do is to erase all the
> content of /var/lib/mysql and restart from scratch.
>
> Has anyone heard of problems with MySQL/InnoDB/Gentoo?
>
> Any help would be much appreciated!
> Thanks in advance,
> Thomas.

Couple of things on this.

This whole community vs enterprise is making things a bit weird at
the
moment for ebuilds. For Innodb I highly recommend going with the
enterprise build, dev-db/mysql which you've already installed, and using
the ~arch version of 5.0.32. It fixes a number of high concurrency/multi
thread issues in Innodb and I'd move to it sooner rather than later.

Have you modified your my.cnf at all? The default Innodb settings
are
TINY. Assuming you have at least a 1 GB of RAM in you machine I'd bump
the following setting up so that you can fit real tables into Innodb.

#innodb_buffer_pool_size = 16M
innodb_buffer_pool_size = 128M

Innodb buffers and general Mysql buffers like key, sort, etc are
managed separately. If you're starting to migrate things into Innodb
from Myisam you might need to decrease some of the current buffers if
you've got limit RAM.

The Gentoo Mysql startup script is a bit retarded when starting
Mysql
with Innodb tables turned on the first time, at least with large tables
and log files. I use two 512M log files in production and the startup
script fails though Mysql is actually running, it's just pausing to
write the log files and initial ibdata files out. In your case I'd start
and stop Mysql a few times before trying to create an Innodb table just
to be sure that Mysql is finished with all the file writes.

I suspect the issues is Innodb not having enough memory assigned to it
rather than the binary being borked. You might also try creating a
simpler table in Innodb and see if you have the same issues.

I'd also recommend adding the setting, innodb_file_per_table, so that
each table gets it's own ibdata file in the form of
lib/mysql/$db/$table.idb. It performs better and it is a bit easier to
tell how big your db is on disk or which db is using all your disk.

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