Re: [gentoo-user] --depclean won't work anymore.

2008-11-23 Thread Alan McKinnon
On Sunday 23 November 2008 06:23:41 Dale wrote:
 I guess we need to add that option to make sure we are REALLY up to
 date.  Isn't there a way to tell a command to add options without typing
 it in each time?  Not just portage but any command.  It may work well
 for this.  Than again, that may mess up a -C command.   o_O

Define an alias in your profile to get that

-- 
alan dot mckinnon at gmail dot com




Re: [gentoo-user] /usr/lib/perl5: file not recognized: Is a directory

2008-11-23 Thread Jorge Peixoto de Morais Neto
 Did you try the usual; e.g. revdep-rebuild -p -v -i and  perl-cleaner?
I didn't know of perl-cleaner. I have never used it, and I don't
remember any emerge message telling me to use it (like a python update
does).
I have just ran per-cleaner all ask. First I run as a normal user (as
a test; I was expecting it to complain about lack of permissions),
then as root.
Did I do any harm to my system?

-- 
Software is like sex: it is better when it is free - Linus Torvalds



Re: [gentoo-user] --depclean won't work anymore.

2008-11-23 Thread Dale
Alan McKinnon wrote:
 On Sunday 23 November 2008 06:23:41 Dale wrote:
   
 I guess we need to add that option to make sure we are REALLY up to
 date.  Isn't there a way to tell a command to add options without typing
 it in each time?  Not just portage but any command.  It may work well
 for this.  Than again, that may mess up a -C command.   o_O
 

 Define an alias in your profile to get that

   

Cool.  It works best here:  /etc/bash/bashrc  About line 68 on my file. 
Looks like a script but it seems to work. 

I hope I don't bork my system playing with this.  LOL

Thanks

Dale

:-)  :-) 



Re: [gentoo-user] openoffice emerge failing

2008-11-23 Thread Jorge Peixoto de Morais Neto
On Fri, Nov 21, 2008 at 12:17 PM, Michael P. Soulier
[EMAIL PROTECTED] wrote:
 On 20/11/08 Michael P. Soulier said:
 On 20/11/08 Redouane Boumghar said:
  SO please check how much available memory you have

 I have 1Gig in this system, and I'm planning to add more.

 So, I killed firefox to free up memory and let it build overnight. The build
 completed successfully. Perhaps it was a memory issue.

 I'm starting to think that ebuilds need available memory requirements. Don't
 build this without 1Gig of free memory, etc...

There is this in the Openoffice ebuild
# Check if we have enough RAM and free diskspace to build this beast
CHECKREQS_MEMORY=512
use debug  CHECKREQS_DISK_BUILD=8192 || CHECKREQS_DISK_BUILD=5120
check_reqs

I have one observation and one doubt
Observation: more packages should have warnings against this. GCC 4.3
needs more than 1.5GiB of disk space to build, at least with the USE
flags fortran gcj gtk mudflap openmp.

Doubt: don't you have enough swap? Does Openoffice need so much memory
that even with swap it failed?



Re: [gentoo-user] --depclean won't work anymore.

2008-11-23 Thread Daniel Pielmeier
Dale schrieb am 23.11.2008 10:06:
 Alan McKinnon wrote:
 On Sunday 23 November 2008 06:23:41 Dale wrote:
   
 I guess we need to add that option to make sure we are REALLY up to
 date.  Isn't there a way to tell a command to add options without typing
 it in each time?  Not just portage but any command.  It may work well
 for this.  Than again, that may mess up a -C command.   o_O
 
 Define an alias in your profile to get that

   
 
 Cool.  It works best here:  /etc/bash/bashrc  About line 68 on my file. 
 Looks like a script but it seems to work. 
 
 I hope I don't bork my system playing with this.  LOL

I think there is a more elegant solution by using EMERGE_DEFAULT_OPTS in
make.conf.

grep EMERGE_DEFAULT_OPTS /etc/make.conf
EMERGE_DEFAULT_OPTS=--with-bdeps y --nospinner

From man.make.conf:

EMERGE_DEFAULT_OPTS

Options to append to the end of the emerge(1) command line on every
invocation. These options will not be appended to the command line if
--ignore-default-opts is specified.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] --depclean won't work anymore.

2008-11-23 Thread Dale
Daniel Pielmeier wrote:
 Dale schrieb am 23.11.2008 10:06:
   
 Alan McKinnon wrote:
 
 On Sunday 23 November 2008 06:23:41 Dale wrote:
   
   
 I guess we need to add that option to make sure we are REALLY up to
 date.  Isn't there a way to tell a command to add options without typing
 it in each time?  Not just portage but any command.  It may work well
 for this.  Than again, that may mess up a -C command.   o_O
 
 
 Define an alias in your profile to get that

   
   
 Cool.  It works best here:  /etc/bash/bashrc  About line 68 on my file. 
 Looks like a script but it seems to work. 

 I hope I don't bork my system playing with this.  LOL
 

 I think there is a more elegant solution by using EMERGE_DEFAULT_OPTS in
 make.conf.

 grep EMERGE_DEFAULT_OPTS /etc/make.conf
 EMERGE_DEFAULT_OPTS=--with-bdeps y --nospinner

 From man.make.conf:

 EMERGE_DEFAULT_OPTS

 Options to append to the end of the emerge(1) command line on every
 invocation. These options will not be appended to the command line if
 --ignore-default-opts is specified.

   

