Re: [gentoo-user] Projector on my laptop

2007-01-30 Thread Felipe Ribeiro

It doesn´t have a s-video output, just the ordinary monitor plug.

--
Felipe Ribeiro
[EMAIL PROTECTED]
http://feliperibeiro.blogspot.com
83 9979-3161

--
gentoo-user@gentoo.org mailing list



[gentoo-user] No sound in flash

2006-12-20 Thread Felipe Ribeiro

Hi,

When i try to open a flash video on firefox, the sound doesnt work and
i get this error message repeated many times as output

ALSA lib pcm_plug.c:1189:(_snd_pcm_plug_open) Unknown field hint
ALSA lib pcm.c:2109:(snd_pcm_open_conf) Cannot open shared library
/usr/lib/alsa-lib/libasound_module_pcm_empty.so

on /usr/lib/alsa-lib i just have the smixer folder, and inside smixer:

[EMAIL PROTECTED] /usr/lib/alsa-lib $ ls -la smixer/
total 72
drwxr-xr-x 2 root root   336 Dec 12 00:22 .
drwxr-xr-x 3 root root72 Sep 13 16:07 ..
-rw-r--r-- 1 root root  6788 Dec 12 00:22 smixer-ac97.a
-rwxr-xr-x 1 root root   866 Dec 12 00:22 smixer-ac97.la
-rwxr-xr-x 1 root root  7808 Dec 12 00:22 smixer-ac97.so
-rw-r--r-- 1 root root  6788 Dec 12 00:22 smixer-hda.a
-rwxr-xr-x 1 root root   859 Dec 12 00:22 smixer-hda.la
-rwxr-xr-x 1 root root  7808 Dec 12 00:22 smixer-hda.so
-rw-r--r-- 1 root root 11314 Dec 12 00:22 smixer-sbase.a
-rwxr-xr-x 1 root root   873 Dec 12 00:22 smixer-sbase.la
-rwxr-xr-x 1 root root 12480 Dec 12 00:22 smixer-sbase.so

any hints?

[ ]s

--
Felipe Ribeiro
[EMAIL PROTECTED]
83 9979-3161
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Static ip address

2006-12-13 Thread Felipe Ribeiro

On 12/13/06, Jerry McBride [EMAIL PROTECTED] wrote:

On Wednesday 13 December 2006 00:47, Uwe Thiem wrote:
 On 12 December 2006 23:15, Felipe Ribeiro wrote:
  Did they change anything on how you configure your static ip address?
  I've updated my system today and connot access the internet anymore,
  when using my static ip address, just dhcp.
 
  I used to use my /etc/conf.d/net like this:
 
  config_eth0=(192.168.254.2 netmask 255.255.255.0 broadcast
  192.168.254.255) routes_eth0=(default via 192.168.254.254)

 The syntax has changed slightly. Have a look at /etc/conf.d/net.example.



Yes, it has changed, but I don't see any init complaints... so I decided to
let it run as-is.

Thank you.

--

Jerry McBride
--
gentoo-user@gentoo.org mailing list



i tried this, but still doesn't work

modules=(ifconfig)
config_eth0=(192.168.254.2)
routes_eth0=(default via 192.168.254.254)
dns_servers_eth0=(192.168.254.254)



[ ]s
--
Felipe Ribeiro
[EMAIL PROTECTED]
83 9979-3161
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Static ip address

2006-12-13 Thread Felipe Ribeiro

On 12/13/06, Felipe Ribeiro [EMAIL PROTECTED] wrote:

On 12/13/06, Jerry McBride [EMAIL PROTECTED] wrote:
 On Wednesday 13 December 2006 00:47, Uwe Thiem wrote:
  On 12 December 2006 23:15, Felipe Ribeiro wrote:
   Did they change anything on how you configure your static ip address?
   I've updated my system today and connot access the internet anymore,
   when using my static ip address, just dhcp.
  
   I used to use my /etc/conf.d/net like this:
  
   config_eth0=(192.168.254.2 netmask 255.255.255.0 broadcast
   192.168.254.255) routes_eth0=(default via 192.168.254.254)
 
  The syntax has changed slightly. Have a look at /etc/conf.d/net.example.
 


 Yes, it has changed, but I don't see any init complaints... so I decided to
 let it run as-is.

 Thank you.

 --

 Jerry McBride
 --
 gentoo-user@gentoo.org mailing list


i tried this, but still doesn't work

modules=(ifconfig)
config_eth0=(192.168.254.2)
routes_eth0=(default via 192.168.254.254)
dns_servers_eth0=(192.168.254.254)



