Re: [gentoo-user] links w/o benefit of X

2005-12-14 Thread Mariusz Pękala
On 2005-12-10 15:44:34 -0800 (Sat, Dec), maxim wexler wrote:
  
   I notice, also that Ctrl-A, X, V have no effect but I can move
   between pages using Alt and the arrow keys. Is there some way to
   activate those dead keys without having to install all the usual X
   stuff.
  
  a whole lotta stuff snipped
  
  I don't know what you expect ^A  to do, but ^X and
 
 ctrl+a = select all. I'm astonished you didn't know
 that. 

ctrl+a = move the cursor to the beginning of the line.
I am surprised to hear that someone would assign that old combination to
some 'select all'. Strange idea.

:-))

http://www.cs.tut.fi/~jkorpela/chars/c0.html
http://www.rci.rutgers.edu/~usseries/UNIXcmds.html#cmdedit
http://en.wikipedia.org/wiki/Thompson_shell


-- 
No virus found in this outgoing message.
Checked by 'grep -i virus $MESSAGE'
Trust me.


pgpUmjXNPC7Qj.pgp
Description: PGP signature


Re: [gentoo-user] Re: Is there and Alternative to compiling kde?

2005-12-14 Thread Holly Bostick
Daevid Vincent schreef:

Y'know, it's a bit early in my morning for so much whine, so that's
probably why I'm a bit testy


 He should have been here when I installed Gentoo on a
 
 200Mhz machine.
 
 He should have watched me compiling Apache, PHP, MySQL and a lot of
  other packages on my Pentium 100 with 48MB of RAM
 
 Yeah yeah yeah... Great ol' glory days... Guess what... It's not the
 80's anymore. CPUs are fast, but the programs are still monolithic
 and take days to compile.

No, in fact they are *not* monolithic any more, that is the entire point
of the split ebuilds and modular X.

 Ya'll that like to waste your time compiling can keep on doing that,
 while the rest of us would like to get some work done.

Those of us that like to waste our time compiling actually do it in
such a way that we *can* get some work done while the compile is
progressing... maybe I'm missing your point, or maybe your work requires
the big builds in some way (meaning X mostly, since KDE is by no means
a requirement to get something done).

 
 The thing that's frustrating me right now, is that I just installed
 KDE 3.5 the other day, then upgraded to the new GCC. After a revdep,
 it apparently has broken all my libc something or other and so I'm
 once again re-compiling KDE to fix that! ...joy, only 176 packages to
 go... :-\

Are you logged in all this time? If so, what's the problem?

 
 And for you all that want to say -- switch Distros, your logic is
 flawed. Just because I don't want to waste 3 days or more compiling
 KDE on a 2Ghz/640MB notebook, doesn't mean I don't want the other
 benefits of Gentoo,

Fine, you want the benefits without the price-- now for myself, I
consider the ability to customize my KDE install (in my case to the
absolute minimum necessary) to be a benefit, but apparently you don't.

So check out http://desktop.vidalinux.com/ , supposedly they have a club
(that you must pay to be a member of) that provides binary packages.
Maybe you'll find that price more acceptable for your needs.

Unfortunately the site is down due to mobo failure atm, but hth anyway.

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



Re: [gentoo-user] mailman 2.1.5-r4/sendmail issue with ``Group missmatch error.''

2005-12-14 Thread Neil Bothwick
On Tue, 13 Dec 2005 18:37:06 -0800, Jessica Rasku wrote:

 I have tried this twice.  Once changing the ebuild in 
 /var/db/pkg/net-mail/

Don't touch the ebuilds in /var/db/pkg, these are the ebuilds used to
uninstall packages, it is a copy of the ebuild used to install the
existing version, so altering it could have strange effects. The ebuilds
use to install packages are in /usr/portage. you can edit these, but they
will be reset after an emerge --sync.

 then I created a /root/portage-overlay/ and tried 
 to do it that way.

Putting an overlay directory in /root seems like a bad idea. The portage
user won't be able to access it. The standard location
is /usr/local/portage, copy the directory for the package you are dealing
with to an identical location in here,
e.g. /usr/local/portage/net-mail/mailman, before editing the ebuild.


-- 
Neil Bothwick

Run with scissors. Remove mattress tags. Top post. Be a rebel.


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: update world but just kde-2.5 not other versions

2005-12-14 Thread Neil Bothwick
On Tue, 13 Dec 2005 20:48:30 -0600, [EMAIL PROTECTED] wrote:


  This has been covered several times in those threads. After merging
  3.5, and ensuring it works, you can prune older versions.
 
 Yes, I saw that coverage at least once myself.  I tried to ask a
 slightly different question.  Its one thing to prune older versions
 but another to install two  newer versions on the same emerge.  Only
 to prune one after wards.
 
 I will be installing both kde-kde/base-3.4.3 and kde-kde/base-3.5
 during the same emerge.  Both are terribly slow compiling creatures.
 So I'll have twice the time chewed up.

You don't have to install 3.4.3. the easiest way to block it would be to
mask all 3.4.3 versions with

qpkg -g kde-base -I -nc | sed 's/$/-3.4.3\*/' /etc/portage/package.mask


-- 
Neil Bothwick

We are phasing in a paperless office, starting with the restrooms.


signature.asc
Description: PGP signature


Re: [gentoo-user] KDE Conflageration

2005-12-14 Thread Neil Bothwick
On Tue, 13 Dec 2005 23:00:14 -0500, WFisher wrote:

 I finished installing Gentoo and Xorg successfully.  When I went to 
 install the KDE desktop I decided to install the whole thing by typing 
 emerge kde-meta, which installs everything possible.  After about six 
 hours I got frustrated and shut of the computer.
 
 My question is is can I delete what I already did and start over and 
 just do a basic KDE install?  And if so, what directory can I find that 
 I can delete KDE from?

You could delete the packages with emerge depclean, run with -p first.
Since kde-meta is not installed, the KDE packages you have will not be
dependencies of anything, so depclean will pick them up.

However, removing your existing KDE packages is a bad idea, since the
merge will have started with the basics, kdelibs, kdebase etc. You will
only have to emerge these over again for any KDE emerge.

I would install the basics with emerge kdebase-meta, then pick and choose
any other packages you want. Run emerge -p deplean at the end to see if
there are any leftover packages for your first install.


-- 
Neil Bothwick

Bother said Rue, for no apparent reason


signature.asc
Description: PGP signature


Re: [gentoo-user] wtf is superfloppy? (vosonic usb drive)

2005-12-14 Thread Neil Bothwick
On Wed, 14 Dec 2005 15:11:54 +0930, Iain Buchanan wrote:

 It appears the final solution is:
 
 1) CONFIG_SCSI_MULTI_LUN=y
 2) linux-2.6.15-rc5

I have a multi-card reader that works find with CONFIG_SCSI_MULTI_LUN=y
and older kernel versions.


-- 
Neil Bothwick

Employ teenagers - while they know everything.


signature.asc
Description: PGP signature


Re: [gentoo-user] Notification of Limited Account Access (Routing Code: C840-L1111-Q110-1113)

2005-12-14 Thread Neil Bothwick
On Tue, 13 Dec 2005 20:51:55 -0600, John Jolet wrote:

 yeah, clamav on my server quarantined it :)go clam.

Don't worry, enough people have quoted the entire mail in their replies
for several copies to get through.


-- 
Neil Bothwick

MIPS: Meaningless Indication of Processor Speed


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: Is there and Alternative to compiling kde?

2005-12-14 Thread Neil Bothwick
On Tue, 13 Dec 2005 19:07:45 -0800, Daevid Vincent wrote:

 CPUs are fast, but the programs are still monolithic and take days to
 compile.

Why do you think the larger packages are moving to a modular structure?
This thread is about KDE, and while the monolithic packages are sytill
available, the split ebuilds are the preferred choice. 

 I fully agree (and have brought this up before months and years ago) --
 I believe we should have binaries available for the big packages like
 KDE, OO, Gnome, etc.

They are. OOo has always been available as a binary (only as a binary on
some platforms) and other packages are on the GRP discs, where the
dependencies issue Richard mentioned doesn't apply, since they are tied
to a particular Stage 3 install. The compile times are only really an
issue for initial installation, where Stage 3 + GRP brings the total time
down to around an hour. Once your desktop is running, you can continue
to use it while compiling updates.

 Ya'll that like to waste your time compiling can
 keep on doing that, while the rest of us would like to get some work
 done.

There's this thing called multitasking, where you computer lets you use
it while processing other tasks in the background. It is ideally suited
to this.

 And for you all that want to say -- switch Distros, your logic is
 flawed. Just because I don't want to waste 3 days or more compiling KDE
 on a 2Ghz/640MB notebook,

