[gentoo-user] 2 GCC instances...

2004-01-30 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I've been using the latest gcc version available at portage, however I'm having problems compiling things like DrScheme. Is it possible to have a version of gcc like 2.95... for these cases? Can both versions coexist without problems? How? How can I then instruct the ebuild to compile

Re: [gentoo-user] rsync server

2004-01-17 Thread Paulo Jorge de Oliveira Cantante de Matos
Or for an automatic selection: mirrorselect -a -s 5 It'll select the best 5 mirrors for download! :D This is for download mirrors... Maybe you're asking for rsync mirrors. Then you need to do: netselect rsync.gentoo.org Then you get an address... for example: 212.79.254.44, then you do: rsync

Re: [gentoo-user] ATI Radeon Mobility 7500

2003-12-31 Thread Paulo Jorge de Oliveira Cantante de Matos
I have a 7500 Mobility in a FS-7110E laptop. Using latest gentoo sources (not 2.6.0). Using xfree-drm: [EMAIL PROTECTED] pmatos $ glxgears 4680 frames in 5.0 seconds = 936.000 FPS 6239 frames in 5.0 seconds = 1247.800 FPS 6185 frames in 5.0 seconds = 1237.000 FPS 5314 frames in 5.0 seconds =

[gentoo-user] Problems with services

2003-12-27 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I've added sometime ago sysklogd and vcron and now I use metalog and vixie-cron (which afaik is a rename for vcron) and I rc-updated del vcron and sysklogd but after an emerge I always get: * Caching service dependencies... * Service 'metalog' already provide 'logger'!; * Not adding

[gentoo-user] Installing Latex Packages

2003-12-17 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, What's the best way to install in Gentoo LaTeX packages? Best regards, -- Paulo J. Matos : pocm [_at_] mega . ist . utl . pt Instituto Superior Tecnico - Lisbon Computer and Software Eng. - A.I. - http://mega.ist.utl.pt/~pocm --- - God had a deadline... So, he

[gentoo-user] NFS and ifplugd

2003-12-16 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I have two questions: 1st - I have a laptop and a PC both running Gentoo and I would like to share the home folder between these everytime they are connected. I think NFS seems to be the way to go since both use reiserfs and should be server and client at the same time. Are there any docs

[gentoo-user] /sbin/splash

2003-12-16 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, This is an issue that is affecting everyone, a month or so ago while emerging system when I boot and shutdown messages from /sbin/splash show up a lot. Why isn't this working ok now? Is there any quick fix? Will there be any long term solution? Best regards, -- Paulo J. Matos : pocm

[gentoo-user] Software for 3D File Conversion under Portage

2003-11-29 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, Is there any software to convert 3DS files to OBJ files under portage? Best regards, -- Paulo J. Matos : pocm [_at_] mega . ist . utl . pt Instituto Superior Tecnico - Lisbon Computer and Software Eng. - A.I. - http://mega.ist.utl.pt/~pocm --- - God had a deadline...

[gentoo-user] Same OpenGL, different results in NVidia and Radeon

2003-11-26 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, The code included below in a computer running radeon shows up a projection of a cube, in a computer running nvidia shows up nothing. I'd please ask you to run it and reply to the list saying if it happens to you too. If you know why please explain me... I'm really not understanding why.

Re: [gentoo-user] Debugging OpenGL program returns error

2003-11-25 Thread Paulo Jorge de Oliveira Cantante de Matos
Do any OpenGL programs run? This looks like you've added SSE support on an architecture that doesn't support it. Try recompiling X11 with USE=-sse and see if that fixes it. I've disabled the sse flag and reemerged xfree, everything compiled correctly and everything runs correctly, however,

Re: [gentoo-user] Debugging OpenGL program returns error

2003-11-25 Thread Paulo Jorge de Oliveira Cantante de Matos
On Tue, 2003-11-25 at 02:10, Leendert van den Berg wrote: Yes, all OpenGL programs run. :D I'm using a Pentium 4, indeed I have use flag for sse set but I though sse was supported in Pentium 4. Well, I'll try to unset the flag and recompile X to see if gdb runs ok this time! Is there

