RE: [gentoo-user] grub help (hda1=winxp, hda3=linux)

2003-03-07 Thread Gwendolyn van der Linden
 I just finished rebuilding my machine and I repartitioned
 my box so that
 it looks like:

 /dev/hda1 = windows xp (ntfs)
 /dev/hda2 = linux swap
 /dev/hda3 = gentoo (ext3)

 no, I don't have a separate /boot partition.  Anyway, I followed the
 installation instructions (excellent btw!) and I'm having problems
 getting grub to install on my MBR.  In the grub prompt,
 when I type in
 root(hd0,0) it would come back with something like
 unrecognized file
 type.  After that it's pretty obvious that the
 setup(hd0,0) wasn't
 going to work.

I don't think the message unrecognized file type is such a show
stopper.  It still can start that partition with the chainloader.  I
had GRUB installed on the MBR, so GRUB booted first, and when
selecting my NT partition it would start the NT boot loader, that
would in turn boot the selected NT configuration.

Not sure if this is much help, but who knows.

Gwendolyn.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Upgrade to X4.3, keyboard layout chaged.

2003-03-07 Thread Toby Dickenson
On Thursday 06 March 2003 11:12 pm, Norberto Bensa wrote:

 I've upgraded to X 4.3 (from 4.2.1) and now my keyboard has changed its
 layout. I use Latin American layout, most of the keys work, but @ and euro
 don't.


   Option  XkbLayout la

If you want developers to stop changing things, then sadly I cant help. If you 
want the layout back the way it used to be.

The file that defines the la keyboard layout in X is /etc/X11/xkb/symbols/la
The format is readable, so you might want to look at what has changed between 
the two versions and hack it yourself.

I am typing this using my customised layout that combines the dvorak letter 
positions with British qwerty punctuation layout.





--
[EMAIL PROTECTED] mailing list



[gentoo-user] Question after merging portage 2.0.47

2003-03-07 Thread Iago Sineiro
Hi.

I've updated from portage-2.0.46-r9 to portage-2.0.47-r8. At the first time
to use it, it asks me to :

portage: 'portage' user or group missing. Please update baselayout
 and merge portage user(250) and group(250) into your passwd
 and group files. Non-root compilation is disabled until then.
 Also note that non-root/wheel users will need to be added to
 the portage group to do portage commands.

 For the defaults, line 1 goes into passwd, and 2 into group.
 portage:x:250:250:portage:/var/tmp/portage:/bin/false
 portage::250:portage

I have settled down the variable PORTAGE_TMPDIR to /tmp instead of
/var/tmp. So I suppose that I have to set user portage's home path to
/tmp/portage. Is this correct?

Iago Sineiro.



--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Question after merging portage 2.0.47

2003-03-07 Thread DE SMET Bram (BDSR)
portage:x:250:250:portage:/vat/tmp/portage:/bin/false should do the job

Bram De Smet

-Original Message-
From: Iago Sineiro [mailto:[EMAIL PROTECTED]
Sent: vrijdag 7 maart 2003 11:07
To: Gentoo Usuarios
Subject: [gentoo-user] Question after merging portage 2.0.47


Hi.

I've updated from portage-2.0.46-r9 to portage-2.0.47-r8. At the first time
to use it, it asks me to :

portage: 'portage' user or group missing. Please update baselayout
 and merge portage user(250) and group(250) into your passwd
 and group files. Non-root compilation is disabled until then.
 Also note that non-root/wheel users will need to be added to
 the portage group to do portage commands.

 For the defaults, line 1 goes into passwd, and 2 into group.
 portage:x:250:250:portage:/var/tmp/portage:/bin/false
 portage::250:portage

I have settled down the variable PORTAGE_TMPDIR to /tmp instead of
/var/tmp. So I suppose that I have to set user portage's home path to
/tmp/portage. Is this correct?

Iago Sineiro.



--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Squid and SNMP, connection timeout

2003-03-07 Thread Thomas Preissler
Hello folks,

I configured my squid as described on

  http://www.squid-cache.org/Doc/FAQ/FAQ-18.html

so:


acl snmppublic snmp_community public
snmp_port 3401
snmp_access allow snmppublic all
snmp_access deny all

When doing a

  snmpwalk localhost:3401 public .1.3.6.1.4.1.3495.1.1

I'll get a

  snmpwalk: Timeout

So, what's my problem?


  snmpwalk -v 1 -c public localhost proc

works properly.

Port 3401 is open, of course.

/var/log/squid/cache.log tolds me

  2003/03/06 12:41:47| Failed SNMP agent query from : 127.0.0.1.

I resetted hosts.allow, hosts.deny and my firewall, the same
behaviour.


TIA,
Tom

-- 
Registered?  http://www.againsttcpa.com/

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Error compiling Kernel with SIS option

2003-03-07 Thread Patrick Marquetecken
Hi,

i'm trying to compile my kernel for the first time but get errors.
The errors are related to SIS chipset, i have choosen in make menuconfig.
If i unselect them i hqve no errors and the kernel comlipes fine.
I need that chipset motherbord and ethernet.
Does anyone knows a solution?

TIA
Patrick



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] My gentoo grub does not work properly (Was installing gentoo on Thinkpad R31)

2003-03-07 Thread Ewan Mac Mahon
On Thu, Mar 06, 2003 at 02:08:59PM +0100, Heino Herrlich wrote:
 
 Important: To ensure backwards compatibility with GRUB, make sure to
 make a link from grub.conf to menu.lst. You can do this by doing ln -s
 /boot/grub/grub.conf /boot/grub/menu.lst .
snip 
 Am I a lucky guy that my Gentoo works without this link or is it only
 important under certain circumstances?
 
It's important for old versions of GRUB; it used to use menu.lst, then it
changed to grub.conf. Just having grub.conf is fine so long as you don't
want to use old GRUBs.

Ewan

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Error compiling Kernel with SIS option

2003-03-07 Thread Thomas Preissler
Hello Patrick,

* Patrick schrieb am 07.03.2003:

 Hi,
 
 i'm trying to compile my kernel for the first time but get errors.
 The errors are related to SIS chipset, i have choosen in make menuconfig.
 If i unselect them i hqve no errors and the kernel comlipes fine.
 I need that chipset motherbord and ethernet.
 Does anyone knows a solution?

It would be great, if you can send that error messages.


Greets,
Tom

-- 
Registered already?  http://www.againsttcpa.com/

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Winex problems

2003-03-07 Thread Peter Ruskin
On Friday 07 Mar 2003 02:04, Kirtis Bakalarczyk wrote:
 Hello,

 I've been having some problems with winex that i'm not familiar with. 
 When  i try to start winex with any game i get the message:

 wine: lstat /home/kirtis/.transgaming/wineserver-3jane/socket : No
 such file or directory

 This is with Gentoo 1.4 and XFree 4.3.. Other than that there's no
 unstable ebuilds on my system.

 I've checked, and it's true that socket isn't there so i tried wiping
 out my .transgaming directory to no avail.  I'm really not sure how to
 solve this one.. Can anyone shed some light on this?

 KIRT

There are problems with wine or winex and xfree-4.3.0 - my advice is go 
back to xfree-4.2.1-r2.
http://bugs.gentoo.org/show_bug.cgi?id=16382
http://bugs.gentoo.org/show_bug.cgi?id=16988

Peter
-- 
Gentoo-1.4.2.8 Unstable. KDE: 3.1.0 Qt: 3.1.0
AMD Athlon(tm) XP 1900+ 768MB.  Kernel: 2.4.20-xfs_pre6.GCC 3.2.2


--
[EMAIL PROTECTED] mailing list



[gentoo-user] net config? problems

2003-03-07 Thread Stephen Turner
im having a few issues connecting to the net, ive got my nic module
installed and running, the kernel fires up sees all the hardware and then
i ping my cable/dsl router, well alls good but i cant ping my wan gateway!
i cant get out of my home lan! but if i boot winbloze i can send this
email! any ideas or suggestions?

__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Newbie question - migration from RH8

2003-03-07 Thread Jose Gonzalez Gomez





 First of all, thanks to all that have provided advice on how to
migrate.

 Ok, so I've made up my mind and want to migrate to Gentoo... should