I'd take your notebook back to the shop. My 1GHz G4 iBook with similar RAM
updated KDE to 3.5 in around 12 hours, most of which was overnight.

 doesn't mean I don't want the other benefits
 of Gentoo, like emerge -u world and the fact that when I do need to
 install from source (like something that isn't in portage), it usually
 just compiles fine. RedHat 8 NEVER worked that way for me.

Because Red Hat uses binary packages, which raises incompatibilities. It
is easy to install non-portage packages from source because everything
else is also compiled from source.

If you really want current packages compiled on someone else's computer,
they are already available and the URI was posted to this thread last
week.


-- 
Neil Bothwick

In a classified ad: Tired of cleaning yourself? Let me do it.


signature.asc
Description: PGP signature


[gentoo-user] MPlayer

2005-12-14 Thread Cláudio Henrique
What is the advantage of running mplayer in framebuffer?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to make emerge skirt a package built from tar.gz

2005-12-14 Thread Neil Bothwick
On Tue, 13 Dec 2005 23:06:45 -0600, [EMAIL PROTECTED] wrote:


 I'm about to run an update world following a sync and I noitce that
 cvs is one of the packages involved.  I couldn't remember how to make
 emerge use a specific ./configure flag.  Not sure I ever really
 understood that whole business anyway, although Holly and others have
 attempted to explain it to me.
 
 I wanted to use `./configure --enable-rootcommit' (or similar) since
 this is a single user machine.  

EXTRA_ECONF=--enable-rootcommit emerge cvs

usually works, although not all ebuilds respect $EXTRA_ECONF.

 It didn't seem worth learning to build my own ebuild so I built it
 from tar.gz and installed on /usr/local.  Then unmerged the existing
 cvs installation.  Now as I recall there is some syntax that needs to go
 into one of the possible files under /etc/portage to cause future
 emerges like the upcoming update to ignore cvs, but I've forgotten
 it. 

The file you need is /etc/portage/profile/package.provided, it is
documented in the portage manpage.

echo dev-util/cvs-x.y.z /etc/portage/profile/package.provided

should do it, where x.y.z is the version you have installed.


-- 
Neil Bothwick

Unsolicited advice is the junk mail of life


signature.asc
Description: PGP signature


Re: [gentoo-user] Notification of Limited Account Access (Routing Code: C840-L1111-Q110-1113)

2005-12-14 Thread Dale

Neil Bothwick wrote:


On Tue, 13 Dec 2005 20:51:55 -0600, John Jolet wrote:

 


yeah, clamav on my server quarantined it :)go clam.
   



Don't worry, enough people have quoted the entire mail in their replies
for several copies to get through.


 

Can someone bring them here.  I have some rope and a lot of tall trees.  
We'll hang him by the bal**.  If it is a lady, we'll find something else 
to hang them by.  I bet if this was done publically and routinely, they 
would give it more thought before starting this crap.  Do they ever 
really catch these jerks?


I usually go to the site and just make up some crap, for the ones that 
want user name a passwords anyway.  I must confess, I didn't click on 
the link this time.  ;)


At least this way, they send one email and a ton of people get it.  LOL

Dale
:-)



--
To err is human, I'm most certainly human.

I have four rigs:

1:  Home built; Abit NF7 ver 2.0 w/ AMD 2500+ CPU, 1GB of ram and right now two 80GB hard drives.  
2:  Home built; Iwill KK266-R w/ AMD 1GHz CPU, 256MBs of ram and a 4GB drive.

3:  Home built; Gigabyte GA-71XE4 w/ 800MHz CPU, 128MBs of ram and a 2.5GB 
drive.
4:  Compaq Proliant 6000 Server w/ Quad 200MHz CPUs, 128MBs of ram and a 4.3GB 
SCSI drive.

All run Gentoo, all run folding. #1 is my desktop, 2, 3, and 4 are set up as servers.  


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Xen and Perl upgrade in DomU - does not match executable architecture

2005-12-14 Thread Denny Schierz
hi,

i wanted to upgrade perl, but after compiling, the install fails with
line, like this:

 cd /usr/include; h2ph * sys/*
Errno architecture (i686-linux-2.6.11.12-xenu) does not match executable
architecture (i686-linux-2.6.11.12-xen0)
at /usr/lib/perl5/5.8.6/i686-linux/Errno.pm line 11.
Compilation failed in require at /usr/lib/perl5/5.8.6/File/Path.pm line
166.
BEGIN failed--compilation aborted at /usr/lib/perl5/5.8.6/File/Path.pm
line 166.
Compilation failed in require at /usr/bin/h2ph line 8.


The machine was build into Xen Dom0 and since several months its working
in a DomU machine. But i have problems today with perl. I can't start
amavisd-new, cause of the problems.

amavisd debug
ERROR: MISSING REQUIRED BASIC MODULES:
  Errno
BEGIN failed--compilation aborted at /usr/sbin/amavisd line 148.

i remerged glibc and tried perl, but only libperl was ok. I don't know,
what i can do now.

any suggestions?

cu denny

-- 
Sicherheit verständlich http://www.sides.de
GnuPG Key http://pgp.upb.de:11371/pks/lookup?op=getsearch=0xAB7D3FE0



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: [gentoo-user] MPlayer

2005-12-14 Thread Holly Bostick
Cláudio Henrique schreef:
 What is the advantage of running mplayer in framebuffer?
 
Mainly that you don't also have to run X to watch a movie.

Afaik.

Not that that isn't a pretty big benefit.

Holly



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] MPlayer

2005-12-14 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Holly Bostick wrote:
 Cláudio Henrique schreef:
 
What is the advantage of running mplayer in framebuffer?

 
 Mainly that you don't also have to run X to watch a movie.

I still remember the good ol'days of svgalib (and sasteroids).

- --
Arturo Buanzo Busleiman - www.buanzo.com.ar
Consultor en Seguridad Informatica / Dominio Digital TV - Da FOSS man!
KTP Consultores - info AT ktpconsultores.com.ar

Romper un sistema de seguridad los acerca tanto a ser hackers como el
encender autos puenteando los convierte en ingenieros automotrices.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDoA0TAlpOsGhXcE0RAgZWAJ4vIgMW6a2kYS7c1zLXt9nxYvhpZwCfaudz
dcv/DoxpusyyDTuMlIsYUrY=
=QdB1
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] [OT] test lab Quicktime streaming server

2005-12-14 Thread Uwe Thiem
Hi folks,

does someone know of a piece of software that runs under linux and swallows a 
stream from a Quicktime Streaming Server but just throws the data away (no 
decoding, no displaying)?

This is for torturing the server hardware to determine how many individual, 
concurrent streams it can maintain. A bit of random ff, fb and pausing would 
be nice but not necessary.

Uwe
  
-- 
Unix is sexy:
who | grep -i blonde | date
cd ~; unzip; touch; strip; finger
mount; gasp; yes; uptime; umount
sleep
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wtf is superfloppy? (vosonic usb drive)

2005-12-14 Thread Iain Buchanan
On Wed, 2005-12-14 at 10:51 +, Neil Bothwick wrote:
 On Wed, 14 Dec 2005 15:11:54 +0930, Iain Buchanan wrote:
 
  It appears the final solution is:
  
  1) CONFIG_SCSI_MULTI_LUN=y
  2) linux-2.6.15-rc5
 
 I have a multi-card reader that works find with CONFIG_SCSI_MULTI_LUN=y
 and older kernel versions.

yeah, I don't know why it didn't work - I think it had something to do
with the upgrade of genkernel (I'm kind of guessing here) because even
when I removed the CONFIG_SCSI_MULTI_LUN option, I still couldn't boot.
So that means it wasn't related to that option, but rather was something
else I changed in the mean time.

-- 
Iain Buchanan iaindb at netspace dot net dot au

When you have to kill a man it costs nothing to be polite.
-- Winston Churchill, on formal declarations of war

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Notification of Limited Account Access (Routing Code: C840-L1111-Q110-1113)

2005-12-14 Thread Michael Sullivan
On Wed, 2005-12-14 at 05:17 -0600, Dale wrote:
 Neil Bothwick wrote:
 
 On Tue, 13 Dec 2005 20:51:55 -0600, John Jolet wrote:
 
   
 
 yeah, clamav on my server quarantined it :)go clam.
 
 
 
 Don't worry, enough people have quoted the entire mail in their replies
 for several copies to get through.
 
 
   
 
 Can someone bring them here.  I have some rope and a lot of tall trees.  
 We'll hang him by the bal**.  If it is a lady, we'll find something else 
 to hang them by.  I bet if this was done publically and routinely, they 
 would give it more thought before starting this crap.  Do they ever 
 really catch these jerks?
 
 I usually go to the site and just make up some crap, for the ones that 
 want user name a passwords anyway.  I must confess, I didn't click on 
 the link this time.  ;)
 
 At least this way, they send one email and a ton of people get it.  LOL
 
 Dale
 :-)

I routinely check full headers so that I can make sure that I know where
something is really coming from...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] test lab Quicktime streaming server

2005-12-14 Thread Boyd Stephen Smith Jr.
On Wednesday 14 December 2005 07:59 am, Uwe Thiem wrote:
 does someone know of a piece of software that runs under linux and
 swallows a stream from a Quicktime Streaming Server but just throws
 the data away (no decoding, no displaying)?

You may be able to use socat and a bit of shell to do what you want:

http_request=#Whatever you need to request your stream
socat_remote_address=#Something like TCP:your_server:80
stress_level=10
i=0
while [ $i -lt $stress_level ]; do
socat $socat_remote_address  ENDREQUEST  /dev/null 
$http_request
ENDREQUEST
done

-- 
Boyd Stephen Smith Jr.
[EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: How to make emerge skirt a package built from tar.gz

2005-12-14 Thread brettholcomb
Isn't /etc/package/provides the proper way to do this as inject is deprecated?


 
 From: [EMAIL PROTECTED]
 Date: 2005/12/14 Wed AM 12:35:17 EST
 To: gentoo-user@lists.gentoo.org
 Subject: [gentoo-user]  Re: How to make emerge skirt a package built from 
 tar.gz
 
 Ryan Tandy [EMAIL PROTECTED] writes:
 
  emerge --inject 'app-foo/bar-1.2.3'
 
  Sounds like that's what you're thinking of.
  -- 
 
 That may be a way to do it.  It isn't what I was thinking of though.
 I've never heard of this and man emerges has almost nothing to say
 about it.  And `man inject'  doesn't now about it at all.
 
 The man page makes a brief comment:


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Stefan Frank
Hi 

I'm running ~amd64 on some packages and I know this can produce problems ;). I 
tried the modular X.org a while ago and was surprised about the stability. 
There was only a issue with missing symlinks for the nvidia drivers. 
Everything went fine since a few days ago. 

My current versions:

x11-base/xorg-server-0.99.4-r2  +dri +ipv6 -minimal +xprint
media-video/nvidia-kernel-1.0.8174-r1
media-video/nvidia-glx-1.0.8174-r1  -dlloader

X.org gives me the following error message on startup:

(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0):  log file that the GLX module has been loaded in your X
(EE) NVIDIA(0):  server, and that the module is the NVIDIA GLX module.  If
(EE) NVIDIA(0):  you continue to encounter problems, Please try
(EE) NVIDIA(0):  reinstalling the NVIDIA driver.

I don't know where I can get some more informative error messages. A few lines 
above I can see that the glx-module was loaded:

(II) LoadModule: glx
(II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
(II) Module glx: vendor=X.Org Foundation
compiled for 6.99.99.903, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2

I checked the timestamp on this library. It matches the last emerge of 
xorg-server on 6th decembre. Now I'm a little bit confused. The libglx.so is 
provied by xorg-server and nvidia-glx too:

# equery b libglx.so
[ Searching for file(s) libglx.so in *... ]
media-video/nvidia-glx-1.0.8174-r1 
(/usr/lib64/opengl/nvidia/extensions/libglx.so)
x11-base/xorg-server-0.99.4-r2 (/usr/lib64/xorg/modules/extensions/libglx.so)

Is it correct that X.org loads the one from xorg-server? Is there some mistake 
in my configuration? I attached the Xorg.0.log and xorg.conf.

It seems I'm the only one who is encountering this problem, I didn't find 
anything on forums.gentoo.org, bugs.gentoo.org and the mailing-lists...

Thanks for any help!

Stefan

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the xorg product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation CVS repository.
See http://wiki.x.org/wiki/CvsPage for CVS access instructions.

X Window System Version 6.99.99.903 (7.0.0 RC 3)
Release Date: 02 December 2005
X Protocol Version 11, Revision 0, Release 6.99.99.903
Build Operating System:Linux 2.6.14-gentoo-r2 x86_64
Current Operating System: Linux amd64 2.6.14-gentoo-r2 #1 PREEMPT Thu Dec 1 08:53:46 CET 2005 x86_64
Build Date: 06 December 2005
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Wed Dec 14 15:37:49 2005
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Simple Layout
(**) |--Screen Screen 1 (0)
(**) |   |--Monitor AL1721
(**) |   |--Device NV6800GT
(**) |--Input Device Mouse1
(**) |--Input Device Keyboard1
(**) FontPath set to /usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1
(==) RgbPath set to /usr/share/X11/rgb
(==) ModulePath set to /usr/lib64/xorg/modules
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.8
	X.Org XInput driver : 0.5
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/lib64/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor=X.Org Foundation
	compiled for 6.99.99.903, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/lib64/xorg/modules/libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
	compiled for 6.99.99.903, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,00e1 card 1462,0300 rev a1 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 10de,00e0 card 1462,0300 rev a2 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,00e4 card 1462,0300 rev a1 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,00e7 card 1462,0300 rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,00e7 card 1462,0300 rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,00e8 card 1462,0300 rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:05:0: chip 10de,00df card 1462,0300 rev a2 class 06,80,00 hdr 00
(II) PCI: 00:08:0: chip 10de,00e5 card 1462,0300 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:09:0: chip 10de,00ee card 1462,0300 rev a2 class 01,01,85 hdr 00
(II) PCI: 00:0a:0: chip 10de,00e3 card 

Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Catalin Trifu
   Hi,

did u run: eselect opengl set nvidia
to make sure nvidia's implementation is used. By yhe output of
Xorg.0.log the
actual implementation used is the X.org default one.
Also make sure you comment the ModulesPath in xorg.conf.

Catalin

  

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Dirk Heinrichs
Am Mittwoch, 14. Dezember 2005 16:24 schrieb ext Stefan Frank:

 X.org gives me the following error message on startup:

 I don't know where I can get some more informative error messages. A few
 lines above I can see that the glx-module was loaded:

 (II) LoadModule: glx
 (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
 (II) Module glx: vendor=X.Org Foundation
 compiled for 6.99.99.903, module version = 1.0.0
 ABI class: X.Org Server Extension, version 0.2

Any chance you're using hardened gcc? Try switching gcc to vanilla (using 
gcc-config) and rebuild xorg-server and eventually the nvidia stuff. If 
that still doesn't work, also try adding -fno-stack-protector to your 
CFLAGS.

HTH...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgp4KrjUly0Ek.pgp
Description: PGP signature


[gentoo-user] udev and fstab

2005-12-14 Thread Martins Steinbergs
hi

Gentoo udev Guide didnt answer my question, is it good idea to remove fstab 
entry for removables, i have this 
/dev/hdc  /media/cdrecorder   autouser,exec,noauto,managed 0 0
since fresh install and then there was devfs. Am I right that udev will handle 
mounts for /dev/hdc/ (DVD+CDRW) according to udev.rules what media is 
inserted?

And is there way to very force umount media even if it claims device is busy 
and i cant figure out what process is responsible for that.

martins
-- 
Linux 2.6.14-ck6 AMD Athlon(tm) 64 Processor 3200+
 16:48:18 up  6:00,  5 users,  load average: 1.06, 1.08, 1.08


pgpdHC3iTvxlN.pgp
Description: PGP signature


Re: [gentoo-user] links w/o benefit of X

2005-12-14 Thread maxim wexler

 
 This is caused by the way links uses its cache,
 check the Setup -
 Cache option, change the Number of formatted
 documents to 0 and
 disable Agressive cache, it should now refresh the
 page correctly. I
 tested it with a PHP silent script with header
 redirection, it worked
 at the first try, the second and subsequents failed,
 after setting
 Cache, it started working everytime.

Doesn't work here.

 
  HTH,
 
  W
  --
  I always took a cup of tea with me to chemistry
 class,
  and I know Dr. Pearshall won't mind, because she
 is
  British.
 ~S
  Sortir en Pantoufles: up 30 days, 22:08
  --
  gentoo-user@gentoo.org mailing list
 
 
 
 
 --
 Daniel da Veiga
 Computer Operator - RS - Brazil
 -BEGIN GEEK CODE BLOCK-
 Version: 3.1
 GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$
 N o+ K- w O M- V-
 PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+
 y++
 --END GEEK CODE BLOCK--
 
 -- 
 gentoo-user@gentoo.org mailing list
 
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Stefan Frank
On Wednesday 14 December 2005 16:24, Stefan Frank wrote:
 x11-base/xorg-server-0.99.4-r2  +dri +ipv6 -minimal +xprint
 media-video/nvidia-kernel-1.0.8174-r1
 media-video/nvidia-glx-1.0.8174-r1  -dlloader

Is it correct, that I have set the dri use-flag? I'm confused about that, 
because some people say in xorg.conf it shouldn't be set (glx is sufficient). 
If someone can bring some light into this issue I would be glad too. 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] udev and fstab

2005-12-14 Thread Dirk Heinrichs
Am Mittwoch, 14. Dezember 2005 16:15 schrieb ext Martins Steinbergs:

 Am I right that udev will handle mounts for /dev/hdc/ (DVD+CDRW)
 according to udev.rules what media is inserted?

No, udev handles device node creation. You still have to mount yourself or 
use an automounter.

 And is there way to very force umount media even if it claims device is
 busy and i cant figure out what process is responsible for that.

Did you try fuser?

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgprXyfX3frCJ.pgp
Description: PGP signature


Re: [gentoo-user] links w/o benefit of X

2005-12-14 Thread maxim wexler

 
 ctrl+a = move the cursor to the beginning of the
 line.
 I am surprised to hear that someone would assign
 that old combination to
 some 'select all'. Strange idea.
 

Old? In firefox, v1.07, Edit-Select All Ctrl+A

 :-))
 
 http://www.cs.tut.fi/~jkorpela/chars/c0.html

http://www.rci.rutgers.edu/~usseries/UNIXcmds.html#cmdedit
 http://en.wikipedia.org/wiki/Thompson_shell
 
 
 -- 
 No virus found in this outgoing message.
 Checked by 'grep -i virus $MESSAGE'
 Trust me.
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] readcd -clone and iso9660 ?

2005-12-14 Thread capsel
I made a copy of 6 cdroms with
readcd -clone f=iso -noerror retries=1
and only two of them I can
mount -t udf,iso9660 ./iso /mnt/cdrom -o loop

These two are a copy of a protected game CD and others are images of
solaris CDs.

I can mount solaris' CDs with
mount -t iso9660 /dev/cdrom /mnt/cdrom
but I can't mount images of them.

Is there any way to bypass problem with solaris CDs or is there any
tool to convert images made by readcd -clone to iso image?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cannot shutdown KDE

2005-12-14 Thread Benno Schulenberg
C. Beamer wrote:
 and 4 configuration files related to kde were updated.  The files
 were:  klipperrc, ksslcalist, kdmrc, and libkleopatrarc.

