Re: [gentoo-user] wine DVD/CD -- how to configure?

2009-11-10 Thread Volker Armin Hemmann
On Dienstag 10 November 2009, Alexander Puchmayr wrote:
 Hi there!
 
 I'm just trying to get an windows-application  running, and I fail to
 configure the dvd drive properly.
 
 The problem: In winecfg 's drive-tab there is a setting cdrom, but it
 demands a path where the dvd/cd is mounted. But this path is dynamic
 (/media/$NAMEOFDVD).
 
 Greetings
 Alex
 

fstab, create entry for dvd, mount dvd, you are done.



Re: [gentoo-user] Has mysql become compulsory - Part 2

2009-11-10 Thread Mick
On Tuesday 10 November 2009 07:44:14 Volker Armin Hemmann wrote:
 this has been discussed to death.
 
 Why don't you use google?
 
 amarok has a hard dependency on mysql. There is nothing you can do about it
 with useflags. The amarok devs have explained that several times.
 
 (sqlite too slow with big collections, no way to share collections, too
  much work to support more than one db etc pp).

Thanks Volker, I remember it being discussed, but didn't recall that mysql is 
a must - I thought that the USE flags could still offer a way out.
-- 
Regards,
Mick


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


Re: [gentoo-user] sun-jre-bin end-of-life - what now?

2009-11-10 Thread covici
Mike Edenfield kut...@kutulu.org wrote:

 On 11/9/2009 9:41 PM, Mark Knecht wrote:
 
  If I remove the new ACCEPT_LICENSE=dlj-1.1 I added to make.conf
 
 So don't do that?
 
  !!! All ebuilds that could satisfy dev-java/sun-jre-bin have been masked.
  !!! One of the following masked packages is required to complete your 
  request:
  - dev-java/sun-jre-bin-1.6.0.17 (masked by: dlj-1.1 license(s))
  - dev-java/sun-jre-bin-1.6.0.16 (masked by: dlj-1.1 license(s), ~x86 
  keyword)
  - dev-java/sun-jre-bin-1.6.0.15 (masked by: dlj-1.1 license(s))
  - dev-java/sun-jre-bin-1.5.0.22 (masked by: dlj-1.1 license(s))
  - dev-java/sun-jre-bin-1.5.0.21 (masked by: dlj-1.1 license(s), ~x86 
  keyword)
  - dev-java/sun-jre-bin-1.5.0.20 (masked by: dlj-1.1 license(s))
  - dev-java/sun-jre-bin-1.4.2.19 (masked by: package.mask)
 
 
 One very old version is masked off because of security problems.  Siz
 different subsequent versions are available as long as you accept the
 new license.

However, even though I accepted the license in make.conf it still wants
to install dev-java/icedtea6-bin-1.6.1 -- how do I fix this to get it to
continue with the sun product?

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici
 cov...@ccs.covici.com



Re: [gentoo-user] Why is VGA card blacklisted in xorg-drivers???

2009-11-10 Thread Walter Dnes
On Tue, Nov 10, 2009 at 05:15:27AM +, Neil Walker wrote

 Which is a VESA res. Tried that? x11-drivers/xf86-video-vesa is the usual
 fallback.

  Thanks.  I should've known that, but I've never had a need for VESA
before.  1024x768 was supported natively by every driver I've used for
the past several years.

-- 
Walter Dnes waltd...@waltdnes.org



Re: [gentoo-user] Has mysql become compulsory - Part 2

2009-11-10 Thread Neil Bothwick
On Tue, 10 Nov 2009 08:10:03 +, Mick wrote:

 Thanks Volker, I remember it being discussed, but didn't recall that
 mysql is a must - I thought that the USE flags could still offer a way
 out.

Amarok 2 does not have a mysql USE flag.


-- 
Neil Bothwick

What's this script doing? unzip ; touch ; finger ; mount ; gasp ; yes ;
umount ; sleep


signature.asc
Description: PGP signature


Re: [gentoo-user] Why is VGA card blacklisted in xorg-drivers???

2009-11-10 Thread Walter Dnes
On Tue, Nov 10, 2009 at 05:15:27AM +, Neil Walker wrote

 Which is a VESA res. Tried that? x11-drivers/xf86-video-vesa is the usual
 fallback.

ELVIS
Thank you, thank you, thank you verrry verrry much.  It woiks!
/ELVIS

  I now have TWM up and running with some incredibly tiny fonts.  I'll
be installing either Blackbox or Fluxbox on it.

-- 
Walter Dnes waltd...@waltdnes.org



Re: [gentoo-user] [solved] Re: xorg-server upgrading problem

2009-11-10 Thread Roy Wright
Unmerged all of x11, then installed xorg-server-1.6.5 and it is  
working now.


One of the issues I hit is that python-3.1.1-r1 can not be installed  
with the tk use flag due to cyclic dependencies when installing xorg  
(portage insists on installing python before libX11 so python[tk]  
fails as it is missing Xlib.h).


Thanks everyone!

Roy



[gentoo-user] update problems after profile update

2009-11-10 Thread Arnau Bria
Hi all,

today I've sync my portage and noticed that I had to change my profile,
from default/linux/x86/10.0/desktop to default/linux/x86/10.0.
*not sure if my problem comes from changing profile...

then I did my emerge -uDvpt world and found that I had to add some use
flags to some packages:

first:
emerge: there are no ebuilds built with USE flags to satisfy 
=x11-libs/qt-qt3support-4.5.1:4[accessibility,kde].
!!! One of the following packages is required to complete your request:
- x11-libs/qt-qt3support-4.5.3 (Change USE: +kde)

x11-libs/qt-qt3support kde

then
x11-libs/qt-core qt3support

and finally:
x11-libs/qt-gui qt3support

and after adding 3 use I found that now I had to:

- x11-libs/qt-core-4.5.3-r2 (Change USE: -qt3support)

how is it possible is previpously I was told to add qt3support to same
package? and how may I solve this issue?

TIA,

-- 
Arnau Bria
http://blog.emergetux.net
Bombing for peace is like fucking for virginity



Re: [gentoo-user] update problems after profile update

2009-11-10 Thread Alan McKinnon
On Tuesday 10 November 2009 12:14:13 Arnau Bria wrote:
 Hi all,
 
 today I've sync my portage and noticed that I had to change my profile,
 from default/linux/x86/10.0/desktop to default/linux/x86/10.0.
 *not sure if my problem comes from changing profile...

err, according to that you didn't change profile at all

 then I did my emerge -uDvpt world and found that I had to add some use
 flags to some packages:
 
 first:
 emerge: there are no ebuilds built with USE flags to satisfy
  =x11-libs/qt-qt3support-4.5.1:4[accessibility,kde]. !!! One of the
  following packages is required to complete your request: -
  x11-libs/qt-qt3support-4.5.3 (Change USE: +kde)
 
 x11-libs/qt-qt3support kde
 
 then
 x11-libs/qt-core qt3support
 
 and finally:
 x11-libs/qt-gui qt3support
 
 and after adding 3 use I found that now I had to:
 
 - x11-libs/qt-core-4.5.3-r2 (Change USE: -qt3support)
 
 how is it possible is previpously I was told to add qt3support to same
 package? and how may I solve this issue?


More output please, especially emerge -t

What you supplied should that there's trouble with some qt packages. Most 
likely you have two packages that have conflicting needs with regard to qt, 
but without the actual output we cannot help you.


-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Has mysql become compulsory - Part 2

2009-11-10 Thread Alan McKinnon
On Tuesday 10 November 2009 10:57:51 Neil Bothwick wrote:
 On Tue, 10 Nov 2009 08:10:03 +, Mick wrote:
  Thanks Volker, I remember it being discussed, but didn't recall that
  mysql is a must - I thought that the USE flags could still offer a way
  out.
 
 Amarok 2 does not have a mysql USE flag.
 

Don't use Amarok. Especially not 2.2.0 since it doesn't appear to be working 
for many people - mysql problems :-)

music players are a dime a dozen, out of the 100s of choices out there, there 
must be one other than amarok that suits your needs

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Has mysql become compulsory - Part 2

2009-11-10 Thread Dale
Volker Armin Hemmann wrote:
 this has been discussed to death.

 Why don't you use google?

 amarok has a hard dependency on mysql. There is nothing you can do about it 
 with useflags. The amarok devs have explained that several times.

 (sqlite too slow with big collections, no way to share collections, too much 
 work to support more than one db etc pp).


   

Quick question that is related.  I currently have sqlite installed, with
USE flags set as sqlite and -mysql.  If I change the USE flags to the
opposite, mysql and -sqlite, and run emerge -uvNDa world, would that fix
all the stuff that needs fixing?  Sine I am having issues with KDE 4,
I may as well bite the bullet here.  According to equery there are quite
a few things that depend on sqlite.


r...@smoker / # equery depends sqlite
[ Searching for packages depending on sqlite... ]
app-pda/libopensync-0.22 (=dev-db/sqlite-3)
app-portage/eix-0.17.0 (sqlite? =dev-db/sqlite-3)
dev-lang/python-2.6.2-r1 (!build  sqlite? =dev-db/sqlite-3)
dev-lang/python-3.1.1-r1 (!build  sqlite? =dev-db/sqlite-3)
dev-libs/apr-util-1.3.9 (sqlite? dev-db/sqlite:0)
(sqlite3? dev-db/sqlite:3)
dev-libs/cyrus-sasl-2.1.23-r1 (sqlite? dev-db/sqlite)
dev-libs/nspr-4.8 (=dev-db/sqlite-3.5)
dev-libs/nss-3.12.3-r1 (=dev-db/sqlite-3.5)
dev-libs/redland-1.0.9-r1 (sqlite? =dev-db/sqlite-3*)
dev-util/subversion-1.6.5 (=dev-db/sqlite-3.4[threadsafe])
kde-base/kget-4.3.3 (sqlite? dev-db/sqlite:3)
kde-base/kopete-4.3.3 (statistics? dev-db/sqlite:3)
media-libs/libsndfile-1.0.20 (sqlite? =dev-db/sqlite-3.2)
net-im/pidgin-2.6.3 (prediction? =dev-db/sqlite-3*)
net-libs/webkit-gtk-1.1.10 (=dev-db/sqlite-3)
x11-libs/qt-sql-4.5.3 (sqlite? dev-db/sqlite:3)
r...@smoker / #   



Thanks.

Dale

:-)  :-) 





Re: [gentoo-user] [solved] Re: xorg-server upgrading problem

2009-11-10 Thread Alan McKinnon
On Tuesday 10 November 2009 11:46:50 Roy Wright wrote:
 Unmerged all of x11, then installed xorg-server-1.6.5 and it is
 working now.
 
 One of the issues I hit is that python-3.1.1-r1 can not be installed
 with the tk use flag due to cyclic dependencies when installing xorg
 (portage insists on installing python before libX11 so python[tk]
 fails as it is missing Xlib.h).

Would this work?

emerge python with USE=-tk
install libX11
install python with USE=tk 

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Has mysql become compulsory - Part 2

2009-11-10 Thread Volker Armin Hemmann
On Dienstag 10 November 2009, Alan McKinnon wrote:
 On Tuesday 10 November 2009 10:57:51 Neil Bothwick wrote:
  On Tue, 10 Nov 2009 08:10:03 +, Mick wrote:
   Thanks Volker, I remember it being discussed, but didn't recall that
   mysql is a must - I thought that the USE flags could still offer a way
   out.
 
  Amarok 2 does not have a mysql USE flag.
 
 Don't use Amarok. Especially not 2.2.0 since it doesn't appear to be
  working for many people - mysql problems :-)
 
 music players are a dime a dozen, out of the 100s of choices out there,
  there must be one other than amarok that suits your needs
 

amarok works great here.



Re: [gentoo-user] update problems after profile update

2009-11-10 Thread Arnau Bria
On Tue, 10 Nov 2009 12:17:20 +0200
Alan McKinnon wrote:

 On Tuesday 10 November 2009 12:14:13 Arnau Bria wrote:
  profile, from default/linux/x86/10.0/desktop to
  default/linux/x86/10.0. *not sure if my problem comes from changing
  profile...
 
 err, according to that you didn't change profile at all
they are 2 diff profiles:
 # eselect profile list
Available profile symlink targets:
  [1]   default/linux/x86/10.0 *
  [2]   default/linux/x86/10.0/desktop
  [3]   default/linux/x86/10.0/developer
  [4]   default/linux/x86/10.0/server
[...]

[...]
 More output please, especially emerge -t
This is the original output, with no use change:

Calculating dependencies... done!

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

x11-libs/qt-script:4

  ('ebuild', '/', 'x11-libs/qt-script-4.5.3-r1', 'merge') pulled in by
=x11-libs/qt-script-4.5.1:4 required by ('ebuild', '/', 
'kde-base/akregator-4.3.1', 'merge')
~x11-libs/qt-script-4.5.3[-debug] required by ('ebuild', '/', 
'x11-libs/qt-gui-4.5.3-r2', 'merge')
=x11-libs/qt-script-4.5.1:4 required by ('installed', '/', 
'dev-python/PyQt4-4.5.4-r4', 'nomerge')

  ('installed', '/', 'x11-libs/qt-script-4.5.1', 'nomerge') pulled in by
~x11-libs/qt-script-4.5.1[-debug] required by ('installed', '/', 
'x11-libs/qt-gui-4.5.1', 'nomerge')

x11-libs/qt-dbus:4

  ('ebuild', '/', 'x11-libs/qt-dbus-4.5.3-r1', 'merge') pulled in by
=x11-libs/qt-dbus-4.5.1:4 required by ('installed', '/', 
'dev-python/PyQt4-4.5.4-r4', 'nomerge')

  ('installed', '/', 'x11-libs/qt-dbus-4.5.1', 'nomerge') pulled in by
~x11-libs/qt-dbus-4.5.1[-debug] required by ('installed', '/', 
'x11-libs/qt-gui-4.5.1', 'nomerge')

x11-libs/qt-core:4

  ('ebuild', '/', 'x11-libs/qt-core-4.5.3-r2', 'merge') pulled in by
~x11-libs/qt-core-4.5.3[-debug] required by ('ebuild', '/', 
'x11-libs/qt-script-4.5.3-r1', 'merge')
~x11-libs/qt-core-4.5.3[glib,-debug,-qt3support] required by ('ebuild', 
'/', 'x11-libs/qt-gui-4.5.3-r2', 'merge')
~x11-libs/qt-core-4.5.3[-debug] required by ('ebuild', '/', 
'x11-libs/qt-dbus-4.5.3-r1', 'merge')
(and 3 more)

  ('installed', '/', 'x11-libs/qt-core-4.5.1', 'nomerge') pulled in by
~x11-libs/qt-core-4.5.1[glib,qt3support,-debug] required by ('installed', 
'/', 'x11-libs/qt-gui-4.5.1', 'nomerge')
~x11-libs/qt-core-4.5.1[-debug] required by ('installed', '/', 
'x11-libs/qt-dbus-4.5.1', 'nomerge')
~x11-libs/qt-core-4.5.1[-debug] required by ('installed', '/', 
'x11-libs/qt-script-4.5.1', 'nomerge')
(and 2 more)