I wait until 1.4 final or does the portage system make irrevelevant the
distribution you start with? Is there an expeceted release date for 1.4
final?

 Thanks, regards
 Jose

Matthew Kennedy wrote:

  Jose Gonzalez Gomez [EMAIL PROTECTED] writes:

  
  
I'm a freelance Java developer, and I have two machines: one that
serves as develoment server (CVS, Apache, JBoss, OC4J, SAPDb, etc)
and another one that I use as development workstation (Gnome,
Netbeans, and the usual stuff like Mozilla, OpenOffice,...). I
have taken a look to several reviews of Gentoo, and they all tell
the same about installing it: it takes a loong time. I cannot

  
  
I'm in a similar situation to yours (almost same tool set too). What I
do is build my next gentoo install on whatever box (rh, gentoo etc.)
in a chroot. This way I'm not wasting any time waiting for things to
emerge. Than I tar up my chroot, keep it some place safe, boot,
partition and unpack the tarballs across the network (NFS, FTP, netcat
-- whatever is handy). This way I have exactly the system I want on
first boot (GNOME, Emacs, Java etc.) with about 20 minutes (tops)
down-time. You hit the ground running so to speak.

Matt
  





Re: Re: [gentoo-user] Error compiling Kernel with SIS option

2003-03-07 Thread Patrick Marquetecken
The errors:
drivers/char/drm/drm.o(.text+0x7d6e): Infunction `sis_fb_alloc`:
: undefind reference to `sis_malloc`
drivers/char/drm/drm.o(.text+0x7dc5): Infunction `sis_fb_alloc`:
: undefind reference to `sis_free`
drivers/char/drm/drm.o(.text+0x817f): Infunction `sis_final_context`:
: undefind reference to `sis_free`
drivers/char/drm/drm.o(.text+0x82a9): Infunction `sis_fb_free`:
: undefind reference to `sis_free`


 Hi,
 
 i'm trying to compile my kernel for the first time but get errors.
 The errors are related to SIS chipset, i have choosen in make menuconfig.
 If i unselect them i hqve no errors and the kernel comlipes fine.
 I need that chipset motherbord and ethernet.
 Does anyone knows a solution?




--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Question after merging portage 2.0.47

2003-03-07 Thread Iago Sineiro
 -Mensaje original-
 De: DE SMET Bram (BDSR) [mailto:[EMAIL PROTECTED]
 Enviado el: viernes, 07 de marzo de 2003 11:24
 Para: Gentoo Usuarios
 Asunto: RE: [gentoo-user] Question after merging portage 2.0.47


 portage:x:250:250:portage:/vat/tmp/portage:/bin/false should do the job

 Bram De Smet


I used portage:x:250:250:portage:/tmp/portage:/bin/false. Is there any
problem?

Iago Sineiro


 -Original Message-
 From: Iago Sineiro [mailto:[EMAIL PROTECTED]
 Sent: vrijdag 7 maart 2003 11:07
 To: Gentoo Usuarios
 Subject: [gentoo-user] Question after merging portage 2.0.47


 Hi.

 I've updated from portage-2.0.46-r9 to portage-2.0.47-r8. At the
 first time
 to use it, it asks me to :

 portage: 'portage' user or group missing. Please update baselayout
  and merge portage user(250) and group(250) into your passwd
  and group files. Non-root compilation is disabled until then.
  Also note that non-root/wheel users will need to be added to
  the portage group to do portage commands.

  For the defaults, line 1 goes into passwd, and 2 into group.
  portage:x:250:250:portage:/var/tmp/portage:/bin/false
  portage::250:portage

 I have settled down the variable PORTAGE_TMPDIR to /tmp instead of
 /var/tmp. So I suppose that I have to set user portage's home path to
 /tmp/portage. Is this correct?

 Iago Sineiro.



 --
 [EMAIL PROTECTED] mailing list


 --
 [EMAIL PROTECTED] mailing list


 ---Publicidad
 Únete a los miles de sin pareja en Meetic... ¡te vas a enamorar!
 http://www.iespana.es/_reloc/email.meetic




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] net config? problems

2003-03-07 Thread Stephen Varga
For your description of the problem it sounds like you do not have a
defualt gateway specified in your linux system

Do a 'netstat -rn' and see if you have a line that look similar to this

 '0.0.0.0 192.168.1.1 0.0.0.0 UG   40 0  0 eth0'

If you do is it pointing to address on your cable/dsl router?

If you don't, make sure that '/etc/conf.d/net' file has the 'gateway'
parameter correctly defined and uncommented. I am assuming your are
manually setting your IP address, since dhcp, hopefully, would have set
default gateway properly.

HTH,
Steve

On Fri, 2003-03-07 at 06:41, Stephen Turner wrote:
 im having a few issues connecting to the net, ive got my nic module
 installed and running, the kernel fires up sees all the hardware and then
 i ping my cable/dsl router, well alls good but i cant ping my wan gateway!
 i cant get out of my home lan! but if i boot winbloze i can send this
 email! any ideas or suggestions?
 
 __
 Do you Yahoo!?
 Yahoo! Tax Center - forms, calculators, tips, more
 http://taxes.yahoo.com/
 
 --
 [EMAIL PROTECTED] mailing list
 
 


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Pcmcia-cs and kernel config

2003-03-07 Thread Gwendolyn van der Linden
 Your kernel is configured with PCMCIA driver support.  Therefore,
 'make all' will compile the PCMCIA utilities but not the drivers.

 But if i don't build the kernel with General Setup --
 PCMCIA/Cardbus Support:
   PCMCIA SUPPORT  M
   Cardbus support [*]

As far as I know you can remove ALL PCMCIA support from the kernel
(not even as a module), and then build all the PCMCIA support you need
with pcmcia-cs.

I would reboot before building pcmcia-cs, but I'm not sure if it's
really needed.

Gwendolyn.


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Anyone using GNUnet?

2003-03-07 Thread Keppy
Hi,

I have GNUnet installed and the deamon seems to be running OK. However, when I try 
gnunet-search I get:

gnunet-search: error while loading shared libraries: libgnunetafs_policy.so.0: cannot 
open shared object file: No such file or directory

which is strange because:

# qpkg -l gnunet | grep policy

yields nothing.

-- 

|eppy

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] net config? problems (solved)

2003-03-07 Thread Stephen Turner
thanks guys for your response :) it was my gateway, for some reason or
another it didnt work out the first time, i removed the eth0/ before my
gateway address when the modules werent loading for some strange reason, i
was tired and not thinking clearly :-p when you guys mentioned gateway i
rememberd i changed it and it works :) thanks. now if only there was a
quicker way to dl all these xfree files ;)

__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

--
[EMAIL PROTECTED] mailing list



[gentoo-user] 2.4.20 and Via Sound

2003-03-07 Thread Matthew Daubenspeck
I am currently using gentoo-sources-2.4.19-r10 and I see that there is
an upgrade to 2.4.20-r1.

I have an onboard VIA Sound system:

00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233 AC97
Audio Controller (rev 40)

that will only work with alsa, which is wonky even at best. Does anyone
know if the VT8233 has support added to 2.4.20?

Thanks for the help.

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Error compiling Kernel with SIS option (solved)

2003-03-07 Thread Patrick Marquetecken

 Patrick Marquetecken [EMAIL PROTECTED] wrote:


The errors:
drivers/char/drm/drm.o(.text+0x7d6e): Infunction `sis_fb_alloc`:
: undefind reference to `sis_malloc`
drivers/char/drm/drm.o(.text+0x7dc5): Infunction `sis_fb_alloc`:
: undefind reference to `sis_free`
drivers/char/drm/drm.o(.text+0x817f): Infunction `sis_final_context`:
: undefind reference to `sis_free`
drivers/char/drm/drm.o(.text+0x82a9): Infunction `sis_fb_free`:
: undefind reference to `sis_free`


 Hi,
 
 i'm trying to compile my kernel for the first time but get errors.
 The errors are related to SIS chipset, i have choosen in make menuconfig.
 If i unselect them i hqve no errors and the kernel comlipes fine.
 I need that chipset motherbord and ethernet.
 Does anyone knows a solution?