Ah, kdmrc...  Don't do that.  :)  Press 2 when that one comes along.

 So, in a nutshell, I still cannot shutdown or reboot when I
 select these from the menu on KDE logout.

Best would be to recover your kdmrc from a backup.

Failing that: Control Center  System Administration  Login Manager 
 Administrator Mode  the tab Shutdown  and allow Local Shutdown 
to Everybody.

HTH,

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



Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Stefan Frank
On Wednesday 14 December 2005 15:53, Catalin Trifu wrote:
Hi,

 did u run: eselect opengl set nvidia

More than once :(.

 to make sure nvidia's implementation is used. By yhe output of
 Xorg.0.log the
 actual implementation used is the X.org default one.
 Also make sure you comment the ModulesPath in xorg.conf.

ModulePath is already commented :(

I really don't know, what the problem may be. 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] trouble with vfat partition

2005-12-14 Thread maxim wexler


--- Iain Buchanan [EMAIL PROTECTED] wrote:

 On Tue, 2005-12-13 at 15:23 -0800, maxim wexler
 wrote:
  Hello everybody,
  
  I have a spare partition formatted as FAT 32 on an
 IDE
  disk. 
  
  vfat and ide-disk support was compiled into the
  kernel.
 
 as a module or built-in ?

Dang! compiled into == _not_ a module

 
  But #mount -t vfat responds w/ unknown fs type
 'vfat'.
 
 What does /var/log/messages show during this
 command?

nothing



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Stefan Frank
On Wednesday 14 December 2005 15:54, Dirk Heinrichs wrote:
 Any chance you're using hardened gcc? Try switching gcc to vanilla (using
 gcc-config) and rebuild xorg-server and eventually the nvidia stuff. 

Nope:

# gcc-config -L
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4:/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/32

I reemerged xorg-server and nvidia-stuff several times...

 If that still doesn't work, also try adding -fno-stack-protector to your
 CFLAGS.

Do you think, this is worth a try? I assume the problem is somewhere else 
(related to something I have different than others?). My CFLAGS seem to me 
very usual:

CFLAGS=-O2 -pipe -fomit-frame-pointer
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xen and Perl upgrade in DomU - does not match executable architecture

2005-12-14 Thread Rumen Yotov
On (14/12/05 12:39), Denny Schierz wrote:
 hi,
 
 i wanted to upgrade perl, but after compiling, the install fails with
 line, like this:
 
  cd /usr/include; h2ph * sys/*
 Errno architecture (i686-linux-2.6.11.12-xenu) does not match executable
 architecture (i686-linux-2.6.11.12-xen0)
 at /usr/lib/perl5/5.8.6/i686-linux/Errno.pm line 11.
 Compilation failed in require at /usr/lib/perl5/5.8.6/File/Path.pm line
 166.
 BEGIN failed--compilation aborted at /usr/lib/perl5/5.8.6/File/Path.pm
 line 166.
 Compilation failed in require at /usr/bin/h2ph line 8.
 
 
 The machine was build into Xen Dom0 and since several months its working
 in a DomU machine. But i have problems today with perl. I can't start
 amavisd-new, cause of the problems.
 
 amavisd debug
 ERROR: MISSING REQUIRED BASIC MODULES:
   Errno
 BEGIN failed--compilation aborted at /usr/sbin/amavisd line 148.
 
 i remerged glibc and tried perl, but only libperl was ok. I don't know,
 what i can do now.
 
 any suggestions?
 
 cu denny
 
 -- 
 Sicherheit verständlich http://www.sides.de
 GnuPG Key http://pgp.upb.de:11371/pks/lookup?op=getsearch=0xAB7D3FE0
 
Hi,
Try with newer Xen/3.0  xen-sources/2.6.12.6.
Could also file/search for a bug on Xen project.
HTH.Rumen


pgpNrbXX0NIEg.pgp
Description: PGP signature


Re: [gentoo-user] links w/o benefit of X

2005-12-14 Thread Daniel da Veiga
On 12/13/05, maxim wexler [EMAIL PROTECTED] wrote:


  I just tried to access YahooGroups with my account,
  and like you, after
  loggin in, it tells me that the refresh doesn't
  work, and bumps me to
  the front page.
 
  But if I hit ^R to reload the front page, it now
  shows me as logged in.
  I think the problem is that the websites are sending
  refresh command that
  links doesn't understand. And when you manually try
  to click the link
  given, it assumes it was the same page (same
  address, you visited just
  10 seconds ago), so loads it from cache.

 ^R doesn't work. Neither does links
 --enable-javascript.


Javascript is compiled in with USE=javascript...

 
  HTH,
 
  W
  --
  I always took a cup of tea with me to chemistry
  class,
  and I know Dr. Pearshall won't mind, because she is
  British.
 ~S
  Sortir en Pantoufles: up 30 days, 22:08
  --
  gentoo-user@gentoo.org mailing list
 
 


 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com
 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Catalin Trifu




# ls -lsa /usr/lib/libGL*
 4 -rw-r--r-- 1 root root 727 Dec 10 12:04 /usr/lib/libGL.la
 0 lrwxrwxrwx 1 root root 36 Dec 10 12:04 /usr/lib/libGL.so -
//usr/lib/opengl/nvidia/lib/libGL.so*
 4 -rw-r--r-- 1 root root 752 Dec 3 12:31 /usr/lib/libGLU.la
 0 lrwxrwxrwx 1 root root 20 Dec 7 23:43 /usr/lib/libGLU.so
- /usr/lib/libGLU.so.1*
 0 lrwxrwxrwx 1 root root 20 Dec 3 12:31 /usr/lib/libGLU.so.1
- libGLU.so.1.3.060401*
464 -rwxr-xr-x 1 root root 473316 Dec 3 12:31
/usr/lib/libGLU.so.1.3.060401*
 0 lrwxrwxrwx 1 root root 40 Dec 10 12:04 /usr/lib/libGLcore.so
- //usr/lib/opengl/nvidia/lib/libGLcore.so*
 0 lrwxrwxrwx 1 root root 11 Dec 3 12:31 /usr/lib/libGLw.so
- libGLw.so.1*
 0 lrwxrwxrwx 1 root root 15 Dec 3 12:31 /usr/lib/libGLw.so.1
- libGLw.so.1.0.0*
 0 lrwxrwxrwx 1 root root 15 Dec 3 12:31 /usr/lib/libGLw.so.1.0
- libGLw.so.1.0.0*
20 -rwxr-xr-x 1 root root 16804 Dec 3 12:31
/usr/lib/libGLw.so.1.0.0*

 My machine shows this. Is LoadModule "dri" commented out in
xorg.conf.

Catalin


Stefan Frank wrote:

  On Wednesday 14 December 2005 15:53, Catalin Trifu wrote:
  
  
   Hi,

did u run: eselect opengl set nvidia

  
  
More than once :(.

  
  
to make sure nvidia's implementation is used. By yhe output of
Xorg.0.log the
actual implementation used is the X.org default one.
Also make sure you comment the ModulesPath in xorg.conf.

  
  
ModulePath is already commented :(

I really don't know, what the problem may be. 
  





Re: [gentoo-user] links w/o benefit of X

2005-12-14 Thread Boyd Stephen Smith Jr.
On Wednesday 14 December 2005 10:09 am, maxim wexler wrote:
  ctrl+a = move the cursor to the beginning of the
  line.
  I am surprised to hear that someone would assign
  that old combination to
  some 'select all'. Strange idea.

 Old? In firefox, v1.07, Edit-Select All Ctrl+A

Ctrl-A has been 'Beginning of Line' in emacs (and bash's emacs mode) 
since I've been using them.  I don't remember Ctrl-A being 'Select All' 
until Aug '95.

-- 
Boyd Stephen Smith Jr.
[EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Stefan Frank
On Wednesday 14 December 2005 16:43, Catalin Trifu wrote:
 # ls -lsa /usr/lib/libGL*
   4 -rw-r--r--  1 root root727 Dec 10 12:04 /usr/lib/libGL.la
   0 lrwxrwxrwx  1 root root 36 Dec 10 12:04 /usr/lib/libGL.so -
 //usr/lib/opengl/nvidia/lib/libGL.so*
   4 -rw-r--r--  1 root root752 Dec  3 12:31 /usr/lib/libGLU.la
   0 lrwxrwxrwx  1 root root 20 Dec  7 23:43 /usr/lib/libGLU.so -
 /usr/lib/libGLU.so.1*
   0 lrwxrwxrwx  1 root root 20 Dec  3 12:31 /usr/lib/libGLU.so.1 -
 libGLU.so.1.3.060401*
 464 -rwxr-xr-x  1 root root 473316 Dec  3 12:31
 /usr/lib/libGLU.so.1.3.060401*
   0 lrwxrwxrwx  1 root root 40 Dec 10 12:04 /usr/lib/libGLcore.so -
 //usr/lib/opengl/nvidia/lib/libGLcore.so*
   0 lrwxrwxrwx  1 root root 11 Dec  3 12:31 /usr/lib/libGLw.so -
 libGLw.so.1*
   0 lrwxrwxrwx  1 root root 15 Dec  3 12:31 /usr/lib/libGLw.so.1 -
 libGLw.so.1.0.0*
   0 lrwxrwxrwx  1 root root 15 Dec  3 12:31 /usr/lib/libGLw.so.1.0
 - libGLw.so.1.0.0*
  20 -rwxr-xr-x  1 root root  16804 Dec  3 12:31 /usr/lib/libGLw.so.1.0.0*

My system:

# ls -lsa /usr/lib/libGL*
  4 -rw-r--r--  1 root root731 Nov 12 21:02 /usr/lib/libGL.la
  0 lrwxrwxrwx  1 root root 36 Nov 12 21:02 /usr/lib/libGL.so 
- //usr/lib/opengl/nvidia/lib/libGL.so
  4 -rw-r--r--  1 root root752 Dec 12 17:05 /usr/lib/libGLU.la
  0 lrwxrwxrwx  1 root root 11 Dec 12 17:05 /usr/lib/libGLU.so - 
libGLU.so.1
  0 lrwxrwxrwx  1 root root 20 Dec 12 17:05 /usr/lib/libGLU.so.1 - 
libGLU.so.1.3.060401
  0 lrwxrwxrwx  1 root root 20 Dec 12 17:05 /usr/lib/libGLU.so.1.3 - 
libGLU.so.1.3.060401
505 -rwxr-xr-x  1 root root 513640 Dec 12 17:05 /usr/lib/libGLU.so.1.3.060401
  0 lrwxrwxrwx  1 root root 40 Nov 12 21:02 /usr/lib/libGLcore.so 
- //usr/lib/opengl/nvidia/lib/libGLcore.so
  0 lrwxrwxrwx  1 root root 11 Dec 12 17:05 /usr/lib/libGLw.so - 
libGLw.so.1
  0 lrwxrwxrwx  1 root root 15 Dec 12 17:05 /usr/lib/libGLw.so.1 - 
libGLw.so.1.0.0
  0 lrwxrwxrwx  1 root root 15 Dec 12 17:05 /usr/lib/libGLw.so.1.0 - 
libGLw.so.1.0.0
 28 -rwxr-xr-x  1 root root  25656 Dec 12 17:05 /usr/lib/libGLw.so.1.0.0

That looks to me the same.


 My machine shows this. Is LoadModule dri commented out in xorg.conf.

Wasn't, but is now and it doesn't change anything... Have you emerged 
xorg-server with the USE-flag dri?
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] /etc/asound.state

2005-12-14 Thread James
Hello

I have frozen bubble working on several systems, you know, for the kids.
Anyway, frozen-bubble dies on one portable. I found the problem. As I 
added alsasound to the default level and then ran,
'/etc/init.d/alsasound start' I got this error message:
* Loading ALSA modules ... 
 * Restoring Mixer Levels ...
 * No mixer config in /etc/asound.state, you have to unmute your card!

Well, sorry, but audio works fine on this portable.

Sure enough, /etc/asound.state does not even exist on this system.

Also, when I fire up frozen-bubble this way, instead us the 
KDE pull down menu, I get these results:

SDL Init Graphics... Levels   SDNCTL_DSP_SETFRAGMENT: Invalid argument
Warning: Couldn't set audio fragment size
Sound init
Rady.
Audio write: Invalid argument

Note audio works with vlc, kaffeine and a variety of other applications
on this portable.  '/etc/groups' is just like the other systems where 
frozen  works. I unmerged 'sdl-perl' and then emerged sdl-perl.

So how do I create the /etc/asound.state file?

Any other ideas?

James

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user]

2005-12-14 Thread Ole Robert Hestvik

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



[gentoo-user] when i compile sourcenavigator, i get a error cannot find -lX11?

2005-12-14 Thread 白宇
i install almost all libX11 package, but the error still there, how can i resolve the problem?thank you.


Re: [gentoo-user] readcd -clone and iso9660 ?

2005-12-14 Thread Neil Bothwick
On Wed, 14 Dec 2005 16:13:59 +0100, capsel wrote:

 Is there any way to bypass problem with solaris CDs or is there any
 tool to convert images made by readcd -clone to iso image?

Have you tried creating the images directly, instead of using readcd

cat /dev/cdrom image.iso


-- 
Neil Bothwick

What I need is a list of specific unknown problems we will encounter.


signature.asc
Description: PGP signature


[gentoo-user] when i compile sourcenavigator, i get a error cannot find -lX11?

2005-12-14 Thread 白宇
i install almost all libX11 package, but the error still there, how can i resolve the problem?thank you.



Re: [gentoo-user] udev and fstab

2005-12-14 Thread Neil Bothwick
On Wed, 14 Dec 2005 17:15:20 +0200, Martins Steinbergs wrote:


 Gentoo udev Guide didnt answer my question, is it good idea to remove
 fstab entry for removables, i have this 
 /dev/hdc  /media/cdrecorder   auto
 user,exec,noauto,managed 0 0 since fresh install and then there was
 devfs. Am I right that udev will handle mounts for /dev/hdc/ (DVD+CDRW)
 according to udev.rules what media is inserted?

udev handles the creation of the device nodes, mounting is handled by
hal. hal normally creates its own mount points in /media, but if the
device is listed in /etc/fstab, it will use whatever is in there.


-- 
Neil Bothwick

Why is the word abbreviation so long?


signature.asc
Description: PGP signature


Re: [gentoo-user] /etc/asound.state

2005-12-14 Thread Andres Becerra Sandoval
On 12/14/05, James [EMAIL PROTECTED] wrote:
 Hello

 I have frozen bubble working on several systems, you know, for the kids.
 Anyway, frozen-bubble dies on one portable. I found the problem. As I
 added alsasound to the default level and then ran,
 '/etc/init.d/alsasound start' I got this error message:
 * Loading ALSA modules ...
  * Restoring Mixer Levels ...
  * No mixer config in /etc/asound.state, you have to unmute your card!

 Well, sorry, but audio works fine on this portable.

 Sure enough, /etc/asound.state does not even exist on this system.

 Also, when I fire up frozen-bubble this way, instead us the
 KDE pull down menu, I get these results:

 SDL Init Graphics... Levels   SDNCTL_DSP_SETFRAGMENT: Invalid argument
 Warning: Couldn't set audio fragment size
 Sound init
 Rady.
 Audio write: Invalid argument

 Note audio works with vlc, kaffeine and a variety of other applications
 on this portable.  '/etc/groups' is just like the other systems where
 frozen  works. I unmerged 'sdl-perl' and then emerged sdl-perl.

 So how do I create the /etc/asound.state file?

AFAIK, If you run alsamixer and set the volume asound.state will be
created and saved for  the next boot.

--
  Andres

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Catalin Trifu




 Can be because u run x86_64
because it loads the GLX from 

Loading /usr/lib64/xorg/modules/extensions/libglx.so
   This can be a cause. Have u tried to use the xorg implementation.
   Also, you can live without GLX as long u don't need fancy 3D or
something like that.

Catalin



Stefan Frank wrote:

  On Wednesday 14 December 2005 16:43, Catalin Trifu wrote:
  
  
# ls -lsa /usr/lib/libGL*
  4 -rw-r--r--  1 root root727 Dec 10 12:04 /usr/lib/libGL.la
  0 lrwxrwxrwx  1 root root 36 Dec 10 12:04 /usr/lib/libGL.so -
//usr/lib/opengl/nvidia/lib/libGL.so*
  4 -rw-r--r--  1 root root752 Dec  3 12:31 /usr/lib/libGLU.la
  0 lrwxrwxrwx  1 root root 20 Dec  7 23:43 /usr/lib/libGLU.so -
/usr/lib/libGLU.so.1*
  0 lrwxrwxrwx  1 root root 20 Dec  3 12:31 /usr/lib/libGLU.so.1 -
libGLU.so.1.3.060401*
464 -rwxr-xr-x  1 root root 473316 Dec  3 12:31
/usr/lib/libGLU.so.1.3.060401*
  0 lrwxrwxrwx  1 root root 40 Dec 10 12:04 /usr/lib/libGLcore.so -
//usr/lib/opengl/nvidia/lib/libGLcore.so*
  0 lrwxrwxrwx  1 root root 11 Dec  3 12:31 /usr/lib/libGLw.so -
libGLw.so.1*
  0 lrwxrwxrwx  1 root root 15 Dec  3 12:31 /usr/lib/libGLw.so.1 -
libGLw.so.1.0.0*
  0 lrwxrwxrwx  1 root root 15 Dec  3 12:31 /usr/lib/libGLw.so.1.0
- libGLw.so.1.0.0*
 20 -rwxr-xr-x  1 root root  16804 Dec  3 12:31 /usr/lib/libGLw.so.1.0.0*

  
  
My system:

# ls -lsa /usr/lib/libGL*
  4 -rw-r--r--  1 root root731 Nov 12 21:02 /usr/lib/libGL.la
  0 lrwxrwxrwx  1 root root 36 Nov 12 21:02 /usr/lib/libGL.so 
- //usr/lib/opengl/nvidia/lib/libGL.so
  4 -rw-r--r--  1 root root752 Dec 12 17:05 /usr/lib/libGLU.la
  0 lrwxrwxrwx  1 root root 11 Dec 12 17:05 /usr/lib/libGLU.so - 
libGLU.so.1
  0 lrwxrwxrwx  1 root root 20 Dec 12 17:05 /usr/lib/libGLU.so.1 - 
libGLU.so.1.3.060401
  0 lrwxrwxrwx  1 root root 20 Dec 12 17:05 /usr/lib/libGLU.so.1.3 - 
libGLU.so.1.3.060401
505 -rwxr-xr-x  1 root root 513640 Dec 12 17:05 /usr/lib/libGLU.so.1.3.060401
  0 lrwxrwxrwx  1 root root 40 Nov 12 21:02 /usr/lib/libGLcore.so 
- //usr/lib/opengl/nvidia/lib/libGLcore.so
  0 lrwxrwxrwx  1 root root 11 Dec 12 17:05 /usr/lib/libGLw.so - 
libGLw.so.1
  0 lrwxrwxrwx  1 root root 15 Dec 12 17:05 /usr/lib/libGLw.so.1 - 
libGLw.so.1.0.0
  0 lrwxrwxrwx  1 root root 15 Dec 12 17:05 /usr/lib/libGLw.so.1.0 - 
libGLw.so.1.0.0
 28 -rwxr-xr-x  1 root root  25656 Dec 12 17:05 /usr/lib/libGLw.so.1.0.0

That looks to me the same.

  
  
My machine shows this. Is LoadModule "dri" commented out in xorg.conf.

  
  
Wasn't, but is now and it doesn't change anything... Have you emerged 
xorg-server with the USE-flag "dri"?
  





Re: [gentoo-user] readcd -clone and iso9660 ?

2005-12-14 Thread capsel
2005/12/14, Neil Bothwick [EMAIL PROTECTED]:
 On Wed, 14 Dec 2005 16:13:59 +0100, capsel wrote:

  Is there any way to bypass problem with solaris CDs or is there any
  tool to convert images made by readcd -clone to iso image?

 Have you tried creating the images directly, instead of using readcd

 cat /dev/cdrom image.iso

Yes, it works, cp /dev/cdrom image.iso too. But some CDs have errors
(scratches) that cp/cat can't handle.
Why readcd makes once iso and once not iso compatible image files?

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: [OT] test lab Quicktime streaming server

2005-12-14 Thread James
Boyd Stephen Smith Jr. bss03 at volumehost.com writes:


 On Wednesday 14 December 2005 07:59 am, Uwe Thiem wrote:
  does someone know of a piece of software that runs under linux and
  swallows a stream from a Quicktime Streaming Server but just throws
  the data away (no decoding, no displaying)?

 You may be able to use socat and a bit of shell to do what you want:

 http_request=#Whatever you need to request your stream
 socat_remote_address=#Something like TCP:your_server:80
 stress_level=10
 i=0
 while [ $i -lt $stress_level ]; do
 socat $socat_remote_address  ENDREQUEST  /dev/null 
 $http_request
 ENDREQUEST
 done


Any ability to easily measure the amount of bandwidth being consumed,
in bits/sec or mbps by these video streams ?  That would tell us if 
it's the number of streams or the bandwidth of the video streams
or both, that bogged down a video master(server).

I have been using 'bwmon: to measure bandwidth consumption
of video streams into an ethernet interface.  However,it does not have the
ability to parse out statistics based on individual video streams, when
multiple video streams are entering the same interface.

I have read discussions that the
2.6 linux kernel can actually measure every bit into/out-of an interface very
accurately, but, I just have not found any detailed information on these
measurements or how to perform these measurement, via token buckets or
whatever kernel mechanisms folks use. It sure would be nice to be able to parse
out video and other forms of ethernet data traffic into an individual
readings with unique stats per application so what can see how much 
server resources a process or video stream is using. I'll be using
mixed mode video, i.e. some mjpeg, some mpeg2 some H.264 some
theora and maybe more. How else does one discern what's bogging down
a video master(server) with lots of activity?


Thoughts or ideas?

James




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Postfix as Mail-Queuing-Server

2005-12-14 Thread kashani

Schöffmann Matthias wrote:

Hi!

I have the following problem: I want a postfix-server between my 
mailserver (exchange) and my smarthost (postfix) witch relays all 
mails without attachments and put all mails with attachments in a 
queue to preview the mails (per web interface?) and deliver this ones

 only when i manually allow them.

Any ideas? Maybee with a antispam-solution whicht quarantines all 
mails with attachments?


Greets from austria


I think it's much simpler to do:

Internet -- Postfix/Spam/SmartHost/etc -- Exchange

I'd look into setting up clamav and amavis-new which would pretty much
automate the whole process. I also do some header filtering to keep
obvious spam attachments from hitting the sometimes CPU intensive virus 
and spam filtering processes.


/etc/postfix/mime_header_checks.regexp
/^\s*Content-(Disposition|Type).*name\s*=\s*?(.+\.(ad[ep]|asd|ba[st]|c[ho]m|cmd|cpl|crt|dbx|dll|exe|hlp|hta|in[fs]|isp|js|jse|lnk|md[etw]|ms[cipt]|nws|ocx|ops|pcd|pi|pif|prf|reg|scf|scr|sct|sh[bms]|swf|uue|vb|vb[esx]|vxd|wab|ws[cfh]))?\s*$/ 
REJECT Files attached to emails that contain or end in $3 are 
prohibited on this server as they may contain viruses. The file named 
$2 was rejected.


/etc/postfix/main.cf
# attachement filtering
mime_header_checks = regexp:/etc/postfix/mime_header_checks.regexp

You may want to add or remove extentions based on what works for you and 
your users.


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



Re: [gentoo-user] readcd -clone and iso9660 ?

2005-12-14 Thread Michael Kjorling
On 2005-12-14 17:45 +0100, [EMAIL PROTECTED] wrote:
 Yes, it works, cp /dev/cdrom image.iso too. But some CDs have errors
 (scratches) that cp/cat can't handle.

Tried dd with `conv=noerror'?

-- 
Michael Kjörling, [EMAIL PROTECTED] - http://michael.kjorling.com/
* ASCII Ribbon Campaign: Against HTML Mail, Proprietary Attachments *
* . No bird soars too high if he soars with his own wings . *


pgpqxN8vbCVNS.pgp
Description: PGP signature


[gentoo-user] Re: /etc/asound.state

2005-12-14 Thread James
Andres Becerra Sandoval andres.becerra at gmail.com writes:



  Note audio works with vlc, kaffeine and a variety of other applications
  on this portable.  '/etc/groups' is just like the other systems where
  frozen  works. I unmerged 'sdl-perl' and then emerged sdl-perl.

  So how do I create the /etc/asound.state file?

 AFAIK, If you run alsamixer and set the volume asound.state will be
 created and saved for  the next boot.

OK, I 'emerge alasmixergui' and ran 'alsamixer'. It indicates that 
the volume is up, just like kmix shows. Remember audio is already
working for lots of different applications.

Furthermore, this did not create the /etc/asound.state file?

any other ideas?

James



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gcc upgrade lessons

2005-12-14 Thread Roy Wright

Howdy,

Finally completed the gcc 3.4.4 upgrade and thought I'd pass along a few
hard learned lessons.

I run a mostly stable system updated almost daily.  The sync is
ran as part of cron.daily.

Lesson #1, turn off cron portage scripts prior to multi-day emerge. 
Got bit by some Sun java package updates needing to be downloaded.


I also use rsnapshot to keep some current backups around.

Lesson #2, turn off rsnapshot prior to rebuilding the world.  Can
you say good bye to disk space?  Yes, 36GB root down to 0.

Lesson #3, Konqueror's File Size View is excellent.  I wasted
hours trying to figure out why I was running out of disk space until
I discovered the File Size View which pointed the problem right
at rsnapshot.

Lesson #4, emerge --skipfirst --resume is GREAT.  I kept a list of
the three non-java packages that failed.  After completing
emerge -e world, I did a emerge sync, low and behold, those three
packages had updates and then compiled successfully.

The only side-effect I have noticed is that KDE 3.4 system sounds
now work... :-)


Have fun,
Roy
--
gentoo-user@gentoo.org mailing list



[gentoo-user] clock problems software clock 20x fast

2005-12-14 Thread Noah J Norris
my hardware clock stays correct but the software clock is like going 20x fast 
im on a laptop and using noapic the problem goes away but leads to other 
problems like  network problems happing like errors with internal ethernet 
card and ndiswrapper stops working . the processer is amd64 running as x86 
(32bit mode)  i get apic errors and lost tick errors .  if i leave this on 
for a couple hours it becomes days ahead can anyone shead some light on 
this ?  kernel being used is 2.6.14-r2 i believe


thanks

'hwclock --hctosys' works to set the time back to what the hardware clock says 

-- 
life is linux
linux is life
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] readcd -clone and iso9660 ?

2005-12-14 Thread capsel
2005/12/14, Michael Kjorling [EMAIL PROTECTED]:
 On 2005-12-14 17:45 +0100, [EMAIL PROTECTED] wrote:
  Yes, it works, cp /dev/cdrom image.iso too. But some CDs have errors
  (scratches) that cp/cat can't handle.

 Tried dd with `conv=noerror'?

Not yet, but I just noticed that without -clone option image is iso
compatible (at least for solaris cd1) so maybe dd conv=noerror would
work.

And I still wish to mount cloned image like with daemon-tools on windows...
Is there any solution to this? (except not mounting them)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: [OT] test lab Quicktime streaming server

2005-12-14 Thread Boyd Stephen Smith Jr.
On Wednesday 14 December 2005 11:44 am, James wrote:
 Boyd Stephen Smith Jr. bss03 at volumehost.com writes:
  On Wednesday 14 December 2005 07:59 am, Uwe Thiem wrote:
   does someone know of a piece of software that runs under linux
   and swallows a stream from a Quicktime Streaming Server but just
   throws the data away (no decoding, no displaying)?
 
  You may be able to use socat and a bit of shell to do what you
  want:

 Any ability to easily measure the amount of bandwidth being consumed,
 in bits/sec or mbps by these video streams ? 

You could use pv (pipe viewer) in between socat and /dev/null to measure 
the bandwidth of the TCP stream.  I find nettop is also fairly useful, 
although it would group all the HTTP streams on that interface into the 
same numbers. tcpdump is also a tool you may want to check out.

Example use of pv:
socat $socat_remote_address  ENDREQUEST | pv  /dev/null
$http_request
ENDREQUEST

pv is meant to be used interactively, so you'd probably want to start 
each stream in a separate pty.  That should be scriptable with screen.

 I have been using 'bwmon: to measure bandwidth consumption
 of video streams into an ethernet interface.  However,it does not
 have the ability to parse out statistics based on individual video
 streams, when multiple video streams are entering the same interface.

Never used it, so I can't really comment. The pv technique may work for 
you. Keep in mind that it won't count any overhead, just the throughput 
of the TCP stream (so, it won't count headers, ACKs, or duplicate 
packets).

Finally, you may be able to use interface aliases and interface 
monitoring tools to do what you want.  You'd just have to figure out a 
way to have socat use a particular interface.

In imaginary land:
alias eth0 eth0:$i
socat -i eth0:$i TCP:$host:$port  ENDREQUEST  /dev/null 
$http_request
ENDREQUEST
bwmon -i eth0:$i

-- 
Boyd Stephen Smith Jr.
[EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Notification of Limited Account Access (Routing Code: C840-L1111-Q110-1113)

2005-12-14 Thread Billy Holmes

Neil Bothwick wrote:

Don't worry, enough people have quoted the entire mail in their replies
for several copies to get through.


yeah, my server stopped it at the SMTP session..
--
gentoo-user@gentoo.org mailing list



dd isos (was: Re: [gentoo-user] readcd -clone and iso9660 ?)

2005-12-14 Thread Boyd Stephen Smith Jr.
On Wednesday 14 December 2005 12:05 pm, Michael Kjorling wrote:
 On 2005-12-14 17:45 +0100, [EMAIL PROTECTED] wrote:
  Yes, it works, cp /dev/cdrom image.iso too. But some CDs have
  errors (scratches) that cp/cat can't handle.

 Tried dd with `conv=noerror'?

I've read that dd actually has problems reading from cdroms and isos 
produced with something like dd if=/dev/cdrom of=my.iso conv=noerror 
would be invalid.  Can anyone confirm / deny, preferably with some sort 
of reference or test.

-- 
Boyd Stephen Smith Jr.
[EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] clock problems software clock 20x fast

2005-12-14 Thread Richard Fish
On 12/14/05, Noah J Norris [EMAIL PROTECTED] wrote:
 my hardware clock stays correct but the software clock is like going 20x fast
 im on a laptop and using noapic the problem goes away but leads to other
 problems like  network problems happing like errors with internal ethernet
 card and ndiswrapper stops working . the processer is amd64 running as x86
 (32bit mode)  i get apic errors and lost tick errors .  if i leave this on
 for a couple hours it becomes days ahead can anyone shead some light on
 this ?  kernel being used is 2.6.14-r2 i believe

A couple of things to investigate:

1. Make sure that the first line of /etc/adjtime contains very small
values.  In fact, you might just want to replace the first line with
0.0 0 0.0.

2. Take a look at the clock= settings in
/usr/src/linux/Documentation/kernel-parameters.txt.  Maybe you need
clock=pit.

-Richard

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] USB error #'s? mass storage

2005-12-14 Thread Ernie Schroder
Does anyone have a link to USB errors? I've been having some problems getting 
my USB card reader wotking. It works on the wife's XP machine and worked 
under kernel 2.6.5 until a few months ago. (kernel went unchanged) I've 
recently built 2.6.14 and included the same parameters SCSI SCSI disk, 
USB-STORAGE etc. and when I plug in the reader I get:

usb 3-1: new full speed USB device using ohci_hcd and address 22
usb 3-1: device not accepting address 22, error -110

I can not find anything on the web regarding error -110

The
usb_storage driver (compiled as a module) loads without error and my USB 
printer and scanner work as expected. lsusb shows the scanner and printer but 
not the card reader.

# lsusb
Bus 003 Device 002: ID 046d:c401 Logitech, Inc. TrackMan Marble Wheel
Bus 003 Device 001: ID :
Bus 002 Device 002: ID 03f0:1204 Hewlett-Packard DeskJet 930c
Bus 002 Device 001: ID :
Bus 001 Device 003: ID 04b8:011e Seiko Epson Corp. Perfection 1660 Photo
Bus 001 Device 001: ID :

Any ideas?
-- 
Regards, Ernie
100% Microsoft and Intel free

 12:47:26 up 16 min,  2 users,  load average: 0.02, 0.15, 0.16
Linux 2.6.14-gentoo-r42.6.14-r-4_new i686 AMD Athlon(tm) XP 2400+
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: /etc/asound.state

2005-12-14 Thread Christoph Eckert

 Furthermore, this did not create the /etc/asound.state file?

 any other ideas?

alsactl store resp. restore normally gets automatically executed on ALSA 
start/shutdown.

If this is not the case on this particular machine, then there'
s something wrong.


Best regards


ce

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Recommended MySQL frontends

2005-12-14 Thread Preston Hagar
You might look at MySQLCC. The MySQL people have switched away from it to their new mysql administrator, but I still like it better.You can download it for windows by going here:
http://ftp.up.ac.za/pub/windows/mysql/Downloads/MySQLCC/Make sure to get the 0.9.4 versionMySQLCC isn't updated or supported anymore AFAIK and sometimes has a few bugs, but I use it fairly reguarly.
Another thing you might want to check out is DBDesigner: http://fabforce.net/dbdesigner4/With it, you can create graphical table diagrams. It then can take your diagram and sync it with a MySQL database.
HTH,PrestonOn 12/13/05, Roy Wright [EMAIL PROTECTED] wrote:
Howdy,I'm playing with Ruby On Rails but am severely SQL challenged.I'd like to just create some simple tables (integers, strings, dates).I've been trying to find a MySQL frontend that works.Theclosest is mysql administrator, except the SQL generated
doesn't work.Kexi errors when trying to connect to mysqland connection edit is not implemented yet...Any suggestions for a tool to create simple tables in MySQL?Or any really good tutorials?Please not another how to
install mysql on windows tutorial... that's all I seem able to find.I'm using MySQL 4.1.14.Thank you,Roy--gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: [OT] test lab Quicktime streaming server

2005-12-14 Thread Eric Bliss
On Wednesday 14 December 2005 08:44 am, James wrote:
 
 Any ability to easily measure the amount of bandwidth being consumed,
 in bits/sec or mbps by these video streams ?  That would tell us if 
 it's the number of streams or the bandwidth of the video streams
 or both, that bogged down a video master(server).
 
 I have been using 'bwmon: to measure bandwidth consumption
 of video streams into an ethernet interface.  However,it does not have the
 ability to parse out statistics based on individual video streams, when
 multiple video streams are entering the same interface.
 
 I have read discussions that the
 2.6 linux kernel can actually measure every bit into/out-of an interface 
very
 accurately, but, I just have not found any detailed information on these
 measurements or how to perform these measurement, via token buckets or
 whatever kernel mechanisms folks use. It sure would be nice to be able to 
parse
 out video and other forms of ethernet data traffic into an individual
 readings with unique stats per application so what can see how much 
 server resources a process or video stream is using. I'll be using
 mixed mode video, i.e. some mjpeg, some mpeg2 some H.264 some
 theora and maybe more. How else does one discern what's bogging down
 a video master(server) with lots of activity?
 

Try looking at iptraf (net-analyzer/iptraf).  It's a curses based interface to 
watch your network interfaces.  The traffic monitor will show traffic flow 
for each different connection, and the interface statistics will show how 
much total traffic is going in and out on each interface, including real-time 
kb/sec data.  As long as you keep track of what IPs your torture streams are 
on, you should be able to see how each stream is going.

-- 
Eric Bliss
systems design and integration,
CreativeCow.Net
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] USB error #'s? mass storage

2005-12-14 Thread Richard Fish
On 12/14/05, Ernie Schroder [EMAIL PROTECTED] wrote:
 Does anyone have a link to USB errors? I've been having some problems getting

 usb 3-1: new full speed USB device using ohci_hcd and address 22
 usb 3-1: device not accepting address 22, error -110

This error number is not USB specific, it is a kernel error code,
defined in /usr/src/linux/include/asm-generic/errno.h.  110 is
ETIMEDOUT.  Sounds like the device stopped responding.

-Richard

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] traffic shaping and p2p

2005-12-14 Thread Matthias Langer
I've a small home network, actuall consisting of two gentoo boxes, where
one box acts as router, firewall, svn server and desktop for my sister
(i know this isn't an optimal setup) and the other one is my
workstation.

Now, when i start a p2p app on my workstation the latency of my internet
connection suffers greatly, allthogh i've  
384 kbit/s up and 3072 kbit/s down. I know that there are some
approaches to solve this kind of problem by categorizing packets and
assign different priorities to them, as explained at
http://gentoo-wiki.com/HOWTO_Packet_Shaping. However, my knowledge of
iptables and networking is very limited and i just want a simple and
clean solution as i don't plan to trick myself by switching my p2p apps
to non standard ports or manipulating the packet size ... 

To cut a long story short: I want high latency for ssh, browsing,
subversion while offering p2p services a maximum of bandwidth in a small
homenetwork containing only 2 boxes.

Any suggestions ?

Thanks, 
Matthias

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] traffic shaping and p2p

2005-12-14 Thread Matthias Langer
On Wed, 2005-12-14 at 20:02 +0100, Matthias Langer wrote:
 I've a small home network, actuall consisting of two gentoo boxes, where
 one box acts as router, firewall, svn server and desktop for my sister
 (i know this isn't an optimal setup) and the other one is my
 workstation.
 
 Now, when i start a p2p app on my workstation the latency of my internet
 connection suffers greatly, allthogh i've  
 384 kbit/s up and 3072 kbit/s down. I know that there are some
 approaches to solve this kind of problem by categorizing packets and
 assign different priorities to them, as explained at
 http://gentoo-wiki.com/HOWTO_Packet_Shaping. However, my knowledge of
 iptables and networking is very limited and i just want a simple and
 clean solution as i don't plan to trick myself by switching my p2p apps
 to non standard ports or manipulating the packet size ... 
 
 To cut a long story short: I want high latency for ssh, browsing,
(what i mean is in fact low latency :-)
 subversion while offering p2p services a maximum of bandwidth in a small
 homenetwork containing only 2 boxes.
 
 Any suggestions ?
 
 Thanks, 
 Matthias
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] clock problems software clock 20x fast

2005-12-14 Thread Noah J Norris
On Wednesday 14 December 2005 05:39 pm, Richard Fish wrote:
 On 12/14/05, Noah J Norris [EMAIL PROTECTED] wrote:
  my hardware clock stays correct but the software clock is like going 20x
  fast im on a laptop and using noapic the problem goes away but leads to
  other problems like  network problems happing like errors with internal
  ethernet card and ndiswrapper stops working . the processer is amd64
  running as x86 (32bit mode)  i get apic errors and lost tick errors .  if
  i leave this on for a couple hours it becomes days ahead can anyone shead
  some light on this ?  kernel being used is 2.6.14-r2 i believe

 A couple of things to investigate:

 1. Make sure that the first line of /etc/adjtime contains very small
 values.  In fact, you might just want to replace the first line with
 0.0 0 0.0.
i tried changeing this is this for the hardware clock drift ? i dont have any 
problem with the hardware clock its the software clock thats fast


 2. Take a look at the clock= settings in
 /usr/src/linux/Documentation/kernel-parameters.txt.  Maybe you need
 clock=pit.

 -Richard

looking in this file saw some other options that may help the problem.
i have an ati chipset (newer laptop chipset) ouput of lspci below

:00:00.0 Host bridge: ATI Technologies Inc ATI Radeon Xpress 200 
(RS480/RS482/RX480/RX482) Chipset - Host bridge (rev 01)
:00:02.0 PCI bridge: ATI Technologies Inc RS480 PCI-X Root Port
:00:06.0 PCI bridge: ATI Technologies Inc: Unknown device 5a38
:00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host 
Controller
:00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host 
Controller
:00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host 
Controller
:00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 11)
:00:14.1 IDE interface: ATI Technologies Inc Standard Dual Channel PCI IDE 
Controller ATI
:00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge
:00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge
:00:14.5 Multimedia audio controller: ATI Technologies Inc IXP SB400 AC'97 
Audio Controller (rev 02)
:00:14.6 Modem: ATI Technologies Inc ATI SB400 - AC'97 Modem Controller 
(rev 02)
:01:00.0 VGA compatible controller: ATI Technologies Inc M24 1P [Radeon 
Mobility X600]
:02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8036 Fast 
Ethernet Controller (rev 10)
:03:05.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller (rev 
01)
:03:07.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 
54g] 802.11g Wireless LAN Controller (rev 02)
:03:0e.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host 
Controller (rev 80)

some options i saw in that file that i may try

acpi_skip_timer_override [HW,ACPI]
Recognize and ignore IRQ0/pin2 Interrupt Override.
For broken nForce2 BIOS resulting in XT-PIC timer.

enable_timer_pin_1 [i386,x86-64]
Enable PIN 1 of APIC timer
Can be useful to work around chipset bugs
(in particular on some ATI chipsets).
The kernel tries to set a reasonable default.

disable_timer_pin_1 [i386,x86-64]
Disable PIN 1 of APIC timer
Can be useful to work around chipset bugs.


-- 
life is linux
linux is life
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Francesco Riosa
Stefan Frank wrote:
 Hi 

 I'm running ~amd64 on some packages and I know this can produce problems ;). 
 I 
 tried the modular X.org a while ago and was surprised about the stability. 
 There was only a issue with missing symlinks for the nvidia drivers. 
 Everything went fine since a few days ago. 

 My current versions:

 x11-base/xorg-server-0.99.4-r2  +dri +ipv6 -minimal +xprint
 media-video/nvidia-kernel-1.0.8174-r1
 media-video/nvidia-glx-1.0.8174-r1  -dlloader

   
different card than your but I need to put in  /etc/portage/package.mask
=media-video/nvidia-kernel-1.0.8174*
=media-video/nvidia-glx-1.0.8174*


emerge -pv media-video/nvidia-kernel media-video/nvidia-glx

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

Calculating dependencies ...done!
[ebuild   R   ] media-video/nvidia-kernel-1.0.7676-r1  0 kB
[ebuild   R   ] media-video/nvidia-glx-1.0.7676-r2  -dlloader 0 kB

also I'm sticky with kernel = 2.6.15-rc1-mm1 ,

another thing you can look at is kernel loaded modules,
#  lsmod | grep nv
nvidia   3707400  12

should output exactly that not other video related modules (groan every
time I see that 3707400 that become 4... with 8174 )

nothing definitive but may be something to try

-- Francesco R.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] udev and fstab

2005-12-14 Thread Christoph Eckert

  And is there way to very force umount media even if it claims
  device is busy and i cant figure out what process is responsible
  for that.

 Did you try fuser?

I made the experience that fuser or lsof often don't help much when you 
have problems unmounting a device. The output is empty, and you don't 
know why the heck you are not allowed to unmount a device.


Best regards


ce

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Is there and Alternative to compiling kde?

2005-12-14 Thread Christoph Eckert

 And all of these releases have to be carefully coordinated by the
 developers, since you can't have a binary download of the new X.org
 until the new KDE and GNOME builds are ready, and you have to update
 all of the dependency versions for every release, because now release
 -r2 of KDE-bin requires =xorg-server-bin-6.8.2* ||
 =xorg-server-6.8.2*, while -r3 requires 7.0.   My guess is that these
 binary releases wouldn't happen until a planned 'update cycle', when
 everything would be updated at once.  And now you have the same
 features/problems as Fedora, Ubuntu, etc.

thanks for pointing this out. Very interesting for me to read.


Best regards


ce


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: How to make emerge skirt a package built from tar.gz

2005-12-14 Thread Robert Crawford
On Wednesday 14 December 2005 09:36, [EMAIL PROTECTED] wrote:
 Isn't /etc/package/provides the proper way to do this as inject is
 deprecated?

It's: 
/etc/portage/profile/package.provided



  From: [EMAIL PROTECTED]
  Date: 2005/12/14 Wed AM 12:35:17 EST
  To: gentoo-user@lists.gentoo.org
  Subject: [gentoo-user]  Re: How to make emerge skirt a package built from
  tar.gz
 
  Ryan Tandy [EMAIL PROTECTED] writes:
   emerge --inject 'app-foo/bar-1.2.3'
  
   Sounds like that's what you're thinking of.
   --
 
  That may be a way to do it.  It isn't what I was thinking of though.
  I've never heard of this and man emerges has almost nothing to say
  about it.  And `man inject'  doesn't now about it at all.
 
  The man page makes a brief comment:
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] RESOLVED Re: /etc/asound.state

2005-12-14 Thread James
Christoph Eckert ce at christeck.de writes:


 alsactl store resp. restore normally gets automatically executed on ALSA 
 start/shutdown.

 If this is not the case on this particular machine, then there'
 s something wrong.

Well, I added alsa to the default run level, built a new 2.14-gentoo-r4
kernel, and this /etc/asound.state now exist. Frozen bubble is now working 
fine.

Thanks everyone!

James

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] udev and fstab

2005-12-14 Thread Martins Steinbergs
On Wednesday 14 December 2005 22:37, Christoph Eckert wrote:
   And is there way to very force umount media even if it claims
   device is busy and i cant figure out what process is responsible
   for that.
 
  Did you try fuser?

 I made the experience that fuser or lsof often don't help much when you
 have problems unmounting a device. The output is empty, and you don't
 know why the heck you are not allowed to unmount a device.


 Best regards


 ce
fuser -k /media/cdrecorder was successful, thanks for pointing to fuser

martins
-- 
Linux 2.6.14-ck6 AMD Athlon(tm) 64 Processor 3200+
 22:50:13 up  1:22,  5 users,  load average: 0.50, 0.36, 0.44


pgp964BvfFEHK.pgp
Description: PGP signature


[gentoo-user] Book about GNU Copyright .

2005-12-14 Thread J.A.H.
Book about GNU Copyright .

Can anybody here recommend a book from their Desktop which or that is
specifically focused so that the content of the book(s) can be used to
completely understand all GNU and or or Gentoo copyrights and issues
surrounding those legalities?

My grasp of GNU is narrow.

In your response here to this Email please make a point of CC``ing my
ingoing electronic mail message address for there are too many Emails
already due to unrelated bulk mail subscriptions which I do not read.

With utter sangfroid,

JASON (NOTE: I apologize for the fact that this may be an unrelated
request. Please do not automate your response. Thank you)

--
La simplicidad es la máxima sofisticación --- Leonardo Da Vinci

[EMAIL PROTECTED] mailing list
[EMAIL PROTECTED] mailing list
gentoo-desktop@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] udev and fstab

2005-12-14 Thread Richard Fish
On 12/14/05, Christoph Eckert [EMAIL PROTECTED] wrote:

   And is there way to very force umount media even if it claims
   device is busy and i cant figure out what process is responsible
   for that.
 
  Did you try fuser?

 I made the experience that fuser or lsof often don't help much when you
 have problems unmounting a device. The output is empty, and you don't
 know why the heck you are not allowed to unmount a device.

Also try:

ls -l /proc/[0-9]*/cwd.

-Richard

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [SOLVED] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Stefan Frank
According to http://bugs.gentoo.org/show_bug.cgi?id=111877 it is a  
problem with eselect-opengl. I tried the fix from comment #21 and  
afterwards everything works fine again.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lighter xscreensaver ?

2005-12-14 Thread Grant
  Is there a program like xscreensaver that is lighter weight?  All I
  want to do is blank and lock the screen after a little bit (or on
  command).  I use xfce.
 
  - Grant

 xlockmore will do exactly that. It works well and is extremely light.

Any tips on xlockmore configuration?  I can run xglock and select the
blank screen option, but running xlock always defaults to random. 
Also, how do I set it to lock the screen after a certain amount of
time, and also lock the screen on command?

I've been using xscreensaver and I thought it had a daemon but
rc-update doesn't show one.  How is xscreensaver able to operate
without a daemon?

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] clock problems software clock 20x fast