x11-libs/qt-gui:4

  ('ebuild', '/', 'x11-libs/qt-gui-4.5.3-r2', 'merge') pulled in by
~x11-libs/qt-gui-4.5.3[-debug,-qt3support] required by ('ebuild', '/', 
'x11-libs/qt-opengl-4.5.3-r1', 'merge')
x11-libs/qt-gui:4 required by ('installed', '/', 'x11-libs/qscintilla-2.4', 
'nomerge')
~x11-libs/qt-gui-4.5.3[-debug] required by ('ebuild', '/', 
'x11-libs/qt-svg-4.5.3-r1', 'merge')

  ('installed', '/', 'x11-libs/qt-gui-4.5.1', 'nomerge') pulled in by
=x11-libs/qt-gui-4.5.1:4[accessibility,dbus] required by ('ebuild', '/', 
'kde-base/akregator-4.3.1', 'merge')
~x11-libs/qt-gui-4.5.1[qt3support,accessibility,-debug] required by 
('installed', '/', 'x11-libs/qt-qt3support-4.5.1', 'nomerge')
~x11-libs/qt-gui-4.5.1[qt3support] required by ('installed', '/', 
'x11-libs/qt-core-4.5.1', 'nomerge')
(and 1 more)



 What you supplied should that there's trouble with some qt packages.
 Most likely you have two packages that have conflicting needs with
 regard to qt, but without the actual output we cannot help you.
you're right, I missed some importnat info... sorry about that.

so, do I have to remove old packages?

Cheers,
-- 
Arnau Bria
http://blog.emergetux.net
Bombing for peace is like fucking for virginity



Re: [gentoo-user] update problems after profile update

2009-11-10 Thread Arnau Bria
On Tue, 10 Nov 2009 04:40:28 -0600
Dale Dale wrote:

 Alan McKinnon wrote:

 I'm trying to figure out WHY he had to change it from a desktop
 profile to a plain profile.  Did the OP get told this by portage or
 did he change the requirements for his Gentoo install?  10.0 is the
 current set of profiles.

my first update attempt after syncing...

# emerge -uDvpt world

!!! Your current profile is deprecated and not supported anymore.
!!! Please upgrade to the following profile if possible:
default/linux/x86/10.0/desktop

To upgrade do the following steps:
# Check 'eselect profile list'.
# Find the number that corresponds with the default/linux/x86/10.0 profile.
# Use 'eselect profile set number' to set a new /etc/make.profile symlink.
#
# Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml
# See: General instructions in Section 3. Profile updating instructions



# eselect profile list
Available profile symlink targets:
  [1]   default/linux/x86/10.0 *
  [2]   default/linux/x86/10.0/desktop
  [3]   default/linux/x86/10.0/developer
  [4]   default/linux/x86/10.0/server
  [5]   hardened/linux/x86/10.0
  [6]   selinux/2007.0/x86
  [7]   selinux/2007.0/x86/hardened
  [8]   selinux/v2refpolicy/x86
  [9]   selinux/v2refpolicy/x86/desktop
  [10]  selinux/v2refpolicy/x86/developer
  [11]  selinux/v2refpolicy/x86/hardened
  [12]  selinux/v2refpolicy/x86/server

I ws on 2 and now at 1.

 Maybe I am misreading something here.
Maybe I've not expressed my problem propertly :-(

 Dale
 
 :-)  :-) 
Cheers,

-- 
Arnau Bria
http://blog.emergetux.net
Bombing for peace is like fucking for virginity



Re: [gentoo-user] update problems after profile update

2009-11-10 Thread Dale
Alan McKinnon wrote:
 On Tuesday 10 November 2009 12:14:13 Arnau Bria wrote:
   
 Hi all,

 today I've sync my portage and noticed that I had to change my profile,
 from default/linux/x86/10.0/desktop to default/linux/x86/10.0.
 *not sure if my problem comes from changing profile...
 

 err, according to that you didn't change profile at all
   

I'm trying to figure out WHY he had to change it from a desktop profile
to a plain profile.  Did the OP get told this by portage or did he
change the requirements for his Gentoo install?  10.0 is the current set
of profiles.

Maybe I am misreading something here.

Dale

:-)  :-) 



Re: [gentoo-user] update problems after profile update

2009-11-10 Thread Dale
Arnau Bria wrote:
 On Tue, 10 Nov 2009 04:40:28 -0600
 Dale Dale wrote:

   
 Alan McKinnon wrote:
 

   
 I'm trying to figure out WHY he had to change it from a desktop
 profile to a plain profile.  Did the OP get told this by portage or
 did he change the requirements for his Gentoo install?  10.0 is the
 current set of profiles.
 

 my first update attempt after syncing...

 # emerge -uDvpt world

 !!! Your current profile is deprecated and not supported anymore.
 !!! Please upgrade to the following profile if possible:
 default/linux/x86/10.0/desktop

 To upgrade do the following steps:
 # Check 'eselect profile list'.
 # Find the number that corresponds with the default/linux/x86/10.0 profile.
 # Use 'eselect profile set number' to set a new /etc/make.profile symlink.
 #
 # Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml
 # See: General instructions in Section 3. Profile updating instructions

 

 # eselect profile list
 Available profile symlink targets:
   [1]   default/linux/x86/10.0 *
   [2]   default/linux/x86/10.0/desktop
   [3]   default/linux/x86/10.0/developer
   [4]   default/linux/x86/10.0/server
   [5]   hardened/linux/x86/10.0
   [6]   selinux/2007.0/x86
   [7]   selinux/2007.0/x86/hardened
   [8]   selinux/v2refpolicy/x86
   [9]   selinux/v2refpolicy/x86/desktop
   [10]  selinux/v2refpolicy/x86/developer
   [11]  selinux/v2refpolicy/x86/hardened
   [12]  selinux/v2refpolicy/x86/server

 I ws on 2 and now at 1.

   
 Maybe I am misreading something here.
 
 Maybe I've not expressed my problem propertly :-(

   
 Dale

 :-)  :-) 
 
 Cheers,

   

I don't think it is you.  Alan, why is portage telling him that
10.0/desktop is deprecated?  I'm using that profile myself with no problems.

r...@smoker / # eselect profile list
Available profile symlink targets:
  [1]   default/linux/x86/10.0
  [2]   default/linux/x86/10.0/desktop *
  [3]   default/linux/x86/10.0/developer
  [4]   default/linux/x86/10.0/server
  [5]   hardened/linux/x86/10.0
  [6]   selinux/2007.0/x86
  [7]   selinux/2007.0/x86/hardened
  [8]   selinux/v2refpolicy/x86
  [9]   selinux/v2refpolicy/x86/desktop
  [10]  selinux/v2refpolicy/x86/developer
  [11]  selinux/v2refpolicy/x86/hardened
  [12]  selinux/v2refpolicy/x86/server
r...@smoker / #   

Dale

:-)  :-) 



Re: [gentoo-user] update problems after profile update

2009-11-10 Thread Alan McKinnon
On Tuesday 10 November 2009 12:33:37 Arnau Bria wrote:
 On Tue, 10 Nov 2009 12:17:20 +0200
 
 Alan McKinnon wrote:
  On Tuesday 10 November 2009 12:14:13 Arnau Bria wrote:
   profile, from default/linux/x86/10.0/desktop to
   default/linux/x86/10.0. *not sure if my problem comes from changing
   profile...
 
  err, according to that you didn't change profile at all
 
 they are 2 diff profiles:
  # eselect profile list
 Available profile symlink targets:
   [1]   default/linux/x86/10.0 *
   [2]   default/linux/x86/10.0/desktop
   [3]   default/linux/x86/10.0/developer
   [4]   default/linux/x86/10.0/server
 [...]
 
 [...]
 
  More output please, especially emerge -t
 
 This is the original output, with no use change:
 
 Calculating dependencies... done!
 
 !!! Multiple package instances within a single package slot have been
  pulled !!! into the dependency graph, resulting in a slot conflict:
 
 x11-libs/qt-script:4
 
   ('ebuild', '/', 'x11-libs/qt-script-4.5.3-r1', 'merge') pulled in by
 
 =x11-libs/qt-script-4.5.1:4 required by ('ebuild', '/',
  'kde-base/akregator-4.3.1', 'merge')
 
 ~x11-libs/qt-script-4.5.3[-debug] required by ('ebuild', '/',
  'x11-libs/qt-gui-4.5.3-r2', 'merge')
 
 =x11-libs/qt-script-4.5.1:4 required by ('installed', '/',
  'dev-python/PyQt4-4.5.4-r4', 'nomerge')
 
   ('installed', '/', 'x11-libs/qt-script-4.5.1', 'nomerge') pulled in by
 ~x11-libs/qt-script-4.5.1[-debug] required by ('installed', '/',
  'x11-libs/qt-gui-4.5.1', 'nomerge')
 
 x11-libs/qt-dbus:4
 
   ('ebuild', '/', 'x11-libs/qt-dbus-4.5.3-r1', 'merge') pulled in by
 
 =x11-libs/qt-dbus-4.5.1:4 required by ('installed', '/',
  'dev-python/PyQt4-4.5.4-r4', 'nomerge')
 
   ('installed', '/', 'x11-libs/qt-dbus-4.5.1', 'nomerge') pulled in by
 ~x11-libs/qt-dbus-4.5.1[-debug] required by ('installed', '/',
  'x11-libs/qt-gui-4.5.1', 'nomerge')
 
 x11-libs/qt-core:4
 
   ('ebuild', '/', 'x11-libs/qt-core-4.5.3-r2', 'merge') pulled in by
 ~x11-libs/qt-core-4.5.3[-debug] required by ('ebuild', '/',
  'x11-libs/qt-script-4.5.3-r1', 'merge')
  ~x11-libs/qt-core-4.5.3[glib,-debug,-qt3support] required by ('ebuild',
  '/', 'x11-libs/qt-gui-4.5.3-r2', 'merge') ~x11-libs/qt-core-4.5.3[-debug]
  required by ('ebuild', '/', 'x11-libs/qt-dbus-4.5.3-r1', 'merge') (and 3
  more)
 
   ('installed', '/', 'x11-libs/qt-core-4.5.1', 'nomerge') pulled in by
 ~x11-libs/qt-core-4.5.1[glib,qt3support,-debug] required by
  ('installed', '/', 'x11-libs/qt-gui-4.5.1', 'nomerge')
  ~x11-libs/qt-core-4.5.1[-debug] required by ('installed', '/',
  'x11-libs/qt-dbus-4.5.1', 'nomerge') ~x11-libs/qt-core-4.5.1[-debug]
  required by ('installed', '/', 'x11-libs/qt-script-4.5.1', 'nomerge') (and
  2 more)
 
 x11-libs/qt-gui:4
 
   ('ebuild', '/', 'x11-libs/qt-gui-4.5.3-r2', 'merge') pulled in by
 ~x11-libs/qt-gui-4.5.3[-debug,-qt3support] required by ('ebuild', '/',
  'x11-libs/qt-opengl-4.5.3-r1', 'merge') x11-libs/qt-gui:4 required by
  ('installed', '/', 'x11-libs/qscintilla-2.4', 'nomerge')
  ~x11-libs/qt-gui-4.5.3[-debug] required by ('ebuild', '/',
  'x11-libs/qt-svg-4.5.3-r1', 'merge')
 
   ('installed', '/', 'x11-libs/qt-gui-4.5.1', 'nomerge') pulled in by
 
 =x11-libs/qt-gui-4.5.1:4[accessibility,dbus] required by ('ebuild',
  '/', 'kde-base/akregator-4.3.1', 'merge')
 
 ~x11-libs/qt-gui-4.5.1[qt3support,accessibility,-debug] required by
  ('installed', '/', 'x11-libs/qt-qt3support-4.5.1', 'nomerge')
  ~x11-libs/qt-gui-4.5.1[qt3support] required by ('installed', '/',
  'x11-libs/qt-core-4.5.1', 'nomerge') (and 1 more)

You seem to have conflicting requirements for qt-gui

What do you have in make.conf and package.use regarding qt packages and those 
USE flags? Do you have any qt packages in your world file (you should not have 
for average use)?



-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] update problems after profile update

2009-11-10 Thread Daniel Pielmeier
2009/11/10 Arnau Bria ar...@emergetux.net:
 my first update attempt after syncing...

 # emerge -uDvpt world

 !!! Your current profile is deprecated and not supported anymore.
 !!! Please upgrade to the following profile if possible:
        default/linux/x86/10.0/desktop

 To upgrade do the following steps:
 # Check 'eselect profile list'.
 # Find the number that corresponds with the default/linux/x86/10.0 profile.
 # Use 'eselect profile set number' to set a new /etc/make.profile symlink.
 #
 # Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml
 # See: General instructions in Section 3. Profile updating instructions

 

 # eselect profile list
 Available profile symlink targets:
  [1]   default/linux/x86/10.0 *
  [2]   default/linux/x86/10.0/desktop
  [3]   default/linux/x86/10.0/developer
  [4]   default/linux/x86/10.0/server
  [5]   hardened/linux/x86/10.0
  [6]   selinux/2007.0/x86
  [7]   selinux/2007.0/x86/hardened
  [8]   selinux/v2refpolicy/x86
  [9]   selinux/v2refpolicy/x86/desktop
  [10]  selinux/v2refpolicy/x86/developer
  [11]  selinux/v2refpolicy/x86/hardened
  [12]  selinux/v2refpolicy/x86/server

 I ws on 2 and now at 1.

 Maybe I am misreading something here.
 Maybe I've not expressed my problem propertly :-(


Do you remember which profile you have used before. I am asking
because maybe it was the 2007 or 2008 profile which was depreciated
and portage somehow switched to the 10.0 profile but not the desktop
profile you had before. This caused some confusion when looking at
eselect profiles list, as it lead to the impression the 10.0 profile
got depreciated which is not the case. Try setting your profile to the
10.0/desktop profile and then again try to update world.

-- 
Daniel Pielmeier



Re: [gentoo-user] update problems after profile update

2009-11-10 Thread Neil Bothwick
On Tue, 10 Nov 2009 04:59:00 -0600, Dale wrote:

 I don't think it is you.  Alan, why is portage telling him that
 10.0/desktop is deprecated?  I'm using that profile myself with no
 problems.

It's not, it is telling him that x86/10.0 is deprecated and that he
should use x86/10.0/desktop. However, I've just tried switching to the
10.0 profile and emerge gave no deprecation warnings.

I'd suggest switching back to the desktop profile and resyncing before
messing with anything else.


-- 
Neil Bothwick

Strike any user to continue


signature.asc
Description: PGP signature


Re: [gentoo-user] Has mysql become compulsory - Part 2