--
[EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] 2.4.20 and Via Sound

2003-03-07 Thread Ian Tindale
On Friday 07 March 2003 2:29 pm, Matthew Daubenspeck wrote:
 I am currently using gentoo-sources-2.4.19-r10 and I see that there is
 an upgrade to 2.4.20-r1.

 I have an onboard VIA Sound system:

 00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233 AC97
 Audio Controller (rev 40)

 that will only work with alsa, which is wonky even at best. Does anyone
 know if the VT8233 has support added to 2.4.20?


On a pair of Asus Terminator K7 machines, with vanilla 2.4.20, I ended up with 
these modules:

cmpci
sound
uart401
ac97_codec
via82cxxx_audio

Hope that helps.
-- 
Ian Tindale

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] 2.4.20 and Via Sound

2003-03-07 Thread Peter Ruskin
On Friday 07 Mar 2003 14:41, Matthew Daubenspeck wrote:
 On Fri, Mar 07, 2003 at 02:37:25PM +, Peter Ruskin wrote:
   that will only work with alsa, which is wonky even at best. Does
   anyone know if the VT8233 has support added to 2.4.20?
 
  AFAIK you still need ALSA ... I have that chip too.

 Drat. Do you have any problems when using it with alsa? If I am using
 XMMS and browsing the web, anytime the flash plugin is called, I get a
 device busy and the browser locks up until I stop XMMS. The browser
 then works again...

 Any suggestions?

Hmmm ... works OK for me, but then I use KDE and arts.  I start browsers 
with `artsdsp $BROWSER` and I have the arts server autosuspend after 1 
second.

Peter
-- 
Gentoo-1.4.2.8 Unstable. KDE: 3.1.0 Qt: 3.1.0
AMD Athlon(tm) XP 1900+ 768MB.  Kernel: 2.4.20-xfs_pre6.GCC 3.2.2


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] nvidia 1.0.4191-r1, XFree 4.2.99.4 andlinux-gentoo-2.4.20-r1

2003-03-07 Thread Jim Nutt
On Fri, 7 Feb 2003 17:31:32 -0800
Jim Nutt [EMAIL PROTECTED] wrote:

 I'm having trouble getting the new nvidia drivers to work on my
 system. No errors are reported, just that the X server broke off it's
 connection. The kernel module also reports that it is still in use
 after everything is exited. Any suggestions, ideas, anything?

Well, as it turns out, it appears the problem lies in the 2.4.20-r1
kernel. I've reverted to 2.4.19-r10 and everything works just peachy.

-- 
jim nutt

home:   [EMAIL PROTECTED]   jabber: [EMAIL PROTECTED]
work:   [EMAIL PROTECTED]   ms msg: [EMAIL PROTECTED]
pgp id: 1ECBCC78


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Pcmcia-cs and kernel config

2003-03-07 Thread Xabier Ochotorena
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El Viernes, 7 de Marzo de 2003 13:39, Gwendolyn van der Linden escribió:

  Your kernel is configured with PCMCIA driver support.  Therefore,
  'make all' will compile the PCMCIA utilities but not the drivers.
 
  But if i don't build the kernel with General Setup --
  PCMCIA/Cardbus Support:
  PCMCIA SUPPORT  M
  Cardbus support [*]

 As far as I know you can remove ALL PCMCIA support from the kernel
 (not even as a module), and then build all the PCMCIA support you need
 with pcmcia-cs.

 I would reboot before building pcmcia-cs, but I'm not sure if it's
 really needed.

But if I remove PCMCIA support, reboot (it doesn really matter, but still..), 
and build pcmcia-cs I get the pcmcia drivers but not the socket driver 
(yenta_socket) and can't load any of the pcmcia-cs drivers. I have checked 
that there is only a yenta.h header file in pcmcia-cs source files.

Regards,
Xabi.

- -- 

GnuPG signed and encrypted email preferred
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x093F978B
Key fingerprint = B3C5 0C7B 1587 071C 3D9C  545A 72FC 0234 093F 978B

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

iD8DBQE+aMK5cvwCNAk/l4sRAjE2AJwOQMxQzdiobgcT12Y2uwHLe6vWsACdFCWF
3t72Uua/AJtStPjxGf16G64=
=mS6I
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Upgrade to X4.3, keyboard layout chaged.

2003-03-07 Thread Norberto Bensa
On Friday 07 March 2003 06:32 am, Toby Dickenson wrote:
 On Thursday 06 March 2003 11:12 pm, Norberto Bensa wrote:
  Option  XkbLayout la

 The file that defines the la keyboard layout in X is
 /etc/X11/xkb/symbols/la The format is readable, so you might want to look
 at what has changed between the two versions and hack it yourself.

Yep, I knew it, but it's kind of frustrating the 'hack it your self' thing. It 
used to work, and it should still work. Hmmm... :-/

Anyway, at xterm (Konsole actually) I've done:

setxkbmap -symbols en_US(pc104)+la+inet(microsoftpro)

and it brings back my  and  (euro, in case you are not seeing it.) But when 
I do:

Options XkbSymbolsen_US(pc104)+la+inet(microsoftpro)

in XF86Config, then I don't get  in AltGr+Q, and  (euro, AltGr+E) resets the 
X server (like Alt+Ctrl+BS.) (!?!)

I'll try another things and I'll post the results.

Thanks for reading,
Norberto



pgp0.pgp
Description: signature


Re: [gentoo-user] GPG/KMail with new-build gentoo

2003-03-07 Thread Arnold Krille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 06 March 2003 15:04, Arnold Krille wrote:
 I've got a little problem: I installed gentoo (latest release), emerged kde
 and gpg. Now when I have a mail in KMail which is signed by an unknown key
 I get the following error-message before the real mail:
 snip
 Insecure $ENV{PATH} while running setgid at
 /usr/libexec/gnupg/gpgkeys_mailto line 131, STDIN line 10.
 /snip
 It doesn't load the needed keys:( (have to do this with kgpg myself)
 What am I missing? Do you need more information?

Was my question to easy for you? I really would like to have an answer, or 
should I contact the author/packager of gpg directly?

BTW: I am not entirely a novice only to gentoo.

Arnold

PS: Maybe our whole network gets gentoo, because of the good experience I made 
with it the last days...
- -- 
Hi, I am a .signature virus. Please copy me into your ~/.signature and send me 
to all your contacts.
After a month or so log in as root and do a rm / -rf. Or ask your 
administrator to do so...
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+aM5CuYLL1cDjHx0RAollAJsHZeTXIF0vyldLejBj1nISezC8nACfeg3C
wsQfGZoboqs9zLmOEidYj1s=
=vVGU
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] GPG/KMail with new-build gentoo

2003-03-07 Thread Arnold Krille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 07 March 2003 18:18, Jim Nutt wrote:
 It sounds like a permissions problem. It looks like gpgkeys_mailto is a
 perl script. Looking at it, I can't immediately see what the problem
 would be. Particularly since I don't use KDE.
hmm.

Perhaps gpgkeys_mailto is executed with the rights of the user and sendmail 
(from ssmtp?) is installed in /usr/sbin?

gpg is installed suid root for owner and group. I changed group to users, now 
I get the following message:
snip
sendmail: Cannot open mail:25
/snip

Is there someone who had a similar problem? Or is there a possibility to 
search the mailinglists?

Arnold

- -- 
Hi, I am a .signature virus. Please copy me into your ~/.signature and send me 
to all your contacts.
After a month or so log in as root and do a rm / -rf. Or ask your 
administrator to do so...
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+aNujuYLL1cDjHx0RAtQmAJ9TySmBpxU6sjWoDmulaEWTyKNd7QCfV//+
qfMDokO/8e30odpjd9GTpBc=
=DuIE
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] GPG/KMail with new-build gentoo

2003-03-07 Thread Jim Nutt
On Fri, 7 Mar 2003 18:49:22 +0100
Arnold Krille [EMAIL PROTECTED] wrote:

 Is there someone who had a similar problem? Or is there a possibility
 to search the mailinglists?

Well, I've got the list 5500 or so messages on line and I don't see any
other indications of this problem..

-- 
jim nutt