2005-12-14 Thread William Kenworthy
Things to check:
are you using speedfreq or cpufreq? - if the kernel timing sets itself
when throtting is in effect, it may not be right when running fast

batterystat applets can cause problems with blocking in /proc - this
usually causes a loss in time, and I have not seen it with recent
kernels.

BillK

On Wed, 2005-12-14 at 11:30 +, Noah J Norris wrote:
 my hardware clock stays correct but the software clock is like going 20x fast 
 im on a laptop and using noapic the problem goes away but leads to other 
 problems like  network problems happing like errors with internal ethernet 
 card and ndiswrapper stops working . the processer is amd64 running as x86 
 (32bit mode)  i get apic errors and lost tick errors .  if i leave this on 
 for a couple hours it becomes days ahead can anyone shead some light on 
 this ?  kernel being used is 2.6.14-r2 i believe
 
 
 thanks
 
 'hwclock --hctosys' works to set the time back to what the hardware clock 
 says 
 
 -- 
 life is linux
 linux is life
-- 
William Kenworthy [EMAIL PROTECTED]
Home!
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lighter xscreensaver ?

2005-12-14 Thread Jeff
Heya.

In your ~/.xinitrc, or ~/.xsession, you can start the xscreensaver
daemon with a simple:

xscreensaver -nosplash 

