Re: [gentoo-user] rtorrent

2013-02-06 Thread Mateusz Kowalczyk
[1] might interest you although I have to admit that the ass-backwards
installation process means that I wasn't to get it running myself. Also
be careful of one of the scripts putting its own locale settings in one
of your dotfiles because they obviously know better.

http://code.google.com/p/pyroscope/wiki/RtorrentExtended

On 06/02/13 06:49, Raffaele BELARDI wrote:
 On 02/06/2013 07:25 AM, András Csányi wrote:
 Good morning All,

 I would like to ask some help regarding color stuff of rtorrent. Where
 can I find a how to or something? What I found is not working with my
 rtorrent.

 
 Looks like color support was dropped by the ebuild maintainer:
 
 https://bugs.gentoo.org/show_bug.cgi?id=407525
 
 I switched to deluge.
 
 raf
 



Re: [gentoo-user] systemd-197-r1 starts gdm-3.6.2

2013-02-06 Thread Stefan G. Weichinger
Am 06.02.2013 08:19, schrieb Canek Peláez Valdés:

 Sorry for answering so late; long weekend in here.

No problem ... I had other issues here and so far it is just OK to use
xdm.service instead.

btw. even with xdm there is a pretty slow startup of gnome (time between
hitting enter after the password and a working gnome-shell) ...

Over the last days I pretty much rebuilt most of that machine ...

 10:59:25.755: Registered Authentication Agent for unix-session:c6
 (system bus name :1.28 [gnome-shell --mode=gdm], object path
 /org/freedesktop/PolicyKit1/AuthenticationAgent, locale de_DE.UTF-8)

 Nothing more.
 
 I was expecting more from that.
 
 The gdm.log is empty.
 
 That is weird; if you ran gdm outside of systemd, with the --nodaemon
 option, the program should print everything to stdout and/or stderr,
 and then  should capture it.

I will retry this asap ... but not right now ... maybe later this day.

 I'm running out of ideas. What does the file /etc/pam.d/gdm-password contains?

# cat gdm-password
#%PAM-1.0
auth   optionalpam_env.so
auth   include system-local-login
accountinclude system-local-login
password   include system-local-login
sessioninclude system-local-login


Stefan



Re: [gentoo-user] no audio on cisco webex

2013-02-06 Thread Douglas J Hunley
On Tue, Feb 5, 2013 at 10:29 AM, Paul Hartman
paul.hartman+gen...@gmail.com wrote:
 I have not used webex, but my googling seems to indicate the plugin
 uses 32-bit libraries and you'll need to run a 32-bit browser in order
 for sound to work on linux (or perhaps 64-bit browser using 32-bit
 java through nspluginwrapper or something like that).


this didn't fix it either. someone else told me that they need the old
OSS api in the kernel, so I'm gonna try that next :-/

-- 
Douglas J Hunley (doug.hun...@gmail.com)
Twitter: @hunleyd   Web:
douglasjhunley.com
G+: http://goo.gl/sajR3



Re: [gentoo-user] systemd-197-r1 starts gdm-3.6.2

2013-02-06 Thread Stefan G. Weichinger
Am 06.02.2013 12:58, schrieb Stefan G. Weichinger:

 I will retry this asap ... but not right now ... maybe later this day.

did not work, no real different output.

In /var/log/messages I have:

Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
AccountsService-DEBUG(+): ActUser: session not found: c15
Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
AccountsService-DEBUG(+): ActUserManager: Session removed: c14
Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
AccountsService-DEBUG(+): ActUserManager: Session removed for user stef
Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
AccountsService-DEBUG(+): ActUser: session not found: c14
Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
AccountsService-DEBUG(+): ActUserManager: Session removed: c13
Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
AccountsService-DEBUG(+): ActUserManager: Session removed for user sgw
Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
AccountsService-DEBUG(+): ActUser: session not found: c13
Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
AccountsService-DEBUG(+): ActUserManager: Session removed: c12
Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
AccountsService-DEBUG(+): ActUserManager: Session removed for user sgw
Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
AccountsService-DEBUG(+): ActUser: session not found: c12