home:   [EMAIL PROTECTED]   jabber: [EMAIL PROTECTED]
work:   [EMAIL PROTECTED]   ms msg: [EMAIL PROTECTED]
pgp id: 1ECBCC78


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Warning to hardware purchasers

2003-03-07 Thread gabriel
i've been in the market for new hardware (well... i'm always in the market for 
new hardware)... but what are the urls for these companies?

thanks


-- 
i like your christ, I do not like your christians.  your christians are so 
unlike your christ.
- mahatma Gandhi



On March 6, 2003 02:45 pm, [EMAIL PROTECTED] wrote:
 Quoting Ernie Schroder [EMAIL PROTECTED]:
  I would whole heartedly recommend Monarch to anyone in the market for
  computer hardware. Sorry about the commercial here, I realize that this
  is OT but I would hate for anyone else to go through the garbage I
  endured.

 Newegg is also excellent in this regard (I've returned two items and they
 were very gracious and accomodating in the process).  CDW, though
 expensive, was also very good with the return when my Firegl X1 wouldn't
 work with the binary Linux drivers ATI ships.

 Perhaps we should have a hardware rating page, aimed at Gentoo (or perhaps
 more generally GNU/Linux) folks, where one can check against other's
 experiences before purchasing from a particular vendor.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge - new abbr?

2003-03-07 Thread Martin Larsson
never seen, maybe that its a very small change, maybe only a little
bugfix so its not really worth to upgrade?

On fre, 2003-03-07 at 19:54, Kurt V. Hindenburg wrote:
 What does the '-' mean?
 
 %emerge world -Up
 
 [ebuildU-] kde-base/kdeedu-3.1-r1 [3.1]
-- 
Martin Larsson [EMAIL PROTECTED]


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


[gentoo-user] Re: emerge - new abbr?

2003-03-07 Thread Tyler Trafford
On Fri, Mar 07, 2003 at 01:54:30PM -0500, Kurt V. Hindenburg wrote:
 What does the '-' mean?
 
 %emerge world -Up
 
 [ebuildU-] kde-base/kdeedu-3.1-r1 [3.1]

I believe it means that the ebuild that you are upgrading from did not
have the SLOT keyword included.
-- 
Tyler Trafford

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] 2.4.20 and Via Sound

2003-03-07 Thread Paul de Vrieze
On Friday 07 March 2003 19:38, Alexander Futasz wrote:

 Are you sure? Maybe it's just not supported by alsa, because i never had
 problems like that with Windows 2000, which i used on this box before
 Gentoo. In Windows 2000 it mixed several sounds and played them at the
 same time.


No windows did that, not the card. In windows there is a more unified sound 
system with software mixing than in linux. I hope this changes soon, but 
until then, either find out how to do it in alsa (if possible), or use arts 
or esound

Paul

-- 
Paul de Vrieze
Researcher
Mail: [EMAIL PROTECTED]
Homepage: http://www.devrieze.net


pgp0.pgp
Description: signature


Re: [gentoo-user] 2.4.20 and Via Sound

2003-03-07 Thread Sundance
I heard Alexander Futasz said:

  That sound chip does indeed not seem to support hardware PCM
  mixing, which would allow several sounds to be played at the same
  time, so the mixing has to be done in software.

 Are you sure?

Nope. :)
I just don't think I remember it working in Windows, but that was about 
a year ago, so... :p

 Maybe it's just not supported by alsa, because i never
 had problems like that with Windows 2000, which i used on this box
 before Gentoo. In Windows 2000 it mixed several sounds and played
 them at the same time.

In KDE too -- maybe W2k uses a software mixer as well? Or maybe it's 
indeed an ALSA problem, which is totally possible. I'm sure one of our 
knowledgeable people here will be able to enlighten us. :)

-- S.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Winex problems

2003-03-07 Thread Celestial Wizard
On Fri, 2003-03-07 at 12:04, Kirtis Bakalarczyk wrote:
 Hello,
 
 I've been having some problems with winex that i'm not familiar with.  When  i try 
 to start winex with any game i get the message: 
 
 wine: lstat /home/kirtis/.transgaming/wineserver-3jane/socket : No such file or 
 directory  
 
 This is with Gentoo 1.4 and XFree 4.3.. Other than that there's no unstable 
 ebuilds on my system.
 
 I've checked, and it's true that socket isn't there so i tried wiping out my 
 .transgaming directory to no avail.  I'm really not sure how to solve this one.. Can 
 anyone shed some light on this?
 
 KIRT

I've had this problem.  Try recreating the directory it is expecting and
run winserver.  that should create the socket.  check and also ps
ax|grep wineserver before running any winex application


--
Celestial Wizard
RHCE
President SEBLUG - South East Brisbane Linux Users Group
http://www.seblug.org/


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


[gentoo-user] problem with patching ebuild ...

2003-03-07 Thread Henti Smith
hi all .. I'm having a small problem with an ebuild I'm trying to get working.

I have the following lines for patching 

patch ${WORKDIR}/${P}/IlmImf/ImfAttribute.h ${FILESDIR}/OpenEXR-1.0.4_configure.diff 
|| die
but when I try unpack I get 

patching file /var/tmp/portage/OpenEXR-1.0.4/work/OpenEXR-1.0.4/IlmImf/ImfAttribute.h
Hunk #1 FAILED at 9570.
Hunk #2 FAILED at 9574.
2 out of 2 hunks FAILED -- saving rejects to file 
/var/tmp/portage/OpenEXR-1.0.4/work/OpenEXR-1.0.4/IlmImf/ImfAttribute.h.rej

when I'm n the /var/tmp/portage/OpenEXR-1.0.4/work/OpenEXR-1.0.4 I can do patch -p0  
/usr/local/portage/media-libs/OpenEXR/files/OpenEXR-1.0.4_gcc-2.95.patch
I'm sure my syntax for ebuild is wrong .. but I'm hoping somebody can help out and 
maybe explain .. 

Henti 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] KDE 3.1 Compile fails at kdeaddons

2003-03-07 Thread Alan
On Sat, Mar 08, 2003 at 10:00:39AM +1100, richard terry wrote:
 Hi,
 
 After literally days of downloading via my dialup and having got a base kernel 
 etc compiled, I'm now halted at kdeaddons failing to compile.

First thing to do would be to post the last few lines of the error.

Alan

-- 
Alan [EMAIL PROTECTED] - http://arcterex.net
-
The only thing that experience teaches us is that experience teaches 
us nothing. -- Andre Maurois (Emile Herzog)

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] KDE 3.1 Compile fails at kdeaddons

2003-03-07 Thread Timothy Grant
On Friday 07 March 2003 03:00 pm, richard terry wrote:
 Hi,

 After literally days of downloading via my dialup and having got a base
 kernel etc compiled, I'm now halted at kdeaddons failing to compile.

 Any suggestions about how to continue. I've heard how good gentoo is, and
 I've certainly learnt heaps about linux to this point.

 As I'm not a computer nerd nor technical person could any help be kept
 simple.

 I've used Mandrake for a few years, so am  familiar with basic file
 editing, compiling useing tar.gz, configure, make, install etc, so I've
 some basic skills.

You are to be commended for giving Gentoo a whirl given your non-nerdish and 
non-technical tendencies!

Could you post a bit more about the error, such as the last page or so of the 
error message?

-- 
Stand Fast,
tjg.

Timothy Grant
www.craigelachie.org


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Xtart for Gentoo

2003-03-07 Thread Susie
On Fri, 07 Mar 2003 17:59:33 -0500
Ryan Grange [EMAIL PROTECTED] wrote:

 Is there something equivalent to Mandrake's Xtart for selecting a 
 desktop environment to start from the command line?

Try selectwm.  It's what I use and it launches X then has a graphical
util for choosing which window manager you use.  Other than that yes you
can startx and specify what window manager you wish to use in an
.xintrc


-- 

Susie
VE7 HFA
[EMAIL PROTECTED]
http://arienadean.tripod.com/

---

I'm a pessimist because of intelligence, but an optimist because of
will. - Antonio Gramsci 

--
[EMAIL PROTECTED] mailing list



[gentoo-user] sorry all

2003-03-07 Thread Kyle O'Donnell
please disregard testing

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] init scripts and linux-wlan-ng

