[gentoo-user] Eclipse C++ Plugin

2012-03-26 Thread dhkuhl







[gentoo-user] Attachments with Yahoo Mail in Firefox

2012-03-19 Thread dhkuhl
I can't sent a reply email with an attachment when using Yahoo mail in 
Firefox.  However, on a Windows box it works just fine with explorer.  This 
seem very strange because I can create a new email and a file attaches without 
error, but when I reply to an email the attachment fails.  Does this happen to 
anyone else?  It seems very strange.Thanks--dhk 


[gentoo-user] Video Out on laptop

2012-01-27 Thread dhkuhl
I have an HP Pavilion Entertainment Laptop which has a video out port.  I want 
to hook up a projector or monitor to it, but when I do there isn't a signal.  
There is a function key that is suppose to turn it on and off, but it doesn't 
seem to work.  Is this a kernel setting?It's an AMD Athlon 64 Neo X2 Dual Core 
Processor L335 running a current updated Gentoo system with kernel 
3.1.6.Thanks,dhk


Re: [gentoo-user] Video Out on laptop

2012-01-27 Thread dhkuhl
- Original Message -From: Robert David Date: Friday, January 27, 2012 
9:00 amSubject: Re: [gentoo-user] Video Out on laptopTo: 
gentoo-user@lists.gentoo.orgCc: dhk...@optonline.net Hi,  what does 
xrandr say?? Connect the external monitor and type xrandr on console.  Than 
something like: xrandr --output LVDS1 --off --output VGA1 --auto   Robert. 
 V Fri, 27 Jan 2012 13:47:03 + (GMT) dhk...@optonline.net napsáno:   I 
have an HP Pavilion Entertainment Laptop which has a video out  port.  I want 
to hook up a projector or monitor to it, but  when I do  there isn't a 
signal.  There is a function key that is suppose to  turn it on and off, but 
it doesn't seem to work.  Is this a kernel  setting?It's an AMD Athlon 64 Neo 
X2 Dual Core Processor L335  running a current updated Gentoo system with 
kernel 3.1.6.Thanks,dhk  Without the monitor xrandr says:Screen 0: minimum 
320 x 200, current 1366 x 768, maximum 1366 x 1366LVDS connected 1366x768+0+0 
(normal left inverted right x axis y axis) 293mm x 164mm   1366x768   
60.0*+   1280x720   59.9   1152x768   59.8   1024x768   59.9   
800x600    59.9   640x480    59.4VGA-0 disconnected (normal left 
inverted right x axis y axis)HDMI-0 disconnected (normal left inverted right x 
axis y axis)With the monitor xrandr says:Screen 0: minimum 320 x 200, current 
1366 x 768, maximum 1366 x 1366LVDS connected 1366x768+0+0 (normal left 
inverted right x axis y axis) 293mm x 164mm   1366x768   60.0*+   
1280x720   59.9   1152x768   59.8   1024x768   59.9   
800x600    59.9   640x480    59.4VGA-0 connected (normal left inverted 
right x axis y axis)   1280x1024  60.0 +   75.0   1152x864   75.0   
1024x768   75.0 70.1 60.0   832x624    74.6   800x600    
72.2 75.0 60.3 56.2   640x480    75.0 72.8 66.7 
59.9   720x400    70.1HDMI-0 disconnected (normal left inverted right x 
axis y axis)


Re: [gentoo-user] Video Out on laptop

2012-01-27 Thread dhkuhl







Re: [gentoo-user] xfce (window manager)

2011-07-21 Thread dhkuhl
- Original Message -From: András Csányi Date: Wednesday, July 20, 2011 
4:50 amSubject: [gentoo-user] xfce (window manager)To: gentoo-user  Dear All, 
 I would like to ask the community anybody has experienced any problems 
regarding xfce? My problem is that after update the window decorators (window 
border, header the buttons on the left side [close, minimize, etc]) are 
missing. I'm sorry I'm not sure the window decorators definition is the proper 
for them.  I've deleted my xfce settings to start a session with default 
settings without any success.  Anybody has any idea or suggestion what 
should I do?  Thanks in advance!  András  --  - - --  
Csanyi Andras (Sayusi Ando)  -- http://sayusi.hu -- 
http://facebook.com/andras.csanyi --  Trust in God and keep your gunpowder 
dry! - Cromwell Not sure if this will fix the problem, but . . . Is XDG set 
correctly?  Mine is set for gnome, as follows.$ cd$ grep -i 
xdg .*.bash_profile:# XDG_MENU_PREFIX needed for alacarte menu 
editor..bash_profile:export XDG_MENU_PREFIX=gnome-Yours should be 
XDG_MENU_PREFIX=xfce4-Also check your /etc/xdg directory.


[gentoo-user] vpnc built without oppenssl

2011-06-22 Thread dhkuhl
After emerge'ing vpnc it won't run and displays the following message.# 
vpncvpnc was built without openssl:  Can't do hybrid or cert mode.There doesn't 
seem to be an openssl use variable either.# cat 
/usr/portage/profiles/use.desc | grep -i opensslHow can I get this to 
work?Thanksdhk


