Re: [gentoo-user] gcc-4.0.0?

2005-04-24 Thread Nicolai Guba
On Sunday 24 April 2005 13:10, Bastian Balthazar Bux wrote:
> Jerry McBride wrote:
> > Anyone done anything "big" with the new compiler yet? Like an "emerge -e
> > world"?
>
> This bug :
>  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21167
> make some things difficult, anyway you can compile 95% of "emerge -e"
> but do it only in a thrashing ready environment.

Why bother with GCC at all?  It is a horrible compiler which produces slow 
code (and has many optimizations above -O2 broken).  It's main advantages are 
that it is portable and free.  If you are looking for a compiler that 
actually produces good binaries you are looking the wrong way IMO.

ICC is a better compiler by far.  Shame ICC support is only in a couple of 
packages and not more widespread.

-- 
Nicolai P. Guba
Sony Computer Entertainment Europe, http://www.scee.net

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OT prefixing Line numbers in codes for printing

2005-04-24 Thread Ow Mun Heng
Hi,

What's the best way to prefix lines of codes with line numbers for
easier lookup and printing?

eg: 
line 1
line 2

becomes
1: line 1
2: line 2

I'm currently doing 

grep -n "" source-code

What's the equilvalent to doing it with sed??

cat source-code | sed 's:^:[What do I put here?]:g'


-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 
98% Microsoft(tm) Free!! 
Neuromancer 14:12:49 up 17:19, 8 users, load average: 0.04, 0.18, 0.14 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Kmail will not star KDInit Error

2005-04-24 Thread Tres Melton
No, xorg.conf just configures the way that the X server talks to the
video/screen/keyboard/mouse.  It does NOT effect the way other X
applications run.  In fact you can be on a machine w/ X running and ssh
into another machine w/o an X server and still run X programs.  They
will open their windows on your local machine even though they are
running on the remote machine.

On Mon, 2005-04-25 at 12:10 +1000, Richard Watson wrote:
> Hi - I've just installed a Stage 3 off my livecd. After installing KDE I
> found Kmail will not start. It returns a KDInit error.
> 
> I made a mistake before installing KDE in that X was not configured
> correctly and I'm wondering whether this has contributed to the problem. I
> had not run xf86cfg before installing KDE.
> 
> Ideally I would like to uninstall KDE entirely and start again as when I
> installed Gnome after running xf86cfg it runs perfectly with no errors at
> all. I just can't figure out the command as although everything installed ok
> with # emerge -k kde nothing uninstalls with # emerge -C kde. 
> 
> Any help would be really appreciated.
> 
> Thanks, Richard
> 
> 
> -- 
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.308 / Virus Database: 266.10.2 - Release Date: 21/04/2005
>  
> 
> 
-- 
Tres

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] MythTV - recording (I think) but black on playback

2005-04-24 Thread Mark Knecht
On 4/24/05, Lucien D. <[EMAIL PROTECTED]> wrote:
> >
> This is just a guess, but it looks like that nuvinfo only looks at the
> file information, which seem ok, but that nuvexport looks at the sql
> db for show names and info, and that would lead me to believe that
> nuvexport isn't working because something is wrong with the db.  Do
> the programs show up properly in mythfrontend?   I'm as ignorant as
> they come when administering mysql, my only suggestion would be to go
> over the steps in the guide on the gentoo-wiki and make sure
> everything is as it should be.

You may be very right but I don't see how to tell nuvexport anything
about mysql.

Maybe someone else will pop up and clue me in. 
> 
> 
> > The other straing thing I'm finding is the /dev/v4l permissions keep
> > changing to whoever ran mythfrontend last. Shoudl it do that?

> >
> > I clearly don't understand this yet!
> >
> 
> This one is new to me, I don't think I have this behavior.  I run the
> backend as root and the frontend usually as a different user,
> sometimes as root.  however, as far as I know only the backend ever
> touches the v4l device through the symlink in /dev/video0.  And the
> device actually has the permissions of my regular user, so I don't
> think mythbackend changes them.

You're probably right. I think it is just the backend and possibly the
driver (ivtv in my case)
> 
> I did just do a little experimenting, doing mplayer /dev/v4l/video0 as
> both root and another user, it didn't have any effect on permissions
> or ownership of the device.   Maybe I'll experiment some more tonight
> or tomorrow.
> 
> 
> > To get around the X-Video issue I've set up MythTV on my laptop.
> > However when I run mythtv-setup I get messages that it cannot conenct
> > to the datbase server:
> >
> > 2005-04-24 15:31:02.788 Unable to connect to database!
> > 2005-04-24 15:31:02.788 Driver error was [1/2003]:
> > QMYSQL3: Unable to connect
> > Database error was:
> > Can't connect to MySQL server on '192.168.10.55' (111)
> >
> > 2005-04-24 15:31:02.788 Failed to init MythContext, exiting.
> >
> > I look at the netstat data on the server and it's not looking good to me:
> >

> 
> the guide on the gentoo-wiki has a section about using mythfrontend on
> a seperate machine,  the key points seem to be giving the mysql user
> access to connect from remote machines and making sure myth listens on
> a accessible address (in mythsetup u don't want to use 127.0.0.1
> anywhere).
> 

OK, this one got solved today. There were two issues:

1) The setup of mysql logically to allow logins from other machines.
That's the part that's on the Wiki.

2) There was one line in the my.cnf file that had mysql bound to
127.0.0.1. I changed that line to Dragonfly's IP address, restarted
mysql, and now I'm accessing MythTV from a second machine in another
room of the house.

So some forward progress. One down and who knows how many to go. Still
all my video is black so I'm now wondering if I've configured the
tuner to the progarm guide correctly. Not sure at all. I guess that's
for tomorrow's task list.

Also I think my wireless network isn't fast enough to get the video
across it. I'll probably have to crawl under the house and drag an
Ethernet cable to the living room next. Yuck!

Thanks very much for your help.

- Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Glsa-Check -f Was [What is the recommended order of maintenance updates?]

2005-04-24 Thread William Kenworthy
Are 
etcat -v evolution
equery l evolution
qpkg -i evolution
consistent?  This sometimes happens on older systems with upgrades that
slot, and/or clean properly.

glsa-check is a good way to pick this up

BillK



On Mon, 2005-04-25 at 11:10 +0800, Ow Mun Heng wrote:
> 200501-35
-- 
William Kenworthy <[EMAIL PROTECTED]>
Home!

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] rdesktop

2005-04-24 Thread Ow Mun Heng
On Sun, 2005-04-24 at 21:20 +0300, Adi wrote:
> Howdy.
> 
> I know this has nothing to do specifically with Gentoo, but I've seen people 
> finding great advices on this list.
> We've recently installed an Oracle database on 9i on RedHat ES 3. I was 
> curious if there's a way to connect via Remote Desktop

$ rdesktop
rdesktop: A Remote Desktop Protocol client.
Version 1.3.1. Copyright (C) 1999-2003 Matt Chapman.
See http://www.rdesktop.org/ for more information.


>  from a Windows machine 
> to the Linux Server. If that's impossible VNC will do. I know KDE has 
> something like krfb, but wee need to log in without previously being logged 
> in if it's possible.

WIndows->Linux? Hmm... That I"m not sure. Not much use for windows




-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 
98% Microsoft(tm) Free!! 
Neuromancer 11:31:35 up 14:38, 8 users, load average: 0.87, 0.48, 0.34 


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Glsa-Check -f Was [What is the recommended order of maintenance updates?]

2005-04-24 Thread Ow Mun Heng
On Sat, 2005-04-23 at 15:56 +0800, William Kenworthy wrote:
> In my experience, you may get away with this regime for a short time on
> an almost new system, but it will almost invariably break an older
> system (due to "emerge depclean")
> 
> The safest/most reasonable order is
> emerge sync
> glsa-check -l|grep "\[N"
> glsa-check -f AnyPackagesReportedAbove


glsa-check seems to want to patch up Evo for me. 
200501-35 [N] Evolution: Integer overflow in camel-lock-helper
( mail-client/evolution )

but I have Evo 2.0.3-r2 installed

what gives??

-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 
98% Microsoft(tm) Free!! 
Neuromancer 11:10:44 up 14:17, 7 users, load average: 0.30, 0.41, 0.28 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Advice sought on M9000 epia myth-box setup

2005-04-24 Thread Ow Mun Heng
On Mon, 2005-04-25 at 12:51 +1200, Nick Rout wrote:
> On Sun, 2005-04-24 at 16:50 +0200, Benno Schulenberg wrote:
> > Nick Rout wrote:
> > > Naturally I am keen to get hardware mpeg-2 decoding working, as
> > > well as tv-out.
> > 
> > That is working.  Read up on the Unichrome list.  :)
> 
> Yep, just joined, and you have helped me out there already, thanks.
> 
> I don't know whether I have all the "toys" working, but X at least runs,
> I have emerged mplayer, mplayer plays mp3 music, and I am about to
> transfer some movies over the lan to try out.

I can't say for the M900 but on the M10K, it works. ALl of it works
actually. 

This is running freevo by the way.

X works, so does DRI.

mplayer works. (have to use the ~x86 versions)
X is using ebuilds from boom.kalf.org/epia (IIRC)
Xine works with xxmc but with a .config for double buffering, else it
stutters.

DVD playback works.

AVI playback ~70% CPU usage
DVD playback ~50% CPU Usage

Internet Radio Works (use xmms if possible)



-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 
98% Microsoft(tm) Free!! 
Neuromancer 11:02:17 up 14:09, 6 users, load average: 0.16, 0.18, 0.17 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Synaptics (was Wacky Mouse)

2005-04-24 Thread Richard Fish
David Corbin wrote:

>On Sunday 24 April 2005 08:45 pm, Willie Wong wrote:
>  
>
>>>Now, the touch pad works, but movement is *very* slow.  A full width move
>>>on the touchpad is about 50 pixels.  I've tried playing with the various
>>>synaptic settigns (synclient), but I can't seem to adjust this in any way
>>>I can recognize.
>>>
>>>David
>>>  
>>>
>>man xset
>>
>>
>>
>
>I don't think so. I did look at xset, and experiment but saw no effect.  Also, 
>it's only the touchpad that has the problems.  My USB mouse works at "normal 
>speed".
>
>Also, I neglected to provide the relevant xorg.conf setting.
>
>Section "InputDevice"
>  Identifier   "touchpad"
>  Driver   "synaptics"
>  Option   "Device" "/dev/input/event1"
>  Option   "Protocol" "event"
>  Option   "LeftEdge" "1700"
>  Option   "RightEdge" "5300"
>  Option   "TopEdge" "1700"
>  Option   "BottomEdge" "4200"
>  Option   "FingerLow"  "25"
>  Option   "FingerHigh" "30"
>  Option   "MaxTapTime" "180"
>  Option   "MaxTapMove"  "220"
>  Option   "VertScrollDelta" "100"
>  Option   "MinSpeed" "0.06"
>  Option   "MaxSpeed" "0.12"
>  Option   "AccelFactor" "0.0010"
>  Option   "SHMConfig" "on"
>EndSection
>
>  
>

less /usr/share/doc/synaptics-*/README.gz

My guess is that you'll want to set MaxSpeed to something much larger. 
But I don't use this driver, so I can't help much here.

-Richard


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Intel 82865 owners - do you have X-Video support?

2005-04-24 Thread Francisco Figueiredo Jr.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark Knecht wrote:
> 
> 
> Francisco,
>Hi. You make me think I'm getting closer. Unfortuntely I still
> don't find it. Have you by chance patched your kernel with additional
> stuff like DRI/DRM from somewhere? I'm using gentoo-sources-2.6.11-r6
> and I don't see the i915. Actually the list seems pretty small to
> me...


I use the plain vanilla 2.6.11.6 kernel sources.

I have the following entry under Direct Rendering Manager:


Intel I810
Intel 830M, 845G, 852GM, 855GM, 865G
i830 driver
i915 driver


Maybe you have selected some option which could prevent from these
option to appear??

Btw, how did you generate the tree with the options? I'm using gconfig
and I could only generate a 65k png image file which obviously I didn't
send :)

I can get that using old text config??

I tried but I got this result:

 Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)  ? ?
  ? ?< >   3dfx Banshee/Voodoo3+
  ? ?
  ? ?< >   ATI Rage 128
  ? ?
  ? ?< >   ATI Radeon
  ? ?
  ? ?   Intel I810
  ? ?
  ? ?   Intel 830M, 845G, 852GM, 855GM, 865G
  ? ?
  ? ?< > i830 driver
  ? ?
  ? ? i915 driver
  ? ?
  ? ?< >   Matrox g200/g400


Thanks in advance.



> 
>  /dev/agpgart (AGP Support)
>   < >   ALI chipset support
>   < >   ATI chipset support
>   < >   AMD Irongate, 761, and 762 chipset support
>   < >   AMD Opteron/Athlon64 on-CPU GART support
>   < >   Intel 440LX/BX/GX, I8xx and E7x05 chipset support
>  Intel i865 chipset support
>   < >   NVIDIA nForce/nForce2 chipset support
>   < >   SiS chipset support
>   < >   Serverworks LE/HE chipset support
>   < >   VIA chipset support
>   < >   Transmeta Efficeon support
>  Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
>   < >   3dfx Banshee/Voodoo3+
>   < >   ATI Rage 128
>   < >   ATI Radeon
>   < >   Matrox g200/g400
>   < >   SiS video cards
> < > ACP Modem (Mwave) support
> < > RAW driver (/dev/raw/rawN) (OBSOLETE)
> 
> Thanks,
> Mark
> 


- --
Regards,

Francisco Figueiredo Jr.
Npgsql Lead Developer
http://gborg.postgresql.org/project/npgsql
MonoBrasil Project Founder Member
http://monobrasil.softwarelivre.org


- -
"Science without religion is lame;
religion without science is blind."

  ~ Albert Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iQEVAwUBQmxa+P7iFmsNzeXfAQIqHAf9G5jwx8TmnEV20L2VByuEYoD9Sdnq8pgy
7cPvRbGHJYfoUZx8AOxCps50dooKLjXRx9qyH5yZlsvCn4bim5nAArIjG7e7QkJZ
GqyFjmOv/y4BmqNJO1nkQN+Z0eCDJ3607QFRk3voCn0Ptr9FWCva51osqPer2f60
N+IqUIGlmoJl+taRh/Q7dPGDfGtt3EvZQn4C+wBsWcmAnM3qh44MKCyAJ/YX3TU2
BDa/NDOrtj/WXoz5f1SEZOjAuFClyqKW6P0lX8zjDX6VsdGa+eV9NEtk2bzF/6oZ
HbcZADaYPsEXthmKWcy2XbBlFGrxXtXoKYpIG1U131vJZIKfg9FPOQ==
=iytr
-END PGP SIGNATURE-


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Intel Gigabit Ethernet 82545EM

2005-04-24 Thread Devraj Mukherjee
Hi Tres.
Thanks for the help. Actually my FireWire adapter was claiming to be 
eth0, the Ethernet was detected as eth1.

:-)
Tres Melton wrote:
Boot off of the liveCD and then lsmod to see which modules it loaded.

--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Intel Gigabit Ethernet 82545EM

2005-04-24 Thread Tres Melton
Boot off of the liveCD and then lsmod to see which modules it loaded.

On Mon, 2005-04-25 at 11:02 +1000, Devraj Mukherjee wrote:
> Hi everyone,
> 
> Anyone out there using an Intel Gigabit Ethernet 82545EM controller, I 
> got mine as part of a Dell Precision Workstation. The live CD detects it 
> and it works fine, I am trying to use the e1000 driver that I 
> fetched/built using emerge.
> 
> However it does not seem to detect the card. Any pointers? Thanks in 
> advance.
> 
> Devraj
> 
-- 
Tres

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Kmail will not star KDInit Error

2005-04-24 Thread Richard Watson
Hi - I've just installed a Stage 3 off my livecd. After installing KDE I
found Kmail will not start. It returns a KDInit error.

I made a mistake before installing KDE in that X was not configured
correctly and I'm wondering whether this has contributed to the problem. I
had not run xf86cfg before installing KDE.

Ideally I would like to uninstall KDE entirely and start again as when I
installed Gnome after running xf86cfg it runs perfectly with no errors at
all. I just can't figure out the command as although everything installed ok
with # emerge -k kde nothing uninstalls with # emerge -C kde. 

Any help would be really appreciated.

Thanks, Richard


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.10.2 - Release Date: 21/04/2005
 


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: How to get script to execute on kde logout

2005-04-24 Thread Robert S
Robert S wrote:

> I wish to unload timidity using a script when I log out of kde.  How
> do I achieve this?

Fixed - you put the script into a *directory* called ~/.kde/shutdown/

If anyone wants to know how to get midi to work with OSS and kde, just let
me know - I've been trying to do this for months.

Can anybody answer the following question?

> 
> BTW - is there somewhere that these scripts could be put so that the
> execute for ALL kde users?
> 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Synaptics (was Wacky Mouse)

2005-04-24 Thread David Corbin
On Sunday 24 April 2005 08:45 pm, Willie Wong wrote:
> >
> > Now, the touch pad works, but movement is *very* slow.  A full width move
> > on the touchpad is about 50 pixels.  I've tried playing with the various
> > synaptic settigns (synclient), but I can't seem to adjust this in any way
> > I can recognize.
> >
> > David
>
> man xset
>

I don't think so. I did look at xset, and experiment but saw no effect.  Also, 
it's only the touchpad that has the problems.  My USB mouse works at "normal 
speed".

Also, I neglected to provide the relevant xorg.conf setting.

Section "InputDevice"
  Identifier   "touchpad"
  Driver   "synaptics"
  Option   "Device" "/dev/input/event1"
  Option   "Protocol" "event"
  Option   "LeftEdge" "1700"
  Option   "RightEdge" "5300"
  Option   "TopEdge" "1700"
  Option   "BottomEdge" "4200"
  Option   "FingerLow"  "25"
  Option   "FingerHigh" "30"
  Option   "MaxTapTime" "180"
  Option   "MaxTapMove"  "220"
  Option   "VertScrollDelta" "100"
  Option   "MinSpeed" "0.06"
  Option   "MaxSpeed" "0.12"
  Option   "AccelFactor" "0.0010"
  Option   "SHMConfig" "on"