True, right now I have only changed the ls command as far as the alias
thing goes.  I'll find some more tho I'm sure.

I have the same old make.conf I had from my original install about 5
years ago.  I used to have a make.conf.example but it seems to have been
moved to /usr/share/portage/config which is odd.  I put a link to /etc
so I don't feel so lost.  Anyway, I wonder what affect that would have
on say a emerge -C package-name?  Would there be any other gotchas
when adding that would not be a good idea?  Would portage just ignore it
during certain commands?  As far as updates, I would like it to add that
but not sure what other affects that may have. 

Your thoughts?

Dale

:-)  :-) 



Re: [gentoo-user] --depclean won't work anymore.

2008-11-23 Thread Dale
Daniel Pielmeier wrote:
 Dale schrieb am 23.11.2008 11:31:
   


 I think I got the information about --with-bdeps from here [1], so this
 is all the information I have.
 Also I am still on stable portage, while I guess you are not (as
 /etc/make.conf.example is still in place), so I don't know if there has
 anything changed in the meantime regarding this option.

 [1] http://www.gentoo.org/proj/en/portage/doc/faq.xml


   

I did go unstable with portage.  You are right there.  Since I am
running unstable and some docs may not be up to date, I read the emerge
man page.  I may just test it with the -p or -a option to see what it
does.  If it doesn't go crazy and want to remove everything in world, it
may be OK.  emerge is currently running so I'll have to wait to test it.

By the way, the new portage rocks!  It can handle blocks and stuff a LOT
easier.  I think the devs are singing from the same sheet music again. 
GO DEVS!!!

Dale

:-)  :-) 



[gentoo-user] Touchscreen does not react

2008-11-23 Thread JC D
Hi group,

I have a HP tx1000 with touchscreen.  In the forum I found that there is a 
chance to get the Touchscreen running with the new beta-version of the eGalax 
driver. (http://210.64.17.162/web20/TouchKitDriver/linuxDriver.htm)

The manual installation worked but when I try to callibrate the screen it does 
not react.

# grep EE /var/log/Xorg.0.log

No HID Touch Controlled Found!

Can anyone help me out, please?

Thanx,
JC





  

[gentoo-user] Using projector as my monitor

2008-11-23 Thread Norman Hakim
hi all,

Do i have to configure anything so that i can connect my pc using projector as 
my monitor?or do i just directly connect without any configuration?

NORMAN HAKIM YAHYA 


  



[gentoo-user] How to run dhclient on the background

2008-11-23 Thread damian
Hello,

When I boot my computer I don't want to wait for the dhcp client (in
my case dhclient) to acquire a lease to continue the booting process.
Instead, I would like that the client could be run in the background
(as a daemon) right after it is invoked.

Reading through the man pages of dhclient it seems like I need to pass
the -nw flag to the client. However. I can't find how to do this.

Any help is welcomed. It seems like I'm the only one with this issue
(I don't think so) because I can't find in the internet information
about this.

Thanks in advance,
Damian.



Re: [gentoo-user] unmask what ?

2008-11-23 Thread Dale
[EMAIL PROTECTED] wrote:
 Hi

 While doing revdep-rebuild I got this one:

 Calculating dependencies /
 !!! All ebuilds that could satisfy media-libs/gst-plugins:0.8 have been 
 masked.
 !!! One of the following masked packages is required to complete your request:
 - media-libs/gst-plugins-0.8.11 (masked by: )


 In package-keywords I did a 
 media-libs/gst-plugins ~x86
 in beforehand. But it seems that revdep-rebuild/emerge/portage
 needs the ' ' to unmask this one, hu?

 So, how can I unmask gst-plugins?


 Keep hacking!
 mcc



   

You have to unmask it.  Put that package in the
/etc/portage/package.unmask file.  Then try it again. 

Hope that helps and I am not missing something else that may be causing
this.

Dale

:-)  :-) 



Re: [gentoo-user] unmask what ?

2008-11-23 Thread Dale
[EMAIL PROTECTED] wrote:
 Yes, I know...the only thing I dont know is the name of the flag,
 Dorry, if my satiric comment of my previous posting miss its target ;) 


   

This is a sample of my file.  This should help.

[EMAIL PROTECTED] / # cat /etc/portage/package.unmask
#=app-pda/libopensync-0.36
=dev-util/cmake-2.4.7
=kde-base/kitchensync-3.5.9-r1
=kde-base/ksysguard-3.5.9-r1
=net-print/foomatic-filters-3.0.20070501
=app-pda/libopensync-0.36
=app-cdr/cdrtools-2.01.01_alpha42
=sys-kernel/gentoo-sources-2.6.25-r6
#=x11-drivers/nvidia-drivers-177.13
=app-portage/udept-0.5.99.0.2.95-r1
=x11-apps/xinit-1.0.5-r2
=app-portage/eix-0.13.5
=app-crypt/qca-1.0-r3
=app-cdr/cdrtools-2.01.01_alpha52



