[gentoo-user] Clear password in pureftpd

2005-01-25 Thread Alberto Martínez
Hello.

I have forgotten the password of one of the pureftpd accounts. With
pure-pw I only can see the encripted password. Is there any way to see
the clear password?

Thank you.

Regards


--
gentoo-user@gentoo.org mailing list



[gentoo-user] lot of stuff not compiling, help!

2004-02-12 Thread Alberto Bert
Hi all,

it's 2 or 3 days I decided to update my gentoo, but there's a lot of
stuff which doesn't compile.

emerge -u system worked properly, but emerge -u world doesn't.

everything started with mozilla not compiling (there's already a thread
here but it didn't help), then lirc didn't compile. I don't lirc
immediatly, it was just some package I have that wanted to emerge it, so
I decided to try to emerge only what I normaly use package by package
:-(

but again at the first package I tryed, gnuplot, I've got the following compiling
error.
I have to say that a lot of packages compile without problems...

I have the terrible feeling I did something wrong in the paste and now
something is wrong in my distribution...
For example, for a while I forgot (didn't know) to put -u when emerging
packages, so I'm afraid I miss somthing fundamental...

Anyone know if this can be a problem and how to solve it?

I like a lot the philosophy of gentoo, but
I'm quite a beginner and now all this sound quite misterous to me...
Thank you so much for any help,
alberto

gcc -march=pentium3 -mcpu=pentium4 -O3 -pipe -L/usr/X11R6/lib -L/usr/lib
-Wl,-rpath,/usr/lib -L/usr/lib -o doc2gih doc2gih.o termdoc.o -lm 
./doc2gih ./gnuplot.doc gnuplot.gih
make[2]: Leaving directory
`/var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/docs'
Making all in lisp
make[2]: Entering directory
`/var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/lisp'
emacs -batch -q -no-site-file -l ./dot.el -f batch-byte-compile
gnuplot.el
emacs: error while loading shared libraries: libXm.so.3: cannot open
shared object file: No such file or directory
make[2]: *** [gnuplot.elc] Error 127
make[2]: Leaving directory
`/var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/lisp'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0'
make: *** [all] Error 2

!!! ERROR: media-gfx/gnuplot-3.8j failed.
!!! Function src_compile, Line 59, Exitcode 2
!!! (no error message)


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] lirc-0.6.6-r1 doesn't compile

2004-02-11 Thread Alberto Bert

I'm using the gentoo-sources 2.4.22, but I don't really care so much
about having lirc immediatly, I can wait untile there is a stable gentoo
version. I thought it was a problem of my configuration... actually I
didn't asked to emerge lirc but gentoo wanted to install it as new
package during the emerge -u world. When I tryed to emerge world gentoo
wanted me install a lot of new packages, I thought they are needed by
the new versions of the packages I already had... But maybe I'm wrong
and I'm just filling my box with stuff I'll never use...

Can anyone help me in this? Maybe there's the way to don't install new
packages like lirc (now not working) and go ahead with the emerge world.

thanks,
alb

On Feb 11 at 04:16PM+0100, Jakub Krajcovic wrote:
> For starters you could use the latest cvs lirc 0.7.2 i think it is. And
> another thing, if you are compiling this under 2.6 kernels then i think
> you're out of luck. I am quite sure that lirc can't be compiled under
> 2.6 kernels. The only soulution i know of is to obtain the lirc pathc
> for 2.6 kernels, patch recompile, and compile the binariec (lircd and
> lircmd) under a 2.4 kernel. I can prove this works (my friend has done
> this in mandrake 9.2 at it is working fine under 2.6.2)
> 
> On Wed, 11 Feb 2004 13:07:50 +0100
> Alberto Bert <[EMAIL PROTECTED]> wrote:
> 
> > Hi all,
> > 
> > I'm having problems in compiling. Some days ago I couldn't compile
> > mozilla, but I thought because of some inconsistencies with old
> > packages (I forgot use -u while emerging since a while :-(
> > so I tryed to update first the system (everything ok) then world and
> > again a strange error:
> > 
> > emerge -uv lirc-0.6.6-r1
> > 
> > ...
> > 
> > lirc_i2c.c: In function `set_use_inc':
> > lirc_i2c.c:235: error: structure has no member named `inc_use'
> > lirc_i2c.c:236: error: structure has no member named `inc_use'
> > lirc_i2c.c: In function `set_use_dec':
> > lirc_i2c.c:245: error: structure has no member named `dec_use'
> > lirc_i2c.c:246: error: structure has no member named `dec_use'
> > lirc_i2c.c: In function `ir_attach':
> > lirc_i2c.c:334: error: structure has no member named `inc_use'
> > lirc_i2c.c:335: error: structure has no member named `inc_use'
> > lirc_i2c.c: In function `ir_detach':
> > lirc_i2c.c:345: error: structure has no member named `dec_use'
> > lirc_i2c.c:346: error: structure has no member named `dec_use'
> > make[3]: *** [lirc_i2c.o] Error 1
> > make[3]: Leaving directory
> > `/var/tmp/portage/lirc-0.6.6-r1/work/lirc-0.6.6/drivers/lirc_i2c'
> > make[2]: ***
> > [_mod_/var/tmp/portage/lirc-0.6.6-r1/work/lirc-0.6.6/drivers/lirc_i2c]
> > Error 2
> > make[2]: Leaving directory `/usr/src/linux-2.4.22-gentoo-r5'
> > make[1]: *** [lirc_i2c.o] Error 2
> > make[1]: Leaving directory
> > `/var/tmp/portage/lirc-0.6.6-r1/work/lirc-0.6.6/drivers/lirc_i2c'
> > make: *** [all-recursive] Error 1
> > make: Leaving directory
> > `/var/tmp/portage/lirc-0.6.6-r1/work/lirc-0.6.6/drivers'
> > 
> > !!! ERROR: app-misc/lirc-0.6.6-r1 failed.
> > !!! Function src_compile, Line 105, Exitcode 2
> > !!! (no error message)
> > 
> > any idea?
> > thanks,
> > alb
> > 
> > --
> > [EMAIL PROTECTED] mailing list
> > 
> 
> 
> -- 
> 
> 
> GPG public keys available at pgp.mit.edu



--
[EMAIL PROTECTED] mailing list



[gentoo-user] lirc-0.6.6-r1 doesn't compile

2004-02-11 Thread Alberto Bert
Hi all,

I'm having problems in compiling. Some days ago I couldn't compile
mozilla, but I thought because of some inconsistencies with old
packages (I forgot use -u while emerging since a while :-(
so I tryed to update first the system (everything ok) then world and
again a strange error:

emerge -uv lirc-0.6.6-r1

...

lirc_i2c.c: In function `set_use_inc':
lirc_i2c.c:235: error: structure has no member named `inc_use'
lirc_i2c.c:236: error: structure has no member named `inc_use'
lirc_i2c.c: In function `set_use_dec':
lirc_i2c.c:245: error: structure has no member named `dec_use'
lirc_i2c.c:246: error: structure has no member named `dec_use'
lirc_i2c.c: In function `ir_attach':
lirc_i2c.c:334: error: structure has no member named `inc_use'
lirc_i2c.c:335: error: structure has no member named `inc_use'
lirc_i2c.c: In function `ir_detach':
lirc_i2c.c:345: error: structure has no member named `dec_use'
lirc_i2c.c:346: error: structure has no member named `dec_use'
make[3]: *** [lirc_i2c.o] Error 1
make[3]: Leaving directory
`/var/tmp/portage/lirc-0.6.6-r1/work/lirc-0.6.6/drivers/lirc_i2c'
make[2]: ***
[_mod_/var/tmp/portage/lirc-0.6.6-r1/work/lirc-0.6.6/drivers/lirc_i2c]
Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.22-gentoo-r5'
make[1]: *** [lirc_i2c.o] Error 2
make[1]: Leaving directory
`/var/tmp/portage/lirc-0.6.6-r1/work/lirc-0.6.6/drivers/lirc_i2c'
make: *** [all-recursive] Error 1
make: Leaving directory
`/var/tmp/portage/lirc-0.6.6-r1/work/lirc-0.6.6/drivers'

!!! ERROR: app-misc/lirc-0.6.6-r1 failed.
!!! Function src_compile, Line 105, Exitcode 2
!!! (no error message)

any idea?
thanks,
alb

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mozilla 1.6 not compiling

2004-02-09 Thread Alberto Bert
Hi,

if I try etcat -u mozilla-1.6, it says as following. I hope the fact that I 
don't need the gnome support it doesn't generate prblems...

config_profile_path not specified to class config
incrementals not specified to class config
[ Colour Code : set unset ]
[ Legend  : (U) Col 1 - Current USE flags]
[ : (I) Col 2 - Installed With USE flags ]
[ * No USE flags found for : net-mail/mozilla-thunderbird ]
[ * No USE flags found for : net-mail/mozilla-thunderbird-bin ]

 U I [ Found these USE variables in : net-www/mozilla-firebird-bin-0.7 ]
 - - gnome : Adds GNOME support
[ * No USE flags found for : net-www/mozilla-firebird-cvs ]

 U I [ Found these USE variables in : net-www/mozilla-1.6 ]
 + + java : Adds support for Java
 + + crypt: Add support for encryption -- using mcrypt or gpg where applicable
 + + ipv6 : Adds support for IP version 6
 + - gtk2 : Use gtk+-2.0.0 over gtk+-1.2 in cases where a program supports 
both.
 + + ssl  : Adds support for Secure Socket Layer connections
 + + ldap : Adds LDAP support (Lightweight Directory Access Protocol)
 - - gnome: Adds GNOME support
 - - debug: Tells configure and the makefiles to build for debugging. Effects 
vary acrosss packages, but generally it will at least add -g to CFLAGS. Remember to 
set FEATURES+=nostrip too.
 - - mozcalendar  : blank
 + + mozaccess: blank
 + + mozxmlterm   : blank
 - - moznoirc : If you do NOT want the IRC client built with mozilla
 + + moznomail: If you do NOT want the mail client built with mozilla
 + + moznocompose : If you do NOT want the web page composer built with mozilla
 - - moznoxft : blank

 U I [ Found these USE variables in : net-www/mozilla-firebird-0.7-r1 ]
 + - java : Adds support for Java
 + - gtk2 : Use gtk+-2.0.0 over gtk+-1.2 in cases where a program supports both.
 + - ipv6 : Adds support for IP version 6
 - - gnome: Adds GNOME support
 - - moznoxft : unknown


On Feb 06 at 11:47PM+0100, Arne Vogel wrote:
> Alberto Bert wrote:
> 
> >Hi all,
> >
> >I'm not an expert of gentoo at all, but I've never had compilation 
> >problems up to now
> >(~ 1 year working), so I was very surpised today...
> >
> >I tryed to emerge mozilla 1.6, it requested several other updating and
> >new emerging, among them xfree, gtk+, etc.
> >The compilation stops with the following error message.
> >
> > 
> >
> I just compiled it successfully (using current non-masked packages). 
> "etcat -u mozilla-1.6" says:
> 
> U I [ Found these USE variables in : net-www/mozilla-1.6 ]
> + + java : Adds support for Java
> + + crypt: Add support for encryption -- using mcrypt or gpg 
> where applicable
> - - ipv6 : Adds support for IP version 6
> + + gtk2 : Use gtk+-2.0.0 over gtk+-1.2 in cases where a 
> program supports both.
> + + ssl  : Adds support for Secure Socket Layer connections
> - - ldap : Adds LDAP support (Lightweight Directory Access 
> Protocol)
> + + gnome: Adds GNOME support
> - - debug: Tells configure and the makefiles to build for 
> debugging. Effects vary acrosss packages, but generally it will at least 
> add -g to CFLAGS. Remember to set FEATURES+=nostrip too.
> - - mozcalendar  : blank
> - - mozaccess: blank
> - - mozxmlterm   : blank
> - - moznoirc : If you do NOT want the IRC client built with mozilla
> - - moznomail: If you do NOT want the mail client built with mozilla
> - - moznocompose : If you do NOT want the web page composer built with 
> mozilla
> - - moznoxft : blank
> 
> "emerge -up mozilla" says mozilla and direct dependencies are up to date.
> 
> Maybe this helps... :-|
> 
> >Plus, now something seems to be happened to emerge, since when I try to 
> >emerge centain packages it gives me errors like:
> >
> >snoopy root # emerge -pv xterm
> >
> >These are the packages that I would merge, in order:
> >
> >Calculating dependencies   
> >!!! all ebuilds that could satisfy "xterm" have been masked.
> >
> >!!! Error calculating dependencies. Please correct.
> >
> > 
> >
> This is no different from what I get. It seems all versions of xterm are 
> currently masked.
> 
> >the error appear not for all packages...
> >
> >What am Isupposed to "correct"?
> >
> >Any help would be VERY appreciated.
> >thanks,
> >Alberto
> > 
> >
> 
> 
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mozilla 1.6 not compiling

2004-02-09 Thread Alberto Bert
On Feb 06 at 11:26PM+0100, Jose González Gómez wrote:
> 
>Alberto,
> 
>I have successfully compiled mozilla 1.6. Have you tried to resync 
> and emerge again? Some strange compilation problems goes away doing this.

yes, I did it immediately after but obtaining the same result :-(

I'll try again today, but I'm starting to suspect having something else
wrong, since all people say mozilla is compiling. I've no idea what it
can be wrong...

thanks for all the help,
Alberto

> 
>Regards
>Jose
> 
> Alberto Bert escribió:
> 
> >On Feb 06 at 01:25PM+0100, Redeeman wrote:
> > 
> >
> >>i just emerged for some days ago, very strange, tried cut down the
> >>CFLAGS?
> >>   
> >>
> >
> >it doesn't compile the same way also with default CFLAGS:
> >
> >-O2 -mcpu=i686 -pipe
> >
> >:-(
> >
> >alb
> >
> > 
> >
> >>On Fri, 2004-02-06 at 12:46, Alberto Bert wrote:
> >>   
> >>
> >>>Hi all,
> >>>
> >>>I'm not an expert of gentoo at all, but I've never had compilation 
> >>>problems up to now
> >>>(~ 1 year working), so I was very surpised today...
> >>>
> >>>I tryed to emerge mozilla 1.6, it requested several other updating and
> >>>new emerging, among them xfree, gtk+, etc.
> >>>The compilation stops with the following error message.
> >>>
> >>>Plus, now something seems to be happened to emerge, since when I try to 
> >>>emerge centain packages it gives me errors like:
> >>>
> >>>snoopy root # emerge -pv xterm
> >>>
> >>>These are the packages that I would merge, in order:
> >>>
> >>>Calculating dependencies   
> >>>!!! all ebuilds that could satisfy "xterm" have been masked.
> >>>
> >>>!!! Error calculating dependencies. Please correct.
> >>>
> >>>the error appear not for all packages...
> >>>
> >>>What am Isupposed to "correct"?
> >>>
> >>>Any help would be VERY appreciated.
> >>>thanks,
> >>>Alberto
> >>>
> >>>g++ -o nsAccessProxy.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\"  
> >>>-I../../../dist/include/xpcom -I../../../dist/include/string 
> >>>-I../../../dist/include/docshell -I../../../dist/include/dom 
> >>>-I../../../dist/include/widget -I../../../dist/include/gfx 
> >>>-I../../../dist/include/layout -I../../../dist/include/content 
> >>>-I../../../dist/include/uriloader -I../../../dist/include/pref 
> >>>-I../../../dist/include/embedcomponents 
> >>>-I../../../dist/include/accessproxy -I../../../dist/include 
> >>>-I/var/tmp/portage/mozilla-1.6/work/mozilla/dist/include/nspr 
> >>>-I/usr/X11R6/include   -fPIC  -I/usr/X11R6/include -fno-rtti 
> >>>-fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align 
> >>>-Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long 
> >>>-march=pentium3 -mcpu=pentium4 -pipe -s -fforce-addr -Wno-deprecated 
> >>>-fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -ffunction-sections -O2 
> >>>-I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h 
> >>>-Wp,-MD,.deps/nsAccessProxy.pp nsAccessProxy.cpp
> >>>nsAccessProxy.cpp:46:25: nsIRegistry.h: No such file or directory
> >>>In file included from nsAccessProxy.cpp:52:
> >>>../../../dist/include/content/nsIDocument.h:48:20: nsIURI.h: No such 
> >>>file or directory
> >>>../../../dist/include/content/nsIDocument.h:53:26: nsILoadGroup.h: No 
> >>>such file or directory
> >>>In file included from nsAccessProxy.cpp:52:
> >>>../../../dist/include/content/nsIDocument.h: In instantiation of 
> >>>`nsDerivedSafe':
> >>>../../../dist/include/content/nsIDocument.h:135:   instantiated from here
> >>>../../../dist/include/content/nsIDocument.h:135: base class `nsIURI' has 
> >>>  incomplete type
> >>>../../../dist/include/content/nsIDocument.h: In member function `nsIURI* 
> >>>  nsIDocument::GetDocumentURL() const':
> >>>../../../dist/include/content/nsIDocument.h:135: cannot convert `const 
> >>>  nsCOMPtr' to `nsIURI*' in return
> >>>../../../dist/include/content/nsIDocument.h: In member function `nsIURI* 
> >>>  nsIDocument::GetBaseURL() const':
> >>&g

Re: [gentoo-user] mozilla 1.6 not compiling

2004-02-06 Thread Alberto Bert
On Feb 06 at 01:25PM+0100, Redeeman wrote:
> i just emerged for some days ago, very strange, tried cut down the
> CFLAGS?

it doesn't compile the same way also with default CFLAGS:

-O2 -mcpu=i686 -pipe

:-(

alb

> 
> 
> On Fri, 2004-02-06 at 12:46, Alberto Bert wrote:
> > Hi all,
> > 
> > I'm not an expert of gentoo at all, but I've never had compilation problems up to 
> > now
> > (~ 1 year working), so I was very surpised today...
> > 
> > I tryed to emerge mozilla 1.6, it requested several other updating and
> > new emerging, among them xfree, gtk+, etc.
> > The compilation stops with the following error message.
> > 
> > Plus, now something seems to be happened to emerge, since when I try to emerge 
> > centain 
> > packages it gives me errors like:
> > 
> > snoopy root # emerge -pv xterm
> > 
> > These are the packages that I would merge, in order:
> > 
> > Calculating dependencies   
> > !!! all ebuilds that could satisfy "xterm" have been masked.
> > 
> > !!! Error calculating dependencies. Please correct.
> > 
> > the error appear not for all packages...
> > 
> > What am Isupposed to "correct"?
> > 
> > Any help would be VERY appreciated.
> > thanks,
> > Alberto
> > 
> > g++ -o nsAccessProxy.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\"  
> > -I../../../dist/include/xpcom -I../../../dist/include/string 
> > -I../../../dist/include/docshell -I../../../dist/include/dom 
> > -I../../../dist/include/widget -I../../../dist/include/gfx 
> > -I../../../dist/include/layout -I../../../dist/include/content 
> > -I../../../dist/include/uriloader -I../../../dist/include/pref 
> > -I../../../dist/include/embedcomponents -I../../../dist/include/accessproxy 
> > -I../../../dist/include 
> > -I/var/tmp/portage/mozilla-1.6/work/mozilla/dist/include/nspr 
> > -I/usr/X11R6/include   -fPIC  -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall 
> > -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth 
> > -Wno-ctor-dtor-privacy -Wno-long-long -march=pentium3 -mcpu=pentium4 -pipe -s 
> > -fforce-addr -Wno-deprecated -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED 
> > -ffunction-sections -O2  -I/usr/X11R6/include -DMOZILLA_CLIENT -include 
> > ../../../mozilla-config.h -Wp,-MD,.deps/nsAccessProxy.pp nsAccessProxy.cpp
> > nsAccessProxy.cpp:46:25: nsIRegistry.h: No such file or directory
> > In file included from nsAccessProxy.cpp:52:
> > ../../../dist/include/content/nsIDocument.h:48:20: nsIURI.h: No such file or 
> > directory
> > ../../../dist/include/content/nsIDocument.h:53:26: nsILoadGroup.h: No such file or 
> > directory
> > In file included from nsAccessProxy.cpp:52:
> > ../../../dist/include/content/nsIDocument.h: In instantiation of 
> > `nsDerivedSafe':
> > ../../../dist/include/content/nsIDocument.h:135:   instantiated from here
> > ../../../dist/include/content/nsIDocument.h:135: base class `nsIURI' has 
> >incomplete type
> > ../../../dist/include/content/nsIDocument.h: In member function `nsIURI* 
> >nsIDocument::GetDocumentURL() const':
> > ../../../dist/include/content/nsIDocument.h:135: cannot convert `const 
> >nsCOMPtr' to `nsIURI*' in return
> > ../../../dist/include/content/nsIDocument.h: In member function `nsIURI* 
> >nsIDocument::GetBaseURL() const':
> > ../../../dist/include/content/nsIDocument.h:163: cannot convert `const 
> >nsCOMPtr' to `nsIURI*' in return
> > In file included from nsAccessProxy.cpp:58:
> > nsAccessProxy.h:35:28: nsIAccessProxy.h: No such file or directory
> > In file included from nsAccessProxy.cpp:58:
> > nsAccessProxy.h: In static member function `static const nsID& 
> >nsAccessProxy::GetCID()':
> 
> > nsAccessProxy.h:64: `NS_ACCESSPROXY_CID' undeclared (first use this function)
> > nsAccessProxy.h:64: (Each undeclared identifier is reported only once for each 
> >function it appears in.)
> > nsAccessProxy.cpp: In member function `virtual nsresult 
> >nsAccessProxy::HandleEvent(nsIDOMEvent*)':
> > nsAccessProxy.cpp:102: invalid use of undefined type `struct nsIDOMEvent'
> > ../../../dist/include/dom/domstubs.h:107: forward declaration of `struct 
> >nsIDOMEvent'
> > nsAccessProxy.cpp:113: cannot convert `nsIDOMEvent*' to `nsISupports*' for 
> >argument `1' to `const nsQueryInterface do_QueryInterface(nsISupports*, 
> >nsresult*)'
> > ../../../d

Re: [gentoo-user] mozilla 1.6 not compiling

2004-02-06 Thread Alberto Bert
On Feb 06 at 01:25PM+0100, Redeeman wrote:
> i just emerged for some days ago, very strange, tried cut down the
> CFLAGS?

no, I'm trying now... I commented the line in make.conf, we'll see...

about the masking I wrote before, I think it doesn't matter at all, in
fact I watched at packages not in stable version...

my CLFAGS were:
-march=pentium3 -mcpu=pentium4 -O3 -pipe

is there anything delicate?

now the default ones apparently are something like:

-mcpu=i686 -O3 -pipe

could anyone explain me the difference please?

alb

> 
> 
> On Fri, 2004-02-06 at 12:46, Alberto Bert wrote:
> > Hi all,
> > 
> > I'm not an expert of gentoo at all, but I've never had compilation problems up to 
> > now
> > (~ 1 year working), so I was very surpised today...
> > 
> > I tryed to emerge mozilla 1.6, it requested several other updating and
> > new emerging, among them xfree, gtk+, etc.
> > The compilation stops with the following error message.
> > 
> > Plus, now something seems to be happened to emerge, since when I try to emerge 
> > centain 
> > packages it gives me errors like:
> > 
> > snoopy root # emerge -pv xterm
> > 
> > These are the packages that I would merge, in order:
> > 
> > Calculating dependencies   
> > !!! all ebuilds that could satisfy "xterm" have been masked.
> > 
> > !!! Error calculating dependencies. Please correct.
> > 
> > the error appear not for all packages...
> > 
> > What am Isupposed to "correct"?
> > 
> > Any help would be VERY appreciated.
> > thanks,
> > Alberto
> > 
> > g++ -o nsAccessProxy.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\"  
> > -I../../../dist/include/xpcom -I../../../dist/include/string 
> > -I../../../dist/include/docshell -I../../../dist/include/dom 
> > -I../../../dist/include/widget -I../../../dist/include/gfx 
> > -I../../../dist/include/layout -I../../../dist/include/content 
> > -I../../../dist/include/uriloader -I../../../dist/include/pref 
> > -I../../../dist/include/embedcomponents -I../../../dist/include/accessproxy 
> > -I../../../dist/include 
> > -I/var/tmp/portage/mozilla-1.6/work/mozilla/dist/include/nspr 
> > -I/usr/X11R6/include   -fPIC  -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall 
> > -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth 
> > -Wno-ctor-dtor-privacy -Wno-long-long -march=pentium3 -mcpu=pentium4 -pipe -s 
> > -fforce-addr -Wno-deprecated -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED 
> > -ffunction-sections -O2  -I/usr/X11R6/include -DMOZILLA_CLIENT -include 
> > ../../../mozilla-config.h -Wp,-MD,.deps/nsAccessProxy.pp nsAccessProxy.cpp
> > nsAccessProxy.cpp:46:25: nsIRegistry.h: No such file or directory
> > In file included from nsAccessProxy.cpp:52:
> > ../../../dist/include/content/nsIDocument.h:48:20: nsIURI.h: No such file or 
> > directory
> > ../../../dist/include/content/nsIDocument.h:53:26: nsILoadGroup.h: No such file or 
> > directory
> > In file included from nsAccessProxy.cpp:52:
> > ../../../dist/include/content/nsIDocument.h: In instantiation of 
> > `nsDerivedSafe':
> > ../../../dist/include/content/nsIDocument.h:135:   instantiated from here
> > ../../../dist/include/content/nsIDocument.h:135: base class `nsIURI' has 
> >incomplete type
> > ../../../dist/include/content/nsIDocument.h: In member function `nsIURI* 
> >nsIDocument::GetDocumentURL() const':
> > ../../../dist/include/content/nsIDocument.h:135: cannot convert `const 
> >nsCOMPtr' to `nsIURI*' in return
> > ../../../dist/include/content/nsIDocument.h: In member function `nsIURI* 
> >nsIDocument::GetBaseURL() const':
> > ../../../dist/include/content/nsIDocument.h:163: cannot convert `const 
> >nsCOMPtr' to `nsIURI*' in return
> > In file included from nsAccessProxy.cpp:58:
> > nsAccessProxy.h:35:28: nsIAccessProxy.h: No such file or directory
> > In file included from nsAccessProxy.cpp:58:
> > nsAccessProxy.h: In static member function `static const nsID& 
> >nsAccessProxy::GetCID()':
> 
> > nsAccessProxy.h:64: `NS_ACCESSPROXY_CID' undeclared (first use this function)
> > nsAccessProxy.h:64: (Each undeclared identifier is reported only once for each 
> >function it appears in.)
> > nsAccessProxy.cpp: In member function `virtual nsresult 
> >nsAccessProxy::HandleEvent(nsIDOMEvent*)':
> > nsAccessProxy.cpp:102: invalid use of undefined type `struct nsIDOMEvent'
> > ../../../dist/include/d

[gentoo-user] mozilla 1.6 not compiling

2004-02-06 Thread Alberto Bert
Hi all,

I'm not an expert of gentoo at all, but I've never had compilation problems up to now
(~ 1 year working), so I was very surpised today...

I tryed to emerge mozilla 1.6, it requested several other updating and
new emerging, among them xfree, gtk+, etc.
The compilation stops with the following error message.

Plus, now something seems to be happened to emerge, since when I try to emerge centain 
packages it gives me errors like:

snoopy root # emerge -pv xterm

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

Calculating dependencies   
!!! all ebuilds that could satisfy "xterm" have been masked.

!!! Error calculating dependencies. Please correct.

the error appear not for all packages...

What am Isupposed to "correct"?

Any help would be VERY appreciated.
thanks,
Alberto

g++ -o nsAccessProxy.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\"  
-I../../../dist/include/xpcom -I../../../dist/include/string 
-I../../../dist/include/docshell -I../../../dist/include/dom 
-I../../../dist/include/widget -I../../../dist/include/gfx 
-I../../../dist/include/layout -I../../../dist/include/content 
-I../../../dist/include/uriloader -I../../../dist/include/pref 
-I../../../dist/include/embedcomponents -I../../../dist/include/accessproxy 
-I../../../dist/include -I/var/tmp/portage/mozilla-1.6/work/mozilla/dist/include/nspr  
   -I/usr/X11R6/include   -fPIC  -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall 
-Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth 
-Wno-ctor-dtor-privacy -Wno-long-long -march=pentium3 -mcpu=pentium4 -pipe -s 
-fforce-addr -Wno-deprecated -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED 
-ffunction-sections -O2  -I/usr/X11R6/include -DMOZILLA_CLIENT -include 
../../../mozilla-config.h -Wp,-MD,.deps/nsAccessProxy.pp nsAccessProxy.cpp
nsAccessProxy.cpp:46:25: nsIRegistry.h: No such file or directory
In file included from nsAccessProxy.cpp:52:
../../../dist/include/content/nsIDocument.h:48:20: nsIURI.h: No such file or directory
../../../dist/include/content/nsIDocument.h:53:26: nsILoadGroup.h: No such file or 
directory
In file included from nsAccessProxy.cpp:52:
../../../dist/include/content/nsIDocument.h: In instantiation of 
`nsDerivedSafe':
../../../dist/include/content/nsIDocument.h:135:   instantiated from here
../../../dist/include/content/nsIDocument.h:135: base class `nsIURI' has 
   incomplete type
../../../dist/include/content/nsIDocument.h: In member function `nsIURI* 
   nsIDocument::GetDocumentURL() const':
../../../dist/include/content/nsIDocument.h:135: cannot convert `const 
   nsCOMPtr' to `nsIURI*' in return
../../../dist/include/content/nsIDocument.h: In member function `nsIURI* 
   nsIDocument::GetBaseURL() const':
../../../dist/include/content/nsIDocument.h:163: cannot convert `const 
   nsCOMPtr' to `nsIURI*' in return
In file included from nsAccessProxy.cpp:58:
nsAccessProxy.h:35:28: nsIAccessProxy.h: No such file or directory
In file included from nsAccessProxy.cpp:58:
nsAccessProxy.h: In static member function `static const nsID& 
   nsAccessProxy::GetCID()':
nsAccessProxy.h:64: `NS_ACCESSPROXY_CID' undeclared (first use this function)
nsAccessProxy.h:64: (Each undeclared identifier is reported only once for each 
   function it appears in.)
nsAccessProxy.cpp: In member function `virtual nsresult 
   nsAccessProxy::HandleEvent(nsIDOMEvent*)':
nsAccessProxy.cpp:102: invalid use of undefined type `struct nsIDOMEvent'
../../../dist/include/dom/domstubs.h:107: forward declaration of `struct 
   nsIDOMEvent'
nsAccessProxy.cpp:113: cannot convert `nsIDOMEvent*' to `nsISupports*' for 
   argument `1' to `const nsQueryInterface do_QueryInterface(nsISupports*, 
   nsresult*)'
../../../dist/include/xpcom/nsCOMPtr.h: In member function `nsCOMPtr& 
   nsCOMPtr::operator=(T*) [with T = nsIURI]':
../../../dist/include/content/nsIDocument.h:136:   instantiated from here
../../../dist/include/xpcom/nsCOMPtr.h:570: no matching function for call to `
   nsCOMPtr::assign_with_AddRef(nsIURI*&)'
../../../dist/include/xpcom/nsCOMPtr.h:407: candidates are: void 
   nsCOMPtr_base::assign_with_AddRef(nsISupports*)
../../../dist/include/xpcom/nsISupportsUtils.h: In static member function 
   `static const nsIID& nsCOMTypeInfo::GetIID() [with T = nsILoadGroup]':
../../../dist/include/xpcom/nsIWeakReferenceUtils.h:62:   instantiated from `nsresult 
CallQueryReferent(T*, DestinationType**) [with T = nsDerivedSafe, 
DestinationType = nsILoadGroup]'
../../../dist/include/content/nsIDocument.h:154:   instantiated from here
../../../dist/include/xpcom/nsISupportsUtils.h:202: no method `nsILoadGroup::
   GetIID'
make[4]: *** [nsAccessProxy.o] Error 1
make[4]: Leaving directory 
`/var/tmp/portage/mozilla-1.6/work/mozilla/extensions/access-builtin/accessproxy'
make[3]: *** [libs] Error 2
m

Re: [gentoo-user] Compupic

2004-01-24 Thread Alberto Garcia Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


I use kuickshow, included in kdegraphics.

El Sábado, 24 de Enero de 2004 02:29, Jeff Smelser escribió:
> I been using compupic for windows, and trying to find the same thing for
> linux.. kview sucks.. ;) Does anyone out there got any ideas??
>
> use kde if that helps..
> --
>I believe the technical term is "Oops!"

- -- 
/* Alberto García Hierro (Skyhusker) */
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAEoPe4O6JklHkL2cRAtmZAJ0fwh+m0pWSZLyShLrXOjQQ4XKbKgCeKEq/
0tyj5en+082awy3FxXGpovs=
=z3Ph
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gentoo-sources-2.4.22-r3

2004-01-07 Thread Alberto Garcia Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El Miércoles, 07 de Enero de 2004 16:24, Marius Mauch escribió:
> On 01/07/04  pb wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > gentoo-sources-2.4.22-r3 (released yesterday) doesn't fix any latestst
> > security problems. in fact, it is identical to 2.4.22-r2.
> > i wonder why it has been released and marked as stable...
>
> How did you check this ?

[EMAIL PROTECTED] gentoo-sources $ diff gentoo-sources-2.4.22-r2.ebuild 
gentoo-sources-2.4.22-r3.ebuild
3c3
< # 
$Header: 
/home/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-2.4.22-r2.ebuild,v 
1.3 2004/01/06 15:17:52 plasmaroo Exp $
- ---
> # 
$Header: 
/home/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-2.4.22-r3.ebuild,v 
1.1 2004/01/06 20:55:12 plasmaroo Exp $
22c22
<   http://dev.gentoo.org/~iggy/gentoo-sources-${PVR}.patch.bz2";
- ---
>   http://dev.gentoo.org/~iggy/gentoo-sources-2.4.22-r2.patch.bz2";
36c36
<   bzcat ${DISTDIR}/gentoo-sources-${PVR}.patch.bz2 | patch -p1 \
- ---
>   bzcat ${DISTDIR}/gentoo-sources-2.4.22-r2.patch.bz2 | patch -p1 \






>
> Marius

Differences are _trivial_.

- -- 
/* Alberto García Hierro (Skyhusker) */
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE//Cuv4O6JklHkL2cRAhlfAJ93O+03W2bqyWPFEldh5xzLl7lNOQCaAgXI
K2tCoZiqWXeYv/RjTRFH/IU=
=CG+d
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Daily job running

2003-12-29 Thread Alberto Garcia Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El Lunes, 29 de Diciembre de 2003 10:21, Gerhard W.Gruber escribió:
> I want to have job that runs once a day when I power on my machine. With
> cron I have the problem that this has to be at a fixed time, yes? Since I
> switch my machine off when I don' t use it it can often happen that this
> will not run because the launchtime has been missed. I know that in Suse
> they had some mechanism for users like me, who don't let their machine run
> all the time.
>
> So is there something like that I can use in gentoo? I could put that
> script in a runlevel, but then it will run everytime I reboot. Is there an
> easy way to limit it to once per day?

sys-apps/anacron is what you need

- -- 
/* Alberto García Hierro (Skyhusker) */
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/8HhP4O6JklHkL2cRAsP9AJ9Hck5wHDUf27zTqh6kExtoJXnpCwCgh1Pq
gIPPL+ObDqcmeZZv7WkA6B4=
=B3Fz
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] "vga=791" no longer works with 2.6.0

2003-12-19 Thread Alberto Garcia Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



video=vesa:ywrap,mtrr vga=0x317

Works for me



El Viernes, 19 de Diciembre de 2003 11:35, Cybercar escribió:
> I've got the same problem as you.
> And it's a big problem for my eyes, I was very happy when I was going to
> run the 2.6.0 when I saw that.
>
> :(
>
> Could anyone give us a solution?
>
> Thanks all
>
> On Fri, 2003-12-19 at 07:20, Sebastian Bergmann wrote:
> >   I updated my GENTOO/Linux laptop to gentoo-dev-sources-2.6.0 -- and am
> >   quite happy with it.
> >
> >   Except for one thing: The "vga=791" boot parameter that I used with the
> >   2.4 kernel series to have a 1024x768 console during boot no longer
> >   works. If I pass it to the kernel I get a blank screen until gdm has
> >   been started.
> >
> >   Any idea on what the correct parameter would be?
> >
> >   Thanks in advance,
> > Sebastian

- -- 
/* Alberto García Hierro (Skyhusker) */
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/4wWD4O6JklHkL2cRAh1sAJ9UdAme/vLPFgC4J0JmLJNPqsWKiwCfcIjo
zSihiA64NE9RNtxFW69svwA=
=atwX
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gentoo as a router

2003-12-12 Thread Alberto Garcia Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El Viernes, 12 de Diciembre de 2003 22:35, Oliver Lange escribió:
> Alberto Garcia Hierro wrote:
> > You also need to setup iptables properly. Something similar to this
> > should work:
> >
> > iptables -t nat -A POSTROUTING -o inet_iface -j MASQUERADE
>
> I thought iptables is required for firewalling ? Lets assume that
> i don't want to setup a firewall yet.

Iptables is required for NAT and MASQUERADING (aka share inet connection)
>
>
> --
> [EMAIL PROTECTED] mailing list

- -- 
/* Alberto García Hierro (Skyhusker) */
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/2jXU4O6JklHkL2cRAqMYAJ49NkcfKL0/WQlHM4tMgt/qY6z6RQCfU7fp
QmsthtKObEfIkkN500mRBdk=
=TxRE
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gentoo as a router

2003-12-12 Thread Alberto Garcia Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

You also need to setup iptables properly. Something similar to this should 
work:

iptables -t nat -A POSTROUTING -o inet_iface -j MASQUERADE

Anyway, I strongly recommend you to read Iptables HOWTO.


El Viernes, 12 de Diciembre de 2003 22:18, Oliver Lange escribió:
> Hello everyone,
>
> And again i can't find the solution for a trivial task such as
> setting up my gentoo box as a simple router for my home LAN.
>
> Ok here's my situation:
>
> I'm running rp-pppoe on a gentoo box that shall act as router.
> Everything runs well, but the other boxes can't ping outside the LAN.
>
> Somebody wrote in a forum that i need to execute the following
> command:
>
> echo 1 >/proc/sys/net/ipv4/ip_forward
>
> I did that, without success.
>
> Here's my routing table (the router LAN IP is 192.168.88.101):
>
> Destination Gateway Genmask Flags Metric RefUse
> Iface 217.5.98.87 *   255.255.255.255 UH0  0   
> 0 ppp0 192.168.88.0*   255.255.255.0   U 0  0  
>  0 eth0 loopbacklocalhost   255.0.0.0   UG0  0 
>   0 lo default 217.5.98.87 0.0.0.0 UG0  0  
>  0 ppp0
>
> My other boxes are configured well and shouldn't require any changes. If i
> boot the router with my SuSE system, everything works well. Each time i'm
> booting the router with my gentoo system, only the router can reach the
> internet (ping).
>
> Maybe it's a kernel config problem again. I surfed thru' countless online
> guides, manuals, FAQs, without success. So, any ideas ?
>
>
> --
> [EMAIL PROTECTED] mailing list

- -- 
/* Alberto García Hierro (Skyhusker) */
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/2jKE4O6JklHkL2cRAsiYAJ43jv+MgDcls16oq7k2Dd64ubQBHwCcC+Sf
BdgVKNUTUUEp77+xACBNEfw=
=11x+
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] irc client

2003-11-21 Thread Alberto Garcia Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El Sábado, 22 de Noviembre de 2003 01:31, Eric Paynter escribió:
> Andrew Gaffney said:
> > I'm looking for a good IRC client. I've used both BitchX, which is
> > great, and Mozilla's  IRC client, which is very feature poor. I'd
> > just use BitchX, but I want an X app. Can  anyone recommend
> > anything?
>
> I use KVIrc and love it. Very customizable, full scripting engine,
> etc., and it's stable.

I use KVirc too, but I think the last release is too old, so  I wrote a 
ebuild for fetching it from cvs. Perhaps, you'll find it usefull.

http://ftp.firenze.linux.it/pub/kvirc/contrib/gentoo/
kvirc-cvs-3.0.0_beta3.ebuild
>
> -Eric

- -- 
/* Alberto García Hierro (Skyhusker) */
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/vrV54O6JklHkL2cRAnTCAKCHa9l8yzWn6laHtcNyVEVxa5LQzwCdGhtW
V6A7H57xWnxbSOwfKB22bUw=
=VNNw
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] File transfer with SSH

2003-11-10 Thread Alberto Garcia Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


scp and sftp come with openssh

[EMAIL PROTECTED] fiam $ qpkg -l openssh|grep bin
/usr/bin
/usr/bin/scp
/usr/bin/ssh
/usr/bin/sftp
/usr/bin/ssh-agent
/usr/bin/ssh-add
/usr/bin/slogin -> ./ssh
/usr/bin/ssh-keyscan
/usr/bin/ssh-keygen
/usr/sbin
/usr/sbin/sshd
/usr/share/openssh/Ssh.bin


El Lunes, 10 de Noviembre de 2003 17:19, Stephen Liu escribió:
> H Mike, MAL, Alberto and others
>
> >scp remote:file localfile # user will be the user being used
> >scp [EMAIL PROTECTED]:file [EMAIL PROTECTED]:file
> >
> >scp is part of openssh.
>
> # epm -q  scp/sftp
> could not find them on Gentoo box
>
> # emerge search sftp
> found
> dev-perl/net-sftp
> gnome-extra/gnome-vfs-sftp
> net-ftp/vsftpd
>
> # emerge search scp
> found
> net-misc/scponly
> x11-plugins/ascpu
>
> Which of them are the right application to download and install
>
> Thanks in advance.
>
> Stephen
>
>
> --
> [EMAIL PROTECTED] mailing list

- -- 
/* Alberto García Hierro (Skyhusker) */
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/r/bE4O6JklHkL2cRAhZKAJ9Oi4ALlMTEyFA3XbS2VXa2othJsQCfbz5p
a/RFwGkuZNTWxqt1SUujyGo=
=JhvI
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] File transfer with SSH

2003-11-10 Thread Alberto Garcia Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Yes. You can use sftp, which cames with ssh, (sftp [EMAIL PROTECTED]) , konqueror 
(sftp://user:[EMAIL PROTECTED]), kbear (select sftp in protocols), shfs (shfsmount 
[EMAIL PROTECTED]/dir)...

El Lunes, 10 de Noviembre de 2003 12:24, Stephen Liu escribió:
> Hi folks,
>
> I have a Gentoo box and a RH9 box.  They can connect to X-server of
> another box.  Copy and Paste commands also work i.e. copying the content
> of a document of RH9 and pasting to another document of Gentoo and vise
> versa.
>
> Is it possible to transfer documents between 2 boxes via SSH without
> using Samba?  If YES kindly advise how to make it.  I have tried with
> drag and drop action without result.
>
> Thanks in advance.
>
> B.R.
> Stephen Liu
>
>
> --
> [EMAIL PROTECTED] mailing list

- -- 
/* Alberto García Hierro (Skyhusker) */
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/r3zt4O6JklHkL2cRAnbxAJ4iXKpSChLaB7RRMygvnyIdYt1TtACfTRMh
daxx52Z/UVUwvsobqr55X2Q=
=rifj
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Changing Apache htdocs DIR, why?

2003-11-09 Thread Alberto Garcia Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


ServerRoot has moved in order to make things easier for people using 
vhosts ;-)