2009-11-10 Thread Neil Bothwick
On Tue, 10 Nov 2009 11:26:33 +0100, Volker Armin Hemmann wrote:

 amarok works great here.

Everything works great somewhere, even Windows :P


-- 
Neil Bothwick

Picard: 'What do the sensors say Mr Data?'
Data:   'They tell us that we can't say F*ck Sir.
Picard: 'I meant the ship's sensors Mr Data'


signature.asc
Description: PGP signature


Re: [gentoo-user] update problems after profile update

2009-11-10 Thread Arnau Bria
On Tue, 10 Nov 2009 12:10:08 +0100
Daniel Pielmeier wrote:

[...]
 Do you remember which profile you have used before. 
nop :-( sorry.
when did the profile changed? cause my last update was 15/21 days ago...

 I am asking
 because maybe it was the 2007 or 2008 profile which was depreciated
 and portage somehow switched to the 10.0 profile but not the desktop
 profile you had before. This caused some confusion when looking at
 eselect profiles list, as it lead to the impression the 10.0 profile
 got depreciated which is not the case. Try setting your profile to the
 10.0/desktop profile and then again try to update world.

  # eselect profile set 2
[...]

emerge: there are no ebuilds built with USE flags to satisfy 
=x11-libs/qt-qt3support-4.5.1:4[accessibility,kde].
!!! One of the following packages is required to complete your request:
- x11-libs/qt-qt3support-4.5.3 (Change USE: +kde)

edit package.use and agian:

emerge: there are no ebuilds built with USE flags to satisfy 
=x11-libs/qt-webkit-4.5.1:4[kde].
!!! One of the following packages is required to complete your request:
- x11-libs/qt-webkit-4.5.3 (Change USE: +kde)

edit package.use and agian:

emerge: there are no ebuilds built with USE flags to satisfy 
=dev-db/mysql-5.0.76-r1[embedded,-minimal].
!!! One of the following packages is required to complete your request:
- dev-db/mysql-5.0.84-r1 (Change USE: +embedded)

edit package.use and agian:

works!

many thanks!

-- 
Arnau Bria
http://blog.emergetux.net
Bombing for peace is like fucking for virginity



[gentoo-user] net-print/cups-1.4.1 and USE=samba?

2009-11-10 Thread Arttu V.
Hello,

I'm confused about some of the changes in cups' ebuilds, and ChangeLog
didn't provide a real answer.

The stable arch cups 1.3 series ebuilds have samba USE-flag and
respective deps on samba packages, but ~arch 1.4.1's ebuild only lists
samba in IUSE -- no deps lines for samba are there. Actually AFAICT,
the samba USE flag isn't used at all, although it is still listed in
IUSE.

Question: is this just a left-over USE-flag in the ebuild's IUSE, or
is there something more dangerous going on?

-- 
Arttu V.



Re: [gentoo-user] Firefox 3.5...

2009-11-10 Thread Alan McKinnon
On Tuesday 10 November 2009 04:12:37 BRM wrote:
 I'm running firefox 3.0.14 on my gentoo x86 laptop. I'd like to upgrade to
  3.5, which I'm using on other non-gentoo systems. A quick google search
  (gentoo firefox 3.5) showed that 3.5 was unmasked months ago; yet checking
  my local portage (emerge --search firefox) only reveals 3.0.14 as the
  latest; nothing in /etc/portage/package.* reveals any local masking to
  hide 3.5.

[snip]

 What do I need to do to resolve this?


sync again. My local ebuild has a datestamp of yesterday. I suspect your 
mirrors are running behind.


-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Has mysql become compulsory - Part 2

2009-11-10 Thread Volker Armin Hemmann
On Dienstag 10 November 2009, Neil Bothwick wrote:
 On Tue, 10 Nov 2009 11:26:33 +0100, Volker Armin Hemmann wrote:
  amarok works great here.
 
 Everything works great somewhere, even Windows :P
 

seroiously, what does not work great with amarok? it compiles, it installes, 
it scans my collection, it plays my stuff.

just because you can not use emerge does not mean that others share your 
handicap :P



Re: [gentoo-user] update problems after profile update

2009-11-10 Thread Daniel Pielmeier
2009/11/10 Arnau Bria ar...@emergetux.net:
 On Tue, 10 Nov 2009 12:10:08 +0100
 Daniel Pielmeier wrote:

 [...]
 Do you remember which profile you have used before.
 nop :-( sorry.
 when did the profile changed? cause my last update was 15/21 days ago...


The profile is never changed when running updates, the user has to
change it by using eselect or updating the make.profile symlink by
hand. There is a bug [1] open about a profile change without user
interaction. It seems something like this is only possible if there is
an ebuild which changes the profile, but imho this should not happen.

[1] http://bugs.gentoo.org/show_bug.cgi?id=292612

-- 
Daniel Pielmeier



Re: [gentoo-user] Has mysql become compulsory - Part 2

2009-11-10 Thread Alan McKinnon
On Tuesday 10 November 2009 13:34:08 Volker Armin Hemmann wrote:
 On Dienstag 10 November 2009, Neil Bothwick wrote:
  On Tue, 10 Nov 2009 11:26:33 +0100, Volker Armin Hemmann wrote:
   amarok works great here.
 
  Everything works great somewhere, even Windows :P
 
 seroiously, what does not work great with amarok? it compiles, it
  installes, it scans my collection, it plays my stuff.
 
 just because you can not use emerge does not mean that others share your
 handicap :P
 

amarok consistently crashes here:

amarok(12157)/kio (Slave) KIO::Slave::createSlave: createSlave trash for 
KUrl(trash:/) 
amarok(12157)/kio (KIOConnection) KIO::ConnectionServer::listenForRemote: 
Listening on  local:/home/alan/.kde4/socket-nazgul/amarokx12157.slave-socket  


amarok(12157)/kio (Slave) KIO::Slave::createSlave: createSlave file for 
KUrl(file:///home/alan/downloads/music)
amarok(12157)/kio (KIOConnection) KIO::ConnectionServer::listenForRemote: 
Listening on  local:/home/alan/.kde4/socket-nazgul/amarokN12157.slave-socket  


amarok(12157)/kio (KIOConnection) KIO::ConnectionServer::listenForRemote: 
Listening on  local:/home/alan/.kde4/socket-nazgul/amarokm12157.slave-socket  


amarok(12157)/kio (Slave) KIO::Slave::createSlave: createSlave file for 
KUrl(file:///usr/share/apps/amarok/images//info_frontpage_logo.png)   


amarok(12157)/kio (KIOConnection) KIO::ConnectionServer::listenForRemote: 
Listening on  local:/home/alan/.kde4/socket-nazgul/amarokz12157.slave-socket  


amarok(12157)/kdecore (K*TimeZone*) KSystemTimeZonesPrivate::instance: 
instance(): ... initialised 
amarok(12157)/kdecore (K*TimeZone*) KSystemTimeZonesPrivate::readConfig: 
readConfig(): local zone= Africa/Johannesburg   
amarok(12157)/kdecore (K*TimeZone*) KSystemTimeZonesPrivate::readZoneTab: 
readZoneTab( /usr/share/zoneinfo/zone.tab )
amarok(12157)/kio (KDirListerCache) KDirListerCache::slotResult: finished 
listing KUrl(file:///home/alan/downloads/music)
amarok(12157)/kio (AccessManager) KDEPrivate::AccessManagerReply::jobDone: 0 -
 QNetworkReply::NoError 
amarok(12157)/kio (KIOConnection) 
KIO::SocketConnectionBackend::socketReadyRead: 
KIO::SocketConnectionBackend(0x2f0cfd0) Jumbo packet of 308680 bytes

 
amarok(12157)/kio (KIOConnection) 
KIO::SocketConnectionBackend::socketReadyRead: 
KIO::SocketConnectionBackend(0x2f0cfd0) Jumbo packet of 308680 bytes

 
amarok(12157)/kio (KIOConnection) 
KIO::SocketConnectionBackend::socketReadyRead: 
KIO::SocketConnectionBackend(0x2f0cfd0) Jumbo packet of 308680 bytes

 
amarok(12157)/kio (KDirListerCache) KDirListerCache::slotResult: finished 
listing KUrl(trash:/)  
*** glibc detected *** amarok: free(): invalid pointer: 0x03295080 ***  
   
-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Has mysql become compulsory - Part 2

2009-11-10 Thread Nagatoro
On Tuesday 10 November 2009 13.14.13 Alan McKinnon wrote:
[...]
 *** glibc detected *** amarok: free(): invalid pointer: 0x03295080
  ***

This is a highly debated issue, glibc has new checks for various things and it 
seems like some think the checks are to strict or even wrong while others 
think that the checks are ok and the applications are wrong.

I suffer from the same issue but with KDevelop and Qt-Creator.

Time will tell what side is right and what side is wrong I guess...

/Naga



Re: [gentoo-user] {OT?} What happened to iexplore in wine?

2009-11-10 Thread Grant
 I haven't used wine's /usr/bin/iexplore to test a website in IE for a
 while, and now it looks like that binary is no longer installed.  Does
 anyone know how to get it, or if there is a replacement of some sort?
 I looked at the files installed by wine in /usr/bin but didn't see
 anything.

 In my experience, even when IE works in Wine it doesn't work exactly
 the same as it does on a real Windows machine. I think a much more
 reliable way to test things in IE is to download the free XP and Vista
 virtual machine images from Microsoft which are intended for exactly
 this purpose:
 http://www.microsoft.com/downloads/details.aspx?FamilyID=21eabb90-958f-4b64-b5f1-73d0a413c8efdisplaylang=en

 And here's someone's blog about converting the VirtualPC hard drive
 image into other formats for use on Linux in Virtualbox:
 http://www.abdevelopment.ca/blog/running-microsofts-ie-application-compatibility-images-virtualbox

 Rather than downloading several virtual machine images, you could just
 download one and install IETester into it:
 http://www.my-debugbar.com/wiki/IETester/HomePage
 which lets you do browsing with IE versions from 5.5 through 8 and
 side-by-side comparisons between versions.

Thanks Paul.  I'll set this up ASAP.  Virtualbox didn't work for me
the last time I tried but that was a while ago.

- Grant



Re: [gentoo-user] Has mysql become compulsory - Part 2

2009-11-10 Thread Alex Schuster
Volker Armin Hemmann writes:

 On Dienstag 10 November 2009, Neil Bothwick wrote:
  On Tue, 10 Nov 2009 11:26:33 +0100, Volker Armin Hemmann wrote:
   amarok works great here.
 
  Everything works great somewhere, even Windows :P
 
 seroiously, what does not work great with amarok? it compiles, it
  installes, it scans my collection, it plays my stuff.

The tag editor trashed my .ogg files. Might also be an effect of some 
vorbis tools, it does not happen any more.
The collection get screwed up, tracks show up with wrong artist.
The scanning process takes incredibly long. When I move an album folder 
into another location, it takes quite a while for amarok to re-scan it. 
And it does not respond during that time. System load gehts rather high, 
even dolphin is slow then.
I have all my audio files in /data/mp3, with many sub-directories I 
included in the collection paths, but amarok seems to scan the whole 
/data/mp3 directory, with folders that are not marked to scan.
When I select a single folder somewhere else and let amarok rescan the 
collection, all the other stuff is still in the collection. At least 
sometimes, I just did that again and now it seems to work.
I had a few crashes also, when moving audio folders.

But I still like it. It looks really nice, I like features like the 
wikipedia information or song texts. The bugs will be solved eventually, 
missing features like transkode integration or visualization will probably 
come. I am patient. Amarok really rocks.

Wonko



Re: [gentoo-user] Has mysql become compulsory - Part 2

2009-11-10 Thread Alan McKinnon
On Tuesday 10 November 2009 14:27:26 Volker Armin Hemmann wrote:
 On Dienstag 10 November 2009, you wrote:
  On Tuesday 10 November 2009 13:34:08 Volker Armin Hemmann wrote:
   On Dienstag 10 November 2009, Neil Bothwick wrote:
On Tue, 10 Nov 2009 11:26:33 +0100, Volker Armin Hemmann wrote:
 amarok works great here.
   
Everything works great somewhere, even Windows :P
  
   seroiously, what does not work great with amarok? it compiles, it
installes, it scans my collection, it plays my stuff.
  
   just because you can not use emerge does not mean that others share
   your handicap :P
 
  amarok consistently crashes here:
 
  amarok(12157)/kio (Slave) KIO::Slave::createSlave: createSlave trash
  for KUrl(trash:/)
  amarok(12157)/kio (KIOConnection) KIO::ConnectionServer::listenForRemote:
  Listening on
   local:/home/alan/.kde4/socket-nazgul/amarokx12157.slave-socket
   amarok(12157)/kio (Slave) KIO::Slave::createSlave: createSlave file
  for KUrl(file:///home/alan/downloads/music)
  amarok(12157)/kio (KIOConnection) KIO::ConnectionServer::listenForRemote:
  Listening on
   local:/home/alan/.kde4/socket-nazgul/amarokN12157.slave-socket
   amarok(12157)/kio (KIOConnection)
  KIO::ConnectionServer::listenForRemote: Listening on
   local:/home/alan/.kde4/socket-nazgul/amarokm12157.slave-socket
   amarok(12157)/kio (Slave) KIO::Slave::createSlave: createSlave file
  for KUrl(file:///usr/share/apps/amarok/images//info_frontpage_logo.png)
  amarok(12157)/kio (KIOConnection) KIO::ConnectionServer::listenForRemote:
  Listening on
   local:/home/alan/.kde4/socket-nazgul/amarokz12157.slave-socket
   amarok(12157)/kdecore (K*TimeZone*) KSystemTimeZonesPrivate::instance:
   instance(): ... initialised
  amarok(12157)/kdecore (K*TimeZone*) KSystemTimeZonesPrivate::readConfig:
  readConfig(): local zone= Africa/Johannesburg
  amarok(12157)/kdecore (K*TimeZone*) KSystemTimeZonesPrivate::readZoneTab:
  readZoneTab( /usr/share/zoneinfo/zone.tab )
  amarok(12157)/kio (KDirListerCache) KDirListerCache::slotResult: finished
  listing KUrl(file:///home/alan/downloads/music)
  amarok(12157)/kio (AccessManager)
  KDEPrivate::AccessManagerReply::jobDone: 0 -
 
   QNetworkReply::NoError
 
  amarok(12157)/kio (KIOConnection)
  KIO::SocketConnectionBackend::socketReadyRead:
  KIO::SocketConnectionBackend(0x2f0cfd0) Jumbo packet of 308680 bytes
  amarok(12157)/kio (KIOConnection)
  KIO::SocketConnectionBackend::socketReadyRead:
  KIO::SocketConnectionBackend(0x2f0cfd0) Jumbo packet of 308680 bytes
  amarok(12157)/kio (KIOConnection)
  KIO::SocketConnectionBackend::socketReadyRead:
  KIO::SocketConnectionBackend(0x2f0cfd0) Jumbo packet of 308680 bytes
  amarok(12157)/kio (KDirListerCache) KDirListerCache::slotResult: finished
  listing KUrl(trash:/)
  *** glibc detected *** amarok: free(): invalid pointer:
  0x03295080 ***
 
 never had that problem.
 
 opened a bug with amarok already?

Not yet, I also want to gather more info on these errors too:

amarok:[ERROR!] GREPME MySQL query failed! No database selected  on  
DELETE FROM images; 

There's a similar error for every single collection query. Which means that my 
collection cannot get indexed. But first I need to establish if it's some out 
of date code issue that revdep-rebuild misses, or perhaps a peculiarity of 
glibc-2.11 as Nagatoro hinted at

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Has mysql become compulsory - Part 2

2009-11-10 Thread Erik
Nagatoro skrev:
 On Tuesday 10 November 2009 13.14.13 Alan McKinnon wrote:
 [...]
   
 *** glibc detected *** amarok: free(): invalid pointer: 0x03295080
  ***
 

 This is a highly debated issue, glibc has new checks for various things and 
 it 
 seems like some think the checks are to strict or even wrong while others 
 think that the checks are ok and the applications are wrong.
   
Really? A pointer is valid for free() if it has been returned by malloc,
calloc, realloc or strdup, and has not yet been passed to free(). What
could there possibly be to debate?



Re: [gentoo-user] sun-jre-bin end-of-life - what now?

2009-11-10 Thread Mark Knecht
On Mon, Nov 9, 2009 at 9:00 PM, Mike Edenfield kut...@kutulu.org wrote:
 On 11/9/2009 9:41 PM, Mark Knecht wrote:

    If I remove the new ACCEPT_LICENSE=dlj-1.1 I added to make.conf

 So don't do that?

Right. I only removed it to show the message to Dale.

This was, however, my first time running into this new ACCEPT_LECENSE
thing. I'd not heard of it before and all my machines were failing to
update. The obsolete message, coupled with a bunch of lines talking
about licenses threw me for a loop.


 !!! All ebuilds that could satisfy dev-java/sun-jre-bin have been
 masked.
 !!! One of the following masked packages is required to complete your
 request:
 - dev-java/sun-jre-bin-1.6.0.17 (masked by: dlj-1.1 license(s))
 - dev-java/sun-jre-bin-1.6.0.16 (masked by: dlj-1.1 license(s), ~x86
 keyword)
 - dev-java/sun-jre-bin-1.6.0.15 (masked by: dlj-1.1 license(s))
 - dev-java/sun-jre-bin-1.5.0.22 (masked by: dlj-1.1 license(s))
 - dev-java/sun-jre-bin-1.5.0.21 (masked by: dlj-1.1 license(s), ~x86
 keyword)
 - dev-java/sun-jre-bin-1.5.0.20 (masked by: dlj-1.1 license(s))
 - dev-java/sun-jre-bin-1.4.2.19 (masked by: package.mask)


 One very old version is masked off because of security problems.  Siz
 different subsequent versions are available as long as you accept the new
 license.

 --Mike





Re: [gentoo-user] license change in sun-jdk

2009-11-10 Thread Alex Schuster
Rudmer van Dijk writes:

 On Monday 09 November 2009, Dale wrote:
  Rudmer van Dijk wrote:
   well it turns out that sun-jdk-1.6.0.17 has suddenly been license
   masked...
  
   adding ACCEPT_LICENSE=dlj-1.1 to make.conf lets sun-jdk be
   accepted again. no more spontaneous forced installation of
   icedtea6-bin!
 
  I cheated then.  I did this for mine:
 
  ACCEPT_LICENSE=*
 
  I think that covers them all.
 
 that will certainly prevent future problems! 8-)

Yeah, but while I probably have no real problem with accepting all those 
licenses, at least I like to know what I accept. So I prefer to put this 
stuff into package.license, which at this moment looks like this:

games-fps/quake3-binQ3AEULA
games-fps/quake3-data   Q3AEULA
dev-java/sun-jdkdlj-1.1

Alternatively, ACCEPT_LICENSE=Q3AEULA dlj-1.1 in make.conf would also 
work.

When a license change happens, I can see that and decide whether I like it 
or not.

Wonko



Re: [gentoo-user] sun-jre-bin end-of-life - what now?

2009-11-10 Thread Dale
Mark Knecht wrote:
 On Mon, Nov 9, 2009 at 9:00 PM, Mike Edenfield kut...@kutulu.org wrote:
   
 On 11/9/2009 9:41 PM, Mark Knecht wrote:

 
If I remove the new ACCEPT_LICENSE=dlj-1.1 I added to make.conf
   
 So don't do that?
 

 Right. I only removed it to show the message to Dale.

 This was, however, my first time running into this new ACCEPT_LECENSE
 thing. I'd not heard of it before and all my machines were failing to
 update. The obsolete message, coupled with a bunch of lines talking
 about licenses threw me for a loop.

   

I most likely would have been hit by Mike Tyson too.  The only reason I
hadn't ran into that was that I added it a week or so ago when someone
else ran into this little problem.  That's one thing about subscribing
to this list and -dev, you sort of get a heads up on some things, not
everything but a good bit of them anyway.

Dale

:-)  :-)



Re: [gentoo-user] Firefox 3.5...

2009-11-10 Thread Denis
 sync again. My local ebuild has a datestamp of yesterday. I suspect your
 mirrors are running behind.

I keyworded and installed Firefox 3.5.4 yesterday, and now it is no
longer keyworded.  As Alan said, dated 11/10/2009.



Re: [gentoo-user] sun-jre-bin end-of-life - what now?

2009-11-10 Thread Mark Knecht
On Tue, Nov 10, 2009 at 5:57 AM, Dale rdalek1...@gmail.com wrote:
 Mark Knecht wrote:
 On Mon, Nov 9, 2009 at 9:00 PM, Mike Edenfield kut...@kutulu.org wrote:

 On 11/9/2009 9:41 PM, Mark Knecht wrote:


    If I remove the new ACCEPT_LICENSE=dlj-1.1 I added to make.conf

 So don't do that?


 Right. I only removed it to show the message to Dale.

 This was, however, my first time running into this new ACCEPT_LECENSE
 thing. I'd not heard of it before and all my machines were failing to
 update. The obsolete message, coupled with a bunch of lines talking
 about licenses threw me for a loop.



 I most likely would have been hit by Mike Tyson too.  The only reason I
 hadn't ran into that was that I added it a week or so ago when someone
 else ran into this little problem.  That's one thing about subscribing
 to this list and -dev, you sort of get a heads up on some things, not
 everything but a good bit of them anyway.

 Dale

 :-)  :-)

Nahhrequires that you both subscribe AND read! ;-)

I fail totally on the second account lately.

- Mark



Re: [gentoo-user] update problems after profile update

2009-11-10 Thread Arnau Bria
On Tue, 10 Nov 2009 12:44:48 +0100
Daniel Pielmeier wrote:

 The profile is never changed when running updates, the user has to
 change it by using eselect or updating the make.profile symlink by
 hand. There is a bug [1] open about a profile change without user
 interaction. It seems something like this is only possible if there is
 an ebuild which changes the profile, but imho this should not happen.
 
 [1] http://bugs.gentoo.org/show_bug.cgi?id=292612
well, I meant, when was older profile marked as deprecated? you asked
if I had 2007/2008 ...

anyway, from your replies i understood that I had an obsolete profile,
just that.

Thanks to all for your replies.

-- 
Arnau Bria
http://blog.emergetux.net
Bombing for peace is like fucking for virginity



Re: [gentoo-user] Problem with update world

2009-11-10 Thread Alan McKinnon
On Tuesday 10 November 2009 16:31:34 Massimiliano Ziccardi wrote:
 Hi all!
 
 Sorry to bother you again : it was a long time!
 
 I've again one problem I'm not sure I can easily solve...
 
 Today, I did:
 
 emerge -upD --newuse world
 
 but I got an error:
 
 These are the packages that would be merged, in reverse order:
 
 Calculating dependencies   done!
 [ebuild   R   ] media-libs/swfdec-0.8.4  USE=ffmpeg*
 [ebuild   R   ] app-cdr/k3b-1.68.0_alpha3  USE=ffmpeg*
 [ebuild U ] www-client/mozilla-firefox-3.5.4 [3.0.14] USE=alsa%*
 -sqlite% LINGUAS=-as% -bn_BD% -es_CL% -es_MX% -fa% -hr% -kk% -ml%
 -or% -rm% -ta% -ta_LK% -vi%
 [ebuild   R   ] media-video/vlc-1.0.2  USE=ffmpeg*
 [nomerge  ] sys-apps/hal-0.5.13-r2 [0.5.12_rc1-r8]
 [ebuild U ]  app-misc/hal-info-20090716 [20090414]
 [ebuild U ] sys-apps/busybox-1.14.2 [1.13.2]
 [ebuild U ] sys-apps/hal-0.5.13-r2 [0.5.12_rc1-r8]
 [nomerge  ] media-video/vlc-1.0.2  USE=ffmpeg*
 [ebuild U ]  net-libs/xulrunner-1.9.1.4 [1.9.0.14] USE=alsa%*
 python%* -debug% -sqlite%
 [nomerge  ] media-libs/swfdec-0.8.4  USE=ffmpeg*
 [ebuild  N]  media-plugins/gst-plugins-ffmpeg-0.10.7
 [ebuild U ] sys-fs/udev-146-r1 [141] USE=-devfs-compat% -extras%
 [nomerge  ] kde-base/kdm-4.3.1-r2
 [nomerge  ]  x11-libs/qt-qt3support-4.5.3
 [nomerge  ]   x11-libs/qt-sql-4.5.3
 [ebuild U ]dev-db/mysql-5.0.84-r1 [5.0.70-r1] USE=-community%
 -profiling%
 [blocks B ] sys-fs/device-mapper (sys-fs/device-mapper is
 blocking sys-fs/udev-146-r1)
 
  * Error: The above package list contains packages which cannot be
  * installed at the same time on the same system.
 
   ('ebuild', '/', 'sys-fs/udev-146-r1', 'merge') pulled in by
 
 =sys-fs/udev-117 required by ('ebuild', '/',
 
 'sys-apps/hal-0.5.13-r2', 'merge')
 sys-fs/udev required by ('installed', '/',
 'sys-kernel/gentoo-sources-2.6.30-r8', 'nomerge')
 
 =sys-fs/udev-124 required by ('installed', '/',
 
 'sys-fs/cryptsetup-1.0.6-r2', 'nomerge')
 (and 2 more)
 
   ('installed', '/', 'sys-fs/device-mapper-1.02.24-r1', 'nomerge') pulled
  in by
 
 =sys-fs/device-mapper-1.00.07-r1 required by ('installed', '/',
 
 'sys-fs/cryptsetup-1.0.6-r2', 'nomerge')
 
 
 Have you an idea about how to solve this?
 Should I unmask a new version of 'device-mapper'?

this was answered earlier today on this very list:

unmerge device-mapper
merge lvm2


-- 
alan dot mckinnon at gmail dot com



[gentoo-user] Re: Problem with update world

2009-11-10 Thread Massimiliano Ziccardi
One more info you could find useful.

Yesterday update world did work.

Today, I've enabled the ffmpeg flag and launched an update world,
getting the error

Thanks,
Massimiliano

On Tue, Nov 10, 2009 at 3:31 PM, Massimiliano Ziccardi
massimiliano.zicca...@gmail.com wrote:
 Hi all!

 Sorry to bother you again : it was a long time!

 I've again one problem I'm not sure I can easily solve...

 Today, I did:

 emerge -upD --newuse world

 but I got an error:

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

 Calculating dependencies   done!
 [ebuild   R   ] media-libs/swfdec-0.8.4  USE=ffmpeg*
 [ebuild   R   ] app-cdr/k3b-1.68.0_alpha3  USE=ffmpeg*
 [ebuild     U ] www-client/mozilla-firefox-3.5.4 [3.0.14] USE=alsa%*
 -sqlite% LINGUAS=-as% -bn_BD% -es_CL% -es_MX% -fa% -hr% -kk% -ml%
 -or% -rm% -ta% -ta_LK% -vi%
 [ebuild   R   ] media-video/vlc-1.0.2  USE=ffmpeg*
 [nomerge      ] sys-apps/hal-0.5.13-r2 [0.5.12_rc1-r8]
 [ebuild     U ]  app-misc/hal-info-20090716 [20090414]
 [ebuild     U ] sys-apps/busybox-1.14.2 [1.13.2]
 [ebuild     U ] sys-apps/hal-0.5.13-r2 [0.5.12_rc1-r8]
 [nomerge      ] media-video/vlc-1.0.2  USE=ffmpeg*
 [ebuild     U ]  net-libs/xulrunner-1.9.1.4 [1.9.0.14] USE=alsa%*
 python%* -debug% -sqlite%
 [nomerge      ] media-libs/swfdec-0.8.4  USE=ffmpeg*
 [ebuild  N    ]  media-plugins/gst-plugins-ffmpeg-0.10.7
 [ebuild     U ] sys-fs/udev-146-r1 [141] USE=-devfs-compat% -extras%
 [nomerge      ] kde-base/kdm-4.3.1-r2
 [nomerge      ]  x11-libs/qt-qt3support-4.5.3
 [nomerge      ]   x11-libs/qt-sql-4.5.3
 [ebuild     U ]    dev-db/mysql-5.0.84-r1 [5.0.70-r1] USE=-community%
 -profiling%
 [blocks B     ] sys-fs/device-mapper (sys-fs/device-mapper is
 blocking sys-fs/udev-146-r1)

  * Error: The above package list contains packages which cannot be
  * installed at the same time on the same system.

  ('ebuild', '/', 'sys-fs/udev-146-r1', 'merge') pulled in by
    =sys-fs/udev-117 required by ('ebuild', '/',
 'sys-apps/hal-0.5.13-r2', 'merge')
    sys-fs/udev required by ('installed', '/',
 'sys-kernel/gentoo-sources-2.6.30-r8', 'nomerge')
    =sys-fs/udev-124 required by ('installed', '/',
 'sys-fs/cryptsetup-1.0.6-r2', 'nomerge')
    (and 2 more)

  ('installed', '/', 'sys-fs/device-mapper-1.02.24-r1', 'nomerge') pulled in by
    =sys-fs/device-mapper-1.00.07-r1 required by ('installed', '/',
 'sys-fs/cryptsetup-1.0.6-r2', 'nomerge')


 Have you an idea about how to solve this?
 Should I unmask a new version of 'device-mapper'?

 My package.keywords and package.unmask are empty.

 Thanks.

 Massimiliano




Re: [gentoo-user] Problem with update world

2009-11-10 Thread Dale
Massimiliano Ziccardi wrote:
 Hi all!

 Sorry to bother you again : it was a long time!

 I've again one problem I'm not sure I can easily solve...

 Today, I did:

 emerge -upD --newuse world

 but I got an error:

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

 Calculating dependencies   done!
 [ebuild   R   ] media-libs/swfdec-0.8.4  USE=ffmpeg*
 [ebuild   R   ] app-cdr/k3b-1.68.0_alpha3  USE=ffmpeg*
 [ebuild U ] www-client/mozilla-firefox-3.5.4 [3.0.14] USE=alsa%*
 -sqlite% LINGUAS=-as% -bn_BD% -es_CL% -es_MX% -fa% -hr% -kk% -ml%
 -or% -rm% -ta% -ta_LK% -vi%
 [ebuild   R   ] media-video/vlc-1.0.2  USE=ffmpeg*
 [nomerge  ] sys-apps/hal-0.5.13-r2 [0.5.12_rc1-r8]
 [ebuild U ]  app-misc/hal-info-20090716 [20090414]
 [ebuild U ] sys-apps/busybox-1.14.2 [1.13.2]
 [ebuild U ] sys-apps/hal-0.5.13-r2 [0.5.12_rc1-r8]
 [nomerge  ] media-video/vlc-1.0.2  USE=ffmpeg*
 [ebuild U ]  net-libs/xulrunner-1.9.1.4 [1.9.0.14] USE=alsa%*
 python%* -debug% -sqlite%
 [nomerge  ] media-libs/swfdec-0.8.4  USE=ffmpeg*
 [ebuild  N]  media-plugins/gst-plugins-ffmpeg-0.10.7
 [ebuild U ] sys-fs/udev-146-r1 [141] USE=-devfs-compat% -extras%
 [nomerge  ] kde-base/kdm-4.3.1-r2
 [nomerge  ]  x11-libs/qt-qt3support-4.5.3
 [nomerge  ]   x11-libs/qt-sql-4.5.3
 [ebuild U ]dev-db/mysql-5.0.84-r1 [5.0.70-r1] USE=-community%
 -profiling%
 [blocks B ] sys-fs/device-mapper (sys-fs/device-mapper is
 blocking sys-fs/udev-146-r1)

  * Error: The above package list contains packages which cannot be
  * installed at the same time on the same system.

   ('ebuild', '/', 'sys-fs/udev-146-r1', 'merge') pulled in by
 =sys-fs/udev-117 required by ('ebuild', '/',
 'sys-apps/hal-0.5.13-r2', 'merge')
 sys-fs/udev required by ('installed', '/',
 'sys-kernel/gentoo-sources-2.6.30-r8', 'nomerge')
 =sys-fs/udev-124 required by ('installed', '/',
 'sys-fs/cryptsetup-1.0.6-r2', 'nomerge')
 (and 2 more)

   ('installed', '/', 'sys-fs/device-mapper-1.02.24-r1', 'nomerge') pulled in 
 by
 =sys-fs/device-mapper-1.00.07-r1 required by ('installed', '/',
 'sys-fs/cryptsetup-1.0.6-r2', 'nomerge')


 Have you an idea about how to solve this?
 Should I unmask a new version of 'device-mapper'?

 My package.keywords and package.unmask are empty.

 Thanks.

 Massimiliano


   

I am running into the same thing.  I'm updating everything else then
going to tackle this.  In theory, you have to unmerge device-mapper then
let it update.  Something like:

emerge -C device-mapper  emerge -uvDN world

That's my plan at least.  Unless someone else posts a better one.

Dale

:-)  :-) 