2003-03-07 Thread Yannick Le Saint
On Friday 07 March 2003 18:54, Timothy Grant wrote:
 Hi all,

 I am very happily running linux-wlan-ng on my R31 ThinkPad with a built in
 prism card.

 I do have two questions though.

 linux-wlan-ng uses an init script called wlan. This is not a Gentoo flavour
 init script, but it still works pretty well. The problem is that I want my
 net.wlan0 init script to need the wlan init script and I'm not sure how
 to do this. I've tried...

 init.d/wlan..
 depend {
   provide wlan
 }

 init.d/net.wlan0...
 depend {
   need wlan
 }

 but that doesn't work as rc-update bitches about wlan not being a
 dependancy or something like that.

Maybe try running /sbin/depscan.sh before rc-update ??


 Second. I have a completely different wireless configuration at home and at
 the office. This isn't a big issue as I have two configuration files and a
 script that I run by hand to change from home configuration to work
 configuration and vice-versa.

 I'd love to find a way to automatically detect which network I'm in
 proximity to and automatically configure for that network at startup. If
 anyone has any suggestions they would be gladly accepted.

 Thanks.

So do i ;p

-- 
If you're not careful, you're going to catch something.


--
[EMAIL PROTECTED] mailing list



[gentoo-user] usb / hotplug / digital camera problem

2003-03-07 Thread Michael Gruenberger
Hello all,

after trying for 2 days to get my USB digital camera to work under
Gentoo I'm giving up. gphoto2 is working fine under Mandrake so I guess
it's a USB / kernel problem. I've been looking through the forums and
couldn't find an answer, so any help would be appreciated! Camera is a
Mustek gSmart mini 2, but I don't think it matters.

OK, here is the gphoto2 debug output:

--
0.155793 gphoto2-port-core(2): Loaded '' (^serial) from
'libgphoto2_port_serial.so'
0.156099 gphoto2-port-core(2):
'/usr/lib/gphoto2_port/0.5.1/libgphoto2_port_serial.la' is not a library
(/usr/lib/gphoto2_port/0.5.1/libgphoto2_port_serial.la: invalid ELF
header)
0.156389 gphoto2-port-core(2):
'/usr/lib/gphoto2_port/0.5.1/libgphoto2_port_serial.a' is not a library
(/usr/lib/gphoto2_port/0.5.1/libgphoto2_port_serial.a: invalid ELF
header)
0.156907 gphoto2-port-core(2): Loaded 'Universal Serial Bus' (usb:) from
'libgphoto2_port_usb.so'
0.157196 gphoto2-port-core(2):
'/usr/lib/gphoto2_port/0.5.1/libgphoto2_port_usb.la' is not a library
(/usr/lib/gphoto2_port/0.5.1/libgphoto2_port_usb.la: invalid ELF header)
0.157462 gphoto2-port-core(2):
'/usr/lib/gphoto2_port/0.5.1/libgphoto2_port_usb.a' is not a library
(/usr/lib/gphoto2_port/0.5.1/libgphoto2_port_usb.a: invalid ELF header)
0.157721 gphoto2-port-info-list(2): Looking for path 'usb:' (4 entries
available)...
0.157908 gphoto2-port-info-list(2): Getting info of entry 2 (4
available)...
0.158095 gphoto2-camera(2): Setting port info for port 'Universal Serial
Bus' at 'usb:'...
0.158802 gphoto2-port(2): Setting timeout to 5000 millisecond(s)...
0.159125 gphoto2-port(2): Setting settings...
0.159279 setting/gphoto2-setting.c(2): Creating $HOME/.gphoto
0.159589 setting/gphoto2-setting.c(2): Loading settings from file
/home/mgruenb//.gphoto/settings
0.162815 gphoto2-setting(2): Setting key 'port' to value 'usb:'
(gphoto2)
0.162840 gphoto2-setting(2): Saving 12 setting(s) to file
/home/mgruenb//.gphoto/settings
0.162982 main(2): Processing 'model' option ('Mustek gSmart mini 2')...
0.163055 gphoto2-camera(2): Setting abilities ('Mustek gSmart mini
2')...
0.163069 gphoto2-setting(2): Setting key 'model' to value 'Mustek gSmart
mini 2' (gphoto2)
0.163079 gphoto2-setting(2): Saving 12 setting(s) to file
/home/mgruenb//.gphoto/settings
0.163461 gphoto2-camera(2): Initializing camera...
0.163530 gphoto2-port(0): Could not find USB device (vendor 0x55f,
product 0xc420). Make sure this device is connected to the computer.
0.163570 context(0): An error occurred in the io-library ('Bad
parameters'): Could not find USB device (vendor 0x55f, product 0xc420).
Make sure this device is connected to the computer.

*** Error ***
An error occurred in the io-library ('Bad parameters'): Could not find
USB device (vendor 0x55f, product 0xc420). Make sure this device is
connected to the computer.
*** Error (-2: 'Bad parameters') ***
---

/var/log/everything/current
--
Mar  7 23:24:54 [/etc/hotplug/pci.agent] pcimodules is scanning more
than 00:00.0 ...
Mar  7 23:24:54 [/etc/hotplug/pci.agent] Setup snd-via8233 uhci 8139too
ne2k-pci for PCI slot
Mar  7 23:24:54 [kernel] usb.c: registered new driver usbdevfs
Mar  7 23:24:54 [kernel] uhci.c: USB Universal Host Controller Interface
driver v1.1
Mar  7 23:24:54 [kernel] usb.c: new USB bus registered, assigned bus
number 1
Mar  7 23:24:54 [kernel] hub.c: USB hub found
Mar  7 23:24:54 [kernel] uhci.c: USB UHCI at I/O 0xb000, IRQ 21
Mar  7 23:24:54 [kernel] usb.c: new USB bus registered, assigned bus
number 2
Mar  7 23:24:54 [kernel] hub.c: USB hub found
Mar  7 23:24:54 [kernel] uhci.c: USB UHCI at I/O 0xb400, IRQ 21
Mar  7 23:24:54 [kernel] usb.c: new USB bus registered, assigned bus
number 3
Mar  7 23:24:54 [kernel] hub.c: USB hub found
Mar  7 23:24:54 [/etc/hotplug/pci.agent] pcimodules is scanning more
than 00:01.0 ...
Mar  7 23:24:54 [/etc/hotplug/pci.agent] Setup snd-via8233 uhci 8139too
ne2k-pci for PCI slot
Mar  7 23:24:54 [/etc/hotplug/pci.agent] pcimodules is scanning more
than 00:05.0 ...
Mar  7 23:24:54 [/etc/hotplug/pci.agent] Setup snd-via8233 uhci 8139too
ne2k-pci for PCI slot
Mar  7 23:24:55 [/etc/hotplug/pci.agent] pcimodules is scanning more
than 00:06.0 ...
Mar  7 23:24:55 [/etc/hotplug/pci.agent] Setup snd-via8233 uhci 8139too
ne2k-pci for PCI slot
Mar  7 23:24:55 [/etc/hotplug/pci.agent] pcimodules is scanning more
than 00:07.0 ...


-

lsmod:
-snip-
uhci   23760   0  (unused)
usbcore54944   1  [uhci]
-/snip-

libusb + hotplug are installed. I copied the hotplug file to
/etc/hotplug/usb/usbcam and set up usb.usermap, but /proc/bus/usb
doesn't change user or group ownership (I tried both).

Thanks in advance for any help!

Cheers,

Michael.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] usb / hotplug / digital camera problem

2003-03-07 Thread Louis C. Candell
Michael Gruenberger [EMAIL PROTECTED] writes:

 Hello all,
 
 after trying for 2 days to get my USB digital camera to work under
 Gentoo I'm giving up. gphoto2 is working fine under Mandrake so I guess
 it's a USB / kernel problem. I've been looking through the forums and
 couldn't find an answer, so any help would be appreciated! Camera is a
 Mustek gSmart mini 2, but I don't think it matters.
 
 OK, here is the gphoto2 debug output:


 -
 
 lsmod:
 -snip-
 uhci   23760   0  (unused)
 usbcore54944   1  [uhci]
 -/snip-
 


I dont have the same camera as you, but I do have a IBM Netcam which took
me a little while to figure out how to get it working and running
under Linux. 

I tried using the uhci modules, but it wouldnt run with just that, so
I had to use usb-uhci. Have you tried using that module?

Here are the contents of my /etc/modules.autoload  :

usb-uhci
usbvideo
videodev
ibmcam

I couldnt get the camera to work by just loading the modules because
I must have loaded the wrong modules or in the wrong order, but the
camera was recognized 100% and works perfectly under gnome-meeting
after restarting the box with the above included in the
modules.autoload file.

I was getting similar errors to the ones you posted within your
email, so maybe you just loaded the wrong modules since my camera
would not work when I just loaded the uhci module alone.

I had to restart a couple of times with different combination of
modules being loaded at startup, and the above combination had devfs
recognize the camera without any problems...

Hope that helps

-- 
Louis C. Candell

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] 2.4.20 and Via Sound