[EMAIL PROTECTED] / #

Note the ones with the number symbol are commented out and ignored by
portage.  Also, if you want to unmask without using the equal, or
greater/less than signs, leave off the version number on the end.  I'm
not sure what you mean by a flag?

That help?

Dale

:-)  :-) 



Re: [gentoo-user] unmask what ?

2008-11-23 Thread meino . cramer
Yes, I know...the only thing I dont know is the name of the flag,
Dorry, if my satiric comment of my previous posting miss its target ;) 


Dale [EMAIL PROTECTED] [08-11-23 13:36]:
 [EMAIL PROTECTED] wrote:
  Hi
 
  While doing revdep-rebuild I got this one:
 
  Calculating dependencies /
  !!! All ebuilds that could satisfy media-libs/gst-plugins:0.8 have been 
  masked.
  !!! One of the following masked packages is required to complete your 
  request:
  - media-libs/gst-plugins-0.8.11 (masked by: )
 
 
  In package-keywords I did a 
  media-libs/gst-plugins ~x86
  in beforehand. But it seems that revdep-rebuild/emerge/portage
  needs the ' ' to unmask this one, hu?
 
  So, how can I unmask gst-plugins?
 
 
  Keep hacking!
  mcc
 
 
 

 
 You have to unmask it.  Put that package in the
 /etc/portage/package.unmask file.  Then try it again. 
 
 Hope that helps and I am not missing something else that may be causing
 this.
 
 Dale
 
 :-)  :-) 
 

-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.



Re: [gentoo-user] unmask what ?

2008-11-23 Thread meino . cramer
I know the unmask procedure as something like (for example)
kde-base/kitchensync ~x86 
in case of an ordinary intelish PC...
So, if unmasking without the ~x86 I will
try that.
mcc


Dale [EMAIL PROTECTED] [08-11-23 13:56]:
 [EMAIL PROTECTED] wrote:
  Yes, I know...the only thing I dont know is the name of the flag,
  Sorry, if my satiric comment of my previous posting miss its target ;) 
^
My,Typo corrected

 
 

 
 This is a sample of my file.  This should help.
 
 [EMAIL PROTECTED] / # cat /etc/portage/package.unmask
 #=app-pda/libopensync-0.36
 =dev-util/cmake-2.4.7
 =kde-base/kitchensync-3.5.9-r1
 =kde-base/ksysguard-3.5.9-r1
 =net-print/foomatic-filters-3.0.20070501
 =app-pda/libopensync-0.36
 =app-cdr/cdrtools-2.01.01_alpha42
 =sys-kernel/gentoo-sources-2.6.25-r6
 #=x11-drivers/nvidia-drivers-177.13
 =app-portage/udept-0.5.99.0.2.95-r1
 =x11-apps/xinit-1.0.5-r2
 =app-portage/eix-0.13.5
 =app-crypt/qca-1.0-r3
 =app-cdr/cdrtools-2.01.01_alpha52
 
 
 
 [EMAIL PROTECTED] / #
 
 Note the ones with the number symbol are commented out and ignored by
 portage.  Also, if you want to unmask without using the equal, or
 greater/less than signs, leave off the version number on the end.  I'm
 not sure what you mean by a flag?
 
 That help?
 
 Dale
 
 :-)  :-) 
 

-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.



[gentoo-user] unmask what ?

2008-11-23 Thread meino . cramer
Hi

While doing revdep-rebuild I got this one:

Calculating dependencies /
!!! All ebuilds that could satisfy media-libs/gst-plugins:0.8 have been 
masked.
!!! One of the following masked packages is required to complete your request:
- media-libs/gst-plugins-0.8.11 (masked by: )


In package-keywords I did a 
media-libs/gst-plugins ~x86
in beforehand. But it seems that revdep-rebuild/emerge/portage
needs the ' ' to unmask this one, hu?

So, how can I unmask gst-plugins?


Keep hacking!
mcc



-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.



Re: [gentoo-user] unmask what ?

2008-11-23 Thread Fabrice Delliaux
Le Sun, 23 Nov 2008 13:23:49 +0100,
[EMAIL PROTECTED] a écrit :
 
 So, how can I unmask gst-plugins?
 

You can't. Simply because the package 'gst-plugins' doesn't exist
anymore in the official tree. You should update your ebuilds from your
overlays.

Try :

$ equery d gst-plugins

to find the guilty package.



Re: [gentoo-user] unmask what ?

2008-11-23 Thread meino . cramer
Oh, I see...and what can I use instead?

Fabrice Delliaux [EMAIL PROTECTED] [08-11-23 14:06]:
 Le Sun, 23 Nov 2008 13:23:49 +0100,
 [EMAIL PROTECTED] a écrit :
  
  So, how can I unmask gst-plugins?
  
 
 You can't. Simply because the package 'gst-plugins' doesn't exist
 anymore in the official tree. You should update your ebuilds from your
 overlays.
 
 Try :
 
   $ equery d gst-plugins
 
 to find the guilty package.
 