El Domingo, 9 de Noviembre de 2003 15:48, Denny Schierz escribió:
> hi,
>
> i was wondering as i see that the config files now have a new htdocs
> DIR. No more in /home/httpd/htdocs, it moved to /var/www like debian.
> But, can anybody explaining me why?
>
> 
> Beginning of differences between /etc/apache2/conf/apache2.conf and
> /etc/apache2/conf/._cfg_apache2.conf
> --- /etc/apache2/conf/apache2.conf  2003-09-19 17:41:22.0
> +0200
> +++ /etc/apache2/conf/._cfg_apache2.conf2003-11-09
> 02:19:52.0 +0100
> @@ -1,16 +1,16 @@
>  ### /etc/apache2/conf/apache2.conf
> -### $Id: apache2.conf,v 1.2 2003/02/23 19:39:22 woodchip Exp $
> +### $Id: apache2.conf,v 1.3 2003/09/25 02:20:48 woodchip Exp $
>  ###
>  ### Main Configuration Section
>  ### You really shouldn't change these settings unless you're a guru
>  ###
>  ServerRoot /etc/apache2
> -ServerName debian02.dyndns.org
> +#ServerName localhost
>  #LockFile /etc/apache2/apache2.lock
>  PidFile /var/run/apache2.pid
>  ErrorLog logs/error_log
>  LogLevel warn
> -DocumentRoot /home/httpd/htdocs
> +DocumentRoot /var/www/localhost/htdocs
>
>  ### Dynamic Shared Object (DSO) Support
>  ###
> @@ -187,10 +187,3 @@
>  MaxThreadsPerChild  20
>  MaxRequestsPerChild  0
>  
> -Include  conf/apache.webalizer
> -
> -
> -AllowOverride Options FileInfo
> -
> -RedirectPermanent http://debian02.dyndns.org/
> http://debian02.dyndns.org/blog/
> -
> 
>
> cu denny