[gentoo-user] Debugging OpenGL program returns error

2003-11-24 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I'm reading the OpenGL Programming Guide, latest edition. I've been able to check that after compiling OpenGL code and running it with GDB 6.0, an error will arise. In particular, select any OpenGL program from the book. Try the following: -- /*wrap.c*/

Re: [gentoo-user] Debugging OpenGL program returns error

2003-11-24 Thread Paulo Jorge de Oliveira Cantante de Matos
Matos On Tue, 2003-11-25 at 01:34, Andrew Farmer wrote: On Mon, 24 Nov 2003 15:15:52 -0800, Paulo Jorge de Oliveira Cantante de Matos muttered: Hi all, I'm reading the OpenGL Programming Guide, latest edition. I've been able to check that after compiling OpenGL code and running

Re: [gentoo-user] XFree loading incorrect driver

2003-11-19 Thread Paulo Jorge de Oliveira Cantante de Matos
Correct, working now, thx a lot! :D On Tue, 2003-11-18 at 22:27, Jesper Frickmann wrote: You will have to emerge xfree-drm again. Those kernel modules are stored with the standard kernelmodules in /lib/modules/version/video .. and go with the kernel. BR Jesper Paulo Jorge de Oliveira

Re: [gentoo-user] How can I adjust / limit the bandwidth used by my machine?

2003-11-18 Thread Paulo Jorge de Oliveira Cantante de Matos
Thanks a lot! :D Going to read it now! On Tue, 2003-11-18 at 06:53, Greg Donald wrote: On Tue, 18 Nov 2003, Zarick Lau wrote: Is it possible to limited the bandwidth used by my machine? Linux Advanced Routing Traffic Control HOWTO: http://lartc.org/howto/index.html -- Paulo J. Matos

[gentoo-user] XFree loading incorrect driver

2003-11-18 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I've upgraded my kernel from gentoo-sources 2.4.20-r5 to r8, used genkernel (which is great), hotplug, etc. However I lost DRI. Now direct rendering is off and I can't get it back on. I have radeon module from xfree-drm loaded but it's not being used becase Xfree (using the latest) is

Re: [gentoo-user] An F in an ebuild description?

2003-11-18 Thread Paulo Jorge de Oliveira Cantante de Matos
Thanks a lot! On Tue, 2003-11-18 at 18:11, Andrew Gaffney wrote: Paulo Jorge de Oliveira Cantante de Matos wrote: Hi all, Can someone please explain me what the following F means? [ebuildFU ] media-video/realplayer-8-r7 [8-r6] It means that the file will have to be fetched

[gentoo-user] Portage is getting too confusing...

2003-11-17 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, Portage is lately s strange. Check the following problems: I don't know why portage wants me to install [ebuild N] sys-kernel/mm-sources-2.6.0_beta9-r2 but I don't want it and it seems it doesn't matter what I want. It's not in the world file. [blocks B ]

RE: [gentoo-user] Portage is getting too confusing...

2003-11-17 Thread Paulo Jorge de Oliveira Cantante de Matos
Thanks, it solved the problem of the mm-sources but none of the others... :( Any more ideas? Best regards, Paulo Matos On Mon, 2003-11-17 at 22:03, Jeffrey Smelser wrote: Look in virtuals.. Portage seems to hate cleaning up after itself there.. that will help what was unmerged, then later

Re: [gentoo-user] Re: Texpower emerge halts

2003-11-16 Thread Paulo Jorge de Oliveira Cantante de Matos
This is just great! :) Thanks a lot Mike, it's working now! Best regards, Paulo Matos On Sun, 2003-11-16 at 05:07, Mike Gardiner wrote: Hi Paolo, Thanks for reporting this. It was due to the latex-package eclass being a bit too agressive with which .tex files it tried to remake for