-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.



Re: [gentoo-user] How to run dhclient on the background

2008-11-23 Thread Markos Chandras
On Sunday 23 November 2008 14:20:51 damian wrote:
 Hello,

 When I boot my computer I don't want to wait for the dhcp client (in
 my case dhclient) to acquire a lease to continue the booting process.
 Instead, I would like that the client could be run in the background
 (as a daemon) right after it is invoked.

 Reading through the man pages of dhclient it seems like I need to pass
 the -nw flag to the client. However. I can't find how to do this.

 Any help is welcomed. It seems like I'm the only one with this issue
 (I don't think so) because I can't find in the internet information
 about this.

 Thanks in advance,
 Damian.

Just a couple of thoughts that come in my mind

1) Try to modify the init scrit under /etc/init.d/ to pass the arguments you 
want

2) Or just remove the init script with rc-update command and put the client 
in /etc/conf.d/local.start

Something like 

dhclient eth0

If you have any question please ask :)

-- 
Markos Chandras



Re: [gentoo-user] How to run dhclient on the background

2008-11-23 Thread Jorge Peixoto de Morais Neto
On Sun, Nov 23, 2008 at 10:20 AM, damian [EMAIL PROTECTED] wrote:
 Hello,

 When I boot my computer I don't want to wait for the dhcp client (in
 my case dhclient) to acquire a lease to continue the booting process.
 Instead, I would like that the client could be run in the background
 (as a daemon) right after it is invoked.

 Reading through the man pages of dhclient it seems like I need to pass
 the -nw flag to the client. However. I can't find how to do this.

 Any help is welcomed. It seems like I'm the only one with this issue
 (I don't think so) because I can't find in the internet information
 about this.

 Thanks in advance,
 Damian.
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=4chap=3#doc_chap3

Also, in my computer xdm seems to start before net.eth0.
In fact, it seems that net.eth0 is not needed for my desktop
$ sudo /etc/init.d/net.eth0 needsme
gkrellmd netmount pydoc-2.5 samba sshd svnserve transmission-daemon net


-- 
Software is like sex: it is better when it is free - Linus Torvalds



Re: [gentoo-user] unmask what ?

2008-11-23 Thread Dirk Heinrichs
Am Sonntag, 23. November 2008 14:09:50 schrieb [EMAIL PROTECTED]:

 Oh, I see...and what can I use instead?

0.10

Bye...

Dirk



Re: [gentoo-user] How to run dhclient on the background

2008-11-23 Thread damian
Hi again,

Thank you all for your responses. After I sent my first email I
modified the rc config to boot in parallel. The boot process was
faster after that: just for the record, it takes 20 secs in a core 2
duo laptop to drop the login prompt without X, wireless supplicant,
cron daemon or sound.

I will also take a look at ifplug/netplug. Thanks for the tip.

 http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=4chap=3#doc_chap3
Sorry but I already looked into that page, but I couldn't find the
information I'm looking for. Could you be more explicit?

Best regards,
Damian.



Re: [gentoo-user] wpa_supplicant and att 2wire gateway

2008-11-23 Thread Mick
On Sunday 23 November 2008, Noven Purnell-Webb wrote:

 Perhps you are authenticating but then not getting a dhcp address.
 Try adding
 modules=( wpa_supplicant )
 wpa_supplicant_ath0=-Dmadwifi
 config_ath0=( dhcp )
 to your /etc/conf.d/net file.

Make sure that you have not built/modprobed the ath5k kernel module which may 
clash with madwifi-ng.

Also, if your router is anything like mine you will need to use the WPA key 
that can be found on a sticker at the bottom of the router - or set up a new 
key altogether.

BTW, asking the obvious:  have you tried associating and connecting to the 
Internet without any encryption?
-- 
Regards,
Mick


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


Re: [gentoo-user] Touchscreen does not react

2008-11-23 Thread Robert Bridge
On Sun, 23 Nov 2008 11:55:58 + (GMT)
JC D [EMAIL PROTECTED] wrote:

 (http://210.64.17.162/web20/TouchKitDriver/linuxDriver.htm)

Please provide URLs by domain name, I will NEVER click on an IP based
URL, unless I explicitly trust the provider.

RobbieAB


signature.asc
Description: PGP signature


Re: [gentoo-user] Using projector as my monitor

2008-11-23 Thread Robert Bridge
On Sun, 23 Nov 2008 04:15:38 -0800 (PST)
Norman Hakim [EMAIL PROTECTED] wrote:

 hi all,
 
 Do i have to configure anything so that i can connect my pc using
 projector as my monitor?or do i just directly connect without any
 configuration?

Depends on the graphics card, the drivers, and how you want the
projector to work (e.g. clone desktop, extend desktop...).

RobbieAB


signature.asc
Description: PGP signature


Re: [gentoo-user] /usr/lib/perl5: file not recognized: Is a directory

2008-11-23 Thread Mick
On Sunday 23 November 2008, Jorge Peixoto de Morais Neto wrote:
  Did you try the usual; e.g. revdep-rebuild -p -v -i and  perl-cleaner?

 I didn't know of perl-cleaner. I have never used it, and I don't
 remember any emerge message telling me to use it (like a python update
 does).
 I have just ran per-cleaner all ask. First I run as a normal user (as
 a test; I was expecting it to complain about lack of permissions),
 then as root.
 Did I do any harm to my system?

Nah, wouldn't think so.
-- 
Regards,
Mick


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


Re: [gentoo-user] How to run dhclient on the background

2008-11-23 Thread damian
 You wanted to pass options to your dhcp client. The page mentioned
 shows two ways of doing that:
 1) By setting the variable dhcp_eth0  to a space-delimited string of
 options, like
 dhcp_eth0=release nodns nontp nonis
 These generic options work for any of the dhclient, dhcpcd, pump and
 udhcpc clients.

 2) By setting ${CLIENTNAME}_eth0 to a space-delimited string of
 options, you can pass any option to your specific client
 If you want to pass the -nw option to the dhclient client for the eth0
 interface, you would write
 dhclient_eth0=-nw

 All this configuration goes in /etc/conf.d/net (at least for
 baselayout 1.12.12; I don't know about baslayout 2.0.0)

Thanks Jorge! I overlooked that. Sorry.

Best regards,
Damian.



Re: [gentoo-user] unmask what ?

2008-11-23 Thread Conway S. Smith
On Sun, 23 Nov 2008 13:59:40 +0100
[EMAIL PROTECTED] wrote:
 Dale [EMAIL PROTECTED] [08-11-23 13:56]:
  [EMAIL PROTECTED] wrote:
   Yes, I know...the only thing I dont know is the name of the
   flag, Sorry, if my satiric comment of my previous posting miss
   its target ;) 
 ^
 My,Typo corrected
 
  
  
 
  
  This is a sample of my file.  This should help.
  
  [EMAIL PROTECTED] / # cat /etc/portage/package.unmask
  #=app-pda/libopensync-0.36
  =dev-util/cmake-2.4.7
  =kde-base/kitchensync-3.5.9-r1
  =kde-base/ksysguard-3.5.9-r1
  =net-print/foomatic-filters-3.0.20070501
  =app-pda/libopensync-0.36
  =app-cdr/cdrtools-2.01.01_alpha42
  =sys-kernel/gentoo-sources-2.6.25-r6
  #=x11-drivers/nvidia-drivers-177.13
  =app-portage/udept-0.5.99.0.2.95-r1
  =x11-apps/xinit-1.0.5-r2
  =app-portage/eix-0.13.5
  =app-crypt/qca-1.0-r3
  =app-cdr/cdrtools-2.01.01_alpha52
  
  
  
  [EMAIL PROTECTED] / #
  
  Note the ones with the number symbol are commented out and
  ignored by portage.  Also, if you want to unmask without using
  the equal, or greater/less than signs, leave off the version
  number on the end.  I'm not sure what you mean by a flag?
  
  That help?
  
  Dale
  
  :-)  :-) 
  
 
 I know the unmask procedure as something like (for example)
 kde-base/kitchensync ~x86 
 in case of an ordinary intelish PC...
 So, if unmasking without the ~x86 I will
 try that.
 mcc
 

