Re: [gentoo-user] [footnote] The purpose of pam

2010-01-28 Thread Ward Poelmans
On Wed, Jan 27, 2010 at 23:04, Mick michaelkintz...@gmail.com wrote:
 What would be the pam-way to only allow remote ssh logins using pubkeys and
 completely forbid ssh paswd?  I used to remove allow pam from sshd_config.  Is
 there a better pam-centric way of doing the same thing?

Put PasswordAuthentication to no in you sshd_config?

Ward



Re: [gentoo-user] Error in Emerge

2010-01-28 Thread Alan McKinnon
On Thursday 28 January 2010 08:17:48 Konstantinos Bekiaris wrote:
 I get the following error from emerge. The same happens when I try to
  emerge -uDN world. I can't update anything.
 
 
 
 * Messages for package dev-lang/perl-5.8.8-r8:
 
  * ERROR: dev-lang/perl-5.8.8-r8 failed:
  *   Unable to configure
  *
  * Call stack:
  * ebuild.sh, line   54:  Called src_compile
  *   environment, line 2796:  Called src_configure
  *   environment, line 2879:  Called die
  * The specific snippet of code:
  *   sh Configure -des -Darchname=${myarch} -Dcccdlflags='-fPIC'
 -Dccdlflags='-rdynamic' -Dcc=$(tc-getCC) -Dprefix='/usr'
 -Dvendorprefix='/usr' -Dsiteprefix='/usr' -Dlocincpth=' '
 -Doptimize=${CFLAGS} -Duselargefiles -Dd_semctl_semun
  -Dscriptdir=/usr/bin -Dman1dir=/usr/share/man/man1
  -Dman3dir=/usr/share/man/man3
 -Dinstallman1dir=/usr/share/man/man1 -Dinstallman3dir=/usr/share/man/man3
 -Dman1ext='1' -Dman3ext='3pm' -Dinc_version_list=$inclist
  -Dcf_by='Gentoo' -Ud_csh -Dusenm ${myco...@]} || die Unable to
  configure
  *
  * If you need support, post the output of 'emerge --info
 =dev-lang/perl-5.8.8-r8',
  * the complete build log and the output of 'emerge -pqv
 =dev-lang/perl-5.8.8-r8'.
  * The complete build log is located at
 '/var/tmp/portage/dev-lang/perl-5.8.8-r8/temp/build.log'.
  * The ebuild environment file is located at
 '/var/tmp/portage/dev-lang/perl-5.8.8-r8/temp/environment'.
  * S: '/var/tmp/portage/dev-lang/perl-5.8.8-r8/work/perl-5.8.8'

Did you read the above bit?

it tells you what information is required to assist with a resolution.

The topmost error is before the beginning of what you posted
-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] [footnote] The purpose of pam

2010-01-28 Thread Alan McKinnon
On Thursday 28 January 2010 00:04:46 Mick wrote:
 On Wednesday 27 January 2010 11:01:52 Willie Wong wrote:
  On Tue, Jan 26, 2010 at 04:34:56PM -0800, walt wrote:
   After thinking awhile I realized that pam can be used to
   combine muliple forms of authentication to reduce the well
   documented risk of single-factor authentication (like our
   traditional password system).
  
   Example:  if I have an ordinary password, plus an ssh key
   stored on a USB stick, plus a biometric device like an
   eye scanner or a fingerprint scanner, I can then use any
   or all of those methods to identify myself to the system
   by configuring pam in the appropriate way.
 
  Yes.
 
  First look at the PAM configuration section of this:
 
  http://www.thinkwiki.org/wiki/How_to_enable_the_fingerprint_reader#Login_
 vi a_pam_bioapi
 
  Now if instead of having
 
  auth sufficient pam_unix.so ...
  auth sufficient pam_bioapi.so ...
 
  which says that either password log-in OR fingerprint scanner is
  enough, you change the first line to auth required ..., per the docs
 
  http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/sag-configuration
 -f ile.html
 
  you will then have a behaviour where BOTH password and fingerprint is
  involved. I think PAM is a Pretty Good Idea and its implementation is
  Very Cool, but I also think it is completely unnecessary on _my_
  laptop.
 
 What would be the pam-way to only allow remote ssh logins using pubkeys and
 completely forbid ssh paswd?  I used to remove allow pam from sshd_config. 
  Is there a better pam-centric way of doing the same thing?