[ ]s
--
Felipe Ribeiro
[EMAIL PROTECTED]
83 9979-3161



Also, this message is appearing when lo is starting. Is there any
relation with my problem?

* Starting lo
*   Bringing up lo
* 127.0.0.1/8
SIOCSIFADDR: File exists
SIOCSIFFLAGS: Cannot assign requested address
SIOCSIFNETMASK: Cannot assign requested address
SIOCSIFBRDADDR: Cannot assign requested address
SIOCSIFFLAGS: Cannot assign requested address [ !! ]


[]s
--
Felipe Ribeiro
[EMAIL PROTECTED]
83 9979-3161
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Static ip address

2006-12-13 Thread Felipe Ribeiro

On 12/13/06, Uwe Thiem [EMAIL PROTECTED] wrote:

On 13 December 2006 17:38, Felipe Ribeiro wrote:

 i tried this, but still doesn't work

 modules=(ifconfig)

Why do you insist on ifconfig? /etc/conf.d/net.example clearly indicates
that iproute2 is the default - for good reason.

 config_eth0=(192.168.254.2)

Try:

config_eth0=( 192.168.254.2/24 )

/24 tells the system to use the first 24 bits of the IP address as the
network part and the remaining 8 bits as the host part. Simply a shorter
notation than the netmask 255.255.255.0.

 routes_eth0=(default via 192.168.254.254)
 dns_servers_eth0=(192.168.254.254)

Uwe

--
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
--
gentoo-user@gentoo.org mailing list




With iproute2 it worked! Thanks everybody!

[ ]s
--
Felipe Ribeiro
[EMAIL PROTECTED]
83 9979-3161
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Static ip address

2006-12-12 Thread Felipe Ribeiro

Did they change anything on how you configure your static ip address?
I've updated my system today and connot access the internet anymore,
when using my static ip address, just dhcp.

I used to use my /etc/conf.d/net like this:

config_eth0=(192.168.254.2 netmask 255.255.255.0 broadcast 192.168.254.255)
routes_eth0=(default via 192.168.254.254)

[ ]s
--
Felipe Ribeiro
[EMAIL PROTECTED]
83 9979-3161
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Static ip address

2006-12-12 Thread Felipe Ribeiro

  what about your /etc/resolv.conf ???
 does it have the right nameserver ??

 has i've seen in /etc/conf.d/net.example, you need to expecify more options 
for /etc/resolv.conf reflet yout new reality (they are not needed)
 dns_domain_eth0=domain
 dns_servers_eth0=xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy

 the options above are not needed, but they help !


resolv.conf is ok, it was working fine until i've updated my system.

--
Felipe Ribeiro
[EMAIL PROTECTED]
83 9979-3161
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Projector on my laptop

2006-12-11 Thread Felipe Ribeiro

I tried with an ordinary CRT monitor, and it didn't work. Do i need to
have anything installed? Is xinerama necessary?

Thanks

On 12/11/06, James [EMAIL PROTECTED] wrote:

Felipe Ribeiro [EMAIL PROTECTED] writes:


 I have an Acer Aspire 5002 WLMI laptop running gentoo.

 I use my display on 1280x800 and i want to use a projector to give a
 speech and show slides and live coding. What do i have to configure?
 My xorg.conf? what do I have to change?


IN /etc/X11/xorg.conf   look that the file. Near the bottom,
you'll find a  screen section:

snip
Section Screen
Identifier  Screen0
Device  Card0
Monitor Monitor0
DefaultColorDepth 24
SubSection Display
Depth   1
Modes  1440x900 1024x768
EndSubSection
SubSection Display
Depth   4
Modes 1440x900 1024x768
EndSubSection
end/snip

You may have to revisit some of your drivers in your kernel, depending
on how your kernel is configured, but may not also.

I'd save an old copy of anything you modify, so as to make
recovery from mistakes, easy



James



--
gentoo-user@gentoo.org mailing list





--
Felipe Ribeiro
[EMAIL PROTECTED]
83 9979-3161
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Touchpad stoped

2006-12-11 Thread Felipe Ribeiro