There are two different types of masking that I think are being
confused here.  Keyword masking based on the various CPU
architectures (x86, amd64, ppc etc.  the ~variants), and Package
masking that masks a package across all archs, usually for
stability or security reasons.  Usually, the All ebuilds that
satisfy blah have been masked will say either (masked by: missing
keyword) or (masked by: package.mask).  To unmask packages masked
by missing keywords, you add a line to /etc/portage/package.keywords
w/ the package atom  a list of keywords to accept for that package
atom.  To unmask packages masked by package.mask, you only need to
add the package atom to /etc/portage/package.unmask.

But in this specific case it's actually not a masking issue, it's a
missing package issue as discussed in the other sub-thread.  Arguably
Portage should either not give the All ebuilds have been masked
error, or should say something like (masked by: no matching
ebuilds).


Hope you get it working,
Conway S. Smith
-- 
The only intuitive interface is the nipple. After that, it's all
learned. (Bruce Ediger, [EMAIL PROTECTED], in comp.os.linux.misc,
on X interfaces.)



Re: [gentoo-user] wpa_supplicant and att 2wire gateway

2008-11-23 Thread John Blinka
On Sun, Nov 23, 2008 at 10:50 AM, Mick [EMAIL PROTECTED] wrote:

 On Sunday 23 November 2008, Noven Purnell-Webb wrote:

  Perhps you are authenticating but then not getting a dhcp address.
  Try adding
  modules=( wpa_supplicant )
  wpa_supplicant_ath0=-Dmadwifi
  config_ath0=( dhcp )
  to your /etc/conf.d/net file.


Tried your suggestion  above, but it didn't help.


Make sure that you have not built/modprobed the ath5k kernel module which
 may
 clash with madwifi-ng.