which lead me to this issue:

https://bugzilla.redhat.com/show_bug.cgi?format=multipleid=861440

Looks very similar, but I don't know yet how to solve it. But it might
be the right direction as I use su within my terminator-sessions very
often.

digging further.




[gentoo-user] Re: nvidia-drivers fail to determine kernel version

2013-02-06 Thread walt
On 02/05/2013 08:57 PM, meino.cra...@gmx.de wrote:
 walt w41...@gmail.com [13-02-06 04:51]:
 On 02/05/2013 06:56 AM, meino.cra...@gmx.de wrote:
 Hi,

 when using vanilla kernel 3.7.5 (appropiate kernel headers installed)
 emergeing nvidia-drivers 313.18 works fine.
 As soon vanilla kernel 3.7.6 are installed the emerge process fails
 because the kernel version couldnt be determined.

 Every time Linus changes his underwear the nvidia installer forgets how
 to find the kernel version :(   Rafaele Belardi posted a link here on
 Jan 29 to a patch on the nvidia website.  If you can't make it work
 I'll post more details tomorrow.


 
 Hi,
 
 thanks for your reply, walt! :)
 
 What I found based on your mail are patches against different
 nvidia-drivers and different kernel version than I am using to get
 this running...
 I tried the symlink include/linux - include/uapi/linux mentioned
 here:
 https://devtalk.nvidia.com/default/topic/525935/linux/please-update-310-xx-drivers-for-linux-3-7-3-8-compatibility/2/
 after the kernel was build, but ths doesnt help.

I can think of two (obnoxious) things I would try next:  first, install
both versions of the kernel sources and then use diff -r to find all
the changes in the 'include' subdirectory (that's always where nvidia
trips over its own feet) then look for the ones that nividia uses to
find the kernel version.

Second, I usually add 'set -x' near the top of the 'conftest.sh' script
that nvidia uses to find the kernel version, which results in a lot of
debugging info to be printed when the installer runs.  I edit the script
in /var/tmp/portage/xorg-drivers/nvidia-xxx/kernel/ after the installer
dies and then just type 'make module install' (which normally will do
what you want if/when the installer isn't broken).




[gentoo-user] OT: penetration testing

2013-02-06 Thread James
Alan McKinnon alan.mckinnon at gmail.com writes:


 It was the first one in that list - BackTrack

  ;-)  

thx
James




[gentoo-user] Re: no audio on cisco webex

2013-02-06 Thread James
Douglas J Hunley doug.hunley at gmail.com writes:


   Does anyone now the magic needed to make Webex perform correctly?

  Try the Chrome browser.
 Chrome is the only browser I use and is the one where I experienced
 the issue :-/

Do you have a cisco support contract? 

If not a cisco engineer friend?

Surely this issue is documented in the cisco community somewhere.

If nothing else, contact a cisco corporate sales representative.
Tell them your company is test interoperability with their offering
but it does not work? You need to find out why, before issuing a 
purchase order recommendation.

Cisco sales reps are the best at flushing out cisco problems,
particularly if a potential sales is on the line

YMMV,
hth,
James







Re: [gentoo-user] systemd-197-r1 starts gdm-3.6.2