Since i ran emerge -uDN world my touchpad stopped working!!! :-( does
anyone know what can  have hapened?

And even when i try to run syndameon manually, i get:

* Starting syndaemon ...
Can't open display.   [ !! ]

[]s
--
Felipe Ribeiro
[EMAIL PROTECTED]
83 9979-3161
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Problems compiling cyrus-sasl

2006-10-25 Thread Felipe Ribeiro

Have anyone had problems while compiling cyrus-sasl?
I got this:

/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/../../../../x86_64-pc-linux-gnu/bin/ld:
../sasldb/.libs/libsasldb.a(allockey.o): relocation R_X86_64_32S
against `a local symbol' can not be used when making a shared object;
recompile with -fPIC
../sasldb/.libs/libsasldb.a(allockey.o): could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [libsasldb.la] Error 1
make[2]: Leaving directory
`/var/tmp/portage/dev-libs/cyrus-sasl-2.1.22/work/cyrus-sasl-2.1.22/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/dev-libs/cyrus-sasl-2.1.22/work/cyrus-sasl-2.1.22'
make: *** [all] Error 2

!!! ERROR: dev-libs/cyrus-sasl-2.1.22 failed.
Call stack:
 ebuild.sh, line 1568:   Called dyn_compile
 ebuild.sh, line 937:   Called src_compile
 cyrus-sasl-2.1.22.ebuild, line 166:   Called die


Any hints?
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Battery status not working

2006-06-12 Thread Felipe Ribeiro

Hi, I'm having problems to monitor my battery status (on my laptop).

[EMAIL PROTECTED] ~ $ cat /proc/acpi/battery/BAT1/state
present: yes
ERROR: Unable to read battery status

What can I do to make it work? Here is my acpi conf on kernel:

#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
# CONFIG_ACPI_VIDEO is not set
CONFIG_ACPI_HOTKEY=m
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_NUMA=y
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_IBM is not set
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_BLACKLIST_YEAR=2001
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_ACPI_CONTAINER is not set

Cheers,

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



[gentoo-user] Problems when more than one application uses sound

2006-05-28 Thread Felipe Ribeiro

Hi,

I'm using alsa, and i can't use the sound simultaneously by more than
one application, for example, when i'm seeing flash animations on
firefox, xmms can't output sound. How can i solve this?

Cheers,
Felipe

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with domainname

2006-03-19 Thread Felipe Ribeiro
SOLVED!

Thanks!

On 3/19/06, JimD [EMAIL PROTECTED] wrote:
 [EMAIL PROTECTED] wrote:
 
  In order to get a proper FQDN, you need to set up three files:
  /etc/hosts, /etc/conf.d/hostanme, /etc/conf.d/domainname.
 
  I also have the same problems as you in past, and one day I found
  that the most tricky thing was that you must give a seperate line
  for your FQDN name in /etc/hosts!
 
  This is a part of my /etc/hosts file:
 
  127.0.0.1   localhost
  127.0.0.1   lp.lcst.com lp

 You can combine it all in one line like so:

 127.0.0.1 localhost.localdomain localhost


 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problems with domainname

2006-03-18 Thread Felipe Ribeiro
Hi,

I've already set my domain name (pixelsolutions.com.br) on /etc/hosts,
/etc/conf.d/domainname and /etc/resolv.conf, but i still get the:

This is mustang.(none) (Linux x86_64 2.6.15-gentoo-r7)

when i start the system.

What should i do?

Regards,

Felipe

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problems with cedilla

2006-03-18 Thread Felipe Ribeiro
Hi,

I've set my us_intl keyboard, and the accentuation is working ok, but
i`ve got a problem with cedilla, when i type ' and c, it appears a ć
(accentuated C) instead of cedilla, what should i do?

Cheers,
Felipe

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with cedilla

2006-03-18 Thread Felipe Ribeiro
Are you sure? At Windles i use ' + C,  and comma isnt a dead key.

On 3/19/06, Ryan Tandy [EMAIL PROTECTED] wrote:
 Felipe Ribeiro wrote:
  Hi,
 
  I've set my us_intl keyboard, and the accentuation is working ok, but
  i`ve got a problem with cedilla, when i type ' and c, it appears a ć
  (accentuated C) instead of cedilla, what should i do?
 
  Cheers,
  Felipe
 
 
 Use the comma ( ',' ) for a cedilla, I think.  ' is for the acute
 accent, for example on é.
 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo on Acer Aspire 5002

2006-02-11 Thread Felipe Ribeiro
Also found something at:

http://gentoo-wiki.com/HARDWARE_Acer_Aspire_5024#WiFi

Felipe

On 2/11/06, Sergio Polini [EMAIL PROTECTED] wrote:
 Felipe Ribeiro:
  I'm thinking about buying the Acer Aspire 5002.
  Does any of you have one? Did you have problems to set things up?
  (video, wlan, etc)

 You should look at:
 http://www.linux-laptop.net/
 which sends you to:
 http://www.linux-on-laptops.com/acer.html
 and then to:
 http://roguestar.dynu.com:/acer.html

 Or:
 http://tuxmobil.org/mylaptops.html

 HTH

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



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Gentoo on Acer Aspire 5002

2006-02-10 Thread Felipe Ribeiro
I'm thinking about buying the Acer Aspire 5002.

Does any of you have one? Did you have problems to set things up?
(video, wlan, etc)

Is there any thing i shoul take into consideration before buying?

Cheers,
Felipe

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo on Acer Aspire 5002

2006-02-10 Thread Felipe Ribeiro
The wlan interface is:
 Broadcom 4318

Felipe

On 2/11/06, Devraj Mukherjee [EMAIL PROTECTED] wrote:
 I would recommend you confirming if the wlan interface is supported
 under Linux.

 Devraj

 Felipe Ribeiro wrote:
  I'm thinking about buying the Acer Aspire 5002.
 
  Does any of you have one? Did you have problems to set things up?
  (video, wlan, etc)
 
  Is there any thing i shoul take into consideration before buying?
 
  Cheers,
  Felipe
 

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Using java-config with manually installed JDKs

2006-02-05 Thread Felipe Ribeiro
I've installed the version from portage before, but i had performance 
problem with the amd64 version. so i decided to install the x86 version 
on my amd64 box. and i dunno how to do it with portage, so i installed 
manually.



One question... why did you install manually sun-jdk? All available
versions are on portage...


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerging x86 Sun-JDK in my amd64

2006-02-04 Thread Felipe Ribeiro
Ok, Ok,

let me explain the problem, i was using the amd64 version of sun-jdk
and the amd64 version of eclipse, but i had many performance problems
that i didn't have with the x86 version. so i want to use the x86
version on my amd64 box. I know i can do it manually, but emerge make
things better to manage with java-config and stuff...

Cheers,

Felipe



On 2/4/06, Mrugesh Karnik [EMAIL PROTECTED] wrote:
 On 04/02/06, Felipe Ribeiro [EMAIL PROTECTED] wrote:
  How can i emerge the common x86 sun-jdk(1.5) in my amd64 box?

 I simply downloaded the bin package from the Sun website and extracted
 it to wherever I needed it to be!

 Mrugesh

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Using java-config with manually installed JDKs

2006-02-04 Thread Felipe Ribeiro
Hi,

I've manually instaled the sun-jdk, but i wish i could add it to the
java-config. is it possible?

Cheers,

Felipe

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Packages list

2006-01-19 Thread Felipe Ribeiro

Where do I find the list with all installed packages?

Cheers,

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



[gentoo-user] Emerging Tomcat without Blackdown jre/jdk

2006-01-13 Thread Felipe Ribeiro
I wanna install tomcat on my box i already have sun jdk installed but
when i try to install tomcat, it tries to install blackdown jdk/jre,
what can i do so it won't download and try to install these packages?

when i make a emerge --pretend tomcat, i get:

[EMAIL PROTECTED] ~ $ emerge --pretend tomcat

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

Calculating dependencies ...done!
[ebuild  N] dev-java/commons-collections-3.1  USE=-doc -jikes -source
[ebuild  N] dev-java/commons-pool-1.2-r1  USE=-doc -jikes -junit
[ebuild  N] dev-java/jakarta-regexp-1.3-r2  USE=-doc -jikes -source
[ebuild  N] dev-java/commons-dbcp-1.2.1  USE=-doc -jikes -source
[ebuild  N] dev-java/junit-3.8.1-r1  USE=-doc -jikes -source
[ebuild  N] dev-java/avalon-logkit-1.2  USE=-doc -javamail -jikes
-jms -source
[ebuild  N] dev-java/commons-logging-1.0.4-r1  USE=-avalon -doc
-jikes -source
[ebuild  N] dev-java/commons-beanutils-1.6.1-r2  USE=-doc -jikes -source
[ebuild  N] dev-java/commons-digester-1.6-r1  USE=-doc -jikes
-junit -source
[ebuild  N] dev-java/xml-commons-resolver-1.1  USE=-doc -source
[ebuild  N] dev-java/xml-commons-external-1.3.02  USE=-doc -source
[ebuild  N] dev-java/xjavac-20041208-r1  USE=-jikes
[ebuild  N] dev-java/xerces-2.7.1  USE=-doc -examples -jikes -source
[ebuild  N] dev-java/servletapi-2.3-r2  USE=-doc -jikes -source
[ebuild  N] dev-java/bsf-2.3.0-r2  USE=-doc -jikes -jython -rhino -source
[ebuild  N] dev-java/bcel-5.1-r2  USE=-doc -jikes -source
[ebuild  N] dev-java/javacup-0.10k  USE=-source
[ebuild  N] dev-java/xalan-2.7.0-r1  USE=-doc -jikes -source
[ebuild  N] dev-java/saxpath-1.0  USE=-doc -junit -source
[ebuild  N] dev-java/blackdown-jdk-1.4.2.03  USE=-browserplugin
-doc -mozilla -nsplugin
[ebuild  N] dev-java/blackdown-jre-1.4.2.03  USE=-browserplugin
-mozilla -nsplugin
[ebuild  N] dev-java/relaxng-datatype-1.0  USE=-doc -jikes -source
[ebuild  N] dev-java/xsdlib-20050627  USE=-doc -jikes -source
[ebuild  N] dev-java/iso-relax-2004  USE=-jikes -source
[ebuild  N] dev-java/msv-20050627  USE=-doc -jikes -source
[ebuild  N] dev-java/xpp2-2.1.10  USE=-doc -jikes -source
[ebuild  N] dev-java/xpp3-1.1.3.4m  USE=-doc -jikes -junit -source
[ebuild  N] dev-java/xmldb-2001  USE=-doc -jikes -source
[ebuild  N] dev-db/hsqldb-1.7.3.1-r2  USE=-doc -jikes -source
[ebuild  N] dev-java/jaxme-0.3.1  USE=-doc -source
[ebuild  N] dev-java/jsr173-1.0  USE=-doc -jikes -source
[ebuild  N] dev-java/dom4j-1.6.1  USE=-doc -jikes -source
[ebuild  N] dev-java/jdom-1.0_beta9-r1  USE=-doc -jikes -source
[ebuild  N] dev-java/jaxen-1.0  USE=-doc -junit -source
[ebuild  N] dev-java/commons-daemon-1.0.1  USE=-doc -examples
-jikes -source
[ebuild  N] dev-java/commons-beanutils-1.7.0-r1  USE=-doc -jikes -source
[ebuild  N] dev-java/servletapi-2.4-r2  USE=-doc -jikes -source
[ebuild  N] dev-java/commons-el-1.0  USE=-jikes -source
[ebuild  N] dev-java/commons-httpclient-2.0.2  USE=-doc -jikes -source
[ebuild  N] dev-java/commons-fileupload-1.0  USE=-doc -jikes -source
[ebuild  N F  ] dev-java/sun-jaf-bin-1.0.2.2  USE=-doc
[ebuild  N F  ] dev-java/sun-jmx-1.2.1-r1  USE=-doc -examples -jikes -source
[ebuild  N] dev-java/commons-modeler-1.1  USE=-doc -jikes -source
[ebuild  N] dev-java/jakarta-oro-2.0.8-r1  USE=-doc -examples
-jikes -source
[ebuild  N] dev-java/commons-validator-1.1.4  USE=-doc -examples
-jikes -source
[ebuild  N] dev-java/commons-lang-2.0-r1  USE=-doc -jikes -source
[ebuild  N] dev-java/struts-legacy-1.0-r1  USE=-doc -jikes
[ebuild  N] dev-java/struts-1.1-r4  USE=-doc -jikes -source
[ebuild  N] dev-java/commons-launcher-0.9  USE=-doc -jikes -source
[ebuild  N] www-servers/tomcat-5.0.28-r12  USE=-doc -examples -jikes

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problems emerging JBOSS

2006-01-13 Thread Felipe Ribeiro
Hi,

I'm trying to install JBoss 3.2.5, but i'm having a problem.

The file that comes in the package, says that the javac.target is 1.2,
but this version of jboss must work with 1.5, so i've got this message
while trying emerge jboss

[execmodules] javac: target release 1.2 conflicts with default source
release 1.5

BUILD FAILED
/var/tmp/portage/jboss-3.2.5/work/jboss-3.2.5-src/tools/etc/buildmagic/buildmagic.ent:406:
Compile failed; see the compiler error output for details.

Total time: 11 seconds

!!! ERROR: www-servers/jboss-3.2.5 failed.
!!! Function src_compile, Line 32, Exitcode 1
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


There's a file, task.properties that set this value, is there any way
to change this to install JBoss?
I tried to alter the .tar.bz2 file just changing the file that
contains this information, but then i get a digest error.

Any suggestion?

Cheers,

Felipe

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Corel Draw for Gentoo linux

2005-12-21 Thread Felipe Ribeiro
Where have you downloaded corel draw for linux? I've always looked for it! :-)


On 12/21/05, Iulian [EMAIL PROTECTED] wrote:
 Hi there,
 Corel Draw 9 for linux works on Gentoo?

 Iulian

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Corel Draw for Gentoo linux

2005-12-21 Thread Felipe Ribeiro
photopaint is like photoshop, gimp, doesn't work with vetorial
graphics like corel draw :-)