I haven't built this module.



 Also, if your router is anything like mine you will need to use the WPA key
 that can be found on a sticker at the bottom of the router - or set up a
 new
 key altogether.


That's what I've been using.



 BTW, asking the obvious:  have you tried associating and connecting to the
 Internet without any encryption?


No harm in asking the obvious, even if I don't know enough for this to be
obvious to me.  I assume that I would have to tell my wireless router not to
encrypt, and that  I would have to make some adjustment in /etc/conf.d/net
or /etc/wpa_supplicant/wpa_supplicant.conf to turn encryption off.  Any
advice on how to do this?

John


Re: [gentoo-user] wpa_supplicant and att 2wire g ateway

2008-11-23 Thread Marcel Stangenberger

  Perhps you are authenticating but then not getting a dhcp address.
  Try adding
  modules=( wpa_supplicant )
  wpa_supplicant_ath0=-Dmadwifi
  config_ath0=( dhcp )
  to your /etc/conf.d/net file.

 
 Tried your suggestion  above, but it didn't help.
 
 

my /etc/conf.d/net has the following : 

modules=( wpa_supplicant )
wpa_supplicant_ath0=-Dmadwifi
wpa_timeout_ath0=60
config_ath0=( dhcp )
dhcpcd_ath0=-t 10


 No harm in asking the obvious, even if I don't know enough for this to be
 obvious to me.  I assume that I would have to tell my wireless router not
 to
 encrypt, and that  I would have to make some adjustment in
/etc/conf.d/net
 or /etc/wpa_supplicant/wpa_supplicant.conf to turn encryption off.  Any
 advice on how to do this?
 

in /etc/wpa_supplicant/wpa_supplicant.conf add the following : 

network={
ssid=linksys
key_mgmt=NONE
}

change linksys into the SSID you give your router.

Cheers,

Marcel




[gentoo-user] Re: Touchscreen does not react

2008-11-23 Thread »Q«
On Sun, 23 Nov 2008 16:29:39 +
Robert Bridge [EMAIL PROTECTED] wrote:

 On Sun, 23 Nov 2008 11:55:58 + (GMT)
 JC D [EMAIL PROTECTED] wrote:
 
  (http://210.64.17.162/web20/TouchKitDriver/linuxDriver.htm)
 
 Please provide URLs by domain name, I will NEVER click on an IP based
 URL, unless I explicitly trust the provider.

Is
http://sw64-17-162.adsl.seed.net.tw/web20/TouchKitDriver/linuxDriver.htm
really any more assuring to you?  ;)

-- 
»Q«
 Kleeneness is next to Gödelness.




Re: [gentoo-user] How to run dhclient on the background

2008-11-23 Thread Dan Wallis
On 23/11/2008, damian [EMAIL PROTECTED] wrote:
 Hello,

  When I boot my computer I don't want to wait for the dhcp client (in
  my case dhclient) to acquire a lease to continue the booting process.
  Instead, I would like that the client could be run in the background
  (as a daemon) right after it is invoked.

  Reading through the man pages of dhclient it seems like I need to pass
  the -nw flag to the client. However. I can't find how to do this.

  Any help is welcomed. It seems like I'm the only one with this issue
  (I don't think so) because I can't find in the internet information
  about this.

  Thanks in advance,

 Damian.

Hi Damian

I had a similar problem with my machine when I first started using
Gentoo, but I then discovered sys-apps/netplug. Install that and all
should be well. You might want to check your RC_NET_STRICT_CHECKING
variable (in /etc/conf.d/rc) is the way you want it, but otherwise
there isn't any extra configuration required.

I realise you've already got your original problem sorted, but
hopefully this helps others.


Dan



Re: [gentoo-user] Re: Touchscreen does not react

2008-11-23 Thread Robert Bridge
On Sun, 23 Nov 2008 15:16:52 -0600
»Q« [EMAIL PROTECTED] wrote:

 On Sun, 23 Nov 2008 16:29:39 +
 Robert Bridge [EMAIL PROTECTED] wrote:
 
  On Sun, 23 Nov 2008 11:55:58 + (GMT)
  JC D [EMAIL PROTECTED] wrote:
  
   (http://210.64.17.162/web20/TouchKitDriver/linuxDriver.htm)
  
  Please provide URLs by domain name, I will NEVER click on an IP
  based URL, unless I explicitly trust the provider.
 
 Is
 http://sw64-17-162.adsl.seed.net.tw/web20/TouchKitDriver/linuxDriver.htm
 really any more assuring to you?  ;)

No, but I didn't bother even looking... ;)

And a healthy dose of paranoia with links is always a good idea.

RobbieAB.


signature.asc
Description: PGP signature


[gentoo-user] filesystems

2008-11-23 Thread William Kenworthy
Currently I have around 3 terrabytes of storage across a number of
gentoo machines (4 at the moment) - at any one time 1/2 to 1 terrabyte
is unused, but mostly in scattered chunks.  Some space is exported via
NFS and samba for backups and shared files.

What I would really like is a file system that would unify these spaces
and present them to the network as storage space - ideally with
redundant data storage so one or more machines can dissappear and the
data is still available.

AFS is not quite what I want (or maybe it is, but it doesn't seem to
handle transient storage duplication)

I have a memory of seeing a beast that does this in the past but cant
remember what it is - any suggestions?

BillK



-- 
William Kenworthy [EMAIL PROTECTED]
Home in Perth!




Re: [gentoo-user] [OT] filesystems

2008-11-23 Thread Kobboi
On Mon, 2008-11-24 at 07:31 +0900, William Kenworthy wrote:
 Currently I have around 3 terrabytes of storage across a number of
 gentoo machines (4 at the moment) - at any one time 1/2 to 1 terrabyte
 is unused, but mostly in scattered chunks.  Some space is exported via
 NFS and samba for backups and shared files.

OT: the prefix is tera not terra.




Re: [gentoo-user] [OT] filesystems

2008-11-23 Thread Dale
Kobboi wrote:
 On Mon, 2008-11-24 at 07:31 +0900, William Kenworthy wrote:
   
 Currently I have around 3 terrabytes of storage across a number of
 gentoo machines (4 at the moment) - at any one time 1/2 to 1 terrabyte
 is unused, but mostly in scattered chunks.  Some space is exported via
 NFS and samba for backups and shared files.
 

 OT: the prefix is tera not terra.



   

I think it is LVMS or something.  Linux volume management system??  I
think Redhat calls it EVMS or something.  If that doesn't help, let me
know and I'll google it some.

Dale

:-)  :-) 