EndSection


Any help is appreciated.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] MythTv Ebuild Fails on Gentoo

2005-04-24 Thread Michael Haan
On 4/24/05, Jason Cooper <[EMAIL PROTECTED]> wrote:
> Michael Haan ([EMAIL PROTECTED]) scribbled:
> > On 4/24/05, Michael Haan <[EMAIL PROTECTED]> wrote:
> > > On 4/24/05, Jason Cooper <[EMAIL PROTECTED]> wrote:
> > > > Michael Haan ([EMAIL PROTECTED]) scribbled:
> > > > > I get the following error trying to build Mythfrontend 0.18 from the
> > > > > Gentoo ebuild:
> > > > >
> > > > > >>> Unpacking source...
> > > > > >>> Unpacking mythtv-0.18.tar.bz2 to 
> > > > > >>> /var/tmp/portage/mythfrontend-0.18/work
> > > > > /usr/lib/portage/bin/ebuild.sh: line 35: cd:
> > > > > /var/tmp/portage/mythfrontend-0.18/work/mythfrontend-0.18: No such
> > > > > file or directory
> > > > > sed: can't read settings.pro: No such file or directory
> > > > >
> > > > > !!! ERROR: media-tv/mythfrontend-0.18 failed.
> > > > > !!! Function myth_src_unpack, Line 40, Exitcode 2
> > > > > !!! Initial setup failed
> > > > > !!! If you need support, post the topmost build error, NOT this 
> > > > > status message.
> > > > >
> > > > > I know sort of what the issue is, but now how to fix it.  Anyone?
> > > >
> > > > http://bugs.gentoo.org/show_bug.cgi?id=90088
> > > >
> > >
> > > Sorry to be a dope - but which file do you do this in?
> > >
> >
> > I tried modifying mythfrontend-0.18.ebuild but I get:
> >
> > tibeaux root # ACCEPT_KEYWORDS="~amd64" emerge mythfrontend mythdvd
> > mythmusic nuvexport
> > Calculating dependencies ...done!
> > >>> emerge (1 of 12) media-tv/mythfrontend-0.18 to /
> > >>> md5 files   ;-) mythfrontend-0.16.ebuild
> >
> > !!! Digest verification Failed:
> > !!!/usr/portage/media-tv/mythfrontend/mythfrontend-0.18.ebuild
> > !!! Reason: Filesize does not match recorded size
> >
> > >>> Please ensure you have sync'd properly. Please try 'emerge sync' and
> > >>> optionally examine the file(s) for corruption. A sync will fix most 
> > >>> cases.
> 
> See the link on modifying ebuilds from my other mail.  "Making a Digest"
> is what you're looking for.
> 
> hth,
> 
> Cooper.
> --
> gentoo-user@gentoo.org mailing list
> 
> 

Thanks - that at least got it started.  Building now.  For others, I ran:

 ebuild /usr/portage/media-tv/mythfrontend/mythfrontend-0.18.ebuild digest

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Intel 82865 owners - do you have X-Video support?

2005-04-24 Thread Mark Knecht
On 4/24/05, Francisco Figueiredo Jr. <[EMAIL PROTECTED]> wrote:

> Hi Mark.
> 
> The i915 driver is compiled when you compile the kernel.
> 
> It is in AGP->DRM -> Intel -> i915
> 
> Sorry for not being precise, I'm not with my kernel config :(
> 
> After select it as module, you will end up with a i915.ko kernel module
> which will be used automatically by xorg when you use the i810 driver.
> 
> I'm using it and I do have the x-video support as well as opengl.
> 
> I hope it helps.
> 
> - --

Francisco,
   Hi. You make me think I'm getting closer. Unfortuntely I still
don't find it. Have you by chance patched your kernel with additional
stuff like DRI/DRM from somewhere? I'm using gentoo-sources-2.6.11-r6
and I don't see the i915. Actually the list seems pretty small to
me...

 /dev/agpgart (AGP Support)
  < >   ALI chipset support
  < >   ATI chipset support
  < >   AMD Irongate, 761, and 762 chipset support
  < >   AMD Opteron/Athlon64 on-CPU GART support
  < >   Intel 440LX/BX/GX, I8xx and E7x05 chipset support
 Intel i865 chipset support
  < >   NVIDIA nForce/nForce2 chipset support
  < >   SiS chipset support
  < >   Serverworks LE/HE chipset support
  < >   VIA chipset support
  < >   Transmeta Efficeon support
 Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
  < >   3dfx Banshee/Voodoo3+
  < >   ATI Rage 128
  < >   ATI Radeon
  < >   Matrox g200/g400
  < >   SiS video cards
< > ACP Modem (Mwave) support
< > RAW driver (/dev/raw/rawN) (OBSOLETE)

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] MythTv Ebuild Fails on Gentoo

2005-04-24 Thread Jason Cooper
Michael Haan ([EMAIL PROTECTED]) scribbled:
> On 4/24/05, Michael Haan <[EMAIL PROTECTED]> wrote:
> > On 4/24/05, Jason Cooper <[EMAIL PROTECTED]> wrote:
> > > Michael Haan ([EMAIL PROTECTED]) scribbled:
> > > > I get the following error trying to build Mythfrontend 0.18 from the
> > > > Gentoo ebuild:
> > > >
> > > > >>> Unpacking source...
> > > > >>> Unpacking mythtv-0.18.tar.bz2 to 
> > > > >>> /var/tmp/portage/mythfrontend-0.18/work
> > > > /usr/lib/portage/bin/ebuild.sh: line 35: cd:
> > > > /var/tmp/portage/mythfrontend-0.18/work/mythfrontend-0.18: No such
> > > > file or directory
> > > > sed: can't read settings.pro: No such file or directory
> > > >
> > > > !!! ERROR: media-tv/mythfrontend-0.18 failed.
> > > > !!! Function myth_src_unpack, Line 40, Exitcode 2
> > > > !!! Initial setup failed
> > > > !!! If you need support, post the topmost build error, NOT this status 
> > > > message.
> > > >
> > > > I know sort of what the issue is, but now how to fix it.  Anyone?
> > >
> > > http://bugs.gentoo.org/show_bug.cgi?id=90088
> > >
> > 
> > Sorry to be a dope - but which file do you do this in?
> > 
> 
> I tried modifying mythfrontend-0.18.ebuild but I get:
> 
> tibeaux root # ACCEPT_KEYWORDS="~amd64" emerge mythfrontend mythdvd
> mythmusic nuvexport
> Calculating dependencies ...done!
> >>> emerge (1 of 12) media-tv/mythfrontend-0.18 to /
> >>> md5 files   ;-) mythfrontend-0.16.ebuild
> 
> !!! Digest verification Failed:
> !!!/usr/portage/media-tv/mythfrontend/mythfrontend-0.18.ebuild
> !!! Reason: Filesize does not match recorded size
> 
> >>> Please ensure you have sync'd properly. Please try 'emerge sync' and
> >>> optionally examine the file(s) for corruption. A sync will fix most cases.

See the link on modifying ebuilds from my other mail.  "Making a Digest"
is what you're looking for.

hth,

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



Re: [gentoo-user] MythTv Ebuild Fails on Gentoo

2005-04-24 Thread Michael Haan
On 4/24/05, Michael Haan <[EMAIL PROTECTED]> wrote:
> On 4/24/05, Jason Cooper <[EMAIL PROTECTED]> wrote:
> > Michael Haan ([EMAIL PROTECTED]) scribbled:
> > > I get the following error trying to build Mythfrontend 0.18 from the
> > > Gentoo ebuild:
> > >
> > > >>> Unpacking source...
> > > >>> Unpacking mythtv-0.18.tar.bz2 to 
> > > >>> /var/tmp/portage/mythfrontend-0.18/work
> > > /usr/lib/portage/bin/ebuild.sh: line 35: cd:
> > > /var/tmp/portage/mythfrontend-0.18/work/mythfrontend-0.18: No such
> > > file or directory
> > > sed: can't read settings.pro: No such file or directory
> > >
> > > !!! ERROR: media-tv/mythfrontend-0.18 failed.
> > > !!! Function myth_src_unpack, Line 40, Exitcode 2
> > > !!! Initial setup failed
> > > !!! If you need support, post the topmost build error, NOT this status 
> > > message.
> > >
> > > I know sort of what the issue is, but now how to fix it.  Anyone?
> >
> > http://bugs.gentoo.org/show_bug.cgi?id=90088
> >
> > Cooper
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
> 
> Sorry to be a dope - but which file do you do this in?
> 

I tried modifying mythfrontend-0.18.ebuild but I get:

tibeaux root # ACCEPT_KEYWORDS="~amd64" emerge mythfrontend mythdvd
mythmusic nuvexport
Calculating dependencies ...done!
>>> emerge (1 of 12) media-tv/mythfrontend-0.18 to /
>>> md5 files   ;-) mythfrontend-0.16.ebuild

!!! Digest verification Failed:
!!!/usr/portage/media-tv/mythfrontend/mythfrontend-0.18.ebuild
!!! Reason: Filesize does not match recorded size

>>> Please ensure you have sync'd properly. Please try 'emerge sync' and
>>> optionally examine the file(s) for corruption. A sync will fix most cases.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] MythTv Ebuild Fails on Gentoo

2005-04-24 Thread Jason Cooper
Michael Haan ([EMAIL PROTECTED]) scribbled:
> On 4/24/05, Jason Cooper <[EMAIL PROTECTED]> wrote:
> > Michael Haan ([EMAIL PROTECTED]) scribbled:
> > > I get the following error trying to build Mythfrontend 0.18 from the
> > > Gentoo ebuild:
> > >
> > > >>> Unpacking source...
> > > >>> Unpacking mythtv-0.18.tar.bz2 to 
> > > >>> /var/tmp/portage/mythfrontend-0.18/work
> > > /usr/lib/portage/bin/ebuild.sh: line 35: cd:
> > > /var/tmp/portage/mythfrontend-0.18/work/mythfrontend-0.18: No such
> > > file or directory
> > > sed: can't read settings.pro: No such file or directory
> > >
> > > !!! ERROR: media-tv/mythfrontend-0.18 failed.
> > > !!! Function myth_src_unpack, Line 40, Exitcode 2
> > > !!! Initial setup failed
> > > !!! If you need support, post the topmost build error, NOT this status 
> > > message.
> > >
> > > I know sort of what the issue is, but now how to fix it.  Anyone?
> > 
> > http://bugs.gentoo.org/show_bug.cgi?id=90088
> > 
> 
> Sorry to be a dope - but which file do you do this in?

/usr/portage/media-tv/mythfrontend/mythfrontend-0.18.ebuild

Just after the RDEPEND=... line.

Although, for completeness, you should take a look at how to use
PORTDIR_OVERLAY (in /etc/make.conf).  This way, changes you make to
ebuilds will survive 'emerge sync'.  

http://gentoo-wiki.com/HOWTO_Create_an_Updated_Ebuild

hth,

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



Re: [gentoo-user] MythTv Ebuild Fails on Gentoo

2005-04-24 Thread Michael Haan
On 4/24/05, Jason Cooper <[EMAIL PROTECTED]> wrote:
> Michael Haan ([EMAIL PROTECTED]) scribbled:
> > I get the following error trying to build Mythfrontend 0.18 from the
> > Gentoo ebuild:
> >
> > >>> Unpacking source...
> > >>> Unpacking mythtv-0.18.tar.bz2 to /var/tmp/portage/mythfrontend-0.18/work
> > /usr/lib/portage/bin/ebuild.sh: line 35: cd:
> > /var/tmp/portage/mythfrontend-0.18/work/mythfrontend-0.18: No such
> > file or directory
> > sed: can't read settings.pro: No such file or directory
> >
> > !!! ERROR: media-tv/mythfrontend-0.18 failed.
> > !!! Function myth_src_unpack, Line 40, Exitcode 2
> > !!! Initial setup failed
> > !!! If you need support, post the topmost build error, NOT this status 
> > message.
> >
> > I know sort of what the issue is, but now how to fix it.  Anyone?
> 
> http://bugs.gentoo.org/show_bug.cgi?id=90088
> 
> Cooper
> --
> gentoo-user@gentoo.org mailing list
> 
> 

Sorry to be a dope - but which file do you do this in?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Intel 82865 owners - do you have X-Video support?

2005-04-24 Thread Francisco Figueiredo Jr.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mark Knecht wrote:
> Alexander,
>Thanks for the info. Is the i915 driver part of xorg-x11 (2D) or
> did you get it somewhere else? The only thing I found doesn't look
> quite right:
> 
> /usr/lib/modules/dri/i915_dri.so
> 

Hi Mark.

The i915 driver is compiled when you compile the kernel.

It is in AGP->DRM -> Intel -> i915

Sorry for not being precise, I'm not with my kernel config :(

After select it as module, you will end up with a i915.ko kernel module
which will be used automatically by xorg when you use the i810 driver.

I'm using it and I do have the x-video support as well as opengl.

I hope it helps.





- --
Regards,

Francisco Figueiredo Jr.
Npgsql Lead Developer
http://gborg.postgresql.org/project/npgsql
MonoBrasil Project Founder Member
http://monobrasil.softwarelivre.org


- -
"Science without religion is lame;
religion without science is blind."

  ~ Albert Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iQEVAwUBQmxJG/7iFmsNzeXfAQI8SQf/RGYFjVbEjGKZeeRYgNAwzaKvVOxE5rss
LxIo1QuiTFfCTI2o5Ch6+WHVYH2K/ztXJIOgcTCC2UNEBD7qmPRPFvqPnsDkC7fI
NPta45wxWbXV2VFgPT3q1EXUGybjpXLcYLOSDHFmWlNsa+GRFVz6vAX1v7Z5RvUD
0Exm9yoT70VWOPRziCUKzC+Oxh4W+/CksbXIWC2ZjI8nx+b9JOImFnBEVnNDpgLO
Ir6H4H+VBw7t4VY1A5ZqMObjmxl5MF3sjK19AWvtl7UUaIXRIYg6QDJmmvaTryk1
M0bmS7VZgRzduPCxbhxzWD9EPrkiJSb3Rnbm9D4ZowqJq0HvvYfJZQ==
=Qoj3
-END PGP SIGNATURE-


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] How to get script to execute on kde logout

2005-04-24 Thread Robert S
I have written a nifty little script that starts timidity in daemon
mode and directs the output into arts.  It fails to start unless the
arts daemon is running.

I've put the script into ~/.kde/Autostart and it starts up as intended
when I log into kde.

I wish to unload timidity using a script when I log out of kde.  How
do I achieve this?

I usually start kde from kdm, so putting it into my .xstartup script
won't achieve this.

I've tried putting my second script as "logout" and "shutdown" in
~/.kde, but this does not work.

BTW - is there somewhere that these scripts could be put so that the
execute for ALL kde users?

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Intel Gigabit Ethernet 82545EM

2005-04-24 Thread Devraj Mukherjee
Hi everyone,
Anyone out there using an Intel Gigabit Ethernet 82545EM controller, I 
got mine as part of a Dell Precision Workstation. The live CD detects it 
and it works fine, I am trying to use the e1000 driver that I 
fetched/built using emerge.

However it does not seem to detect the card. Any pointers? Thanks in 
advance.

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


Re: [gentoo-user] Advice sought on M9000 epia myth-box setup

2005-04-24 Thread Nick Rout
On Sun, 2005-04-24 at 16:50 +0200, Benno Schulenberg wrote:
> Nick Rout wrote:
> > VIA recently opening at least some of  their sources.
> 
> That was a publicity stunt.  From those same sources the Unichrome 
> project started a few years ago.  It is far beyond that now.

I gathered that from the odd comment about the place, and that fact that
there was a big fat .so file in the downloaded sources!

> 
> > Naturally I am keen to get hardware mpeg-2 decoding working, as
> > well as tv-out.
> 
> That is working.  Read up on the Unichrome list.  :)

Yep, just joined, and you have helped me out there already, thanks.

I don't know whether I have all the "toys" working, but X at least runs,
I have emerged mplayer, mplayer plays mp3 music, and I am about to
transfer some movies over the lan to try out.

One interesting thing, I have a sereniti 2000 case, it has a speaker
socket on the back as well as one behind a little flap on the front. The
sound out the front socket is different to the rear socket, almost like
its the surround (rear) speaker output or something. I didn't put the
box together so will have to explore where everything is plugged into
the motherboard.

> 
> Benno
-- 
Nick Rout <[EMAIL PROTECTED]>

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Synaptics (was Wacky Mouse)