On 12/21/05, Martin S [EMAIL PROTECTED] wrote:
 Of course there's a difference, or else Corel wouldn't make two packages. :)
  Draw is like Sodipodi (f ex) and Photopaint is like Gimp.

  Martin S

 2005/12/21, capsel [EMAIL PROTECTED]:
  2005/12/21, Iulian [EMAIL PROTECTED]:
   Felipe Ribeiro wrote:
Where have you downloaded corel draw for linux? I've always looked for
 it! :-)
   
   
On 12/21/05, Iulian [EMAIL PROTECTED] wrote:
   
Hi there,
Corel Draw 9 for linux works on Gentoo?
   
Iulian
   
--
gentoo-user@gentoo.org mailing list
   
   
   
   
   
  
 http://downloads.planetmirror.com/pub/corel/photopaint/CorelPHOTOPAINT9Lnx.tar.gz
  
   Best regards,
   Iulian
   --
   gentoo-user@gentoo.org mailing list
  
  
  As I can see this is PHOTOPAINT, not DRAW. Is there any difference?
 
  --
  gentoo-user@gentoo.org mailing list
 
 



 --
 Regards,

 Martin S

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] How do I install sun-jdk through emerge?

2005-12-20 Thread Felipe Ribeiro
How do I install sun-jdk throuth emerge?