- -- 
Regards,
/* Alberto García Hierro (Skyhusker) */
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/rlWT4O6JklHkL2cRAvU3AJ4yo0jq/kUoX3XE6TKdpLgzmGtqfQCeMVhD
/wJzIQ46qFNbc1wH0SvR+fc=
=eTwn
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] qt3.2.2 upgrade issues?

2003-11-08 Thread Alberto Garcia Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El Sábado, 8 de Noviembre de 2003 18:45, Chris Bare escribió:
> I just did an emerge -up world and see:
>
> qt-3.2.2-r1 [qt-3.1.2-r4]
>
> I was just curious if this requires any extra steps or if anyone has had
> any problems with this. I'm always cautious before merging an update
> that many things rely upon.

I've just upgraded and almost everything seems ok. The only "prob" (really it 
isn't  a prob) is fonts have grown a bit.

- -- 
Greetings,
/* Alberto García Hierro (Skyhusker) */
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/rVaw4O6JklHkL2cRAig6AJwOwCbU/E1nuY4d+01DyxzhgWv4lwCdH0VP
erpcV5hjSSgNXxY5+plCh94=
=GQq5
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Printing uris

2003-10-21 Thread Alberto G. Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El Martes, 21 de Octubre de 2003 00:27, Stroller escribió:
> On Oct 20, 2003, at 6:09 pm, Alberto G. Hierro wrote:
> >> As the workstations obviously have network access to the server,
> >> couldn't
> >> you stick a proxy server on it only allowing access to a set number of
> >> hosts (i.e. a number of gentoo distfiles mirrors)? Can squid do this?
> >> Or a normal proxy which requires authentication, then specify the
> >> FETCHCOMMAND and RESUMECOMMAND in /etc/make.conf, make it unreadable
> >> by the
> >> normal users and your set.
> >
> > This is a possible solution, but teachers don't like to set up a
> > proxy (if
> > anyone get the pass, he can access to internet from machines not
> > allowed). I
> > think the best solution will be that emerge could print uris, so i
> > could
> > print them to a file, fetch them from master server (running suse) and
> > the
> > share them using NFS. Unfortunatelly, emerge can't do this ATM. What
> > do you
> > think about requesting this feature to portage developers? Will be to
> > hard to
> > implement?
>
> I don't think you need to add this as a feature. I think that one each
> Gentoo machine you should be able to add an alias or wrapper so that
> `emerge -f somepackage` really calls `emerge -fp somepackage >>
> /path/to/shared/NFS/export/somefile.txt`. Then set up a cron job so
> that every minute the server wgets each line in that somefile.txt.
>
> This needs some tidying & error trapping, but is a reasonable basis to
> work from, I think.
>
> Stroller.
 