[gentoo-user] depgraph creation failed

2003-11-15 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I've just emerged sync and then I did: euler root # emerge -up --deep world These are the packages that I would merge, in order: Calculating world dependencies \ emerge: there are no masked or unmasked ebuilds to satisfy sys-apps/bzip2. !!! Problem with ebuild dev-php/mod_php-4.3.4

[gentoo-user] Portage Master Problems

2003-11-15 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I've tried to run portage master but I had an exception: euler root # portagemaster Exception in thread main java.lang.ArrayIndexOutOfBoundsException: 100 at logic.Helper.getCategories(Unknown Source) at fsl.FileFilter.init(Unknown Source) at

[gentoo-user] Texpower emerge halts

2003-11-15 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I've tried to emerge texpower but after: euler root # emerge texpower Calculating dependencies ...done! emerge (1 of 1) dev-tex/texpower-0.0.9d to / md5 src_uri ;-) texpower-0.0.9d.tar.gz md5 src_uri ;-) texpower-doc-pdf-0.0.9d.tar.gz Unpacking source... Unpacking

Re: [gentoo-user] Gaim/MSN problem

2003-11-14 Thread Paulo Jorge de Oliveira Cantante de Matos
Using Gaim I can't connect to MSN if I'm behind a firewall, but I can't connect to ICQ servers. If I'm not behind a firewall I can connect to wherever I want. On Thu, 2003-11-13 at 10:26, Jose Gonzalez Gomez wrote: I've been unable to connect to MSN using gaim (v0.71 and 0.72) during the

[gentoo-user] Threads closed in evolution

2003-11-14 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, Is there a way to configure evolution to see the mail in a thread like view but with the threads closed? Best regards, -- Paulo J. Matos : [EMAIL PROTECTED] Instituto Superior Tecnico - Lisbon Computer and Software Eng. - A.I. - http://mega.ist.utl.pt/~pocm --- - God had a

[gentoo-user] Gnome2 print compilation error

2003-11-13 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi, When I emerge gnome2-print I get the following error: emerge (6 of 97) dev-perl/gnome2-print-0.5 to / Downloading http://www.gtlib.cc.gatech.edu/pub/gentoo/distfiles/Gnome2-Print-0.5.tar.gz --04:50:48-- http://www.gtlib.cc.gatech.edu/pub/gentoo/distfiles/Gnome2-Print-0.5.tar.gz

Re: [gentoo-user] Portage seems to be against my will

2003-11-13 Thread Paulo Jorge de Oliveira Cantante de Matos
I used to have simgear and flightgear installed for some time but last week I unemerged them. However when I make emerge -up --deep world now I get [ebuild N] dev-games/simgear-0.3.4 [ebuild N] games-simulation/flightgear-0.9.3 as the last lines of the list! I don't want

[gentoo-user] Portage seems to be against my will

2003-11-11 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I used to have simgear and flightgear installed for some time but last week I unemerged them. However when I make emerge -up --deep world now I get [ebuild N] dev-games/simgear-0.3.4 [ebuild N] games-simulation/flightgear-0.9.3 as the last lines of the list! I don't want

[gentoo-user] Gaim smilies animated or not

2003-11-10 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I have two gentoo systems. One has Gaim for a long time and it has very nice animated smilies and I just emerged gaim and gaim-smilies on the other one. Both have the same latest version of both ebuilds. However the first has animated smilies while the other has not. Any ideas? Is this a

Re: [gentoo-user] lpt

2003-11-10 Thread Paulo Jorge de Oliveira Cantante de Matos
modprobe lp BUild it as a module... Character Devices - Parallel Printer Support. Best regards, Paulo Matos On Mon, 2003-11-10 at 11:51, Ryan wrote: howdie all i built my machine a while ago , and didnt think i needed my paralel ports working but now i want to use them . I have lpt

Re: [gentoo-user] Gaim smilies animated or not