Re: [gentoo-user] Using projector as my monitor

2008-11-23 Thread Norman Hakim


NORMAN HAKIM YAHYA 


--- On Sun, 11/23/08, Robert Bridge [EMAIL PROTECTED] wrote:

 From: Robert Bridge [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] Using projector as my monitor
 To: gentoo-user@lists.gentoo.org
 Date: Sunday, November 23, 2008, 10:31 AM
 On Sun, 23 Nov 2008 04:15:38 -0800 (PST)
 Norman Hakim [EMAIL PROTECTED] wrote:
 
  hi all,
  
  Do i have to configure anything so that i can connect
 my pc using
  projector as my monitor?or do i just directly connect
 without any
  configuration?
 
 Depends on the graphics card, the drivers, and how you want
 the
 projector to work (e.g. clone desktop, extend desktop...).
 
 RobbieAB

I just want to use the projector for my presentation only this Thursday. Not 
for my daily usage.I want the projector to work as clone desktop.


Norman Hakim




  



Re: [gentoo-user] [OT] filesystems

2008-11-23 Thread W.Kenworthy
On Sun, 2008-11-23 at 19:06 -0600, Dale wrote:
 Kobboi wrote:
  On Mon, 2008-11-24 at 07:31 +0900, William Kenworthy wrote:

  Currently I have around 3 terrabytes of storage across a number of
  gentoo machines (4 at the moment) - at any one time 1/2 to 1 terrabyte
  is unused, but mostly in scattered chunks.  Some space is exported via
  NFS and samba for backups and shared files.
  
 
  OT: the prefix is tera not terra.
 
 
 

 
 I think it is LVMS or something.  Linux volume management system??  I
 think Redhat calls it EVMS or something.  If that doesn't help, let me
 know and I'll google it some.
 
 Dale
 
 :-)  :-) 
 
I think LVM is only useful on the same system - it doesnt deal with
network resources.  Most of my systems are using LVM2 at the moment.

Billk






[gentoo-user] How to get rid of gail-1000

2008-11-23 Thread meino . cramer

Hi,

from time to time this message pops up after syncing:
[blocks B ] gnome-base/gail-1000 (is blocking x11-libs/gtk+-2.14.4)

How can I get rid of gail-1000 finally? 

Kind regards,
mcc


-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.



Re: [gentoo-user] Using projector as my monitor

2008-11-23 Thread john stampe
Norman,

Most of the projectors I have worked with can simply be plugged into the 
computer the same as with a monitor. The only thing I have ever had to 
configure is sometimes the monitor section in xorg.conf, but that is usually 
not necessary. If possible try the projector before hand.

Regards,
John





From: Norman Hakim [EMAIL PROTECTED]
To: gentoo-user@lists.gentoo.org
Sent: Monday, November 24, 2008 8:07:07 AM
Subject: Re: [gentoo-user] Using projector as my monitor



NORMAN HAKIM YAHYA 


--- On Sun, 11/23/08, Robert Bridge [EMAIL PROTECTED] wrote:

 From: Robert Bridge [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] Using projector as my monitor
 To: gentoo-user@lists.gentoo.org
 Date: Sunday, November 23, 2008, 10:31 AM
 On Sun, 23 Nov 2008 04:15:38 -0800 (PST)
 Norman Hakim [EMAIL PROTECTED] wrote:
 
  hi all,
  
  Do i have to configure anything so that i can connect
 my pc using
  projector as my monitor?or do i just directly connect
 without any
  configuration?
 
 Depends on the graphics card, the drivers, and how you want
 the
 projector to work (e.g. clone desktop, extend desktop...).
 
 RobbieAB