2003-03-07 Thread Alexander Futasz
On Fri, 7 Mar 2003 09:41:29 -0500, Matthew Daubenspeck wrote:
 Drat. Do you have any problems when using it with alsa? If I am using
 XMMS and browsing the web, anytime the flash plugin is called, I get a
 device busy and the browser locks up until I stop XMMS. The browser
 then works again...
 
 Any suggestions?

Update. I use alsa-driver 0.9.0_rc6, alsa-lib 0.9.0_rc6, netscape-flash
6.0.69 (although 6.0.79 should be in portage soon). Sound works flawless
and since flash6 the webbrowser never locks up if xmms or anything
else is using /dev/dsp. It just plays the flash stuff in silence.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Upgrade to X4.3, keyboard layout chaged.

2003-03-07 Thread Norberto Bensa
On Friday 07 March 2003 02:15 pm, Yinchie wrote:
 Hey,

 Stupid question but what keycombination is AltGr ?

Right Alt. Xev says it has keycode 113. Don't know about US keyboards which 
only have Alt (left and right.)

Regards,
Norberto


pgp0.pgp
Description: signature


Re: [gentoo-user] Warning to hardware purchasers

2003-03-07 Thread Ajay Sharma
On Fri, 7 Mar 2003 [EMAIL PROTECTED] wrote:

 * gabriel [EMAIL PROTECTED] [2003-03-07 14:02:24 -0500]:

  i've been in the market for new hardware (well... i'm always in the market for 
  new hardware)... but what are the urls for these companies?

 Ever hear of Google?

No.  Do you have a URL?  :)

later,
ajay


Satyajot (Ajay) Sharma 
[EMAIL PROTECTED]



--
[EMAIL PROTECTED] mailing list



[gentoo-user] USB card readers

2003-03-07 Thread Richard Revis
I have a 7in1 (with 4 ports, and identified as a 5 disk reader by
usb-modules, hmm) card reader.

The CF part works fine, it just needs modprobe usb-storage and mount
/dev/sda2. Does anyone have one of these working with MMC cards however, as
I am at a bit of a loss how to do it?

Many thanks,

Richard

-- 
Lightspeed - the less fattening alternative to fullspeed.
1:11:58  up 16 days,  2:35,  2 users,  load average: 0.04, 0.01, 0.00
RX bytes:343316824 (327.4 Mb)  TX bytes:223784260 (213.4 Mb)
E-mail address munged to prevent spam.



--
[EMAIL PROTECTED] mailing list



[gentoo-user] ghostscript emerge failure

2003-03-07 Thread el lodger

Bug 17050
Has anyone gotten ghostscript-7.05.6 to build?
-- 
Powered by GENTOO LINUX 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: affraid of these warnings

2003-03-07 Thread Collins Richey
On Thu, 6 Mar 2003 11:29:42 -0500
Bryan Feir [EMAIL PROTECTED] wrote:

 On Thu, Mar 06, 2003 at 01:36:45AM -0500, Ben Sparks wrote:
  Now another problem my swap file is not being initiated at boot.  I have 
  to run the swapon command in a console for it to start the swap file.  I 
  have looked at my fstab file, I thinkit is setup right.  Does anyone 
  know what I might do to fix this little problem.
 
What may be the problem is that gentoo's automatic fstab creator seems
 to create the swap line as:
 
 /dev/SWAP   none   swapsw   0 0
 
 but that doesn't mean that the /dev/SWAP necessarily exists in devfs.  If
 /dev/SWAP doesn't exist, then this line won't work.  So either change the
 line in /etc/fstab to refer to the real /dev/ device, or add a symbolic
 link for SWAP to point to the device.
 

Gentoo does not automatically create a usable fstab; you always have to edit it.  When 
you see /dev/SWAP, this means edit it to read /dev/hdxy, where xy is the correct 
location of your swap partition.

--
Collins

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Newbie question - migration from RH8

2003-03-07 Thread Collins Richey
On Fri, 07 Mar 2003 08:38:26 -0500
brett holcomb [EMAIL PROTECTED] wrote:

 Because of the great portage system releases have no 
 meaning for Gentoo except for the CDs.  Install 1.4rc3 and 
 then keep up with
 
 emerge synch
 emerge -u system
 emerge -u world
 
 You might want to do -up for each just to see what it will 
 update and check it over.
 
 This way you keep up to date and when 1.4 is released you 
 are at 1.4 already.
 
 On Fri, 07 Mar 2003 12:48:02 +0100
   Jose Gonzalez Gomez [EMAIL PROTECTED] wrote:
 
 First of all, thanks to all that have provided advice 
 on how to migrate.
 
 Ok, so I've made up my mind and want to migrate to 
 Gentoo... should 
 Iwait until 1.4 final or does the portage system make 
 irrevelevant the 
 distribution you start with? Is there an expeceted 
 release date for 1.4 final?
 

With gentoo, there's almost never a good reason to wait, unless you need something 
special in the Livecd or something like the latest and greatest XFree.  The latest and 
greatest XFree will either provide something you can't live without, or it will 
totally cobble your system.  The latter is more likely!

Don't wait.  You can upgrade anything that comes out with 1.4 final when it's ready.

--
Collins


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Lindows Mobile PC - semi OT

2003-03-07 Thread herzog

Has anyone seen these yet?  I'm thinking of getting one (would be
replacing lindows with gentoo, of course).  The extreme lightweight for
such an economical price would be great!

http://www.lindows/com/799


-- 
Larry Herzog Jr.Do nothing out of selfish ambition or vain
ZRXOA #1029  conceit, but in humility consider others
[EMAIL PROTECTED]  better than yourselves. - Philippians 2:3

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Xtart for Gentoo

2003-03-07 Thread Collins Richey
On Fri, 07 Mar 2003 15:16:34 -0800
Susie [EMAIL PROTECTED] wrote:

 On Fri, 07 Mar 2003 17:59:33 -0500
 Ryan Grange [EMAIL PROTECTED] wrote:
 
  Is there something equivalent to Mandrake's Xtart for selecting a 
  desktop environment to start from the command line?
 
 Try selectwm.  It's what I use and it launches X then has a graphical
 util for choosing which window manager you use.  Other than that yes you
 can startx and specify what window manager you wish to use in an
 .xintrc
 

wdm is what I'm using, but not from the command line, I'm starting it and using it for 
gui logins.  The only real drawback is that you have to enter userid/password even to 
shutdown.

--
Collins

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] init scripts and linux-wlan-ng

2003-03-07 Thread Timothy Grant
On Friday 07 March 2003 03:20 pm, Yannick Le Saint wrote:
 On Friday 07 March 2003 18:54, Timothy Grant wrote:
  linux-wlan-ng uses an init script called wlan. This is not a Gentoo
  flavour init script, but it still works pretty well. The problem is that
  I want my net.wlan0 init script to need the wlan init script and I'm
  not sure how to do this. I've tried...
 
  init.d/wlan..
  depend {
  provide wlan
  }
 
  init.d/net.wlan0...
  depend {
  need wlan
  }
 
  but that doesn't work as rc-update bitches about wlan not being a
  dependancy or something like that.

 Maybe try running /sbin/depscan.sh before rc-update ??

Nope, here's what happens when I try that...

[EMAIL PROTECTED]) ./depscan.sh
 