Thanks a lot, this is what i'm looking for :-)



- -- 
/* Alberto García Hierro (Skyhusker) */
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/lW2C4O6JklHkL2cRApFwAJsF8kz/Doij9l6951XDpy/5udQz9gCdE58T
mSBw1a9goo0ydbSukL2BFqs=
=dFfd
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Printing uris

2003-10-20 Thread Alberto G. Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El Lunes, 20 de Octubre de 2003 17:13, Mike Williams escribió:
> On Monday 20 October 2003 15:53, Alberto G. Hierro wrote:
> > Server is running Suse and workstations haven't internet access. Server
> > can rsync gentoo-portage, but mirroring ALL the distfiles will need a lot
> > of space, so it isn't a solution.
>
> Duh, sorry, should read messages properly!
>
> As the workstations obviously have network access to the server, couldn't
> you stick a proxy server on it only allowing access to a set number of
> hosts (i.e. a number of gentoo distfiles mirrors)? Can squid do this?
> Or a normal proxy which requires authentication, then specify the
> FETCHCOMMAND and RESUMECOMMAND in /etc/make.conf, make it unreadable by the
> normal users and your set.

This is a possible solution, but teachers don't like to set up a proxy (if 
anyone get the pass, he can access to internet from machines not allowed). I 
think the best solution will be that emerge could print uris, so i could 
print them to a file, fetch them from master server (running suse) and the 
share them using NFS. Unfortunatelly, emerge can't do this ATM. What do you  
think about requesting this feature to portage developers? Will be to hard to 
implement?

>
> --
> Mike Williams

- -- 
/* Alberto García Hierro (Skyhusker) */
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/lBbC4O6JklHkL2cRAghjAKCADr6sQtkd3YXsuSUGG/uFcb8/dQCfYmeK
wECj3huu9MnCiFnbUgfhjvo=
=V4it
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Printing uris

2003-10-20 Thread Alberto G. Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Server is running Suse and workstations haven't internet access. Server can 
rsync gentoo-portage, but mirroring ALL the distfiles will need a lot of 
space, so it isn't a solution. 

El Lunes, 20 de Octubre de 2003 12:43, Mike Williams escribió:
> On Monday 20 October 2003 07:41, Alberto G. Hierro wrote:
> > Hi all,
> > We're planning to install Gentoo in 50 workstations in my high school.
> > These workstations won't have access to internet , so i'm planning to set
> > up a rsync server in another machine which has internet access and then
> > share it using nfs. For the distfiles, then only solution apperaring in
> > my mind is print uris to a file, then upload this file to a server and
> > use wget to fetch the files. The prob is emerge can't do that ATM, so
> > anybody has any better solution? Will be this feature implemented soon?
>
> Erm, if you are sharing /usr/portage via NFS you are sharing the distfiles
> too. If the file they want isn't there the machine will fetch it.
> If only root and portage have access then no user can mess with it.
>
> --
> Mike Williams

- -- 
/* Alberto García Hierro (Skyhusker) */
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/k/be4O6JklHkL2cRAqgBAJ92lCHtJ4yYTPgrLQwKZVkNqh4VjwCfQ783
B8DPCy9CU5/z/8lHylk5mFI=
=Svvx
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Printing uris

2003-10-19 Thread Alberto G. Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,
We're planning to install Gentoo in 50 workstations in my high school. These 
workstations won't have access to internet , so i'm planning to set up a 
rsync server in another machine which has internet access and then share it 
using nfs. For the distfiles, then only solution apperaring in my mind is 
print uris to a file, then upload this file to a server and use wget to fetch 
the files. The prob is emerge can't do that ATM, so anybody has any better 
solution? Will be this feature implemented soon?
- -- 
Regards,
/* Alberto García Hierro (Skyhusker) */
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/k4Ou4O6JklHkL2cRAoM7AJ9ZKVPsKOoE2/jJcIOsEBycAljTfwCfSQvF
uQ+6qBk2EHlpEjxbAJdF/yc=
=oCDI
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



[gentoo-user] still mplayer problems

2003-09-26 Thread Alberto Bert
Hi all,

I tried to make mplayer working but I still cannot also after some your
suggestions.

the mozilla plugin just write that is loading on the space in the page
but nothing happen and mplayer itself has some strange behaviour.
I though it was the network but I can see everything with windows, so I
downloaded realplayer and for example:

[EMAIL PROTECTED] alb$ ./local/RealPlayer8/realplay 
rtsp://livereal.fastweb.it/fastbox/real/raiclick/FMVRAI0301015194.rm

works, but

[EMAIL PROTECTED] alb$ mplayer 
rtsp://livereal.fastweb.it/fastbox/real/raiclick/FMVRAI0301015194.rm

301015194.rm/
MPlayer 0.91-3.2.3  (C) 2000-2003 MPlayer Team
CPU: Intel  (Family: 8, Stepping: 7)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2

Reading config file /usr/share/mplayer/mplayer.conf
Reading config file /home/alb/.mplayer/config
Reading /home/alb/.mplayer/codecs.conf: can't open
'/home/alb/.mplayer/codecs.conf': No such file or directory
Reading /usr/share/mplayer/codecs.conf: 50 audio & 136 video codecs
font: can't open file: /home/alb/.mplayer/font/font.desc
Font /usr/share/mplayer/font/font.desc loaded successfully! (206 chars)
Failed to open /dev/rtc: Permission denied (mplayer should be setuid
root or /dev/rtc should be readable by the user.)
Using usleep() timing
Can't open input config file /home/alb/.mplayer/input.conf: No such file
or directory
Input config file /usr/share/mplayer/input.conf parsed: 52 binds

Playing
rtsp://livereal.fastweb.it/fastbox/real/raiclick/FMVRAI0301015194.rm/
RTSP protocol support requires the "LIVE.COM Streaming Media" libraries!
Unable to open URL:
rtsp://livereal.fastweb.it/fastbox/real/raiclick/FMVRAI0301015194.rm/


Exiting... (End of file)

so, I don't know what I'm doing since people say that maplayer works, is
there any permission to set...

any help is REALLY appreciated
thanx,
alb

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Newbie "window manager" question :)

2003-09-25 Thread Alberto Bert
I'm not an expert at all, but I'm enjoying window maker a lot.
It's got a lot of nice features, like multiple desktops and high
configurability, without fill your memory. I think it's a good
compromisea and If you are used to KDE,
you'll be surprised by the short time it takes to start...

alb

On Sep 25 at 01:36AM-0700, Joshua Banks wrote:
> I just finished installing Gentoo on an older machine. I've just finished doing 
> "system -u update"
> and so I've basically have a system ready to go to the next stage of getting a 
> window manager
> installed.
> 
> This is where my Newbness comes in. Since merging over to linux from windows which 
> did everything
> for me.. Heh..heh.. I tried Mandrake and found that Mandrake was a painless install. 
> It basically
> did everything for me as well, just allot more to choose from versus M$ and its free.
> 
> My goal is to try out a lightweight "window manager" but all that I've been used to 
> is installing
> is KDE or GNOME. 
> KDE is a fatty and although I like it allot it seems to need a ton of memory and is 
> all around
> resource hog. Plus I only use it for the following:
> 
> Web Browser
> Text Editor
> Konsole or Console shell
> Listening to music and occassionally watching mpegs or avi's.
> I use Gaim for Instant Messenging, Ethereal for sniffing traffic for 
> troubleshooting, and use
> Shorewall firewall for its ability of Natting or Masq'ing so that more than one 
> person can share
> the Internet Connection.
> 
> Where my confusion comes in is the terms used. I just assumed that KDE was my linux 
> face so to
> say. But then I see terms like:
> Window Manager...kind-of understand this..The thing thats incharge of drawing the 
> windows..
> Session Manager...Not sure what this does or the huge difference between different 
> versions are.
> Theme Managerkind-of understand this..This lets you Jazz-up your windows 
> environment I think..
> 
> And this is where I get confused.  Is there a simple not (totally ugly) window 
> manager that I can
> use on my old machine and still be able to use the simple things that I use above? 
> 
> By the way...I just wanted to thank everyone for taking the time that responded to 
> my previous
> posts. You've helped a ton.
> 
> I'm on my 3rd pc with Gentoo Rocking and Rolling. Now I just need to get simple 
> linux/unix
> networking/file/print/sharing down and I will be able replace everything at my moms 
> home business
> saving here probably around 10 thousand $US.. 
> 
> Thanks,
> Joshua Banks
> 
> 
> __
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
> http://shopping.yahoo.com
> 
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Console Shut down monitor

2003-09-18 Thread Alberto Bert
I've got acpi working and I use it for other power management but not
for the monitor shutdown, could you suggest me a place where I can read
about it, please?

thanx,
alb

On Sep 18 at 05:03PM-0400, Marshal Newrock wrote:
> On Thu, 18 Sep 2003, Jeffrey Smelser wrote:
> 
> > All,
> >
> > I have been looking around for a way to shutdown the monitor after x
> > minutes of activity.. Right now console blanks the monitor but the
> > monitor is still 'on'. Obviously in X it supports turning the monitor
> > off via the screen saver. But I don't have X.. I have looked at apmd and
> > so forth and they talk about shutting down hard drives and such, but
> > nothing about the monitor..
> >
> > Did I miss something?? I even looked into some of the configuration
> > files and it didn't say a thing about a monitor..
> 
> Do you have APM or ACPI compiled into your kernel?  If you have APM,
> there's an option to enable monitor blanking.  I'm not sure if there's any
> particular option for ACPI.  But if you don't have power management, you
> won't be able to shut down the monitor.  This is a kernel-level thing, no
> other daemons are necessary.
> 
> And of course your monitor must support this.
> 
> -- 
> Marshal Newrock, unemployed Linux user in Lansing, MI
> Caution: Product will be hot after heating
> 
> 
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] post-it notes application?

2003-09-17 Thread Alberto Bert

yes, there I found knotes, goat and xpad, among a lot of other things...

knotes is from kde
goat is from gnome
xpad is from GNUStep

so in any case I have to emerge a lot of stuff and I'm afraid they will
take a lot of memory for running (not sure)

Probably the lighter one in xpad

Any hint about this?
alb

On Sep 17 at 12:09PM-0700, HvR wrote:
> have you looked at http://www.freshmeat.net for note?
> 
> On Tue, 2003-09-16 at 22:32, Alberto Bert wrote:
> 
> > Hi,
> > 
> > I would like to have a yellow post-it notes manager like knotes or goat, but I
> > don't use gnome or KDE (WM fan.)
> > Could you suggest me any program like those for wm or x, which don't
> > need to start heavy processes?
> > 
> > Thanx
> > alb
> > 
> > --
> > [EMAIL PROTECTED] mailing list
> 
> 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] nvidia kernel upgrade

2003-09-17 Thread Alberto Bert
I'm using gentoo-source-2.4.19-r10 and I haven't got any problem in the
nvidia update.

don't know if that can help :-|

alb
On Sep 17 at 10:10AM-0400, Ernie Schroder wrote:
> Is anyone else having a problem upgrading nvidia kernel? I've tried 
> with and without an Xserver running. Do I need to emerge -C my older 
> nvidia-kernel first?
> 
> $ sudo emerge nvidia-kernel
> Calculating dependencies ...done!
> >>> emerge (1 of 1) media-video/nvidia-kernel-1.0.4363-r3 to /
> >>> md5 src_uri ;-) NVIDIA_kernel-1.0-4363.tar.gz
> >>> Unpacking source...
> >>> Unpacking NVIDIA_kernel-1.0-4363.tar.gz to 
> /var/tmp/portage/nvidia-kernel-1.0.4363-r3/work
>  * Linux kernel 2.4.20
> >>> Source unpacked.
> rm -f nv.o os-agp.o os-interface.o os-registry.o  nv-linux.o 
> nv_compiler.h *.d NVdriver nvidia.o
> echo \#define NV_COMPILER \"`gcc -v 2>&1 | tail -1`\" > nv_compiler.h
> gcc -c -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat 
> -Wchar-subscripts -Wparentheses -Wpointer-arith -Wcast-qual 
> -Wno-multichar  -O -MD -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES 
> -DNTRM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE  
> -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=4363  
> -DNV_UNIX   -DNV_LINUX   -DNV_INT64_OK   -DNVCPU_X86   -I. 
> -I/usr/src/linux/include -Wno-cast-qual nv.c
> In file included from /usr/src/linux/include/linux/capability.h:17,
>  from /usr/src/linux/include/linux/binfmts.h:6,
>  from /usr/src/linux/include/linux/sched.h:9,
>  from /usr/src/linux/include/linux/mm.h:22,
>  from /usr/src/linux/include/linux/slab.h:14,
>  from nv-linux.h:71,
>  from nv.c:14:
> /usr/src/linux/include/linux/fs.h:297:35: linux/supermount_fs_i.h: No 
> such file or directory
> In file included from /usr/src/linux/include/linux/capability.h:17,
>  from /usr/src/linux/include/linux/binfmts.h:6,
>  from /usr/src/linux/include/linux/sched.h:9,
>  from /usr/src/linux/include/linux/mm.h:22,
>  from /usr/src/linux/include/linux/slab.h:14,
>  from nv-linux.h:71,
>  from nv.c:14:
> /usr/src/linux/include/linux/fs.h:517: field `supermount_i' has 
> incomplete type
> In file included from /usr/src/linux/include/linux/sched.h:28,
>  from /usr/src/linux/include/linux/mm.h:22,
>  from /usr/src/linux/include/linux/slab.h:14,
>  from nv-linux.h:71,
>  from nv.c:14:
> /usr/include/linux/fs_struct.h: In function `set_fs_root':
> /usr/include/linux/fs_struct.h:34: `current' undeclared (first use in 
> this function)
> /usr/include/linux/fs_struct.h:34: (Each undeclared identifier is 
> reported only once
> /usr/include/linux/fs_struct.h:34: for each function it appears in.)
> In file included from /usr/src/linux/include/linux/sched.h:28,
>  from /usr/src/linux/include/linux/mm.h:22,
>  from /usr/src/linux/include/linux/slab.h:14,
>  from nv-linux.h:71,
>  from nv.c:14:
> /usr/include/linux/fs_struct.h: In function `set_fs_pwd':
> /usr/include/linux/fs_struct.h:57: `current' undeclared (first use in 
> this function)
> In file included from /usr/src/linux/include/linux/sched.h:30,
>  from /usr/src/linux/include/linux/mm.h:22,
>  from /usr/src/linux/include/linux/slab.h:14,
>  from nv-linux.h:71,
>  from nv.c:14:
> /usr/src/linux/include/linux/grsecurity.h:12:26: linux/grdefs.h: No 
> such file or directory
> /usr/src/linux/include/linux/grsecurity.h:56:25: linux/grmsg.h: No 
> such file or directory
> In file included from /usr/src/linux/include/linux/mm.h:22,
>  from /usr/src/linux/include/linux/slab.h:14,
>  from nv-linux.h:71,
>  from nv.c:14:
> /usr/src/linux/include/linux/sched.h: At top level:
> /usr/src/linux/include/linux/sched.h:172: warning: type mismatch with 
> previous implicit declaration
> /usr/include/linux/fs_struct.h:62: warning: previous implicit 
> declaration of `preempt_schedule_R707f93dd'
> /usr/src/linux/include/linux/sched.h:172: warning: 
> `preempt_schedule_R707f93dd' was previously implicitly declared to 
> return `int'
> In file included from nv.c:14:
> nv-linux.h:167:2: #error "Couldn't determine number of arguments 
> expected by remap_page_range!"
> nv.c: In function `nv_kern_mmap':
> nv.c:1295: warning: implicit declaration of function 
> `NV_REMAP_PAGE_RANGE'
> make: *** [nv.o] Error 1
> 
> !!! ERROR: media-video/nvidia-kernel-1.0.4363-r3 failed.
> !!! Function src_compile, Line 114, Exitcode 2
> !!! (no error message)
> 
> 
> -- 
> Regards, Ernie
> 100% Microsoft and Intel free
> 
> 
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] post-it notes application?