2005-04-24 Thread Willie Wong
On Sun, Apr 24, 2005 at 07:16:13PM -0400, David Corbin wrote:
> On Sunday 24 April 2005 07:36 am, Richard Fish wrote:
> > David Corbin wrote:
> > >This problem continues.  I've discovered the following:
> > >1) The problem shows up with gpm, as well as X
> > >2) I can plug in a USB mouse and it works fine.
> > >3) If I boot into Windows (ugh), the touch pad works fine.  (It's a bit
> > > slow in movement, but I assume that's driver settings).
> > >
> > >What's the likely hood this a hardware problem that only shows itself in
> > > Linux and not Windows?
> > >
> > >David
> >
> > Do you have any better luck of you disable CONFIG_INPUT_MOUSEDEV_PSAUX
> > and use /dev/input/mice insead?  It WFM.
> 
> Your suggestion reminded me to try a more recent kernel.  That has improved 
> things tremendously.
> 
> Now, the touch pad works, but movement is *very* slow.  A full width move on 
> the touchpad is about 50 pixels.  I've tried playing with the various 
> synaptic settigns (synclient), but I can't seem to adjust this in any way I 
> can recognize.
> 
> David

man xset

-- 

*   Address:  45 Spelman Hall, Princeton University  08544 *
* Phone:  x68958  AIM:  AngularJerk*
*E-mail:  [EMAIL PROTECTED]From:  sep.dynalias.net   *

Darth Vader:
Don't be too proud of this technological
terror you've constructed. The ability to destroy
a planet is insignificant next to the power of the
Force.
Sortir en Pantoufles: up 13 days, 10:44
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: [mythtv-users] MythTv Ebuild Fails on Gentoo

2005-04-24 Thread Michael Haan
On 4/24/05, Mark Knecht <[EMAIL PROTECTED]> wrote:
> Michael,
>   Please do an emerge -pv mythtv (or whatever way you are running
> emerge - just make sure to add -pv) command and post the resutls back.
> 
>   I had some trouble today but finally got it working.
> 
> - Mark
> 
> On 4/24/05, Michael Haan <[EMAIL PROTECTED]> wrote:
> > I get the following error trying to build Mythfrontend 0.18 from the
> > Gentoo ebuild:
> >
> > >>> Unpacking source...
> > >>> Unpacking mythtv-0.18.tar.bz2 to /var/tmp/portage/mythfrontend-0.18/work
> > /usr/lib/portage/bin/ebuild.sh: line 35: cd:
> > /var/tmp/portage/mythfrontend-0.18/work/mythfrontend-0.18: No such
> > file or directory
> > sed: can't read settings.pro: No such file or directory
> >
> > !!! ERROR: media-tv/mythfrontend-0.18 failed.
> > !!! Function myth_src_unpack, Line 40, Exitcode 2
> > !!! Initial setup failed
> > !!! If you need support, post the topmost build error, NOT this status 
> > message.
> >
> > I know sort of what the issue is, but now how to fix it.  Anyone?
> > ___
> > mythtv-users mailing list
> > mythtv-users@mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
> 

tibeaux root # ACCEPT_KEYWORDS="~amd64" emerge -pv mythtv mythfrontend
mythdvd mythmusic nuvexport

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

Calculating dependencies ...done!
[ebuild U ] media-tv/mythtv-0.18 [0.17-r1] +X +alsa (-altivec)
-arts -cle266 -debug -directfb -dvb +ieee1394 -jack -joystick -lcd
+lirc +nls +nvidia +oggvorbis +opengl +oss +xv 0 kB
[ebuild  N] media-tv/mythfrontend-0.18  +X +alsa (-altivec) -arts
-cle266 -debug -directfb -dvb +ieee1394 -jack -joystick -lcd +lirc
+nls +nvidia +oggvorbis +opengl +oss +xv 0 kB
[ebuild U ] media-plugins/mythvideo-0.18 [0.17] -debug +nls 2,446 kB
[ebuild U ] media-plugins/mythdvd-0.18 [0.17] -debug +nls +transcode 0 kB
[ebuild U ] media-plugins/mythmusic-0.18 [0.17-r2] +X -aac -debug
(-mmx) +nls +opengl -sdl 0 kB
[ebuild U ] media-video/ffmpeg-0.4.9_p20050226-r4
[0.4.9_p20050226] -a52 -aac (-altivec) -debug -doc -dts -encode
+ieee1394* -imlib (-mmx) -network +ogg* +oss -sdl -threads +truetype
-v4l +vorbis* +xvid +zlib 0 kB
[ebuild  N] media-video/avidemux-2.0.38_rc2-r1  -a52 -aac +alsa
(-altivec) -arts -debug -encode +mad (-mmx) +nls +oss -sdl +truetype
+vorbis +xv +xvid 3,380 kB
[ebuild  N] media-libs/libsdl-1.2.8-r1  +X -aalib +alsa -arts
-debug -dga -directfb -esd -fbcon -ggi -libcaca -nas -noaudio
-nojoystick -novideo +opengl +oss (-svga) +xinerama +xv 2,541 kB
[ebuild  N] media-libs/libmpeg2-0.4.0b  +X -debug -sdl 462 kB
[ebuild  N] media-video/lve-040322  1,990 kB
[ebuild  N] media-video/mplayer-1.0_pre6-r5  (-3dfx) (-3dnow)
-3dnowext +X -aalib +alsa (-altivec) -arts +avi -bidi -bl -cdparanoia
-debug -dga -directfb (-divx4linux) -doc -dts -dv -dvb +dvd -dvdread
-edl -encode -esd -fbcon -ggi +gif +gtk -i8x0 +ipv6 -jack -joystick
+jpeg -libcaca +lirc -live -lzo +mad -matroska -matrox (-mmx)
(-mmxext) -mpeg -mythtv -nas +nls +nvidia +oggvorbis +opengl +oss +png
-real -rtc -samba -sdl (-sse) (-sse2) (-svga) -tga -theora +truetype
-v4l +v4l2 -xanim +xinerama +xmms +xv +xvid -xvmc 7,137 kB
[ebuild  N] media-video/mjpegtools-1.6.2-r4  (-3dnow) +X +avi
-debug -dga -dv +gtk (-mmx) -quicktime -sdl (-sse) -v4l -yv12 1,234 kB
[ebuild  N] media-tv/nuvexport-0.2_pre20050331  35 kB

Total size of downloads: 19,227 kB
tibeaux root #

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] MythTv Ebuild Fails on Gentoo

2005-04-24 Thread Jason Cooper
Michael Haan ([EMAIL PROTECTED]) scribbled:
> I get the following error trying to build Mythfrontend 0.18 from the
> Gentoo ebuild:
> 
> >>> Unpacking source...
> >>> Unpacking mythtv-0.18.tar.bz2 to /var/tmp/portage/mythfrontend-0.18/work
> /usr/lib/portage/bin/ebuild.sh: line 35: cd:
> /var/tmp/portage/mythfrontend-0.18/work/mythfrontend-0.18: No such
> file or directory
> sed: can't read settings.pro: No such file or directory
> 
> !!! ERROR: media-tv/mythfrontend-0.18 failed.
> !!! Function myth_src_unpack, Line 40, Exitcode 2
> !!! Initial setup failed
> !!! If you need support, post the topmost build error, NOT this status 
> message.
> 
> I know sort of what the issue is, but now how to fix it.  Anyone?

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

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



[gentoo-user] Re: [mythtv-users] MythTv Ebuild Fails on Gentoo

2005-04-24 Thread Mark Knecht
Michael,
   Please do an emerge -pv mythtv (or whatever way you are running
emerge - just make sure to add -pv) command and post the resutls back.

   I had some trouble today but finally got it working.

- Mark

On 4/24/05, Michael Haan <[EMAIL PROTECTED]> wrote:
> I get the following error trying to build Mythfrontend 0.18 from the
> Gentoo ebuild:
> 
> >>> Unpacking source...
> >>> Unpacking mythtv-0.18.tar.bz2 to /var/tmp/portage/mythfrontend-0.18/work
> /usr/lib/portage/bin/ebuild.sh: line 35: cd:
> /var/tmp/portage/mythfrontend-0.18/work/mythfrontend-0.18: No such
> file or directory
> sed: can't read settings.pro: No such file or directory
> 
> !!! ERROR: media-tv/mythfrontend-0.18 failed.
> !!! Function myth_src_unpack, Line 40, Exitcode 2
> !!! Initial setup failed
> !!! If you need support, post the topmost build error, NOT this status 
> message.
> 
> I know sort of what the issue is, but now how to fix it.  Anyone?
> ___
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] MythTv Ebuild Fails on Gentoo

2005-04-24 Thread Michael Haan
I get the following error trying to build Mythfrontend 0.18 from the
Gentoo ebuild:

>>> Unpacking source...
>>> Unpacking mythtv-0.18.tar.bz2 to /var/tmp/portage/mythfrontend-0.18/work
/usr/lib/portage/bin/ebuild.sh: line 35: cd:
/var/tmp/portage/mythfrontend-0.18/work/mythfrontend-0.18: No such
file or directory
sed: can't read settings.pro: No such file or directory

!!! ERROR: media-tv/mythfrontend-0.18 failed.
!!! Function myth_src_unpack, Line 40, Exitcode 2
!!! Initial setup failed
!!! If you need support, post the topmost build error, NOT this status message.

I know sort of what the issue is, but now how to fix it.  Anyone?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How do I use distcc to compile a kernel?

2005-04-24 Thread Qian Qiao
On 24/04/05, Andrew Gaffney <[EMAIL PROTECTED]> wrote:
> Qian Qiao wrote:
> > On 24/04/05, Nick Rout <[EMAIL PROTECTED]> wrote:
> >
> >>I am embarrassed as I am sure I asked this question once before, but I
> >>cannot find it in the archives.
> >>
> >>It was something to do with $PATH or $CC, turned out to be something
> >>quite simple, but I am stuck!
> >
> > AFAIK, kernel is one of those packages that cannot be compiled with
> > distcc. Correct me if I'm wrong.
> 
> Consider yourself corrected. To use distcc for the kernel, do something like:
> 
> PATH="/usr/lib/distcc/bin:$PATH" make
> 

hmmm, good to know, :) I can now use my P4 machine to compile the
kernel for my P2 333Mhz router machine. Thx.

-- Joe

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

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] MythTV - recording (I think) but black on playback

2005-04-24 Thread Lucien D.
On 4/24/05, Mark Knecht <[EMAIL PROTECTED]> wrote:
> Hi,
>nuvinfo seems to work ok:
> 
> [EMAIL PROTECTED] /TVstorage $ nuvinfo 1053_2005042316_20050423163000.nuv
> 
> info for: 1053_2005042316_20050423163000.nuv
> 
>  aspect:  1.
>   audio_bits_per_sample:  384000
>  audio_channels:  2
>   audio_sample_rate:  48000
> Use of uninitialized value in concatenation (.) or string at
> /usr/bin/nuvinfo line 23.
>  audio_type:
> fps:  29.970
>  height:  480
> is_mpeg:  1
>mpeg_stream_type:  ps
>  video_type:  MPEG2
>   width:  480
> 
> done
> 
> [EMAIL PROTECTED] /TVstorage $
> 
> That looks reasonable. However nuvexport always clears the terminal,
> gives me this message and immediately exits:
> 
>  Loading MythTV recording info.
> 100%
> Found 2 files, but no matching database entries.
> 
> [EMAIL PROTECTED] /TVstorage $
> 
> Is it not running correctly?
> 
This is just a guess, but it looks like that nuvinfo only looks at the
file information, which seem ok, but that nuvexport looks at the sql
db for show names and info, and that would lead me to believe that
nuvexport isn't working because something is wrong with the db.  Do
the programs show up properly in mythfrontend?   I'm as ignorant as
they come when administering mysql, my only suggestion would be to go
over the steps in the guide on the gentoo-wiki and make sure
everything is as it should be.



> The other straing thing I'm finding is the /dev/v4l permissions keep
> changing to whoever ran mythfrontend last. Shoudl it do that? I could
> not record last night from my account. The log file said permissions
> to /dev/v4l/video0 were wrong. I tried changing them by hand to
> root:video. I was then able to record this morning. I just tried to
> set a recording for 3:30PM in my wife's account. I got another
> permissions message in thelog:
> 
> 2005-04-24 15:30:02.707 Started recording "Ed, Edd 'n Eddy" on
> channel: 1054 on cardid: 1, sourceid 1
> 2005-04-24 15:30:02.709 Channel(/dev/v4l/video0)::Open(): Can't open
> video device, error "Permission denied"
> 2005-04-24 15:30:02.734 ChannelBase: Could not find input: Composite 0
> on card when setting channel 54
> 
> 2005-04-24 15:30:02.823 Changing from None to RecordingOnly
> 2005-04-24 15:30:02.848 Using profile 'Default' to record
> 2005-04-24 15:30:02.859 Channel(/dev/v4l/video0)::Open(): Can't open
> video device, error "Permission denied"
> 2005-04-24 15:30:02.867 Tuning Error -- aborting recording
> 2005-04-24 15:30:02.875 TVRec: Recording Prematurely Stopped
> 2005-04-24 15:30:33.369 JobQueue currently set at 1 job(s) max and to
> run new jobs from 00:00 to 23:59
> 2005-04-24 15:30:33.371 JobQueue::GetJobsInQueue: findJobs search
> bitmask 4, found 3 total jobs
> 2005-04-24 15:30:33.394 JobQueue::GetJobsInQueue: Ignore 'Flag
> Commercials' Job for 1009 @ 20050423120800 in Errored state.
> 
> I look at the permissions again and they've changed:
> 
> [EMAIL PROTECTED] /TVstorage $ ls -la /dev/v4l
> total 0
> drwxr-xr-x   2 root   root  140 Apr 24 06:28 .
> drwxrwxrwt  23 root   root32560 Apr 24 06:28 ..
> crw-rw   1 root   video 81,  64 Apr 24 06:28 radio0
> crw---   1 evelyn sys   81, 224 Apr 24 06:28 vbi0
> crw---   1 evelyn sys   81,   0 Apr 24 06:28 video0
> crw---   1 evelyn sys   81,  24 Apr 24 06:28 video24
> crw---   1 evelyn sys   81,  32 Apr 24 06:28 video32
> [EMAIL PROTECTED] /TVstorage $
> 
> I clearly don't understand this yet!
> 

This one is new to me, I don't think I have this behavior.  I run the
backend as root and the frontend usually as a different user,
sometimes as root.  however, as far as I know only the backend ever
touches the v4l device through the symlink in /dev/video0.  And the
device actually has the permissions of my regular user, so I don't
think mythbackend changes them.

I did just do a little experimenting, doing mplayer /dev/v4l/video0 as
both root and another user, it didn't have any effect on permissions
or ownership of the device.   Maybe I'll experiment some more tonight
or tomorrow.


> To get around the X-Video issue I've set up MythTV on my laptop.
> However when I run mythtv-setup I get messages that it cannot conenct
> to the datbase server:
> 
> 2005-04-24 15:31:02.788 Unable to connect to database!
> 2005-04-24 15:31:02.788 Driver error was [1/2003]:
> QMYSQL3: Unable to connect
> Database error was:
> Can't connect to MySQL server on '192.168.10.55' (111)
> 
> 2005-04-24 15:31:02.788 Failed to init MythContext, exiting.
> 
> I look at the netstat data on the server and it's not looking good to me:
> 
> dragonfly ~ # netstat -apn | grep myth
> tcp0  0 0.0.0.0:65430.0.0.0:*
> LISTEN  31921/mythbackend
> tcp0  0 0.0.0.0:65440.0.0.0:*
> LISTEN  31921/mythbackend
> unix  3  [ ] STREAM CONNECTED 371642 31921/myth

Re: [gentoo-user] Synaptics (was Wacky Mouse)