Works like a charm, especially with fluxbox and other lightweight goodies.

:-)

Grant wrote:
Is there a program like xscreensaver that is lighter weight?  All I
want to do is blank and lock the screen after a little bit (or on
command).  I use xfce.

- Grant

xlockmore will do exactly that. It works well and is extremely light.
 
 
 Any tips on xlockmore configuration?  I can run xglock and select the
 blank screen option, but running xlock always defaults to random. 
 Also, how do I set it to lock the screen after a certain amount of
 time, and also lock the screen on command?
 
 I've been using xscreensaver and I thought it had a daemon but
 rc-update doesn't show one.  How is xscreensaver able to operate
 without a daemon?
 
 - Grant
 

-- 
Han Solo:
You said you wanted to be around when I made a mistake,
well, this could be it, sweetheart.
Princess Leia:
I take it back.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] udev and fstab

2005-12-14 Thread Christoph Eckert

 fuser -k /media/cdrecorder was successful, thanks for pointing to
 fuser

will the -k option also help if a kernel lock happens on a device?


Best regards


ce

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: update world but just kde-2.5 not other versions

2005-12-14 Thread Christoph Eckert
Hi,


 cat /home/otherU/.xinitrc

 ## start .xinitrc

 exec /usr/kde/3.4/bin/startkde

 ## end .xinitrc