2003-09-17 Thread Alberto Bert
thanks

alb
On Sep 17 at 02:42AM-0400, Owen Gunden wrote:
> On Wed, Sep 17, 2003 at 07:32:49AM +0200, Alberto Bert wrote:
> > I would like to have a yellow post-it notes manager like knotes or goat, but I
> > don't use gnome or KDE (WM fan.)
> > Could you suggest me any program like those for wm or x, which don't
> > need to start heavy processes?
> 
> Try xpad.  I think it's gtk2-based.  Looks/works nice in WM for me.
> 
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



[gentoo-user] post-it notes application?

2003-09-16 Thread Alberto Bert
Hi,

I would like to have a yellow post-it notes manager like knotes or goat, but I
don't use gnome or KDE (WM fan.)
Could you suggest me any program like those for wm or x, which don't
need to start heavy processes?

Thanx
alb

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] 2.4.21 gentoo-sources?

2003-09-13 Thread Alberto G. Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El Sábado, 13 de Septiembre de 2003 20:06, Phil Marples escribió:
> Anyone got any idea when the gentoo 2.4.21 sources will be out?
> im using vanilla sources at the mo but i'd rather be using the gentoo
> kernel, does anyone know if the sata silraid driver is in it yet?
>
>
> --
> [EMAIL PROTECTED] mailing list

I need serial ata controller support too, so I use pfeifer-sources which are 
2.4.21 based. They are the 'testing' gentoo-sources and contain the same 
features or perhaps more than gentoo-sources.


- -- 
/*   Alberto G. Hierro (Skyhusker)  */
/*  Linux User #298867  */



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/Y1g+4O6JklHkL2cRAhyjAJ9scLUFM1LIwfNThyZT3pTV/ghyAQCeJ/FY
mjARxeP8QFdrMJguKq/6va0=
=DP0L
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] eterm problems

2003-09-12 Thread Alberto Bert

updating:

this is what debian people answered to a guy who has exactly my problem:

> Eterm:  Error:  Unable to load image file "tile/nebula.jpg" -- No
> loader
> available for that file format

That tells the full story: no loader is available for that
image format. CVS imlib2's loaders and filters (all *.so files) 
were errantly moved to the libimlib2-dev package along with
the .so library symlinks.

do we have the same problem?

What am I supposed to do? I've no idea :-(

alb

On Sep 13 at 04:15AM+0200, Alberto Bert wrote:
> Hi,
> 
> I emerged Eterm, but when I try to execute it, it gives a lot of errors
> like
> 
> Eterm:  Error:  Unable to load image file "menu1.png" -- No loader
> available for that file format
> 
> then the term appears but it's not so nice as I though...
> 
> The images are in a dir listed in the path in the theme file, so it
> seems I miss some part...
> 
> I tryed also to download some themes from the eterm website and one
> seems to work without problems: "glass" for all the others I get the
> same errors.
> 
> Does anyone know anything about that?
> 
> alb
> 
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



[gentoo-user] eterm problems

2003-09-12 Thread Alberto Bert
Hi,

I emerged Eterm, but when I try to execute it, it gives a lot of errors
like

Eterm:  Error:  Unable to load image file "menu1.png" -- No loader
available for that file format

then the term appears but it's not so nice as I though...

The images are in a dir listed in the path in the theme file, so it
seems I miss some part...

I tryed also to download some themes from the eterm website and one
seems to work without problems: "glass" for all the others I get the
same errors.

Does anyone know anything about that?

alb

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mplayer doesn't work

2003-09-12 Thread Alberto Bert

this is the last part of

mplayer -nocache 
http://a772.g.akamai.net/5/772/51/4869ec4bbc2b3e/1a1a1aaa2198c627970773d80669d84574a8d80d3cb12453c02589f25382f668c9329e0375e8178af967e03faf187bef64d63baedd52c02489fb72e153bf23/underworld-tlr_m240.mov

output:

Playing
http://a772.g.akamai.net/5/772/51/4869ec4bbc2b3e/1a1a1aaa2198c627970773d80669d84574a8d80d3cb12453c02589f25382f668c9329e0375e8178af967e03faf187bef64d63baedd52c02489fb72e153bf23/underworld-tlr_m240.mov
Resolving a772.g.akamai.net ...
Connecting to server a772.g.akamai.net[207.151.118.144]:80 ...
Cache size set to 0 KBytes
Connected to server: a772.g.akamai.net
Stream not seekable!
QuickTime/MOV file format detected.
Stream not seekable!
MOV: longest streams: A: #-1 (0 samples)  V: #-1 (0 samples)
No stream found.


Exiting... (End of file)

I've also tryed to listen to some radio, let's say bbc1
http://www.bbc.co.uk/radio/

and also in that case no sound.

Do you really thing that could be due to the network?

Is there any way to check if my plug-in is working? maybe a VERY small
file...

thanks
alb

On Sep 12 at 02:43PM-0700, David Reid wrote:
> Alberto,
> 
> http://a772.g.akamai.net/5/772/51/4869ec4bbc2b3e/1a1a1aaa2198c627970773d80669d84574a8d80d3cb12453c02589f25382f668c9329e0375e8178af967e03faf187bef64d63baedd52c02489fb72e153bf23/underworld-tlr_240.mov
> 
> That's the link i found for the trailer.
> 
> And I tried to view the page with mplayerplug-in and it worked fine.  It
> opens up in a new window, perhaps you're just not waiting long enough? 
> If you're going for the low end version is it safe to assume that you're
> on 56k? perhaps you should check out your network traffic to see if it's
> actually transfering data.
> 
> There are no stupid questions.
> 
> David Reid
> 
> On Fri, 2003-09-12 at 14:15, Alberto Bert wrote:
> > thanks for answering
> > 
> > as you've understood, I'm not an expert :-)
> > 
> > I visualized the source of the page but I cannot find the right file...
> > 
> > furthermore, why the mplayerplug-in doesn't start but just show a string
> > saying that is loading?
> > 
> > sorry if are stupid questions...
> > 
> > alb
> > 
> > On Sep 12 at 01:56PM-0700, David Reid wrote:
> > > It's not mplayer, it's the file you're trying to play with it.  My guess
> > > is you're expecting mplayer to be able to parse it to find the file you
> > > actually want to play.  This is not the case, if you open up the file
> > > and scan the source looking for the .mov and give mplayer that link ..
> > > it works just fine.
> > > 
> > > On Fri, 2003-09-12 at 11:52, Alberto Bert wrote:
> > > > Hi,
> > > > 
> > > > I emerged mplayer some days ago to listen the radio via the internet.
> > > > When I try to use it with mozilla it shows only a string like "loading
> > > > mplayer plug-in" and nothing happen.
> > > > When I've tryed to use it out of mozilla it gives me a strange crash
> > > > (reported below)
> > > > 
> > > > I tryed to re-emerge it (there was a new version in the portage)
> > > > together with all his dep. ( -Du ), but no way, always the same error.
> > > > 
> > > > I've heard in this list a lot of person with mplayer working, what's
> > > > wrong with mine?
> > > > Since it's not so stable, is there anything else that I can use instead?
> > > > 
> > > > Thank you for your time,
> > > > alb
> > > > 
> > > > bash-2.05b$ mplayer 
> > > > http://www.apple.com/trailers/sony_pictures/underworld/trailer_low.html
> > > > 
> > > > MPlayer 0.91-3.2.3  (C) 2000-2003 MPlayer Team
> > > > CPU: Intel  (Family: 8, Stepping: 7)
> > > > Detected cache-line size is 64 bytes
> > > > CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
> > > > Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
> > > > 
> > > > Reading config file /usr/share/mplayer/mplayer.conf
> > > > Reading config file /home/alb/.mplayer/config
> > > > Reading /home/alb/.mplayer/codecs.conf: can't open
> > > > '/home/alb/.mplayer/codecs.conf': No such file or directo
> > > > ry
> > > > Reading /usr/share/mplayer/codecs.conf: 50 audio & 136 video codecs
> > > > font: can't open file: /home/alb/.mplayer/font/font.desc
> > > > Font /usr/share/mplayer/font/font.desc loaded successfully! (206 chars)
> > > > Failed to open /dev/rtc: Pe

Re: [gentoo-user] mplayer doesn't work

2003-09-12 Thread Alberto Bert
thanks for answering

as you've understood, I'm not an expert :-)

I visualized the source of the page but I cannot find the right file...

furthermore, why the mplayerplug-in doesn't start but just show a string
saying that is loading?

sorry if are stupid questions...

alb

On Sep 12 at 01:56PM-0700, David Reid wrote:
> It's not mplayer, it's the file you're trying to play with it.  My guess
> is you're expecting mplayer to be able to parse it to find the file you
> actually want to play.  This is not the case, if you open up the file
> and scan the source looking for the .mov and give mplayer that link ..
> it works just fine.
> 
> On Fri, 2003-09-12 at 11:52, Alberto Bert wrote:
> > Hi,
> > 
> > I emerged mplayer some days ago to listen the radio via the internet.
> > When I try to use it with mozilla it shows only a string like "loading
> > mplayer plug-in" and nothing happen.
> > When I've tryed to use it out of mozilla it gives me a strange crash
> > (reported below)
> > 
> > I tryed to re-emerge it (there was a new version in the portage)
> > together with all his dep. ( -Du ), but no way, always the same error.
> > 
> > I've heard in this list a lot of person with mplayer working, what's
> > wrong with mine?
> > Since it's not so stable, is there anything else that I can use instead?
> > 
> > Thank you for your time,
> > alb
> > 
> > bash-2.05b$ mplayer 
> > http://www.apple.com/trailers/sony_pictures/underworld/trailer_low.html
> > 
> > MPlayer 0.91-3.2.3  (C) 2000-2003 MPlayer Team
> > CPU: Intel  (Family: 8, Stepping: 7)
> > Detected cache-line size is 64 bytes
> > CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
> > Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
> > 
> > Reading config file /usr/share/mplayer/mplayer.conf
> > Reading config file /home/alb/.mplayer/config
> > Reading /home/alb/.mplayer/codecs.conf: can't open
> > '/home/alb/.mplayer/codecs.conf': No such file or directo
> > ry
> > Reading /usr/share/mplayer/codecs.conf: 50 audio & 136 video codecs
> > font: can't open file: /home/alb/.mplayer/font/font.desc
> > Font /usr/share/mplayer/font/font.desc loaded successfully! (206 chars)
> > Failed to open /dev/rtc: Permission denied (mplayer should be setuid
> > root or /dev/rtc should be readable by 
> > the user.)
> > Using usleep() timing
> > Can't open input config file /home/alb/.mplayer/input.conf: No such file
> > or directory
> > Input config file /usr/share/mplayer/input.conf parsed: 52 binds
> > 
> > Playing
> > http://www.apple.com/trailers/sony_pictures/underworld/trailer_low.html
> > Resolving www.apple.com ...
> > Connecting to server www.apple.com[17.112.152.32]:80 ...
> > Cache size set to 8192 KBytes
> > Connected to server: www.apple.com
> > Cache fill:  0.10% (8288 bytes)XMMS: found plugin: libvorbis.so (Ogg
> > Vorbis Player 1.2.7)
> > XMMS: found plugin: libwav.so (Wave Player 1.2.7)
> > XMMS: found plugin: libmikmod.so (MikMod Player 1.2.7)
> > XMMS: found plugin: libcdaudio.so (CD Audio Player 1.2.7)
> > XMMS: found plugin: libtonegen.so (Tone Generator 1.2.7)
> > 
> > 
> > MPlayer interrupted by signal 11 in module: demux_open
> > - MPlayer crashed by bad usage of CPU/FPU/RAM.
> >   Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
> >   disassembly. For details, see DOCS/bugreports.html#crash.b.
> > - MPlayer crashed. This shouldn't happen.
> >   It can be a bug in the MPlayer code _or_ in your drivers _or_ in
> >   your gcc
> >   version. If you think it's MPlayer's fault, please read
> >   DOCS/bugreports.html
> >   and follow the instructions there. We can't and won't help
> >   unless you provide
> >   this information when reporting a possible bug.
> > 
> > --
> > [EMAIL PROTECTED] mailing list
> > 
> 
> 
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Strange behaviour in portage

2003-09-12 Thread Alberto G. Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El Viernes, 12 de Septiembre de 2003 21:37, Alan escribió:
> On Fri, Sep 12, 2003 at 09:04:39PM +0200, Alberto G. Hierro wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > Hi all list,
> >
> > I emerged pfeifer-sources-2.4.21-r1_pre4 using ~x86 as ACCEPT_KEYWORDS
> > (default in my system is x86) a few hours ago. Now, I've just synced and
> > typed 'emerge -DpUv world' and this is the output from emerge:
>
> [snip]
>
> > Why is pfeifer-sources going to be downgraded (i used -U) and why emerge
> > shows it as an upgrade? Is this a bug or is the expected behaviour?
> > 2.4.20.1_pre11
> >
> > >  2.4.21.1_pre4 ?
>
> I've seen this before if the version of the package you installed
> originally has been removed from portage.  If you re-emerge the newer
> package and then do your update world you should get the expected
> results.
>
> alan

 pfeifer-sources-2.4.21.1_pre4 is still in portage:

[EMAIL PROTECTED] fiam $ ls /usr/portage/sys-kernel/pfeifer-sources/
ChangeLog  pfeifer-sources-2.4.20.1_pre11.ebuild
files  pfeifer-sources-2.4.20.1_pre12.ebuild
Manifest   pfeifer-sources-2.4.21.1_pre4.ebuild

So, that is not causing the problem.


- -- 
/*   Alberto G. Hierro (Skyhusker)  */
/*  Linux User #298867  */



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/YiO74O6JklHkL2cRAry1AJ9HunWCmJKMbsxz0r+Oa3ZeG5qncgCfRUUK
SQ+Pwo62bvaKREmfoPgn1vQ=
=Sshf
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Strange behaviour in portage

2003-09-12 Thread Alberto G. Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all list,

I emerged pfeifer-sources-2.4.21-r1_pre4 using ~x86 as ACCEPT_KEYWORDS 
(default in my system is x86) a few hours ago. Now, I've just synced and 
typed 'emerge -DpUv world' and this is the output from emerge:

 ixnay root # emerge -DpUv world
>>> --upgradeonly implies --update... adding --update to options.

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

Calculating world dependencies ...done!
[ebuild U ] sys-apps/coreutils-5.0-r3 [4.5.11-r1] +nls -build -selinux
[ebuild U ] sys-apps/debianutils-1.16.7-r3 [1.16.7-r2] -static -build
[ebuild U ] sys-kernel/pfeifer-sources-2.4.20.1_pre11 [2.4.21.1_pre4] 
- -build +crypt -evms2 -aavm -usagi -doc +tcltk
[ebuild U ] app-admin/gkrellm-2.1.16 [2.1.15] +gtk +gtk2 +nls
[ebuild U ] x11-themes/gentoo-artwork-0.3 [0.2] +kde