Re: [gentoo-user] Problem with update world

2009-11-10 Thread Massimiliano Ziccardi
That solved the problem.

this was answered earlier today on this very list:

Sorry, it has been my fault: I should have performed a deeper search.

Thank you!

Massimiliano.

On Tue, Nov 10, 2009 at 3:34 PM, Alan McKinnon alan.mckin...@gmail.com wrote:
 On Tuesday 10 November 2009 16:31:34 Massimiliano Ziccardi wrote:
 Hi all!

 Sorry to bother you again : it was a long time!

 I've again one problem I'm not sure I can easily solve...

 Today, I did:

 emerge -upD --newuse world

 but I got an error:

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

 Calculating dependencies   done!
 [ebuild   R   ] media-libs/swfdec-0.8.4  USE=ffmpeg*
 [ebuild   R   ] app-cdr/k3b-1.68.0_alpha3  USE=ffmpeg*
 [ebuild     U ] www-client/mozilla-firefox-3.5.4 [3.0.14] USE=alsa%*
 -sqlite% LINGUAS=-as% -bn_BD% -es_CL% -es_MX% -fa% -hr% -kk% -ml%
 -or% -rm% -ta% -ta_LK% -vi%
 [ebuild   R   ] media-video/vlc-1.0.2  USE=ffmpeg*
 [nomerge      ] sys-apps/hal-0.5.13-r2 [0.5.12_rc1-r8]
 [ebuild     U ]  app-misc/hal-info-20090716 [20090414]
 [ebuild     U ] sys-apps/busybox-1.14.2 [1.13.2]
 [ebuild     U ] sys-apps/hal-0.5.13-r2 [0.5.12_rc1-r8]
 [nomerge      ] media-video/vlc-1.0.2  USE=ffmpeg*
 [ebuild     U ]  net-libs/xulrunner-1.9.1.4 [1.9.0.14] USE=alsa%*
 python%* -debug% -sqlite%
 [nomerge      ] media-libs/swfdec-0.8.4  USE=ffmpeg*
 [ebuild  N    ]  media-plugins/gst-plugins-ffmpeg-0.10.7
 [ebuild     U ] sys-fs/udev-146-r1 [141] USE=-devfs-compat% -extras%
 [nomerge      ] kde-base/kdm-4.3.1-r2
 [nomerge      ]  x11-libs/qt-qt3support-4.5.3
 [nomerge      ]   x11-libs/qt-sql-4.5.3
 [ebuild     U ]    dev-db/mysql-5.0.84-r1 [5.0.70-r1] USE=-community%
 -profiling%
 [blocks B     ] sys-fs/device-mapper (sys-fs/device-mapper is
 blocking sys-fs/udev-146-r1)

  * Error: The above package list contains packages which cannot be
  * installed at the same time on the same system.

   ('ebuild', '/', 'sys-fs/udev-146-r1', 'merge') pulled in by

     =sys-fs/udev-117 required by ('ebuild', '/',

 'sys-apps/hal-0.5.13-r2', 'merge')
     sys-fs/udev required by ('installed', '/',
 'sys-kernel/gentoo-sources-2.6.30-r8', 'nomerge')

     =sys-fs/udev-124 required by ('installed', '/',

 'sys-fs/cryptsetup-1.0.6-r2', 'nomerge')
     (and 2 more)

   ('installed', '/', 'sys-fs/device-mapper-1.02.24-r1', 'nomerge') pulled
  in by

     =sys-fs/device-mapper-1.00.07-r1 required by ('installed', '/',

 'sys-fs/cryptsetup-1.0.6-r2', 'nomerge')


 Have you an idea about how to solve this?
 Should I unmask a new version of 'device-mapper'?

 this was answered earlier today on this very list:

 unmerge device-mapper
 merge lvm2


 --
 alan dot mckinnon at gmail dot com