[gentoo-user] emerge --depclean - libcurl.la

2011-06-02 Thread dhkuhl
emerge --depclean removed libcurl.la a few days ago.  I have a program that's 
not in world that uses it when built:  libtool complains that it's missing.  In 
/usr/lib64 there are libcurl .so files but no .la files.How can I get the 
libcurl.la library back and keep it so emerge --depclean doesn't remove it?Is 
there a way to protect files from emerge --depclean, kind of like the 
CONFIG_PROTECT variable, so it removes everything but what's 
protected?Thanks,dhk


Re: [gentoo-user] emerge --depclean - libcurl.la

2011-06-02 Thread dhkuhl
- Original Message -From: Paul Hartman Date: Thursday, June 2, 2011 
11:24 amSubject: Re: [gentoo-user] emerge --depclean - libcurl.laTo: 
gentoo-user@lists.gentoo.org On Thu, Jun 2, 2011 at 9:54 AM,   wrote:  
emerge --depclean removed libcurl.la a few days ago.  I have a  program 
that's not in world that uses it when built:   libtool complains that it's  
missing.  In /usr/lib64 there are libcurl .so files but no .la  files.  How 
can I get the libcurl.la library back and keep it so emerge  
--depclean doesn't remove it?  Have you run lafilefixer --justfixit? I 
wonder if you have old .la files from packages emerged before portage 2.1.9. 
 After running it once, you shouldn't need it anymore since portage will 
auto-fix them upon installation.  You should run the lafilefixer command 
before trying revdep-rebuild, or else you might have a lot of unnecessary 
emerges.  AFAIK the usage of .la files is basically deprecated and only a 
few packages still require them. Flameeyes posted a lot of details about it 
on his blog last year. (http://blog.flameeyes.eu) I did the lafilefixer and 
revdep-rebuild and it still happens.  I think it may be in my project 
directory.  In there I have three files libtool, Makefile.in, and acinclude.m4 
each make reference to libtool.  It's commented out in the configure.ac file.


Re: [gentoo-user] OT: website design

2011-06-02 Thread dhkuhl
- Original Message -From: Paul Hartman Date: Thursday, June 2, 2011 
12:41 pmSubject: Re: [gentoo-user] OT: website designTo: 
gentoo-user@lists.gentoo.org On Thu, Jun 2, 2011 at 11:18 AM, Peter Humphrey  
wrote:  Hello list,   Off-topic, I know (sorry)!, but I hope someone will 
have an answer.   Are there any mapping tools for Linux that can be given a 
URL  and produce a  diagram showing all the internal connections (links) 
between  its pages?  I don't know of an all-in-one to do that, but you can 
probably  use a tool that spiders a website to get all of the page  
relationships, then run it through graphviz to make it look pretty. Try lynx 
or maybe wget they have a lot of options.  lynx may be your best bet since 
wget downloads the files and that's probably not what you want.  However, you 
may be able to get what you want with wget.With lynx you may be able to use 
something like the following.lynx -crawl -traversal -dump 
-listonly http://www.yahoo.comYou'll need to play around with the options.


[gentoo-user] Gentoo and a Mobile Phone

2011-05-16 Thread dhkuhl
I have an Optimus V 3G mobile phone.  When I connect it to my Gentoo box with 
the usb cable, and turn on usb storage, I get the following message in a 
pop-up box.Unable to mount 2.0 GB FilesystemNot AuthorizedShould I make the 
device rwx for all, make a udev rule, or do something else?  The problem is 
depending on what's plugged in, it may not always be /dev/sdb .  Also, what 
applications are out there that can interact with the device?  One of the first 
things I'd like to do is backup and edit my contacts on the Gentoo box and 
sync it to the phone.Thanks,dhk


[gentoo-user] WPA Supplicant

2011-04-24 Thread dhkuhl
I'm trying to get wireless working reliably on my laptop.  I have followed the 
documentation, but still have a lot of questions . . . especially since it only 
seems to work sometimes.
 
First, I'm using WPA Supplicant without the gui tools.
 
Second, I'm in NYC and there are a lot of networks I can use around town.
 
Third, Is there a way I can control the services I use from the Grub menu?  
Since the laptop has a wireless card and an RJ45 jack, I'd like to be able boot 
and not use one or the other.  Since I know if I'm not physically connected to 
a network, there's really no reason to even try eth0.
 
Forth, The problem.  I'm not sure how wpa_supplicant works or how it should 
work.  The wpa_supplicant man page gives a few examples on how to run it, but 
when I look at the process list it seems to be run by another program called 
wpa_cli.  There's also a shell script in /etc/wpa/supplicant that looks like it 
can start or stop it with CONNECT or DISCONNECT.
1) Do I need to enter networks in wpa_supplicant.conf or does wpa_supplicant 
scan for networks and connect to whatever's available?
2) If I have multiple networks available how does wpa_supplicant choose which 
to connect to and can I specify which one I want?
3) How should wpa_supplicant be started, stopped and restarted?  What should be 
used for this:  wpa_supplicant, wpa_cli, or wpa_cli.sh?  I don't see anything 
in /etc/init.d for that, but it looks like netmount may be doing it.
4) The documentation doesn't say to, but the way I got wireless working is by 
creating a link net.wlan0 - net.lo in the /etc/init.d directory.  Is this 
correct?  I think that's why it's starting automatically when I boot too, 
because I never added it with rc-update so netmount must be picking it up.
5) This is the most puzzling thing.  When wpa_supplicant starts even though I 
get a inet address I can't always get to the internet.  Why does the panel 
applet says I'm connected and ifconfig shows an inet address but firefox and 
ping can't reach a site like yahoo or google?
6) For networks where I have a password, should that go in wpa_supplicant.conf 
as plain text or should it be encrypted?
 