Cheers,

Felipe Ribeiro

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How do I install sun-jdk through emerge?

2005-12-20 Thread Felipe Ribeiro
The .bin file?

On 12/20/05, Andres Becerra Sandoval [EMAIL PROTECTED] wrote:
 On 12/20/05, Felipe Ribeiro [EMAIL PROTECTED] wrote:
  How do I install sun-jdk throuth emerge?
 
  Cheers,
 
  Felipe Ribeiro
 
  --
  gentoo-user@gentoo.org mailing list
 
 

 emerge -f sun-jdk

 Follow the instructions and download the installer from the sun
 website. Put it in /usr/portage/distfiles and do emerge sun-jdk


 --
   Andres

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How do I install sun-jdk through emerge?

2005-12-20 Thread Felipe Ribeiro
I've done this, but i still ger the same message


mustang felipe # emerge sun-jdk
Calculating dependencies
!!! All ebuilds that could satisfy sun-jdk have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-java/sun-jdk-1.5.0.06 (masked by: package.mask)
# [EMAIL PROTECTED]
# Lotsa things in the tree don't compile with 1.5 yet
# 1.5 defaults too -target 1.5 making downgrading to a 1.4(/1.3)
# impossible, see bug #69970 and bug 65937 for more information/discussion
# http://www.gentoo-wiki.com/Java_FAQ