I just want to use the projector for my presentation only this Thursday. Not 
for my daily usage.I want the projector to work as clone desktop.


Norman Hakim


  

Re: [gentoo-user] [OT] filesystems

2008-11-23 Thread Roy Wright

W.Kenworthy wrote:

On Sun, 2008-11-23 at 19:06 -0600, Dale wrote:

Kobboi wrote:

On Mon, 2008-11-24 at 07:31 +0900, William Kenworthy wrote:
  

Currently I have around 3 terrabytes of storage across a number of
gentoo machines (4 at the moment) - at any one time 1/2 to 1 terrabyte
is unused, but mostly in scattered chunks.  Some space is exported via
NFS and samba for backups and shared files.



maybe ZFS?

http://en.wikipedia.org/wiki/ZFS




Re: [gentoo-user] [OT] filesystems

2008-11-23 Thread Dirk Heinrichs
Am Montag, 24. November 2008 02:06:04 schrieb Dale:

 I think it is LVMS or something.  Linux volume management system??  I
 think Redhat calls it EVMS or something.

Two things, (more ore less) one purpose:

1) LVM: Logical Volume Management
2) EVMS: Enterprise Volume Management System

1) is used for management of Logical Volumes, organised in Volume Groups, 
which could be spread accross one or more Physical Volumes.

@William: If one or more of the PVs is a Network Block Device, you're not 
bound to the local machine.

2) From IBM, not RH. It's an umbrella for the whole storage management chain 
from fdisk over (SW-) RAID and Logical Volumes to filesystem creation and 
maintenance.

HTH...

Dirk



Re: [gentoo-user] filesystems

2008-11-23 Thread Dirk Heinrichs
Am Sonntag, 23. November 2008 23:31:30 schrieb William Kenworthy:

 What I would really like is a file system that would unify these spaces
 and present them to the network as storage space - ideally with
 redundant data storage so one or more machines can dissappear and the
 data is still available.

 AFS is not quite what I want (or maybe it is, but it doesn't seem to
 handle transient storage duplication)

For a non-native speaker, could you explain transient storage duplication a 
bit more? Because I think AFS may well be what you're looking for, or maybe 
its cousin Coda.

Bye...

Dirk



Re: [gentoo-user] Re: KDE build problem (shifted)

2008-11-23 Thread Dirk Uys
On Sat, Nov 22, 2008 at 4:56 PM, Christian Apeltauer
[EMAIL PROTECTED] wrote:
 Look at bug #246568. There you will find a patch which worked for me.
 Someone has also posted an ebuild integrating that patch. But it does
 not work for everybody and the bug was closed as a problem with
 upstream. But perhaps the patch works for you.
  Good luck
Christian

Thanks, but this problem has disappeared leaving me with the original
problem again. My work on my home gentoo install is being spread other
long periods of time, so I seem to forget what I do/have done.

Regards
Dirk



[gentoo-user] [OT] unloading wacom module

2008-11-23 Thread Andrew Gaydenko
Hi!

After adding wacom bamboo I have a problem: at exiting from X (any DE - KDE, 
Gnome. fluxbox) DE freezes. I have found in Xorg.log there is a problem of 
unloading wacom module:

Backtrace:
0: X(xf86SigHandler+0x65) [0x482c25]
1: /lib/libc.so.6 [0x7f012ad85ee0]
2: /usr/lib64/xorg/modules/input//wacom_drv.so [0x7f01293dbf75]
3: /usr/lib64/xorg/modules/input//wacom_drv.so [0x7f01293e4f25]
4: X(DeleteInputDeviceRequest+0x3b) [0x48e8fb]
5: X(CloseDownDevices+0x29) [0x443bf9]
6: X(main+0x4ad) [0x43121d]
7: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f012ad72486]
8: X [0x4305a9]

Wacom-related xorg.conf fragment is below. linuxwacom package is installed 
with  gtk usb flags. ~amd64 up to date system is in use.

Thoughts? Must I supply additional info?



Andrew

==

Section InputDevice
  Driverwacom
  Identifierstylus
  OptionDevice   /dev/input/wacom
  OptionType stylus
  OptionUSB  on
  OptionMode Absolute
  OptionVendor   WACOM
  OptionThreshold5  this line
EndSection

Section InputDevice
  Driverwacom
  Identifiereraser
  OptionDevice   /dev/input/wacom
  OptionType eraser
  OptionUSB  on
  OptionMode Absolute
  OptionVendor   WACOM
  OptionThreshold5 this line
EndSection

Section InputDevice
  Driverwacom
  Identifiercursor
  OptionDevice   /dev/input/wacom
  OptionType cursor
  OptionUSB  on 
  OptionMode Absolute
  OptionVendor   WACOM
EndSection

Section ServerLayout
Identifier Layout0
Screen  Screen0
InputDevice Mouse0 CorePointer
InputDevice Keyboard0 CoreKeyboard

InputDevice cursor SendCoreEvents 
InputDevice stylus SendCoreEvents
InputDevice eraser SendCoreEvents
EndSection