I think I have more questions, but this is good for starters.
 
Thanks,
 
dhk


Re: [gentoo-user] WPA Supplicant

2011-04-24 Thread dhkuhl


- Original Message -
From: Mick 
Date: Sunday, April 24, 2011 9:14 am
Subject: Re: [gentoo-user] WPA Supplicant
To: gentoo-user@lists.gentoo.org

 On Sunday 24 April 2011 13:37:03 dhk...@optonline.net wrote:
  I'm trying to get wireless working reliably on my laptop. I 
 have followed
  the documentation, but still have a lot of questions . . . 
 especially since it only seems to work sometimes.
  
  First, I'm using WPA Supplicant without the gui tools.
 
 run wpa_gui from a terminal and a lot of what you're asking 
 below will become 
 self-explanatory.
 
 
  Second, I'm in NYC and there are a lot of networks I can use 
 around town.
  
  Third, Is there a way I can control the services I use from 
 the Grub menu? 
  Since the laptop has a wireless card and an RJ45 jack, I'd 
 like to be able
  boot and not use one or the other. Since I know if I'm not 
 physically connected to a network, there's really no reason to 
 even try eth0.
 
 Check /etc/conf.d/rc and in particular:
 
 # RC_NET_STRICT_CHECKING allows some flexibility with the 'net' 
 service.# The following values are allowed:
 # none - The 'net' service is always considered up.
 # no - This basically means that at least one net.* service 
 besides net.lo
 # must be up. This can be used by notebook users that 
 have a wifi 
 and
 # a static nic, and only wants one up at any given time 
 to have the
 # 'net' service seen as up.
 # lo - This is the same as the 'no' option, but net.lo is 
 also counted.
 # This should be useful to people that do not care 
 about any specific
 # interface being up at boot.
 # yes - For this ALL network interfaces MUST be up for the 
 'net' service to
 # be considered up.
 
 RC_NET_STRICT_CHECKING=no
 
 (or you can use lo)
 
 
  Forth, The problem. I'm not sure how wpa_supplicant works or 
 how it should
  work. The wpa_supplicant man page gives a few examples on how 
 to run it,
  but when I look at the process list it seems to be run by 
 another program
  called wpa_cli. There's also a shell script in 
 /etc/wpa/supplicant that
  looks like it can start or stop it with CONNECT or DISCONNECT. 
 1) Do I
  need to enter networks in wpa_supplicant.conf or does 
 wpa_supplicant scan
  for networks and connect to whatever's available? 
 
 The latter.
 
 You can however enter manually in 
 /etc/wpa_supplicant/wpa_supplicant.conf 
 particular parameters (keys and what not) of known networks to 
 which you 
 connect as a matter of preference.
 
 
  2) If I have multiple
  networks available how does wpa_supplicant choose which to 
 connect to and
  can I specify which one I want? 
 
 It'll connect to:
 
 a) Any network you have specified in your 
 /etc/wpa_supplicant/wpa_supplicant.conf according to the 
 preference you have 
 set up therein.
 
 b) Any network it finds.
 
 c) Any network you select with wpa_cli, or select/enable/disable 
 in wpa_gui.
 
 
  3) How should wpa_supplicant be started,
  stopped and restarted? What should be used for this: 
 wpa_supplicant, wpa_cli, or wpa_cli.sh? I don't see anything 
 in /etc/init.d for that, but
  it looks like netmount may be doing it. 
 
 You need to define it in /etc/conf.d/net:
 
 modules=( wpa_supplicant )
 wpa_supplicant_wlan0=-Dwext 
 
 (adjust this according to the name of your wireless iface and driver).
 
 
  4) The documentation doesn't say
  to, but the way I got wireless working is by creating a link 
 net.wlan0 -
  net.lo in the /etc/init.d directory. Is this correct? 
 
 It depends which documentation you are looking at. I am sure 
 that this is 
 explained in the gentoo Handbook and associated documentation.
 
 This is the link you need:
 
 lrwxrwxrwx 1 root root 6 Dec 16 14:26 net.wlan0 - net.lo
 
 but you should have also configured /etc/conf.d/net with your 
 desired settings 
 or just defaults will run.
 
 
  I think that's why
  it's starting automatically when I boot too, because I never 
 added it with
  rc-update so netmount must be picking it up. 
 
 
  5) This is the most puzzling
  thing. When wpa_supplicant starts even though I get a inet 
 address I
  can't always get to the internet. Why does the panel applet 
 says I'm
  connected and ifconfig shows an inet address but firefox and 
 ping can't
  reach a site like yahoo or google? 
 
 This could well be a dns server/repeater issue.
 
 If you can ping the IP address of google, but not the domain 
 name of it, then 
 the problem is that you do not have access to a DNS repeater. 
 Look in your 
 /etc/resolve.conf to see if there is a line saying:
 
 nameserver XXX.XXX.XX.XX
 
 if it is absent then you have not connected to a namesever. 
 This is a router 
 issue and it could be controlled by some authentication scheme. 
 A lot of 
 wireless services offered by coffee shops, libraries, etc. may 
 give you an IP 
 address automatically, but then require you use your browser to 
 register with 
 their authentication server (using a passwd that they provide 
 after you pay 
 them for the 

Re: [gentoo-user] HDA ATI SB ALC892 sometimes no sound

2011-04-22 Thread dhkuhl
I have a similar problem.  There was an email thread about it a few months 
ago.  Nothing much happened with it because sound occasionally works for me.  
Sometime it comes back after a reboot or restart of alsasound, and sometimes if 
I leave the machine running a long time if will just start working or just stop 
working . . . really weird.  I've been running alsaconf a lot and that seem to 
get it back most of the time if not I still need to restart alsasound or 
reboot.Also, if you haven't run python-updater in a while you should, that 
seems to fix a lot a odd behavior.Good luck.dhk- Original Message 
-From: Florian Philipp Date: Friday, April 22, 2011 10:45 amSubject: 
[gentoo-user] HDA ATI SB ALC892 sometimes no soundTo: Gentoo User List  Hi 
list!  I've recently bought a Gigabyte GA-880GMA-UD2H board (AM3, integrated 
Radeon HD 4200). The problem is, sometimes sound works out-of- the-box. Then 
I reboot and there is no sound at all. There is no error -  just no output. 
The SPDIF port (which I really need) does not emit any light, then. Sometimes 
after a cold reboot, it works again.  I've found several threads pointing to 
problems with kernel 2.6.32 (solved in 2.6.33, I'm on 2.6.36). Some others 
made me wonder if  alsa is confused by the HDMI output of the graphics card. 
I blacklisted snd_hda_codec_atihdmi and switched driver from fglrx to radeon  
but it did not change anything. I don't have the means to check whether there 
is any output over HDMI.  I know that at least Volker has a similar board. 
Maybe others as well. Does someone have a clue what's going on?  I'll append 
some info.  # aplay -l  List of PLAYBACK Hardware Devices  card 0: 
SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]  Subdevices: 1/1  
Subdevice #0: subdevice #0 card 0: SB [HDA ATI SB], device 1: ALC892 Digital 
[ALC892 Digital]  Subdevices: 1/1  Subdevice #0: subdevice #0 card 1: HDMI 
[HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]  Subdevices: 1/1  Subdevice #0: 
subdevice #0  # aplay -L nullDiscard all samples (playback) or generate 
zero samples (capture) default:CARD=SBHDA ATI SB, ALC892 Analog
Default Audio Device front:CARD=SB,DEV=0HDA ATI SB, ALC892 Analog
Front speakers surround40:CARD=SB,DEV=0HDA ATI SB, ALC892 Analog4.0 
Surround output to Front and Rear speakers surround41:CARD=SB,DEV=0HDA 
ATI SB, ALC892 Analog4.1 Surround output to Front, Rear and Subwoofer 
speakers surround50:CARD=SB,DEV=0HDA ATI SB, ALC892 Analog5.0 
Surround output to Front, Center and Rear speakers surround51:CARD=SB,DEV=0   
 HDA ATI SB, ALC892 Analog5.1 Surround output to Front, Center, Rear and 