Why is pfeifer-sources going to be downgraded (i used -U) and why emerge shows 
it as an upgrade? Is this a bug or is the expected behaviour? 2.4.20.1_pre11 
>  2.4.21.1_pre4 ?


Regards,

/*   Alberto G. Hierro (Skyhusker)  */
/*  Linux User #298867  */



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/YhjH4O6JklHkL2cRAgFPAJ4hr/W9dR9jf4/9noZYshbjrnXY2gCeMu0/
+Pa4sMkL2XjGxVcn2SuAbRY=
=w67D
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] mplayer doesn't work

2003-09-12 Thread Alberto Bert
Hi,

I emerged mplayer some days ago to listen the radio via the internet.
When I try to use it with mozilla it shows only a string like "loading
mplayer plug-in" and nothing happen.
When I've tryed to use it out of mozilla it gives me a strange crash
(reported below)

I tryed to re-emerge it (there was a new version in the portage)
together with all his dep. ( -Du ), but no way, always the same error.

I've heard in this list a lot of person with mplayer working, what's
wrong with mine?
Since it's not so stable, is there anything else that I can use instead?

Thank you for your time,
alb

bash-2.05b$ mplayer 
http://www.apple.com/trailers/sony_pictures/underworld/trailer_low.html

MPlayer 0.91-3.2.3  (C) 2000-2003 MPlayer Team
CPU: Intel  (Family: 8, Stepping: 7)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2

Reading config file /usr/share/mplayer/mplayer.conf
Reading config file /home/alb/.mplayer/config
Reading /home/alb/.mplayer/codecs.conf: can't open
'/home/alb/.mplayer/codecs.conf': No such file or directo
ry
Reading /usr/share/mplayer/codecs.conf: 50 audio & 136 video codecs
font: can't open file: /home/alb/.mplayer/font/font.desc
Font /usr/share/mplayer/font/font.desc loaded successfully! (206 chars)
Failed to open /dev/rtc: Permission denied (mplayer should be setuid
root or /dev/rtc should be readable by 
the user.)
Using usleep() timing
Can't open input config file /home/alb/.mplayer/input.conf: No such file
or directory
Input config file /usr/share/mplayer/input.conf parsed: 52 binds

Playing
http://www.apple.com/trailers/sony_pictures/underworld/trailer_low.html
Resolving www.apple.com ...
Connecting to server www.apple.com[17.112.152.32]:80 ...
Cache size set to 8192 KBytes
Connected to server: www.apple.com
Cache fill:  0.10% (8288 bytes)XMMS: found plugin: libvorbis.so (Ogg
Vorbis Player 1.2.7)
XMMS: found plugin: libwav.so (Wave Player 1.2.7)
XMMS: found plugin: libmikmod.so (MikMod Player 1.2.7)
XMMS: found plugin: libcdaudio.so (CD Audio Player 1.2.7)
XMMS: found plugin: libtonegen.so (Tone Generator 1.2.7)


MPlayer interrupted by signal 11 in module: demux_open
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. For details, see DOCS/bugreports.html#crash.b.
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in
  your gcc
  version. If you think it's MPlayer's fault, please read
  DOCS/bugreports.html
  and follow the instructions there. We can't and won't help
  unless you provide
  this information when reporting a possible bug.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] terminal colors

2003-09-11 Thread Alberto Bert
I use xterm and what I do is to set parameters in my ~/.Xdefaults

My setting is:

# Font
XTerm*faceName:
XTerm*faceSize: 10

# Colors
XTerm*background: gray75
XTerm*foreground: gray10
XTerm*cursorColor: goldenrod1

# Cursor Blinking
XTerm*cursorBlink: true
XTerm*cursorOnTime: 500
XTerm*cursorOffTime: 500

# Mouse selection
XTerm*cutNewline:false
XTerm*highlightSelection: true
XTerm*charClass:
33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48,35:48,58:48

but you can find a lot of other versions in the internet.
You can set any color you want (not just foregrond and background.)

alb

On Sep 12 at 12:19AM+, momesana wrote:
> Does anybody know how to set colors on the terminals?
> I don't mean the colors associated with the ls command which can be realized 
> by the entry alias="ls --color" in ./bashrc or ./profile but rather a way to 
> controll how output to the console looks like. I need this because I want to 
> make shellscripts that output something on screen look better (just like 
> emerge :-) ).
> I have tried:
> setterm -foreground ... -background ... 
> but it wouldn't work.
> The only thing that works is setterm -bold under X and setterm -reversescreen 
> under the ordinary shells (without X).
> 
> I have read through a bunch of mailing lists in order to find the reason for 
> this and somebody had noted that it was because of some escape sequences that 
> are automatically added because of my configuration.
> I have pasted the message from that mailinglist beneath.
> 
> any suggestions? 
> email me at [EMAIL PROTECTED]
> 
> Thanx in advance.
> momesana.
> 
>   setterm -inversescreen on
> 
> worked on my potato, but
> 
> setterm -background black -foreground green
> setterm -background green -foreground black
> 
> seemed to do nothing... then i realized i have some escape
> sequences built in to my command prompt -- plus, whenever i do a
> "ls --color" the escape sequences always reset it to white.
> 
> just thought i send out a flare to give the folks new to
> "setterm" a heads-up on various caveats... terminal settings can
> be transient and changed easily through escape sequences
> (editors, listings, etc)...
> 
> 
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xterm configuration

2003-09-11 Thread Alberto Bert

you were right, I actually found what I was looking for in the man,
thanks
alb

On Sep 11 at 08:20AM-0700, Andrew Farmer wrote:
> On Thu, Sep 11, 2003 at 10:53:48AM +0200, Alberto Bert muttered:
> > Hi,
> > 
> > In a gentoo forum I found some nice xterm configurations (.Xdefaults)
> > but also reading the xterm man I wasn't able to get all the info that I
> > need. Is there any place where to find detailed explaination of ALL
> > xterm options?
> 
> In the xterm manual. Look again.
> 
> -- 
> Andrew Farmer
> [EMAIL PROTECTED]



--
[EMAIL PROTECTED] mailing list



[gentoo-user] fonts doubts...

2003-09-11 Thread Alberto Bert

Maybe is a stupid question, but:

anyone has some suggestions on which fonts I should install?
I don't want to fill my gentoo with something I'll never use, and at the
same time I don't want to have problem in reading basic stuff.

If I do

# emerge -s font

there is a big number of packages and I get lost.
What I REALLY need?

Thank you,
alb

--
[EMAIL PROTECTED] mailing list



[gentoo-user] xterm configuration

2003-09-11 Thread Alberto Bert
Hi,

In a gentoo forum I found some nice xterm configurations (.Xdefaults)
but also reading the xterm man I wasn't able to get all the info that I
need. Is there any place where to find detailed explaination of ALL
xterm options?

alb

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ! SOLVED ! postscript fonts???

2003-09-11 Thread Alberto Bert

I probably understood which was the problem:

gv by default doesn't do the antialiasing fo fonts and aparently it is
needed (at least in my case.) Now I entered

GV.antialias:   True

in my ~/.gv file and everything is fine.

Anyone know why antialiasing is not on by default? Is there any reason
for that?

Thanks
alb

On Sep 11 at 08:37AM+0200, Alberto Bert wrote:
> Hi,
> 
> I don't know why gv display so terrible fonts. :-(
> 
> I'm generating my .ps via .dvi by dvips, but also postscript file
> downloaded from the internet are unreadable.
> 
> I already tryed to emerge gnu-gs-fonts-std and gnu-gs-fonts-other but
> nothing is changed (what's for are they?)
> 
> Any suggestion?
> Should I emerge/install anything?
> 
> Thanks
> alb
> 
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



[gentoo-user] postscript fonts???

2003-09-10 Thread Alberto Bert
Hi,

I don't know why gv display so terrible fonts. :-(

I'm generating my .ps via .dvi by dvips, but also postscript file
downloaded from the internet are unreadable.

I already tryed to emerge gnu-gs-fonts-std and gnu-gs-fonts-other but
nothing is changed (what's for are they?)

Any suggestion?
Should I emerge/install anything?

Thanks
alb

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] time always wrong with dual boot

2003-09-10 Thread Alberto Bert

:-)))

ohh, nice stuff! I was watching in man pages to see what it does mean...

be carefull folk! ;-)

alb

On Sep 10 at 10:07AM-0700, Andrew Farmer wrote:
> On Wed, Sep 10, 2003 at 06:15:02PM +0200, Alberto Bert muttered:
> > On Sep 09 at 05:32PM-0500, Andrew Gaffney wrote:
> > > Yes, I've got a one-liner for you:
> > > 
> > > dd if=/dev/zero of=/dev/hda1 (or whatever partition Windows is on)
> > 
> > What is it supposed to do? I don't know what /dev/zero is...
> 
> /dev/zero is a special device that contains an infinite store of zero
> bytes. Similar is /dev/random, which contains the system's entropy pool.
> 
> dd if=/dev/zero of=/dev/hda1 will fill hda1 full of zeroes. Bye-bye
> Windows! ;-)
> 
> -- 
> Andrew Farmer
> [EMAIL PROTECTED]



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] USE flags

2003-09-10 Thread Alberto Bert

I'm a new user, but I had a similar problem some time ago and I
recompiled everething by

# emerge -e world

it sets the portage tree empty (but glibc), so everything will be re-emerged and
compiled. If you want also recompile glibc, you just have to do it
manually before the emerge world.

hope can be usefull
alb

On Sep 10 at 10:23PM+1000, Brett wrote:
> Greetings etc,
> In trying to get some more optimisation from my system I have disabled a
> *large* number of USE flage from the make.conf file. I am now wondering,
> the packages which I have previously emerged, which possibly have
> features which I do not want anymore, is there any easy way to
> recompile/re-emerge them all ()easily)? Or some way to verify if any of
> them have been compiled with the now unwanted USE settings?
> 
> Thanks in advance,
> Brett
> 
> 
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] time always wrong with dual boot

2003-09-10 Thread Alberto Bert
On Sep 09 at 05:32PM-0500, Andrew Gaffney wrote:
> Alberto Bert wrote:
> >Hi all,
> >
> >I've got a dual boot win and gentoo and I decided to use the GTM time for
> >the linux kernel, but I would like to see my local time.
> >
> >Unfortunately windows seem to touch the time and in gentoo I've always a
> >wrong time.
> >
> >I think this is an old problem... Is there any way to overcome it?
> 
> Yes, I've got a one-liner for you:
> 
> dd if=/dev/zero of=/dev/hda1 (or whatever partition Windows is on)

What is it supposed to do? I don't know what /dev/zero is...

alb

PS

I know I could stop using windows...

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] time always wrong with dual boot

2003-09-09 Thread Alberto Bert
On Sep 09 at 04:08PM-0400, Marshal Newrock wrote:
> On Tue, 9 Sep 2003, Alberto Bert wrote:
> 
> > Hi all,
> >
> > I've got a dual boot win and gentoo and I decided to use the GTM time for
> > the linux kernel, but I would like to see my local time.
> >
> > Unfortunately windows seem to touch the time and in gentoo I've always a
> > wrong time.
> >
> > I think this is an old problem... Is there any way to overcome it?
> 
> Windows doesn't understand the concept of GMT.  Time is only localtime.
> So if you dual boot Windows and Linux, then you either have to deal with
> the time being wrong in one of them or tell Linux not to use GMT.
> 
> Edit /etc/rc.conf and set CLOCK="local".

ok, thanks...

...sob :-((

alb

> 
> -- 
> Marshal Newrock, unemployed Linux user in Lansing, MI
> Caution: Product will be hot after heating
> 
> 
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



[gentoo-user] time always wrong with dual boot

2003-09-09 Thread Alberto Bert
Hi all,

I've got a dual boot win and gentoo and I decided to use the GTM time for
the linux kernel, but I would like to see my local time.

Unfortunately windows seem to touch the time and in gentoo I've always a
wrong time.

I think this is an old problem... Is there any way to overcome it?

Thanks
bye

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Ägypten

2003-09-08 Thread Alberto G. Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Paul de Vrieze wrote a nice howto. You can find it here:

http://www.niii.kun.nl/~pauldv/kmailgentoo.php

El Lunes, 8 de Septiembre de 2003 16:44, Pupeno escribió:
> Is it posible to easyly get Ägypten working on Gentoo ? (couldn't find a
> related ebuild).
> Thanks.
> --
> Pupeno: [EMAIL PROTECTED]
> http://www.kde.org

- -- 
/*   Alberto G. Hierro (Skyhusker)  */
/*  Linux User #298867  */



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/XMJS4O6JklHkL2cRAgAYAJ9BjAczBP7hR53dtN2VT2iYZ7JSYACbBrQ4
D01hSsdfuJoPScNZwag11cw=
=SAat
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Editing world file

2003-09-06 Thread Alberto G. Hierro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El Sábado, 6 de Septiembre de 2003 23:50, latin hypercube escribió:
> On Saturday 06 Sep 2003 23:42 pm, Canek Peláez Valdés wrote:
> > >> Hi!  Can I safely edit the world file to, for example, remove
> > >> packages from there?  Thanks
> >
> > Dhruba> Yes.  You can also add packages and use operators like =, >, <
> > and Dhruba> package versions like net-www/mozilla-1.4-r3.
> >
> > Er, where is the world file?
>
> /usr/cache/edb/world

/var/cache/edb/world AFAIK

>
> > Thanks.
> >
> > Canek
>
> --
> [EMAIL PROTECTED] mailing list

- -- 
/*   Alberto G. Hierro (Skyhusker)  */
/*  Linux User #298867  */



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/Wlhf4O6JklHkL2cRAqk+AJ4qRXSDgCONfTry+3pYHiFGv0pk/gCeKVv5
cJaAsL4Yxlo7PdxKA2BpWFs=
=H2mB
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] does mplayer work?

2003-09-02 Thread Alberto Bert
On Sep 03 at 01:36AM+0100, Peter Ruskin wrote:
> On Wednesday 03 Sep 2003 01:06, Alberto Bert wrote:
> > here they are:
> >
> > http://www.allaboutjazz.com/ and then clic on the radio (left)
> that needs netscape flash plugin

I have it, I installed it exactly to make working that radio, when I was
able to see the application with falsh, I discovered that I need
mplayer. Now I've got mplayer and it doesn't work :-(((

> 
> > http://www.radio.rai.it/radio3/ and then clic on "ascolta" (left,
> > it's the italian state radio)
> that needs realplayer plugin

I've thought mplayer could manage all that multi-media stuff, so I need
realplayer...

but so, what's for mplayer?

alb

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] does mplayer work?

2003-09-02 Thread Alberto Bert
On Sep 03 at 12:40AM+0100, Rick [Kitty5] wrote:
> Alberto Bert wrote:
> > I emerged mplayerplug-in to listen to the radio by using mozilla, but
> > aparently it doesn't work. It show me something like "mplayer loading
> > ..." in the box (into the page) where there should be the mplayer
> > working. Mozilla in about plug-in shows that it is installed...
> 
> I have mplayer & mozzy installed (both working) but not check if the plugin
> part works - do you have a URL that I could test with?

here they are:

http://www.allaboutjazz.com/ and then clic on the radio (left)
http://www.radio.rai.it/radio3/ and then clic on "ascolta" (left, it's
the italian state radio)

Please let me know if it works for you,
bye,
alb

> 
> Rick
> 
> Kitty5 NewMedia http://Kitty5.com
> POV-Ray News & Resources http://Povray.co.uk
> TEL : +44 (01270) 501101 - ICQ : 15776037
> 
> PGP Public Key
> http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA
> 
> 
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



[gentoo-user] does mplayer work?

2003-09-02 Thread Alberto Bert
Hi,

I emerged mplayerplug-in to listen to the radio by using mozilla, but
aparently it doesn't work. It show me something like "mplayer loading
..." in the box (into the page) where there should be the mplayer working.
Mozilla in about plug-in shows that it is installed...

Any suggestion?

Thanks,
alb

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Boot problems

2003-09-02 Thread Alberto Bert

Hi,

beginner questions:

I don't have problem with the gentoo kernel, can that be related with
the hardware you have? Are you comparing the same kernel version for
gentoo and vanilla (that can matter I guess)?

my experience:

When I installed gentoo I had several kernel panics and they were
related to the configuration of the kernel compilation, tha is by far
the more difficult stuff for a beginner like me.

alb


On Sep 02 at 07:57PM+0200, Michael Gruetzner wrote:
> Hello,
> 
> I also had problems booting the gentoo kernel(I could never manage to
> compile a working one and I got similar massages as you). So I use the 
> vanilla kernel wich works perfectly. I would recommend to emerge the 
> vanilla-sources.
> 
> Hope this helps.
> 
> MfG
> Michael
> 
> On Tue, Sep 02, 2003 at 11:55:59AM -0500, Ted Satcher wrote:
> > Hello,
> >   I'm new to the list, linux, and gentoo and I'm
> > having some problems getting my system up and
> > running.  I've made it through all of the installation
> > steps but the system hangs during the boot process.
> > The message 'kernel panic - tried to kill init' is the
> > last line printed during the boot process.  I built the
> > gentoo-source kernel with the default settings  and
> > used the genkernel utility.  Did I miss something in
> > the installation?  I've also tried redoing the kernel
> > using the steps outlined in the FAQ on the website.
> > Thanks for your time.
> > -Ted Satcher
> > [EMAIL PROTECTED]
> > 
> > 
> > --
> > [EMAIL PROTECTED] mailing list
> 
> -- 
> It's easier to fight for one's principles than to live up to them.
> 
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



[gentoo-user] do I need mplaier?

2003-08-29 Thread Alberto Bert
Hi all,

as I know, I need to install mplayer in order to listen the music in some sites,
but do I really need it? I already have xmms and I don't want to fill my box
with programs that I'll (almost) never use. Furthermore mplayer brings a lot of
other stuff in emerging.
Can I use xmms with some setting to listen to that music.
I'm using mozilla and konqueror as brousers.

Thanks to everyone,
this mailing list help me really a lot,
thanks guys,
Alberto

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] flash plugin

2003-08-26 Thread Alberto Bert
On Aug 26 at 06:52PM+0200, Ming-Che Lee wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hi!
> 
> On Tuesday, 26. August 2003 18:47 Alberto Bert wrote:
> 
> > I'm using mozilla and I was in a page which needs flash plugin to
> > work, I didn't have it so I emerged gplflash, I restarted
> > mozilla, but still that page doesn't work properly (mozilla warns
> > me that I need flash.)
> 
> Try this: emerge netscape-flash