Re: [gentoo-user] Problem with update world

2009-11-10 Thread Alex Schuster
Dale writes:

 I am running into the same thing.  I'm updating everything else then
 going to tackle this.  In theory, you have to unmerge device-mapper
  then let it update.  Something like:
 
 emerge -C device-mapper  emerge -uvDN world
 
 That's my plan at least.  Unless someone else posts a better one.

I just unmerged device-mapper and updated lvm2 right after that. So in 
case of a crash or something during a longer world update I still have an 
intact system. I'm not sure if it would boot with the old lvm2 and without 
device-mapper, probably yes, but I did not want to take any risk.

Um, shouldn't the new portage have dealt auto-magically with this blocker?

Wonko



Re: [gentoo-user] [possibly OT?] Bash-4 mailcheck oddity

2009-11-10 Thread Willie Wong
On Mon, Nov 09, 2009 at 06:28:02PM +, Penguin Lover Etaoin Shrdlu squawked:
 On Thursday 05 Nov 2009, Willie Wong wrote:
 
  Hi list:
  
  Finally upgraded to Bash-4 on my home desktop, and discovered a bit of
  odd (as compared to Bash-3) behaviour with mail checking.
 
 Maybe you're talking about this:
 
 http://www.mail-archive.com/bug-b...@gnu.org/msg06185.html

Yes. I found it in my googling too. Unfortunately no satisfactory
solution was given. 

Cheers, 

W

-- 
Microsoft Word told me that instead of having Windows ME and Linux as 
my computer expertise on my resume, I should have Windows, Linux, and I.
Sortir en Pantoufles: up 1068 days, 14:07



[gentoo-user] preserved-rebuild, avidemux and mplayer

2009-11-10 Thread Dale
Hi,

I'm in the middle of a world update.  I'm sort of doing it in parts
because of the device-mapper issue.  Anyway, I keep getting the
@preserved-rebuild at the end of the emerge.  I run it and it wants to
run it again.  When I run it again, it wants to run it again.  It's the
same packages over and over again.  This is the outputs:


!!! existing preserved libs:
 package: media-libs/x264-0.0.20091021
 *  - /usr/lib/libx264.so.65
 *  used by /usr/bin/avidemux2_cli (media-video/avidemux-2.4.4-r2)
 *  used by /usr/bin/avidemux2_gtk (media-video/avidemux-2.4.4-r2)
 *  used by /usr/bin/avidemux2_qt4 (media-video/avidemux-2.4.4-r2)
 *  used by 2 other files
Use emerge @preserved-rebuild to rebuild packages using these libraries
r...@smoker / #


and


!!! existing preserved libs:
 package: media-libs/x264-0.0.20081006
 *  - /usr/lib/libx264.so.78
 *  used by /usr/bin/mencoder (media-video/mplayer-1.0_rc4_p20091026-r1)
 *  used by /usr/bin/mplayer (media-video/mplayer-1.0_rc4_p20091026-r1)
Use emerge @preserved-rebuild to rebuild packages using these libraries
r...@smoker / #


and



!!! existing preserved libs:
 package: media-libs/x264-0.0.20091021
 *  - /usr/lib/libx264.so.65
 *  used by /usr/bin/avidemux2_cli (media-video/avidemux-2.4.4-r2)
 *  used by /usr/bin/avidemux2_gtk (media-video/avidemux-2.4.4-r2)
 *  used by /usr/bin/avidemux2_qt4 (media-video/avidemux-2.4.4-r2)
 *  used by 2 other files
Use emerge @preserved-rebuild to rebuild packages using these libraries
r...@smoker / #


and this just repeats.  Those are in reverse order by the way.

I'm not a magician but I need a magic trick.

Thanks.

Dale

:-)  :-) 



Re: [gentoo-user] Problem with update world

2009-11-10 Thread Dale
Alex Schuster wrote:
 Dale writes:

   
 I am running into the same thing.  I'm updating everything else then
 going to tackle this.  In theory, you have to unmerge device-mapper
  then let it update.  Something like:

 emerge -C device-mapper  emerge -uvDN world

 That's my plan at least.  Unless someone else posts a better one.
 

 I just unmerged device-mapper and updated lvm2 right after that. So in 
 case of a crash or something during a longer world update I still have an 
 intact system. I'm not sure if it would boot with the old lvm2 and without 
 device-mapper, probably yes, but I did not want to take any risk.

 Um, shouldn't the new portage have dealt auto-magically with this blocker?

   Wonko
   

Here's something more interesting, I don't need or use lvm.  I was
trying to track it down with equery but I was getting drunk going in
circles.

I also assume that is why portage can't figure out a way to handle
this.  It got drunk too.  After a while a drunk just falls down.  lol

Thought about using the -et options with emerge to figure this out. 

Dale

:-)  :-) 



Re: [gentoo-user] preserved-rebuild, avidemux and mplayer

2009-11-10 Thread Alex Schuster
Dale writes:

 I'm in the middle of a world update.  I'm sort of doing it in parts
 because of the device-mapper issue.  Anyway, I keep getting the
 @preserved-rebuild at the end of the emerge.  I run it and it wants to
 run it again.  When I run it again, it wants to run it again.  It's the
 same packages over and over again.  This is the outputs:

[...]
 and this just repeats.  Those are in reverse order by the way.
 
 I'm not a magician but I need a magic trick.

Abracadabra... rm /var/lib/portage/preserved_libs_registry

Be sure to have emerged the @preserved-rebuild stuff at least once, then 
you are safe.

Wonko



[gentoo-user] xdm doesn't restart on killed X

2009-11-10 Thread Doki Pen
I've recently switched from gdm to xdm in an effort to reduce my distro
size.  The only problem I've run into is that when I kill my X session,
xdm doesn't restart automatically.  I have to switch to a vtty and type
exec sudo /etc/init.d/xdm restart.  I've read the man pages and googled
but can't come up with a solution.  Does anyone know if there is a way
to fix this issue?





Re: [gentoo-user] Problem with update world

2009-11-10 Thread Alex Schuster
Dale writes:

 Alex Schuster wrote:

  I just unmerged device-mapper and updated lvm2 right after that. So
  in case of a crash or something during a longer world update I still
  have an intact system. I'm not sure if it would boot with the old
  lvm2 and without device-mapper, probably yes, but I did not want to
  take any risk.
 
  Um, shouldn't the new portage have dealt auto-magically with this
  blocker?

 Here's something more interesting, I don't need or use lvm.

You do, when you need the device-mapper features. They have been moved 
into the lvm2 package.

 I was
 trying to track it down with equery but I was getting drunk going in
 circles.
 
 I also assume that is why portage can't figure out a way to handle
 this.  It got drunk too.  After a while a drunk just falls down.  lol
 
 Thought about using the -et options with emerge to figure this out.

I'd just try to emerge lvm2 and see what happens. It's not a big package. 
Man, I use LVM on all of my systems, I really like it.

Wonko



Re: [gentoo-user] cdrecord fails to burn dvd

2009-11-10 Thread Joerg Schilling
José Romildo Malaquias j.romi...@gmail.com wrote:

  Did you ever write a DVD-R with this hardware?

 Yes I have written some DVD-R discs with this hardware. When I bought
 the notebook and installed gentoo in last January, burning with cdrecord
 (from cdrtools) used to work. Sometime later (about one month, but I am
 not sure) it stopped working. Probably after some upgrade. I do not
 remeber exactly. By then I could not look at the problem because of lack
 of time. Since then I have been using Nero Linux for recording DVD-R
 discs without problems.

 Some information I have sent in previous messages may not be accurate
 enough because I have forgotten to change the media to a new unused
 one. So I am attaching a new file with the output of some requested
 commands.

With the messages you send, it cannot be cdrecord but either your drive
or the Linux kernel.

One interesting point is that cdrecord is unable to do a DMA speed test.
THis may have different reasons and without knowing the reason, I cannot
say more...

You may try to call cdrecord -v -checkdrive -V

and have a look at the SCSI read buffer command.