2005-04-24 Thread David Corbin
On Sunday 24 April 2005 07:36 am, Richard Fish wrote:
> David Corbin wrote:
> >This problem continues.  I've discovered the following:
> >1) The problem shows up with gpm, as well as X
> >2) I can plug in a USB mouse and it works fine.
> >3) If I boot into Windows (ugh), the touch pad works fine.  (It's a bit
> > slow in movement, but I assume that's driver settings).
> >
> >What's the likely hood this a hardware problem that only shows itself in
> > Linux and not Windows?
> >
> >David
>
> Do you have any better luck of you disable CONFIG_INPUT_MOUSEDEV_PSAUX
> and use /dev/input/mice insead?  It WFM.

Your suggestion reminded me to try a more recent kernel.  That has improved 
things tremendously.

Now, the touch pad works, but movement is *very* slow.  A full width move on 
the touchpad is about 50 pixels.  I've tried playing with the various 
synaptic settigns (synclient), but I can't seem to adjust this in any way I 
can recognize.

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



Re: [gentoo-user] problem with setting up home router

2005-04-24 Thread Stroller
On Apr 24, 2005, at 6:14 pm, askar ... wrote:
At present. my 2 PCs can talk to each others.
WinPC can resolve hostnames by nslookup, but can use internet.
Wait, isn't this what you wanted? Or do you mean WinPC cannot use the
internet?
Yes, my WinPC cannot use the internet. :(
This is the best way to be sure it won't get a virus.   ;P
Stroller.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Intel 82865 owners - do you have X-Video support?

2005-04-24 Thread Mark Knecht
Alexander,
   Thanks for the info. Is the i915 driver part of xorg-x11 (2D) or
did you get it somewhere else? The only thing I found doesn't look
quite right:

/usr/lib/modules/dri/i915_dri.so

- Mark

On 4/24/05, Alexander Kirillov <[EMAIL PROTECTED]> wrote:
> Try i915 driver. I have
> 
> :00:02.0 VGA compatible controller: Intel Corp. 82845G/GL[Brookdale-G]/GE 
> Chipset Integrated
> Graphics Device (rev 03)
> 
> with Xv and open GL working.
> Good luck,
> Sasha
> 
> > Does anyone out there use an Intel 82865G chipset with (apparently) a
> > built in graphics controller? Have you managed to get X-Video support
> > running? If so, how did you do it?
> >
> > What X driver are you running? I'm running the Intel 810 driver. It
> > seemed the newest and works otherwise, but no X-Video support.
> >
> > [EMAIL PROTECTED] ~ $ /sbin/lspci
> > 
> > :00:02.0 VGA compatible controller: Intel Corp. 82865G Integrated
> > Graphics Device (rev 02)
> >
> > 
> >
> > [EMAIL PROTECTED] ~ $ xvinfo
> > X-Video Extension version 2.2
> > screen #0
> >  no adaptors present
> > [EMAIL PROTECTED] ~ $
> >
> > Running xorg-x11-6.8.2.
> >
> > Thanks,
> > Mark
> >
> 
> --
> gentoo-user@gentoo.org mailing list
> 
>

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] MythTV - recording (I think) but black on playback

2005-04-24 Thread Mark Knecht
Hi,
   nuvinfo seems to work ok:

[EMAIL PROTECTED] /TVstorage $ nuvinfo 1053_2005042316_20050423163000.nuv

info for: 1053_2005042316_20050423163000.nuv

 aspect:  1.
  audio_bits_per_sample:  384000
 audio_channels:  2
  audio_sample_rate:  48000
Use of uninitialized value in concatenation (.) or string at
/usr/bin/nuvinfo line 23.
 audio_type:
fps:  29.970
 height:  480
is_mpeg:  1
   mpeg_stream_type:  ps
 video_type:  MPEG2
  width:  480

done

[EMAIL PROTECTED] /TVstorage $

That looks reasonable. However nuvexport always clears the terminal,
gives me this message and immediately exits:

 Loading MythTV recording info.
100%
Found 2 files, but no matching database entries.

[EMAIL PROTECTED] /TVstorage $

Is it not running correctly?

The other straing thing I'm finding is the /dev/v4l permissions keep
changing to whoever ran mythfrontend last. Shoudl it do that? I could
not record last night from my account. The log file said permissions
to /dev/v4l/video0 were wrong. I tried changing them by hand to
root:video. I was then able to record this morning. I just tried to
set a recording for 3:30PM in my wife's account. I got another
permissions message in thelog:

2005-04-24 15:30:02.707 Started recording "Ed, Edd 'n Eddy" on
channel: 1054 on cardid: 1, sourceid 1
2005-04-24 15:30:02.709 Channel(/dev/v4l/video0)::Open(): Can't open
video device, error "Permission denied"
2005-04-24 15:30:02.734 ChannelBase: Could not find input: Composite 0
on card when setting channel 54

2005-04-24 15:30:02.823 Changing from None to RecordingOnly
2005-04-24 15:30:02.848 Using profile 'Default' to record
2005-04-24 15:30:02.859 Channel(/dev/v4l/video0)::Open(): Can't open
video device, error "Permission denied"
2005-04-24 15:30:02.867 Tuning Error -- aborting recording
2005-04-24 15:30:02.875 TVRec: Recording Prematurely Stopped
2005-04-24 15:30:33.369 JobQueue currently set at 1 job(s) max and to
run new jobs from 00:00 to 23:59
2005-04-24 15:30:33.371 JobQueue::GetJobsInQueue: findJobs search
bitmask 4, found 3 total jobs
2005-04-24 15:30:33.394 JobQueue::GetJobsInQueue: Ignore 'Flag
Commercials' Job for 1009 @ 20050423120800 in Errored state.


I look at the permissions again and they've changed:

[EMAIL PROTECTED] /TVstorage $ ls -la /dev/v4l
total 0
drwxr-xr-x   2 root   root  140 Apr 24 06:28 .
drwxrwxrwt  23 root   root32560 Apr 24 06:28 ..
crw-rw   1 root   video 81,  64 Apr 24 06:28 radio0
crw---   1 evelyn sys   81, 224 Apr 24 06:28 vbi0
crw---   1 evelyn sys   81,   0 Apr 24 06:28 video0
crw---   1 evelyn sys   81,  24 Apr 24 06:28 video24
crw---   1 evelyn sys   81,  32 Apr 24 06:28 video32
[EMAIL PROTECTED] /TVstorage $

I clearly don't understand this yet!

To get around the X-Video issue I've set up MythTV on my laptop.
However when I run mythtv-setup I get messages that it cannot conenct
to the datbase server:

2005-04-24 15:31:02.788 Unable to connect to database!
2005-04-24 15:31:02.788 Driver error was [1/2003]:
QMYSQL3: Unable to connect
Database error was:
Can't connect to MySQL server on '192.168.10.55' (111)

2005-04-24 15:31:02.788 Failed to init MythContext, exiting.


I look at the netstat data on the server and it's not looking good to me:

dragonfly ~ # netstat -apn | grep myth
tcp0  0 0.0.0.0:65430.0.0.0:*  
LISTEN  31921/mythbackend
tcp0  0 0.0.0.0:65440.0.0.0:*  
LISTEN  31921/mythbackend
unix  3  [ ] STREAM CONNECTED 371642 31921/mythbackend
unix  3  [ ] STREAM CONNECTED 371640 31921/mythbackend
unix  3  [ ] STREAM CONNECTED 371638 31921/mythbackend
dragonfly ~ #

Should those IP addresses be all 0's

- Mark


On 4/24/05, Lucien D. <[EMAIL PROTECTED]> wrote:
> Yea, xvideo is definitely effected by graphics drivers and what not.
> I know on my laptop I couldn't use xvideo on an external monitor until
> this latest version of xorg.
> 
> I do use nuvexport.  I just started using it a month or so ago.  I
> remember having some issues installing, but I can't remember if it was
> due to my own stupidity or what.  When you say wouuldn't run what do u
> mean?
> 
> On 4/24/05, Mark Knecht <[EMAIL PROTECTED]> wrote:
> > Ah, OK, that I have loaded on both my machine that supports X-Video as
> > well as the machine that says it doesn't so I think that's not it.
> >
> > Thanks for the idea though.
> >
> > One fellow from another list said that X-Video support is a function
> > of the actually graphics adapter chip a machine has. That makes sense
> > to me. However the machine I'm having trouble with is using an onboard
> > (I think) Intel 82865G graphics chip. I'm not sure that I'm usign the
> > right driver for it, or possibly there are some other things that have
> > to be loaded to make it work.

Re: [gentoo-user] usb adsl billion bipac-7000

2005-04-24 Thread Alexander Kirillov
Check http://www.billion.com/
they seem to have linux drivers for their modems.
Best of luck,
Sasha

> Hi all,
>   Who ever install usb adsl billion bipac-7000. the liveCD can't detect
> this hardware. what about driver for it where i can get?
> 
> thanks,
> ti

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Intel 82865 owners - do you have X-Video support?

2005-04-24 Thread Alexander Kirillov
Try i915 driver. I have

:00:02.0 VGA compatible controller: Intel Corp. 82845G/GL[Brookdale-G]/GE 
Chipset Integrated
Graphics Device (rev 03)

with Xv and open GL working.
Good luck,
Sasha

> Does anyone out there use an Intel 82865G chipset with (apparently) a
> built in graphics controller? Have you managed to get X-Video support
> running? If so, how did you do it?
> 
> What X driver are you running? I'm running the Intel 810 driver. It
> seemed the newest and works otherwise, but no X-Video support.
> 
> [EMAIL PROTECTED] ~ $ /sbin/lspci
> 
> :00:02.0 VGA compatible controller: Intel Corp. 82865G Integrated
> Graphics Device (rev 02)
> 
> 
> 
> [EMAIL PROTECTED] ~ $ xvinfo
> X-Video Extension version 2.2
> screen #0
>  no adaptors present
> [EMAIL PROTECTED] ~ $
> 
> Running xorg-x11-6.8.2.
> 
> Thanks,
> Mark
> 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How do I use distcc to compile a kernel?

2005-04-24 Thread Matan Peled
Qian Qiao wrote:
> AFAIK, kernel is one of those packages that cannot be compiled with
> distcc. Correct me if I'm wrong.
> 
> -- Joe

Well, you're wrong :)

Check out Nick's reply to his own question, 10 minutes after the fact.
Message-Id: <[EMAIL PROTECTED]>

-- 
[Name  ]   ::  [Matan I. Peled]
[Location  ]   ::  [Israel]
[Public Key]   ::  [0xD6F42CA5]
[Keyserver ]   ::  [keyserver.kjsl.com]
encrypted/signed  plain text  preferred



signature.asc
Description: OpenPGP digital signature


[gentoo-user] Re: gcc-4.0.0?

2005-04-24 Thread Holger Hoffstaette
On Sun, 24 Apr 2005 14:10:41 -0400, Jerry McBride wrote:

> On Sunday 24 April 2005 12:52 pm, Willie Wong wrote:
>> On Sun, Apr 24, 2005 at 11:30:45AM -0400, Jerry McBride wrote:
>> > Is gcc-3.4.3-20050110-r2 the favored release of 3.4.3?
>>
>> Don't know about "favored". It's the one I use =)
>>
>> So far it hasn't failed me...
>>
> It hasn't failed you? You mean everything has compiled without problems?

I can't speak for anybody else but 3.4.3-20050110 has consistently produced
randomly wrong C++ code for me; e.g. app-arch/dar builds but bombs out
with strange runtime exceptions, whereas built with 3.4.3-release it "just
works".

Holger
-- 

A: Maybe because some people are too annoyed by top-posting.

Q: Why do I not get an answer to my question(s)?

A: Because it messes up the order in which people normally read text.

Q: Why is top-posting such a bad thing?



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How do I use distcc to compile a kernel?

2005-04-24 Thread Andrew Gaffney
Qian Qiao wrote:
> On 24/04/05, Nick Rout <[EMAIL PROTECTED]> wrote:
> 
>>I am embarrassed as I am sure I asked this question once before, but I
>>cannot find it in the archives.
>>
>>It was something to do with $PATH or $CC, turned out to be something
>>quite simple, but I am stuck!
> 
> AFAIK, kernel is one of those packages that cannot be compiled with
> distcc. Correct me if I'm wrong.

Consider yourself corrected. To use distcc for the kernel, do something like:

PATH="/usr/lib/distcc/bin:$PATH" make

-- 
Andrew Gaffneyhttp://dev.gentoo.org/~agaffney/
Gentoo Linux Developer   Installer Project
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How do I use distcc to compile a kernel?

2005-04-24 Thread Qian Qiao
On 24/04/05, Nick Rout <[EMAIL PROTECTED]> wrote:
> I am embarrassed as I am sure I asked this question once before, but I
> cannot find it in the archives.
> 
> It was something to do with $PATH or $CC, turned out to be something
> quite simple, but I am stuck!

AFAIK, kernel is one of those packages that cannot be compiled with
distcc. Correct me if I'm wrong.

-- Joe

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

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] MythTV - recording (I think) but black on playback

2005-04-24 Thread Lucien D.
Yea, xvideo is definitely effected by graphics drivers and what not. 
I know on my laptop I couldn't use xvideo on an external monitor until
this latest version of xorg.

I do use nuvexport.  I just started using it a month or so ago.  I
remember having some issues installing, but I can't remember if it was
due to my own stupidity or what.  When you say wouuldn't run what do u
mean?

On 4/24/05, Mark Knecht <[EMAIL PROTECTED]> wrote:
> Ah, OK, that I have loaded on both my machine that supports X-Video as
> well as the machine that says it doesn't so I think that's not it.
> 
> Thanks for the idea though.
> 
> One fellow from another list said that X-Video support is a function
> of the actually graphics adapter chip a machine has. That makes sense
> to me. However the machine I'm having trouble with is using an onboard
> (I think) Intel 82865G graphics chip. I'm not sure that I'm usign the
> right driver for it, or possibly there are some other things that have
> to be loaded to make it work.
> 
> Anyway, as always, thanks for your help.
> 
> BTW - have you tried nuvexport? I built it this morning. nuvinfo gives
> reasonable data but numexport wouldn't run for me. I wanted to convert
> the Myth recorded files to mpeg to see how they work.
> 
> Take care,
> Mark
> 
> On 4/24/05, Lucien D. <[EMAIL PROTECTED]> wrote:
> > Not a kernel module, its a X windows module.  for example, this is the
> > section from my /etc/X11/xorg.conf
> >
> > Section "Module"
> >
> > Load"dbe"   # Double buffer extension
> > SubSection  "extmod"
> >   Option"omit xfree86-dga"   # don't initialise the DGA extension
> > EndSubSection
> > Load"type1"
> > Load"freetype"
> >
> > EndSection
> >
> >
> > On 4/24/05, Mark Knecht <[EMAIL PROTECTED]> wrote:
> > > Hi Lucien,
> > >thanks. I don't seem to have that module right now:
> > >
> > > [EMAIL PROTECTED] ~ $ slocate extmod | grep modules
> > > /usr/lib/modules/extensions/libextmod.a
> > > [EMAIL PROTECTED] ~ $ slocate extmod | grep lib
> > > /usr/lib/modules/extensions/libextmod.a
> > > [EMAIL PROTECTED] ~ $
> > >
> > > Do you happen to know where it might be in make menuconfig? Or is it
> > > by chance coming from a package I need to emerge?
> > >
> > > Thanks,
> > > Mark
> > >
> > > On 4/24/05, Lucien D. <[EMAIL PROTECTED]> wrote:
> > > > I believe you have to have Load "extmod" in ur x config.  Mine was
> > > > there automatically after X -config, but I'm pretty sure thats the
> > > > module u need for xvideo.
> > > >
> > > > On 4/23/05, Mark Knecht <[EMAIL PROTECTED]> wrote:
> > > > > Hello again,
> > > > >
> > > > > SHORT FORM: What is 'Xv support' and how do I set it up? xvinfo says
> > > > > 'screen #0  no adaptors present'. Thanks!
> > > > >
> > > > > BACKGROUND INFO:
> > > > >I've done some more testing of the PVR-250 at the command line and
> > > > > using all the /dev devices that seem to make sense. I recorded 1
> > > > > minute of video using all of the following devices and then watched in
> > > > > mplayer. (if it worked...) Here's the results:
> > > > >
> > > > > Size/dev/XXX   results
> > > > >
> > > > >   6.5MB   dev_video0.mpg worked
> > > > > 82.5MB  dev_v4l_video.mpg
> > > > > 74.3MB  dev_v4l_video0.mpgworked
> > > > > 11.4MB  dev_v4l_video24.mpg
> > > > > 83.8MB  dev_v4l_video32.mpg
> > > > >
> > > > > Of these only /dev/video0 and /dev/v4l/video0 produced mpeg results
> > > > > that were playable by mplayer at the command line.
> > > > >
> > > > > Based on that info I set MythTV to record on /dev/v4l/video0. It
> > > > > recorded a half hour show. At this point I wanted to watch the program
> > > > > but when I play it I get a black screen. In the terminal I see this:
> > > > >
> > > > > 2005-04-23 16:52:46.487 All Programs
> > > > > 2005-04-23 16:52:50.501 Opening audio device '/dev/dsp'.
> > > > > 2005-04-23 16:52:50.501 Opening OSS audio device '/dev/dsp'.
> > > > > ***
> > > > > * Couldn't find Xv support, falling back to non-Xv mode.
> > > > > * MythTV performance will be much slower since color
> > > > > * conversion and scaling will be done in software.
> > > > > * Consider upgrading your video card or X server if
> > > > > * you would like better performance.
> > > > > X Error: XvBadPort 145
> > > > >   Major opcode:  139
> > > > >   Minor opcode:  15
> > > > >   Resource id:  0x
> > > > > X Error: XvBadPort 145
> > > > >   Major opcode:  139
> > > > >   Minor opcode:  14
> > > > >   Resource id:  0x
> > > > > 2005-04-23 16:52:50.511 Couldn't get the color key color, and we need 
> > > > > it.
> > > > > You likely won't get any video.
> > > > > 2005-04-23 16:52:50.606 Changing from None to WatchingPreRecorded
> > > > > 2005-04-23 16:52:50.607 Using realtime priority.
> > > > > 2005-04-23 16:52:50.608 Video timing method: RTC
> > > > > 2005-04-23 16:52:52.025 prebuffering pause
> > > > > 2005-04-23 16:52:52.494 prebuffering pause
> > > > > 2005-04

Re: [gentoo-user] problem with setting up home router

2005-04-24 Thread Willie Wong
On Mon, Apr 25, 2005 at 12:08:25AM +0600, askar ... wrote:
> > humour me and post `iptables -L -v -t nat' to show the nat routing
> > table.
> The result is:
> Chain PREROUTING (policy ACCEPT 9193 packets, 593K bytes)
>  pkts bytes target prot opt in out source   
> destination
> 
> Chain POSTROUTING (policy ACCEPT 5884 packets, 330K bytes)
>  pkts bytes target prot opt in out source   
> destination
> 0 0 MASQUERADE  all  --  anyeth1anywhere anywhere
> 
> Chain OUTPUT (policy ACCEPT 3789 packets, 230K bytes)
>  pkts bytes target prot opt in out source   
> destination
> 
> > Since iptables is installed, I am assuming you turned on all the
> > relevant items in the kernel, recompiled, and booted etc etc...
> > (didn't see you mention that in your original mail, but I hope you
> > did that already).
> I followed the gentoo howto guide on home router items1-5. 
> In item 2, Kernel setup, I installed as shown there, but instead check
> like "s" and "x", I chosed "*". And after recompiling I rebooted the
> system.
> 

That's fine. Go to the Windows box, what IP address is it getting at
this moment? Host lookup works and that should mean the INPUT chain
on the iptables is fine. The problem should now be with only the
FORWARD chain. The only thing I can see happening is that the Windows
Box is not sending its packet using the accepted IP address range. 

W
-- 

*   Address:  45 Spelman Hall, Princeton University  08544 *
* Phone:  x68958  AIM:  AngularJerk*
*E-mail:  [EMAIL PROTECTED]From:  sep.dynalias.net   *

"For the relative problem is one in which the relative radius vectors...from 
one to the other? So, actually, I was wrong. Kepler was right after all."
~DeathMech, S. Sondhi. P-town PHY 205
Sortir en Pantoufles: up 13 days,  5:15
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc-4.0.0?

2005-04-24 Thread Willie Wong
Well... modulo tweaking USE flags to disable some things and changing
my CFLAGS, everything I compiled runs like expected, and everything I
wanted compiled. Can't vouch for all the packages in portage though (=

Best

W

On Sun, Apr 24, 2005 at 02:10:41PM -0400, Jerry McBride wrote:
> On Sunday 24 April 2005 12:52 pm, Willie Wong wrote:
> > On Sun, Apr 24, 2005 at 11:30:45AM -0400, Jerry McBride wrote:
> > > Is gcc-3.4.3-20050110-r2 the favored release of 3.4.3?
> >
> > Don't know about "favored". It's the one I use =)
> >
> > So far it hasn't failed me...
> >
> 
> It hasn't failed you? You mean everything has compiled without problems?
> 
-- 

*   Address:  45 Spelman Hall, Princeton University  08544 *
* Phone:  x68958  AIM:  AngularJerk*
*E-mail:  [EMAIL PROTECTED]From:  sep.dynalias.net   *

"Dude, this is making the same approximation twice in a row. It's like a 
whack-a-mole game."
~DeathMech, Some Student. P-town PHY 205
Sortir en Pantoufles: up 13 days,  5:09
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] VLC emerge failure - ffmpeg related

2005-04-24 Thread Brett Schroeder
All

VLC media player failed to build - seems to be complaining about a
syntax error in ffmepg.c line 299

Not sure if this is relevant but I have
media-video/ffmpeg-0.4.9_p20050226-r3 installed.

Any clues much appreciated

Brett

 snip
make[6]: Entering directory
`/var/tmp/portage/vlc-0.6.2/work/vlc-0.6.2/modules/codec/ffmpeg'
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../..  
-DSYS_LINUX -I../../../include `top_builddir="../../.."
../../../vlc-config --cflags builtin ffmpeg` -Wsign-compare -Wall 
-finline-limit-3 -pipe -MT libffmpeg_a-ffmpeg.o -MD -MP -MF
".deps/libffmpeg_a-ffmpeg.Tpo" \
  -c -o libffmpeg_a-ffmpeg.o `test -f 'ffmpeg.c' || echo './'`ffmpeg.c; \