thanks, now it works, BUT that flash stuff open a window from which I'm
supposed to listen music, but not :-(

should I emerge mplayerplug-in? Is there any alternative, since it wants
to emerge a lot of other dependence packages.

thanks
Alberto

--
[EMAIL PROTECTED] mailing list



[gentoo-user] flash plugin

2003-08-26 Thread Alberto Bert
Hi all,

I'm using mozilla and I was in a page which needs flash plugin to work,
I didn't have it so I emerged gplflash, I restarted mozilla, but still
that page doesn't work properly (mozilla warns me that I need flash.)

Any one could loan me a hand?

thanks
Alberto

--
[EMAIL PROTECTED] mailing list



[gentoo-user] x freezes sometime

2003-08-25 Thread Alberto Bert
Hi all,

I'm using gentoo since some months and I'm very happy of it, but it's
some day that I've several problems.

- mozilla window frezes sometimes
- it's happened that kde freezes after lounching the console
- kde is taking along time to load at loging (more than before)

I cannot understand such a strange behaviour, the only thing that I
can say is that I have recently update gcc, glibc and other basic
stuff, does matter?

As I said I'm not an expert user, so another question is: how much is stable
the software in the portage? Should I update always, or should I wait a
little before doing it?

thank you a lot,
Alberto

--
[EMAIL PROTECTED] mailing list



[gentoo-user] mozilla freezes in some networks (?)

2003-08-14 Thread Alberto Bert
Hi,

I'm using my laptop in different networks,

10 Mbit static IP
DHCP
100 Mbib staic IP

I don't know why mozilla works only in the first one and unfortunately
it is going to be eliminated. In the other 2 network it doesn't work.
So I'm in trouble...

mozilla freezes the window and I must kill it by terminal. It starts
correctly apparently, but when I try to write in any field (like the
url) it freezes.

the network is aparently working, lynx and konquerror work, but not
mozilla...


anyone has any idea of what is going on?
thanks
alb

--
[EMAIL PROTECTED] mailing list



[gentoo-user] network help needed

2003-08-14 Thread Alberto Bert
Hi all,

I'm using my laptop in two different networks, one use dhcp (dinamic
auto IP) and the other normal static IP. Is there any way to set network
parameters to select automaticaly the right network coinfiguration?

Could you suggest a solution for this problem? I don't know so much in
networking, so please be explicit ;-)

up to now I'm doing something EXTREMELY stupid: I have 2 /etc/conf.d/net
and I switch between them manually, then since I don't know how to
restart the network with new parameters, I reboot :-(
(/etc/init.d/net.eth0 stop and start doesn't work, I mean probably it's
not enought)

I'm sure there is something more clever.

Any suggestion?

Thank you in advance,
alb

--
[EMAIL PROTECTED] mailing list



[gentoo-user] mozilla freezes the window sometime!

2003-08-14 Thread Alberto Bert
Hi,

I can use mozilla in one network, but not in another one.

In the new network mozilla freezes its window when I try too write in
some fields (like the url one) and I need to kill the process.

lynx and konquerror work in both networks,so I cannot undertand what is
appening.

any idea?

alb

--
[EMAIL PROTECTED] mailing list



[gentoo-user] dvips bad output

2003-08-14 Thread Alberto Bert
Hi all,

I don't know why watching to a ps output of dvips by using gv I get
orrible font. But when I try to print (using another computer, I have
not printer) the ps file is ok.

Should I install some fonts?

thanks,
alb

--
[EMAIL PROTECTED] mailing list



[gentoo-user] vmware don't want work

2003-08-06 Thread Alberto Bert
Hi all,

I emerged vmware and executed the vmware-config.pl file. It starts the
program and I can create a new virtual macjine, but I cannot run it.
It print on standard error:

$ VMXFER: Attempt to send message VUIHintX while processing safe call
LogSlaveSwitchFileStart
VMXFER: Attempt to send message VUIPostX while processing safe call
LogSlaveSwitchFileStart
Panic loop

Just the first time after emerging it did something more and it sayed me
that it cannot find the operationg system...

I know almost nothing about vmware, is there anyone who can help me?

I've got (more than gentoo) a partition with winxphome

thanks,
bye
Alb

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] where is rc0.d ?

2003-08-04 Thread Alberto Bert
it was exactly vmware...

I even didn't tryed to check if it was available for gentoo! So I'm
downloading it. But what about the licence... is vmware free?

Alb

On Aug 04 at 11:53PM+0200, Matthias F. Brandstetter wrote:
> -- quoting Alberto Bert --
> > I'm trying to install a software which ask me for the path of the 
> > rc0.d (up to rc6.d) directory, but I don't have it!
> >
> > Is anyone there who could explain me what's that?
> 
> Under other Linux distributions, these rcX.d directories are the 
> locations for several startup scripts (for runlevel X). Under Gentoo, 
> there are no such numbered runlevels, but named runlevels (for 
> example "default").
> 
> So Gentoo's startup scripts are located unter 
> /etc/runlevels/, which are symlinks to the scripts itself 
> under /etc/init.d/

[gentoo-user] where is rc0.d ?

2003-08-04 Thread Alberto Bert
HI all,

I'm trying to install a software which ask me for the path of the  rc0.d
(up to rc6.d) directory, but I don't have it!

Is anyone there who could explain me what's that?

Thanks,
alb

--
[EMAIL PROTECTED] mailing list



[gentoo-user] livecd consolefont and splash image

2003-07-30 Thread Alberto.
Hi everyone,

I would like to set the same consolefont of the livecd (I like it very 
much ;-) ). Someone of you knows how to do it ? There's a way, also, to 
set a splash image ?

Thanks in advance,
Albe'.
P.S.: I'm a newbie, so, let me understand what you could say ;-)

---
My father, He was a union man
very proud and out-spoken
They came, and took him, when I was young
I will fight, 'till his work is done
(Steve Van Zandt, aka Little Steven, Bitter Fruit)
---
--
[EMAIL PROTECTED] mailing list


[gentoo-user] perl emerge problems

2003-07-29 Thread Alberto Bert
Hi,

I've update perl but emerge don't want do it.

bash-2.05b# emerge -pv perl

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

Calculating dependencies ...done!
[blocks B] 

[gentoo-user] konquerror strange behaviour

2003-07-29 Thread Alberto Bert
Hi all,

I just re-configured the gentoo-network for a dinamic IP network.
It was some time that I didn't emerge anything, so I checked what's new
and I installed libsdtc++ gcc and glibc

while installing glibc konquerror started to don't work, it cannot reach
any host:

An error occured while loading http://www.gentoo.org:

Unknown host www.gentoo.org

for any site.

Note that mozilla is ok.

Any one know what's happening?
alb

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] network configuration help

2003-07-28 Thread Alberto Bert

WOW, it works after reboot!

thanks so much!

alb

On Jul 28 at 11:34PM-0300, Carlos wrote:
> On Mon, 28 Jul 2003 19:46:54 -0500
> Jason Short <[EMAIL PROTECTED]> wrote:
> 
> > net interface configs for the gentoo init scripts live in /etc/conf.d/net
> > edit this file to change your eth0 config, then run /etc/init.d/net.eth0 restart
> 
> For a dynamic ip you should set: iface_eth0="dhcp"
> 
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] network configuration help

2003-07-28 Thread Alberto Bert
On Jul 28 at 11:34PM-0300, Carlos wrote:
> On Mon, 28 Jul 2003 19:46:54 -0500
> Jason Short <[EMAIL PROTECTED]> wrote:
> 
> > net interface configs for the gentoo init scripts live in /etc/conf.d/net
> > edit this file to change your eth0 config, then run /etc/init.d/net.eth0 restart
> 
> For a dynamic ip you should set: iface_eth0="dhcp"

I just added iface_eth0="dhcp" to /etc/conf.d/net deleting the other
settings and /etc/init.d/net.eth0 restart.
But still doesn't work!

ifconfig gives still the old static network parameters.

Any other idea? What I miss?

alb

--
[EMAIL PROTECTED] mailing list



[gentoo-user] network configuration help

2003-07-28 Thread Alberto Bert
Hi all,

I've a problem with my gentoo.

I've ever worked in a network with static IP and gentoo laptop worked
perfectly from the first day.
But now I'm in a nwe lab (UC Irvine) and they use dinamic IP.
Unfortunately I'm not an expert at all, so I cannot figure out how to
confgure my system to their network.

Please, I need help cos I'm forced to use the second boot option of my
laptop, that's windows. :-(

Thanks in advance,
Alberto

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xcdroast doesn't work!

2003-07-11 Thread Alberto Bert
Thanks,

I re-emerged the 2 packages you suggested and now everything works

Alb

On Jul 11 at 03:43PM+0200, Arturo di Gioia wrote:
> On Fri, 2003-07-11 at 15:09, Alberto Bert wrote:
> 
> > I have last versions of xcdroast and readcd from gentoo...
> 
> These are my versions:
> 
> readcd 2.01a07 (i686-pc-linux-gnu) Copyright (C) 1987, 1995-2003 Jörg
> Schilling
> xcdroast [options]  (Version: 0.98alpha13)
> 
> readcd is in cdrtools.
> 
> *  app-cdr/cdrtools
>   Latest version available: 2.01_alpha14
>   Latest version installed: 2.01_alpha14
> 
> *  app-cdr/xcdroast
>   Latest version available: 0.98_alpha13
>   Latest version installed: 0.98_alpha13
> 
> 
> 
> > Is ti normal to get such an inconsistency?
> 
> No. Try checking your xcdroast and cdrtools (reemerge them, they're
> small ebuilds).
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 

--
[EMAIL PROTECTED] mailing list



[gentoo-user] xcdroast doesn't work!

2003-07-11 Thread Alberto Bert
Hi all,
I have a problem with xcdroast: it doesn't start and it says

Invalid readcd version 1.11a15 found.
Expecting at least version 1.11a34
Start xcdroast with the -n option to override (not recommended!)

What should I do?
I have last versions of xcdroast and readcd from gentoo...

Is ti normal to get such an inconsistency?

Alberto

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ssh demon

2003-07-09 Thread Alberto Bert
thanks, now it works.

Alb

On Jul 09 at 04:59PM+0200, Ulrich Plate wrote:
> Alberto Bert wrote:
> 
> > Hi all,
> > 
> > my gentoo doesn't allow ssh from outside, does anyone know how to
> > activate it?
> 
> cd /etc/init.d
> ./sshd start
> 
> To start it automatically at boot time:
> 
> rc-update add sshd default
> 
> Ulrich Plate



--
[EMAIL PROTECTED] mailing list



[gentoo-user] ssh demon

2003-07-09 Thread Alberto Bert
Hi all,

my gentoo doesn't allow ssh from outside, does anyone know how to
activate it?

Alb

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] usb floppy

2003-07-08 Thread Alberto Bert
I found it:

http://linux.toshiba-dme.co.jp/ML/tlinux-users/3100/3112.html

thanks any way

Alb

On Jul 08 at 02:59PM+0200, Alberto Bert wrote:
> Hi all,
> 
> I have a notebook with a usb floppy, can anyone say me how to make it
> working? What should I write in fstab?
> 
> Thanks,
> Alb
> 
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



[gentoo-user] usb floppy

2003-07-08 Thread Alberto Bert
Hi all,

I have a notebook with a usb floppy, can anyone say me how to make it
working? What should I write in fstab?

Thanks,
Alb

--
[EMAIL PROTECTED] mailing list



[gentoo-user] how to re-emerge everithing?

2003-07-04 Thread Alberto Bert
Hi all,

I recently (you help me a lot) installed gentoo on my pc. Just now (me
stupid) I realized that I compiled everything with default CFLAGS. So
that I didn't use the main nice gentoo's feature.
Now, that the system is working, (almost everything) I would like to
re-emerge (or recompile) everything, but really everything, using more
convenient CFLAGS (still I don't have a lot of packages.)

Is that possible? And How?
I have got qpkg to show me my packages, but is that really everything
what I have installed from the initial stage?
Is there any rules to follow in emerging? (dependences)

Any other suggestion?

Thanks,
Alberto

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] alsa doesn't want work

2003-07-02 Thread Alberto Bert
On Jul 02 at 09:02PM+0200, Alberto Bert wrote:
> :-)))
> 
> I'm on the right way, I can now see alsa modules!
> I repeated the instruction (but recompiling the kernel)
> What I should do it was to re-emerge alsa-utils, aparently.
> 
> I'll keep you informed.

YESSS I can listen to my music!

Thanks to everybody and sorry for your time,
Alb

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] alsa doesn't want work

2003-07-02 Thread Alberto Bert
:-)))

I'm on the right way, I can now see alsa modules!
I repeated the instruction (but recompiling the kernel)
What I should do it was to re-emerge alsa-utils, aparently.

I'll keep you informed.
Alb

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] alsa doesn't want work