this file didn't exist, so I created it and it exactly did what I 
needed!


So thanks a bunch  best regards


ce

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ogg-vorbis tools and cups

2005-12-14 Thread maxim wexler
Hello everybody,

I notice emerge ogg-vorbis insists on taking cups
along with it. emerge info reveals cups flag _is_
being used. But why use it then? What does printing
have to do with playing ogg files. Why not go through
the flags and install everything they point to? That
would make as much sense as installing printer drivers
when audio tools were called for. I've run emerge lots
of times on the present OS and cups was never
requested until now. Oh, and another thing: I don't
have cups in my make.conf. Doesn't make.conf override
the defaults?

-mw

-mw

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: How to make emerge skirt a package built from tar.gz

2005-12-14 Thread Richard Fish
On 12/14/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Robert Crawford [EMAIL PROTECTED] writes:

  On Wednesday 14 December 2005 09:36, [EMAIL PROTECTED] wrote:
  Isn't /etc/package/provides the proper way to do this as inject is
  deprecated?
 
  It's:
  /etc/portage/profile/package.provided

 Is it really /etc/portage/profile though?  All my other `package'
 files are at /etc/portage


From man portage:

   /etc/portage/profile/
  site-specific overrides of /etc/make.profile/

The read the file descriptions under /etc/make.profile/

 I just wondered if that is deprecated in favor of
 /etc/portage/package.provided since all the other package adjustment
 files are there and seem to work from there as expected.

Again, man portage.  /etc/portage/package.provided will be ignored.

-Richard



 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] problems compiling Msql-Mysql-modules

2005-12-14 Thread Nick Smith
can anyone help me out with this error?

Creating files for MySQL ..
WARNING: PL_FILES takes a hash reference not a array reference.
Please inform the author.
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -lgz
Using DBI 1.46 (for perl 5.008006 on i686-linux) installed in
/usr/lib/perl5/vendor_perl/5.8.6/i686-linux/auto/DBI/
Writing Makefile for DBD::mysql
Writing Makefile for Msql-Mysql-modules
/usr/bin/perl5.8.6 -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.8.6/i686-linux \
-I/usr/lib/perl5/5.8.6 -Ilib -MExtUtils::PerlPP \
-e ppp dbd/dbimon.in dbimon lib/DBD/mysql/Install/Config.pm
/usr/bin/pod2text mysql/lib/DBD/mysql.pm README
make[1]: Entering directory
`/var/tmp/portage/Msql-Mysql-modules-1.2219-r1/work/Msql-Mysql-modules-1.2219/mysql'
cp lib/DBD/mysql.pm ../blib/lib/DBD/mysql.pm
cp lib/Mysql.pm ../blib/lib/Mysql.pm
cp lib/Mysql/Statement.pm ../blib/lib/Mysql/Statement.pm
cp lib/Bundle/DBD/mysql.pm ../blib/lib/Bundle/DBD/mysql.pm
i686-pc-linux-gnu-gcc -c
-I/usr/lib/perl5/vendor_perl/5.8.6/i686-linux/auto/DBI
-I/usr/include/mysql -I../dbd
-I/usr/lib/perl5/site_perl/5.8.6/i686-linux/auto/DBI
-I/usr/lib/perl5/5.8.6/i686-linux -fno-strict-aliasing -pipe
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=pentium4 -O3 -pipe
-fomit-frame-pointer   -DVERSION=\2.0419\ -DXS_VERSION=\2.0419\
-fPIC -I/usr/lib/perl5/5.8.6/i686-linux/CORE  -DDBD_MYSQL dbdimp.c
dbdimp.c: In function `mysql_db_login':
dbdimp.c:724: warning: passing arg 3 of `mysql_dr_error' discards
qualifiers from pointer target type
dbdimp.c: In function `mysql_db_FETCH_attrib':
dbdimp.c:1013: warning: initialization discards qualifiers from
pointer target type
dbdimp.c:1019: warning: initialization discards qualifiers from
pointer target type
dbdimp.c:1027: warning: initialization discards qualifiers from
pointer target type
dbdimp.c:1048: warning: initialization discards qualifiers from
pointer target type
dbdimp.c:1059: warning: initialization discards qualifiers from
pointer target type
dbdimp.c: In function `mysql_st_internal_execute':
dbdimp.c:1203: warning: passing arg 3 of `mysql_dr_error' discards
qualifiers from pointer target type
dbdimp.c:1264: warning: passing arg 3 of `mysql_dr_error' discards
qualifiers from pointer target type
dbdimp.c: In function `mysql_st_fetch':
dbdimp.c:1427: warning: passing arg 3 of `mysql_dr_error' discards
qualifiers from pointer target type
dbdimp.c: In function `MysqlReconnect':
dbdimp.c:2163: warning: passing arg 3 of `mysql_dr_error' discards
qualifiers from pointer target type
/usr/bin/perl5.8.6 -p -e s/~DRIVER~/mysql/g
/usr/lib/perl5/vendor_perl/5.8.6/i686-linux/auto/DBI//Driver.xst 
mysql.xsi
/usr/bin/perl5.8.6 /usr/lib/perl5/5.8.6/ExtUtils/xsubpp  -typemap
/usr/lib/perl5/5.8.6/ExtUtils/typemap  mysql.xs  mysql.xsc  mv
mysql.xsc mysql.c
Warning: duplicate function definition 'do' detected in mysql.xs, line 281
Warning: duplicate function definition 'rows' detected in mysql.xs, line 407
i686-pc-linux-gnu-gcc -c
-I/usr/lib/perl5/vendor_perl/5.8.6/i686-linux/auto/DBI
-I/usr/include/mysql -I../dbd
-I/usr/lib/perl5/site_perl/5.8.6/i686-linux/auto/DBI
-I/usr/lib/perl5/5.8.6/i686-linux -fno-strict-aliasing -pipe
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=pentium4 -O3 -pipe
-fomit-frame-pointer   -DVERSION=\2.0419\ -DXS_VERSION=\2.0419\
-fPIC -I/usr/lib/perl5/5.8.6/i686-linux/CORE  -DDBD_MYSQL
mysql.cmysql.xs: In function `XS_DBD__mysql__dr__ListDBs':
mysql.xs:98: warning: passing arg 3 of `mysql_dr_error' discards
qualifiers from pointer target type
mysql.xs: In function `XS_DBD__mysql__dr__admin_internal':
mysql.xs:138: warning: passing arg 3 of `mysql_dr_error' discards
qualifiers from pointer target type
mysql.xs:144: error: too few arguments to function `mysql_shutdown'
mysql.xs:186: warning: passing arg 3 of `mysql_dr_error' discards
qualifiers from pointer target type
mysql.xs: In function `XS_DBD__mysql__db__ListDBs':
mysql.xs:250: warning: passing arg 3 of `mysql_dr_error' discards
qualifiers from pointer target type
mysql.xs: In function `XS_DBD__mysql__db__ListTables':
mysql.xs:271: warning: passing arg 3 of `mysql_dr_error' discards
qualifiers from pointer target type
make[1]: *** [mysql.o] Error 1
make[1]: Leaving directory
`/var/tmp/portage/Msql-Mysql-modules-1.2219-r1/work/Msql-Mysql-modules-1.2219/mysql'
make: *** [subdirs] Error 2

!!! ERROR: dev-perl/Msql-Mysql-modules-1.2219-r1 failed.
!!! Function perl-module_src_compile, Line 120, Exitcode 2
!!! compilation failed
!!! If you need support, post the topmost build error, NOT this status message.

thanks for any help.

Nick

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ogg-vorbis tools and cups

2005-12-14 Thread Nick Rout

On Wed, 14 Dec 2005 16:18:16 -0800 (PST)
maxim wexler wrote:

 Hello everybody,
 
 I notice emerge ogg-vorbis insists on taking cups
 along with it. emerge info reveals cups flag _is_
 being used. But why use it then? What does printing
 have to do with playing ogg files. Why not go through
 the flags and install everything they point to? That
 would make as much sense as installing printer drivers
 when audio tools were called for. I've run emerge lots
 of times on the present OS and cups was never
 requested until now. Oh, and another thing: I don't
 have cups in my make.conf. Doesn't make.conf override
 the defaults?

There doesn't appear to be a package named ogg-vorbis on my system, or
in portage:

http://packages.gentoo.org/search/?sstring=ogg-vorbis

So it makes your question a little difficult to answer.

However you can tarce dependencies by use of the --tree or -t switch for
emerge:

emerge -pvt ogg-vorbis

might tell you what is dragging in cups. (well it would if there were
such a package). Then you can read the ebuild of the package that is
dependent on cups top find out why.

USE flags are inherited from a number of places, all cumulative, with
make.conf only being your preferences. Your profile governs what is
added before make.conf adds its bits.

 
 -mw
 
 -mw
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 -- 
 gentoo-user@gentoo.org mailing list

-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: How to make emerge skirt a package built from tar.gz

2005-12-14 Thread Brett I. Holcomb
Arrgh, trying to do it from memory!  Thanks for the correction.

On Wednesday 14 December 2005 15:41, Robert Crawford wrote:
 On Wednesday 14 December 2005 09:36, [EMAIL PROTECTED] wrote:
  Isn't /etc/package/provides the proper way to do this as inject is
  deprecated?

 It's:
 /etc/portage/profile/package.provided

   From: [EMAIL PROTECTED]

-- 

Brett I. Holcomb
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ogg-vorbis tools and cups

2005-12-14 Thread Chris White
On Thursday 15 December 2005 09:18, maxim wexler wrote:
 Hello everybody,

 I notice emerge ogg-vorbis insists on taking cups
 along with it.

emerge: there are no ebuilds to satisfy ogg-vorbis.

eh?

 emerge info reveals cups flag _is_ 
 being used. But why use it then? What does printing
 have to do with playing ogg files. Why not go through
 the flags and install everything they point to? That
 would make as much sense as installing printer drivers
 when audio tools were called for. I've run emerge lots
 of times on the present OS and cups was never
 requested until now. Oh, and another thing: I don't
 have cups in my make.conf. Doesn't make.conf override
 the defaults?

No, it simply means that it won't be provided by make.conf.  There's other 
methods of obtaining USE flags, such as autouse, etc.  Try putting -cups in 
your make.conf file and then see what happens.

 -mw

 -mw

 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com


pgpTFSbYFDhQQ.pgp
Description: PGP signature


Re: [gentoo-user] problems compiling Msql-Mysql-modules

2005-12-14 Thread Francesco Riosa
Nick Smith wrote:
 can anyone help me out with this error?
 [...]
   
 !!! ERROR: dev-perl/Msql-Mysql-modules-1.2219-r1 failed.

   
could you use dev-perl/DBD-mysql (if you need only mysql support) ?



-- 
gentoo-user@gentoo.org mailing list



Re: dd isos (was: Re: [gentoo-user] readcd -clone and iso9660 ?)

2005-12-14 Thread Neil Bothwick
On Wed, 14 Dec 2005 12:36:50 -0500, Boyd Stephen Smith Jr. wrote:


 I've read that dd actually has problems reading from cdroms and isos 
 produced with something like dd if=/dev/cdrom of=my.iso conv=noerror 
 would be invalid.  Can anyone confirm / deny, preferably with some sort 
 of reference or test.

I've never tried with conv=noerror, but dd has worked fine for me on
several occasions when extracting ISO images from data CDs and DVDs.

I don't use it any more because it is slow, cp and cat give the same
result and are faster.


-- 
Neil Bothwick

ERROR #0915: MONITOR NOT PRESENT. CLICK ON OK TO CONTINUE.


signature.asc
Description: PGP signature


Re: [gentoo-user] ogg-vorbis tools and cups

2005-12-14 Thread Neil Bothwick
On Wed, 14 Dec 2005 16:18:16 -0800 (PST), maxim wexler wrote:

 Oh, and another thing: I don't
 have cups in my make.conf. Doesn't make.conf override
 the defaults?

It does, but since you have no reference to cups in make.conf, the
default is used. Many USE flags are enabled by default in the profile,
add -cups to make.conf to override this.


-- 
Neil Bothwick

He who laughs last thinks slowest!


signature.asc
Description: PGP signature


Re: [gentoo-user] clock problems software clock 20x fast

2005-12-14 Thread Richard Fish
On 12/14/05, Noah J Norris [EMAIL PROTECTED] wrote:
 On Wednesday 14 December 2005 05:39 pm, Richard Fish wrote:
  1. Make sure that the first line of /etc/adjtime contains very small
  values.  In fact, you might just want to replace the first line with
  0.0 0 0.0.
 i tried changeing this is this for the hardware clock drift ? i dont have any
 problem with the hardware clock its the software clock thats fast

Oh, you are correct.  Sorry.

 
  2. Take a look at the clock= settings in
  /usr/src/linux/Documentation/kernel-parameters.txt.  Maybe you need
  clock=pit.

 looking in this file saw some other options that may help the problem.
 i have an ati chipset (newer laptop chipset) ouput of lspci below


snip


 some options i saw in that file that i may try

 acpi_skip_timer_override [HW,ACPI]
 Recognize and ignore IRQ0/pin2 Interrupt Override.
 For broken nForce2 BIOS resulting in XT-PIC timer.

 enable_timer_pin_1 [i386,x86-64]
 Enable PIN 1 of APIC timer
 Can be useful to work around chipset bugs
 (in particular on some ATI chipsets).
 The kernel tries to set a reasonable default.

 disable_timer_pin_1 [i386,x86-64]
 Disable PIN 1 of APIC timer
 Can be useful to work around chipset bugs.

I'm not sure these will help.  They seem to be more related to setting
up the frequency for the IRQ0 timer interrupt, for things like running
the scheduler.  This should not be related at all to the behavior of
gettimeofday.

I think if you were getting messages about lost ticks or got extra
ticks or something like that, these might be helpful, or if your
system seemed either to slow or too unresponsive.  Of course, if your
clock is defaulting to TSC (which would be bad, BTW), then I guess
these could have a big impact.

Take a look at dmesg or /var/log/messages for the following lines:

Using TSC for gettimeofday
Using HPET for gettimeofday
Using .* for high-res timesource

These will tell us what signal the kernel is using for gettimeofday on
your system.

-Richard

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: How to make emerge skirt a package built from tar.gz

2005-12-14 Thread reader
Neil Bothwick [EMAIL PROTECTED] writes:

[...]


 I wanted to use `./configure --enable-rootcommit' (or similar) since
 this is a single user machine.  

 EXTRA_ECONF=--enable-rootcommit emerge cvs

 usually works, although not all ebuilds respect $EXTRA_ECONF.