Subwoofer speakers surround71:CARD=SB,DEV=0HDA ATI SB, ALC892 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer  
speakersiec958:CARD=SB,DEV=0HDA ATI SB, ALC892 DigitalIEC958 (S/PDIF) 
Digital Audio Output hdmi:CARD=HDMIHDA ATI HDMI, ATI HDMIHDMI Audio 
Output  # lsmod | grep snd snd_pcm_oss35117  0 snd_mixer_oss
  14707  1 snd_pcm_oss snd_seq_oss27452  0 snd_seq_midi_event 
 5188  1 snd_seq_oss snd_seq48669  4 
snd_seq_oss,snd_seq_midi_event snd_seq_device  4861  2 
snd_seq_oss,snd_seq snd_hda_codec_atihdmi 2331  1 snd_hda_codec_realtek   
267272  1 snd_hda_intel  19922  0 snd_hda_codec  61484  3 
snd_hda_codec_atihdmi,snd_hda_codec_realtek,snd_hda_intel snd_pcm  
  63804  3  snd_pcm_oss,snd_hda_intel,snd_hda_codecsnd_timer   
17965  2 snd_seq,snd_pcm snd50622  10 
snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
 soundcore   5007  1 snd snd_page_alloc  6713  2 
snd_hda_intel,snd_pcm  # dmesg | grep -i hda HDA Intel :00:14.2: PCI INT 
A - GSI 16 (level, low) - IRQ 16 hda_codec: ALC892: BIOS auto-probing. HDA 
Intel :01:05.1: PCI INT B - GSI 19 (level, low) - IRQ 19 HDA Intel 
:01:05.1: setting latency timer to 64  # lspci -v 00:14.2 Audio device: 
ATI Technologies Inc SBx00 Azalia (Intel  HDA) (rev 40)Subsystem: 
Giga-byte Technology Device a102Flags: bus master, slow devsel, 
latency 32, IRQ 16Memory at fe024000 (64-bit, non-prefetchable) 
[size=16K]Capabilities: [50] Power Management version 2Kernel 
driver in use: HDA IntelKernel modules: snd-hda-intel  01:05.0 VGA 
compatible controller: ATI Technologies Inc Device 9715 (prog-if 00 [VGA 
controller])Subsystem: Giga-byte Technology Device d000Flags: 
bus master, fast devsel, latency 0, IRQ 18Memory at d000 (32-bit, 
prefetchable) [size=256M]I/O ports at de00 [size=256]Memory 
at fdee (32-bit, non-prefetchable) [size=64K]Memory at fdd0 
(32-bit, non-prefetchable) [size=1M]Expansion ROM at  [disabled]  
  Capabilities: [50] 