* Caching service dependencies...
 * NEED:  can't find service wlan needed by net.wlan0;
 *continuing...[ ok ]
([EMAIL PROTECTED])

It was an excellent idea though as I've now learned a lot more about how 
init.d dependencies work!


-- 
Stand Fast,
tjg.

Timothy Grant
www.craigelachie.org


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Lindows Mobile PC - semi OT

2003-03-07 Thread gregor battig
hi larry!

i agree, they do look cute - but according to a post on slashdot you won't
be getting one soon -
http://slashdot.org/article.pl?sid=03/03/03/1728252mode=threadtid=167
quote
Shipping beats small and / or light. jcarr writes Seems Lindows can't ship
the portables it advertised. I ordered one from GearZoo the day it was
reported. The CEO of GearZoo sent the attached email about it. Sounds like
an opportunity for another manufacturer.
   Dear Customer,

   Because of recent licensing issues with Lindows.com, our supplier is
unable to ship us any Lindows Mobile PC's. Thus, we are unable to fulfill
your order for this product. We sincerely apologize for any inconvenience
this may have caused you. We would, however, like to offer you the eNote
Travel Lite notebook for purchase. The Travel Lite has similar
specifications to the Lindows Mobile PC, and comes installed with Microsoft
Windows XP Home Edition for only $879. You can also purchase the eNote
without an operating system installed for only $789. The $10.00 discount I
emailed you earlier would also apply to this purchase as well.
   We are receiving a shipment of the Travel Lites later this week, and
will be shipping them out to customers next week. We will also have the
Travel Lite product information up on our Web site on Tuesday, March 4.
Please let us know if you would like to replace your Lindows Mobile PC
order with an eNote Travel Lite. If you decide to cancel your original
order, then please let us know and we will process your request immediately.
   Once again, our sincere apologies. We look forward to hearing back from
you regarding your order.'
/quote

i wonder what the licensing issues might be...

sorry to disappoint you,
greg
--On 07.03.2003 21:08 -0600 [EMAIL PROTECTED] wrote:

Has anyone seen these yet?  I'm thinking of getting one (would be
replacing lindows with gentoo, of course).  The extreme lightweight for
such an economical price would be great!
 	http://www.lindows/com/799

--
Larry Herzog Jr.Do nothing out of selfish ambition or vain
ZRXOA #1029  conceit, but in humility consider others
[EMAIL PROTECTED]  better than yourselves. - Philippians 2:3
--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] init scripts and linux-wlan-ng

2003-03-07 Thread Timothy Grant
On Saturday 08 March 2003 03:41 am, Lai Liu-yuan wrote:
 On Fri, 7 Mar 2003 10:54:48 -0800

 Timothy Grant [EMAIL PROTECTED] wrote:
 
  init.d/wlan..
  depend {
  provide wlan
  }
 
  init.d/net.wlan0...
  depend {
  need wlan
  }
 
  but that doesn't work as rc-update bitches about wlan not being a
  dependancy or something like that.

 Maybe it is use. But can you explain why wlan instead pcmcia? pcmcia
 works fine for me?

use doesn't seem to work either, and I use wlan-ng instead of pcmcia cause 1) 
It's not a pcmcia card. It's a built-in mini-PCI Prism2. and 2) because I 
can't stand the orinoco drivers, and they don't work well for me.

  I'd love to find a way to automatically detect which network I'm in
  proximity to and automatically configure for that network at startup. If
  anyone has any suggestions they would be gladly accepted.

 I thought the default setting in wlan-conf is SSID_wlan0=, which means
 any network in the range. I am using my wireless card in my home and at
 school, no need to configure another wlancfg- file. Of course, unless
 you want to access specific AP.

I certainly wish that were the case, the SSID_wlan0 setting only tells the 
system which wlancfg-XX file to use.

I can't figure out a way to determine SSID before starting the network. Heck 
I'd be content with determining the MAC address of base-station before 
bringing up the interface.

-- 
Stand Fast,
tjg.

Timothy Grant
www.craigelachie.org


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Lindows Mobile PC - semi OT

2003-03-07 Thread Norberto BENSA
On Saturday 08 March 2003 12:08 am, [EMAIL PROTECTED] wrote:
   http://www.lindows/com/799

I do not want to sound like a purist, but their site looks a lot like 
http://www.apple.com/

And Lindows... Come on! I won't buy an OS named Lindows! In spanish, lindows 
sounds like lindos (something like pretty :-)

Greetings,
Norberto



pgp0.pgp
Description: signature


[gentoo-user] Install dilemma need some advice

2003-03-07 Thread Ernie Schroder
I've got the new machine built. Leadtek nForce2 based mobo, AthlonXP2100 
512megs DDR2700... I couldn't get the onboard nic or a pci slot nic 
fired up with my 1.4-rc2 live cd but an rc3 CD boots with the gentoo 
nonet option and dhcpcd eth0 fires it up fine.
Any way, I started my install and partitioned and formatted the new 80 
gig drive, then started the steps to make directories and mount the 
partitions. 
First thing I noticed, when I did mkdir /mnt/gentoo it told me it 
couldn't create the directory because there already was a /mnt/gentoo. 
How can that be?
While I was pondering that, the power went out.Yup, the UPS was sitting 
on the dryer in the laundry room charging up
I rebooted and the machine is hung at Verifying DMI pool data. It sat 
there like that for 10 minutes. I hit the reset and the same thing. 
It's been like that for an hour now. Is my new drive toast? does anyone 
have any ideas?
-- 
Regards, Ernie
100% Microsoft and Intel free

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Install dilemma need some advice

2003-03-07 Thread Jonathan Morton
While I was pondering that, the power went out.Yup, the UPS was sitting
on the dryer in the laundry room charging up
Wait, you have to disconnect your UPS to charge it?  I thought most 
were designed to charge themselves, regardless of whether they were 
attached to their machines or not.

I rebooted and the machine is hung at Verifying DMI pool data.
That's before it loads anything from the drive, isn't it?  I'd 
suspect the power outage also contained a couple of spikes, which may 
have damaged your m/board.

Go into the BIOS and tell it to reset ESCD data, if it has one of 
those under the PCI/PnP settings.  That might help.

--
--
from: Jonathan Chromatix Morton
mail: [EMAIL PROTECTED]
website:  http://www.chromatix.uklinux.net/
tagline:  The key to knowledge is not to rely on people to teach you it.
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Install dilemma need some advice

2003-03-07 Thread Ernie Schroder
On Friday 07 March 2003 23:48, Jonathan Morton wrote:
 While I was pondering that, the power went out.Yup, the UPS was
  sitting on the dryer in the laundry room charging up

 Wait, you have to disconnect your UPS to charge it?  I thought most
 were designed to charge themselves, regardless of whether they were
 attached to their machines or not.

 I rebooted and the machine is hung at Verifying DMI pool data.

 That's before it loads anything from the drive, isn't it?  I'd
 suspect the power outage also contained a couple of spikes, which may
 have damaged your m/board.

 Go into the BIOS and tell it to reset ESCD data, if it has one of
 those under the PCI/PnP settings.  That might help.

reset ESCD data WAS enabled in BIOS, disabling,booting then reenabling 
didn't help. I put an old 8 gig drive with Gentoo on it in and it 
boots. Yup, Fried the harddrive. SOB!! Well, back to CompUSA in the 
morning.
-- 
Regards, Ernie
100% Microsoft and Intel free

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Install dilemma need some advice

2003-03-07 Thread Jason Giangrande


I rebooted and the machine is hung at Verifying DMI pool data. It sat 
there like that for 10 minutes. I hit the reset and the same thing. 
It's been like that for an hour now. Is my new drive toast? does anyone 
have any ideas?

I would suggest you un-plug the hard drive or plug in another one (if 
available) to see if the problem still exists.  Sometimes, when stuff 
like that happen, the MBR (master boot record) of the hard drive gets 
confused so if all else fails and you don't get the Verifying DMA pool 
data error with that hard drive not in your system, you could try to 
erase the master boot record.  But be warned, if you have data on the 
hard drive more than likely it will be inaccessible after you do this.

Jason

Ernie Schroder wrote:

I've got the new machine built. Leadtek nForce2 based mobo, AthlonXP2100 
512megs DDR2700... I couldn't get the onboard nic or a pci slot nic 
fired up with my 1.4-rc2 live cd but an rc3 CD boots with the gentoo 
nonet option and dhcpcd eth0 fires it up fine.
	Any way, I started my install and partitioned and formatted the new 80 
gig drive, then started the steps to make directories and mount the 
partitions. 
First thing I noticed, when I did mkdir /mnt/gentoo it told me it 
couldn't create the directory because there already was a /mnt/gentoo. 
How can that be?
While I was pondering that, the power went out.Yup, the UPS was sitting 
on the dryer in the laundry room charging up
	I rebooted and the machine is hung at Verifying DMI pool data. It sat 
there like that for 10 minutes. I hit the reset and the same thing. 
It's been like that for an hour now. Is my new drive toast? does anyone 
have any ideas?
 

--
-Jason Giangrande
 giangrande.org - http://www.giangrande.org http://www.giangrande.org/
 Dog's I View - http://www.dogsiview.com http://www.dogsiview.com/
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] KDE 3.1 Compile fails at kdeaddons

2003-03-07 Thread Mike Williams
On Sat, 2003-03-08 at 06:37, richard terry wrote:
 I've not received any replies on where to find the log file for the compile.
 The emerge.log simply noted the failure. I downloaded another copy of the
 kdeaddons from another mirror and it crashed at the same place. I couldn't
 copy the file anywhere, but it said something I think on line 117. Also I
 noticed, just before these messages that it said something about lib ogg
 vorbis having been moved, however it all scrolled off the top of the screen
 too quickly to catch.
 
 Does this help?

What is wanted is the last few lines of the output *before* the compile
failed, *and* all the lines of errors as it died. Generally, you'll get
one error, and a short cascade of additional errors as the compile dies.
If the compile generated a warning, but continued it'll probably have no
impact.

As for re-downloading from another mirror, that's a waste of effort, as
portage checks the MD5 sum of the downloaded file before it unpacks it.
So you can be sure you've got the correct file.


Damn, I sound mean. Sorry, rather irritated after 9 hours at work alone,
with 3 more to go, and tired :(

-- 
Mike Williams [EMAIL PROTECTED]

p.s. Richard Terry? (radiac?)


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


Re: [gentoo-user] KDE 3.1 Compile fails at kdeaddons

2003-03-07 Thread richard terry
Mike, 

I can understand from this what you need, however I still don't know how to 
'capture' those last few lines short of writing them all down, and the 
compile seems to fail and stuff goes past so fast it scrolls off the top of 
the screen.

Sorry, I'm not more capable of describing it.

Thanks

Richard

On Sat, 8 Mar 2003 07:54 am, Mike Williams wrote:
 On Sat, 2003-03-08 at 06:37, richard terry wrote:
  I've not received any replies on where to find the log file for the
  compile. The emerge.log simply noted the failure. I downloaded another
  copy of the kdeaddons from another mirror and it crashed at the same
  place. I couldn't copy the file anywhere, but it said something I think
  on line 117. Also I noticed, just before these messages that it said
  something about lib ogg vorbis having been moved, however it all scrolled
  off the top of the screen too quickly to catch.
 
  Does this help?

 What is wanted is the last few lines of the output *before* the compile
 failed, *and* all the lines of errors as it died. Generally, you'll get
 one error, and a short cascade of additional errors as the compile dies.
 If the compile generated a warning, but continued it'll probably have no
 impact.

 As for re-downloading from another mirror, that's a waste of effort, as
 portage checks the MD5 sum of the downloaded file before it unpacks it.
 So you can be sure you've got the correct file.


 Damn, I sound mean. Sorry, rather irritated after 9 hours at work alone,
 with 3 more to go, and tired :(


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] KDE 3.1 Compile fails at kdeaddons

2003-03-07 Thread Mike Williams
On Sat, 2003-03-08 at 06:05, richard terry wrote:
 Mike, 
 
 I can understand from this what you need, however I still don't know how to 
 'capture' those last few lines short of writing them all down, and the 
 compile seems to fail and stuff goes past so fast it scrolls off the top of 
 the screen.
 
 Sorry, I'm not more capable of describing it.

Ahh, a console user?

I'd suggest using 'tee', i.e. 'emerge kdeaddons|tee a_log_file'.
You'll still get the output to the console, but it will be written to
a_log_file also.

HTH

-- 
Mike Williams [EMAIL PROTECTED]


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


Re: [gentoo-user] text mode email program

2003-03-07 Thread Mike Williams
On Sat, 2003-03-08 at 06:09, richard terry wrote:
 I'm trying as previously mentioned to figure out why kdeaddons fails to 
 compile, and I don't know if there is a text mode email program in the basic 
 install I could use, instead of having to pull the hard drive out  and swap 
 to a working gui-linux distribution to do my mailing to the list.
 
 Any suggestions

I hear good things of mutt, but never used it myself.
There is something based on/around emacs I believe (gnus ?)
But my personal fave is pine.

-- 
Mike Williams [EMAIL PROTECTED]


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


Re: [gentoo-user] mod_php error

2003-03-07 Thread Louis C. Candell
[EMAIL PROTECTED] writes:

 I am getting the following error when trying to emerge mod_php  (the only
 thing that is failing from a recent emerge -u world)...
 
 

The error was nothing?

What an easy error to fix!

-- 
Louis C. Candell

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mod_php error

2003-03-07 Thread herzog

On Sat, 8 Mar 2003, Louis C. Candell wrote:
 The error was nothing?

 What an easy error to fix!

This is what I sent:

On Sat, 8 Mar 2003 [EMAIL PROTECTED] wrote:

 I am getting the following error when trying to emerge mod_php  (the
only
 thing that is failing from a recent emerge -u world)...

 .
 .
 .
 checking for jpeg_read_header in -ljpeg... no
 configure: error: libjpeg not found!

 !!! ERROR: dev-php/mod_php-4.3.1 failed.
 !!! Function src_compile, Line 217, Exitcode 1
 !!! bad ./configure


-- 
Larry Herzog Jr.Do nothing out of selfish ambition or vain
ZRXOA #1029  conceit, but in humility consider others
[EMAIL PROTECTED]  better than yourselves. - Philippians 2:3

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mod_php error

2003-03-07 Thread Louis C. Candell
[EMAIL PROTECTED] writes:

 On Sat, 8 Mar 2003, Louis C. Candell wrote:
  The error was nothing?
 
  What an easy error to fix!
 
 This is what I sent:
 
 On Sat, 8 Mar 2003 [EMAIL PROTECTED] wrote:
 
  I am getting the following error when trying to emerge mod_php  (the
 only
  thing that is failing from a recent emerge -u world)...
  .
  checking for jpeg_read_header in -ljpeg... no
  configure: error: libjpeg not found!
 
  !!! ERROR: dev-php/mod_php-4.3.1 failed.
  !!! Function src_compile, Line 217, Exitcode 1
  !!! bad ./configure

Use the following USE flag in /etc/make.conf :

-jpeg

That should work.

-- 
Louis C. Candell

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mod_php error

2003-03-07 Thread Mike Williams
On Sat, 2003-03-08 at 07:39, Louis C. Candell wrote:
   checking for jpeg_read_header in -ljpeg... no
   configure: error: libjpeg not found!
  
   !!! ERROR: dev-php/mod_php-4.3.1 failed.
   !!! Function src_compile, Line 217, Exitcode 1
   !!! bad ./configure
 
 Use the following USE flag in /etc/make.conf :
 
 -jpeg
 
 That should work.

I'd be inclined to look at the config.log, especially as I have php
installed with jpeg enable, to actually find the error.
In my experience many 'libblah not found!' are attributed to broken
installs (i.e. a dependancy got removed), and usually fixed by
re-emerging the affected lib.

(I couldn't read the TOC of DVDs' from dvdrip, it kept popping up a box
and telling me to put a DVD in the drive. I found where the error was
generated in the source, and the failing command (tcprobe) which
triggered it. Running the command manually showed a missing lib
(libdvdread), re-emerged transcode, and I carried on and divx'd the DVD)

-- 
Mike Williams [EMAIL PROTECTED]


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