You also may try to reduce the transfer size to 16 kb by adding ts=16k
to the command line in hope that it is a driver bug that goes away with smaller 
transfer sizes.



Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] xdm doesn't restart on killed X

2009-11-10 Thread Alan McKinnon
On Tuesday 10 November 2009 17:54:48 Doki Pen wrote:
 I've recently switched from gdm to xdm in an effort to reduce my distro
 size.  The only problem I've run into is that when I kill my X session,
 xdm doesn't restart automatically.  I have to switch to a vtty and type
 exec sudo /etc/init.d/xdm restart.  I've read the man pages and googled
 but can't come up with a solution.  Does anyone know if there is a way
 to fix this issue?
 

When X exists, is xdm still running or has it died too?

You can tell when restarting xdm if it gives errors about xdm not running when 
the stop phase of restart is run

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] preserved-rebuild, avidemux and mplayer

2009-11-10 Thread Alan McKinnon
On Tuesday 10 November 2009 17:44:23 Dale wrote:
 Hi,
 
 I'm in the middle of a world update.  I'm sort of doing it in parts
 because of the device-mapper issue.  Anyway, I keep getting the
 @preserved-rebuild at the end of the emerge.  I run it and it wants to
 run it again.  When I run it again, it wants to run it again.  It's the
 same packages over and over again.  This is the outputs:
 
 !!! existing preserved libs:
  package: media-libs/x264-0.0.20091021
 
  *  - /usr/lib/libx264.so.65
  *  used by /usr/bin/avidemux2_cli (media-video/avidemux-2.4.4-r2)
  *  used by /usr/bin/avidemux2_gtk (media-video/avidemux-2.4.4-r2)
  *  used by /usr/bin/avidemux2_qt4 (media-video/avidemux-2.4.4-r2)
  *  used by 2 other files
 Use emerge @preserved-rebuild to rebuild packages using these libraries
 r...@smoker / #
 
 
 and
 
 !!! existing preserved libs:
  package: media-libs/x264-0.0.20081006
 
  *  - /usr/lib/libx264.so.78
  *  used by /usr/bin/mencoder
  (media-video/mplayer-1.0_rc4_p20091026-r1) *  used by /usr/bin/mplayer
  (media-video/mplayer-1.0_rc4_p20091026-r1) Use emerge @preserved-rebuild
  to rebuild packages using these libraries r...@smoker / #
 
 
 and
 
 !!! existing preserved libs:
  package: media-libs/x264-0.0.20091021
 
  *  - /usr/lib/libx264.so.65
  *  used by /usr/bin/avidemux2_cli (media-video/avidemux-2.4.4-r2)
  *  used by /usr/bin/avidemux2_gtk (media-video/avidemux-2.4.4-r2)
  *  used by /usr/bin/avidemux2_qt4 (media-video/avidemux-2.4.4-r2)
  *  used by 2 other files
 Use emerge @preserved-rebuild to rebuild packages using these libraries
 r...@smoker / #
 
 
 and this just repeats.  Those are in reverse order by the way.
 
 I'm not a magician but I need a magic trick.

Most likely avidemux and mplayer have hidden automagic dependencies on x264 
but they are not listed in DEPEND. So the packages need x264 but portage 
doesn't know this.

Try unmerge the whole lot and re-merge everything. This should un-confuse 
portage. Or you can fire out your trusty vi and fiddle with the contents of 
/var/lib/portage/preserved_libs_registry

If you have time and inclination, you can run ldd on each file listed in the 
used by lines and search for not found. Eyeballs should reveal what is 
going on.

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Problem with update world

2009-11-10 Thread Alan McKinnon
On Tuesday 10 November 2009 17:30:32 Dale wrote:
 Alex Schuster wrote:
  Dale writes:
  I am running into the same thing.  I'm updating everything else then
  going to tackle this.  In theory, you have to unmerge device-mapper
   then let it update.  Something like:
 
  emerge -C device-mapper  emerge -uvDN world
 
  That's my plan at least.  Unless someone else posts a better one.
 
  I just unmerged device-mapper and updated lvm2 right after that. So in
  case of a crash or something during a longer world update I still have an
  intact system. I'm not sure if it would boot with the old lvm2 and
  without device-mapper, probably yes, but I did not want to take any risk.
 
  Um, shouldn't the new portage have dealt auto-magically with this
  blocker?
 
  Wonko
 
 Here's something more interesting, I don't need or use lvm.  I was
 trying to track it down with equery but I was getting drunk going in
 circles.
 
 I also assume that is why portage can't figure out a way to handle
 this.  It got drunk too.  After a while a drunk just falls down.  lol
 
 Thought about using the -et options with emerge to figure this out.

The bits of device-mapper you use are now in lvm2, not in a separate package 
anymore. You don't have to use lvm2 just because you merged it, it simply 
contains some tools you use. It's a case of the ebuild package being larger 
than you strictly need.


-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Problem with update world

2009-11-10 Thread Dale
Alex Schuster wrote:
 Dale writes:

   
 Alex Schuster wrote:
 

   
 I just unmerged device-mapper and updated lvm2 right after that. So
 in case of a crash or something during a longer world update I still
 have an intact system. I'm not sure if it would boot with the old
 lvm2 and without device-mapper, probably yes, but I did not want to
 take any risk.

 Um, shouldn't the new portage have dealt auto-magically with this
 blocker?
   

   
 Here's something more interesting, I don't need or use lvm.
 

 You do, when you need the device-mapper features. They have been moved 
 into the lvm2 package.

   
 I was
 trying to track it down with equery but I was getting drunk going in
 circles.

 I also assume that is why portage can't figure out a way to handle
 this.  It got drunk too.  After a while a drunk just falls down.  lol

 Thought about using the -et options with emerge to figure this out.
 

 I'd just try to emerge lvm2 and see what happens. It's not a big package. 
 Man, I use LVM on all of my systems, I really like it.

   Wonko

   

I'm not even sure I need device-mapper.  I may just uninstall all the
stuff and reboot.  I can always chroot in and fix it.  If it runs fine
then I can see what pulled it in and if I can get rid of that as well. 

It's a thought.

Dale

:-)  :-) 



[gentoo-user] Sun JDK 1.6.0.17 is build only

2009-11-10 Thread Manuel Fiorelli
Hello list,
I have installed the SUN JDK 1.6.0.17 but now it seems to be build only.

snip
localhost ~ # java-config -L
The following VMs are available for generation-2:
1)  Blackdown JDK 1.4.2.03 [blackdown-jdk-1.4.2]
*)  Sun JDK 1.6.0.17 [sun-jdk-1.6]

VMs marked as Build Only may contain Security Vulnerabilities and/or be EOL.
Gentoo recommends not setting these VMs as either your System or User VM.
Please see http://www.gentoo.org/doc/en/java.xml#build-only for more information
/snip

I tried to downgrade to SUN JDK 1.6.0.15 but the problem persists.

Manuel Fiorelli



Re: [gentoo-user] Sun JDK 1.6.0.17 is build only

2009-11-10 Thread Daniel Pielmeier
Manuel Fiorelli schrieb am 10.11.2009 19:18:
 Hello list,
 I have installed the SUN JDK 1.6.0.17 but now it seems to be build only.
 
 snip
 localhost ~ # java-config -L
 The following VMs are available for generation-2:
 1)Blackdown JDK 1.4.2.03 [blackdown-jdk-1.4.2]
 *)Sun JDK 1.6.0.17 [sun-jdk-1.6]

I don't see a Build-Only flag for the VMs which are available. So what
is the problem here?

If there are Build Only VM's the output would look like this:

# java-config --list-available-vms
The following VMs are available for generation-2:
1)  Blackdown JDK 1.4.2.03 [blackdown-jdk-1.4.2] (Build Only)
2)  Blackdown JRE 1.4.2.03 [blackdown-jre-1.4.2] (Build Only)
3)  IcedTea6-bin 1.4.1 [icedtea6-bin]
4)  Sun JDK 1.5.0.20 [sun-jdk-1.5] (Build Only)
*)  Sun JDK 1.6.0.16 [sun-jdk-1.6]


 VMs marked as Build Only may contain Security Vulnerabilities and/or be EOL.
 Gentoo recommends not setting these VMs as either your System or User VM.
 Please see http://www.gentoo.org/doc/en/java.xml#build-only for more 
 information
 /snip

Did you read chapter 4 from the link above?

 I tried to downgrade to SUN JDK 1.6.0.15 but the problem persists.
 
 Manuel Fiorelli
 
 

-- 
Daniel Pielmeier





signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] preserved-rebuild, avidemux and mplayer

2009-11-10 Thread Dale
Alan McKinnon wrote:
 On Tuesday 10 November 2009 17:44:23 Dale wrote:
   
 Hi,

 I'm in the middle of a world update.  I'm sort of doing it in parts
 because of the device-mapper issue.  Anyway, I keep getting the
 @preserved-rebuild at the end of the emerge.  I run it and it wants to
 run it again.  When I run it again, it wants to run it again.  It's the
 same packages over and over again.  This is the outputs:

 !!! existing preserved libs:
 
 package: media-libs/x264-0.0.20091021
   
  *  - /usr/lib/libx264.so.65
  *  used by /usr/bin/avidemux2_cli (media-video/avidemux-2.4.4-r2)
  *  used by /usr/bin/avidemux2_gtk (media-video/avidemux-2.4.4-r2)
  *  used by /usr/bin/avidemux2_qt4 (media-video/avidemux-2.4.4-r2)
  *  used by 2 other files
 Use emerge @preserved-rebuild to rebuild packages using these libraries
 r...@smoker / #


 and

 !!! existing preserved libs:
 
 package: media-libs/x264-0.0.20081006
   
  *  - /usr/lib/libx264.so.78
  *  used by /usr/bin/mencoder
  (media-video/mplayer-1.0_rc4_p20091026-r1) *  used by /usr/bin/mplayer
  (media-video/mplayer-1.0_rc4_p20091026-r1) Use emerge @preserved-rebuild
  to rebuild packages using these libraries r...@smoker / #


 and

 !!! existing preserved libs:
 
 package: media-libs/x264-0.0.20091021
   
  *  - /usr/lib/libx264.so.65
  *  used by /usr/bin/avidemux2_cli (media-video/avidemux-2.4.4-r2)
  *  used by /usr/bin/avidemux2_gtk (media-video/avidemux-2.4.4-r2)
  *  used by /usr/bin/avidemux2_qt4 (media-video/avidemux-2.4.4-r2)
  *  used by 2 other files
 Use emerge @preserved-rebuild to rebuild packages using these libraries
 r...@smoker / #


 and this just repeats.  Those are in reverse order by the way.

 I'm not a magician but I need a magic trick.
 

 Most likely avidemux and mplayer have hidden automagic dependencies on x264 
 but they are not listed in DEPEND. So the packages need x264 but portage 
 doesn't know this.

 Try unmerge the whole lot and re-merge everything. This should un-confuse 
 portage. Or you can fire out your trusty vi and fiddle with the contents of 
 /var/lib/portage/preserved_libs_registry

 If you have time and inclination, you can run ldd on each file listed in the 
 used by lines and search for not found. Eyeballs should reveal what is 
 going on.

   

Unmerging then emerging again fixed it.  Is this a bug or just a one
time boo boo?

Dale

:-)  :-) 



Re: [gentoo-user] license change in sun-jdk

2009-11-10 Thread Jarry

Dale wrote:

Rudmer van Dijk wrote:


after sync, portage wants to install dev-java/icedtea6-bin, although there is 
a jdk installed (I already had dev-java/sun-jdk-1.6.0.17)

well it turns out that sun-jdk-1.6.0.17 has suddenly been license masked...
adding ACCEPT_LICENSE=dlj-1.1 to make.conf lets sun-jdk be accepted again.
no more spontaneous forced installation of icedtea6-bin!


I cheated then.  I did this for mine:
ACCEPT_LICENSE=*


This is strange: I tried to update, and got list of ~10 packages,
plus that above mentioned error. So I included in ACCEPT_LICENSE=*
in make.conf, and tried it agan. And nothing. Suddenly it portage
does not want to update anything. As if there is nothing to update...

Jarry

--
___
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.



Re: [gentoo-user] Sun JDK 1.6.0.17 is build only

2009-11-10 Thread Manuel Fiorelli
2009/11/10 Daniel Pielmeier bil...@gentoo.org:
 I don't see a Build-Only flag for the VMs which are available. So what
 is the problem here?

 If there are Build Only VM's the output would look like this:

 # java-config --list-available-vms
 The following VMs are available for generation-2:
 1)      Blackdown JDK 1.4.2.03 [blackdown-jdk-1.4.2] (Build Only)
 2)      Blackdown JRE 1.4.2.03 [blackdown-jre-1.4.2] (Build Only)
 3)      IcedTea6-bin 1.4.1 [icedtea6-bin]
 4)      Sun JDK 1.5.0.20 [sun-jdk-1.5] (Build Only)
 *)      Sun JDK 1.6.0.16 [sun-jdk-1.6]

Thank you very much. I misunderstood the warning, and, yes, I read the
linked page too quickly.

Manuel Fiorelli



Re: [gentoo-user] [solved] Re: xorg-server upgrading problem

2009-11-10 Thread Roy Wright


On Nov 10, 2009, at 4:21 AM, Alan McKinnon wrote:


On Tuesday 10 November 2009 11:46:50 Roy Wright wrote:

One of the issues I hit is that python-3.1.1-r1 can not be installed
with the tk use flag due to cyclic dependencies when installing xorg
(portage insists on installing python before libX11 so python[tk]
fails as it is missing Xlib.h).


Would this work?

emerge python with USE=-tk
install libX11
install python with USE=tk



What I did was set python -tk in package.use then finished installing  
xorg-server, then removed the python -tk from package.use and emerge  
updated.  That worked fine so your example should also work fine.


Thank you,
Roy



[gentoo-user] sendmail: write permition problem?

2009-11-10 Thread Jarry

Hi,
I can not make my mail server (sendmail) work. First I thought
ssmtp (on sending side) is wrong, so I tried to send mail
manually, using telnet:


obelix.somemydomain.com ~ # telnet mail.somemydomain.com 25
Trying 192.168.1.13...
Connected to mail.somemydomain.com.
Escape character is '^]'.
220 mail.somemydomain.com ESMTP Sendmail 8.14.0/8.14.0; Tue, 10 Nov 2009 
19:57:31 GMT

HELO
501 5.0.0 HELO requires domain address
MAIL FROM:r...@obelix.somemydomain.com
250 2.1.0 r...@obelix.somemydomain.com... Sender ok
RCPT TO:t...@somemydomain.com
250 2.1.5 t...@somemydomain.com... Recipient ok
DATA
354 Enter mail, end with . on a line by itself
Test message.
.
421 4.3.0 collect: Cannot write ./dfnAAJvV8n022567 (bfcommit, uid=0, 
gid=209): Permission denied