2003-11-10 Thread Paulo Jorge de Oliveira Cantante de Matos
Is the non-animated one using GTK1 instead of GTK2? Just an idea. Unfortunately you're not right. Both were built with GTK2 flag enabled. Any ideas? Best regards, Paulo Matos MAL -- [EMAIL PROTECTED] mailing list -- Paulo J. Matos : [EMAIL PROTECTED] Instituto Superior Tecnico

Re: [gentoo-user] Gaim smilies animated or not

2003-11-10 Thread Paulo Jorge de Oliveira Cantante de Matos
On Mon, 2003-11-10 at 13:49, Hall Stevenson wrote: On Mon, 2003-11-10 at 06:24, Paulo Jorge de Oliveira Cantante de Matos wrote: Hi all, I have two gentoo systems. One has Gaim for a long time and it has very nice animated smilies and I just emerged gaim and gaim-smilies on the other

Re: [gentoo-user] Openssl error after update

2003-11-10 Thread Paulo Jorge de Oliveira Cantante de Matos
You should run: revdep-rebuild --soname libssl.so.0.9.6 revdep-rebuild --soname libcrypto.so.0.9.6 On Mon, 2003-11-10 at 20:38, Chris wrote: Which programs would need recompiled? On Monday 10 November 2003 01:53 pm, Jeffrey Smelser wrote: openssl breaks a bunch of programs.. You need to

[gentoo-user] Multiple instances of phpBB

2003-11-07 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I'm having 2 sites served on my gentoo box, each should have it's own phpBB instance. So, I'd need to have 2 instances of phpBB installed in different directories. How can I do that? I've emerged it once and it installed to /home/httpd/htdocs/phpbb, but if I emerge it again it'll

Re: [gentoo-user] Backups?

2003-11-06 Thread Paulo Jorge de Oliveira Cantante de Matos
Using rdiff-backup. Nice app! You can rdiff for a different machine and add a line to cron to do that automatically! :D On Mon, 2003-11-03 at 01:05, Rick [Kitty5] wrote: What do people do / recommend for backing up? -- Paulo J. Matos : [EMAIL PROTECTED] Instituto Superior Tecnico - Lisbon

[gentoo-user] Sharing Printer only among Gentoo systems

2003-11-03 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I'm in a network of Gentoo systems. I'd like to know the best way to share a printer. I imagine that if I was in a mixed network (win/linux) the best was to use Samba but since the systems are only Gentoo, are there other options (more efficient, better options)? Best regards, -- Paulo

Re: [gentoo-user] rdiff-backup needs ssh server?

2003-10-27 Thread Paulo Jorge de Oliveira Cantante de Matos
On Fri, 2003-10-24 at 10:30, Matthias F. Brandstetter wrote: you can use rdiff-backup from host A to B, or vice versa from B to A; rdiff-backup has to be installed on both sides. if you want to use it via SSH and automate this process (via cron for example), then you have to use

Re: [gentoo-user] WYSIWYG WebPage Editor/Designer

2003-10-27 Thread Paulo Jorge de Oliveira Cantante de Matos
server in the future who allow the purchase of static IPs. If your IP is dynamic how were you able to host a homepage? How have you managed that huge problem? Best regards, Paulo Matos Kevin On Saturday 25 October 2003 11:07 am, Paulo Jorge de Oliveira Cantante de Matos wrote: Thanks

Re: [gentoo-user] Gnome icon theme question

2003-10-25 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi, Yes, I think you can. They are usually 48x48. Click on them with the right mouse button and then change the icon to a smaller one. In the package gentoo-artwork you get icons 32x32. Hope this helps. Best regards, Paulo Matos On Thu, 2003-10-23 at 09:19, Zarick Lau wrote: Hi, I know

[gentoo-user] WYSIWYG WebPage Editor/Designer

2003-10-25 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I need to create a website but I really do not want to get my hands dirty with HTML. I've looked at BlueFish and Screem. Is there any M$ FrontPage alike software for Gentoo? Best regards, -- Paulo J. Matos : [EMAIL PROTECTED] Instituto Superior Tecnico - Lisbon Computer and Software