2013-02-06 Thread Canek Peláez Valdés
On Wed, Feb 6, 2013 at 9:56 AM, Stefan G. Weichinger li...@xunil.at wrote:
 Am 06.02.2013 12:58, schrieb Stefan G. Weichinger:

 I will retry this asap ... but not right now ... maybe later this day.

 did not work, no real different output.

 In /var/log/messages I have:

 Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
 AccountsService-DEBUG(+): ActUser: session not found: c15
 Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
 AccountsService-DEBUG(+): ActUserManager: Session removed: c14
 Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
 AccountsService-DEBUG(+): ActUserManager: Session removed for user stef
 Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
 AccountsService-DEBUG(+): ActUser: session not found: c14
 Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
 AccountsService-DEBUG(+): ActUserManager: Session removed: c13
 Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
 AccountsService-DEBUG(+): ActUserManager: Session removed for user sgw
 Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
 AccountsService-DEBUG(+): ActUser: session not found: c13
 Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
 AccountsService-DEBUG(+): ActUserManager: Session removed: c12
 Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
 AccountsService-DEBUG(+): ActUserManager: Session removed for user sgw
 Feb  6 16:34:15 hiro gdm-launch-environment][24620]:
 AccountsService-DEBUG(+): ActUser: session not found: c12


 which lead me to this issue:

 https://bugzilla.redhat.com/show_bug.cgi?format=multipleid=861440

 Looks very similar, but I don't know yet how to solve it. But it might
 be the right direction as I use su within my terminator-sessions very
 often.

 digging further.

What's the difference between the users stef and sgw? What do you mean
by I use su within my terminator-sessions very often?

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



Re: [gentoo-user] systemd-197-r1 starts gdm-3.6.2

2013-02-06 Thread Stefan G. Weichinger
Am 06.02.2013 18:18, schrieb Canek Peláez Valdés:

 What's the difference between the users stef and sgw? 

sgw is my everyday-user with dozens of dot-dirs cumulated over years. It
is the user I work with every day.

stef is a new and empty user I created lately to check things with
this gdm-topic. stef has no old stuff in its home-dir but fails to login
as well as sgw.

 What do you mean
 by I use su within my terminator-sessions very often?

For my work I prefer x11-terms/terminator over gnome-terminal, it allows
me to run multiple gnome-terminals in one window.

I login to gnome as user sgw ... open up a terminator ... and if I need
root privileges for doing stuff I run su within the terminator session.

ok?

Greets, Stefan







[gentoo-user] Re: nvidia-drivers fail to determine kernel version

2013-02-06 Thread Nikos Chantziaras

On 05/02/13 16:56, meino.cra...@gmx.de wrote:

Hi,

when using vanilla kernel 3.7.5 (appropiate kernel headers installed)
emergeing nvidia-drivers 313.18 works fine.
As soon vanilla kernel 3.7.6 are installed the emerge process fails
because the kernel version couldnt be determined.

Both times /usr/src/linux symlinks to the according kernel sources.

What did I wrong? How can I fix that?

Thank you very much in advance for any help!


https://bugs.gentoo.org/show_bug.cgi?id=455496




[gentoo-user] Fonts (Ariel?) broken in acroread

2013-02-06 Thread Grant Edwards
I don't know when exactly, but sometime in the past 6 months or so,
font support in acroread got broken.  Most of the PDF documents
generated by MS Office don't render correctly. I think the most common
font that doesn't render properly is Ariel. Acroread didn't used to
have any problems with these documents, and viewing them with out
applications seems to work OK.

What gets rendered for Ariel is a _very_ ugly, very light, sans serif
font where lower-case letters are about 1/3 the height of upper case
letters.  It's really horrid.  Here's comparison of some text rendered
by acroread (left) and emacs (right):

  http://www.panix.com/~grante/acroread-vs-emacs.png

Acroread _used_ to render this document correctly.

I've asked Google but all the hits are about asian font support.

Any ideas what I'm missing?

-- 
Grant Edwards   grant.b.edwardsYow! I want to so HAPPY,
  at   the VEINS in my neck STAND
  gmail.comOUT!!




[gentoo-user] Re: Fonts (Ariel?) broken in acroread

2013-02-06 Thread Grant Edwards
On 2013-02-06, Grant Edwards grant.b.edwa...@gmail.com wrote:

 I don't know when exactly, but sometime in the past 6 months or so,
 font support in acroread got broken.  Most of the PDF documents
 generated by MS Office don't render correctly. I think the most common
 font that doesn't render properly is Ariel. Acroread didn't used to
 have any problems with these documents, and viewing them with out
 applications seems to work OK.

