[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 one of the other gcc
version? 


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 wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



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 212.79.254.44:: 
(DON'T FORGET ::)

You'll not get the name addr from the rsync header and put that under
your RSYNC var in make.conf.

Hope that helps.

Best regards,

Paulo Matos

On Fri, 2004-01-16 at 08:57, Olli wrote:
 Hi all!
 How I can define my rsync server? I do not want to download new portage from
 USA, when there is very fast mirror in Finland.
 
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 

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 wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



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 = 1062.800 FPS
6223 frames in 5.0 seconds = 1244.600 FPS
Broken pipe


Do you want my config files?


Best regards,

Paulo Matos

On Mon, 2003-12-29 at 20:28, Greg Bolshaw wrote:
 Is there anyone out there with the above graphics card that can get a higher 
 framerate? I've read of people getting 2000+ FPS with this card, but aren't sure 
 what I'm missing.
 
 I'm using the 2.6.0 kernel with the following compiled in:
 * /dev/agpgart (AGP Support)
 *   Intel 440LX/BX/GX, I8xx and E7x05 chipset support
 [*] Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
 [*] ATI Radeon
 
 $ lspci
 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW 
 [Radeon Mobility 7500]
 
 $ glxinfo|grep direct
 direct rendering: Yes
 
 $ glxgears
 2716 frames in 5.0 seconds = 543.200 FPS
 2775 frames in 5.0 seconds = 555.000 FPS
 2773 frames in 5.0 seconds = 554.600 FPS
 2773 frames in 5.0 seconds = 554.600 FPS
 2774 frames in 5.0 seconds = 554.800 FPS
 
 Thanks in anticipation.
 
 Greg
-- 

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 wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



[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 service 'sysklogd'...
 *  Service 'vcron' already provide 'cron'!;
 *  Not adding service 'vixie-cron'...

How can I solve this?
-- 

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 wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



[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 wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



[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 for doing
this?

2nd - I'm using ifplugd so I added ifplugd to default level and removed
net.eth* scripts. Ifplugd starts my network ok using eth0 at boot but if
I remove the cable from my laptop and then I connected again, it'll not
recognize my network. Isn't this what it is supposed to do? Why isn't
this working? My /etc/conf.d/ifplugd is:
INTERFACES=eth0

AUTO=yes
BEEP=yes
IGNORE_FAIL=yes
IGNORE_FAIL_POSITIVE=no
IGNORE_RETVAL=yes
POLL_TIME=1
DELAY_UP=0
DELAY_DOWN=0
API_MODE=auto
SHUTDOWN=yes
WAIT_ON_FORK=no
MONITOR=no
ARGS=


I've checked the manpage but there is no reference to these variables...
Any ideas on this problem?

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 wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



[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 [_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 wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



[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...
So, he wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



[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.

- Code: compiled with:
-gcc main.c -o test -lGL -lGLU -lglut
-
#include stdio.h
#include GL/glut.h
#include snapshot.h


void init(void) {
  glClearColor(0.0, 0.0, 0.0, 0.0);

}

void display(void) {

  glClear(GL_COLOR_BUFFER_BIT);

  glColor3f(1.0,1.0,1.0);
  glutWireCube(2.0);

}

void keyboard(unsigned char key, int x, int y) {


  switch(key) {
  case 27:
exit(0);
break;
  case 's':
  case 'S':
break;
  default:
break;
  }
}

void reshape(GLsizei w, GLsizei h) {

  //prevent divide by 0
  if(h == 0) h = 1;

  glViewport(0, 0, w, h);
  glMatrixMode(GL_PROJECTION);
  glLoadIdentity();

  //Establish clipping volume (left, right, bottom, top, near, far)
  gluPerspective(60.0, (GLdouble) w/ (GLdouble) h, 3.0, 6.0);
  gluLookAt(0.0, 0.0, 5.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0);

  glMatrixMode(GL_MODELVIEW);
  glLoadIdentity();
}

int main(int argc, char *argv[]) {

  glutInit(argc, argv);
  glutInitDisplayMode(GLUT_RGB);
  glutInitWindowSize(250, 250);
  glutInitWindowPosition(100, 100);
  glutCreateWindow(EcoSim);
  init();
  glutReshapeFunc(reshape);
  glutDisplayFunc(display);
  glutKeyboardFunc(keyboard);
  glutMainLoop();

  return 0;
}




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 wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



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, I get exactly the same
problem with GDB. Any ideas?

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 wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



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 any way to see if my processor has sse support?
 
 Yes, the Pentium 4 should have SSE. You can verify this by looking at the flags
 section when you do cat /proc/cpuinfo
 

flags   : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm

So, it seems I have sse after all. :) But still, gdb doesn't run. :( Has
anyone tried successfuly to debug the program I attached?

Best regards,

Paulo

(gdb) run
Starting program: /home/pmatos/ist/mvt/labs/openglbk-edit/wrap
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 5583)]
 
Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread 16384 (LWP 5583)]
0x406567ff in _mesa_test_os_sse_exception_support ()
   from /usr/X11R6/lib/modules/dri/radeon_dri.so
(gdb)
   
   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 don't think it is SSE related at all.
 
 Try running the following program in gdb:
 
 int main()
 {
int abc = 2, bcd = 0;
abc /= bcd;
 
return 0;
 }
 it should give you the very same error.
 
 I am guessing that the _mesa_test_os_sse_exception_support () function is
 testing arithmetic/floating point exceptions, but when you run under gdb, gdb
 will intercept for example the SIGFPE signal (Floating Point Exception) instead.
 
 Leendert
 
 --
 [EMAIL PROTECTED] mailing list
-- 

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 wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



[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*/

/*
 * Copyright (c) 1993-1999, Silicon Graphics, Inc.
 * ALL RIGHTS RESERVED 
 * Permission to use, copy, modify, and distribute this software for 
 * any purpose and without fee is hereby granted, provided that the
above
 * copyright notice appear in all copies and that both the copyright
notice
 * and this permission notice appear in supporting documentation, and
that 
 * the name of Silicon Graphics, Inc. not be used in advertising
 * or publicity pertaining to distribution of the software without
specific,
 * written prior permission. 
 *
 * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU AS-IS
 * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,
 * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR
 * FITNESS FOR A PARTICULAR PURPOSE.  IN NO EVENT SHALL SILICON
 * GRAPHICS, INC.  BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,
 * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY
 * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,
 * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF
 * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC.  HAS BEEN
 * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON
 * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE
 * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.
 * 
 * US Government Users Restricted Rights 
 * Use, duplication, or disclosure by the Government is subject to
 * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph
 * (c)(1)(ii) of the Rights in Technical Data and Computer Software
 * clause at DFARS 252.227-7013 and/or in similar or successor
 * clauses in the FAR or the DOD or NASA FAR Supplement.
 * Unpublished-- rights reserved under the copyright laws of the
 * United States.  Contractor/manufacturer is Silicon Graphics,
 * Inc., 2011 N.  Shoreline Blvd., Mountain View, CA 94039-7311.
 *
 * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.
 */

/*  wrap.c
 *  This program texture maps a checkerboard image onto
 *  two rectangles.  This program demonstrates the wrapping
 *  modes, if the texture coordinates fall outside 0.0 and 1.0.
 *  Interaction: Pressing the 's' and 'S' keys switch the
 *  wrapping between clamping and repeating for the s parameter.
 *  The 't' and 'T' keys control the wrapping for the t parameter.
 *
 *  If running this program on OpenGL 1.0, texture objects are
 *  not used.
 */
#include GL/glut.h
#include stdlib.h
#include stdio.h

/*  Create checkerboard texture */
#define checkImageWidth 64
#define checkImageHeight 64
static GLubyte checkImage[checkImageHeight][checkImageWidth][4];

#ifdef GL_VERSION_1_1
static GLuint texName;
#endif

void makeCheckImage(void)
{
   int i, j, c;

   for (i = 0; i  checkImageHeight; i++) {
  for (j = 0; j  checkImageWidth; j++) {
 c = i0x8)==0)^((j0x8))==0))*255;
 checkImage[i][j][0] = (GLubyte) c;
 checkImage[i][j][1] = (GLubyte) c;
 checkImage[i][j][2] = (GLubyte) c;
 checkImage[i][j][3] = (GLubyte) 255;
  }
   }
}

void init(void)
{
   glClearColor (0.0, 0.0, 0.0, 0.0);
   glShadeModel(GL_FLAT);
   glEnable(GL_DEPTH_TEST);

   makeCheckImage();
   glPixelStorei(GL_UNPACK_ALIGNMENT, 1);

#ifdef GL_VERSION_1_1
   glGenTextures(1, texName);
   glBindTexture(GL_TEXTURE_2D, texName);
#endif

   glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
   glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_REPEAT);
   glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST);
   glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST);