- dev-java/sun-jdk-1.5.0.05 (masked by: package.mask)
- dev-java/sun-jdk-1.3.1.16 (masked by: -* keyword)
- dev-java/sun-jdk-1.2.2.017 (masked by: -* keyword)
- dev-java/sun-jdk-1.4.2.09 (masked by: -* keyword)
- dev-java/sun-jdk-1.4.2.10 (masked by: -* keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.


On 12/20/05, Andres Becerra Sandoval [EMAIL PROTECTED] wrote:
 On 12/20/05, Felipe Ribeiro [EMAIL PROTECTED] wrote:
  The .bin file?
 

 Yes, the .bin  file

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Java install question

2005-12-19 Thread Felipe Ribeiro
The basic difference between JDK and JRE is that jdk is the complete
development environment that includes the compiler (javac), while jre
just contains the basic VM to run the java code (.class and .jar
files), so, if you need to compile a .java file, you will need the jdk
but if you just need to run something that is already compiled, you
just use the VM.
JDK contains the VM.

[]s
Felipe



On 12/19/05, Holly Bostick [EMAIL PROTECTED] wrote:
 John Jolet schreef:
 
  On Dec 18, 2005, at 8:58 PM, Mark Knecht wrote:
 
  On 12/18/05, Holly Bostick [EMAIL PROTECTED] wrote:
 
  Mark Knecht schreef:
 
 
  Do anyone know what was meant by the final comment? I've copied
   it here for ease of discussion. How do I set the Java VM to
  the JDK?  Why is this recommended?
 
 
  1) java-config.
 
 
  OK. Thanks Holly. But if I'm going to set the VM to be the jdk,
  then why install the jre? I guess I have no clue about the
  difference between the jre and the jdk or why both are needed or
  what each one does. I can say that installing the jdk broke one
  aspect of the sun jre. Bummer for me.
 
  this has always confused me...if you install the jdk, in the path
  with the jdk (/usr/local/java for instance), there's a jre
  directory...you have /usr/local/java/bin/java and
  /usr/local/java/jre/ bin/java.both.  so you don't need to install
   both.  the jdk is INCLUSIVE of the jre.

 Not on my system (32-bit). If I try to use the Sun jre alone, I get the
 same errors that Mark reported if I try to set it as the system VM;
 using it as user VM seemed OK as I recall. Eventually I got tired of
 having the system vm and the user vm being different (probably me being
 anal rather than a real issue), and since using Sun 1.5.0.* as the
 user VM hadn't seemed to cause any major issues, I attempted to make it
 the system VM as well, at which point I got this stuff (this is Mark's,
 but this was the same error I got):


  * Found no JDK, setting sun-jre-bin-1.5.0.06 as default system VM
 javac not found at /opt/sun-jre-bin-1.5.0.06/bin/javac or
 /opt/sun-jre-bin-1.5.0.06/jre/bin/javac
 javadoc not found at /opt/sun-jre-bin-1.5.0.06/bin/javadoc or
 /opt/sun-jre-bin-1.5.0.06/jre/bin/javadoc
 jar not found at /opt/sun-jre-bin-1.5.0.06/bin/jar or
 /opt/sun-jre-bin-1.5.0.06/jre/bin/jar
 rmic not found at /opt/sun-jre-bin-1.5.0.06/bin/rmic or
 /opt/sun-jre-bin-1.5.0.06/jre/bin/rmic
 THIS SYSTEM VM IS NOT SUFFICIENT, REQUIRED BINARIES WERE NOT FOUND
 System Virtual Machine set
 You may want to update your enviroment by running:
 /usr/sbin/env-update  source /etc/profile

 Unfortunately I don't remember what was actually in the /bin folder as I
 have since uninstalled the jre and set both the user and system vm to
 the sun jdk. But either java and jar really weren't there, or they were
 and java-config couldn't find them, and in either case I really didn't
 have the time or interest to investigate the root issue (gotta choose
 your battles with Gentoo, sometimes ;-) ), so I just switched everything
 to the jdk (which works fine, despite being only 1.4.2, when some apps I
 use recommend 1.5.0+), uninstalled the jre (I had previously
 unmerged/masked the blackdown jre when I installed Sun's) and went on
 with my week (last week, I think this was). Haven't noticed any issues
 with having done so; web browsers seem to work, as well as what
 java-based apps I use.

 So I admit I don't know what the problem is, and I also concede that it
 probably shouldn't be happening (as you say), but I confirm that Mark's
 original issue does seem to be real and that is the workaround/hack I
 used to bypass it when I encountered it.

 However, any real Java users/developers might find it is inappropriate
 and I make no guarantees that it is. It's just what worked for me,
 because I didn't like that error at all-- though I don't necessarily
 think that it was fatal or even critical or that I would have had
 problems had I just let it stand and used the Sun jre as the system vm
 (after all, what do I do as root with Java? Nothing, afaik).

 Holly

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] how2use gaim for google talks