Re: [gentoo-user] Re: revdep-rebuild Not Fixing Broken Links

2011-04-07 Thread dhkuhl
- Original Message -From: walt Date: Thursday, April 7, 2011 12:32 
pmSubject: [gentoo-user] Re: revdep-rebuild Not Fixing Broken LinksTo: 
gentoo-user@lists.gentoo.org On 04/05/2011 07:23 AM, dhk...@optonline.net 
wrote:  On my amd64 laptop I have broken links that never clear up.  The 
laptop is new and the install is only about two months old.  Everything works 
all right, but revdep-rebuild lists the  following broken links, and after a 
few weeks of sync'ing they  haven't gone away. If I remember correctly, the 
problem began  after the removal of a package that was causing blocking after 
 an update. I think the package was polkit/policykit but not  sure. Even 
after an emerge with the -E option the problem persists.   The output of 
revdep-rebuild is below. Thanks.   [ 39% ] * broken /usr/lib32/gtk- 
2.0/2.10.0/engines/libpixmap.so (requires libEGL.so.1  libGL.so.1)  Looks 
like you're missing the emul package for opengl.  I think that package is 
there, but I'll check this weekend.  I didn't feel like carrying my laptop 
today.  It would be nice if I just had to install it, but I would think 
revdep-rebuild should pull it in . . . or doesn't revdep-rebuild work that 
way?Thanks


[gentoo-user] revdep-rebuild Not Fixing Broken Links