then mv -f ".deps/libffmpeg_a-ffmpeg.Tpo" ".deps/libffmpeg_a-ffmpeg.Po"; \
else rm -f ".deps/libffmpeg_a-ffmpeg.Tpo"; exit 1; \
fi
ffmpeg.c: In function `InitThread':
ffmpeg.c:299: error: syntax error before "LIBAVCODEC_BUILD_STR"
make[6]: *** [libffmpeg_a-ffmpeg.o] Error 1
make[6]: Leaving directory
`/var/tmp/portage/vlc-0.6.2/work/vlc-0.6.2/modules/codec/ffmpeg'
make[5]: *** [all-ffmpeg] Error 1
make[5]: Leaving directory
`/var/tmp/portage/vlc-0.6.2/work/vlc-0.6.2/modules/codec/ffmpeg'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/var/tmp/portage/vlc-0.6.2/work/vlc-0.6.2/modules/codec'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/var/tmp/portage/vlc-0.6.2/work/vlc-0.6.2/modules/codec'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/vlc-0.6.2/work/vlc-0.6.2/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/vlc-0.6.2/work/vlc-0.6.2'
make: *** [all] Error 2

!!! ERROR: media-video/vlc-0.6.2 failed.
!!! Function src_compile, Line 178, Exitcode 2
!!! make failed
>>> snip
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: AMD64 - New 2.6.11 kernel freezes machine on boot

2005-04-24 Thread Michael Haan
More info.  Reverting to my 2.6.9 kernel, these are the messages I
get.  They seem to mirror 2.6.11,  I inserted the "" where
2.6.11 stops and seems to wait:

hda: QUANTUM FIREBALLP AS10.2, ATA DISK drive
Apr 24 14:29:24 tibeaux kernel: hdb: TSSTcorpCD/DVDW TS-H552B, ATAPI
CD/DVD-ROM drive
Apr 24 14:29:24 tibeaux kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Apr 24 14:29:24 tibeaux kernel: hda: max request size: 128KiB
Apr 24 14:29:24 tibeaux kernel: hda: 20066251 sectors (10273 MB)
w/1902KiB Cache, CHS=19906/16/63, UDMA(100)
Apr 24 14:29:24 tibeaux kernel:  /dev/ide/host0/bus0/target0/lun0: p1 p2 p3
Apr 24 14:29:24 tibeaux kernel: hdb: ATAPI 48X DVD-ROM DVD-R CD-R/RW
drive, 2048kB Cache, UDMA(33)
Apr 24 14:29:24 tibeaux kernel: Uniform CD-ROM driver Revision: 3.20
Apr 24 14:29:24 tibeaux kernel: 3ware Storage Controller device driver
for Linux v1.26.00.039.
Apr 24 14:29:24 tibeaux kernel: 3w-: No cards found.
Apr 24 14:29:24 tibeaux kernel: ata1: SATA max UDMA/133 cmd 0x9E0 ctl
0xBE2 bmdma 0xCC00 irq 5
Apr 24 14:29:24 tibeaux kernel: ata2: SATA max UDMA/133 cmd 0x960 ctl
0xB62 bmdma 0xCC08 irq 5
Apr 24 14:29:24 tibeaux kernel: ata1: dev 0 ATA, max UDMA/133,
490234752 sectors: lba48



Apr 24 14:29:24 tibeaux kernel: ata1: dev 0 configured for UDMA/133
Apr 24 14:29:24 tibeaux kernel: scsi0 : sata_nv
Apr 24 14:29:24 tibeaux kernel: ata2: no device found (phy stat )
Apr 24 14:29:24 tibeaux kernel: scsi1 : sata_nv
Apr 24 14:29:24 tibeaux kernel:   Vendor: ATA   Model: Maxtor
6Y250M0Rev: YAR5
Apr 24 14:29:24 tibeaux kernel:   Type:   Direct-Access   
  ANSI SCSI revision: 05
Apr 24 14:29:24 tibeaux kernel: ata3: SATA max UDMA/133 cmd 0x9F0 ctl
0xBF2 bmdma 0xE400 irq 11

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sshd security question

2005-04-24 Thread Matan Peled
Alex A. Smith MCP wrote:
> As long as they dont know your password, username and it isnt an easy 
> dictonary password.
> (which you said it isnt), you should be quite secure enuf :) I see these all 
> the time on my 
> companys servers and we are yet to get anyone even get the right username.
> 
> I dont know if it works on gentoo as i havent tried it yet, but on my Fedora 
> boxes i use a 
> program called BFD - Brute Force Detector* (Needs APF**) and it automaticly 
> bans the ip from
> the box using IPTables. Works quite well.
> 
> (At this point I'll point out the normal about I tried it on my gentoo dev 
> box and it floored
> all contact with the outter world, try at your own risk)
> 
> * http://www.rfxnetworks.com/bfd.php
> ** http://www.rfxnetworks.com/apf.php
> 
> -
> Alex A. Smith MCP
> ASMHosting.com Owner

Hehe...

I would strongly suggest _against_ anything like this. Thats just a Denial of
Service waiting to happen.

Say someone spoofs _your_ IP address, and then tries to 'hack' you.

Woopsie. Locked out of your own box. Not fun, not fun at all...

-- 
[Name  ]   ::  [Matan I. Peled]
[Location  ]   ::  [Israel]
[Public Key]   ::  [0xD6F42CA5]
[Keyserver ]   ::  [keyserver.kjsl.com]
encrypted/signed  plain text  preferred



signature.asc
Description: OpenPGP digital signature


[gentoo-user] rdesktop

2005-04-24 Thread Adi
Howdy.

I know this has nothing to do specifically with Gentoo, but I've seen people 
finding great advices on this list.
We've recently installed an Oracle database on 9i on RedHat ES 3. I was 
curious if there's a way to connect via Remote Desktop from a Windows machine 
to the Linux Server. If that's impossible VNC will do. I know KDE has 
something like krfb, but wee need to log in without previously being logged 
in if it's possible.

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



Re: [gentoo-user] gcc-4.0.0?

2005-04-24 Thread Jerry McBride
On Sunday 24 April 2005 12:52 pm, Willie Wong wrote:
> On Sun, Apr 24, 2005 at 11:30:45AM -0400, Jerry McBride wrote:
> > Is gcc-3.4.3-20050110-r2 the favored release of 3.4.3?
>
> Don't know about "favored". It's the one I use =)
>
> So far it hasn't failed me...
>

It hasn't failed you? You mean everything has compiled without problems?

-- 

**
 Registered Linux User Number 185956
  FSF Associate Member number 2340 since 05/20/2004
 Join me in chat at #linux-users on irc.freenode.net
Buy an Xbox for $149.00, run linux on it and Microsoft loses $150.00!
 2:16pm  up 15 days, 21:23,  3 users,  load average: 0.00, 0.00, 0.00
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: AMD64 - New 2.6.11 kernel freezes machine on boot

2005-04-24 Thread Michael Haan
On 4/24/05, Michael Haan <[EMAIL PROTECTED]> wrote:
> Machine was fine on 2.6.9.  I've tried now with 2.6.10, 2.6.11-r3 and
> 2.6.11-r6 and the machine consistently freezes on or after:
> 
> ata1: dev 0 ATA, max UDMA/133, 490234752 sectors: lba48
> 
> Help
> 

I know - bad form to reply to myself.  It appears the machine doesn't
actually freeze, just doesn't go forward.  I can hit ctrl-alt-del and
it will reboot.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] problem with setting up home router

2005-04-24 Thread askar ...
On 4/24/05, Willie Wong <[EMAIL PROTECTED]> wrote:
> On Sun, Apr 24, 2005 at 11:16:23PM +0600, askar ... wrote:
> > Here is my iptables -L -v result:
> > bash-2.05b# iptables -L -v
> > Chain INPUT (policy ACCEPT 2798K packets, 4013M bytes)
> >  pkts bytes target prot opt in out source   
> > destination
> > 0 0 REJECT udp  --  !eth0  any anywhere
> > anywhereudp dpt:bootps reject-with icmp-port-unreachable
> > 0 0 REJECT udp  --  !eth0  any anywhere
> > anywhereudp dpt:domain reject-with icmp-port-unreachable
> > 0 0 ACCEPT tcp  --  eth1   any anywhere
> > anywheretcp dpt:ssh
> >77  4436 DROP   tcp  --  !eth0  any anywhere
> > anywheretcp dpts:0:1023
> > 178 DROP   udp  --  !eth0  any anywhere
> > anywhereudp dpts:0:1023
> >
> > Chain FORWARD (policy ACCEPT 20 packets, 984 bytes)
> >  pkts bytes target prot opt in out source   
> > destination
> > 0 0 DROP   all  --  eth0   any anywhere
> > 192.168.0.0/16
> >   954 45864 ACCEPT all  --  eth0   any 192.168.0.0/16   anywhere
> > 0 0 ACCEPT all  --  eth1   any anywhere
> > 192.168.0.0/16
> >
> > Chain OUTPUT (policy ACCEPT 3958K packets, 3821M bytes)
> >  pkts bytes target prot opt in out source   
> > destination
> >
> 
> humour me and post `iptables -L -v -t nat' to show the nat routing
> table.
The result is:
Chain PREROUTING (policy ACCEPT 9193 packets, 593K bytes)
 pkts bytes target prot opt in out source   destination

Chain POSTROUTING (policy ACCEPT 5884 packets, 330K bytes)
 pkts bytes target prot opt in out source   destination
0 0 MASQUERADE  all  --  anyeth1anywhere anywhere

Chain OUTPUT (policy ACCEPT 3789 packets, 230K bytes)
 pkts bytes target prot opt in out source   destination

> Since iptables is installed, I am assuming you turned on all the
> relevant items in the kernel, recompiled, and booted etc etc...
> (didn't see you mention that in your original mail, but I hope you
> did that already).
I followed the gentoo howto guide on home router items1-5. 
In item 2, Kernel setup, I installed as shown there, but instead check
like "s" and "x", I chosed "*". And after recompiling I rebooted the
system.

askar

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] AMD64 - New 2.6.11 kernel freezes machine on boot

2005-04-24 Thread Michael Haan
Machine was fine on 2.6.9.  I've tried now with 2.6.10, 2.6.11-r3 and
2.6.11-r6 and the machine consistently freezes on or after:

ata1: dev 0 ATA, max UDMA/133, 490234752 sectors: lba48

Help

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] problem with setting up home router

2005-04-24 Thread Willie Wong
On Sun, Apr 24, 2005 at 11:16:23PM +0600, askar ... wrote:
> Here is my iptables -L -v result:
> bash-2.05b# iptables -L -v
> Chain INPUT (policy ACCEPT 2798K packets, 4013M bytes)
>  pkts bytes target prot opt in out source   
> destination
> 0 0 REJECT udp  --  !eth0  any anywhere
> anywhereudp dpt:bootps reject-with icmp-port-unreachable
> 0 0 REJECT udp  --  !eth0  any anywhere
> anywhereudp dpt:domain reject-with icmp-port-unreachable
> 0 0 ACCEPT tcp  --  eth1   any anywhere
> anywheretcp dpt:ssh
>77  4436 DROP   tcp  --  !eth0  any anywhere
> anywheretcp dpts:0:1023
> 178 DROP   udp  --  !eth0  any anywhere
> anywhereudp dpts:0:1023
> 
> Chain FORWARD (policy ACCEPT 20 packets, 984 bytes)
>  pkts bytes target prot opt in out source   
> destination
> 0 0 DROP   all  --  eth0   any anywhere
> 192.168.0.0/16
>   954 45864 ACCEPT all  --  eth0   any 192.168.0.0/16   anywhere
> 0 0 ACCEPT all  --  eth1   any anywhere
> 192.168.0.0/16
> 
> Chain OUTPUT (policy ACCEPT 3958K packets, 3821M bytes)
>  pkts bytes target prot opt in out source   
> destination
> 