2005-12-19 Thread Felipe Ribeiro
Google talk is an instant messenger where you talk directly to the
other users, you don't use chat rooms.
So you've just got to add your friends to your list.

Cheers,

Felipe Ribeiro

On 12/19/05, El Nino [EMAIL PROTECTED] wrote:
 dear friends,

 i configured gaim for google talks as they shown it on their
 guide(google.com). but i don't no how to use it to chat(not talk).

 when i click on 'Join a Chat' from the gaim menu. it asks Room:
 Server: Handle: Password:

 can any body help me...

 --
 ...
 The future lies ahead.
  ___
  Have you mooed today? 
  
 \^__^
  \   (oo) \___
  (__) \ )\/\
 | |-w   |
 | || |

 2.6.14-gentoo-r5-sinhalese-r1.0
 (((o)))~--~--~--
 Proud to be a Sinhalese.
 SINHALESE ARE GENIUSES OF IRRIGATION
 http://easyweb.easynet.co.uk/~sydney/sinhales.htm

 --
 gentoo-user@gentoo.org mailing list



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(2,0)

2005-12-11 Thread Felipe Ribeiro
The /boot is on my root file

On 12/11/05, maxim wexler [EMAIL PROTECTED] wrote:


 --- Felipe Ribeiro [EMAIL PROTECTED] wrote:

  Hi all,
 
  I've just installed Gentoo 2005.1-r1 on my amd64 box
  and i've got this
  problem while rebooting:
 
  Root-NFS: No NFS server available giving up.
  VFS: Unable to mount root fs via NFS, trying floppy.
  VFS: Insert root floppy and press ENTER
  end-request: I/O error, dev fd0, sector 0
  VFS: Cannot open root device hda2 or
  unknown-block(2,0)
  Please append a correct root= boot option.
  Kerenel panic - not syncing: VFS: Unable to mount
  root fs on
  unknown-block(2,0)
 
 
  What should i do? is it a grub configuration
  problem? or kernel compilation?

 kernel -- make sure / fs support is _not_ modular, for
 starters



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



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(2,0)