2011-04-05 Thread dhkuhl
On my amd64 laptop I have broken links that never clear up.  The laptop is new 
and the install is only about two months old.  Everything works all right, but 
revdep-rebuild lists the following broken links, and after a few weeks of 
sync'ing they haven't gone away.  If I remember correctly, the problem began 
after the removal of a package that was causing blocking after an update.  I 
think the package was polkit/policykit but not sure.  Even after an emerge with 
the -E option the problem persists.The output of revdep-rebuild is below.  
Thanks.dhcp04-vlan2 ~ # revdep-rebuild --ignore * Configuring search 
environment for revdep-rebuild * Checking reverse dependencies * Packages 
containing binaries and libraries broken by a package update * will be 
emerged. * Collecting system binaries and libraries * Generated new 
1_files.rr * Collecting complete LD_LIBRARY_PATH * Generated new 2_ldpath.rr * 
Checking dynamic linking consistency[ 39% ]  *   broken 
/usr/lib32/gtk-2.0/2.10.0/engines/libpixmap.so (requires 
libEGL.so.1libGL.so.1) *   broken /usr/lib32/gtk-2.0/2.10.0/engines/libxfce.so 
(requires libEGL.so.1libGL.so.1) *   broken 
/usr/lib32/gtk-2.0/2.10.0/immodules/im-am-et.so (requires 
libEGL.so.1libGL.so.1) *   broken 
/usr/lib32/gtk-2.0/2.10.0/immodules/im-cedilla.so (requires 
libEGL.so.1libGL.so.1) *   broken 
/usr/lib32/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.so (requires 
libEGL.so.1libGL.so.1) *   broken 
/usr/lib32/gtk-2.0/2.10.0/immodules/im-inuktitut.so (requires 
libEGL.so.1libGL.so.1)[ 40% ]  *   broken 
/usr/lib32/gtk-2.0/2.10.0/immodules/im-ipa.so (requires 
libEGL.so.1libGL.so.1) *   broken 
/usr/lib32/gtk-2.0/2.10.0/immodules/im-multipress.so (requires 
libEGL.so.1libGL.so.1) *   broken 
/usr/lib32/gtk-2.0/2.10.0/immodules/im-thai.so (requires 
libEGL.so.1libGL.so.1) *   broken 
/usr/lib32/gtk-2.0/2.10.0/immodules/im-ti-er.so (requires 
libEGL.so.1libGL.so.1) *   broken 
/usr/lib32/gtk-2.0/2.10.0/immodules/im-ti-et.so (requires 
libEGL.so.1libGL.so.1) *   broken 
/usr/lib32/gtk-2.0/2.10.0/immodules/im-viqr.so (requires 
libEGL.so.1libGL.so.1) *   broken /usr/lib32/gtk-2.0/2.10.0/immodules/im-xim.so 
(requires libEGL.so.1libGL.so.1) *   broken 
/usr/lib32/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so (requires 
libEGL.so.1libGL.so.1) *   broken 
/usr/lib32/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so (requires 
libEGL.so.1libGL.so.1) *   broken 
/usr/lib32/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so (requires 
libEGL.so.1libGL.so.1) *   broken /usr/lib32/gtk-2.0/modules/libferret.so 
(requires libEGL.so.1libGL.so.1) *   broken 
/usr/lib32/gtk-2.0/modules/libgail.so (requires libEGL.so.1libGL.so.1)[ 43% ]  
*   broken /usr/lib32/libcairo-gobject.so.2.11000.2 (requires 
libEGL.so.1libGL.so.1) *   broken 
/usr/lib32/libcairo-script-interpreter.so.2.11000.2 (requires 
libEGL.so.1libGL.so.1) *   broken /usr/lib32/libcairo.so.2.11000.2 (requires 
libEGL.so.1libGL.so.1) *   broken /usr/lib32/libgailutil.so.18.0.1 (requires 
libEGL.so.1libGL.so.1) *   broken /usr/lib32/libgdk-x11-2.0.so.0.2200.1 
(requires libEGL.so.1libGL.so.1)[ 45% ]  *   broken 
/usr/lib32/libgtk-x11-2.0.so.0.2200.1 (requires libEGL.so.1libGL.so.1)[ 46% ]  
*   broken /usr/lib32/libnotify.so.1.1.3 (requires libEGL.so.1libGL.so.1) *   
broken /usr/lib32/libpangocairo-1.0.so.0.2800.3 (requires 
libEGL.so.1libGL.so.1)[ 100% ]  * Generated new 3_broken.rr * 
Assigning files to packages *   /usr/lib32/gtk-2.0/2.10.0/engines/libpixmap.so 
- app-emulation/emul-linux-x86-gtklibs *   
/usr/lib32/gtk-2.0/2.10.0/engines/libxfce.so - 
app-emulation/emul-linux-x86-gtklibs *   
/usr/lib32/gtk-2.0/2.10.0/immodules/im-am-et.so - 
app-emulation/emul-linux-x86-gtklibs *   
/usr/lib32/gtk-2.0/2.10.0/immodules/im-cedilla.so - 
app-emulation/emul-linux-x86-gtklibs *   
/usr/lib32/gtk-2.0/2.10.0/immodules/im-cyrillic-translit.so - 
app-emulation/emul-linux-x86-gtklibs *   
/usr/lib32/gtk-2.0/2.10.0/immodules/im-inuktitut.so - 
app-emulation/emul-linux-x86-gtklibs *   
/usr/lib32/gtk-2.0/2.10.0/immodules/im-ipa.so - 
app-emulation/emul-linux-x86-gtklibs *   
/usr/lib32/gtk-2.0/2.10.0/immodules/im-multipress.so - 
app-emulation/emul-linux-x86-gtklibs *   
/usr/lib32/gtk-2.0/2.10.0/immodules/im-thai.so - 
app-emulation/emul-linux-x86-gtklibs *   
/usr/lib32/gtk-2.0/2.10.0/immodules/im-ti-er.so - 
app-emulation/emul-linux-x86-gtklibs *   
/usr/lib32/gtk-2.0/2.10.0/immodules/im-ti-et.so - 
app-emulation/emul-linux-x86-gtklibs *   
/usr/lib32/gtk-2.0/2.10.0/immodules/im-viqr.so - 
app-emulation/emul-linux-x86-gtklibs *   
/usr/lib32/gtk-2.0/2.10.0/immodules/im-xim.so - 
app-emulation/emul-linux-x86-gtklibs *   
/usr/lib32/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so - 
app-emulation/emul-linux-x86-gtklibs *   
/usr/lib32/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so - 
app-emulation/emul-linux-x86-gtklibs *   
/usr/lib32/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so - 