Re: [gentoo-user] WYSIWYG WebPage Editor/Designer

2003-10-25 Thread Paulo Jorge de Oliveira Cantante de Matos
view your web site there. I highly recommend learning XHTML and CSS. If you do not know HTML, you will find that XHTML is really easy to learn. You can always borrow CSS layouts from various web sites. On Saturday 25 October 2003 8:01 am, Paulo Jorge de Oliveira Cantante de Matos wrote

Re: [gentoo-user] Mailinglist-archive

2003-10-25 Thread Paulo Jorge de Oliveira Cantante de Matos
Are you searching for something like mailman? emerge mailman Best regards, Paulo Matos On Fri, 2003-10-24 at 18:29, Dennis Freise wrote: Hi Maybe this is a bit offtopic, since it is not gentoo-related, but maybe someone here knows something I don't :) I'm searching for an open-source

[gentoo-user] rdiff-backup needs ssh server?

2003-10-24 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I have a server A and a laptop B and I wish A to backup files of B into some backup dir in A. Does B need to have an ssh server or something similar? I need to start rdiff-backup in B? How, if there's no init file in /etc/init.d? Can someone please explain this to me? Best regards, --

Re: [gentoo-user] iTunes on linux?

2003-10-22 Thread Paulo Jorge de Oliveira Cantante de Matos
On Tue, 2003-10-21 at 11:30, gabriel wrote: On October 21, 2003 03:35 am, Lotas Smartman wrote: so, this rythm box. this installed by emerge? ill check it out. does it do CD ripping? Thanks. if you want cd ripping and you're on a kde platform, k3b is pretty damn cool. if you're on a

[gentoo-user] Space left

2003-10-21 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi, How do I know how much space left I have in each partition? Best regards, -- Paulo J. Matos : [EMAIL PROTECTED] Instituto Superior Tecnico - Lisbon Computer and Software Eng. - A.I. - http://mega.ist.utl.pt/~pocm --- - God had a deadline... So, he wrote it all in

Re: [gentoo-user] What Happened to my disk space