humour me and post `iptables -L -v -t nat' to show the nat routing
table. 

Since iptables is installed, I am assuming you turned on all the
relevant items in the kernel, recompiled, and booted etc etc...
(didn't see you mention that in your original mail, but I hope you
did that already). 

W
-- 

*   Address:  45 Spelman Hall, Princeton University  08544 *
* Phone:  x68958  AIM:  AngularJerk*
*E-mail:  [EMAIL PROTECTED]From:  sep.dynalias.net   *

ARTHUR  What is an Algolian Zylatburger anyway?
FORDThey're a kind of meatburger made from the most 
unpleasant parts
of a creature well known for its total lack of any 
pleasant
parts.
ARTHUR  So you mean that the Universe does actually end not 
with a bang
but with a Wimpy?

- Cut dialogue from Fit the Fifth. 
Sortir en Pantoufles: up 13 days,  3:56
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] problem with setting up home router

2005-04-24 Thread askar ...
> 
> As far as I can tell, your iptables checks out fine.
> 
> I know you mentioned this in your first mail, but can you check if
> you have ip_forwarding turned on?
> 
>  cat /proc/sys/net/ipv4/ip_forward
> 
> it should give a value 1
Yes, I have a value 1.

askar

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] problem with setting up home router

2005-04-24 Thread Willie Wong
On Sun, Apr 24, 2005 at 11:16:23PM +0600, askar ... wrote:
> Here is my iptables -L -v result:
> bash-2.05b# iptables -L -v
> Chain INPUT (policy ACCEPT 2798K packets, 4013M bytes)
>  pkts bytes target prot opt in out source   
> destination
> 0 0 REJECT udp  --  !eth0  any anywhere
> anywhereudp dpt:bootps reject-with icmp-port-unreachable
> 0 0 REJECT udp  --  !eth0  any anywhere
> anywhereudp dpt:domain reject-with icmp-port-unreachable
> 0 0 ACCEPT tcp  --  eth1   any anywhere
> anywheretcp dpt:ssh
>77  4436 DROP   tcp  --  !eth0  any anywhere
> anywheretcp dpts:0:1023
> 178 DROP   udp  --  !eth0  any anywhere
> anywhereudp dpts:0:1023
> 
> Chain FORWARD (policy ACCEPT 20 packets, 984 bytes)
>  pkts bytes target prot opt in out source   
> destination
> 0 0 DROP   all  --  eth0   any anywhere
> 192.168.0.0/16
>   954 45864 ACCEPT all  --  eth0   any 192.168.0.0/16   anywhere
> 0 0 ACCEPT all  --  eth1   any anywhere
> 192.168.0.0/16
> 
> Chain OUTPUT (policy ACCEPT 3958K packets, 3821M bytes)
>  pkts bytes target prot opt in out source   
> destination

As far as I can tell, your iptables checks out fine. 

I know you mentioned this in your first mail, but can you check if
you have ip_forwarding turned on?

 cat /proc/sys/net/ipv4/ip_forward

it should give a value 1

W
-- 

*   Address:  45 Spelman Hall, Princeton University  08544 *
* Phone:  x68958  AIM:  AngularJerk*
*E-mail:  [EMAIL PROTECTED]From:  sep.dynalias.net   *

"It was real. At least, if it wasn't real, it did support 
them, and as that is what sofas are supposed to do, this, 
by any test that mattered, was a real sofa. "
Sortir en Pantoufles: up 13 days,  3:46
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] problem with setting up home router

2005-04-24 Thread askar ...
On 4/24/05, Willie Wong <[EMAIL PROTECTED]> wrote:
> On Sun, Apr 24, 2005 at 01:10:51PM +0600, askar ... wrote:
> > At present. my 2 PCs can talk to each others.
> > WinPC can resolve hostnames by nslookup, but can use internet.
> >
> > askar
> >
> 
> seriously. post your iptables -L -v , not just iptables -L
> We need to see the interface information. DHCP is obviously working
> for you. The only problem it seems is that the packets are getting
> lost somewhere. Dave's message above hints that perhaps the packets
> are not getting routed to the right interface.
> 
Here is my iptables -L -v result:
bash-2.05b# iptables -L -v
Chain INPUT (policy ACCEPT 2798K packets, 4013M bytes)
 pkts bytes target prot opt in out source   destination
0 0 REJECT udp  --  !eth0  any anywhere
anywhereudp dpt:bootps reject-with icmp-port-unreachable
0 0 REJECT udp  --  !eth0  any anywhere
anywhereudp dpt:domain reject-with icmp-port-unreachable
0 0 ACCEPT tcp  --  eth1   any anywhere
anywheretcp dpt:ssh
   77  4436 DROP   tcp  --  !eth0  any anywhere
anywheretcp dpts:0:1023
178 DROP   udp  --  !eth0  any anywhere
anywhereudp dpts:0:1023

Chain FORWARD (policy ACCEPT 20 packets, 984 bytes)
 pkts bytes target prot opt in out source   destination
0 0 DROP   all  --  eth0   any anywhere
192.168.0.0/16
  954 45864 ACCEPT all  --  eth0   any 192.168.0.0/16   anywhere
0 0 ACCEPT all  --  eth1   any anywhere
192.168.0.0/16

Chain OUTPUT (policy ACCEPT 3958K packets, 3821M bytes)
 pkts bytes target prot opt in out source   destination

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] problem with setting up home router

2005-04-24 Thread askar ...
> > At present. my 2 PCs can talk to each others.
> > WinPC can resolve hostnames by nslookup, but can use internet.
> Wait, isn't this what you wanted? Or do you mean WinPC cannot use the
> internet?
Yes, my WinPC cannot use the internet. :(

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Myth Firewire Capture on Gentoo

2005-04-24 Thread Michael Haan
My understanding is that firewire capture with Myth is disabled in
Gentoo.  Is that true?  If so, how do I change that?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] re-emerging kde-meta's??

2005-04-24 Thread Neil Bothwick
On Fri, 22 Apr 2005 13:25:47 -0400, Michael W. Holdeman wrote:

> What is theg correct procedure for rebuilding kde segments like kdebase-
> meta, or teh whole thing as in kde-meta?

qpkg -I -nc -g kde-base | xargs emerge --verbos --oneshot --pretend

Review the output and run again without --pretend.


-- 
Neil Bothwick

teG I sdrawkcaB eroM ehT oG I sdrawroF eroM ehT


pgpAqaLxqTOj1.pgp
Description: PGP signature


Re: [gentoo-user] gcc-4.0.0?

2005-04-24 Thread Willie Wong
On Sun, Apr 24, 2005 at 11:30:45AM -0400, Jerry McBride wrote:
> Is gcc-3.4.3-20050110-r2 the favored release of 3.4.3?

Don't know about "favored". It's the one I use =)

So far it hasn't failed me...

W
-- 

*   Address:  45 Spelman Hall, Princeton University  08544 *
* Phone:  x68958  AIM:  AngularJerk*
*E-mail:  [EMAIL PROTECTED]From:  sep.dynalias.net   *

This is not an optical illusion.
It just looks like one.
Sortir en Pantoufles: up 13 days,  2:51
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] problem with setting up home router

2005-04-24 Thread Willie Wong
On Sun, Apr 24, 2005 at 01:10:51PM +0600, askar ... wrote:
> At present. my 2 PCs can talk to each others.
> WinPC can resolve hostnames by nslookup, but can use internet.
> 
> askar
> 

seriously. post your iptables -L -v , not just iptables -L
We need to see the interface information. DHCP is obviously working
for you. The only problem it seems is that the packets are getting
lost somewhere. Dave's message above hints that perhaps the packets
are not getting routed to the right interface. 

W
-- 

*   Address:  45 Spelman Hall, Princeton University  08544 *
* Phone:  x68958  AIM:  AngularJerk*
*E-mail:  [EMAIL PROTECTED]From:  sep.dynalias.net   *

Cross Product is an Abomination.
 ~Prof. Edward Nelson. MAT 217. P-Town
Sortir en Pantoufles: up 13 days,  2:46
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] problem with setting up home router

2005-04-24 Thread Willie Wong
On Sun, Apr 24, 2005 at 11:52:14AM +0600, askar ... wrote:
> > I suspect, since you are doing routing, that you have multiple
> > interfaces. In that case, it would make much more sense to post
> > 
> >   iptables -L -v
> > 
> > so we can see which interface the rules applies to.
> > 
> I followed the gentoo howto home router guide. The result of iptables
> -L was what I posted in ML. First of all I want to setup iptabel
> rules, and after to learn in details the concept of iptables. Is there
> any other how to manual I could use.
> My environment is the same as in the gentoo's howto:
> I have 2 LAN cards. eth0 - for LAN, eth1 - for ADSL modem.
> 
> askar
> 
> -- 
> gentoo-user@gentoo.org mailing list

Well, you can always `man iptables'
or google `iptables howto'
Here's one link for example.
 http://www.linuxguruz.com/iptables/howto/iptables-HOWTO.html

On Sun, Apr 24, 2005 at 01:10:51PM +0600, askar ... wrote:
> > I suspect, since you are doing routing, that you have multiple
> > interfaces. In that case, it would make much more sense to post
> > 
> >   iptables -L -v
> > 
> > so we can see which interface the rules applies to.
> > 
> At present. my 2 PCs can talk to each others.
> WinPC can resolve hostnames by nslookup, but can use internet.
> 
> askar
> 
> -- 
> gentoo-user@gentoo.org mailing list

Wait, isn't this what you wanted? Or do you mean WinPC cannot use the
internet?

W

-- 

*   Address:  45 Spelman Hall, Princeton University  08544 *
* Phone:  x68958  AIM:  AngularJerk*
*E-mail:  [EMAIL PROTECTED]From:  sep.dynalias.net   *

Have you heard about Ron Howard's new movie? The travel
documentary about northern Euraop?  It's called "Mr. Opie's Holland."
Sortir en Pantoufles: up 13 days,  2:37
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] What is the recommended order of maintenance updates?

2005-04-24 Thread Neil Bothwick
On Fri, 22 Apr 2005 16:28:26 -0400, Dave Nebinger wrote:

> >emerge -p depclean
> 
> Some folks do this, others recommend against it as a removal of some
> package sometimes could break if there are unknown dependencies against
> it.  I choose not to because I have only installed those packages I
> needed and shouldn't have any fluff.

Of course you can have fluff. There are the packages you install and
there are those that portage installs as dependencies. If you uninstall
the package, the dependencies can remain as fluff.

emerge -p depclean is NEVER dangerous, but it does give an indication of
redundant leftovers from previously installed software.


-- 
Neil Bothwick

If a parsley farmer is sued, can they garnish his wages?


pgpPzKqnQNamw.pgp
Description: PGP signature


Re: [gentoo-user] What is the recommended order of maintenance updates?

2005-04-24 Thread Neil Bothwick
On Fri, 22 Apr 2005 13:45:55 -0700, Mark Knecht wrote:

>Just my 2 cents but I've found with Gentoo that you can really be
> almost 'too up to date'. What I mean by this is that many packages
> seems to go through a lot of very small incremental updates. - package
> -0.4.2_rc1 becomes rc2 becomes rc3 becomes rc4 almost within a few
> days. Do you or I *need* this updates? I have no ways of knowing nor
> the time to find out,

Yes you do, emerge -l package name. Assuming the devs have updated the
changelog.


-- 
Neil Bothwick

Quantum leap: (adj.) literally, to move by the smallest amount
theoretically possible. In advertising, to move by the largest leap
imaginable (in the mind of the advertiser). There is no contradiction.


pgpsaI9oAVBNy.pgp
Description: PGP signature


Re: [gentoo-user] MythTV - recording (I think) but black on playback

2005-04-24 Thread Mark Knecht
Ah, OK, that I have loaded on both my machine that supports X-Video as
well as the machine that says it doesn't so I think that's not it.

Thanks for the idea though.

One fellow from another list said that X-Video support is a function
of the actually graphics adapter chip a machine has. That makes sense
to me. However the machine I'm having trouble with is using an onboard
(I think) Intel 82865G graphics chip. I'm not sure that I'm usign the
right driver for it, or possibly there are some other things that have
to be loaded to make it work.

Anyway, as always, thanks for your help.

BTW - have you tried nuvexport? I built it this morning. nuvinfo gives
reasonable data but numexport wouldn't run for me. I wanted to convert
the Myth recorded files to mpeg to see how they work.

Take care,
Mark

On 4/24/05, Lucien D. <[EMAIL PROTECTED]> wrote:
> Not a kernel module, its a X windows module.  for example, this is the
> section from my /etc/X11/xorg.conf
> 
> Section "Module"
> 
> Load"dbe"   # Double buffer extension
> SubSection  "extmod"
>   Option"omit xfree86-dga"   # don't initialise the DGA extension
> EndSubSection
> Load"type1"
> Load"freetype"
> 
> EndSection
> 
> 
> On 4/24/05, Mark Knecht <[EMAIL PROTECTED]> wrote:
> > Hi Lucien,
> >thanks. I don't seem to have that module right now:
> >
> > [EMAIL PROTECTED] ~ $ slocate extmod | grep modules
> > /usr/lib/modules/extensions/libextmod.a
> > [EMAIL PROTECTED] ~ $ slocate extmod | grep lib
> > /usr/lib/modules/extensions/libextmod.a
> > [EMAIL PROTECTED] ~ $
> >
> > Do you happen to know where it might be in make menuconfig? Or is it
> > by chance coming from a package I need to emerge?
> >
> > Thanks,
> > Mark
> >
> > On 4/24/05, Lucien D. <[EMAIL PROTECTED]> wrote:
> > > I believe you have to have Load "extmod" in ur x config.  Mine was
> > > there automatically after X -config, but I'm pretty sure thats the
> > > module u need for xvideo.
> > >
> > > On 4/23/05, Mark Knecht <[EMAIL PROTECTED]> wrote:
> > > > Hello again,
> > > >
> > > > SHORT FORM: What is 'Xv support' and how do I set it up? xvinfo says
> > > > 'screen #0  no adaptors present'. Thanks!
> > > >
> > > > BACKGROUND INFO:
> > > >I've done some more testing of the PVR-250 at the command line and
> > > > using all the /dev devices that seem to make sense. I recorded 1
> > > > minute of video using all of the following devices and then watched in
> > > > mplayer. (if it worked...) Here's the results:
> > > >
> > > > Size/dev/XXX   results
> > > >
> > > >   6.5MB   dev_video0.mpg worked
> > > > 82.5MB  dev_v4l_video.mpg
> > > > 74.3MB  dev_v4l_video0.mpgworked
> > > > 11.4MB  dev_v4l_video24.mpg
> > > > 83.8MB  dev_v4l_video32.mpg
> > > >
> > > > Of these only /dev/video0 and /dev/v4l/video0 produced mpeg results
> > > > that were playable by mplayer at the command line.
> > > >
> > > > Based on that info I set MythTV to record on /dev/v4l/video0. It
> > > > recorded a half hour show. At this point I wanted to watch the program
> > > > but when I play it I get a black screen. In the terminal I see this:
> > > >
> > > > 2005-04-23 16:52:46.487 All Programs
> > > > 2005-04-23 16:52:50.501 Opening audio device '/dev/dsp'.
> > > > 2005-04-23 16:52:50.501 Opening OSS audio device '/dev/dsp'.
> > > > ***
> > > > * Couldn't find Xv support, falling back to non-Xv mode.
> > > > * MythTV performance will be much slower since color
> > > > * conversion and scaling will be done in software.
> > > > * Consider upgrading your video card or X server if
> > > > * you would like better performance.
> > > > X Error: XvBadPort 145
> > > >   Major opcode:  139
> > > >   Minor opcode:  15
> > > >   Resource id:  0x
> > > > X Error: XvBadPort 145
> > > >   Major opcode:  139
> > > >   Minor opcode:  14
> > > >   Resource id:  0x
> > > > 2005-04-23 16:52:50.511 Couldn't get the color key color, and we need 
> > > > it.
> > > > You likely won't get any video.
> > > > 2005-04-23 16:52:50.606 Changing from None to WatchingPreRecorded
> > > > 2005-04-23 16:52:50.607 Using realtime priority.
> > > > 2005-04-23 16:52:50.608 Video timing method: RTC
> > > > 2005-04-23 16:52:52.025 prebuffering pause
> > > > 2005-04-23 16:52:52.494 prebuffering pause
> > > > 2005-04-23 16:52:52.961 prebuffering pause
> > > > ***
> > > > * Your system is not capable of displaying the
> > > > * full framerate at 1280x1024 resolution.  Frames
> > > > * will be skipped in order to keep the audio and
> > > > * video in sync.
> > > > X Error: XvBadPort 145
> > > >   Major opcode:  139
> > > >   Minor opcode:  15
> > > >   Resource id:  0x
> > > > X Error: XvBadPort 145
> > > >   Major opcode:  139
> > > >   Minor opcode:  14
> > > >   Resource id:  0x
> > > > 2005-04-23 16:53:01.395 Couldn't get the color key color, and we need 
> > > > it.
> > > > You likely won't get any video.
> > > > 2005-04-23 16:53:01.442 Cha

Re: [gentoo-user] MythTV - recording (I think) but black on playback

2005-04-24 Thread Lucien D.
Not a kernel module, its a X windows module.  for example, this is the
section from my /etc/X11/xorg.conf

Section "Module"

Load"dbe"   # Double buffer extension
SubSection  "extmod"
  Option"omit xfree86-dga"   # don't initialise the DGA extension
EndSubSection
Load"type1"
Load"freetype"

EndSection




On 4/24/05, Mark Knecht <[EMAIL PROTECTED]> wrote:
> Hi Lucien,
>thanks. I don't seem to have that module right now:
> 
> [EMAIL PROTECTED] ~ $ slocate extmod | grep modules
> /usr/lib/modules/extensions/libextmod.a
> [EMAIL PROTECTED] ~ $ slocate extmod | grep lib
> /usr/lib/modules/extensions/libextmod.a
> [EMAIL PROTECTED] ~ $
> 
> Do you happen to know where it might be in make menuconfig? Or is it
> by chance coming from a package I need to emerge?
> 
> Thanks,
> Mark
> 
> On 4/24/05, Lucien D. <[EMAIL PROTECTED]> wrote:
> > I believe you have to have Load "extmod" in ur x config.  Mine was
> > there automatically after X -config, but I'm pretty sure thats the
> > module u need for xvideo.
> >
> > On 4/23/05, Mark Knecht <[EMAIL PROTECTED]> wrote:
> > > Hello again,
> > >
> > > SHORT FORM: What is 'Xv support' and how do I set it up? xvinfo says
> > > 'screen #0  no adaptors present'. Thanks!
> > >
> > > BACKGROUND INFO:
> > >I've done some more testing of the PVR-250 at the command line and
> > > using all the /dev devices that seem to make sense. I recorded 1
> > > minute of video using all of the following devices and then watched in
> > > mplayer. (if it worked...) Here's the results:
> > >
> > > Size/dev/XXX   results
> > >
> > >   6.5MB   dev_video0.mpg worked
> > > 82.5MB  dev_v4l_video.mpg
> > > 74.3MB  dev_v4l_video0.mpgworked
> > > 11.4MB  dev_v4l_video24.mpg
> > > 83.8MB  dev_v4l_video32.mpg
> > >
> > > Of these only /dev/video0 and /dev/v4l/video0 produced mpeg results
> > > that were playable by mplayer at the command line.
> > >
> > > Based on that info I set MythTV to record on /dev/v4l/video0. It
> > > recorded a half hour show. At this point I wanted to watch the program
> > > but when I play it I get a black screen. In the terminal I see this:
> > >
> > > 2005-04-23 16:52:46.487 All Programs
> > > 2005-04-23 16:52:50.501 Opening audio device '/dev/dsp'.
> > > 2005-04-23 16:52:50.501 Opening OSS audio device '/dev/dsp'.
> > > ***
> > > * Couldn't find Xv support, falling back to non-Xv mode.
> > > * MythTV performance will be much slower since color
> > > * conversion and scaling will be done in software.
> > > * Consider upgrading your video card or X server if
> > > * you would like better performance.
> > > X Error: XvBadPort 145
> > >   Major opcode:  139
> > >   Minor opcode:  15
> > >   Resource id:  0x
> > > X Error: XvBadPort 145
> > >   Major opcode:  139
> > >   Minor opcode:  14
> > >   Resource id:  0x
> > > 2005-04-23 16:52:50.511 Couldn't get the color key color, and we need it.
> > > You likely won't get any video.
> > > 2005-04-23 16:52:50.606 Changing from None to WatchingPreRecorded
> > > 2005-04-23 16:52:50.607 Using realtime priority.
> > > 2005-04-23 16:52:50.608 Video timing method: RTC
> > > 2005-04-23 16:52:52.025 prebuffering pause
> > > 2005-04-23 16:52:52.494 prebuffering pause
> > > 2005-04-23 16:52:52.961 prebuffering pause
> > > ***
> > > * Your system is not capable of displaying the
> > > * full framerate at 1280x1024 resolution.  Frames
> > > * will be skipped in order to keep the audio and
> > > * video in sync.
> > > X Error: XvBadPort 145
> > >   Major opcode:  139
> > >   Minor opcode:  15
> > >   Resource id:  0x
> > > X Error: XvBadPort 145
> > >   Major opcode:  139
> > >   Minor opcode:  14
> > >   Resource id:  0x
> > > 2005-04-23 16:53:01.395 Couldn't get the color key color, and we need it.
> > > You likely won't get any video.
> > > 2005-04-23 16:53:01.442 Changing from WatchingPreRecorded to None
> > > 2005-04-23 16:53:01.468 Changing from None to None
> > > dragonfly ~ #
> > >
> > > and...
> > >
> > > dragonfly ~ # xvinfo
> > > X-Video Extension version 2.2
> > > screen #0
> > >  no adaptors present
> > > dragonfly ~ #
> > >
> > > I've been wandering around for a while looking for info on this. so
> > > for nothing quite makes sense. Is this some part of xorg-x11 that I
> > > haven't configured? What do I do to get it working?
> > >
> > > man xvinfo says "xvinfo  prints  out  the capabilities of any video
> > > adaptors associated with the display that are accesible through the
> > > X-Video extension." so how do I turn X-Video extension on?
> > >
> > > Thanks,
> > > Mark
> > >
> > > --
> > > gentoo-user@gentoo.org mailing list
> > >
> > >
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
> 
> --
> gentoo-user@gentoo.org mailing list
> 
>

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] MythTV - recording (I think) but black on playback

2005-04-24 Thread Mark Knecht
Hi Lucien,
   thanks. I don't seem to have that module right now:

[EMAIL PROTECTED] ~ $ slocate extmod | grep modules
/usr/lib/modules/extensions/libextmod.a
[EMAIL PROTECTED] ~ $ slocate extmod | grep lib
/usr/lib/modules/extensions/libextmod.a
[EMAIL PROTECTED] ~ $

Do you happen to know where it might be in make menuconfig? Or is it
by chance coming from a package I need to emerge?

Thanks,
Mark

On 4/24/05, Lucien D. <[EMAIL PROTECTED]> wrote:
> I believe you have to have Load "extmod" in ur x config.  Mine was
> there automatically after X -config, but I'm pretty sure thats the
> module u need for xvideo.
> 
> On 4/23/05, Mark Knecht <[EMAIL PROTECTED]> wrote:
> > Hello again,
> >
> > SHORT FORM: What is 'Xv support' and how do I set it up? xvinfo says
> > 'screen #0  no adaptors present'. Thanks!
> >
> > BACKGROUND INFO:
> >I've done some more testing of the PVR-250 at the command line and
> > using all the /dev devices that seem to make sense. I recorded 1
> > minute of video using all of the following devices and then watched in
> > mplayer. (if it worked...) Here's the results:
> >
> > Size/dev/XXX   results
> >
> >   6.5MB   dev_video0.mpg worked
> > 82.5MB  dev_v4l_video.mpg
> > 74.3MB  dev_v4l_video0.mpgworked
> > 11.4MB  dev_v4l_video24.mpg
> > 83.8MB  dev_v4l_video32.mpg
> >
> > Of these only /dev/video0 and /dev/v4l/video0 produced mpeg results
> > that were playable by mplayer at the command line.
> >
> > Based on that info I set MythTV to record on /dev/v4l/video0. It
> > recorded a half hour show. At this point I wanted to watch the program
> > but when I play it I get a black screen. In the terminal I see this:
> >
> > 2005-04-23 16:52:46.487 All Programs
> > 2005-04-23 16:52:50.501 Opening audio device '/dev/dsp'.
> > 2005-04-23 16:52:50.501 Opening OSS audio device '/dev/dsp'.
> > ***
> > * Couldn't find Xv support, falling back to non-Xv mode.
> > * MythTV performance will be much slower since color
> > * conversion and scaling will be done in software.
> > * Consider upgrading your video card or X server if
> > * you would like better performance.
> > X Error: XvBadPort 145
> >   Major opcode:  139
> >   Minor opcode:  15
> >   Resource id:  0x
> > X Error: XvBadPort 145
> >   Major opcode:  139
> >   Minor opcode:  14
> >   Resource id:  0x
> > 2005-04-23 16:52:50.511 Couldn't get the color key color, and we need it.
> > You likely won't get any video.
> > 2005-04-23 16:52:50.606 Changing from None to WatchingPreRecorded
> > 2005-04-23 16:52:50.607 Using realtime priority.
> > 2005-04-23 16:52:50.608 Video timing method: RTC
> > 2005-04-23 16:52:52.025 prebuffering pause
> > 2005-04-23 16:52:52.494 prebuffering pause
> > 2005-04-23 16:52:52.961 prebuffering pause
> > ***
> > * Your system is not capable of displaying the
> > * full framerate at 1280x1024 resolution.  Frames
> > * will be skipped in order to keep the audio and
> > * video in sync.
> > X Error: XvBadPort 145
> >   Major opcode:  139
> >   Minor opcode:  15
> >   Resource id:  0x
> > X Error: XvBadPort 145
> >   Major opcode:  139
> >   Minor opcode:  14
> >   Resource id:  0x
> > 2005-04-23 16:53:01.395 Couldn't get the color key color, and we need it.
> > You likely won't get any video.
> > 2005-04-23 16:53:01.442 Changing from WatchingPreRecorded to None
> > 2005-04-23 16:53:01.468 Changing from None to None
> > dragonfly ~ #
> >
> > and...
> >
> > dragonfly ~ # xvinfo
> > X-Video Extension version 2.2
> > screen #0
> >  no adaptors present
> > dragonfly ~ #
> >
> > I've been wandering around for a while looking for info on this. so
> > for nothing quite makes sense. Is this some part of xorg-x11 that I
> > haven't configured? What do I do to get it working?
> >
> > man xvinfo says "xvinfo  prints  out  the capabilities of any video
> > adaptors associated with the display that are accesible through the
> > X-Video extension." so how do I turn X-Video extension on?
> >
> > Thanks,
> > Mark
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
> 
> --
> gentoo-user@gentoo.org mailing list
> 
>

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc-4.0.0?

2005-04-24 Thread Jerry McBride
On Sunday 24 April 2005 01:50 am, Willie Wong wrote:
> last I checked, the gcc4 ebuild isn't even hard-masked yet... it
> exists, but that's about it. Don't know if the "gentoo-user" list is
> the best place to ask this question at this moment.
>

Thanks to you and Bastian, I'm coming up to speed on this stuff...

> OTOH, searching around on the gentoo forums, it seems that some
> people are adventurous enough. Some problems they reported:
>
>   glibc 2.3.5 does not adhere to gcc4's strictness
>   wget won't compile
>   openssh won't compile
>   e2fsprogs won't compile
>   ...and more
>

Yeah, noticed that. I guess this is on hold for systems that have to run...

> There's one gigantic gcc 4.0 thread in the forums, it began life as
> gcc 3.4.0 thread, however, go a bit past half way before you hit the
> 4.0 stuff.
>

Thanks, I'll dig it up.

> to quote "irf2003" whom many on the thread agreed as "the one to
> listen to":
>
>   Don't mess ur box up!
>   You are on stable, with gcc4 you need to go beyond "~x86".
>   Play with it in a chroot.
>   The only advantage of gcc4 at this time is that it compiles fast.
>   If you want a real boost to your system, go for gcc-3.4.x, you will
>   not regret it.
>   It's literally like having a hardware upgrade, when one is
>   migrating from gcc 3.3.
>   Give it a try.
>

Is gcc-3.4.3-20050110-r2 the favored release of 3.4.3?

> HTH,
>
> W
>

It did, thanks guys.

-- 

**
 Registered Linux User Number 185956
  FSF Associate Member number 2340 since 05/20/2004
 Join me in chat at #linux-users on irc.freenode.net
Buy an Xbox for $149.00, run linux on it and Microsoft loses $150.00!
11:32am  up 15 days, 18:39,  3 users,  load average: 0.00, 0.00, 0.00
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] MythTV - recording (I think) but black on playback

2005-04-24 Thread Lucien D.
I believe you have to have Load "extmod" in ur x config.  Mine was
there automatically after X -config, but I'm pretty sure thats the
module u need for xvideo.

On 4/23/05, Mark Knecht <[EMAIL PROTECTED]> wrote:
> Hello again,
> 
> SHORT FORM: What is 'Xv support' and how do I set it up? xvinfo says
> 'screen #0  no adaptors present'. Thanks!
> 
> BACKGROUND INFO:
>I've done some more testing of the PVR-250 at the command line and
> using all the /dev devices that seem to make sense. I recorded 1
> minute of video using all of the following devices and then watched in
> mplayer. (if it worked...) Here's the results:
> 
> Size/dev/XXX   results
> 
>   6.5MB   dev_video0.mpg worked
> 82.5MB  dev_v4l_video.mpg
> 74.3MB  dev_v4l_video0.mpgworked
> 11.4MB  dev_v4l_video24.mpg
> 83.8MB  dev_v4l_video32.mpg
> 
> Of these only /dev/video0 and /dev/v4l/video0 produced mpeg results
> that were playable by mplayer at the command line.
> 
> Based on that info I set MythTV to record on /dev/v4l/video0. It
> recorded a half hour show. At this point I wanted to watch the program
> but when I play it I get a black screen. In the terminal I see this:
> 
> 2005-04-23 16:52:46.487 All Programs
> 2005-04-23 16:52:50.501 Opening audio device '/dev/dsp'.
> 2005-04-23 16:52:50.501 Opening OSS audio device '/dev/dsp'.
> ***
> * Couldn't find Xv support, falling back to non-Xv mode.
> * MythTV performance will be much slower since color
> * conversion and scaling will be done in software.
> * Consider upgrading your video card or X server if
> * you would like better performance.
> X Error: XvBadPort 145
>   Major opcode:  139
>   Minor opcode:  15
>   Resource id:  0x
> X Error: XvBadPort 145
>   Major opcode:  139
>   Minor opcode:  14
>   Resource id:  0x
> 2005-04-23 16:52:50.511 Couldn't get the color key color, and we need it.
> You likely won't get any video.
> 2005-04-23 16:52:50.606 Changing from None to WatchingPreRecorded
> 2005-04-23 16:52:50.607 Using realtime priority.
> 2005-04-23 16:52:50.608 Video timing method: RTC
> 2005-04-23 16:52:52.025 prebuffering pause
> 2005-04-23 16:52:52.494 prebuffering pause
> 2005-04-23 16:52:52.961 prebuffering pause
> ***
> * Your system is not capable of displaying the
> * full framerate at 1280x1024 resolution.  Frames
> * will be skipped in order to keep the audio and
> * video in sync.
> X Error: XvBadPort 145
>   Major opcode:  139
>   Minor opcode:  15
>   Resource id:  0x
> X Error: XvBadPort 145
>   Major opcode:  139
>   Minor opcode:  14
>   Resource id:  0x
> 2005-04-23 16:53:01.395 Couldn't get the color key color, and we need it.
> You likely won't get any video.
> 2005-04-23 16:53:01.442 Changing from WatchingPreRecorded to None
> 2005-04-23 16:53:01.468 Changing from None to None
> dragonfly ~ #
> 
> and...
> 
> dragonfly ~ # xvinfo
> X-Video Extension version 2.2
> screen #0
>  no adaptors present
> dragonfly ~ #
> 
> I've been wandering around for a while looking for info on this. so
> for nothing quite makes sense. Is this some part of xorg-x11 that I
> haven't configured? What do I do to get it working?
> 
> man xvinfo says "xvinfo  prints  out  the capabilities of any video
> adaptors associated with the display that are accesible through the
> X-Video extension." so how do I turn X-Video extension on?
> 
> Thanks,
> Mark
> 
> --
> gentoo-user@gentoo.org mailing list
> 
>

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Advice sought on M9000 epia myth-box setup

2005-04-24 Thread Benno Schulenberg
Nick Rout wrote:
> VIA recently opening at least some of  their sources.

That was a publicity stunt.  From those same sources the Unichrome 
project started a few years ago.  It is far beyond that now.

> Naturally I am keen to get hardware mpeg-2 decoding working, as
> well as tv-out.

That is working.  Read up on the Unichrome list.  :)

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



[gentoo-user] Intel 82865 owners - do you have X-Video support?

2005-04-24 Thread Mark Knecht
Does anyone out there use an Intel 82865G chipset with (apparently) a
built in graphics controller? Have you managed to get X-Video support
running? If so, how did you do it?

What X driver are you running? I'm running the Intel 810 driver. It
seemed the newest and works otherwise, but no X-Video support.

[EMAIL PROTECTED] ~ $ /sbin/lspci

:00:02.0 VGA compatible controller: Intel Corp. 82865G Integrated
Graphics Device (rev 02)



[EMAIL PROTECTED] ~ $ xvinfo
X-Video Extension version 2.2
screen #0
 no adaptors present
[EMAIL PROTECTED] ~ $

Running xorg-x11-6.8.2.

Thanks,
Mark

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Yahoo Video

2005-04-24 Thread Ovidiu Bivolaru
I think you might want to have a look at gaim-vv.sf.net. I didn't tried
yet, but it is Gaim + webcam support. Btw, it is not available in Gentoo
portage.

Regards,
Ovidiu

timothy johnson wrote:

>What is the easiest way to get yahoo video working on gentoo, and has
>anyone done it here?
>
>  
>

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Cannot crontab -e - Permission denied!

2005-04-24 Thread Dirk Raeder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Michael Sullivan wrote:
> I wanted to enter some stuff into crontab in my personal account on my
> server box.  I entered "crontab -e" and got the error:
> 
> [EMAIL PROTECTED] michael $ crontab -e
> -bash: /usr/bin/crontab: Permission denied
> [EMAIL PROTECTED] michael $ ls -l /usr/bin/crontab
> -rws--x---  1 root cron 9896 Feb 26 02:16 /usr/bin/crontab
> 
> I did ls -l on /usr/bin/crontab on my personal computer and got the same
> output:
> 
> [EMAIL PROTECTED] michael $ ls -l /usr/bin/crontab
> -rws--x---  1 root cron 10756 Apr 13 16:22 /usr/bin/crontab
> 
> 
> but I can edit my crontab on my personal computer.  How would I fix
> this?  I can't even tell what's wrong with it, why I can use crontab on
> baby but not on bullet
> 
Check your groups ... probably michael on baby is in the group cron and on
bullet he's not.
Fix: as root, edit /etc/group and add michael to the line beginning with
cron. Then log off (if you edited via su / sudo) and log in as michael
again. That should do the trick.


- --
Dirk Raeder

I prefer encrypted and signed messages. My GPG key is available at
hkp://blackhole.pca.dfn.de with ID 0x05EB5446

Registered Linux user #378554
http://counter.li.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCa6jG2QYJ1wXrVEYRAsXrAJ9JlSDl/ZzPLiOr9X/IedIrhSUPkQCfZQZS
BTyAqn6N3Vp5lsPUii+d9iQ=
=e10K
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Cannot crontab -e - Permission denied!

2005-04-24 Thread Mike Williams
On Sunday 24 April 2005 14:56, Michael Sullivan wrote:
> but I can edit my crontab on my personal computer.  How would I fix
> this?  I can't even tell what's wrong with it, why I can use crontab on
> baby but not on bullet

One word: permissions.

-- 
Mike Williams


pgpZ4K4xn4djC.pgp
Description: PGP signature


[gentoo-user] Re: Cannot crontab -e - Permission denied! [SOLVED]

2005-04-24 Thread Michael Sullivan
Nevermind.  [EMAIL PROTECTED] wasn't part of the cron group.  I should have
thought of that before I sent my email.  I apologize...

On Sun, 2005-04-24 at 08:56 -0500, Michael Sullivan wrote:
> I wanted to enter some stuff into crontab in my personal account on my
> server box.  I entered "crontab -e" and got the error:
> 
> [EMAIL PROTECTED] michael $ crontab -e
> -bash: /usr/bin/crontab: Permission denied
> [EMAIL PROTECTED] michael $ ls -l /usr/bin/crontab
> -rws--x---  1 root cron 9896 Feb 26 02:16 /usr/bin/crontab
> 
> I did ls -l on /usr/bin/crontab on my personal computer and got the same
> output:
> 
> [EMAIL PROTECTED] michael $ ls -l /usr/bin/crontab
> -rws--x---  1 root cron 10756 Apr 13 16:22 /usr/bin/crontab
> 
> 
> but I can edit my crontab on my personal computer.  How would I fix
> this?  I can't even tell what's wrong with it, why I can use crontab on
> baby but not on bullet

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] vi is mising from the portage

2005-04-24 Thread Thomas Dickey
On Sun, Apr 24, 2005 at 02:36:57PM +0100, Ciaran McCreesh wrote:
> 
> What he meant was that "traditional ex/vi" is broken when built against
> ncurses rather than termcap, and that we're trying to remove termcap
> from the tree on the grounds that it's h0rked.

"traditional ex/vi" sounds like Ritter's version.  It seems to work
(and I haven't noticed anyone reporting a bug relating it and ncurses).

Perhaps you would like to make a bug report.

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgpQgwRzicNAv.pgp
Description: PGP signature


[gentoo-user] Cannot crontab -e - Permission denied!

2005-04-24 Thread Michael Sullivan
I wanted to enter some stuff into crontab in my personal account on my
server box.  I entered "crontab -e" and got the error:

[EMAIL PROTECTED] michael $ crontab -e
-bash: /usr/bin/crontab: Permission denied
[EMAIL PROTECTED] michael $ ls -l /usr/bin/crontab
-rws--x---  1 root cron 9896 Feb 26 02:16 /usr/bin/crontab

I did ls -l on /usr/bin/crontab on my personal computer and got the same
output:

[EMAIL PROTECTED] michael $ ls -l /usr/bin/crontab
-rws--x---  1 root cron 10756 Apr 13 16:22 /usr/bin/crontab


but I can edit my crontab on my personal computer.  How would I fix
this?  I can't even tell what's wrong with it, why I can use crontab on
baby but not on bullet

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] vi is mising from the portage

2005-04-24 Thread Ciaran McCreesh
On Sun, 24 Apr 2005 09:06:20 -0400 Thomas Dickey <[EMAIL PROTECTED]>
wrote:
| On Sun, Apr 24, 2005 at 01:16:38PM +0200, Spider wrote:
| > well, its sorta orphaned due to being a pain to maintain
| > ( terminfo /curses  dependencies)  there are still ebuilds, you can
| > look in the viewcvs to recover the old ones I believe.
| 
| all versions of vi rely on terminfo/termcap or curses.
| 
| Perhaps you meant to say something different.

What he meant was that "traditional ex/vi" is broken when built against
ncurses rather than termcap, and that we're trying to remove termcap
from the tree on the grounds that it's h0rked.

-- 
Ciaran McCreesh : Gentoo Developer (Vim, Fluxbox, shell tools)
Mail: ciaranm at gentoo.org
Web : http://dev.gentoo.org/~ciaranm



pgpLwCxxAr4XE.pgp
Description: PGP signature


Re: [gentoo-user] vi is mising from the portage

2005-04-24 Thread Thomas Dickey
On Sun, Apr 24, 2005 at 01:16:38PM +0200, Spider wrote:
> 
> 
> well, its sorta orphaned due to being a pain to maintain
> ( terminfo /curses  dependencies)  there are still ebuilds, you can look
> in the viewcvs to recover the old ones I believe.

all versions of vi rely on terminfo/termcap or curses.

Perhaps you meant to say something different.
 
-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgpCnGagFbcpY.pgp
Description: PGP signature


Re: [gentoo-user] Yahoo Video

2005-04-24 Thread Stroller
I believe Yahoo video is basically a webcam addition to their IM 
protocol.

Stroller.
On Apr 23, 2005, at 9:01 pm, Nick Rout wrote:
I don't know what yahoo tv is, but knowing yahoo I doubt I want it.
However I have found that kaffeine seems to have the best browser
integration for web based multimedia.
On Sat, 2005-04-23 at 02:50 -0700, timothy johnson wrote:
What is the easiest way to get yahoo video working on gentoo, and has
anyone done it here?
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] gcc-4.0.0?

2005-04-24 Thread Bastian Balthazar Bux
Jerry McBride wrote:
> Anyone done anything "big" with the new compiler yet? Like an "emerge -e 
> world"?
> 
> 
This bug :
 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21167
make some things difficult, anyway you can compile 95% of "emerge -e"
but do it only in a thrashing ready environment.

-- 
No problem is so formidable that you can't walk away from it.
~ Charles M. Schulz
But sometimes run fast is better
~ Francesco R.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Wacky Mouse...

2005-04-24 Thread Richard Fish


David Corbin wrote:

>This problem continues.  I've discovered the following:
>1) The problem shows up with gpm, as well as X
>2) I can plug in a USB mouse and it works fine.
>3) If I boot into Windows (ugh), the touch pad works fine.  (It's a bit slow 
>in movement, but I assume that's driver settings).
>
>What's the likely hood this a hardware problem that only shows itself in Linux 
>and not Windows?
>
>David
>  
>

Do you have any better luck of you disable CONFIG_INPUT_MOUSEDEV_PSAUX
and use /dev/input/mice insead?  It WFM.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] USB mouse stalls under X after some time of inactivity

2005-04-24 Thread Richard Fish
Thomas Drueke wrote:

>Hi all,
>
>I have a slight problem with my USB mouse under X.
>After some time of inactivity my X looses my mouse.
>
>After doing a "rmmod usbhid; modprobe usbhid" my mouse is back again
>without restarting X. 
>
>My system is "~x86" based and the kernel 2.6.11-r6 is configured with
>"USB suspend/resume" disabled. I use the device "/dev/input/mice" in the
>"xorg.conf" file. My system is devfs-based.
>  
>

Nothing obvious comes to mind.  I would say first check
/var/log/messages for usb connect/disconnect messages, and see if the
kernel thinks your mouse is being unplugged.  Also, the next time this
happens, try to do "cat 

Re: [gentoo-user] vi is mising from the portage

2005-04-24 Thread Spider
On Wed, 2005-04-20 at 14:59 -0500, kashani wrote:
> Patrick Marquetecken wrote:
> > Hi,
> > 
> > I'm using a script for months now to install my gentoo servers, now after
> > my last sync i have seen that there are some changes in the portage like
> > there is no gentoo-dev-sources moved to gentoo-sources, but vi is also
> > missing!
> > Is this compleet gone? or also moved, can someone point me in the good
> > direction.
> > I love the good old vi
> 
> IIRC it used to be in portage as of around of a year ago. You might be 
> able to track down an ebuild of it in the old ebuilds. I'd have been 
> able to tell you for sure but I wiped it off my last machine last month 
> when I enforced the vim with color syntax standardization.
> 
> Once you get used to syntax highlighting you can never go back. Plus 
> there is nothing like half your named.conf shifting to red to let you 
> know you typo'ed a } somewhere.


well, its sorta orphaned due to being a pain to maintain
( terminfo /curses  dependencies)  there are still ebuilds, you can look
in the viewcvs to recover the old ones I believe.

I added it mostly out of nostalgia back when Gentoo was young, since
then it became more of a burden to maintain, so it dropped out of the
tree.

//Spider

-- 
begin  .signature
Tortured users / Laughing in pain
See Microsoft KB Article Q265230 for more information.
end



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


Re: [gentoo-user] Re: How to set monitor refresh rate in xorg

2005-04-24 Thread Richard Fish
Mrugesh Karnik wrote:

> Robert S wrote:
>
>> I've looked at that - the "Monitor" section in my xorg.conf looks
>> like this:
>>
>> Section "Monitor"
>> Identifier   "Dell"
>> HorizSync31.0 - 54.0
>> VertRefresh  50.0 - 120.0
>> EndSection
>>
>> In other words, it allows a VertRefresh rate of up to 120.  I looked
>> at the Dell specs.  It still does not do 87 by default.
>>
> IIRC, xorg guesses the correct refresh rate automatically according to
> the frequencies you input. Having said that, I wonder if it varies
> with the resolution? (Not an expert with monitors!) I've been able to
> use 1024 with 75 Hz refresh rate, but at 1280, it drops to 60
> automatically... Just curious, most probably I'm wrong...


You are not wrong, that is exactly how it works.  A monitor that can do
[EMAIL PROTECTED] can do [EMAIL PROTECTED], [EMAIL PROTECTED], etc.  The numbers
here are not exact, but maximum refresh rate does drop with higher
resolutions.

Robert, X normally chooses the highest refresh rate for a given
resolution.  Take a look at /var/log/Xorg.0.log for clues.  You should
see a bunch of "Default mode" lines the describe the different built-in
resolutions and refresh rates that X can use.  Some of them get rejected
because your monitor can't do them, this is normal.

I suspect the final resolution will be either:

1. Easy.  Remove the HorizSync and VertRefersh lines from xorg.conf,
because they can normally be auto-detected anyway.

2. More difficult.  You may need to add a Modeline to your Monitor
section.  To create this, use the KDE control to set your desired
resolution and refresh rate.  Then run a program called "xvidtune" from
a konsole window.  It is a very old program used to make fine
adjustments to display settings.  Click 'ok' on the warning dialog, and
just hit "Show".  That will output a current modeline to the konsole
window.  Then you just need to add it to the Monitor section:

Section "Monitor"
Identifier   "Dell"
# HorizSync31.0 - 54.0 # optional
# VertRefresh  50.0 - 120.0 # optional
ModeLine 
EndSection

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ALSA is already compiled into the kernel. ??

2005-04-24 Thread Ryutaro Yamashita
Christian Heim wrote:
On Sunday 24 April 2005 10:25, Ryutaro Yamashita ( RY )wrote:
[  ]
thanks for your help! :)
normally, in gentoo, does ALSA be implemented with ebuild, not with kernel?

As Hiam already said, the alsa-driver ebuilds are most times more recent than 
the kernel-driver.

Christian, Hiam,
thank you very much for your help. i understand your advices.
thx.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] can't ping follow by domainname

2005-04-24 Thread Scott Taylor
On Sun, 2005-04-24 at 15:58 +0700, Kitti Jaisong wrote:
>I cant ping follow domain name but ping by ip address it can
> pls addvice me

Is your /etc/resolv.conf set properly? It should look something like
this (your actual nameserver will probably have a different address
though):

Star ~ # cat /etc/resolv.conf
nameserver 192.168.1.254

--
Scott Taylor - <[EMAIL PROTECTED]> 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ALSA is already compiled into the kernel. ??

2005-04-24 Thread Christian Heim
On Sunday 24 April 2005 10:25, Ryutaro Yamashita ( RY )wrote:
>> [  ]
>
>thanks for your help! :)
>normally, in gentoo, does ALSA be implemented with ebuild, not with kernel?

As Hiam already said, the alsa-driver ebuilds are most times more recent than 
the kernel-driver.

-- 
Never volunteer for anything.
-- Lackland
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] usb adsl billion bipac-7000

2005-04-24 Thread Kitti Jaisong
Title: usb adsl billion bipac-7000 







Hi all,
  Who ever install usb adsl billion bipac-7000. the liveCD can't detect this hardware. what about driver for it where i can get?

thanks,
ti





[gentoo-user] can't ping follow by domainname

2005-04-24 Thread Kitti Jaisong
Title: can't ping follow by domainname







Hi all,
   I cant ping follow domain name but ping by ip address it can
pls addvice me
thanks,
ti





Re: [gentoo-user] ALSA is already compiled into the kernel. ??

2005-04-24 Thread Ryutaro Yamashita
Christian Heim wrote:
(B> On Sunday 24 April 2005 09:37, Ryutaro Yamashita ( RY )wrote:
(B> 
(B>>hi,
(B>>i want the way of fixing the problem below.
(B>>could i re-emerge alsa-driver again?
(B>>thx.
(B>>
(B>>-
(B>>[  ]
(B>>-
(B> 
(B> 
(B> You've got 2 possibilities:
(B> 
(B> 1: configure your kernel to only include sound system support 
(B> (CONFIG_SOUND=y) 
(B> and remove Kernel ALSA-support
(B> 
(B> 2: simply use the kernel-alsa and don't use the alsa-driver ebuild.
(B> 
(B
(Bthanks for your help! :)
(Bnormally, in gentoo, does ALSA be implemented with ebuild, not with kernel?
(B-- 
(Bgentoo-user@gentoo.org mailing list

Re: [gentoo-user] How do I use distcc to compile a kernel?

2005-04-24 Thread Nick Rout
On Sun, 2005-04-24 at 20:12 +1200, Nick Rout wrote:
> I am embarrassed as I am sure I asked this question once before, but I
> cannot find it in the archives.
> 
> It was something to do with $PATH or $CC, turned out to be something
> quite simple, but I am stuck!

Bugger, as usual I find the answer just after I post. - reason, i asked
the -dev list last time.

For posterity:

PATH=/usr/lib/distcc/bin/:$PATH make -j5 all

where -j5 depends on your own network of distcc servers


> 
> 
> -- 
> Nick Rout <[EMAIL PROTECTED]>
> 
-- 
Nick Rout <[EMAIL PROTECTED]>

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] How do I use distcc to compile a kernel?

2005-04-24 Thread Nick Rout
I am embarrassed as I am sure I asked this question once before, but I
cannot find it in the archives.

It was something to do with $PATH or $CC, turned out to be something
quite simple, but I am stuck!


-- 
Nick Rout <[EMAIL PROTECTED]>

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] USB mouse stalls under X after some time of inactivity

2005-04-24 Thread Thomas Drueke
Hi all,

I have a slight problem with my USB mouse under X.
After some time of inactivity my X looses my mouse.

After doing a "rmmod usbhid; modprobe usbhid" my mouse is back again
without restarting X. 

My system is "~x86" based and the kernel 2.6.11-r6 is configured with
"USB suspend/resume" disabled. I use the device "/dev/input/mice" in the
"xorg.conf" file. My system is devfs-based.

Has anybody seen this before ?

I browsed a little bit through the bugs-database but could not find any 
corresponding bug.

BR
Thomas

- 

-- 
Thomas Drueke <[EMAIL PROTECTED]>

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ALSA is already compiled into the kernel. ??

2005-04-24 Thread Haim Ashkenazi
On Sun, 2005-04-24 at 16:37 +0900, Ryutaro Yamashita wrote:
> hi,
> i want the way of fixing the problem below.
> could i re-emerge alsa-driver again?
> thx.
> 
> -
> # emerge alsa
> Calculating dependencies ...done!
> >>> emerge (1 of 1) media-sound/alsa-driver-1.0.8 to /
> >>> md5 files   ;-) alsa-driver-1.0.9_rc2.ebuild
> >>> md5 files   ;-) alsa-driver-1.0.7-r4.ebuild
> >>> md5 files   ;-) alsa-driver-1.0.8.ebuild
> >>> md5 files   ;-) alsa-driver-1.0.3.ebuild
> >>> md5 files   ;-) ChangeLog
> >>> md5 files   ;-) metadata.xml
> >>> md5 files   ;-) files/alsa-driver-1.0.7-xbox.patch
> >>> md5 files   ;-) files/xbox-1.0.8.patch
> >>> md5 files   ;-) files/alsa-driver-1.0.5a-xbox-ac97.patch
> >>> md5 files   ;-) files/makefile.patch
> >>> md5 files   ;-) files/digest-alsa-driver-1.0.9_rc2
> >>> md5 files   ;-) files/alsa-driver-1.0.6a-kbuild.patch
> >>> md5 files   ;-) files/alsa-driver-1.0.5-devfix.patch
> >>> md5 files   ;-) files/alsa-driver-1.0.6a-emu10k1-passthrough.patch
> >>> md5 files   ;-) files/digest-alsa-driver-1.0.3
> >>> md5 files   ;-) files/digest-alsa-driver-1.0.8
> >>> md5 files   ;-) files/alsa-driver-1.0.5a-cs46xx-passthrough.patch
> >>> md5 files   ;-) files/alsa-driver-1.0.7-audigy71.patch
> >>> md5 files   ;-) files/alsa-driver-1.0.4-devfix.patch
> >>> md5 files   ;-) files/alsa-driver-0.9.8-au-fix.patch
> >>> md5 files   ;-) files/alsa-driver-1.0.7-ioctl32.patch-r2
> >>> md5 files   ;-) files/digest-alsa-driver-1.0.7-r4
> >>> md5 files   ;-) files/alsa-driver-1.0.7-configure.patch
> >>> md5 files   ;-) files/1.0.8-msi_audigyls.patch
> >>> md5 src_uri ;-) alsa-driver-1.0.8.tar.bz2
>  * Determining the location of the kernel source code
>  * Found kernel source directory:
>  * /usr/src/linux
>  * Found sources for kernel version:
>  * 2.6.11-gentoo-r6
>  * Checking for suitable kernel configuration options
>  *   ALSA is already compiled into the kernel.
>  * Please check to make sure these options are set correctly.
>  * Once you have satisfied these options, please try merging
>  * this package again.
> 
> !!! ERROR: media-sound/alsa-driver-1.0.8 failed.
> !!! Function check_extra_config, Line 430, Exitcode 0
> !!! Incorrect kernel configuration options
> !!! If you need support, post the topmost build error, NOT this status
> message.
>  #
You have alsa support compiled into the kernel, so alsa-driver won't
compile. if you want to emerge alsa-driver (which is probably more
recent the the kernel drivers) you should disable alsa support in the
kernel configuration.

Bye
-- 
Haim


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


Re: [gentoo-user] ALSA is already compiled into the kernel. ??

2005-04-24 Thread Christian Heim
On Sunday 24 April 2005 09:37, Ryutaro Yamashita ( RY )wrote:
(B>hi,
(B>i want the way of fixing the problem below.
(B>could i re-emerge alsa-driver again?
(B>thx.
(B>
(B>-
(B> [  ]
(B>-
(B
(BYou've got 2 possibilities:
(B
(B1: configure your kernel to only include sound system support (CONFIG_SOUND=y) 
(Band remove Kernel ALSA-support
(B
(B2: simply use the kernel-alsa and don't use the alsa-driver ebuild.
(B
(B-- 
(BEternity is a terrible thought.  I mean, where's it going to end?
(B-- Tom Stoppard
(B-- 
(Bgentoo-user@gentoo.org mailing list

[gentoo-user] ALSA is already compiled into the kernel. ??

2005-04-24 Thread Ryutaro Yamashita
hi,
(Bi want the way of fixing the problem below.
(Bcould i re-emerge alsa-driver again?
(Bthx.
(B
(B-
(B# emerge alsa
(BCalculating dependencies ...done!
(B>>> emerge (1 of 1) media-sound/alsa-driver-1.0.8 to /
(B>>> md5 files   ;-) alsa-driver-1.0.9_rc2.ebuild
(B>>> md5 files   ;-) alsa-driver-1.0.7-r4.ebuild
(B>>> md5 files   ;-) alsa-driver-1.0.8.ebuild
(B>>> md5 files   ;-) alsa-driver-1.0.3.ebuild
(B>>> md5 files   ;-) ChangeLog
(B>>> md5 files   ;-) metadata.xml
(B>>> md5 files   ;-) files/alsa-driver-1.0.7-xbox.patch
(B>>> md5 files   ;-) files/xbox-1.0.8.patch
(B>>> md5 files   ;-) files/alsa-driver-1.0.5a-xbox-ac97.patch
(B>>> md5 files   ;-) files/makefile.patch
(B>>> md5 files   ;-) files/digest-alsa-driver-1.0.9_rc2
(B>>> md5 files   ;-) files/alsa-driver-1.0.6a-kbuild.patch
(B>>> md5 files   ;-) files/alsa-driver-1.0.5-devfix.patch
(B>>> md5 files   ;-) files/alsa-driver-1.0.6a-emu10k1-passthrough.patch
(B>>> md5 files   ;-) files/digest-alsa-driver-1.0.3
(B>>> md5 files   ;-) files/digest-alsa-driver-1.0.8
(B>>> md5 files   ;-) files/alsa-driver-1.0.5a-cs46xx-passthrough.patch
(B>>> md5 files   ;-) files/alsa-driver-1.0.7-audigy71.patch
(B>>> md5 files   ;-) files/alsa-driver-1.0.4-devfix.patch
(B>>> md5 files   ;-) files/alsa-driver-0.9.8-au-fix.patch
(B>>> md5 files   ;-) files/alsa-driver-1.0.7-ioctl32.patch-r2
(B>>> md5 files   ;-) files/digest-alsa-driver-1.0.7-r4
(B>>> md5 files   ;-) files/alsa-driver-1.0.7-configure.patch
(B>>> md5 files   ;-) files/1.0.8-msi_audigyls.patch
(B>>> md5 src_uri ;-) alsa-driver-1.0.8.tar.bz2
(B * Determining the location of the kernel source code
(B * Found kernel source directory:
(B * /usr/src/linux
(B * Found sources for kernel version:
(B * 2.6.11-gentoo-r6
(B * Checking for suitable kernel configuration options
(B *   ALSA is already compiled into the kernel.
(B * Please check to make sure these options are set correctly.
(B * Once you have satisfied these options, please try merging
(B * this package again.
(B
(B!!! ERROR: media-sound/alsa-driver-1.0.8 failed.
(B!!! Function check_extra_config, Line 430, Exitcode 0
(B!!! Incorrect kernel configuration options
(B!!! If you need support, post the topmost build error, NOT this status
(Bmessage.
(B #
(B-
(B
(BRyu
(B
(B
(B
(B-- 
(Bgentoo-user@gentoo.org mailing list

Re: [gentoo-user] problem with setting up home router

2005-04-24 Thread askar ...
On 4/24/05, Willie Wong <[EMAIL PROTECTED]> wrote:
> Did you follow the gentoo home router guide? I suggest you start
> over... with the line that says
> 
>   iptables -F
> 
> you have LOTS of duplicate rules in your chain, and some of them
> doesn't make sense: you don't want
> 
>   ACCEPT   all -- anywhereanywhere
> 
> to be on the top of your INPUT chain, since that destroys the whole
> purpose of having an iptables.
> 
> One helpful command is
> 
>   iptables -D chain rulenum
> 
> for example, in the case of the aforementioned ACCEPT policy in the
> INPUT chain, you do
> 
>   iptables -D INPUT 1
> 
> to remove the top most item. Keep in mind that the rules are
> renumbered everytime you make a change.
> 
> I suspect, since you are doing routing, that you have multiple
> interfaces. In that case, it would make much more sense to post
> 
>   iptables -L -v
> 
> so we can see which interface the rules applies to.
> 
At present. my 2 PCs can talk to each others.
WinPC can resolve hostnames by nslookup, but can use internet.

askar

-- 
gentoo-user@gentoo.org mailing list