Re: [gentoo-user] Re: ALSA - Still No Sound

2011-03-30 Thread dhkuhl
- Original Message -From: Mark Knecht Date: Wednesday, March 30, 2011 
9:52 amSubject: Re: [gentoo-user] Re: ALSA - Still No SoundTo: 
gentoo-user@lists.gentoo.orgCc: dhk  On Wed, Mar 30, 2011 at 2:37 AM, dhk  
wrote:Another update.  It seem all I need to do to get sound back is 
run  alsaconf (take all the defaults) and reboot.  I'm not sure why  it 
stops  working after two or three reboots, but if I run alsaconf  again and 
 reboot it's back.  It never works right after alsaconf, it  always needs  
a reboot.  It would be nice if the sound state didn't get  lost, but at  
least I can get it back.  I'd also wouldn't mind knowing why  it happens.  
 Thanks,  dhk  Does it really need a reboot, or does (as root)  
/etc/init.d/alsasound restart  get it going?  - Mark It really needs a 
reboot.  Bouncing alsasound doesn't do anything.  Then it works for a day or 
two or a reboot or two and then nothing.  Then I need to run alsaconf and just 
hit enter for the defaults and reboot to get it back.  It doesn't take long and 
I can live with it, but it may indicate something else is wrong.dhk


Re: [gentoo-user] Logout of Desktop Hangs on Laptop

2011-03-11 Thread dhkuhl
- Original Message -From: Alex Schuster Date: Friday, March 11, 2011 
8:47 amSubject: Re: [gentoo-user] Logout of Desktop Hangs on LaptopTo: 
gentoo-user@lists.gentoo.org dhk writes:   I have a new laptop with 
LXDE and XFCE4 installed for the desktop  environment.  I boot to run level 3 
and then run startx.  When  logging out of the either desktop it never 
returns to the  command prompt,  there's just a blank screen and I can not 
switch to an alternate  terminal.  However, the Alt-SysRq EISUB does work and 
reboots  the system.  Try Alt-SysRq-R, this should take keyboard control 
away from X  so you can  switch to the text terminals.   Wonko I've 
tried Alt-SysRq-R, it doesn't do anything.  Even if it did work, I would still 
like to log out normally.


Re: [gentoo-user] Logout of Desktop Hangs on Laptop

2011-03-11 Thread dhkuhl
Alt-SysRq-R and Ctrl-Alt-Bksp do nothing.- Original Message -From: 
Gregory Fontenele Date: Friday, March 11, 2011 12:10 pmSubject: Re: 
[gentoo-user] Logout of Desktop Hangs on LaptopTo: 
gentoo-user@lists.gentoo.org  how it came out of that list?  Enviado via 
iPhone  Em 11/03/2011, às 12:03, dhk...@optonline.net escreveu:   
- Original Message -  From: Alex Schuster   Date: Friday, March 11, 
2011 8:47 am  Subject: Re: [gentoo-user] Logout of Desktop Hangs on Laptop  
To: gentoo-user@lists.gentoo.org dhk writes:   I have a new 
laptop with LXDE and XFCE4 installed for the  desktop   environment. I boot 
to run level 3 and then run  startx. Whenlogging out of the either 
desktop it never returns to thecommand prompt,there's just a 
blank screen and I can not switch to an alternateterminal. However, the 
Alt-SysRq EISUB does work and  rebootsthe system.  Try 
Alt-SysRq-R, this should take keyboard control away from  Xso you can  
  switch to the text terminals.  Wonko   I've 
tried Alt-SysRq-R, it doesn't do anything.  Even if it  did work, I would 
still like to log out normally. 


Re: [gentoo-user] ssh problem

2011-02-22 Thread dhkuhl
- Original Message -From: Mick Date: Tuesday, February 22, 2011 9:11 
amSubject: Re: [gentoo-user] ssh problemTo: gentoo-user@lists.gentoo.org On 22 
February 2011 13:24, dhk  wrote:  On 02/22/2011 07:37 AM, Alan 
McKinnon wrote:  On Tuesday 22 February 2011 06:43:33 dhk wrote:  After 
a recent upgrade to ssh I can no longer log into my  Gentoo box  (amd64) 
from another Gentoo box (x86) that has also had a  recent upgrade  to ssh. 
 However, I can log in to it from Suse and Redhat boxes.   Any ideas? 
  None whatsoever.   Supplying logs might change that though.  
   I don't see anything in the logs, but with the -v command I  get the 
 following when trying to log in through the WAN.  Also port 22  is open  