Connection closed by foreign host.
obelix.somemydomain.com ~ #


Q1: Why on my HELO sendmail does not respond with 250 OK?

Q2: What does that Cannot write ./dfnAAJvV8n022567 mean?
Maybe some write-permition on server side? But what/where?


mail.somemydomain.com ~ # ls -al /var/spool
total 28
drwxr-xr-x  7 root  root  4096 May 30 17:40 .
drwxr-xr-x 11 root  root  4096 Nov  9 19:30 ..
drwxrwx---  2 smmsp smmsp 4096 Nov 10 19:37 clientmqueue
drwxr-x---  3 root  cron  4096 Apr  7  2009 cron
drwsrws---  2 fcron fcron 4096 Nov 10 20:00 fcron
drwxr-xr-x  2 mail  root  4096 Apr  7  2009 mail
drwxr-xr-x  2 smmsp root  4096 Apr 24  2009 mqueue

mail.somemydomain.com ~ # more /etc/passwd | grep mail
mail:x:8:12:added by portage for mailbase:/var/spool/mail:/sbin/nologin
postmaster:x:14:1000:added by portage for 
mailbase:/var/spool/mail:/sbin/nologin
smmsp:x:209:209:added by portage for 
sendmail:/var/spool/mqueue:/sbin/nologin

mail.somemydomain.com ~ #


I just installed sendmail on mail.somemydomain.com instead
of ssmtp, and did not change a lot, just included all my
server names in /etc/mail/local-host-names. What do I have
to do more???

Jarry

--
___
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.



Re: [gentoo-user] sendmail: write permition problem?

2009-11-10 Thread John Lowry


Jarry wrote:
 220 mail.somemydomain.com ESMTP Sendmail 8.14.0/8.14.0; Tue, 10 Nov 2009
 19:57:31 GMT
 HELO
 501 5.0.0 HELO requires domain address

 
 Q1: Why on my HELO sendmail does not respond with 250 OK?

The hostname in the HELO message needs to be included. It does not
unnecessarily need to be correct, but a lot of anti-spam measures will
reject it out of hand if the originating IP address does not have a PTR
address that matches it. So if you are connection from foo.example.com

HELO foo.example.com

 
 Q2: What does that Cannot write ./dfnAAJvV8n022567 mean?
 Maybe some write-permition on server side? But what/where?
 
 
 mail.somemydomain.com ~ # ls -al /var/spool
 total 28
 drwxr-xr-x  7 root  root  4096 May 30 17:40 .
 drwxr-xr-x 11 root  root  4096 Nov  9 19:30 ..
 drwxrwx---  2 smmsp smmsp 4096 Nov 10 19:37 clientmqueue
 drwxr-x---  3 root  cron  4096 Apr  7  2009 cron
 drwsrws---  2 fcron fcron 4096 Nov 10 20:00 fcron
 drwxr-xr-x  2 mail  root  4096 Apr  7  2009 mail
 drwxr-xr-x  2 smmsp root  4096 Apr 24  2009 mqueue
 
 mail.somemydomain.com ~ # more /etc/passwd | grep mail
 mail:x:8:12:added by portage for mailbase:/var/spool/mail:/sbin/nologin
 postmaster:x:14:1000:added by portage for
 mailbase:/var/spool/mail:/sbin/nologin
 smmsp:x:209:209:added by portage for
 sendmail:/var/spool/mqueue:/sbin/nologin
 mail.somemydomain.com ~ #
 
 
 I just installed sendmail on mail.somemydomain.com instead
 of ssmtp, and did not change a lot, just included all my
 server names in /etc/mail/local-host-names. What do I have
 to do more???
 
 Jarry
 



Re: [gentoo-user] license change in sun-jdk

2009-11-10 Thread Alan McKinnon
On Tuesday 10 November 2009 21:01:52 Jarry wrote:
 Dale wrote:
  Rudmer van Dijk wrote:
  after sync, portage wants to install dev-java/icedtea6-bin, although
  there is a jdk installed (I already had dev-java/sun-jdk-1.6.0.17)
  well it turns out that sun-jdk-1.6.0.17 has suddenly been license
  masked... adding ACCEPT_LICENSE=dlj-1.1 to make.conf lets sun-jdk be
  accepted again. no more spontaneous forced installation of icedtea6-bin!
 
  I cheated then.  I did this for mine:
  ACCEPT_LICENSE=*
 
 This is strange: I tried to update, and got list of ~10 packages,
 plus that above mentioned error. So I included in ACCEPT_LICENSE=*
 in make.conf, and tried it agan. And nothing. Suddenly it portage
 does not want to update anything. As if there is nothing to update...

Why is it strange? The behaviour is correct

You accepted the license and world is up to date so portage correctly tells 
you there is nothing to do.

Without the LICENSE statement in make.conf, you have 10 unacceptable packages. 
So portage tells you it will remove them and replace them without something 
else, or maybe just display blockers. In any event portage knows there is 
something to do.

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] preserved-rebuild, avidemux and mplayer

2009-11-10 Thread Alan McKinnon
On Tuesday 10 November 2009 20:50:35 Dale wrote:
  Most likely avidemux and mplayer have hidden automagic dependencies on
  x264  but they are not listed in DEPEND. So the packages need x264 but
  portage doesn't know this.
 
  Try unmerge the whole lot and re-merge everything. This should
  un-confuse  portage. Or you can fire out your trusty vi and fiddle with
  the contents of /var/lib/portage/preserved_libs_registry
 
  If you have time and inclination, you can run ldd on each file listed in
  the  used by lines and search for not found. Eyeballs should reveal
  what is going on.
 

 
 Unmerging then emerging again fixed it.  Is this a bug or just a one
 time boo boo?
 

No, it's pretty consistent. It's also not something that portage can do 
anything about as the information on disk conflicts with what is in portage's 
database.

The ebuilds have bugs and should be reported as such - there is missing 
information in DEPEND

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Alsa SPDIF+analog at same time

2009-11-10 Thread David W Noon
On Mon, 09 Nov 2009 18:00:01 +0100, Alexander Puchmayr wrote about
[gentoo-user] Alsa SPDIF+analog at same time:

I'd like to have an audio signal on both the SPDIF and the analog
output. I know that this is possible, since I had such configuration
some weeks ago, but due to some circumstance I really can't reproduce
it suddenly doesn't work anymore.

Have you upgraded your kernel recently?

I found that the SP/DIF output stopped working when I upgraded from
2.6.29 to 2.6.30.  I might downgrade my kernel to check that it was
this that caused the SP/DIF (or TOSLink) output to stop.
-- 
Regards,

Dave  [RLU #314465]
==
dwn...@ntlworld.com (David W Noon)
==


signature.asc
Description: PGP signature


Re: [gentoo-user] Problem with update world

2009-11-10 Thread Alan McKinnon
On Tuesday 10 November 2009 20:14:33 Dale wrote:
  I'd just try to emerge lvm2 and see what happens. It's not a big
  package.  Man, I use LVM on all of my systems, I really like it.
 
Wonko
 

 
 I'm not even sure I need device-mapper.  I may just uninstall all the
 stuff and reboot.  I can always chroot in and fix it.  If it runs fine
 then I can see what pulled it in and if I can get rid of that as well. 
 

You likely don;t need it then. device-mapper is only used by lvm and software-
raid type packages. If you use those, you will know about it

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Problem with update world

2009-11-10 Thread Neil Bothwick
On Tue, 10 Nov 2009 22:39:24 +0200, Alan McKinnon wrote:

 You likely don;t need it then. device-mapper is only used by lvm and
 software- raid type packages. If you use those, you will know about it

It's also used by cryptsetup.


-- 
Neil Bothwick

Top Oxymorons Number 41: Good grief


signature.asc
Description: PGP signature


Re: [gentoo-user] preserved-rebuild, avidemux and mplayer

2009-11-10 Thread Dale
Dale wrote:
   
   

 Unmerging then emerging again fixed it.  Is this a bug or just a one
 time boo boo?

 Dale

 :-)  :-) 

   

Well, it's back.  I'm going to call this unmasking creep.  I had to
unmask and keyword some stuff until portage was happy to install the
updates. 
I had to add the following to package.unmask and package.keyword:

=media-video/mplayer-1.0_rc4_p20091026-r1
=media-libs/x264-0.0.20091021
media-video/ffmpeg
media-video/avidemux


Maybe this will help someone else if they run into this issue.

Dale

:-)  :-)



Re: [gentoo-user] Problem with update world

2009-11-10 Thread Dale
Neil Bothwick wrote:
 On Tue, 10 Nov 2009 22:39:24 +0200, Alan McKinnon wrote:

   
 You likely don;t need it then. device-mapper is only used by lvm and
 software- raid type packages. If you use those, you will know about it
 

 It's also used by cryptsetup.


   

Yup, I'm not sure if I am using that or not.  I don't think so but I
don't want to remove it without making sure.  Be my luck it will blow up
or something. lol  This is what equery returns tho:

sys-apps/hal-0.5.13-r2 (kernel_linux  crypt? =sys-fs/cryptsetup-1.0.5)
sys-apps/pmount-0.9.20 (crypt? =sys-fs/cryptsetup-1.0.5)

Don't get me started on hal.  Is this a USE flag thing?  I need to check
on this more.

Dale

:-)  :-) 



[gentoo-user] Re: mythfilldatabase not running

2009-11-10 Thread Grant Edwards
On 2009-11-10, Grant Edwards grant.b.edwa...@gmail.com wrote:

 I've got a MythTv backend set up that's working great except
 for one thing: mythfilldatabase isn't getting run every day.

There's a field in the settings table I neglected to set.  It's
called MythFillEnabled, and it defaulted to 0.  I changed it
to 1, set the MythFillDatabaseLog field to 
/var/log/mythtv/mythfilldatabase.log,
and mythfilldatabase was run by the backend the next time it
was supposed to. :)

Presumably those fields are present somewhere in the
mythtv-setup program, but I avoid that program as much as
possible.  I can't ever find anything in it, and even if I did
know where to go, the UI does an excellent job of preventing me
from getting there.

-- 
Grant Edwards   grante Yow! Uh-oh!!  I forgot
  at   to submit to COMPULSORY
   visi.comURINALYSIS!




[gentoo-user] ASUS 1005HA: some strange bugs going around

2009-11-10 Thread Philip Webb
I've got my netbook basically set up to do what I need,
but there are  3  problems remaining, which seem to be fairly basic bugs.

(1) I've already mentioned the problem of compiling Lm_sensors.
Dale refered to Bug 282261, whose conclusion seems to be
to try the latest testing version 3.1.1 , which I will do tomorrow.

(2) Fluxbox is working nicely, as it does on my desktop machine ANB3,
but I thought I'ld have a look at Xfce, which looks nice in SystemRescue.
Xfce opens as root, but not as user ! -- there have been lengthy debates
in the Arch forum, which seems to be a different world from Gentoo (smile),
but nothing seems to have been resolved.  It ought to be a permissions error,
but there's no sign where it might be happening.  There's an error msg
Module fbcon not found, but that may not be the real problem.

(3) Dillo can't start dpi daemon (no such problem on ANB3).
I can't find anything sensible  have no idea what that daemon mb.

Does anyone have any suggestions ?

Otherwise, I've installed Gkrellm (incl a battery monitor), Gvim, Feh,
Xpdf, Xcalc, Gnumeric, Mirage, Ristretto  Lynx (from its own source);
also Thunar (its site tells how to reduce the size of its font)
 Terminal (Xfce, same author), which also cb fine-tuned for the netbook.

As I said in another msg, I'm very impressed both with the ASUS netbook
 with the power + ease of Gentoo to install a customised Linux there.

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




[gentoo-user] strange delays with Xorg-x11-7.4-r1

2009-11-10 Thread Philip Webb
Since upgrading to Xorg-x11-7.4-r1 , Xterm  Xpdf are very slow to open:
Xterm takes  c 6 sec  to start  Xpdf also has a noticeable delay.

Has anyone else seen this  is there a solution ?

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] Problem with update world

2009-11-10 Thread Joshua Murphy
On Tue, Nov 10, 2009 at 4:08 PM, Dale rdalek1...@gmail.com wrote:
 Neil Bothwick wrote:
 On Tue, 10 Nov 2009 22:39:24 +0200, Alan McKinnon wrote:


 You likely don;t need it then. device-mapper is only used by lvm and
 software- raid type packages. If you use those, you will know about it


 It's also used by cryptsetup.




 Yup, I'm not sure if I am using that or not.  I don't think so but I
 don't want to remove it without making sure.  Be my luck it will blow up
 or something. lol  This is what equery returns tho:

 sys-apps/hal-0.5.13-r2 (kernel_linux  crypt? =sys-fs/cryptsetup-1.0.5)
 sys-apps/pmount-0.9.20 (crypt? =sys-fs/cryptsetup-1.0.5)

 Don't get me started on hal.  Is this a USE flag thing?  I need to check
 on this more.

 Dale

 :-)  :-)

Well, if you're not using encrypted partitions, you're not using
cryptsetup. Hal's (and by the looks of it, pmount's) use of the crypt
use flag pulls in cryptsetup, and in turn, all its dependencies. If
you're not using cryptsetup, just put sys-apps/hal -crypt into your
package.use list, and if you use pmount as well, the equivalent for
it. That should drop any dependency on cryptsetup, and if cryptsetup's
the only thing pulling in lvm2 (and previously device-mapper), that'll
no longer be depended on either.

-- 
Poison [BLX]
Joshua M. Murphy



Re: [gentoo-user] Problem with update world

2009-11-10 Thread John H. Moe
Dale wrote:
 Neil Bothwick wrote:
   
 On Tue, 10 Nov 2009 22:39:24 +0200, Alan McKinnon wrote:

   
 
 You likely don;t need it then. device-mapper is only used by lvm and
 software- raid type packages. If you use those, you will know about it
 
   
 It's also used by cryptsetup.


   
 

 Yup, I'm not sure if I am using that or not.  I don't think so but I
 don't want to remove it without making sure.  Be my luck it will blow up
 or something. lol  This is what equery returns tho:

 sys-apps/hal-0.5.13-r2 (kernel_linux  crypt? =sys-fs/cryptsetup-1.0.5)
 sys-apps/pmount-0.9.20 (crypt? =sys-fs/cryptsetup-1.0.5)

 Don't get me started on hal.  Is this a USE flag thing?  I need to check
 on this more.

 Dale

 :-)  :-) 

   
That's pretty much what I ended up doing: emerge --unmerge device-mapper
 emerge -aDNuv world.  Get rid of it, and let Portage tell me if I
need it or not.  :-)  Seems to be working still...

John Moe



Re: [gentoo-user] Resuming after hibernate

2009-11-10 Thread Iain Buchanan
On Mon, 2009-11-09 at 22:37 -0500, Walter Dnes wrote:

...

   I find that for some reason sshd doesn't restart on resume.  I tested
 it 2 minutes ago...