Blerg.  That should read viewing them with _other_ applications seems
to work OK.  IOW, emacs, epdfview, and mupdf all render the document
using the correct fonts.

   http://www.panix.com/~grante/acroread-vs-emacs.png

-- 
Grant Edwards   grant.b.edwardsYow! I just went below the
  at   poverty line!
  gmail.com




Re: [gentoo-user] Re: Fonts (Ariel?) broken in acroread

2013-02-06 Thread Paul Hartman
On Wed, Feb 6, 2013 at 2:05 PM, Grant Edwards grant.b.edwa...@gmail.com wrote:
 On 2013-02-06, Grant Edwards grant.b.edwa...@gmail.com wrote:

 I don't know when exactly, but sometime in the past 6 months or so,
 font support in acroread got broken.  Most of the PDF documents
 generated by MS Office don't render correctly. I think the most common
 font that doesn't render properly is Ariel. Acroread didn't used to
 have any problems with these documents, and viewing them with out
 applications seems to work OK.

 Blerg.  That should read viewing them with _other_ applications seems
 to work OK.  IOW, emacs, epdfview, and mupdf all render the document
 using the correct fonts.

   http://www.panix.com/~grante/acroread-vs-emacs.png

I just installed acroread (I usually use Okular) and mine works fine
on all of the PDF files I tried... but I don't know if any files I
have were generated by MS Office. Ensure your have the corefonts
package installed. Newer versions of MS Office (2007+) don't use Arial
as the default sans-serif font anymore, they use Calibri. I'm not sure
if that one is included in corefonts or not.

If you open /opt/Adobe/Reader9/bin/acroread in a text editor, it is
actually a shell script. There is a section that has:

# Enable this if you want Adobe Reader to cache Font-config fonts
ACRO_ENABLE_FONT_CONFIG=1
export ACRO_ENABLE_FONT_CONFIG

Maybe you can try commenting that out and see if it makes a difference.



Re: [gentoo-user] Re: Fonts (Ariel?) broken in acroread

2013-02-06 Thread Paul Hartman
On Wed, Feb 6, 2013 at 2:30 PM, Paul Hartman
paul.hartman+gen...@gmail.com wrote:
 On Wed, Feb 6, 2013 at 2:05 PM, Grant Edwards grant.b.edwa...@gmail.com 
 wrote:
 On 2013-02-06, Grant Edwards grant.b.edwa...@gmail.com wrote:

 I don't know when exactly, but sometime in the past 6 months or so,
 font support in acroread got broken.  Most of the PDF documents
 generated by MS Office don't render correctly. I think the most common
 font that doesn't render properly is Ariel. Acroread didn't used to
 have any problems with these documents, and viewing them with out
 applications seems to work OK.

 Blerg.  That should read viewing them with _other_ applications seems
 to work OK.  IOW, emacs, epdfview, and mupdf all render the document
 using the correct fonts.

   http://www.panix.com/~grante/acroread-vs-emacs.png

 I just installed acroread (I usually use Okular) and mine works fine
 on all of the PDF files I tried... but I don't know if any files I
 have were generated by MS Office. Ensure your have the corefonts
 package installed. Newer versions of MS Office (2007+) don't use Arial
 as the default sans-serif font anymore, they use Calibri. I'm not sure
 if that one is included in corefonts or not.

 If you open /opt/Adobe/Reader9/bin/acroread in a text editor, it is
 actually a shell script. There is a section that has:

 # Enable this if you want Adobe Reader to cache Font-config fonts
 ACRO_ENABLE_FONT_CONFIG=1
 export ACRO_ENABLE_FONT_CONFIG

 Maybe you can try commenting that out and see if it makes a difference.

Just found this which seems to describe exactly the same problem
you're having along with some possible workarounds:

http://www.linux-archive.org/debian-user/322514-font-substitution-acroread.html



Re: [gentoo-user] rtorrent

2013-02-06 Thread Bruce Hill
On Wed, Feb 06, 2013 at 07:25:44AM +0100, András Csányi wrote:
 Good morning All,
 
 I would like to ask some help regarding color stuff of rtorrent. Where
 can I find a how to or something? What I found is not working with my
 rtorrent.
 
 I have this:
 
 [I] net-p2p/rtorrent
  Available versions:  0.8.6-r1 (~)0.8.6-r4 (~)0.8.7-r4 0.8.9^t
 (~)0.9.1 (~)0.9.2 {color daemon debug ipv6 test xmlrpc}
  Installed versions:  0.9.2(07:24:56 AM 02/06/2013)(daemon ipv6
 xmlrpc -debug -test)
  Homepage:http://libtorrent.rakshasa.no/
  Description: BitTorrent Client using libtorrent

Best d/l utility on the market: net-misc/aria2
-- 
Happy Penguin Computers   ')
126 Fenco Drive   ( \
Tupelo, MS 38801   ^^
supp...@happypenguincomputers.com
662-269-2706 662-205-6424
http://happypenguincomputers.com/

A: Because it messes up the order in which people normally read text.   

   
Q: Why is top-posting such a bad thing? 

   
A: Top-posting. 

   
Q: What is the most annoying thing in e-mail?

Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting



Re: [gentoo-user] rtorrent

2013-02-06 Thread Mateusz Kowalczyk
Do you mind pointing out /why/ it's the `Best d/l utility on the
market'? OP is currently using rtorrent and he has an issue with
colouring. Even if you feel like he might benefit from another client, a
justification should be in place. I have looked at aria2 web page and it
says:

Lightweight. aria2 doesn’t require much memory and CPU time. The
physical memory usage is typically 4MiB (normal HTTP/FTP downloads) to
9MiB (BitTorrent downloads). CPU usage in BitTorrent with download speed
of 2.8MiB/sec is around 6%.

Fully Featured BitTorrent Client. All features you want in BitTorrent
client are available: DHT, PEX, Encryption, Magnet URI, Web-Seeding,
Selective Downloads and Local Peer Discovery.


I'm sorry but that's hardly worth switching to. I have just short of
1 active torrents in my rtorrent and it uses 750MB of memory and 0.7
to 1.2% CPU (Core 2 Duo). It hardly looks like aria can beat that so
it's clearly not the performance you're advertising.

As an rtorrent user, I'm genuinely interested why would one ever
consider switching to aria at all, especially as OP hasn't complained
about lack of any features that aria might have or do better.

Thanks

On 06/02/13 20:40, Bruce Hill wrote:
 On Wed, Feb 06, 2013 at 07:25:44AM +0100, András Csányi wrote:
 Good morning All,

 I would like to ask some help regarding color stuff of rtorrent. Where
 can I find a how to or something? What I found is not working with my
 rtorrent.

 I have this:

 [I] net-p2p/rtorrent
  Available versions:  0.8.6-r1 (~)0.8.6-r4 (~)0.8.7-r4 0.8.9^t
 (~)0.9.1 (~)0.9.2 {color daemon debug ipv6 test xmlrpc}
  Installed versions:  0.9.2(07:24:56 AM 02/06/2013)(daemon ipv6
 xmlrpc -debug -test)
  Homepage:http://libtorrent.rakshasa.no/
  Description: BitTorrent Client using libtorrent
 
 Best d/l utility on the market: net-misc/aria2
 



[gentoo-user] Re: Fonts (Ariel?) broken in acroread

2013-02-06 Thread Grant Edwards
On 2013-02-06, Paul Hartman paul.hartman+gen...@gmail.com wrote:
 On Wed, Feb 6, 2013 at 2:05 PM, Grant Edwards grant.b.edwa...@gmail.com 
 wrote:
 On 2013-02-06, Grant Edwards grant.b.edwa...@gmail.com wrote:

 I don't know when exactly, but sometime in the past 6 months or so,
 font support in acroread got broken.  Most of the PDF documents
 generated by MS Office don't render correctly. I think the most common
 font that doesn't render properly is Ariel. Acroread didn't used to
 have any problems with these documents, and viewing them with out
 applications seems to work OK.

 Blerg.  That should read viewing them with _other_ applications seems
 to work OK.  IOW, emacs, epdfview, and mupdf all render the document
 using the correct fonts.

   http://www.panix.com/~grante/acroread-vs-emacs.png

 I just installed acroread (I usually use Okular) and mine works fine
 on all of the PDF files I tried... but I don't know if any files I
 have were generated by MS Office. Ensure your have the corefonts
 package installed.

Yep, I do:

$ find /usr/share/fonts -iname '*arial*'
/usr/share/fonts/corefonts/arial.ttf
/usr/share/fonts/corefonts/arialbd.ttf
/usr/share/fonts/corefonts/arialbi.ttf
/usr/share/fonts/corefonts/ariali.ttf

 Newer versions of MS Office (2007+) don't use Arial as the default
 sans-serif font anymore, they use Calibri. I'm not sure if that one
 is included in corefonts or not.

Apparently not:

$ find /usr/share/fonts -iname '*calibri*'
$ 

-- 
Grant Edwards   grant.b.edwardsYow! I want the presidency
  at   so bad I can already taste
  gmail.comthe hors d'oeuvres.




[gentoo-user] Re: Fonts (Ariel?) broken in acroread

2013-02-06 Thread Grant Edwards
On 2013-02-06, Grant Edwards grant.b.edwa...@gmail.com wrote:
 On 2013-02-06, Paul Hartman paul.hartman+gen...@gmail.com wrote:
 On Wed, Feb 6, 2013 at 2:05 PM, Grant Edwards grant.b.edwa...@gmail.com 
 wrote:
 On 2013-02-06, Grant Edwards grant.b.edwa...@gmail.com wrote:

 I don't know when exactly, but sometime in the past 6 months or so,
 font support in acroread got broken.  Most of the PDF documents
 generated by MS Office don't render correctly. I think the most common
 font that doesn't render properly is Ariel. Acroread didn't used to
 have any problems with these documents, and viewing them with out
 applications seems to work OK.

 Blerg.  That should read viewing them with _other_ applications seems
 to work OK.  IOW, emacs, epdfview, and mupdf all render the document
 using the correct fonts.

   http://www.panix.com/~grante/acroread-vs-emacs.png

 I just installed acroread (I usually use Okular) and mine works fine
 on all of the PDF files I tried... but I don't know if any files I
 have were generated by MS Office. Ensure your have the corefonts
 package installed.

 Yep, I do:

No, wait -- wrong computer.  I _was_ missing corefonts.  After
installing corefonts (don't know how it got removed), acroread is
usable again. :)

 Newer versions of MS Office (2007+) don't use Arial as the default
 sans-serif font anymore, they use Calibri. I'm not sure if that one
 is included in corefonts or not.

 Apparently not:

 $ find /usr/share/fonts -iname '*calibri*'
 $ 

I did find some documents that use Calibri, but it appears to be
embedded in those docs.

-- 
Grant Edwards   grant.b.edwardsYow! People humiliating
  at   a salami!
  gmail.com




[gentoo-user] {OT} LWP::UserAgent slows website

2013-02-06 Thread Grant
I have a script that makes 6 successive HTTP requests via
LWP::UserAgent.  It runs fine and takes only about 3 seconds, but
whenever it is run I start receiving alerts that my website is
responding slowly to requests.  This lasts for up to around 10
minutes.  I've tried turning the timeout down to 3 seconds and I've
tried LWPx::ParanoidAgent but the behavior is the same.

Can anyone tell me how to go about tracking this down?

- Grant