2005-12-11 Thread Felipe Ribeiro
I've removed Windows from the grub.conf file, just to test, and now
when i try to start linux, it reboots the system instead of showing
the message: Kernel panic - not syncing: VFS: Unable to mount root fs
on unknown-block(0,0)

On 12/11/05, Felipe Ribeiro [EMAIL PROTECTED] wrote:
 Hi,

 I've disabled CONFIG_ROOT_NFS and enabled CONFIG_MSDOS_PARTITION but i
 still have the problem :-(
 Kernel Panic - not syncing: VFS: Unable to mount root fs on
 unknown-block(0,0)

 On 12/11/05, Florian D. [EMAIL PROTECTED] wrote:
  Felipe Ribeiro wrote:
   Root-NFS: No NFS server available giving up.
VFS: Unable to mount root fs via NFS, trying floppy.
  disable CONFIG_ROOT_NFS (- File systems
  - Network File Systems); you don't need it unless you have
  a diskless terminal or something
 
   VFS: Insert root floppy and press ENTER
   end-request: I/O error, dev fd0, sector 0
   VFS: Cannot open root device hda2 or unknown-block(2,0)
   Please append a correct root= boot option.
   Kerenel panic - not syncing: VFS: Unable to mount root fs on
   unknown-block(2,0)
  do you have CONFIG_MSDOS_PARTITION enabled?
  ( Location: - File systems - Partition Types - Advanced partition
  selection)
 
  cheers, f
  --
  gentoo-amd64@gentoo.org mailing list
 
 


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problems with time stamp while unpacking portage

2005-12-10 Thread Felipe Ribeiro
Hi all,

I'm new to gentoo, and right now i'm installing it for the first time.
I have a problem, my timezone is gmt+3, and when i try to unpack the
last portage file, i get this message:

tar: portage/games-rpg: time stamp 2005-12-11 01:36:10 is 4154 s in the future
tar: portage: time stamp 2005-12-11 01:55:06 is 5290 s in the future

Is there anything i can do?

Thanks in advance,

Felipe Ribeiro

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with Ethernet on installation

2005-12-09 Thread Felipe Ribeiro
I'm not installing on the slack box, 'cause i want to overwrite it. i'm 
booting from the CD.


And sorry for the reply thing, i didn't know :-[

Felipe

Zac Medico escreveu:


Felipe Ribeiro wrote:


Hi all,

I'm a Slackware user, but i decided to give Gentoo a try! :-)
Gentoo instalation uses kernel 2.6.12, and it doesn't have my 
ethernet card module.
It is the sis190, that have been added on 2.6.14, do i have to put 
another card while installing or is there another solution?




Are you installing this on the slackware box?  If the network is 
already working and you have a spare partition then you don't need the 
installation cd.  Just download a stage3 and follow the handbook.


By the way, when you click reply in the email client and start a new 
topic, it's called thread hijacking.  My mail client seems to think 
that's what you did. :)


Zac



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with Ethernet on installation

2005-12-09 Thread Felipe Ribeiro
I've got another NIC, so i'm gonna use it while installing gentoo,
then, when i recompile the kernel, i add the support to my nic. :D
Thanks

On 12/9/05, Zac Medico [EMAIL PROTECTED] wrote:
 Felipe Ribeiro wrote:
  I'm not installing on the slack box, 'cause i want to overwrite it. i'm
  booting from the CD.

 Okay, if I understand correctly, you want to overwrite your slackware 
 installation?  In that case, if there's some free space on your root 
 partition, then you can in install a minimal gentoo system in /gentoo/ (build 
 a kernel and everything while running slackware) and then boot off the cd and 
 move everything into place.

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



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problems with Ethernet on installation

2005-12-08 Thread Felipe Ribeiro

Hi all,

I'm a Slackware user, but i decided to give Gentoo a try! :-)
Gentoo instalation uses kernel 2.6.12, and it doesn't have my ethernet 
card module.
It is the sis190, that have been added on 2.6.14, do i have to put 
another card while installing or is there another solution?


Thanks in advance!

Felipe Ribeiro
--
gentoo-user@gentoo.org mailing list