That's pretty pointless. pam doesn't know how to do openssl voodoo magic. sshd 
does.
 

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Error in Emerge

2010-01-28 Thread wins mallow
On Thu, 2010-01-28 at 08:17 +0200, Konstantinos Bekiaris wrote:
 I get the following error from emerge. The same happens when I try to
 emerge -uDN world. I can't update anything.
 
 
 
 
 
 
 * Messages for package dev-lang/perl-5.8.8-r8:
 
 
  * ERROR: dev-lang/perl-5.8.8-r8 failed:
  *   Unable to configure
  *
  * Call stack:
  * ebuild.sh, line   54:  Called src_compile
  *   environment, line 2796:  Called src_configure
  *   environment, line 2879:  Called die
  * The specific snippet of code:
  *   sh Configure -des -Darchname=${myarch} -Dcccdlflags='-fPIC'
 -Dccdlflags='-rdynamic' -Dcc=$(tc-getCC) -Dprefix='/usr'
 -Dvendorprefix='/usr' -Dsiteprefix='/usr' -Dlocincpth=' '
 -Doptimize=${CFLAGS} -Duselargefiles -Dd_semctl_semun
 -Dscriptdir=/usr/bin -Dman1dir=/usr/share/man/man1
 -Dman3dir=/usr/share/man/man3 -Dinstallman1dir=/usr/share/man/man1
 -Dinstallman3dir=/usr/share/man/man3 -Dman1ext='1' -Dman3ext='3pm'
 -Dinc_version_list=$inclist -Dcf_by='Gentoo' -Ud_csh -Dusenm
 ${myco...@]} || die Unable to configure
  *
  * If you need support, post the output of 'emerge --info
 =dev-lang/perl-5.8.8-r8',
  * the complete build log and the output of 'emerge -pqv
 =dev-lang/perl-5.8.8-r8'.
  * The complete build log is located at
 '/var/tmp/portage/dev-lang/perl-5.8.8-r8/temp/build.log'.
  * The ebuild environment file is located at
 '/var/tmp/portage/dev-lang/perl-5.8.8-r8/temp/environment'.
  * S: '/var/tmp/portage/dev-lang/perl-5.8.8-r8/work/perl-5.8.8'
  *
  * revdep-rebuild failed to emerge all packages.
  * you have the following choices:
  * - If emerge failed during the build, fix the problems and re-run
 revdep-rebuild.
  * - Use /etc/portage/package.keywords to unmask a newer version of
 the package.
  *   (and remove 5_order.rr to be evaluated again)
  * - Modify the above emerge command and run it manually.
  * - Compile or unmerge unsatisfied packages manually,
  *   remove temporary files, and try again.
  *   (you can edit package/ebuild list first)
  *
  * To remove temporary files, please run:
  * rm /var/cache/revdep-rebuild/*.rr

Please place full log to pastebin. 
maybe, you missed cc profile, gcc not found, etc ? 

-- 
Best regards, Vince Mallow
xmpp: w...@jabber.slan.ru 
web: http://gentoo-way.blogspot.com




[gentoo-user] Thunderbird segfaults

2010-01-28 Thread Hinko Kocevar

Hi,

I've just made my Mozilla Thunderbird segfault everytime before it is 
fully started.


hi...@pc-hinkok ~/Desktop $ thunderbird
No running windows found
Registering Enigmail account manager extension.
Enigmail account manager extension registered.
/usr/libexec/mozilla-launcher: line 119: 25663 Segmentation fault 
$(type -P aoss) $mozbin $xulparams $@

thunderbird-bin exited with non-zero status (139)


Interestingly safe-mode works - thunderbird is started.

hi...@pc-hinkok ~/Desktop $ emerge --info
Portage 2.1.6.13 (default/linux/x86/10.0, gcc-4.1.2, glibc-2.10.1-r1, 
2.6.31-gentoo-r6 i686)

=
System uname: 
linux-2.6.31-gentoo-r6-i686-intel-r-_core-tm-2_duo_cpu_p86...@_2.40ghz-with-gentoo-1.12.13

Timestamp of tree: Mon, 25 Jan 2010 07:30:21 +
app-shells/bash: 4.0_p35
dev-java/java-config: 2.1.10
dev-lang/python: 2.4.6, 2.5.4-r3, 2.6.4
dev-python/pycrypto: 2.0.1-r6
dev-util/cmake:  2.6.4
sys-apps/baselayout: 1.12.13
sys-apps/sandbox:1.6-r2
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.4_p6, 1.5, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6b
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS=x86
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/X11/xkb
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d 
/etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf 
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ 
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d 
/etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d 
/etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d

CXXFLAGS=-O2 -march=i686 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=distlocks fixpackages parallel-fetch protect-owned sandbox 
sfperms strict unmerge-orphans userfetch
GENTOO_MIRRORS=http://gentoo.inode.at/ 
http://gd.tuwien.ac.at/opsys/linux/gentoo/ 
http://mirror.ovh.net/gentoo-distfiles/ 
http://ftp.uni-erlangen.de/pub/mirrors/gentoo 
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ 

LDFLAGS=-Wl,-O1
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times 
--compress --force --whole-file --delete --stats --timeout=180 
--exclude=/distfiles --exclude=/local --exclude=/packages

PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/overlays/crossdev
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=7zip X a52 aac acl acpi alsa apache2 berkdb bluetooth bzip2 cairo 
cdr cli consolekit cracklib crypt cups cxx dbus dri dvd encode extras 
ffmpeg fortran gd gdbm gif gnome gpm gtk hal iconv ipv6 java jpeg 
kpathsea lame libnotify lm_sensors mad mmap mmx modules mp3 mpeg mplayer 
mudflap ncurses networkmanager nls nptl nptlonly ogg opengl openmp pam 
pcre pdf perl php png posix pppd pulseaudio python qt3support readline 
reflection samba session smp spl sse sse2 ssl ssse3 svg sysfs tcpd 
threads thunar unicode usb v4l2 vorbis x264 x86 xml xorg xulrunner xv 
xvid zlib ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 
cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel 
intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem 
ymfpci ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty 
extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul 
mulaw multi null plug rate route share shm softvol 
APACHE2_MODULES=actions alias auth_basic authn_alias authn_anon 
authn_dbm authn_default authn_file authz_dbm authz_default 
authz_groupfile authz_host authz_owner authz_user autoindex cache dav 
dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache 
filter headers include info log_config logio mem_cache mime mime_magic 
negotiation rewrite setenvif speling status unique_id userdir usertrack 
vhost_alias ELIBC=glibc INPUT_DEVICES=keyboard mouse evdev 
KERNEL=linux LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 
lcdm001 mtxorb ncurses text RUBY_TARGETS=ruby18 USERLAND=GNU 
VIDEO_CARDS=intel fbdev v4l
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, 
LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, 
PORTAGE_RSYNC_EXTRA_OPTS



pc-hinkok Desktop # emerge -avt mail-client/mozilla-thunderbird

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild   R   ] mail-client/mozilla-thunderbird-2.0.0.23  USE=crypt 
gnome ipv6 -bindist -debug -ldap -mozdom -moznopango -replytolist 
-xinerama LINGUAS=-af -be -bg -ca -cs -da -de -el -en -en_GB -en_US 
-es -es_AR -es_ES -eu -fi -fr -ga -ga_IE -he -hu -it -ja -ko -lt -mk -nb 
-nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ru -sk -sl -sv 
-sv_SE -tr -uk -zh -zh_CN -zh_TW 0 kB


Thank you,
Hinko

--
Hinko Kocevar
Technical support software engineer
Instrumentation Technologies
Velika pot 22, 

Re: [gentoo-user] Bluetooth is impossible

2010-01-28 Thread Stroller


On 27 Jan 2010, at 12:28, Neil Bothwick wrote:


On Wed, 27 Jan 2010 08:33:57 +, Stroller wrote:


You mentioned that the headset's PIN can't be changed.  Couldn't
anybody pair with it if they enter ?



They can't because you have to hold the button down to initiate the
pairing process.


Even if they could, what's the point? It would only mean that you  
would

be able to make and receive calls using their phone :-O


I have this notion that the security implications are a little wider  
than this.


If one could pair with any arbitrary headset, without the requirement  
to hold the button down, one could surely (?) pair with that headset  
and use it as a bugging device when it wasn't in use by the owner.


Stroller.




Re: [gentoo-user] Bluetooth is impossible

2010-01-28 Thread Neil Bothwick
On Thu, 28 Jan 2010 10:05:50 +, Stroller wrote:

 If one could pair with any arbitrary headset, without the requirement  
 to hold the button down, one could surely (?) pair with that headset  
 and use it as a bugging device when it wasn't in use by the owner.

You're way too devious for me! :)


-- 
Neil Bothwick

Snacktrek, n.:
 The peculiar habit, when searching for a snack, of constantly
 returning to the refrigerator in hopes that something new will have
 materialized.


signature.asc
Description: PGP signature


Re: [gentoo-user] Error in Emerge

2010-01-28 Thread Neil Bothwick
On Thu, 28 Jan 2010 12:12:15 +0300, wins mallow wrote:

 Please place full log to pastebin. 
 maybe, you missed cc profile, gcc not found, etc ? 

Please don't use pastebin. It only holds the file for something like 30
days, whereas the mailing list archives are long term. If the log file is
too large for a plain attachment, gzip it.


-- 
Neil Bothwick

C Error #029: Well! I'm impressed


signature.asc
Description: PGP signature


Re: [gentoo-user] Error in Emerge

2010-01-28 Thread Crístian Viana
pastebin can also hold the file forever :)

On Thu, Jan 28, 2010 at 8:16 AM, Neil Bothwick n...@digimed.co.uk wrote:

 On Thu, 28 Jan 2010 12:12:15 +0300, wins mallow wrote:

  Please place full log to pastebin.
  maybe, you missed cc profile, gcc not found, etc ?

 Please don't use pastebin. It only holds the file for something like 30
 days, whereas the mailing list archives are long term. If the log file is
 too large for a plain attachment, gzip it.


 --
 Neil Bothwick

 C Error #029: Well! I'm impressed




-- 
Crístian Deives dos Santos Viana [aka CD1]


Re: [gentoo-user] Error in Emerge

2010-01-28 Thread Stroller


On 28 Jan 2010, at 10:16, Neil Bothwick wrote:


On Thu, 28 Jan 2010 12:12:15 +0300, wins mallow wrote:


Please place full log to pastebin.
maybe, you missed cc profile, gcc not found, etc ?


Please don't use pastebin. It only holds the file for something like  
30
days, whereas the mailing list archives are long term. If the log  
file is

too large for a plain attachment, gzip it.


+1

Stroller.




[gentoo-user] restrictive equery depends

2010-01-28 Thread Crístian Viana
hi,

is there any way I could search for packages that depend on a specific
ebuild version? for example, I want to find out what packages depend exactly
on virtual/jdk:1.5 (and not virtual/jdk:1.4 nor virtual/jdk-1.6). if I do
this search:

$ equery depends virtual/jdk:1.5

it will show me all packages that virtual/jdk:1.5 satisfies, but I need the
packages that depend only on that version (or slot, in this case).

this would be useful because I may have both versions of Java installed, but
I just want to have the latest version (1.6), so I need to find out what
packages are pulling the older version.

thanks,

-- 
Crístian Deives dos Santos Viana [aka CD1]
Sent from Campinas, SP, Brazil


Re: [gentoo-user] restrictive equery depends

2010-01-28 Thread Helmut Jarausch
On 28 Jan, Crístian Viana wrote:
 hi,
 
 is there any way I could search for packages that depend on a specific
 ebuild version? for example, I want to find out what packages depend exactly
 on virtual/jdk:1.5 (and not virtual/jdk:1.4 nor virtual/jdk-1.6). if I do
 this search:
 
 $ equery depends virtual/jdk:1.5
 
 it will show me all packages that virtual/jdk:1.5 satisfies, but I need the
 packages that depend only on that version (or slot, in this case).
 
 this would be useful because I may have both versions of Java installed, but
 I just want to have the latest version (1.6), so I need to find out what
 packages are pulling the older version.
 

Hi,

take Neil Bothwick's swiss army knife :

emerge -vp --depclean virtual/jdk:1.5

(it's a special case of emerge, showing which packages have pulled in
 the package given on the command line.)

Thanks Neil!

Helmut.


-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



[gentoo-user] OT: I want to get excited, but I just *know* they're going to mess it up...

2010-01-28 Thread Stroller
UK cloud computing strategy could save up to £3.2bn a year, says  
Cabinet Office.


   The government has unveiled a sweeping strategy to create
   its own internal cloud computing system – such as that
   used by Google, Microsoft and Amazon – as part of a radical
   plan that it claims could save up to £3.2bn a year from an
   annual bill of at least £16bn.

   The key part of the new strategy, outlined by the Cabinet
   Office minister Angela Smith, will be the concentration of
   government computing power into a series of about a dozen
   highly secure data centres, each costing up to £250m to
   build, which will replace more than 500 presently used by
   central government, police forces and local authorities.

   The government will also push for open source software to
   be used more widely among central and local government's 4m
   desktop computers. That poses an immediate threat to
   Microsoft, whose Windows operating system and Office
   applications suite is at present firmly embedded as the
   standard on PCs in government, such as the NHS, which is one
   of the largest users in Europe.

   But John Suffolk, the government's chief information
   officer, pointed out that cost savings of just £100 per
   machine would total £400m across government. Unlike Windows,
   open source operating systems such as Linux have no
   licensing costs and can be used on as many machines as
   required.

   By 2015, the strategy suggests, 80% of central government
   desktops could be supplied through a shared utility
   service – essentially a cloud service resembling Google
   Docs, which lets people create documents online for free.


http://www.guardian.co.uk/technology/2010/jan/27/cloud-computing-government-uk


Re: [gentoo-user] Bluetooth is impossible

2010-01-28 Thread Stroller


On 28 Jan 2010, at 10:15, Neil Bothwick wrote:


On Thu, 28 Jan 2010 10:05:50 +, Stroller wrote:


If one could pair with any arbitrary headset, without the requirement
to hold the button down, one could surely (?) pair with that headset
and use it as a bugging device when it wasn't in use by the owner.


You're way too devious for me! :)


Just security aware.

Stroller.




Re: [gentoo-user] OT: I want to get excited, but I just *know* they're going to mess it up...

2010-01-28 Thread Albert Hopkins
You're right... completely OT...

-a





Re: [gentoo-user] Bluetooth is impossible

2010-01-28 Thread Grant
 You mentioned that the headset's PIN can't be changed.  Couldn't
 anybody pair with it if they enter ?

 They can't because you have to hold the button down to initiate the
 pairing process.

 Even if they could, what's the point? It would only mean that you would
 be able to make and receive calls using their phone :-O

 I have this notion that the security implications are a little wider than
 this.

 If one could pair with any arbitrary headset, without the requirement to
 hold the button down, one could surely (?) pair with that headset and use it
 as a bugging device when it wasn't in use by the owner.

 Stroller.

The way my Motorola H560 works, when you switch it on, it's in pairing
mode for 30 seconds or something.  So I suppose it's susceptible to
this type of thing every time I turn it on.

- Grant



Re: [gentoo-user] Which IPSEC to go?

2010-01-28 Thread Konstantinos Agouros
In 4b612f2e.1070...@badapple.net kashani-l...@badapple.net (kashani) writes:

On 1/24/2010 1:38 PM, Konstantinos Agouros wrote:
 Hi,

 since I am a while out of the game of doing ipsec with Linux:
 What's the way to go? Strongswan/Openswan or ipsec-tools for kame/racoon.

 Emerge -p gave me some ~ for ipsec-tools while openswan goes without.

 Any input welcome. I need this for a road warrior setup.

Use Openvpn. Way simpler, has a client for all the major OSs, and most 
importantly isn't based on annoying ipsec. You can use Openvpn between 
servers as well to setup tunnels.
Well I already use openvpn but I have a device that only allows for IPSEC
and does not run openvpn. Otherwise I would not go that way

kashani

-- 
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elw...@agouros.de
Altersheimerstr. 1, 81545 Muenchen, Germany. Tel +49 89 69370185

Captain, this ship will not survive the forming of the cosmos. B'Elana Torres



Re: [gentoo-user] deleting virtual cd in usb hard disc

2010-01-28 Thread ljc

Neil Bothwick n...@digimed.co.uk ha escrito:


Well, if I got an answer, maybe I wasn't asking the wrong person, as the
OP didn't reply when I first asked it :)


hello list, i'm the OP. i'm sorry i didn't answer before, but i'm away  
from home with extremely limited internet access. a big thank you to  
all who responded.


i want to make clear that my last post was just to make sure that i  
understood the situation correctly (i had no idea this thing was at a  
such low level), and it didn't imply anything, one way or the other,  
about what i might want to do with the disc now.


best,

lj




Re: [gentoo-user] Thunderbird segfaults

2010-01-28 Thread Paul Hartman
On Thu, Jan 28, 2010 at 3:31 AM, Hinko Kocevar hinko.koce...@i-tech.si wrote:
 Hi,

 I've just made my Mozilla Thunderbird segfault everytime before it is fully
 started.

 hi...@pc-hinkok ~/Desktop $ thunderbird
 No running windows found
 Registering Enigmail account manager extension.
 Enigmail account manager extension registered.
 /usr/libexec/mozilla-launcher: line 119: 25663 Segmentation fault $(type -P
 aoss) $mozbin $xulparams $@
 thunderbird-bin exited with non-zero status (139)

If safe mode works, maybe an add-on is causing trouble. Try to
remove/disable any you may have... Also if you use something like
enigmail or lightning try to emerge them again.



[gentoo-user] dlna Gentoo

2010-01-28 Thread James
Hello,

I'm looking at an Amplifier/Receiver; the Yamaha RX-V3900
with ethernet. Supposedly you can control the embedded web
browser, via the DLNA protocol.


This ebuild media-libs/libdlna is scarcely supported, if you 
go to the website. Lots of other protocols may be available,
I just have no experience here, so I'm looking for comments
particularly with anyone that has a stereo/receiver that 
is controlled via a web browser. What I do not want to
do is purchase the device to discover that it only 
works with windows.


All comments are welcome.


http://www.avindemand.com/index.php/yamaha-rx-v3900.html
http://en.wikipedia.org/wiki/Digital_Living_Network_Alliance
http://ushare.geexbox.org/


tia,
James




Re: [gentoo-user] Error in Emerge

2010-01-28 Thread John H. Moe
Crístian Viana wrote:
 pastebin can also hold the file forever :)

 On Thu, Jan 28, 2010 at 8:16 AM, Neil Bothwick n...@digimed.co.uk wrote:

   
 On Thu, 28 Jan 2010 12:12:15 +0300, wins mallow wrote:

 
 Please place full log to pastebin.
 maybe, you missed cc profile, gcc not found, etc ?
   
 Please don't use pastebin. It only holds the file for something like 30
 days, whereas the mailing list archives are long term. If the log file is
 too large for a plain attachment, gzip it.


 --
 Neil Bothwick

 C Error #029: Well! I'm impressed
 
Yeah, but does pastebin refer back to this e-mail thread if I look up
the same error sometime later?  If the errors and info are directly in
the e-mail, then future searches for the same problem are much easier to
track down.

I would assume the info requested might make up a few KB?  And if it's
bigger than that, the like the man said, gzip it; text files generally
get really good compression.

Just my $0.02.

John Moe



Re: [gentoo-user] Error in Emerge

2010-01-28 Thread wins mallow
On Fri, 2010-01-29 at 06:39 +1000, John H. Moe wrote:
 Crístian Viana wrote:
  pastebin can also hold the file forever :)
 
  On Thu, Jan 28, 2010 at 8:16 AM, Neil Bothwick n...@digimed.co.uk wrote:
 

  On Thu, 28 Jan 2010 12:12:15 +0300, wins mallow wrote:
 
  
  Please place full log to pastebin.
  maybe, you missed cc profile, gcc not found, etc ?

  Please don't use pastebin. It only holds the file for something like 30
  days, whereas the mailing list archives are long term. If the log file is
  too large for a plain attachment, gzip it.
 
 
  --
  Neil Bothwick
 
  C Error #029: Well! I'm impressed
  
 Yeah, but does pastebin refer back to this e-mail thread if I look up
 the same error sometime later?  If the errors and info are directly in
 the e-mail, then future searches for the same problem are much easier to
 track down.
 
 I would assume the info requested might make up a few KB?  And if it's
 bigger than that, the like the man said, gzip it; text files generally
 get really good compression.
 
 Just my $0.02.
 
 John Moe
 
please stop OT :)

-- 
Best regards, Vince Mallow
xmpp: w...@jabber.slan.ru 
web: http://gentoo-way.blogspot.com




[gentoo-user] Cannot print pdf documents from KDE4

2010-01-28 Thread Mick
As the title says.  I can print text files and html, but I cannot print pdf.  
BTW I can print an html page from Konqueror to a pdf file, but then can't 
print that file.  Have you come across this problem in KDE4?

-- 
Regards,
Mick


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


Re: [gentoo-user] Cannot print pdf documents from KDE4

2010-01-28 Thread Paul Hartman
On Thu, Jan 28, 2010 at 3:55 PM, Mick michaelkintz...@gmail.com wrote:
 As the title says.  I can print text files and html, but I cannot print pdf.
 BTW I can print an html page from Konqueror to a pdf file, but then can't
 print that file.  Have you come across this problem in KDE4?

I am able to print PDF from Okular. I'm using CUPS, manually
configured printer, not using the KDE autoconfigured printer widget
thingy (blacklisted usblp module).



Re: [gentoo-user] Cannot print pdf documents from KDE4

2010-01-28 Thread Neil Bothwick
On Thu, 28 Jan 2010 21:55:02 +, Mick wrote:

 As the title says.  I can print text files and html, but I cannot print
 pdf. BTW I can print an html page from Konqueror to a pdf file, but
 then can't print that file.  Have you come across this problem in KDE4?

Can you view the PDF in Okular? If not, you probably need to rebuild
poppler with USE=lcms.


-- 
Neil Bothwick

I spilled Spot remover on my dog. Now he's gone.


signature.asc
Description: PGP signature


Re: [gentoo-user] Error in Emerge

2010-01-28 Thread Neil Bothwick
On Fri, 29 Jan 2010 00:19:47 +0300, wins mallow wrote:

 please stop OT :)

How can a discussion that directly affects the usefulness of this list be
considered OT?


-- 
Neil Bothwick

He who laughs last thinks slowest!


signature.asc
Description: PGP signature


Re: [gentoo-user] Error in Emerge

2010-01-28 Thread Dale

Neil Bothwick wrote:

On Fri, 29 Jan 2010 00:19:47 +0300, wins mallow wrote:

  

please stop OT :)



How can a discussion that directly affects the usefulness of this list be
considered OT?

  


+1 

I have ran into this before.  Find a error and it is at pastebin and no 
link to the fix.  I have also ran into pastebin expiring too.  Neither 
is good.


Dale

:-)  :-) 



Re: [gentoo-user] restrictive equery depends

2010-01-28 Thread Crístian Viana
great, Helmut (and Neil), that was exactly what I was looking for! :)

thanks,

On Thu, Jan 28, 2010 at 9:43 AM, Helmut Jarausch 
jarau...@igpm.rwth-aachen.de wrote:

 On 28 Jan, Crístian Viana wrote:
  hi,
 
  is there any way I could search for packages that depend on a specific
  ebuild version? for example, I want to find out what packages depend
 exactly
  on virtual/jdk:1.5 (and not virtual/jdk:1.4 nor virtual/jdk-1.6). if I do
  this search:
 
  $ equery depends virtual/jdk:1.5
 
  it will show me all packages that virtual/jdk:1.5 satisfies, but I need
 the
  packages that depend only on that version (or slot, in this case).
 
  this would be useful because I may have both versions of Java installed,
 but
  I just want to have the latest version (1.6), so I need to find out what
  packages are pulling the older version.
 

 Hi,

 take Neil Bothwick's swiss army knife :

 emerge -vp --depclean virtual/jdk:1.5

 (it's a special case of emerge, showing which packages have pulled in
  the package given on the command line.)

 Thanks Neil!

 Helmut.


 --
 Helmut Jarausch

 Lehrstuhl fuer Numerische Mathematik
 RWTH - Aachen University
 D 52056 Aachen, Germany




-- 
Crístian Deives dos Santos Viana [aka CD1]


[gentoo-user] gnome-mplayer auto-mutes on next track

2010-01-28 Thread Beau Henderson

G'day,

Ever since a someone recent update to gnome-mplayer, whenever I load a new file after a viewing or 
listing to audio the next track auto-mutes. That is, gnome-mplayer seems to set my system audio to 
mute. I can't seem to figure out why this happens or what is causing it. Anyone have any idea how I 
can work around this ?


--
Beau Henderson



Re: [gentoo-user] dlna Gentoo

2010-01-28 Thread def...@uberpenguin.net
Take a look at http://elinux.org/DLNA_Open_Source_Projects
Has some nice links. I've yet to operate one via a browser :(

deface


On Jan 28, 2010, at 10:34 AM, James wrote:

 Hello,
 
 I'm looking at an Amplifier/Receiver; the Yamaha RX-V3900
 with ethernet. Supposedly you can control the embedded web
 browser, via the DLNA protocol.
 
 
 This ebuild media-libs/libdlna is scarcely supported, if you 
 go to the website. Lots of other protocols may be available,
 I just have no experience here, so I'm looking for comments
 particularly with anyone that has a stereo/receiver that 
 is controlled via a web browser. What I do not want to
 do is purchase the device to discover that it only 
 works with windows.
 
 
 All comments are welcome.
 
 
 http://www.avindemand.com/index.php/yamaha-rx-v3900.html
 http://en.wikipedia.org/wiki/Digital_Living_Network_Alliance
 http://ushare.geexbox.org/
 
 
 tia,
 James
 
 
 
 -- 
 Message Cleaned by MailScanner
 http://www.fluxlabs.net
 




Re: [gentoo-user] OT: I want to get excited, but I just *know* they're going to mess it up...

2010-01-28 Thread Iain Buchanan
On Thu, 2010-01-28 at 07:41 -0500, Albert Hopkins wrote:
 You're right... completely OT...

not if they use Gentoo...

:p
-- 
Iain Buchanan iaindb at netspace dot net dot au

Any road followed to its end leads precisely nowhere.
Climb the mountain just a little to test it's a mountain.
From the top of the mountain, you cannot see the mountain.
-- Bene Gesserit proverb, Dune




Re: [gentoo-user] OT: I want to get excited, but I just *know* they're going to mess it up...

2010-01-28 Thread Iain Buchanan
They got it right for being open to OSS, but they got it wrong with the
word cloud...

http://www.guardian.co.uk/technology/2008/sep/29/cloud.computing.richard.stallman

-- 
Iain Buchanan iaindb at netspace dot net dot au

BOFH Excuse #189:

SCSI's too wide.




Re: [gentoo-user] Cannot print pdf documents from KDE4

2010-01-28 Thread Mick
On Thursday 28 January 2010 22:33:52 Neil Bothwick wrote:
 On Thu, 28 Jan 2010 21:55:02 +, Mick wrote:
  As the title says.  I can print text files and html, but I cannot print
  pdf. BTW I can print an html page from Konqueror to a pdf file, but
  then can't print that file.  Have you come across this problem in KDE4?
 
 Can you view the PDF in Okular? If not, you probably need to rebuild
 poppler with USE=lcms.

Now here's a thing, I can view it in Okular, but nothing is shown in the 
Okular print viewer ...

Thanks for the hint I'll check it out when I get to the machine next time.
-- 
Regards,
Mick


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


Re: [gentoo-user] Thunderbird segfaults

2010-01-28 Thread Hinko Kocevar
Paul Hartman wrote:
 On Thu, Jan 28, 2010 at 3:31 AM, Hinko Kocevar hinko.koce...@i-tech.si 
 wrote:
 Hi,

 I've just made my Mozilla Thunderbird segfault everytime before it is fully
 started.

 hi...@pc-hinkok ~/Desktop $ thunderbird
 No running windows found
 Registering Enigmail account manager extension.
 Enigmail account manager extension registered.
 /usr/libexec/mozilla-launcher: line 119: 25663 Segmentation fault $(type -P
 aoss) $mozbin $xulparams $@
 thunderbird-bin exited with non-zero status (139)
 
 If safe mode works, maybe an add-on is causing trouble. Try to
 remove/disable any you may have... Also if you use something like
 enigmail or lightning try to emerge them again.
 

Yeah, something was wrong. But now it works. I've restarted the
thunderbird a few times in safe mode and then tried normal.

-- 
Hinko Kocevar
Technical support software engineer
Instrumentation Technologies
Velika pot 22, SI-5250 Solkan - Slovenia
T:+386 5 3352600, F:+386 5 3352601
mailto: hinko.koce...@i-tech.si

http://www.i-tech.si - When your users demand stability

The information transmitted is intended solely for the addressee and may
contain confidential and/or privileged information. Any review, retention,
disclosure or other use by persons other than the intended recipient is
prohibited. If you received this in error, please notify the sender and
delete all copies.