[gentoo-user] adsl rp-pppoe - new baselayout problem

2006-06-11 Thread Francisco J. A. Ares
Hi all

Could anyone point me to some resource or share his/her /etc/conf.d/net* ?

I was using the (nowadays) old /etc/init.d/rp-pppoe script to
start/stop my adsl connection, but I did an emerge world without
looking at the messages that now the net script should handle all
possible types of connection, so now I don't know how to configure it.

I have seen on the posts and on the foruns, but none of the presented
configurations has worked.  PPPoE _is_ working, thanks to tkpppoe, but
I'd prefer to go back to the init script.

Thanks
Francisco
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] adsl rp-pppoe - new baselayout problem

2006-06-11 Thread Francisco J. A. Ares
Raymond Lewis Rebbeck wrote:
 On Monday, 12 June 2006 3:49, Francisco J. A. Ares wrote:
   
 Hi all

 Could anyone point me to some resource or share his/her /etc/conf.d/net*
 ?

 I was using the (nowadays) old /etc/init.d/rp-pppoe script to
 start/stop my adsl connection, but I did an emerge world without
 looking at the messages that now the net script should handle all
 possible types of connection, so now I don't know how to configure it.

 I have seen on the posts and on the foruns, but none of the presented
 configurations has worked.  PPPoE _is_ working, thanks to tkpppoe, but
 I'd prefer to go back to the init script.

 Thanks
 Francisco
 

 Have you read /etc/conf.d/net.example?

   

Yes, I did, but id didn't help.  I've also read the Gentoo installation
manual, where it says that the /etc/conf.d/net should consist of only
2 lines, and it also didn't solved my problem - I also have
/etc/ppp/pap-secrets correctly (I think) configured.

Surely I'm missing something, but can't find what.

Thanks anyway
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: adsl rp-pppoe - new baselayout problem

2006-06-11 Thread Francisco J. A. Ares
Sven Köhler wrote:
 I was using the (nowadays) old /etc/init.d/rp-pppoe script to
 start/stop my adsl connection, but I did an emerge world without
 looking at the messages that now the net script should handle all
 possible types of connection, so now I don't know how to configure it.
 

 config_ppp0=( ppp )
 plugins_ppp0=( pppoe )
 link_ppp0=eth1
 username_ppp0=...
 pppd_ppp0=(
 noauth
 defaultroute
 holdoff 0
 )
 depend_ppp0() {
 need net.eth1
 }


 /etc/init.d/net.ppp0 must be a link to net.lo
 replace eth1 by whatever you're using.

   
Thanks a lot.  Gonna finish other stuff, and as soon as possible gonna
give it a try

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How do I mount a compact flash?

2006-05-04 Thread Francisco J. A. Ares
Vladimir G. Ivanovic wrote:
 On Thu, 2006-05-04 at 21:14 +0100, Ognjen Bezanov wrote:
   
 On Thursday 04 May 2006 18:59, K. Mike Bradley wrote:
 
 How do I mount a compact flash?
   
 depends on the interface

 is it a USB/PCMCIA/builtin CF reader?

 because they all have different ways of accessing. The most popular is the 
 usb 
 device, so you will need the usb-storage module and associated libraries
 

 I have the modules usb-storage loaded, but I still don't get any devices
 like /dev/sda or /dev/sda1.

 # lsmod | fgrep usb
 usb_storage71872  0
 scsi_mod  109352  1 usb_storage
 usbhid 41888  0

 --- Vladimir
   
 The device should come up as /dev/sd[a,b,c...] (depending on how many usb 
 storage devices you have installed.
 -- 
 http://ziva-vatra.dnsalias.com/~ognen



 

 Vladimir G. Ivanovic
 Palo Alto, CA 94306
 +1 650 678 801

on my system it is /dev/uba1, just don't ask me why ;)

try a ls -tlr /dev/ and it will give you the directory listing of /dev
reverse sorted by time, so the last lines will be the most recent
changes to the /dev tree, most probably the last line will be your device.

Hope this helps
Francisco


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] looking for a good c++ IDE for demons...

2006-02-26 Thread Francisco J. A. Ares
Wolfgang Liebich wrote:

Hi,
I'm developing a C++ application which runs as a UNIX demon or windows
service. Until now I'm used mainly xemacs, but since I learned about
better IDEs (for example the JAVA developers have IDEA), I'm looking for
something like this for c++. I tried snavigator, but this tool seems to
get confused by multiple inheritance (which is used in my project).
Mainly I would search for a good class navigator. 
Is there something to recommend?
Ciao,
Wolfgang
  

Take a look at Eclipse and its projects, specially CDT

http://www.eclipse.org/
http://www.eclipse.org/cdt

They're both in portage, alongo with several other Eclipse plug-ins, including 
repository integration for subversion and CVS

Francisco

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Open Source cross-platform video conferencing?

2006-02-26 Thread Francisco J. A. Ares
Mark Knecht wrote:

Hi,
   I wonder if anyone knows about a solution for Open Source video
conferencing that would allow people using Linux, Windows and Macs to
get together in a single cross-platform conference?

Thanks,
Mark

  

Not 100% Open Source:

- MSN for Windows
- aMSN for Linux - http://amsn.sourceforge.net/
- aMSN for Macs - http://www.cmq.qc.ca/4w/amsn/

Francisco

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] localization

2005-09-03 Thread Francisco J. A. Ares
Hi,

I would like to know which is the right locale setting for compiling
e.g. KDE and Mozilla in my own language.  Mozilla is a good example,
because in an earlier version all labels and everything else was in my
home language.

This is what I already have set in my environment:

I18N=pt_BR
LANG=pt_BR
LANGUAGE=pt_BR
LC_ALL=pt_BR
LINGUA=pt_BR
LINGUAS=pt_BR
LOCALE=pt_BR

By the way, OpenOffice is currently in my home language and WindowMaker
has mixed english and brazillian portuguese texts.

Am I missing any?

I am looking at the Gentoo Wiki about UTF-8:  is it the right thing to
do the best localization?

Thanks
Francisco
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] how to control portage space usage

2005-08-07 Thread Francisco J. A. Ares
Fernando Meira wrote:

 Ok, so running through that forum I decided to try out some of the
 scripts to clean stale distfiles.
 The first one (distcleaner-0.0.2) returned a lot of errors. The second
 (distmaint.py) was too weird. Finally, (distclean.sh) seemed to be ok,
 and freed 255 MB. I could then end my emerge (eclipse). After the
 emerge I end-up with 805Mb free.

 As you say Holly, this is far from enough if I want to compile
 something big and also maybe for smaller apps. Which means that I have
 a problem.
 In fact, I have a 38GB disk on my laptop. My mistake was that I
 assumed that gentoo was not so space-consuming. Now I'll have to make
 some modifications, redo my partitions. What I would like was to clean
 once per all my windoz partition (9GB)... but from time to time I need
 it.. unless I find a replacement to all the things I need from there.

 Anyway, thanks for the replies.
 If someone has a nice script to maintain distfiles under control let
 me know. ;)

 Cheers,
 Fernando.


Not a script, but I have some machines with /usr/portage NFS'd to a
server (I'm thinking about doing the same with /var/tmp/portage/ also,
but don't know how to lock it to avoid colisions).

If you have a desktop, you can do the same, and also use distcc to
accelerate the builds.

Francisco

-- 
gentoo-user@gentoo.org mailing list