on the switch.$ ssh -v -v -v user@12.12.12.123  
OpenSSH_5.8p1-hpn13v10, OpenSSL 1.0.0d 8 Feb 2011  debug1: Reading 
configuration data /etc/ssh/ssh_config  debug2: ssh_connect: needpriv 0  
debug1: Connecting to 12.12.12.123 [12.12.12.123] port 22.  There was a 
change in the default ssh encryption algorithm.  You may want to check if that 
is causing the problem. --  Regards, Mick How would I do that?


Re: [gentoo-user] Re: New Install Problems with X

2011-01-08 Thread dhkuhl


- Original Message -
From: Volker Armin Hemmann 
Date: Thursday, January 6, 2011 10:25 pm
Subject: Re: [gentoo-user] Re: New Install Problems with X
To: gentoo-user@lists.gentoo.org

 On Thursday 06 January 2011 23:51:38 KIM WHALEN wrote:
 
  I made the kernel with the nvidia driver as a module and the emerge
  x11-drivers/nvidia-drivers worked. However, running Xorg -
 configure still fails.
 
 you don't even need that.
 
 cat /etc/X11/xorg.conf
 Section ServerLayout
 Identifier aticonfig Layout
 Screen 0 aticonfig-Screen[0]-0 0 0
 InputDevice Keyboard0 CoreKeyboard
 InputDevice Mouse0 CorePointer
 EndSection
 
 Section Module
 EndSection
 
 Section InputDevice
 Identifier Mouse0
 Driver evdev
 Option CorePointer
 Option Name Logitech, Inc. MX610 Laser Cordless Mouse
 EndSection
 
 Section InputDevice
 Identifier Keyboard0
 Driver evdev
 Option AutoRepeat 500 30
 Option XkbRules xorg
 Option XkbModel evdev
 Option XkbLayout de
 Option XkbOptions terminate:ctrl_alt_bksp
 EndSection
 
 Section Monitor
 Identifier aticonfig-Monitor[0]-0
 Option VendorName ATI Proprietary Driver
 Option ModelName Generic Autodetecting Monitor
 Option DPMS true
 EndSection
 
 Section Device
 Identifier aticonfig-Device[0]-0
 Driver fglrx
 BusID PCI:1:0:0
 EndSection
 
 Section Screen
 Identifier aticonfig-Screen[0]-0
 Device aticonfig-Device[0]-0
 Monitor aticonfig-Monitor[0]-0
 DefaultDepth 24
 SubSection Display
 Viewport 0 0
 Depth 24
 EndSubSection
 EndSection
 
 
 this is for fglrx - just change fglrx to nvidia - and you have a 
 working 
 nvidia xorg.conf.
 
 Just stop doing stupid things with your kernel config. No 
 framebuffer. Not even 
 as modules!
 
 
 
 
After about two week of head banging this was the fix.  I change the Driver to 
nvidia and startx worked.  The only difference was in my xorg.conf the driver 
was set to nouveau instead of fglrx.
 
I know there were other issues, but if this fix was done first I could have 
avoided a lot of unnecessary kernal and driver builds in addition to the 
experimentation.
 
Thanks,
--dhk 


Re: [gentoo-user] Java EE 6

2010-07-01 Thread dhkuhl
Now I'm confused.  According to the following links there is a Java EE 6.* 
http://java.sun.com/javaee/downloads/index.jspThe first sentence here explains 
the name change.* 
http://en.wikipedia.org/wiki/J2ee#Nomenclature.2C_standards.2C_and_specificationsLooking
 for clarification.Thanks,--dhk- Original Message -From: Alan 
McKinnon Date: Thursday, July 1, 2010 7:09 amSubject: Re: [gentoo-user] Java 
EE 6To: gentoo-u...@lists.gentoo.orgcc: dhk  On Thursday 01 July 2010 12:56:53 
dhk wrote:  I would like to install Java EE 6, but not sure of the package  
name.  A  while back J2EE was rename to JEE and now the latest version  is 
Java EE  6.  The portage tree doesn't have anything when a search is  done 
on JEE  or java ee, but a search on J2EE results in the following. 
# emerge --search j2ee  Searching...  [ Results for search key : j2ee ]  
[ Applications found : 2 ]*  dev-java/sun-j2ee [ Masked ]
Latest version available: 1.3.1-r4Latest version installed: [ Not 
Installed ]Size of files: 14,515 kBHomepage:  
http://java.sun.com/j2ee/sdk_1.3/Description:   Sun's Java 2 
Enterprise Edition  Development KitLicense:   sun-bcla-j2ee   
 How do I find Java EE 6?Thanks,--dhk   There's no such 
thing as Java EE 6.  There is the 1.6 jvm which runs client side, and the 
enterprise  edition stuff  which runs server side, currently at v1.3.1  If 
you just want a jre, use dev-java/sun-jre-bin If you want a full jdk, use 
dev-java/sun-jdk The server side stuff is dev-java/sun-j2ee as you already 
found   --  alan dot mckinnon at gmail dot com 


Re: [gentoo-user] Setting CFLAGS for a single build

2008-05-27 Thread dhkuhl
undefined