weird... is networkmanager getting in the way?  I also have
rc_depend_strict=NO in /etc/rc.conf

...

   For that matter, the console font setting is forgotten as well.  I
 have VGA=6 in lilo.conf (probably works in GRUB as well), which defaults
 to an unreadable 80 columns x 60 rows display.

Did I read that right?  You have a setting in lilo.conf that makes your
font unreadable?  Then why do you have that in lilo.conf?

-- 
Iain Buchanan iaindb at netspace dot net dot au

Nirvana?  That's the place where the powers that be and their friends hang out.
-- Zonker Harris




Re: Re[2]: [gentoo-user] Resuming after hibernate

2009-11-10 Thread Iain Buchanan
On Mon, 2009-11-09 at 18:16 +0200, Sergey Kobzar wrote:
 Btw, s2disk is user-level tool. According to 
 http://wiki.archlinux.org/index.php/Suspend_to_Disk
 initrd image is required to resume from image created by s2disk tool,
 but I don't use initrd.
 
 Maybe this is a reason? Probably I need switch to native swsusp?..

what about the normal `hibernate` script?  I'm not exactly sure what
s2disk is, and I've never used it...

-- 
Iain Buchanan iaindb at netspace dot net dot au

Neurotics build castles in the sky,
Psychotics live in them,
And psychiatrists collect the rent.




Re: [gentoo-user] Alsa SPDIF+analog at same time

2009-11-10 Thread Iain Buchanan
On Tue, 2009-11-10 at 08:11 +0100, Alexander Puchmayr wrote:

 I played around with some IEC settings, no effect.

sorry, that's all I've got :(

-- 
Iain Buchanan iaindb at netspace dot net dot au

There is no sin but ignorance.
-- Christopher Marlowe




Re: [gentoo-user] Problem with update world

2009-11-10 Thread Dale
Joshua Murphy wrote:
 On Tue, Nov 10, 2009 at 4:08 PM, Dale rdalek1...@gmail.com wrote:
   
 Neil Bothwick wrote:
 
 On Tue, 10 Nov 2009 22:39:24 +0200, Alan McKinnon wrote:


   
 You likely don;t need it then. device-mapper is only used by lvm and
 software- raid type packages. If you use those, you will know about it

 
 It's also used by cryptsetup.



   
 Yup, I'm not sure if I am using that or not.  I don't think so but I
 don't want to remove it without making sure.  Be my luck it will blow up
 or something. lol  This is what equery returns tho:

 sys-apps/hal-0.5.13-r2 (kernel_linux  crypt? =sys-fs/cryptsetup-1.0.5)
 sys-apps/pmount-0.9.20 (crypt? =sys-fs/cryptsetup-1.0.5)

 Don't get me started on hal.  Is this a USE flag thing?  I need to check
 on this more.

 Dale

 :-)  :-)
 

 Well, if you're not using encrypted partitions, you're not using
 cryptsetup. Hal's (and by the looks of it, pmount's) use of the crypt
 use flag pulls in cryptsetup, and in turn, all its dependencies. If
 you're not using cryptsetup, just put sys-apps/hal -crypt into your
 package.use list, and if you use pmount as well, the equivalent for
 it. That should drop any dependency on cryptsetup, and if cryptsetup's
 the only thing pulling in lvm2 (and previously device-mapper), that'll
 no longer be depended on either.

   

I guess the USE flag was in the profile or something so I disabled it in
make.conf.  Since I am also trying to get KDE 4 to work, I also switched
from sqlite to mysql while I was at it.  It seems sqlite is not exactly
what KDE 4 needs. 

Thanks much.

Dale

:-) :-) 



Re: [gentoo-user] strange delays with Xorg-x11-7.4-r1

2009-11-10 Thread Iain Buchanan
On Tue, 2009-11-10 at 16:31 -0500, Philip Webb wrote:
 Since upgrading to Xorg-x11-7.4-r1 , Xterm  Xpdf are very slow to open:
 Xterm takes  c 6 sec  to start  Xpdf also has a noticeable delay.
 
 Has anyone else seen this  is there a solution ?
 

er... routes?  localhost in /etc/hosts?  Sounds weird but in the XFree86
days I had not mapped the word localhost to 127 properly, and X behaved
very slow.  Just a wild guess though.

Alternatively, reboot to make sure you've unloaded / reloaded modules.
What did you upgrade from? 7.x? 6.x?


-- 
Iain Buchanan iaindb at netspace dot net dot au

When a fly lands on the ceiling, does it do a half roll or a half loop?




Re: [gentoo-user] strange delays with Xorg-x11-7.4-r1

2009-11-10 Thread Dale
Philip Webb wrote:
 09 Iain Buchanan wrote:
   
 On Tue, 2009-11-10 at 16:31 -0500, Philip Webb wrote:
 
 Since upgrading to Xorg-x11-7.4-r1 , Xterm  Xpdf are very slow to open:
 Xterm takes  c 6 sec  to start  Xpdf also has a noticeable delay.
   
 routes ?
 

 Could you expand a little ... (smile) ?

   
 localhost in /etc/hosts ?  Sounds weird, but in the XFree86 days
 I had not mapped the word localhost to 127 properly
 and X behaved very slow.  Just a wild guess though.
 

 The uncommented lines in that file are

   127.0.0.1   localhost
   ::1 localhost

 Ok, a wild guess (grin).

   
 Alternatively, reboot to make sure you've unloaded / reloaded modules.
 

 I don't have any modules except Nvidia  I reboot at least daily.

   
 What did you upgrade from ?  7.x ?  6.x ?
 

  7.3  IIRC 

 Anyone else see this or have advice ?

   

Run top and see if something strange is there.  No clue what but maybe
there will be a clue there.  May try iotop to see if the drive is a
bottle neck.  If it is, check to make sure the drives are using DMA or
whatever is fastest for your system.  Could even run hdparm -Tt to test
the drives as well.

Just throwing out ideas here.

Dale

:-)   :-)



[gentoo-user] change signature based on recipients (evolution)

2009-11-10 Thread Iain Buchanan
Hi,

A while ago I played around with claws,  thunderbird as alternatives to
evolution.

The one feature I really miss from claws is the ability to change the
signature depending on the recipients list.  If the recipient address
was in a domain (eg any...@somecompany.org) I could include the official
business signature, otherwise I have simpler ones for internal mail and
friends.

I know I can set the signature based on the source account, but that's
not quite enough for my multiple personalities :) :( ;)

Does anyone know of such a plugin for evolution?  Or some way around it
based on outgoing filters perhaps?  I would be happy for the mail to get
stuck in my outbox instead of sending...  Google turned up nada.

Unfortunately thunderbird had immature search folders which made it hard
for me to sort my thousands of work emails.  Claws was pretty good,
however it had other limitations and I found the gui a little immature.
(In both cases immature meaning slightly buggy or still being developed,
not meaning stupid/childish :)  kmail is out since I run gnome.

any ideas? thanks,

-- 
Iain Buchanan iaindb at netspace dot net dot au

Wash: Can I suggest something that doesn't involve violence, or is this the
wrong crowd for that?
--Serenity




Re: [gentoo-user] strange delays with Xorg-x11-7.4-r1

2009-11-10 Thread Iain Buchanan
On Tue, 2009-11-10 at 18:19 -0500, Philip Webb wrote:
 09 Iain Buchanan wrote:
  On Tue, 2009-11-10 at 16:31 -0500, Philip Webb wrote:
  Since upgrading to Xorg-x11-7.4-r1 , Xterm  Xpdf are very slow to open:
  Xterm takes  c 6 sec  to start  Xpdf also has a noticeable delay.
  routes ?
 
 Could you expand a little ... (smile) ?

only thinking down the localhost trail again - make sure 127 is routed
through lo.

other than that the disk / cpu does nothing?  Run lsmod and see if the
nvidia driver is actually being used? (I have 48 in the used-by column).
Is the general refresh rate and glx type apps ok?

I don't think you need to rebuild nvidia, but did you anyway?  You've
probably answered most of these yourself already, but it doesn't hurt to
check...

-- 
Iain Buchanan iaindb at netspace dot net dot au

Time flies like an arrow.  Fruit flies like a banana.




Re: [gentoo-user] strange delays with Xorg-x11-7.4-r1

2009-11-10 Thread Philip Webb
09 Iain Buchanan wrote:
 On Tue, 2009-11-10 at 16:31 -0500, Philip Webb wrote:
 Since upgrading to Xorg-x11-7.4-r1 , Xterm  Xpdf are very slow to open:
 Xterm takes  c 6 sec  to start  Xpdf also has a noticeable delay.
 routes ?

Could you expand a little ... (smile) ?

 localhost in /etc/hosts ?  Sounds weird, but in the XFree86 days
 I had not mapped the word localhost to 127 properly
 and X behaved very slow.  Just a wild guess though.

The uncommented lines in that file are

  127.0.0.1   localhost
  ::1 localhost

Ok, a wild guess (grin).

 Alternatively, reboot to make sure you've unloaded / reloaded modules.

I don't have any modules except Nvidia  I reboot at least daily.

 What did you upgrade from ?  7.x ?  6.x ?

 7.3  IIRC 

Anyone else see this or have advice ?

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] Has mysql become compulsory - Part 2

2009-11-10 Thread Walter Dnes
  Programmers all seem to have gaming rigs.  It's been a struggle to
keep hal and dbus off my machines.  And I was unhappy when Firefox put
SQLite in as a hard dependancy.  I think you'll simply have to give up
on KDE and its applications.

-- 
Walter Dnes waltd...@waltdnes.org



[gentoo-user] Font recommendations for netbook?

2009-11-10 Thread Walter Dnes
  Fluxbox is blowing up on my new machine because it can't find any
fixed fonts.  I just realized that merely building xorg-server doesn't
download any fonts.  Looking at /usr/portage/media-fonts I see a whole
bunch of options.  Any experiences good/bad with any of them?  Remember
that this will be on an 11.6 netbook, currently running 1024x768, and
hopefully 1366x768 one of these days.  And the less processor power it
requires to render, the better.

-- 
Walter Dnes waltd...@waltdnes.org



Re: [gentoo-user] change signature based on recipients (evolution)

2009-11-10 Thread Stroller


On 10 Nov 2009, at 23:24, Iain Buchanan wrote:

...
Does anyone know of such a plugin for evolution?  Or some way around  
it
based on outgoing filters perhaps?  I would be happy for the mail to  
get

stuck in my outbox instead of sending...


If you use Postfix as an outgoing mail server (running on your box, if  
necessary, then relaying to your company's server) this is probably  
easy. I'm not sure if that's the way you want to do this, but I think  
it's one approach.


Stroller.





Re: [gentoo-user] change signature based on recipients (evolution)

2009-11-10 Thread Iain Buchanan
On Wed, 2009-11-11 at 00:26 +, Stroller wrote:
 On 10 Nov 2009, at 23:24, Iain Buchanan wrote:
  ...
  Does anyone know of such a plugin for evolution?  Or some way around  
  it
  based on outgoing filters perhaps?  I would be happy for the mail to  
  get
  stuck in my outbox instead of sending...
 
 If you use Postfix as an outgoing mail server (running on your box, if  
 necessary, then relaying to your company's server) this is probably  
 easy. I'm not sure if that's the way you want to do this, but I think  
 it's one approach.

I don't, I just send straight to various smtp servers, but thanks, I'll
leave that as plan-B :)

-- 
Iain Buchanan iaindb at netspace dot net dot au

The universe is made of stories, not of atoms.
-- Muriel Rukeyser




Re: [gentoo-user] Font recommendations for netbook?

2009-11-10 Thread Frank Steinmetzger
Am Mittwoch, 11. November 2009 schrieb Walter Dnes:
   Fluxbox is blowing up on my new machine because it can't find any
 fixed fonts.  I just realized that merely building xorg-server doesn't
 download any fonts.  Looking at /usr/portage/media-fonts I see a whole
 bunch of options.  Any experiences good/bad with any of them?

if you want a bitmap font, try terminus-font. If not, have a look at dejavu.
-- 
Gruß | Greetings | Qapla'
Error 96: Found dead mouse in hard drive C:


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


Re: [gentoo-user] Resuming after hibernate

2009-11-10 Thread Walter Dnes
On Wed, Nov 11, 2009 at 08:18:11AM +0930, Iain Buchanan wrote

 Did I read that right?  You have a setting in lilo.conf that makes
 your font unreadable?  Then why do you have that in lilo.conf?

  You didn't read the entire post.  The *DEFAULT* result of 'VGA=6' in
/etc/lilo.conf gives an 8x8 font which results in an 80x60 display.
*IN ADDITION* I set 'CONSOLEFONT=lat1-10' in /etc/conf.d/consolefont,
which gives me an 80x48 row display, using 8x10 font, which is *MUCH*
nicer than 8x8 font.

  The reason I do 'VGA=6' in /etc/lilo.conf is because that is a
quick-n-dirty way to kick the display into a 480 scanline mode, instead
of the default 400 scanline mode.  It's a lot safer and easier than
screwing around with SVGATextmode (is it still around?).

  Anyhow, upon resuming from hibernation, Gentoo remembers the 480
scanline mode, but does not remember the non-default font, which is why
I have to reset the font via the OnResume option.

-- 
Walter Dnes waltd...@waltdnes.org



Re: [gentoo-user] strange delays with Xorg-x11-7.4-r1

2009-11-10 Thread Roy Wright


On Nov 10, 2009, at 5:31 PM, Iain Buchanan wrote:


On Tue, 2009-11-10 at 18:19 -0500, Philip Webb wrote:

09 Iain Buchanan wrote:

On Tue, 2009-11-10 at 16:31 -0500, Philip Webb wrote:
Since upgrading to Xorg-x11-7.4-r1 , Xterm  Xpdf are very slow  
to open:

Xterm takes  c 6 sec  to start  Xpdf also has a noticeable delay.

routes ?


Could you expand a little ... (smile) ?



It really sounds like a network timeout issue (I've had response  
issues like that with KDE when my ISP is having troubles).


WAGs:

Verify your dns addresses.  Maybe reverse their order or even try  
opendns.


Verify your network is working normally: Visit a few sites.  Ping you  
ISP and other sites.  Run a network speed test.


tail -f /var/log/messages in one window while opening another.

If you have a firewall, check it's log.

Verify that you are using nvidia drivers instead of nv.

Exam Xorg.log for any hints of problems.

HTH,
Roy




Re: [gentoo-user] Has mysql become compulsory - Part 2

2009-11-10 Thread Volker Armin Hemmann
On Mittwoch 11 November 2009, Walter Dnes wrote:
   Programmers all seem to have gaming rigs.  It's been a struggle to
 keep hal and dbus off my machines.  And I was unhappy when Firefox put
 SQLite in as a hard dependancy.  I think you'll simply have to give up
 on KDE and its applications.
 

hal and dbus have as much as zero performance impact. And dbus also replaces 
dcop. So there there is a system less running.
mysql embedded is also a very low load.