2003-10-20 Thread Paulo Jorge de Oliveira Cantante de Matos
rm /usr/portage/distfiles/* will help! On Mon, 2003-10-20 at 06:59, Kevin Miller, Jr. wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After I realized that OpenOffice 1.1 was failing because of a lack of disk space, I decided to see how much free space I had. I was surprised:

Re: [gentoo-user] Luck with blueglass-xcursors in Gnome2?

2003-10-19 Thread Paulo Jorge de Oliveira Cantante de Matos
.Xresources instead: Xcursor.size: 16 Xcursor.theme: Blue-0.4 Blue-0.4 is the directory where i stored the blueglass cursors, under /usr/share/cursors/xfree. Paulo Jorge de Oliveira Cantante de Matos wrote: Hi all, Has anyone had any luck with putting blueglass-xcursors working under

[gentoo-user] Luck with blueglass-xcursors in Gnome2?

2003-10-18 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, Has anyone had any luck with putting blueglass-xcursors working under gnome2? My .Xdefaults has the following: Xcursor.theme: Blue But I have no luck since they show up when X starts but while Gnome2 is starting up they just disappear and are replaced but the Gnome default ones. Any

[gentoo-user] Eroaster Digest Problem

2003-10-17 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, Is this usual or is it just me? --23:05:53-- ftp://darkstar.ist.utl.pt/pub/gentoo/distfiles/eroaster-2.1.0.tar.gz = `/usr/portage/distfiles/eroaster-2.1.0.tar.gz' Resolving darkstar.ist.utl.pt... done. Connecting to darkstar.ist.utl.pt[193.136.198.175]:21... connected. Logging

[gentoo-user] Gentoo support for Home Automation

2003-08-28 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, Is there any support in Gentoo for Home Automation? Anyone using Gentoo for serving Home Automation applications, etc? I'd like to know about your experiences. Best regards, Paulo J. Matos -- [EMAIL PROTECTED] mailing list

[gentoo-user] Sound very low

2003-07-18 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I've downloaded a movie and the sound is very low in my laptop even when I put totem volume bar in the maximum and the gnome sound bar also in the maximum. Is there a way to amplify the sound so I can hear it? Best regards, Paulo J. Matos -- [EMAIL PROTECTED] mailing list

[gentoo-user] Syncronizing directories

2003-07-14 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I have a situation I don't know how to solve it. I have a PC and a laptop usually connected to each other and each of them have a directory that should be syncronized. I mean, when I change the contents of the directory in one place, issuing a command in the other place should make it up

[gentoo-user] Serious Texmacs ebuild Problem

2003-07-13 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, No matter which texmacs version I emerge I always get: [EMAIL PROTECTED] pmatos $ texmacs Fatal error: guile seems not to be installed on your system in 'install_texmacs' I've tried to emerge emacs in a new gentoo system (just after bootstraping it) and I get the same after emerge.

Re: [gentoo-user] Configuring phppgadmin with conf.d/apache2

2003-07-10 Thread Paulo Jorge de Oliveira Cantante de Matos
I don't know, I neved used apache2, how can I do that? Best regards, Paulo J. Matos Did you update your apache config files to handle .php and .phps pages (and the index.php page as well)? Tom Veldhouse -- [EMAIL PROTECTED] mailing list

[gentoo-user] Texmacs emerge

2003-07-08 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, After emerging latest texmacs version I get the following: [EMAIL PROTECTED] pmatos $ texmacs Fatal error: guile seems not to be installed on your system in 'install_texmacs' Even if I send optional command line arguments like -d, --debug-all, etc. I always get that. texmacs version is

[gentoo-user] Sharing distfiles, or... creating distfiles cache

2003-07-06 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I have a PC running gentoo 24 hours a day and usually my laptop is connected to it and also running gentoo. Since I pay to my ISP every MB I download I'd like to know if has anyone ever tried to create a distfiles cache to that my laptop requests package of the ebuild to my PC and if the

[gentoo-user] Anjuta not being emerged (was: Anjuta version)

2003-07-04 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I've renamed ebuild anjuta-1.1.1 to anjuta-1.1.97 and then I did: ebuild /usr/portage/dev-util/anjuta/anjuta-1.1.97.ebuild digest and everything went just fine. Then I did: euler root # emerge -up dev-util/anjuta-1.1.97.ebuild These are the packages that I would merge, in order:

[gentoo-user] Anjuta version

2003-07-03 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I'm using the latest anjuta on portage, anjuta 1.0.2 but anjuta homepage mentions a release 1.1.97. Any ideas when this will be available in portage? Maybe some of you might also help me with the following: I'm using glade 2.0.0 and when in anjuta I try to create a GUI clicking Project -

[gentoo-user] Pretty Linux

2003-07-01 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, Just a curiosity, try to search in Google for: pretty linux. Surprise! Gentoo Linux Homepage is the first to come up! :D Best regards, Paulo J. Matos -- [EMAIL PROTECTED] mailing list

[gentoo-user] Icons tarball

2003-07-01 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I've downloaded from Gentoo Page a tarball with a lot of very nice icons. Is there a way to load them automaticly and to use them instead of the default ones? Best regards, -- Paulo J. Matos : [EMAIL PROTECTED] Instituto Superior Tecnico - Lisbon Computer Science and Software Eng. - AI

[gentoo-user] File Sharing between Linuxes

2003-07-01 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I have two computers running gentoo and they are connected through network cards. How can I share files between them? Best regards, Paulo J. Matos -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Setting up a DHCP Server

2003-06-24 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi, I've done it in a quite simple way: emerge dhcp rc-update add dhcp default (do not reboot) configure conf.d/dhcp the interfaces you want the dhcp server to be listening to. I have two networks that are requesting addresses so I have two listening interfaces. Then you put dhcpd.conf in your

[gentoo-user] Emacs with Ilisp

2003-06-08 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, Package Ilisp has xemacs has dependencies but I would like to use it with Gnu Emacs instead of xemacs. How can I do that? Best regards, Paulo J. Matos -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Root user password problems

2003-06-06 Thread Paulo Jorge de Oliveira Cantante de Matos
Thanks all for all your help. I did this and now I'm able to login as root again. :) Best regards, Paulo Matos __ From: Patrick Börjesson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [gentoo-user] Root user

Re: [gentoo-user] Init not found?

2003-06-06 Thread Paulo Jorge de Oliveira Cantante de Matos
Wow Chris, Great shot... :) When I read your post I though... Oh, I'd not forget such a thing, I'm sure that's correct. But damn, I'm desperate, let me check. And BUMM, you're right. I've changed it and everything now starts just about ok in my laptop. ;) Best regards, Paulo Matos

[gentoo-user] Laptop and Network under Gentoo

2003-06-05 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, Today I've bought a laptop FujitsuSiemens E7110 with wireless lan, modem and network card. It came with winXP. I've 3 computers. a server running gentoo linux and two others (one for my mum and other for my little brother) running windows. My server has 3 netword cards. eth0 - Home LAN

[gentoo-user] gkrellm sensors with Asus

2003-06-03 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I've bought an Asus A7V8X-Lan and compiled gkrellm. Unfortunately it is not detecting motherboard sensors. I've never had any motherboard with sensors before so I do not know how they work. Is it possible to make this work with my motherboard? Do I need to recompile the kernel with any

[gentoo-user] Compiling lm-sensors

2003-06-03 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I have vanilla-sources 2.4.20 and I've compiled it with all i2c stuff as modules. Then I emerged lm-sensors that required i2c-2.7.0. When starting to compile i2c-2.7.0 I got: Makefile:188: kernel/i2c-core.d: No such file or directory Makefile:188: kernel/i2c-dev.d: No such file or

[gentoo-user] environment too big for exec?

2003-06-03 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, While starting up gentoo I get: Cleaning /var/lock, /var/run xargs: environment too big for exec. How can I solve this situation? I don't see a problem in it since I can run gentoo as usually but somehow it bothers me to see that line. :) Best regards, Paulo J. Matos -- [EMAIL

Re: [gentoo-user] gkrellm sensors with Asus

2003-06-03 Thread Paulo Jorge de Oliveira Cantante de Matos
] gkrellm sensors with Asus On Mon, Jun 02, 2003 at 10:30:42AM -0400, Budd, Tracy wrote: On Mon, Jun 02, 2003 at 03:25:37PM +, Paulo Jorge de Oliveira Cantante de Matos wrote: Hi all, I've bought an Asus A7V8X-Lan and compiled gkrellm. Unfortunately it is not detecting motherboard

[gentoo-user] Updating gcc

2003-04-01 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I'm getting: localhost root # emerge -u gcc Calculating dependencies ...done! emerge (1 of 1) sys-devel/gcc-3.2.2-r2 to / md5 ;-) gcc-3.2.2.tar.bz2 md5 ;-) gcc-3.2.2-branch-update-20030322.patch.bz2 md5 ;-) gcc-3.2.2-tls-update2.patch.bz2 Unpacking source... Unpacking

[gentoo-user] Internet Sharing

2003-03-05 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I'm using latest gentoo kernel sources and I have iptables 1.2.7a. I've ran the commands: localhost root # iptables -t nat -F localhost root # iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE where eth1 is my external interface (to the internet). Anyway, I'm still not able to share

[gentoo-user] Samba

2003-02-21 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, After emerging Samba and following the tips from gentoo webpage I started Samba. I get: lpstat: Unable to connect to server : Connection refused. Does anyone know what this means? Do I need to emerge any other application? I'm using cups and I have already emerged cups. Any ideas? Best