#ifdef GL_VERSION_1_1
   glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, checkImageWidth,
checkImageHeight, 
0, GL_RGBA, GL_UNSIGNED_BYTE, checkImage);
#else
   glTexImage2D(GL_TEXTURE_2D, 0, 4, checkImageWidth, checkImageHeight, 
0, GL_RGBA, GL_UNSIGNED_BYTE, checkImage);
#endif
}

void display(void)
{
   glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
   glEnable(GL_TEXTURE_2D);
   glTexEnvf(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_DECAL);
#ifdef GL_VERSION_1_1
   glBindTexture(GL_TEXTURE_2D, texName);
#endif

   glBegin(GL_QUADS);
   glTexCoord2f(0.0, 0.0); glVertex3f(-2.0, -1.0, 0.0);
   glTexCoord2f(0.0, 3.0); glVertex3f(-2.0, 1.0, 0.0);
   glTexCoord2f(3.0, 3.0); glVertex3f(0.0, 1.0, 0.0);
   glTexCoord2f(3.0, 0.0); glVertex3f(0.0, -1.0, 0.0);

   glTexCoord2f(0.0, 0.0); glVertex3f(1.0, -1.0, 0.0);
   glTexCoord2f(0.0, 3.0); glVertex3f(1.0, 1.0, 0.0);
   glTexCoord2f(3.0, 3.0); glVertex3f(2.41421, 1.0, -1.41421);
   glTexCoord2f(3.0, 0.0); glVertex3f(2.41421, -1.0, -1.41421);
   glEnd();
   glFlush();
   

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

2003-11-24 Thread Paulo Jorge de Oliveira Cantante de Matos
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 any way to see if my processor has sse support?

Best regards,

Paulo 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 it with GDB 6.0,
  an error will arise. In particular, select any OpenGL program from the
  book. Try the following:
 ...
  (gdb) run
  Starting program: /home/pmatos/ist/mvt/labs/openglbk-edit/wrap
  [Thread debugging using libthread_db enabled]
  [New Thread 16384 (LWP 5583)]
   
  Program received signal SIGFPE, Arithmetic exception.
  [Switching to Thread 16384 (LWP 5583)]
  0x406567ff in _mesa_test_os_sse_exception_support ()
 from /usr/X11R6/lib/modules/dri/radeon_dri.so
  (gdb)
 
 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.
-- 

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 wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



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 Cantante de Matos wrote:
 
 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 loading the radeon module that comes with xfree with it seems that it
 doesn't make DRI available. How can I specify in xfconfig what's the
 driver I wish to load? (Can I include a path?)
 
 Best regards,
   
 
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 

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 wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



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 : [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 Lisp!


--
[EMAIL PROTECTED] mailing list



[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 loading the radeon module that comes with xfree with it seems that it
doesn't make DRI available. How can I specify in xfconfig what's the
driver I wish to load? (Can I include a path?)

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 wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



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 manually and placed into 
 /usr/portage/distfiles. If you do 'emerge -u realplayer' it should tell you where to 
 go to 
 get the file.
-- 

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 wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



[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 ] x11-themes/gnome-themes (from pkg
x11-themes/gtk-engines-mist-0.10)
[ebuild  N] x11-themes/gtk-engines-mist-0.10

These packages are always conflicting. If I remove gnome-themes, gnome
will not work properly, however I cannot install gtk-engines-mist, which
because it is blocked. Portage seems to want to install it... I'm
deadlocked!

The same thing happens with 
[blocks B ] media-libs/libquicktime (virtual/quicktime from pkg
media-libs/quicktime4linux-2.0.0-r1)
[ebuild U ] media-libs/quicktime4linux-2.0.0-r1 [1.6.2]

I had the following:
[ebuild UD] dev-util/eclipse-platform-bin-2.0.2 [2.1]
[ebuild U ] dev-util/eclipse-sdk-2.1.2 [2.1.1]

So I unemerged dev-util/eclipse-platform-bin-2.0.2 [2.1] so that I could
then upgrade eclipse-sdk so that I don't keep 2 eclipse installs in my
PC! But after unemerging I get:

[ebuild  N] dev-util/eclipse-platform-bin-2.1
[ebuild  N] dev-util/eclipse-platform-bin-2.0.2
[ebuild U ] dev-util/eclipse-sdk-2.1.2 [2.1.1]

Strange! What's this?

As I already mentioned, for some reason Portage also wants to install:
[ebuild  N] dev-games/simgear-0.3.4
[ebuild  N] games-simulation/flightgear-0.9.3

for no good reason! And these packages do not show up in world file
(/var/cache/edb/world).

Any ideas?

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 Lisp!


--
[EMAIL PROTECTED] mailing list



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 wants to be merged again.. Not sure if 
 it fixes all of your problems.
 
  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 ] x11-themes/gnome-themes (from pkg
  x11-themes/gtk-engines-mist-0.10)
  [ebuild  N] x11-themes/gtk-engines-mist-0.10
  
  These packages are always conflicting. If I remove gnome-themes, gnome
  will not work properly, however I cannot install 
 SNIP
  As I already mentioned, for some reason Portage also wants to install:
  [ebuild  N] dev-games/simgear-0.3.4
  [ebuild  N] games-simulation/flightgear-0.9.3
  
  for no good reason! And these packages do not show up in world file
  (/var/cache/edb/world).
 
 --
 [EMAIL PROTECTED] mailing list
-- 

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 Lisp!


--
[EMAIL PROTECTED] mailing list



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
 documentation. This has been fixed now in CVS, so please emerge sync and
 then emerge texpower again.
 
 Regards,
 Mike
 (Obz).
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 

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 Lisp!


--
[EMAIL PROTECTED] mailing list



[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
!!! Possibly a DEPEND/*DEPEND problem.
 
!!! Depgraph creation failed.

What's happening?

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 Lisp!


--
[EMAIL PROTECTED] mailing list



[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 fsl.FileSystemModel.init(Unknown Source)
at gui.frames.PortageMaster.initComponents(Unknown Source)
at gui.frames.PortageMaster.init(Unknown Source)
at Loader.main(Unknown Source)
 
 
euler root # emerge -s portagemaster
Searching...
[ Results for search key : portagemaster ]
[ Applications found : 1 ]
  
*  app-portage/portagemaster
  Latest version available: 0.2.0
  Latest version installed: 0.2.0
  Size of downloaded files: 32 kB
  Homepage:http://portagemaster.sourceforge.net/
  Description: A java portage browser and installer


Has anyone had a similar problem?

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 Lisp!


--
[EMAIL PROTECTED] mailing list



[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 texpower-0.0.9d.tar.gz to
/var/tmp/portage/texpower-0.0.9d/work
 Unpacking texpower-doc-pdf-0.0.9d.tar.gz to
/var/tmp/portage/texpower-0.0.9d/work
 Source unpacked.
 
 Install texpower-0.0.9d into /var/tmp/portage/texpower-0.0.9d/image/
category dev-tex
 * Making documentation: ./fancystep.tex
 * Making documentation: ./__TPpbla.tex
 * Making documentation: ./__TPpblb.tex


it halts! It just goes no further. Is there any way to solve this?

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 Lisp!


--
[EMAIL PROTECTED] mailing list



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 past two days. Has anybody experienced this? I've been able 
 to connect using amsn, so I guess this is a gaim problem.
 
 Regards
 Jose
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 

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 Lisp!


--
[EMAIL PROTECTED] mailing list



[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 deadline...
So, he wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



[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
   = `/usr/portage/distfiles/Gnome2-Print-0.5.tar.gz'
Resolving proxy.inesc-id.pt... 146.193.32.5
Connecting to proxy.inesc-id.pt[146.193.32.5]:3128... connected.
Proxy request sent, awaiting response... 200 OK
Length: 16,225 [application/x-gzip]
 
100%[] 16,22589.84K/s
 
04:50:49 (89.68 KB/s) - `/usr/portage/distfiles/Gnome2-Print-0.5.tar.gz'
saved [16225/16225]
 
 md5 src_uri ;-) Gnome2-Print-0.5.tar.gz
 Unpacking source...
 Unpacking Gnome2-Print-0.5.tar.gz to
/var/tmp/portage/gnome2-print-0.5/work
 Source unpacked.
found package libgnomeprintui-2.2, using it
2 GBoxed
1 GEnum
1 GFlags
6 GObject
7 GtkObject
Cannot load Gnome2::Install::Files: Can't locate Gnome2/Install/Files.pm
in @INC (@INC contains: /etc/perl
/usr/lib/perl5/site_perl/5.8.2/i686-linux /usr/lib/perl5/site_perl/5.8.2
/usr/lib/perl5/site_perl/5.8.1/i686-linux /usr/lib/perl5/site_perl/5.8.1
/usr/lib/perl5/site_perl/5.8.0/i686-linux /usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.2/i686-linux
/usr/lib/perl5/vendor_perl/5.8.2
/usr/lib/perl5/vendor_perl/5.8.1/i686-linux
/usr/lib/perl5/vendor_perl/5.8.1
/usr/lib/perl5/vendor_perl/5.8.0/i686-linux
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.2/i686-linux /usr/lib/perl5/5.8.2
/usr/local/lib/site_perl /usr/lib/perl5/site_perl/5.8.1/i686-linux
/usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0/i686-linux
/usr/lib/perl5/site_perl/5.8.0 .) at
/usr/lib/perl5/vendor_perl/5.8.2/ExtUtils/Depends.pm line 98.
 
make: *** No targets specified and no makefile found.  Stop.
 
!!! ERROR: dev-perl/gnome2-print-0.5 failed.
!!! Function perl-module_src_compile, Line 49, Exitcode 2


Is this a known issue? Is there any straightforward solution?

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 Lisp!


--
[EMAIL PROTECTED] mailing list



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 them. Any ideas on why they
  might be showing up?
 
 # nano /var/cache/edb/world
 
 Remove the lines containing simgear and flightgear from that file. That's
 all. :)
 

The problem is... I don't have any lines on that file that mention
simgear or flightgear.


 Greetings, Dennis
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 

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 Lisp!


--
[EMAIL PROTECTED] mailing list



[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 them. Any ideas on why they
might be showing up?

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 Lisp!


--
[EMAIL PROTECTED] mailing list



[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 preference? Couldn't find it.

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 Lisp!


--
[EMAIL PROTECTED] mailing list



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 support into my kernel 
 but i still dont have a /dev/lp*
 
 if i do a dmesg | grep parport
 
 i get 
 
 parport0: PC-style at 0x378 [PCSPP,TRISTATE]
 parport1: PC-style at 0x378 [PCSPP,TRISTATE]
 
 anything i forgot or any ideas 
 
 thanks ryan
 
 --
 [EMAIL PROTECTED] mailing list
-- 

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 Lisp!


--
[EMAIL PROTECTED] mailing list



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 - Lisbon
Computer and Software Eng. - A.I.
 -  http://mega.ist.utl.pt/~pocm
---
- God had a deadline...
So, he wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



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 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 preference? Couldn't find it.
 
 Since they're animated images, I'll assume for now that they're GIFs.
 So, what versions of media-libs/giflib and media-libs/libungif do you
 have ?? Use qpkg gif -v -I to find out.
 
media-libs/libungif-4.1.0.1b *
media-libs/giflib-4.1.0-r3 *

on both computers... :-/

 Hall
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 

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 Lisp!


--
[EMAIL PROTECTED] mailing list



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 run revdep-rebuild to
  rebuild all the packages that require openssl..
 
  You can create a link from 0.9.6 to 0.9.7 temporarly.. But make sure you
  recompile because it could have bad side affects, if not now, later.
 
   this thing updated openssl last night and now it gives me the
   following error:
  
   bash-2.05b# etc-update
   !!! CANNOT IMPORT FTPLIB: libssl.so.0.9.6: cannot open shared
   object file: No
   such file or directory
   !!! CANNOT IMPORT FTPLIB: libssl.so.0.9.6: cannot open shared
   object file: No
   such file or directory
   Scanning Configuration files...
   Exiting: Nothing left to do; exiting. :)
  
   any ideas what went wrong?
 
  --
  [EMAIL PROTECTED] mailing list
-- 

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 Lisp!


--
[EMAIL PROTECTED] mailing list



[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 overwrite and it's not what I want, I want a
new instance of the emerge in another place. Any ideas?

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 Lisp!


--
[EMAIL PROTECTED] mailing list



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
Computer and Software Eng. - A.I.
 -  http://mega.ist.utl.pt/~pocm
---
- God had a deadline...
So, he wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



[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 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 Lisp!


--
[EMAIL PROTECTED] mailing list



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 
 PubkeyAuthentication in SSH (look in /etc/ssh/sshd_config), so that you 
 don't have to give password every time.

Hi,

I've been able to do a backup but I was not able to automate the
process. The problem is I do not always have the laptop connected to the
server. So the server should check first if the laptop is connected. Or
maybe, the laptop should be the one issuing the backup. Anyway, what
should I had to the cron? I'm using vcron but I've never dealt with
vcron since I don't need it. But now I do. Can you please tell me what
you have in your cron? Oh, and I've not been able to configure ssh not
to ask for a password. I have to insert it always to backup anything.


Best regards,

Paulo Matos

 
 If you need more help with rdiff-backup and/or SSH, feel free to write 
 again, I use this setup for some months now w/o problems, works fine!
 
 Greets, Matthias
-- 

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 Lisp!


--
[EMAIL PROTECTED] mailing list



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

2003-10-27 Thread Paulo Jorge de Oliveira Cantante de Matos
On Sat, 2003-10-25 at 18:07, Kevin Miller, Jr. wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Paulo:
 

Hi Kevin, 

Thanks for your email.

 Try using PHP or Mason to create templates.  That will save you a lot of time.  
 Also, b/c something is a GUI, such as WYSIWYG applications, does not mean you 
 can develop web sites faster in my opinion.  I find that I had to always 
 debug the (X)HTML in both Dreamweaver and FrontPage to get it right.
 

OK, think I'm going to learn PHP and try it out.

 Using CSS will help you make your web sites really cool.  Check out my web 
 site and clink on the CSS themes below the left picture, 
 www.amerasianworld.com.  Not only can you easily change the colors, you can 
 also change the layout (my next future task for my web site).  The key is to 
 structure your (X)HTML document properly.  The nice thing about XHTML is that 
 it requires less code and you can finally get rid of those bandwidth eating 
 tables.  CSS can cut your web page file sizes up to around 50 percent.  That 
 is great news if you are concerned about bandwidth.
 

Great! I'll try CSS out too.

 If you want a server, you should definately emerge one of the Apache servers.  
 I have PHP and mod_php installed plus Perl.  There are a lot of online 
 documents that can tell you how to set up an Apache server.
 

I already have those, just need to set it up and unfortunately after
searching for apache 2 set up or apache 2 config I didn't find much.
However I sent an email to the apache users ML and help is on the way.
:D

 I am in the same boat as you in regards to horrible ISPs.  I am with Comcast 
 in the states.  We are currently not allowed to run servers and they also 
 give us dynamic IPs.  I am thinking about also getting Earthlink DSL just for 
 my 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 all for your help on this issue, I know XHTML and a little more
  for web page design but I'd like to know if there were any editor for
  rapid development since I have much to do and want to lose little time
  with this website although I want it to be cool.
 
  Ok, imagine I forget this WYSIWYG nonsense and I commit myself 100% to
  this website. Which tecnologies do I need to learn besides XHTML to
  create a state of the art website on Gentoo?
 
  I was thinking to host this website in my computer but it is completely
  impossible, since my IP is dynamic and my ISP limits my monthly uploads
  and downloads (acceptable values for me but it makes impossible to host
  a website here). So, how can I host the website? I'll have to pay a
  hosting service provider to host my site. The problem is I'd like to
  have a phpBB and mailman working for forums and mailing lists. Could any
  one direct me on these issues so I can learn more about it?
 
  Until now my state of the art webpage is my academic page and little
  more so I think I need some help with 'where-to-start' on this one.
 
  Thanks a lot,
 
  Best regards,
 
  Paulo Matos
 
 
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3 (GNU/Linux)
 
 iD8DBQE/mrvOP2TQUAjSykARAmT/AJ9+rH3QRs/o82em0aYUFSAYzTpWFACfZz8I
 sPj1xvMDqb45TMrPlllAYYk=
 =BfKk
 -END PGP SIGNATURE-
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 

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 Lisp!


--
[EMAIL PROTECTED] mailing list



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 that, the icons in toolbar / menu of most Gnome2 apps is
 controled by icon themes. Is it possible to change the size. As I think
 the default size is too large for me..
 
 Regards,
 Zarick Lau
 
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 

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 Lisp!


--
[EMAIL PROTECTED] mailing list



[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 Eng. - A.I.
 -  http://mega.ist.utl.pt/~pocm
---
- God had a deadline...
So, he wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



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

2003-10-25 Thread Paulo Jorge de Oliveira Cantante de Matos
Thanks all for your help on this issue, I know XHTML and a little more
for web page design but I'd like to know if there were any editor for
rapid development since I have much to do and want to lose little time
with this website although I want it to be cool.

Ok, imagine I forget this WYSIWYG nonsense and I commit myself 100% to
this website. Which tecnologies do I need to learn besides XHTML to
create a state of the art website on Gentoo?

I was thinking to host this website in my computer but it is completely
impossible, since my IP is dynamic and my ISP limits my monthly uploads
and downloads (acceptable values for me but it makes impossible to host
a website here). So, how can I host the website? I'll have to pay a
hosting service provider to host my site. The problem is I'd like to
have a phpBB and mailman working for forums and mailing lists. Could any
one direct me on these issues so I can learn more about it?

Until now my state of the art webpage is my academic page and little
more so I think I need some help with 'where-to-start' on this one.

Thanks a lot,

Best regards,

Paulo Matos

On Sat, 2003-10-25 at 16:42, Kevin Miller, Jr. wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hello Paulo:
 
 You should give Quanta Plus a try.  Even though it is not a truly WYSIWYG 
 editor, the developers are planning to make it in the future.  They do have a 
 screen where you can view your work.  Also, if you install a server on your 
 computer, you can always 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:
  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,
 
 - -- 
 Kevin Miller, Jr.
 Masters of Public Affairs,
 Comparative and International Affairs, Information Systems, and Nonprofit 
 Management,
 School of Public and Environmental Affairs
 Indiana University - Bloomington
 http://www.amerasianworld.com
 [EMAIL PROTECTED]
 mobile: 812-219-5047
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3 (GNU/Linux)
 
 iD8DBQE/mqgAP2TQUAjSykARAj0RAJwLfHLsEySHuTNmPuC0M7duEUuKTACeK/FI
 KGDuN3uP3fCPchPEMv5ohZA=
 =JLDr
 -END PGP SIGNATURE-
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 

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 Lisp!


--
[EMAIL PROTECTED] mailing list



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 mailing list archive package, which
 generates db-entries (preferably mysql) or whatever and provides a web
 interface to the archive (preferably using apache2, which is installed). A
 search-function would be nice :)
 
 Does anyone know a package for this purpose ?
 
 Hopefully, Dennis :)
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 

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 Lisp!


--
[EMAIL PROTECTED] mailing list



[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,

-- 

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 Lisp!


--
[EMAIL PROTECTED] mailing list



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 gnome platform, nothing beats grip.

Have you tried ripperX? It's very nice!

-- 

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 Lisp!


--
[EMAIL PROTECTED] mailing list



[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 Lisp!


--
[EMAIL PROTECTED] mailing list



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:
 
 FilesystemSize  Used Avail Use% Mounted on
 /dev/hda4 7.3G  7.0G  267M  97% /
 none  252M 0  252M   0% /dev/shm
 /dev/hda1  31M   11M   19M  36% /boot
 
 97% used.  What happened to the remainder?  I noticed that the file size of 
 /var/tmp/portage is 2.3 gigabytes and  /usr/portage is 1.5 gigs.  Can the 
 following files total 3.5GB (total after subtracting both portage 
 directories?
 
 sys-kernel/ck-sources
 app-editors/vi
 media-sound/alsa-tools
 sys-fs/jfsutils
 media-sound/alsa-utils
 sys-fs/reiserfsprogs
 sys-fs/xfsprogs
 net-www/netscape-flash
 app-emulation/wine
 dev-perl/perl-tk
 x11-base/xfree
 net-www/mozilla-firebird
 dev-db/mysql
 media-libs/alsa-oss
 sys-apps/vcron
 app-crypt/cryptplug
 net-firewall/iptables
 net-www/mplayerplug-in
 games-action/barrage
 net-www/opera
 media-sound/xmms
 sys-apps/hotplug
 app-office/koffice
 net-im/kopete
 sys-apps/xinetd
 dev-php/mod_php
 sys-devel/gdb
 net-print/foomatic
 net-ftp/gftp
 x11-terms/eterm
 net-www/apache
 media-gfx/gimp
 sys-kernel/genkernel
 media-plugins/alsa-xmms
 net-firewall/shorewall
 app-text/htmltidy
 media-sound/alsa-driver
 sys-apps/lvm-user
 app-text/ispell
 sys-kernel/ac-sources
 sys-kernel/vanilla-sources
 app-editors/nano
 sys-kernel/gentoo-sources
 sys-apps/pcmcia-cs
 sys-apps/grub
 kde-base/kde
 app-admin/metalog
 app-crypt/kgpg
 app-crypt/gnupg
 net-print/cups
 app-portage/gentoolkit
 x11-themes/gentoo-artwork
 app-editors/quanta
 net-www/netscape-plugger
 dev-php/php
 net-misc/e100
 net-www/lynx 
 
 How can I reclaim my lost disk space.  I am currently partitioned to run both 
 Windows (20GB) and Linux(10GB).  Is it possible for me to steal 10 GB from 
 the Windows partition and give it to Linux?
 
 - -- 
 Kevin Miller, Jr.
 Masters of Public Affairs,
 Comparative and International Affairs, Information Systems, and Nonprofit 
 Management,
 School of Public and Environmental Affairs
 Indiana University - Bloomington
 http://www.amerasianworld.com
 [EMAIL PROTECTED]
 mobile: 812-219-5047
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3 (GNU/Linux)
 
 iD8DBQE/k4fPP2TQUAjSykARAqLDAJ4yv0zi2jaDOGcyiI4jQ3mLiOT/cACfSKfE
 sI5Jysoq+womZioY7RgjzM4=
 =W/ZP
 -END PGP SIGNATURE-
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 

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 Lisp!


--
[EMAIL PROTECTED] mailing list



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

2003-10-19 Thread Paulo Jorge de Oliveira Cantante de Matos
Indeed, it worked now. Strange, after successful emerge the say to add
the line to .Xdefaults. However it only worked if added to .Xresources,
hummm, maybe that ebuild should be checked!

Thx alot,

Best regards,

Paulo Matos

On Sun, 2003-10-19 at 00:07, [EMAIL PROTECTED] wrote:
 I used .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
 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 ideas?
 
 Best regards,
 
   
 
 
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 

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 Lisp!


--
[EMAIL PROTECTED] mailing list



[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 ideas?

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 Lisp!


--
[EMAIL PROTECTED] mailing list



[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 in as anonymous ... Logged in!
== SYST ... done.== PWD ... done.
== TYPE I ... done.  == CWD /pub/gentoo/distfiles ... done.
== PASV ... done.== RETR eroaster-2.1.0.tar.gz ... done.
Length: 170,448 (unauthoritative)
 
100%[] 170,448   28.53K/s   
ETA 00:00
 
23:06:00 (28.53 KB/s) - `/usr/portage/distfiles/eroaster-2.1.0.tar.gz'
saved [170448]
 
 
!!! File is corrupt or incomplete. (Digests do not match)
 our recorded digest: 1337d58a0c140ef62f2184699132ed40
  your file's digest: 217818c76031049ae9c7aece980d7e40
!!! File does not exist: /usr/portage/distfiles//eroaster-2.1.0.tar.gz


Same thing happens with mozilla1.5. Does anybody know how to solve this?


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 Lisp!


--
[EMAIL PROTECTED] mailing list



[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 to date and vice versa. I think you know what I mean. Is there any
straightforward way to do this?

Best regards,

Paulo J. Matos



--
[EMAIL PROTECTED] mailing list



[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.
Any ideas what's this about?

Was anybody able to solve this situation?

Best regards,

Paulo Matos


--
[EMAIL PROTECTED] mailing list



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 1.0.1 and I have Guile 1.6.4 installed.

Have anyone experienced this already?

Best regards,

Paulo J. Matos


--
[EMAIL PROTECTED] mailing list



[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 PC doesn't find it in its distfiles, only then it requests
a download so that I don't have to download everything twice.
Any ideas?

Best regards,

Paulo Matos


--
[EMAIL PROTECTED] mailing list



[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:
 
Calculating dependencies \!!! aux_get(): ebuild for 'root/anjuta-1.1.97'
does not exist at:
!!!/usr/portage/root/anjuta/anjuta-1.1.97.ebuild
emerge: create(): aux_get() error on root/anjuta-1.1.97; aborting...
euler root # emerge -up dev-util/anjuta-1.1.97
 
These are the packages that I would merge, in order:
 
Calculating dependencies
emerge: there are no masked or unmasked ebuilds to satisfy
dev-util/anjuta-1.1.97.
 
!!! Error calculating dependencies. Please correct.
euler root # emerge -up dev-util/anjuta
 
These are the packages that I would merge, in order:
 
Calculating dependencies ...done!

But it seems anjuta just doesn't want to be installed. What can I do?

Best regards,

Paulo Matos


--
[EMAIL PROTECTED] mailing list



[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 - Edit Application GUI, anjuta opens glade (since I configured
it to open glade-2) and I get Error opening project. Does anyone know
why?

Best regards,

Paulo Matos


--
[EMAIL PROTECTED] mailing list



[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
 -  http://mega.ist.utl.pt/~pocm



signature.asc
Description: This is a digitally signed message part


[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
/etc/dhcp/. Check the sample,if you have trouble with that, pls repost
with the problem and with your local net configuration.

Best regards and good luck,

Paulo J. Matos



--
[EMAIL PROTECTED] mailing list



[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 password problems
 Date: 05 Jun 2003 22:08:05 +0200
 
  I have Gentoo Linux installed in my PC and today I did as usually su -
  root to change to root. I entered the password for root, and emerged
  dhcp. After that I exited root and since then I was enable to enter as
  root. It's just not accepting my password, which is extremely odd.
  I've tried a hundred times already and I know the correct password,
  I'm surely not wrong and caps lock is just ok.
  
  Any ideas on how to solve this issue?
 
 This should work:
 1. Boot up from Live-cd
 2. Mount and cdroot to your root-partition
 3. Change passwd for root
 4. Unmount and reboot
 
 If this doesn't work something is seriously wrong.
 
 Patrick Börjesson
 
 -- 
 Public key id: 4C5AB0BF
 Public key available at search.keyserver.net[:11371]
 
 __



--
[EMAIL PROTECTED] mailing list



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
 
 __
 
 From: Chris I [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] Init not found?
 Date: 06 Jun 2003 07:45:56 -0400
 
 On 2003.06.06 06:22, Paulo J. Matos wrote:
  Hi all,
  
  I've tried to compile the kernel in my laptop with Pentium-4(gcc31)
  enabled and after rebooting I get a kernel panic that it has nothing
  to
  do with it, I think.
  The interesting lines are:
  VFS: Mounted root (ext3 filesystem) readonly.
  mount_devfs_fs(): unable to mount devfs, err: -2
  Freeing unused kernel memory: 116k freed
  Warning: unable to open an initial console
  Kernel panic: No init found. Try passing init= option to kernel.
  
  I don't know if it matter but I've enabled framebuffer and when doing
  lilo I get a message saying it doesn't recognize my video card or so.
  Why can't it mount devfs. I've put nothing about it in fstab. Only
  'Automaticly mount at boot time' option in the kernel is enabled. I've
  followed the steps at the gentoo site.
  
  Any ideas?
 
 It sounds like you have the root= value wrong in your bootloader. This 
 is mentioned in the install docs. It should point to your / partition, 
 (not the partition containing /boot. it's an easy mistake to make)
 
 For example, if your / partition was hda3, you would put root=/dev/hda3
 The steps are different for lilo and grub, refer to the documentation.
 
 -Chris I
 
 No one can guarantee the actions of another.
   -- Spock, Day of the Dove, stardate unknown



--
[EMAIL PROTECTED] mailing list



[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
eth1 - Laptop PC
eth2 - Internet

My server PC eth0 is 192.168.0.1, eth1 is 192.168.0.4 and eth2 is
dynamic. With IPtables I provide internet to the windows machines
192.168.0.2 and 192.168.0.3.The line I have is:
iptables -t nat -A POSTROUTING -o eth2 -j MASQUERADE

Now, since my laptop has a network card I just want to connect it to
eth1 in the server (a card already reserved for my laptop). eth0
connects to an ethernet LAN with coaxial cable. eth1 is a RJ45 cable
connecting directly to the laptop network card. I would like laptop to
access network card through my server. 

Do I need to modify anything on the server to share internet to the
laptop?
Laptop comes with winXP, I already resized partition to install Gentoo.
But I need a network connection to install gentoo from stage 1, so I'll
have to configure it also on the laptop. Any ideas on how to do this?

I'm noticing with ethereal in server that if I ping 192.168.0.4 from
laptop my server won't answer and If I ping 192.168.0.5 (laptop) from
server nothing returns also. 

I'd like any ideas or oppinions on this.

Best regards,

Paulo J. Matos


--
[EMAIL PROTECTED] mailing list



[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 special options?

Best regards,

Paulo Jorge Matos


--
[EMAIL PROTECTED] mailing list



[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 directory
Makefile:188: kernel/i2c-algo-bit.d: No such file or directory
Makefile:188: kernel/i2c-philips-par.d: No such file or directory
Makefile:188: kernel/i2c-elv.d: No such file or directory
Makefile:188: kernel/i2c-velleman.d: No such file or directory
Makefile:188: kernel/i2c-algo-pcf.d: No such file or directory
Makefile:188: kernel/i2c-elektor.d: No such file or directory
Makefile:188: kernel/i2c-proc.d: No such file or directory
Makefile:188: kernel/i2c-pport.d: No such file or directory
Makefile:188: kernel/i2c-pcf-epp.d: No such file or directory


But then it compiled and installed ok.
Afterwards it started lm-sensors 2.7.0 and when it started I got:
Makefile:234: kernel/busses/i2c-ali1535.d: No such file or directory
Makefile:234: kernel/busses/i2c-ali15x3.d: No such file or directory
Makefile:234: kernel/busses/i2c-amd756.d: No such file or directory
Makefile:234: kernel/busses/i2c-amd8111.d: No such file or directory
Makefile:234: kernel/busses/i2c-hydra.d: No such file or directory
Makefile:234: kernel/busses/i2c-i801.d: No such file or directory
Makefile:234: kernel/busses/i2c-i810.d: No such file or directory
Makefile:234: kernel/busses/i2c-isa.d: No such file or directory
Makefile:234: kernel/busses/i2c-sis5595.d: No such file or directory
Makefile:234: kernel/busses/i2c-sis630.d: No such file or directory
Makefile:234: kernel/busses/i2c-sis645.d: No such file or directory
... (some more files)

But it didn't finish. I got:
gcc  -DMODVERSIONS -include
/lib/modules/2.4.20/build/include/linux/modversions.h -D__KERNEL__
-DMODULE -DEXPORT_SYMTAB -fomit-frame-pointer -I. -Ikernel/include
-I/usr/local/include -I/lib/modules/2.4.20/build/include   -O2 
-march=athlon-xp -O3 -pipe -c kernel/busses/i2c-amd8111.c -o
kernel/busses/i2c-amd8111.o
kernel/busses/i2c-amd8111.c:25:2: #error Your i2c is too old - i2c-2.7.0
or greater required!
kernel/busses/i2c-amd8111.c: In function `amd8111_access':
kernel/busses/i2c-amd8111.c:238: `I2C_CLIENT_PEC' undeclared (first use
in this
function)
kernel/busses/i2c-amd8111.c:238: (Each undeclared identifier is reported
only once
kernel/busses/i2c-amd8111.c:238: for each function it appears in.)
kernel/busses/i2c-amd8111.c:298: `I2C_SMBUS_BLOCK_PROC_CALL' undeclared
(first use in this function)
kernel/busses/i2c-amd8111.c:309: `I2C_SMBUS_WORD_DATA_PEC' undeclared
(first use in this function)
kernel/busses/i2c-amd8111.c:310: `I2C_SMBUS_BLOCK_DATA_PEC' undeclared
(first use in this function)
kernel/busses/i2c-amd8111.c:311: `I2C_SMBUS_PROC_CALL_PEC' undeclared
(first use in this function)
kernel/busses/i2c-amd8111.c:312: `I2C_SMBUS_BLOCK_PROC_CALL_PEC'
undeclared (first use in this function)
kernel/busses/i2c-amd8111.c: In function `amd8111_func':
kernel/busses/i2c-amd8111.c:385: `I2C_FUNC_SMBUS_BLOCK_PROC_CALL'
undeclared (first use in this function)
kernel/busses/i2c-amd8111.c:386: `I2C_FUNC_SMBUS_HWPEC_CALC' undeclared
(first use in this function)
kernel/busses/i2c-amd8111.c: In function `amd8111_probe':
kernel/busses/i2c-amd8111.c:426: `I2C_HW_SMBUS_AMD8111' undeclared
(first use in this function)
make: *** [kernel/busses/i2c-amd8111.o] Error 1
make: *** Waiting for unfinished jobs
 
!!! ERROR: sys-apps/lm-sensors-2.7.0 failed.
!!! Function src_compile, Line 33, Exitcode 2
!!! lm_sensors requires the source of a compatible kernel\nversion
installed in
/usr/src/linux and =i2c-2.7.0 support built as a modules this support
is included in gentoo-sources as of 2.4.20-r1


Any ideias what this can be about?

Best regards,

Paulo J. Matos



--
[EMAIL PROTECTED] mailing list



[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 PROTECTED] mailing list



Re: [gentoo-user] gkrellm sensors with Asus

2003-06-03 Thread Paulo Jorge de Oliveira Cantante de Matos

Hi Bryan,

I had vanilla sources but I'll now compile gentoo-sources. Should I
compile everythingof i2c as modules? ou everything built in the kernel
or just the core? If I do this, do I still need to emerge i2c?

Oh, thanks god someone has a A7V8X. Is your on board sound working? How?
What do you need to compile in the kernel?

Thanks a lot and Best regards,

Paulo

 
 Date: Mon, 2 Jun 2003 20:38:37 -0400
 From: Bryan Feir [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Message-ID: [EMAIL PROTECTED]
 Mime-Version: 1.0
 Content-Type: text/plain; charset=us-ascii
 Subject: Re: [gentoo-user] 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 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 special options?
  
  You need the I2C kernel options (under char device I believe). Then
you
  need to emerge lm-sensors and run sensors-detect. Just follow the
directions
  in the sensors-detect script, then you should see the sensors in
gkrellm
  from the configure menu.
  Good luck,
 
There's a little extra note to this one.  I have an Asus A7V8X, and
it
 uses the new Via VT8233A bridge chip, PCI device code 1106:3177.  This
 chipset is only supported by the 2.7.0 version of lm-sensors; so you
must
 do an 'ACCEPT_KEYWORDS=~x86 emerge lm-sensors'.  This version of
lm-sensors
 also requires either a patched kernel (gentoo-sources-2.4.20-r1 or
greater,
 lolo-sources-2.4.20.1 or greater, or xfs-sources-2.4.20_pre4 or
greater) or
 you have to install the ~x86 version of the i2c ebuild as well.
 
Paulo, if you have the gentoo, lolo, or xfs kernels installed, you
should
 be fine with just installing the ~x86 lm-sensors.  Otherwise, you
should
 probably do 'ACCEPT_KEYWORDS=~x86 emerge i2c' first.
 

---+---
 Bryan Feir   VA3GBF|This Santa Claus business is played out. 
It's a
 Home:[EMAIL PROTECTED]   | sneaking, underhand method, and the
sooner it's
| exposed the better. -- Stephen
Leacock

---+---




--
[EMAIL PROTECTED] mailing list



[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 gcc-3.2.2.tar.bz2 to /var/tmp/portage/gcc-3.2.2-r2/work
 * Working directory: /var/tmp/portage/gcc-3.2.2-r2/work/gcc-3.2.2...
 * Applying libtool-test.patch...
 * Applying libtool-tmp.patch...
 * Applying libtool-portage.patch...
 
 * Applying gcc-3.2.2-branch-update-20030322.patch.bz2...
 
 * Could not extract patch!
 
 * Failed Patch: gcc-3.2.2-branch-update-20030322.patch.bz2!
 *
 * Include in your bugreport the contents of:
 *
 *  
/var/tmp/portage/gcc-3.2.2-r2/temp/gcc-3.2.2-branch-update-20030322.patch.bz2-7506.out
 
 
!!! ERROR: sys-devel/gcc-3.2.2-r2 failed.
!!! Function epatch, Line 321, Exitcode 0
!!! Failed Patch: gcc-3.2.2-branch-update-20030322.patch.bz2!


Has anyone experienced this before? How can I solve it?

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 Lisp!



--
[EMAIL PROTECTED] mailing list



[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 internet to users attached to network interface eth0.
This strange because with in an older PC running older kernel and older
iptables with same network configuration (and same iptables commands)
running slackware everything was just fine.

I've sent below my kernel config file. If anyone is able to help me out
please do since I'm getting desperate. Has anyone experienced the same
problems?


Thanks a lot,
Best regards,

Paulo 

#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# Processor type and features
#
CONFIG_LOLAT=y
# CONFIG_LOLAT_SYSCTL is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M586MMX31 is not set
# CONFIG_M686 is not set
# CONFIG_M68631 is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMIII31 is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MPENTIUM431 is not set
# CONFIG_MK6 is not set
# CONFIG_MK6231 is not set
CONFIG_MK7=y
# CONFIG_MK731 is not set
# CONFIG_MXP31 is not set
# CONFIG_MMP31 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_HAS_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_USE_3DNOW=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_F00F_WORKS_OK=y
CONFIG_X86_MCE=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_HIGHMEM is not set
CONFIG_1GB=y
# CONFIG_2GB is not set
# CONFIG_3GB is not set
# CONFIG_05GB is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_SMP=y
CONFIG_PREEMPT=y
# CONFIG_MULTIQUAD is not set
# CONFIG_X86_TSC_DISABLE is not set
CONFIG_X86_TSC=y
CONFIG_HAVE_DEC_LOCK=y

#
# General setup
#
CONFIG_NET=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_ISA=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
# CONFIG_PCMCIA is not set

#
# PCI Hotplug Support
#
CONFIG_HOTPLUG_PCI=m
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
# CONFIG_HOTPLUG_PCI_IBM is not set
# CONFIG_HOTPLUG_PCI_ACPI is not set
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
CONFIG_PM=y
# CONFIG_APM is not set

#
# ACPI Support
#
CONFIG_ACPI=y
# CONFIG_ACPI_HT_ONLY is not set
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_BUS=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SYSTEM=y
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=m
CONFIG_ACPI_FAN=m
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_THERMAL=m
CONFIG_ACPI_TOSHIBA=m
# CONFIG_ACPI_DEBUG is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
CONFIG_PARPORT=y
# CONFIG_PARPORT_PC is not set
# CONFIG_PARPORT_AMIGA is not set
# CONFIG_PARPORT_MFC3 is not set
# CONFIG_PARPORT_ATARI is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_SUNBPP is not set
# CONFIG_PARPORT_OTHER is not set
# CONFIG_PARPORT_1284 is not set

#
# Plug and Play configuration
#
CONFIG_PNP=y
CONFIG_ISAPNP=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_STATS is not set

#
# Enterprise Volume Management System
#
# CONFIG_EVMS is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set

#
# Cryptography support (CryptoAPI)
#
CONFIG_CRYPTO=y
CONFIG_CIPHERS=y

#
# 128 bit blocksize
#
CONFIG_CIPHER_AES=m
CONFIG_CIPHER_TWOFISH=m
CONFIG_CIPHER_MARS=m
CONFIG_CIPHER_RC6=m
CONFIG_CIPHER_SERPENT=m
CONFIG_CIPHER_DFC=m

#
# 64 bit blocksize
#
CONFIG_CIPHER_CAST5=m

[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 regards,
Paulo


--
[EMAIL PROTECTED] mailing list