Can you make an educated guess about that?  I mean is it a pretty high
percentage that allow that env flag?

 It didn't seem worth learning to build my own ebuild so I built it
 from tar.gz and installed on /usr/local.  Then unmerged the existing
 cvs installation.  Now as I recall there is some syntax that needs to go
 into one of the possible files under /etc/portage to cause future
 emerges like the upcoming update to ignore cvs, but I've forgotten
 it. 

 The file you need is /etc/portage/profile/package.provided, it is
 documented in the portage manpage.

 echo dev-util/cvs-x.y.z /etc/portage/profile/package.provided

 should do it, where x.y.z is the version you have installed.

That is good info even though it is apparently readily available ..
I've left it here just in case it helps one other reader notice the
usefullness of that

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] clock problems software clock 20x fast

2005-12-14 Thread Noah J Norris
On Thursday 15 December 2005 02:03 am, Richard Fish wrote:
 On 12/14/05, Noah J Norris [EMAIL PROTECTED] wrote:
  On Wednesday 14 December 2005 05:39 pm, Richard Fish wrote:
   1. Make sure that the first line of /etc/adjtime contains very small
   values.  In fact, you might just want to replace the first line with
   0.0 0 0.0.
 
  i tried changeing this is this for the hardware clock drift ? i dont have
  any problem with the hardware clock its the software clock thats fast

 Oh, you are correct.  Sorry.

   2. Take a look at the clock= settings in
   /usr/src/linux/Documentation/kernel-parameters.txt.  Maybe you need
   clock=pit.
 
  looking in this file saw some other options that may help the problem.
  i have an ati chipset (newer laptop chipset) ouput of lspci below

 snip

  some options i saw in that file that i may try
 
  acpi_skip_timer_override [HW,ACPI]
  Recognize and ignore IRQ0/pin2 Interrupt
  Override. For broken nForce2 BIOS resulting in XT-PIC timer.
 
  enable_timer_pin_1 [i386,x86-64]
  Enable PIN 1 of APIC timer
  Can be useful to work around chipset bugs
  (in particular on some ATI chipsets).
  The kernel tries to set a reasonable default.
 
  disable_timer_pin_1 [i386,x86-64]
  Disable PIN 1 of APIC timer
  Can be useful to work around chipset bugs.

 I'm not sure these will help.  They seem to be more related to setting
 up the frequency for the IRQ0 timer interrupt, for things like running
 the scheduler.  This should not be related at all to the behavior of
 gettimeofday.

 I think if you were getting messages about lost ticks or got extra
 ticks or something like that, these might be helpful, or if your
 system seemed either to slow or too unresponsive.  Of course, if your
 clock is defaulting to TSC (which would be bad, BTW), then I guess
 these could have a big impact.

i have gotton lost tick messages 
and apic errors mostly

 Take a look at dmesg or /var/log/messages for the following lines:

 Using TSC for gettimeofday
 Using HPET for gettimeofday
 Using .* for high-res timesource
Using pmtmr for high-res timesource

should an amd64 use HPET ? i do not have this enabled in kernel config  (note 
running in 32 bit mode ) 


 These will tell us what signal the kernel is using for gettimeofday on
 your system.

 -Richard
other thing i noticed in dmesg do i need to enable smp support in the kernel ?
this is a single processor system that i know of . does amd do any type of 
hyperthreading ?

found SMP MP-table at 000f8510
Using ACPI (MADT) for SMP configuration information

ouput of cat  /proc/cpuinfo
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 15
model   : 36
model name  : Mobile AMD Athlon(tm) 64 Processor 4000+
stepping: 2
cpu MHz : 2587.282
cache size  : 1024 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm 
3dnowext 3dnow pni lahf_lm
bogomips: 5181.75
 
note here is an example of some errors about apic

APIC error on CPU0: 00(40)
APIC error on CPU0: 40(40)  # this get repeated alot

cat  /proc/interrupts 
0:   39865554IO-APIC-edge  timer
  1:  23952IO-APIC-edge  i8042
  8:  8IO-APIC-edge  rtc
 12:1559783IO-APIC-edge  i8042
 14: 543485IO-APIC-edge  ide0
 15:1427625IO-APIC-edge  ide1
 16:1841139   IO-APIC-level  yenta, ndiswrapper
 17:   1419   IO-APIC-level  ATI IXP
 19:124   IO-APIC-level  eth0
 20:  1   IO-APIC-level  ohci_hcd:usb1, ohci_hcd:usb2, ehci_hcd:usb3
 21: 453349   IO-APIC-level  acpi
NMI:  0
LOC:   19934340
ERR: 18  #notice errors here 
MIS:  0

-- 
life is linux
linux is life
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] clock problems software clock 20x fast

2005-12-14 Thread Richard Fish
On 12/14/05, Noah J Norris [EMAIL PROTECTED] wrote:
 On Thursday 15 December 2005 02:03 am, Richard Fish wrote:
  I think if you were getting messages about lost ticks or got extra
  ticks or something like that, these might be helpful, or if your
  system seemed either to slow or too unresponsive.  Of course, if your
  clock is defaulting to TSC (which would be bad, BTW), then I guess
  these could have a big impact.

 i have gotton lost tick messages
 and apic errors mostly