2003-07-02 Thread Alberto Bert
On Jul 02 at 11:15AM-0700, Mark Knecht wrote:
> 
> >
> > ok, now I recompiled the kernel with modules (sound as module and no
> > soud card selected) The difference is that now I cannot use soud any
> > more (as espected, I guess) mpg321 says me: no default libao available.
> >
> > BTW: is libao just for oss?
> >
> > BUT still i cannot load alsa :-(
> 
> Please, provide the contents of /etc/modules.conf, /etc/modules.autoload and
> /etc/modules.d/alsa
> 
> These three will let us understand what you are actually telling alsa to do.

at the end of the mail (thanks)

I didn't pu alsa in modules.autoload, but I used:

rc-update add alsasound boot

but as I can understand, alsasound it's just a script, not a module, and
it should load several other modules...

 in dmesg there is nothing concerning alsa and if i try to modprobe it
 (alsa or alsasound) it cannot find it, it's just because it's not a real
  module but just a script?
> >
> > If yes what can i do toload what i need to play music?
> > If I follow alsa gentoo doc it doen't work, maybe I'm doing
> > somethingstupid again...
> 
> Don't take it personally. IT IS ALSA! ALSA IS VERY DIFFICULT (And
> doesn't work very well with some hardware...)

ok, so what I'm now asking to myself is: do I really need it? Can it
really make my music better that oss?

Alb

modules.conf:

### This file is automatically generated by modules-update
#
# Please do not edit this file directly. If you want to change or add
# anything please take a look at the files in /etc/modules.d and read
# the manpage for modules-update.
#
### modules-update: start processing /etc/modules.d/aliases
# Aliases to tell insmod/modprobe which modules to use 

# Uncomment the network protocols you don't want loaded:
# alias net-pf-1 off# Unix
# alias net-pf-2 off# IPv4
# alias net-pf-3 off# Amateur Radio AX.25
# alias net-pf-4 off# IPX
# alias net-pf-5 off# DDP / appletalk
# alias net-pf-6 off# Amateur Radio NET/ROM
# alias net-pf-9 off# X.25
# alias net-pf-10 off   # IPv6
# alias net-pf-11 off   # ROSE / Amateur Radio X.25 PLP
# alias net-pf-19 off   # Acorn Econet

alias char-major-10-175 agpgart
alias char-major-10-200 tun
alias char-major-81 bttv
alias char-major-108ppp_generic
alias /dev/ppp  ppp_generic
alias tty-ldisc-3   ppp_async
alias tty-ldisc-14  ppp_synctty
alias ppp-compress-21   bsd_comp
alias ppp-compress-24   ppp_deflate
alias ppp-compress-26   ppp_deflate

# Crypto modules (see http://www.kerneli.org/)
alias loop-xfer-gen-0   loop_gen
alias loop-xfer-3   loop_fish2
alias loop-xfer-gen-10  loop_gen
alias cipher-2  des
alias cipher-3  fish2
alias cipher-4  blowfish
alias cipher-6  idea
alias cipher-7  serp6f
alias cipher-8  mars6
alias cipher-11 rc62
alias cipher-15 dfc2
alias cipher-16 rijndael
alias cipher-17 rc5

# Support for i2c and lm_sensors
alias char-major-89i2c-dev

# Old nvidia support ...
alias char-major-195 NVdriver 
alias /dev/nvidiactl char-major-195 

### modules-update: end processing /etc/modules.d/aliases

### modules-update: start processing /etc/modules.d/alsa
# Alsa 0.9.X kernel modules' configuration file.
# $Header: 
/home/cvsroot/gentoo-x86/media-sound/alsa-driver/files/alsa-modules.conf-rc,v 1.1 
2002/12/21 06:31:52 agenkin Exp $

# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore

##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
##  ALSA portion
alias snd-card-0 snd-intel8x0
## alias snd-card-1 snd-ens1371
##  OSS/Free portion
## alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1
##

# OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
##  OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

# Set this to the correct number of cards.
options snd cards_limit=1

### modules-update: end processing /etc/modules.d/alsa

### modules-update: start processing /etc/modules.d/i386
alias parport_lowlevel parport_pc
alias char-major-10-144 nvram
alias binfmt-0064 binfmt_aout
alias char-major-10-135 rtc

### modules-update: end processing /etc/modules.d/i386

### modules-update: start processing /etc/modules.d/nvidia
# Nvidia drivers support
alias char-major-195 nvidia
alias /dev/nvidiactl char-major-195

# To tweak the driver the following options can be used, note that
# you should be careful, as it could caus

Re: [gentoo-user] alsa doesn't want work

2003-07-02 Thread Alberto Bert
On Jul 02 at 06:45PM+0200, Kai Lindenberg wrote:
> Hi Alberto,
> 
> Am Mittwoch, 2. Juli 2003 18:06 schrieb Alberto Bert:
> > I'm trying to set alsa sound. I followed instructions by gentoo,
> > but when I lsmod, no alsa is loaded.
> >
> > /etc/init.d/alsasound start   ->   already running
> >
> > I even tryed to put it in modules.autoload but at boot time it
> > shows me failed to load alsasound
> >
> > Please, could anyone help me?
> 
> Are you still using the ToshSat5200?
> Please send the output of "lspci -vv", maybe your irq-routing is 
> still not working.
> Do you have enabled the support for soundcards in the kernel?

ok, now I recompiled the kernel with modules (sound as module and no
soud card selected) The difference is that now I cannot use soud any
more (as espected, I guess) mpg321 says me: no default libao available.

BTW: is libao just for oss?

BUT still i cannot load alsa :-(
in dmesg there is nothing concerning alsa and if i try to modprobe it
(alsa or alsasound) it cannot find it, it's just because it's not a real
module but just a script?

If yes what can i do toload what i need to play music?
If I follow alsa gentoo doc it doen't work, maybe I'm doing
somethingstupid again...

Alb

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] alsa doesn't want work

2003-07-02 Thread Alberto Bert
On Jul 02 at 06:45PM+0200, Kai Lindenberg wrote:
> Hi Alberto,
> 
> Am Mittwoch, 2. Juli 2003 18:06 schrieb Alberto Bert:
> > I'm trying to set alsa sound. I followed instructions by gentoo,
> > but when I lsmod, no alsa is loaded.
> >
> > /etc/init.d/alsasound start   ->   already running
> >
> > I even tryed to put it in modules.autoload but at boot time it
> > shows me failed to load alsasound
> >
> > Please, could anyone help me?
> 
> Are you still using the ToshSat5200?

yes

> Please send the output of "lspci -vv", maybe your irq-routing is 
> still not working.

at the end of the mail

> Do you have enabled the support for soundcards in the kernel?

yes, like it is written in gentoo alsa guide. I enableb as module sound
support and no driver selected.

But should I also load sound-support module? I didn't! It is not
written...

And what it's more surprising (and I'm warried) after the compilation
of the kernel descripted in that documentation, I haven't got any more
bzImage in my /usr/src/linux/arch/i386/boot !!!

And furthermore if it would be there should I copy it in /boot ?

GRRR

Alb


00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge (rev 04)
Subsystem: Toshiba America Info Systems: Unknown device 0001
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- Reset- FastB2B-

00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 02) (prog-if 00 
[UHCI])
Subsystem: Toshiba America Info Systems: Unknown device 0001
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- Reset- FastB2B-

00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 02)
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR-  [disabled] [size=128K]
Capabilities: [60] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [44] AGP version 2.0
Status: RQ=31 SBA- 64bit- FW+ Rate=x1,x2,x4
Command: RQ=0 SBA- AGP- 64bit- FW- Rate=

02:06.0 USB Controller: NEC Corporation USB (rev 41) (prog-if 10 [OHCI])
Subsystem: Toshiba America Info Systems: Unknown device 0003
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- Reset- 16bInt+ PostWrite+
16-bit legacy interface ports at 0001

02:0d.0 System peripheral: Toshiba America Info Systems SD TypA Controller (rev 05)
Subsystem: Toshiba America Info Systems: Unknown device 0001
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- 

Re: [gentoo-user] alsa doesn't want work

2003-07-02 Thread Alberto Bert
On Jul 02 at 09:25AM-0700, Mark Knecht wrote:
> BTW - alsasound is really 2 parts:
> 
> 1) alsa itself
> 2) the alsa drivers for you sound card
> 
> Both have to be loaded to get sound.
> 
> Please send lsmod results

cpad  ... ... (unused)  (still I cannot make it working for similar reasons)
nvidia ... ... (unused)(I'm in console)

Alb
> > -----Original Message-
> > From: Alberto Bert [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, July 02, 2003 9:06 AM
> > To: [EMAIL PROTECTED]
> > Subject: [gentoo-user] alsa doesn't want work
> > 
> > 
> > Hi,
> > 
> > I'm trying to set alsa sound. I followed instructions by gentoo, but
> > when I lsmod, no alsa is loaded.
> > 
> > /etc/init.d/alsasound start   ->   already running
> > 
> > I even tryed to put it in modules.autoload but at boot time it shows me
> > failed to load alsasound
> > 
> > Please, could anyone help me?

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] alsa doesn't want work

2003-07-02 Thread Alberto Bert
On Jul 02 at 09:24AM-0700, Mark Knecht wrote:
> /etc/init.d/alsasound stop

ALSA driver is not loaded

> /etc/init.d/alsasound start

alsa starts

> Look in /var/log/messages for more clues as to what problems it's having.

it does not exists

> (Also dmesg I suppose...)

nothing concerning alsa

I'm really confused, I cannot mount the module

Alberto

> > -Original Message-
> > From: Alberto Bert [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, July 02, 2003 9:06 AM
> > To: [EMAIL PROTECTED]
> > Subject: [gentoo-user] alsa doesn't want work
> >
> >
> > Hi,
> >
> > I'm trying to set alsa sound. I followed instructions by gentoo, but
> > when I lsmod, no alsa is loaded.
> >
> > /etc/init.d/alsasound start   ->   already running
> >
> > I even tryed to put it in modules.autoload but at boot time it shows me
> > failed to load alsasound
> >
> > Please, could anyone help me?
> >
> > Alb
> >
> > --
> > [EMAIL PROTECTED] mailing list
> >
> >
> 
> 
> 
> --
> [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



[gentoo-user] alsa doesn't want work

2003-07-02 Thread Alberto Bert
Hi,

I'm trying to set alsa sound. I followed instructions by gentoo, but
when I lsmod, no alsa is loaded.

/etc/init.d/alsasound start   ->   already running

I even tryed to put it in modules.autoload but at boot time it shows me
failed to load alsasound

Please, could anyone help me?

Alb

--
[EMAIL PROTECTED] mailing list



[gentoo-user] setting sound volume

2003-07-02 Thread Alberto Bert
Hi all,

- my sound volume is very low when I try to listen some music by xmms,
  have you idea in how can fix that?

- According to you, is there any advantage to use alsa versus oss?
  Could you list what should I emerge to have alsa woking? I mean libs, plugins, etc?

Thanks,
Alb

--
[EMAIL PROTECTED] mailing list



[gentoo-user] -- Solved -- Re: [gentoo-user] sound and acpi

2003-07-02 Thread Alberto Bert
The sound works now.

I've emerged gentoo 2.4.19, with USE flag apci4linux (aparently it
downloads apci patches), then I config it setting on all apci options
and toshiba-apci (I've got a 5200-801) as module.

BTW, alsa is not needed, as I 've understood.

Alberto

--
[EMAIL PROTECTED] mailing list



[gentoo-user] what is installed in my gentoo?

2003-07-01 Thread Alberto Bert
Hi all,

is there any way to check what is installed in my pc?
I meen what I emerged up to now.

Alb

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] sound and acpi

2003-07-01 Thread Alberto Bert
On Jul 01 at 05:20PM+0100, Dhruba Bandopadhyay wrote:
> Alberto Bert wrote:
> >I'm trying to make working the sound on my notebook. A kind guy already
> >explained to me that I need acpi support and that can work just using
> 
> Correct me if I'm wrong but ACPI has nothing at all to do with sound. 
> ALSA provides sound and ACPI performs power management.  If you do want 
> ACPI with gentoo-sources-2.4.19 then yes enable acpi4linux use flag.  If 
> you want ALSA you can either use a 2.5.x kernel or a 2.4.x kernel with 
> alsa setup separately.

I'm referring to http://cwrose.de/toshiba/s5200.html

Alb

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mozilla build

2003-07-01 Thread Alberto Bert
On Jul 01 at 05:15PM+0100, Dhruba Bandopadhyay wrote:
> Alberto Bert wrote:
> >set. Are they somewhere described, I don't want install something which
> >I'll never use (like mozilla mail).
> 
> You persuaded me to contribute officially to the descriptions.  :)

:-)

thanks,
Alb

--
[EMAIL PROTECTED] mailing list



[gentoo-user] sound and acpi

2003-07-01 Thread Alberto Bert
Hi,

I'm trying to make working the sound on my notebook. A kind guy already
explained to me that I need acpi support and that can work just using
2.4.19 kernel (wrong patches for 2.4.20 aparently.) Now I installed and
using 2.4.19 but I cannot hear anything!

I saw that there is a apci4linux USE option, should I use it in
compiling kernel?

Alb

--
[EMAIL PROTECTED] mailing list



[gentoo-user] mozilla build

2003-07-01 Thread Alberto Bert
Hi,

I'm building mozilla and by emerge -pv I get a lot of USE option not
set. Are they somewhere described, I don't want install something which
I'll never use (like mozilla mail).

For example, how about mozinterfaceinfo and moxaccess?

Alberto

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] how to change the monitor resolution?

2003-07-01 Thread Alberto Bert
On Jun 30 at 01:20PM-0400, Ernie Schroder wrote:
> On Monday 30 June 2003 09:18 am, drewbian wrote:
> > Hi, Hope I'm not duplication someone elses post but I havn't been
> > following this thread very closly, Just in case no one has mention it
> > if your using Xfree 4.3 take a look at the xranr command.. e.g
> >
> > xrandr -s 1024x768
> >
> > changes the resolution to 1024x768 etc as an alternative to zooming
> > in with ctrl + or - from the numpad.. to do it permanantly you will
> > of course have to edit your conf file.
> >
> >
> > --
> > [EMAIL PROTECTED] mailing list
> 
> 
> Hmmm, never saw that before. It's not a virtual desktop either though 
> switching from 1920x1440 to 1024x768 requires some serious window 
> resizing.

Indeed it does not resize and simply I get a small desktop not filling
whole screen.

Alb

--
[EMAIL PROTECTED] mailing list



[gentoo-user] openoffice compilation

2003-06-30 Thread Alberto Bert
Hi,

I emerged openoffice, does anyone haw more or less does the compilation
take on a P 4 2.0 GHz?

Alb

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] how to change the monitor resolution?

2003-06-30 Thread Alberto Bert
On Jun 30 at 10:00AM-0400, Ernie Schroder wrote:
> On Monday 30 June 2003 09:26 am, Alberto Bert wrote:
> > I have a 1600x1200 monitor and icons are sooo small...
> >
> > Does someone know how can I change monitor resolution?
> 
>   You have the choice of 2 ways. As I remember from seeing your 
> XF86Config, you have several resolutions contained in the config. To 
> simply switch among them, you can press the key combination control alt 
> and the + or _ keys on the number pad.(note that the plus and minus 
> keys on the main keyboard will not work.

now I can understand... I've a notebook without numberpad :-(

Alberto

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] how to change the monitor resolution?

2003-06-30 Thread Alberto Bert
On Jun 30 at 09:00AM-0500, Andrew Gaffney wrote:
> Alberto Bert wrote:
> >On Jun 30 at 04:44PM+0300, Leonid Podolny wrote:
> >
> >>1) Manually, while the X is running: ctrl-alt-+ or ctrl-alt- -
> >
> >
> >For me doesn't work!
> 
> That only works if you have more than one mode specified in your 
> /etc/X11/XF86Config

But I have several modes: "1600x1200" ... "1024x768" ...

Does is matter my italian keyboard?

Alberto

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] how to change the monitor resolution?

2003-06-30 Thread Alberto Bert
On Jun 30 at 04:44PM+0300, Leonid Podolny wrote:
> 1) Manually, while the X is running: ctrl-alt-+ or ctrl-alt- -

For me doesn't work!

Alb

--
[EMAIL PROTECTED] mailing list



  1   2   >