Hmm, didn't you mention that somewhere alreadyoh yeah, your
orignal message!  (bangs head on desk).

Plus, you also said noapic fixes the problem, so forget everything I
said, and try these options.

  Take a look at dmesg or /var/log/messages for the following lines:
 
  Using TSC for gettimeofday
  Using HPET for gettimeofday
  Using .* for high-res timesource
 Using pmtmr for high-res timesource

Looks good...pmtmr is what I get on my pentium-m laptop, and is the
default, and should be fairly reliable...

Did you try any other clock= options? Any better results?

 should an amd64 use HPET ? i do not have this enabled in kernel config  (note
 running in 32 bit mode )

Not sure about this one...just got my first AMD64 system this past
weekend, and I am still trying to get things setup...maybe someone
else can answer.

One other boot option that might help: no_timer_check

It is a x86_64 specific option (see
/usr/src/linux/Documentation/x86_64/boot-options.txt).  I don't think
this has anything to do with 32/64 bit code though...so maybe you have
this already (does your kernel build as x86_64/arch/boot/bzImage?)

 other thing i noticed in dmesg do i need to enable smp support in the kernel ?
 this is a single processor system that i know of . does amd do any type of
 hyperthreading ?

Nope, no hyperthreading in AMD.  And I think AMD is expected to
release their first dual-core mobile chips sometime next year. 
Unfortunately Intel is going to beat them to market and my wallet.

-Richard

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] converting any video to mpeg-1, mpeg-4 or DivX-5

2005-12-14 Thread Iain Buchanan
Hi all,

I have a shiny new usb media drive (with internal hd, lcd, AV out)
that plays photos, music and video.  I have a few choices for video[1].

I have lots of different types of video files - from short funny ads, to
1/2 hr tv episodes, to full movies, in all sorts of formats - wmv, avi,
mpeg, etc.

I want to find a program (hopefully only 1!) that will help convert them
to a format playable by the device.  I'm happy if thats a command line
only program.  I will probably copy them 1 by 1 as I want to watch them.

Space it not too much of an issue (I'll eventually have about 60Gb on
the device) - I'd rather not lessen the quality any more than it is
already.

So, here are my questions:
1. whats the best format to use out of the ones listed, given
   a) Good quality (not much less than, or the same as original)
   b) Size reasonable - large files ok, but compression is always a
bonus)
2. what program will convert 'anything' to said format.


Many thanks for your suggestions.


[1] Video formats:
MPEG-1
Resolution :[EMAIL PROTECTED]
Bit Rate :1.5Mbps
Audio :MPEG-1 Layer II/III
Format :.MPG/.DAT ,VCD

MPEG-4
Resolution : [EMAIL PROTECTED] or [EMAIL PROTECTED]
Bit Rate : 4Mbps
Audio : AAC
Format :.MP4 ,Simple Profile without 4MV

DivX-5.x
Resolution : [EMAIL PROTECTED] or [EMAIL PROTECTED]
Bit Rate : 4Mbps
Audio : MPEG-1 Layer III, AAC, ADPCM
Format :.AVI ,
Remark:DivX-3.x/4.x unsupported

-- 
Iain Buchanan iaindb at netspace dot net dot au

Even historians fail to learn from history -- they repeat the same mistakes.
-- John Gill, Patterns of Force, stardate 2534.7

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] converting any video to mpeg-1, mpeg-4 or DivX-5

2005-12-14 Thread Chris White
On Thursday 15 December 2005 12:45, Iain Buchanan wrote:
 Hi all,

 I have a shiny new usb media drive (with internal hd, lcd, AV out)
 that plays photos, music and video.  I have a few choices for video[1].

I want one

 I have lots of different types of video files - from short funny ads, to
 1/2 hr tv episodes, to full movies, in all sorts of formats - wmv, avi,
 mpeg, etc.

 I want to find a program (hopefully only 1!) that will help convert them
 to a format playable by the device.  I'm happy if thats a command line
 only program.  I will probably copy them 1 by 1 as I want to watch them.

mencoder / transcode

 Space it not too much of an issue (I'll eventually have about 60Gb on
 the device) - I'd rather not lessen the quality any more than it is
 already.

 So, here are my questions:
 1. whats the best format to use out of the ones listed, given
a) Good quality (not much less than, or the same as original)
b) Size reasonable - large files ok, but compression is always a
 bonus)

DivX

 2. what program will convert 'anything' to said format.

See above 

 Many thanks for your suggestions.



 DivX-5.x
 Resolution : [EMAIL PROTECTED] or [EMAIL PROTECTED]
 Bit Rate : 4Mbps
 Audio : MPEG-1 Layer III, AAC, ADPCM
 Format :.AVI ,
 Remark:DivX-3.x/4.x unsupported

Pick this

 --
 Iain Buchanan iaindb at netspace dot net dot au

 Even historians fail to learn from history -- they repeat the same
 mistakes. -- John Gill, Patterns of Force, stardate 2534.7

Chris White


pgpX1SOXbDBtz.pgp
Description: PGP signature


[gentoo-user] OT : Anyone here experimented with Freecast?

2005-12-14 Thread Ow Mun Heng
I'm trying to determine what sort of features freecast
(www.freecast.org) has compared to peercast.

Freecast is a Java program and I'm having trouble running it. It keeps
spitting out errors or hangs.

on another note.. executing
java -cp yields
*** glibc detected *** free(): invalid next size (fast): 0x08059008 ***

Any ideas?



-- 
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
98% Microsoft(tm) Free!! 
Neuromancer 12:27:15 up 21:04, 6 users, load average: 0.99, 0.71, 0.76 


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] converting any video to mpeg-1, mpeg-4 or DivX-5

2005-12-14 Thread Martins Steinbergs

  I have lots of different types of video files - from short funny ads, to
  1/2 hr tv episodes, to full movies, in all sorts of formats - wmv, avi,
  mpeg, etc.
 
  I want to find a program (hopefully only 1!) that will help convert them
  to a format playable by the device.  I'm happy if thats a command line
  only program.  I will probably copy them 1 by 1 as I want to watch them.

 mencoder / transcode

ill bet for ffmpeg


  Space it not too much of an issue (I'll eventually have about 60Gb on
  the device) - I'd rather not lessen the quality any more than it is
  already.
 
  So, here are my questions:
  1. whats the best format to use out of the ones listed, given
 a) Good quality (not much less than, or the same as original)
 b) Size reasonable - large files ok, but compression is always a
  bonus)

 DivX

try xvid mpeg4 and theres many more with different sources, or google for 
codecs and artefacts and stuff like that to pick best.


  2. what program will convert 'anything' to said format.

 See above

  Many thanks for your suggestions.
 
 
 
  DivX-5.x
  Resolution : [EMAIL PROTECTED] or [EMAIL PROTECTED]
  Bit Rate : 4Mbps
  Audio : MPEG-1 Layer III, AAC, ADPCM
  Format :.AVI ,
  Remark:DivX-3.x/4.x unsupported

 Pick this


converting wmv and other low quality sources with these settings will fill 
your fresh device pretty soon. setting bitrate above 1800 kb/s isn't 
necessary, almost no gain in quality.

martins
-- 
Linux 2.6.14-ck6 AMD Athlon(tm) 64 Processor 3200+
 06:48:02 up  3:00,  5 users,  load average: 4.43, 3.96, 3.23


pgplBI85m4utV.pgp
Description: PGP signature


Re: [gentoo-user] converting any video to mpeg-1, mpeg-4 or DivX-5

2005-12-14 Thread Iain Buchanan
On Thu, 2005-12-15 at 14:04 +0900, Chris White wrote:
 On Thursday 15 December 2005 13:51, Iain Buchanan wrote:
 
  3. with a video file recorded from my digital still camera[1], I can't
  fast forward or re-wind (on the device).  Is this a feature of AVI, or
  probably of the device?  (Apparently mplayer can do it because it
  creates some sort of sudo-index?)
 
 seeking is not what a video camera is made for.  The type of compression 
 you're dealing with:
 
  [1]
  $ file *AVI
  CIMG1957.AVI: RIFF (little-endian) data, AVI, 320 x 240, ~15 fps, video:
  Motion JPEG
 
 Is motion jpeg
[snip]

I was referring to seeking on the media player, not the digital camera.
I haven't got a process yet for converting other files to the media
player, so I don't know if the media player can't seek, or if MJPEG
isn't suited to seeking, or both.

thanks,
-- 
Iain Buchanan iaindb at netspace dot net dot au

No group of professionals meets except to conspire against the public at large.
-- Mark Twain

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge starts slowly

2005-12-14 Thread Justin Krejci
I have a system with a 1.33Ghz Athlon-XP with a decently fast IDE hard drive
I have a system with a 1.80Ghz AMD64 with a decently fast IDE hard drive

When I run emerge -s whatever or emerge sync or any emerge command 
apparently, it usually takes about 1 second to start the command on the AMD64 
system whereas on the Athlon-XP system it usually takes about 10-30 seconds 
fore the command to start. What I mean by that is for example

1. # emerge -s tcpdump  (press enter)
2. Searching... spinner
3. output of search

the time it takes to get to #2 is 1 or less seconds on the AMD64 and 10-30 
seconds on the Athlon-XP.

As I said, this seems to be the case for any emerge command on the Athlon-XP 
system. I seem to recall it not being so slow in the past. Both are on 2.6 
kernels and both have pleanty of RAM. Gentoo was was installed on the 
Athlon-XP about 2 or 3 years ago but it is up to date.

Anyone have any ideas?

Athlon-XP emerge info: 

Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r2, 
2.6.13-gentoo-r3 i686)
=
System uname: 2.6.13-gentoo-r3 i686 AMD Athlon(tm) XP 1500+
Gentoo Base System version 1.6.13
ccache version 2.3 [enabled]
dev-lang/python: 2.2.3-r5, 2.3.5-r2, 2.4.2
sys-apps/sandbox:1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=athlon-xp -O2 -pipe -funroll-loops -ftracer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/2/share/config /usr/kde/3.4/env\
 /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config\
 /usr/lib/X11/xkb /usr/share/config /var/qmail/control
CONFIG_PROTECT_MASK=/etc/gconf /etc/terminfo /etc/env.d
CXXFLAGS=-march=athlon-xp -O2 -pipe -funroll-loops -ftracer
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig buildpkg ccache distlocks sandbox sfperms strict
GENTOO_MIRRORS=http://128.213.5.34/gentoo/ 
http://open-systems.ufl.edu/mirrors/gentoo http://gentoo.mirrors.pair.com/;
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=x86 3dnow X X509 acl adns alsa apm arts audiofile avi berkdb bitmap-fonts 
bonobo bzip2 cddb cdr chroot crypt cups curl dedicated directfb divx4linux 
dts dvb dvd dvdr dvdread edl eds emboss encode esd ethereal exif expat fam 
ffmpeg flac foomaticdb fortran freetds gd gdbm gif gimp glut gphoto2 gpm 
gstreamer gtk gtk2 gtkhtml hpn idn imagemagick imap imlib ipv6 jabber java 
jpeg junit kde kdeenablefinal kdexdeltas lcms ldap libcaca libg++ libwww mad 
matroska mhash mikmod mmx mng motif mp3 mpeg mppe-mppc mssql mysql nas 
ncurses network nls nowin nvidia ogg oggvorbis openal opengl openntpd openssh 
oss pam pcre pdflib perl png python qt quicktime rdesktop readline real samba 
scanner sdl sftplogging slang snmp speex spell sse ssl svg svga tcltk tcpd 
tiff truetype truetype-fonts type1-fonts udev usb videos vorbis wmf xine 
xinerama xml xml2 xmms xv xvid zlib userland_GNU kernel_linux elibc_glibc
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] udev and fstab

2005-12-14 Thread Dirk Heinrichs
Am Mittwoch, 14. Dezember 2005 17:18 schrieb ext Neil Bothwick:

 udev handles the creation of the device nodes, mounting is handled by
 hal. hal normally creates its own mount points in /media, but if the
 device is listed in /etc/fstab, it will use whatever is in there.

How do you know that mounting is handled by hal on his machine? He didn't 
say so. He could also use the kernel automounter to create /media/whatever.

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgp5kGjy5PG6D.pgp
Description: PGP signature


Re: [gentoo-user] converting any video to mpeg-1, mpeg-4 or DivX-5

2005-12-14 Thread Iain Buchanan
On Thu, 2005-12-15 at 12:59 +0900, Chris White wrote:
 
 mencoder / transcode
 
 DivX
 
  DivX-5.x
  Resolution : [EMAIL PROTECTED] or [EMAIL PROTECTED]
  Bit Rate : 4Mbps
  Audio : MPEG-1 Layer III, AAC, ADPCM
  Format :.AVI ,
  Remark:DivX-3.x/4.x unsupported
 
 Pick this

hmm, mencoder can't seem to do mpeg4 with aac audio, or divx5...

$ cat test.wmv | mencoder -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=4000 
-nosound -

makes a test.avi, but when I try and play it on the device, I simply get
unsupported file type.

I've tried similar options for 

$ cat test.wmv | mencoder -ovc lavc -lavcopts vcodec=mpeg1video:vbitrate=1500 
-ofps 30 -oac mp3lame -

and other such commands, but all to no avail.  When I try

$ cat test.wmv | mencoder -ovc divx4 -ofps 30 -oac mp3lame -

I just get Couldn't find video filter 'divx4'.

ffmpeg also seems to fail:
$ ffmpeg -i test.wmv -b 4000 -r 30 -s 352x288 -aspect 4:3 -vcodec mpeg4 test.avi

when I copy test.avi to the device as test.mp4, it says file content
error!

Any further suggestions?

thanks,
-- 
Iain Buchanan iaindb at netspace dot net dot au

Economists state their GNP growth projections to the nearest tenth of a
percentage point to prove they have a sense of humor.
-- Edgar R. Fiedler

-- 
gentoo-user@gentoo.org mailing list



  1   2   >