Re: [gentoo-user] Re: Dash as /bin/sh?

2006-09-02 Thread Richard Fish

On 9/1/06, Jerry McBride [EMAIL PROTECTED] wrote:

little bash/python scripting involved... and none of the python bloat that
gentoo has going on in /etc/init.d.


AFACT, python is never invoked for any of the init scripts.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mdadm fails to add drive to arry

2006-09-02 Thread Richard Fish

On 9/1/06, Richard Broersma Jr [EMAIL PROTECTED] wrote:

I recently had a drive failure in with a Raid 1 setup.  However, for testing 
purposes I tried to
re-add the drive to the array after I removed it.  However I ran into the 
following error message.

~ # mdadm /dev/md4 --add /dev/hdj1
mdadm: add new device failed for /dev/hdj1 as 2: Invalid argument

Where is the invalid argument?  Or is this error message you get when it is 
time to buy a new hard


I think you forgot to specify the mode.  From man mdadm:


SYNOPSIS
  mdadm [mode] raiddevice [options] component-devices


and


 If  a  device  is  given  before any options, or if the first option is
  --add, --fail, or --remove, then the MANAGE mode is  assume.   Anything
  other than these will CAUSE THE MISC MODE TO BE ASSUMED.

(emphasis added)

So I think you need mdadm manage /dev/md4 --add /dev/hdj1.  Or
mdadm --add /dev/md4 /dev/hdj1.

This isn't based on an actual test, just reading the documentation, so I HTH.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mdadm fails to add drive to arry

2006-09-02 Thread Richard Fish

On 9/1/06, Richard Fish [EMAIL PROTECTED] wrote:

 Where is the invalid argument?  Or is this error message you get when it is 
time to buy a new hard

I think you forgot to specify the mode.  From man mdadm:



I should really learn to read bettersorry.

Did you remove the faulty device first?  IIRC, raid devices start
numbering at 0, so it looks like this is trying to add a third device
(#2), instead of replacing #0 or #1.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mdadm fails to add drive to arry

2006-09-02 Thread Richard Broersma Jr
 I think you forgot to specify the mode.  From man mdadm:
 SYNOPSIS
mdadm [mode] raiddevice [options] component-devices
   If  a  device  is  given  before any options, or if the first option is
--add, --fail, or --remove, then the MANAGE mode is  assume.   Anything
other than these will CAUSE THE MISC MODE TO BE ASSUMED.
 (emphasis added)
 So I think you need mdadm manage /dev/md4 --add /dev/hdj1.  Or
 mdadm --add /dev/md4 /dev/hdj1.

I appreciate the feed back.  Here is what I am getting.

~ # mdadm manage /dev/md4 --add /dev/hdj1
mdadm: An option must be given to set the mode before a second device is listed

~ # mdadm --add /dev/md4 /dev/hdj1
mdadm: add new device failed for /dev/hdj1 as 2: Invalid argument

and for kicks :)
~ # mdadm manage --add /dev/md4 /dev/hdj1
mdadm: error opening manage: No such file or directory
~ # mdadm --add manage /dev/md4 /dev/hdj1
mdadm: error opening manage: No such file or directory

Regards,

Richard Broersma Jr.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mdadm fails to add drive to arry

2006-09-02 Thread Richard Broersma Jr
 I should really learn to read bettersorry.

No problem :-)

 Did you remove the faulty device first?
yup.
Personalities : [raid1] [raid10] [multipath]
md4 : active raid1 hdg1[1]
  293049600 blocks [2/1] [_U]


  IIRC, raid devices start
 numbering at 0, so it looks like this is trying to add a third device
 (#2), instead of replacing #0 or #1.

I am not exact sure on this point.  Are you refering to the meta device?

Regards,

Richard Broersma Jr.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting Photos From A Digital Camera

2006-09-02 Thread sdoma
Hi,

I don't know how ld your camera is . and I REALLY don't have
 clue why thi hick we nd for all and everything an
super truper hyper speciaal toool. ;)

Why not set up your camera to act as a USB disk?
I do it this way and use the very special tools like ``mount'', ``ls''
and ``cp'' ;o)

... well to view and retuche the pics The Gimp, Imagemagick,
XV .

Just my 0,02$
Frank

On Fri, 2006-09-01 at 21:37 -0700, Adrian wrote:
 Greetings.
 
 This would be my first attempt at getting photos from a digital camera
 with my Gentoo system.
 
 I am using a Kodak EasyShare C533.
 
 With USBViewr I can see that the system sees the camera.  That part of
 things seems to be working.
 
 However, I've not really a clue what software to use.
 
 GPhoto2 does not list this camera as a supported model.
 
 I see there is a program called camera but it is masked.
 
 Any other suggestions?  As always, my thanks.
 
 Adrian
 
 
 -- 
 On The Fly Photography -:- Creation From Chaos
 
 On The Fly Photography:  http://204EastSouth.com
 Purchase from On The Fly:  http://204EastSouth.com/OTFStore.htm
 The Cynical Libertarian Society:  http://www.204EastSouth.com/cls

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Decoding / encoding mp3 files

2006-09-02 Thread sdoma
Well,

seeing where this thread tends to ;) ...
It seems my problems are related to XMMS bugs. I can edit the
Interpret/Title/Album info from Amarok. Amarok shows the track lengths
correct and the Fixmp3 tool Martin pointed to says that there are no
errors in the tracks.

Thanks for your help
Frank

On Fri, 2006-09-01 at 17:47 +0200, sdoma wrote:
 Hi,
 
 I got some MP3 files which seem not to be properly coded. The
 Interpret/Title information is missing for some, other show very ugly
 time information in XMMS ( -234567:21, 893767:13 i.e.) but the
 frame/duration in the MP3 info is correct.
 
 Are there any tools (preferred command line) to decode the MP3 (get a
 raw audio file, wav or something similar) and in turn to code the MP3
 with the proper information?
 
 Will I depend on some use flags (encode?).
 
 Thanks for any hint
 Frank
 
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Audio CD support

2006-09-02 Thread Robert Cernansky
On Fri, 01 Sep 2006 20:27:55 +0200 sdoma [EMAIL PROTECTED] wrote:

 Now I get a playlist but I have no sound. XMMS plays the tracks but
 there isn't anything to hear.
 I've unmuted even AUX (means everything) in alsamixer ... XMMS plays
 in stealth mode.

This is ok, so enemy can't hear you. :-)

Nevertheless, if you want to hear your CD playing try to to set
Digital audio extraction in CD Audio Player plugin's
options.

Probably you do not have connected CD-ROM and sound card with audio
cable.

Robert


-- 
Robert Cernansky
E-mail: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Changes in USE flags - perhaps related to 2006.1?

2006-09-02 Thread Mick
On Saturday 02 September 2006 06:23, Bo Ørsted Andresen wrote:
 On Saturday 02 September 2006 07:17, Daniel Iliev wrote:
  Of course its gentoo and therefore there is yet another approach:
  USE=-* kde qt 'all flags that you want'
  This way release changes wouldn't affect your USE flags.

 Or simply don't upgrade your profile until the old profile gets deprecated
 and portage starts spitting warnings about it. auto use isn't around
 anymore so this is only relevant when upgrading your profile...

Thanks guys, I hadn't looked into the 2006.1 directory to see the 
desktop/server permutations.  I am sorry to hear xmms is coming to an end - 
it has served me really well on my old machines.  Is there an accord on a 
current suitable alternative?  I found xmms relatively light on resources 
compared to say, xine derivatives.
-- 
Regards,
Mick


pgp1jybsoV2Zp.pgp
Description: PGP signature


Re: [gentoo-user] [OT] Decoding / encoding mp3 files

2006-09-02 Thread Mick
On Saturday 02 September 2006 04:54, kashani wrote:
 Hemmann, Volker Armin wrote:
  On Saturday 02 September 2006 01:14, Arturo 'Buanzo' Busleiman wrote:
  Hemmann, Volker Armin wrote:
  I hear the fine high pitch sound of TVs and I hear the fine high noise
  of marten repellants. So yes, I have the ears of a dog.
 
  You are not alone boy! I used to get to my girlfriend's house, and
  although the TV was many rooms away I usually said hey, you're watching
  tv. I got beer! :)
 
  I have to admit, it got 'better' in the last couple of years - but as
  child, I could not sleep when my parents watched TV. Not because of the
  program - I did not hear the voices or music, but that sound.
 
  Thanks to the fact, that TV manufacturers like to buy the cheapest parts
  they can get, all TVs make that noise, and I had lots and lots of
  sleepless nights.
 
  Today it is just good enough for 'somebody is watching tv' when I visit
  my family.

   Tends to go away as you get older and start experiencing high frequency
 hearing loss. The loss tends to be more extreme if you're male.
 Concerts, firearms, motor sports, and continuous droning like A/C
 systems without earplugs will hasten your loss as well. Being in my
 thirties and having abused my ears with all the above at points I hardly
 ever hear the TV noise these days.

I started losing the higher frequencies on my right ear when I was playing the 
drums with a rock band in my early twenties.  I had a large crash cymbal on 
the right hand side of my set which would cause me physical pain every time I 
used it.  Stupidly enough I did not wear ear plugs.  But that's nothing 
really compared to when you get married:  mysteriously you become profoundly 
deaf to the frequencies of the female voice . . .  :))
-- 
Regards,
Mick


pgpO1odelWC8l.pgp
Description: PGP signature


Re: [gentoo-user] /etc/make.conf: changing CHOST on same system

2006-09-02 Thread Meino Christian Cramer
From: Richard Fish [EMAIL PROTECTED]
Subject: Re: [gentoo-user] /etc/make.conf: changing CHOST on same system
Date: Fri, 1 Sep 2006 22:38:38 -0700

 On 9/1/06, Meino Christian Cramer [EMAIL PROTECTED] wrote:
   glibc-2.4 is nptl-only!
   NPTL requires a CHOST of i486 or better
 
 You missed fixing this error.
 
 
 -Richard
 
 
   !!! ERROR: sys-libs/glibc-2.4-r3 failed.
   Call stack:
ebuild.sh, line 1555:   Called dyn_setup
ebuild.sh, line 668:   Called pkg_setup
glibc-2.4-r3.ebuild, line 1079:   Called die
 
  !!! please add USE='nptl nptlonly' to make.conf
  !!! If you need support, post the topmost build error, and the call stack 
  if relevant.
 
  --
 
 
  I added nptl nptlonly to my /etc/make.conf but the error (and the
  suggestion to add nptl nptlonly to /etc/make.conf) remain.
 
  BUT:
  For my CHOST there is an entry in /etc/make.conf:
  CHOST=i386-pc-linux-gnu
 
  So I think, that the checker script for glibc looks there and thought,
  my system is running a i386 CPU, but it runs an
  AMD Athlon(tm) 64 X2 Dual Core Processor 3800+.
 
 Yep, you will need to change your CHOST to i686-pc-linux-gnu to get
 the new glibc.
 
  Is there a way (possibly another one then completly installing all
  stuff from the beginning or to recompile all...) to correct my fault ?
 
 Nope.  After changing CHOST, you need to emerge -e world.  And I would
 keep a live CD close by just in case.
 
 Your other option is to mask glibc-2.4, and stick with 2.3.
 
 echo =sys-libs/glibc-2.4  /etc/portage/package.mask
 
 -Richard
 -- 
 gentoo-user@gentoo.org mailing list
 

Hi Richard,

 sigh...I feared that... :-/

 So, is it correct / necessary in my case to do the following for
 upgrading to gcc-4.1:

 Correct the CHOST fault
 emerge -e world
 emerge glibc
 emerge -e world 
 emerge gcc
 emerge -e world

 (and when finished, my computer is outdated...)

 What incompatibilities will I face, when finally gcc-4.1 is running ?
 Is there a list of working and not-working things ???

 Keep hacking!
 mcc

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting Photos From A Digital Camera

2006-09-02 Thread Mick
On Saturday 02 September 2006 08:06, sdoma wrote:

 Why not set up your camera to act as a USB disk?
 I do it this way and use the very special tools like ``mount'', ``ls''
 and ``cp'' ;o)

I second this.  Just set something like:
=
/dev/sda   /mnt/sdaauto,vfat,msdos noauto,user,noatime 0 0
/dev/sda1  /mnt/sda1   auto,vfat,msdos noauto,user,noatime 0 0
=
depending on what your camera's flash memory is recognised as (look in your 
dmesg output when you plug it in) and then use ls, or your file manager to 
look at and manipulate its contents.  If you have hald it should be picked up 
automatically without you having to create the /mnt/sda directory or manually 
mount/umount the device. 

-- 
Regards,
Mick


pgpJZoVblmyP6.pgp
Description: PGP signature


Re: [gentoo-user] Getting Photos From A Digital Camera

2006-09-02 Thread Nick Rout
On Sat, 02 Sep 2006 09:06:50 +0200
sdoma [EMAIL PROTECTED] wrote:

 Hi,
 
 I don't know how ld your camera is . and I REALLY don't have
  clue why thi hick we nd for all and everything an
 super truper hyper speciaal toool. ;)
 
 Why not set up your camera to act as a USB disk?
 I do it this way and use the very special tools like ``mount'', ``ls''
 and ``cp'' ;o)
 
 ... well to view and retuche the pics The Gimp, Imagemagick,
 XV .
 
 Just my 0,02$
 Frank

please note that this is an english language list. If you cannot even make an 
attempt to speak english then go away.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mdadm fails to add drive to arry

2006-09-02 Thread Richard Fish

On 9/1/06, Richard Broersma Jr [EMAIL PROTECTED] wrote:

 Did you remove the faulty device first?
yup.
Personalities : [raid1] [raid10] [multipath]
md4 : active raid1 hdg1[1]
  293049600 blocks [2/1] [_U]


  IIRC, raid devices start
 numbering at 0, so it looks like this is trying to add a third device
 (#2), instead of replacing #0 or #1.

I am not exact sure on this point.  Are you refering to the meta device?


No, I mean the device numbers.  I'm now at home, so I can test a bit
with my AMD64 box.  When I create a raid1 array there, /proc/mdstat
contains:

Personalities : [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
md0 : active raid1 sdb2[1] sda2[0]
 9775488 blocks [2/2] [UU]
 []  resync =  2.7% (271552/9775488)
finish=2.3min speed=67888K/sec

Notice the 2 device nodes[1] and [0].  I think your setup is
trying to add a [2], which probably doesn't work because the array was
created with --raid-devices=2.  This is only a guess though, based on
the  as 2 part of the error message.

Ok, so lets say I create an array with a missing element:

~  mdadm --create --level=1 --raid-devices=2 /dev/md0 missing /dev/sdb2
mdadm: /dev/sdb2 appears to be part of a raid array:
   level=raid1 devices=2 ctime=Sat Sep  2 02:07:13 2006
Continue creating array? yes
mdadm: array /dev/md0 started.
~  cat /proc/mdstat
Personalities : [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
md0 : active raid1 sdb2[1]
 9775488 blocks [2/1] [_U]

unused devices: none

Ok, so now let me try repairing it...

~  mdadm --add /dev/md0 /dev/sda2
mdadm: added /dev/sda2
~  cat /proc/mdstat
Personalities : [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
md0 : active raid1 sda2[2] sdb2[1]
 9775488 blocks [2/1] [_U]
 []  recovery =  3.4% (340928/9775488)
finish=2.3min speed=68185K/sec

unused devices: none

Hmm, works fine :-(

Ok, maybe stupid questions time.

/dev/hdj1 does exist, right?
Is this the same drive that was once part of the array?  Or a new drive?
If new, is the partition at least as large as /dev/hdg1?  (double
check with fdisk output).
If the same drive, does it work if you do mdadm --zero-superblock
/dev/hdj1 first?
What does mdadm --examine /dev/hdj1 report?  How about for /dev/hdg1?

I know that is a lot of questions to ask, but I don't see anything
obviously wrong at this point...so I am grasping at straws.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] /etc/make.conf: changing CHOST on same system

2006-09-02 Thread Bo Ørsted Andresen
On Saturday 02 September 2006 10:58, Meino Christian Cramer wrote:
 So, is it correct / necessary in my case to do the following for
  upgrading to gcc-4.1:

  Correct the CHOST fault
  emerge -e world
  emerge glibc
  emerge -e world
  emerge gcc
  emerge -e world

...?.

I guess you didn't follow this list too carefully the last couple of days... 
Anyway, no you shouldn't emerge -e world more than once!

1. Correct the CHOST in make.conf
2. Make sure the nptl and nptlonly use flags are enabled.
3. *If* you want to upgrade your profile in the near future this may be a good 
time to do so. This step is optional. You may have a look at [1] for more 
info about this.
4. Follow the gcc upgrade guide [2].

Following the gcc upgrade guide will upgrade glibc and pretty much everething 
else that isn't quite up to date during the emerge -e world. Make sure that 
you follow the General Upgrade Instructions carefully though.

[1] http://www.gentoo.org/doc/en/gentoo-upgrading.xml
[2] http://www.gentoo.org/doc/en/gcc-upgrading.xml
-- 
Bo Andresen


pgpf87cjptPQZ.pgp
Description: PGP signature


Re: [gentoo-user] Buying Webcameras

2006-09-02 Thread Iain Buchanan
On Sat, 2006-09-02 at 01:29 +0100, Paulo J. Matos wrote:
 HI all,
 
 I'm searching for a laptop webcam and a desktop webcam which should
 work under Gentoo and preferably work well under Ekiga with very good
 quality.

[snip]
 
 I'd be quite happy to hear all the possible experience you could share
 on this. Cameras, models, quality, applications, etc.

I just got a Logitech Fusion working under gentoo with the linux-uvc
ebuild (had to add a patch[1]), and luvcview.  It gave me a /dev/video0
device, but tvtime couldn't view it properly (stuttered a lot).  I
didn't get the audio working, but I only spent a few minutes on it.  The
face tracking and pan and tilt the box claims are all done in software
(that works on windows) so you won't have those features.  The quality
was a little flickery under the flouro's at work, but better outside.
It also automatically adjusted the aperture (brightness).

These websites[2],[3] lists some other logitech models and their
compatibility.  See if you can get a hold of one and run `lsusb` to find
out it's ID, then you will have a better idea if it works or not.

[1] http://bugs.gentoo.org/show_bug.cgi?id=143201
[2] http://linux-uvc.berlios.de/
[3] http://qce-ga.sourceforge.net/

HTH,
-- 
Iain Buchanan iaindb at netspace dot net dot au

Martin was probably ripping them off.  That's some family, isn't it?
Incest, prostitution, fanaticism, software.
-- Charles Willeford, Miami Blues

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] xmms-status-plugin-1.0 emerge failed

2006-09-02 Thread Mick
I don't know if I'll ever finish rebuilding world with the new gcc.  :-(

Would you perhaps know how I could fix this?

===
cc1: warning: command line option -Wsign-promo is valid for C++/ObjC++ but 
not for C
/bin/sh ../libtool --mode=compile 
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
-I/usr/lib/glib/include-I/usr/include/xmms -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-DLOCALEDIR=\/usr/share/local\-O2 -march=pentium3 -fomit-frame-pointer 
-msse -pipe -Wall -Wno-uninitialized -Wchar-subscripts -Wmissing-declarations 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare 
-Wsign-promo -Werror -c 
about.c
cc1: warnings being treated as errors
xmms-status-plugin.c: In function 'drag_data_received_callback':
xmms-status-plugin.c:443: warning: pointer targets in passing argument 2 
of 'xmms_remote_playlist_add_url_string' differ in signedness
make[2]: *** [xmms-status-plugin.lo] Error 1
make[2]: *** Waiting for unfinished jobs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
-I/usr/lib/glib/include -I/usr/include/xmms -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-DLOCALEDIR=\/usr/share/local\ -O2 -march=pentium3 -fomit-frame-pointer -msse 
-pipe -Wall -Wno-uninitialized -Wchar-subscripts -Wmissing-declarations 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare 
-Wsign-promo -Werror -c 
about.c  -fPIC -DPIC -o about.lo
cc1: warning: command line option -Wsign-promo is valid for C++/ObjC++ but 
not for C
make[2]: Leaving directory 
`/var/tmp/portage/xmms-status-plugin-1.0/work/xmms-status-plugin-1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/xmms-status-plugin-1.0/work/xmms-status-plugin-1.0'
make: *** [all-recursive-am] Error 2

!!! ERROR: media-plugins/xmms-status-plugin-1.0 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  xmms-status-plugin-1.0.ebuild, line 29:   Called die
===
-- 
Regards,
Mick


pgpuzI3RWxA92.pgp
Description: PGP signature


Re: [gentoo-user] Getting Photos From A Digital Camera

2006-09-02 Thread alain . didierjean
Selon Nick Rout [EMAIL PROTECTED]:

 On Sat, 02 Sep 2006 09:06:50 +0200
 sdoma [EMAIL PROTECTED] wrote:

  Hi,
 
  I don't know how ld your camera is . and I REALLY don't have
   clue why thi hick we nd for all and everything an
  super truper hyper speciaal toool. ;)
 
  Why not set up your camera to act as a USB disk?
  I do it this way and use the very special tools like ``mount'', ``ls''
  and ``cp'' ;o)
 
  ... well to view and retuche the pics The Gimp, Imagemagick,
  XV .
 
  Just my 0,02$
  Frank

 please note that this is an english language list. If you cannot even make an
 attempt to speak english then go away.

Please note it used to be a very friendly list also. I'd like it to stay this
way...


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Removing unnecessary package versions in lower slots

2006-09-02 Thread Mariusz Zalewski
Hello.

There are some packages on my systems, which probably are unnecessary. I
would like to clean them, but my problem is connected with slotted packages.

For example, I've checked glsa-check output:

# glsa-check -p affected
Checking GLSA 200607-02
The following updates will be performed for this GLSA:
 media-libs/freetype-2.1.10-r2 (2.1.10-r2)

And I've found that there is security problem with media-libs/freetype.
I've had installed the newest, stable version of this package
(2.1.10-r2) in the past.

# eix media-libs/freetype
* media-libs/freetype
 Available versions:  1.3.1-r4 ~1.3.1-r5 2.1.9-r1 ~2.1.10 ~2.1.10-r1
2.1.10-r2 [M]2.2.1
 Installed:   1.3.1-r4 2.1.10-r2
 Homepage:http://www.freetype.org/
 Description: A high-quality and portable font engine


Freetype is slotted into to versions and 1.3.1-r4 is affected. How can I
check, if there are any packages that depends on
=media-libs/freetype-1.3.1-r4? I would like to remove this version from
system if it's not necessary. 'equery depends' tool does not work with
version of package in syntax. I know, that there is 'emerge --depclean'
but there isn't freetype in output.

-- 
Best regards,
Mariusz
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Booting into kdm but not using kde

2006-09-02 Thread Meino Christian Cramer
Hi,

 I want to boot into kdm, or -- in other words -- the first thing I
 want to do after switching on my PC is to login into the kdm panel.
 Furthermore, kde should NOT be started, but icewm.

 I searched the gentoo wiki and the docs at gentoo.org for hints and
 found bits and pieces what to do...but it still does not work.

 My current (not working) settings are:

 etc/inittab:
 # Default runlevel.
 id:5:initdefault:
 
 # System initialization, mount local filesystems, etc.
 si::sysinit:/sbin/rc sysinit
 
 # Further system initialization, brings up the boot runlevel.
 rc::bootwait:/sbin/rc boot
 
 l0:0:wait:/sbin/rc shutdown
 l1:S1:wait:/sbin/rc single
 l2:2:wait:/sbin/rc nonetwork
 l3:3:wait:/sbin/rc default
 l4:4:wait:/sbin/rc default
 l5:5:wait:/sbin/rc X11
 l6:6:wait:/sbin/rc reboot
 #z6:6:respawn:/sbin/sulogin
 .
 .
 .
 x:a:once:/etc/X11/startDM.sh # last line

 ---

 /etc/rc.conf:
 # What display manager do you use ?  [ xdm | gdm | kdm | entrance ]
 DISPLAYMANAGER=kdm
.
.
.
 XSESSION=icewm


 
rc-update show:
.
.
.
 xdm |  default

--


After the boot process ended I find myself at the console login
and runlevel 5 is running...but no X and therefore no xdm/kdm.

When start kdm as root by hand, X starts, then kdm and after login 
icewm is running...so far so nice. But why does boot ignore me ? ;)

Keep hacking!
 mcc


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Booting into kdm but not using kde

2006-09-02 Thread Mick
On Saturday 02 September 2006 11:57, Meino Christian Cramer wrote:

  /etc/rc.conf:
  # What display manager do you use ?  [ xdm | gdm | kdm | entrance ]
  DISPLAYMANAGER=kdm

Try changing this entry to xdm.
-- 
Regards,
Mick


pgpj3pBTRwgoN.pgp
Description: PGP signature


Re: [gentoo-user] Removing unnecessary package versions in lower slots

2006-09-02 Thread Richard Fish

On 9/2/06, Mariusz Zalewski [EMAIL PROTECTED] wrote:

system if it's not necessary. 'equery depends' tool does not work with
version of package in syntax. I know, that there is 'emerge --depclean'
but there isn't freetype in output.


Does media-libs/freetype appear in /var/lib/portage/world?  If so,
remove it (manually edit the file), as that would prevent depclean
from considering it.  Then re-run emerge --pretend --depclean.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Booting into kdm but not using kde

2006-09-02 Thread Meino Christian Cramer
From: Richard Fish [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Booting into kdm but not using kde
Date: Sat, 2 Sep 2006 04:15:26 -0700

 On 9/2/06, Meino Christian Cramer [EMAIL PROTECTED] wrote:
   x:a:once:/etc/X11/startDM.sh # last line
 
 FYI, this script only does something if
 /var/lib/init.d/options/xdm/service exists.  So I suspect you simply
 forgot to also:
 
 rc-update -a xdm default
 
 Yes, you want kdm, but xdm is a generic script that tells init to
 actually start your chosen DM for you.
 
 -Richard
 -- 
 gentoo-user@gentoo.org mailing list
 

Hi Richard !

solfire:/rootrc-update -a xdm default
 * xdm already installed in runlevel 'default'; skipping
solfire:/root


--

solfire:/root/var/lib/init.d/options/xdm/service
zsh: no such file or directory: /var/lib/init.d/options/xdm/service
solfire:/root

--

I looked at /var/lib/init.d/options
but it is empty.

So I think, somewhere a script was badly ended or incompletely
executed or whatever...

Any idea how to retrun to GENCON 1 ? :)

Keep hacking!
mcc
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] irc bouncer(s) problem(s)

2006-09-02 Thread José Pedro Saraiva
Greetings all!I've had a working version of psybnc running for mounths with no problems. But recently I needed to recompile it and I am unable to get it working, maybe due to glibc version update, as I've read on some foruns. Even though it was a masked package (~x86) I builded it anyway, but it crashes. The funny thing is that it only crashes when trying to connect to any IRC server.
So I decided to look for more options, builded miau and muh.Although miau is a fork of muh, I can get muh to work with no problems but miau gives the following weird startup error:Sep 02 10:17:47 + Configuration read.
Sep 02 10:17:47 - Unable to create socket! (Address family not supported by protocol)muh on the other hand runs smooth:[Sat 02 Sep 10:59:17] + parsing configuration file...[Sat 02 Sep 10:59:17] + listening on port 31330.
[Sat 02 Sep 10:59:17] + muh's nick is 'nocive'.[Sat 02 Sep 10:59:17] + alrite, muh's forked. (pid 13213)This is puzzling me 'cause the config files for both programs are quite smiliar and the core is, presumably, the same.
Now, what bothers me is that miau has some features that I really need (such as on connect commands) that muh doesn't.So any help on getting miau or psybnc running would be appreciated.Many thanks,
José Pedro Saraiva 


Re: [gentoo-user] Booting into kdm but not using kde

2006-09-02 Thread Benno Schulenberg
Meino Christian Cramer wrote:
  My current (not working) settings are:

  etc/inittab:
  # Default runlevel.
  id:5:initdefault:

 [...]
  l5:5:wait:/sbin/rc X11

Why did you change default to X11 here?  /sbin/rc doesn't know 
about runlevel X11.  Better put back default and do as Richard 
says.

Benno

-- 
Cetere mi opinias ke ne ĉio tradukenda estas.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] irc bouncer(s) problem(s)

2006-09-02 Thread Stuart Howard

Hi

This may be unrelated here but when I used to run miau it would only
work when I compiled it with the USE flag -ipv6

hope it helps

stu

On 02/09/06, José Pedro Saraiva [EMAIL PROTECTED] wrote:

Greetings all!


I've had a working version of psybnc running for mounths with no problems.
But recently I needed to recompile it and I am unable to get it working,
maybe due to glibc version update, as I've read on some foruns. Even though
it was a masked package (~x86) I builded it anyway, but it crashes. The
funny thing is that it only crashes when trying to connect to any IRC
server.

So I decided to look for more options, builded miau and muh.
Although miau is a fork of muh, I can get muh to work with no problems but
miau gives the following weird startup error:

Sep 02 10:17:47 + Configuration read.
Sep 02 10:17:47 - Unable to create socket! (Address family not supported by
protocol)

muh on the other hand runs smooth:

[Sat 02 Sep 10:59:17] + parsing configuration file...
[Sat 02 Sep 10:59:17] + listening on port 31330.
[Sat 02 Sep 10:59:17] + muh's nick is 'nocive'.
[Sat 02 Sep 10:59:17] + alrite, muh's forked. (pid 13213)

This is puzzling me 'cause the config files for both programs are quite
smiliar and the core is, presumably, the same.

Now, what bothers me is that miau has some features that I really need (such
as on connect commands) that muh doesn't.
So any help on getting miau or psybnc running would be appreciated.


Many thanks,

José Pedro Saraiva




--
There are 10 types of people in this world: those who understand
binary, those who don't

--Unknown

--
gentoo-user@gentoo.org mailing list



[gentoo-user] cyrus-imap-admin compiling error

2006-09-02 Thread Arnau Bria
Hi,

after a gcc upgrate (4.1.1) and emerge -e system  world, I find taht
cyrus-imap-admin-2.2.10 was not able to comple:

[...]
config.status: creating perl/sieve/lib/Makefile
config.status: creating Makefile
config.status: creating config.h
make: Entering directory 
`/var/tmp/portage/cyrus-imap-admin-2.2.10/work/cyrus-imapd-2.2.10/lib'
i686-pc-linux-gnu-gcc -fPIC -c -I..   -I../et  -DHAVE_CONFIG_H  -march=athlon 
-O2 -pipe -fomit-frame-pointer  \
libconfig.c
In file included from libconfig.h:47,
 from libconfig.c:57:
imapopts.h:181: error: el tipo matriz tiene tipo de elemento incompleto
make: *** [libconfig.o] Error 1
make: Leaving directory 
`/var/tmp/portage/cyrus-imap-admin-2.2.10/work/cyrus-imapd-2.2.10/lib'

!!! ERROR: net-mail/cyrus-imap-admin-2.2.10 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  cyrus-imap-admin-2.2.10.ebuild, line 71:   Called die


I've been looking fot this in gentoo forums and in google but I found 
nothuing...

Any idea of what's hepping?

Thanks in advance

Arnau
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Trying to active the irda into my laptop

2006-09-02 Thread Mick
On Friday 01 September 2006 09:54, d2clon wrote:

 :/ .. Its possible any damage on my irda chip?, The findchip doesn't

 find any thing¡

 I can not be sure if the irda chip is allright I never see it on.

Sometimes you have to use setserial to assign your irda to a particular serial 
port.  For example on my Compaq Evo N600c I have to run:
===
setserial /dev/ttyS2 uart none
/sbin/modprobe smsc_ircc2
irattach irda0 -s
===

The syslog shows:
===
Sep  2 14:01:19 lappy found SMC SuperIO Chip (devid=0x0e rev=01 base=0x002e): 
LPC47N252
Sep  2 14:01:19 lappy SMsC IrDA Controller found
Sep  2 14:01:19 lappy IrCC version 2.0, firport 0x100, sirport 0x3e8 dma=1, 
irq=3
Sep  2 14:01:19 lappy No transceiver found. Defaulting to Fast pin select
Sep  2 14:01:19 lappy IrDA: Registered device irda0
===

However, findchip still does not find it.

Does your dmesg show anything? e.g. mine shows:
===
found SMC SuperIO Chip (devid=0x0e rev=01 base=0x002e): LPC47N252
===

Other laptops are more straight forward, but mine seems to be of the more 
difficult variety . . .
-- 
Regards,
Mick


pgpDj7C07CBlJ.pgp
Description: PGP signature


Re: [gentoo-user] Bonehead mistake

2006-09-02 Thread Andrew Frink
On 9/2/06, Philip Webb [EMAIL PROTECTED] wrote:
 On Fri, 1 Sep 2006 23:27:44 -0400 Colleen Beamer [EMAIL PROTECTED] wrote the words: I was told that there was a new version of gcc
 and that it would be installed into a new slot. I know that gcc is a compiler  without a compiler things just don't want to compile. However, I removed it anyway and even ignored the error message
 that it was part of my profile and could damage my system. Is there a way to fix things without having to reinstall my whole system?http://dev.gentoo.org/~avenj/bins/
--,,SUPPORT ___//___,Philip Webb : [EMAIL PROTECTED]ELECTRIC /] [] [] [] [] []|Centre for Urban  Community Studies
TRANSIT`-O--O---'University of Toronto--gentoo-user@gentoo.org mailing listalso if to have the space look into the buildpackage feature, it makes a binary package of everything you emerge. very nice for when you do stuff like that ^^^
Andrew


Re: [gentoo-user] Getting Photos From A Digital Camera

2006-09-02 Thread Adrian
On Sat, 2 Sep 2006 10:05:43 +0100
Mick [EMAIL PROTECTED] wrote the words:

 On Saturday 02 September 2006 08:06, sdoma wrote:
 
  Why not set up your camera to act as a USB disk?
  I do it this way and use the very special tools like ``mount'',
  ``ls'' and ``cp'' ;o)
 
 I second this.  Just set something like:
 =
 /dev/sda   /mnt/sdaauto,vfat,msdos noauto,user,noatime 0 0
 /dev/sda1  /mnt/sda1   auto,vfat,msdos noauto,user,noatime 0 0
 =
 depending on what your camera's flash memory is recognised as (look
 in your dmesg output when you plug it in) and then use ls, or your
 file manager to look at and manipulate its contents.  If you have
 hald it should be picked up automatically without you having to
 create the /mnt/sda directory or manually mount/umount the device. 
 
 -- 
 Regards,
 Mick

Actually, this was the first thing I tried.  I can not convince the
camera to mount however.

All I get from dmesg is:

usb 4-2: USB disconnect, address 5
usb 4-2: new full speed USB device using uhci_hcd and address 6


I tried your suggestions in my fstab and all I get is:

mount: special device /dev/sda does not exist
 or 
mount: special device /dev/sda1 does not exist

depending on which /dev/sda* I use in fstab.

I thought this would work, in theory.  Practise has proven me wrong.
Adrian

-- 
On The Fly Photography -:- Creation From Chaos

On The Fly Photography:  http://204EastSouth.com
Purchase from On The Fly:  http://204EastSouth.com/OTFStore.htm
The Cynical Libertarian Society:  http://www.204EastSouth.com/cls
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Changes in USE flags - perhaps related to 2006.1?

2006-09-02 Thread Daniel Pielmeier

Thanks guys, I hadn't looked into the 2006.1 directory to see the
desktop/server permutations.  I am sorry to hear xmms is coming to an end -
it has served me really well on my old machines.  Is there an accord on a
current suitable alternative?  I found xmms relatively light on resources
compared to say, xine derivatives.


You can try audacious it is based on bmp and xmms. There is also bmpx
and xmms2. Only audacious and bmpx are in portage. I think they are
all similar to xmms! For me I have choosen audacious!
--
gentoo-user@gentoo.org mailing list



[gentoo-user] fail to compile: digikamimageplugins

2006-09-02 Thread Adrian

Greetings;

In an effort to work with a digital camera I emerged digikam and
digikamimageplugins.  No problem with digikam, but when emerge got to
the plugin I got this error:

-

Good - your configure finished. Start make now

*** Creating acinclude.m4
grep: Makefile.am.in.wo: No such file or directory
make[1]: Entering directory
`/var/tmp/portage/digikamimageplugins-0.7.4-r1/work/digikamimageplugins-0.7.4'
make[1]: Makefile.am.in.wo: No such file or directory make[1]: *** No
rule to make target `Makefile.am.in.wo'.  Stop. make[1]: Leaving
directory
`/var/tmp/portage/digikamimageplugins-0.7.4-r1/work/digikamimageplugins-0.7.4'
make: *** [acinclude.m4] Error 1 make: *** Waiting for unfinished
jobs

!!! ERROR: media-plugins/digikamimageplugins-0.7.4-r1 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  digikamimageplugins-0.7.4-r1.ebuild, line 29:   Called kde_src_compile
  kde.eclass, line 164:   Called kde_src_compile 'all'
  kde.eclass, line 323:   Called kde_src_compile 'myconf' 'configure'
'make' kde.eclass, line 319:   Called die

!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, and the call
stack if relevant.



Ouch.  Any ideas?

Thanks to all
Adrian



-- 
On The Fly Photography -:- Creation From Chaos

On The Fly Photography:  http://204EastSouth.com
Purchase from On The Fly:  http://204EastSouth.com/OTFStore.htm
The Cynical Libertarian Society:  http://www.204EastSouth.com/cls
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Gentoo 2006.1 profile and use flag changes

2006-09-02 Thread Daniel Pielmeier

Everytime when gentoo introduces a new profile as now 2006.1 there are
some use flag changes. After i switch to the new profile and do an
emerge -uND world there are several packages affected by this changes.
So i normally go through the output and look if there are changes i
did not want and add them to /etc/portage/package.use.
Does anybody know if there is a documentation about this changes and
why they are applied. Until now i found nothing about it. I looked
into the gentoo upgrade guide but found nothing about it. Also the
most recent profile there is 2006.0.

Thanks,

Daniel
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: OT: Nice IDE for development

2006-09-02 Thread Remy Blank
Allan Spagnol Comar wrote:
 I am changing development from window to linux now, it took a long
 time but I finally convince my boss to change, what I was holpping to
 know is if there is any nice development IDE for linux like MS visual
 studio. I had heard about anjuta, there is something else ?

I like Eclipse (use it for Java and Python, I read C/C++ is quite well
supported, too), but it's pretty heavy.

I guess it depends on your requirements (languages, features, ...).

-- Remy


Remove underscore and suffix in reply address for a timely response.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo 2006.1 profile and use flag changes

2006-09-02 Thread Bo Ørsted Andresen
On Saturday 02 September 2006 16:04, Daniel Pielmeier wrote:
 Everytime when gentoo introduces a new profile as now 2006.1 there are
 some use flag changes. After i switch to the new profile and do an
 emerge -uND world there are several packages affected by this changes.
 So i normally go through the output and look if there are changes i
 did not want and add them to /etc/portage/package.use.
 Does anybody know if there is a documentation about this changes and
 why they are applied. Until now i found nothing about it. I looked
 into the gentoo upgrade guide but found nothing about it. Also the
 most recent profile there is 2006.0.

Did you see the previous thread about this today. I don't think there is such 
a document. You could look in the cvs logs though and see if that reveals 
something. Otherwise feel free to ask here as we might be able to explain 
then.

-- 
Bo Andresen


pgpQbSntMwHb3.pgp
Description: PGP signature


[gentoo-user] xorgcfg doesn't work: Couldn't get keyboard

2006-09-02 Thread Alexander Skwar
Hello.

When I run xorgcfg from within a running X session, I get the following
error message:

[EMAIL PROTECTED] /etc/X11 $ sudo xorgcfg
Couldn't get keyboard
Warning: Cannot convert string -*-helvetica-bold-o-*-*-10-*-*-*-*-*-*-1 to 
type FontStruct
X Error of failed request:  BadName (named color or font does not exist)
  Major opcode of failed request:  45 (X_OpenFont)
  Serial number of failed request:  817
  Current serial number in output stream:  821

And after that, xorgcfg quits.

I tried copying /etc/X11/xorg.cfg.example to /etc/X11/xorg.cfg
and ran xorgcfg after that. Still the same error message.

Am I doing something wrong?

[EMAIL PROTECTED] /etc/X11 $ epm -qf `which xorgcfg`
xorg-server-1.1.1

Thanks,

Alexander Skwar
-- 
italic, adj:
Slanted to the right to emphasize key phrases.  Unique to
Western alphabets; in Eastern languages, the same phrases
are often slanted to the left.


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Changes in USE flags - perhaps related to 2006.1?

2006-09-02 Thread Philip Webb
060902 Daniel Iliev wrote:
 USE=-* kde qt 'all flags that you want'
 This way release changes wouldn't affect your USE flags.

That's what I've been doing for a while  it seems to work.
From my  /etc/make.conf :

  # PP 060507 : reorg'd using 2006.0  -*
  # PP 060603 : drop 'pam'
  # PP 060701 : add 'nptl nptlonly' for glibc-2.4
  # PP 060702 : chg 'qt' - 'qt3' ('qt' ~ longer valid)
  # PP 060705 : drop 'mozilla'
  USE=-* apm bitmap-fonts bonobo bzip2 cdr crypt cups dri foomaticdb
 gdbm gif gnutls gpm gtk gtk2 imagemagick imlib java javascript jpeg kde
 libwww lm_sensors mime motif mpeg ncurses nptl nptlonly
 nsplugin nvidia opengl pcre pdf perl plotutils png pop python
 qt3 readline scanner session slang ssl
 tiff truetype truetype-fonts type1-fonts unicode usb X xml xv zlib

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Decoding / encoding mp3 files

2006-09-02 Thread Hemmann, Volker Armin
On Saturday 02 September 2006 03:53, darren kirby wrote:
 quoth the Hemmann, Volker Armin:
  On Friday 01 September 2006 21:23, darren kirby wrote:
   Hardly bearable? Maybe if you have the ears of a dog. If you start
   with a decent bitrate in the first place (128+) I don't see a
   difference with naked ears at all.
 
  I hear the fine high pitch sound of TVs and I hear the fine high noise of
  marten repellants. So yes, I have the ears of a dog.

 Wow, that's really something. Maybe it was all the heavy-metal concerts I
 went to when I was young that broke my ears ;)

 I don't know whether to feel happy or sad for you. Do you find it is
 generally good to have super-hearing or generally bad? I am not trying to
 be an ass, I am genuinely curious...


when my neighbour installed his new repellant, I was very annoyed... and not 
be able to sleep, because someone watches TV is not great either.

So a lot of times it was not great to be able to hear high frequencies. 
Sometimes it is great (think organ concert in church with great accustics 
etc, think sister watches tv when she shouldn't). but sometimes it is close 
to painfull.

Luckily (?) it goes away when you get older...  and I don't hear them as loud 
as 5 or 10 years ago. Nowadays it is ok. I still hear them, but they are not 
annoying anymore.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: OT: Nice IDE for development

2006-09-02 Thread Allan Spagnol Comar

I am looking for c/c++ IDE 

On 9/2/06, Remy Blank [EMAIL PROTECTED] wrote:

Allan Spagnol Comar wrote:
 I am changing development from window to linux now, it took a long
 time but I finally convince my boss to change, what I was holpping to
 know is if there is any nice development IDE for linux like MS visual
 studio. I had heard about anjuta, there is something else ?

I like Eclipse (use it for Java and Python, I read C/C++ is quite well
supported, too), but it's pretty heavy.

I guess it depends on your requirements (languages, features, ...).

-- Remy


Remove underscore and suffix in reply address for a timely response.

--
gentoo-user@gentoo.org mailing list





--
An application asked:
Requires Windows 9x, NT4 or better,
so I´ve installed Linux

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: OT: Nice IDE for development

2006-09-02 Thread Enrico Weigelt
* Remy Blank [EMAIL PROTECTED] wrote:
 Allan Spagnol Comar wrote:
  I am changing development from window to linux now, it took a long
  time but I finally convince my boss to change, what I was holpping to
  know is if there is any nice development IDE for linux like MS visual
  studio. I had heard about anjuta, there is something else ?
 
 I like Eclipse (use it for Java and Python, I read C/C++ is quite well
 supported, too), but it's pretty heavy.

Ah, if you're looking for an something better than autotools:

* http://unitool.metux.de/
* http://treebuild.metux.de/

Not finished yet, still under heavy development ;-)


cu
-- 
-
 Enrico Weigelt==   metux IT service - http://www.metux.de/
-
 Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
-
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] thunderbird + ebay rss hangs

2006-09-02 Thread Enrico Weigelt

Hi folks,


I've just installed thunderbird to take a look at ebay's rss feeds.
When adding an feed it always hangs while validating the feed.
I found some forum postings saying that this issue had been fixed
w/ 1.5.0.1, but I've installed 1.5.0.5. 

Can anyone help ?


thx
-- 
-
 Enrico Weigelt==   metux IT service - http://www.metux.de/
-
 Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Streaming Audio: source - server - clients.. What to use for source to send to server?

2006-09-02 Thread fire-eyes
Jim Ramsay wrote:
 fire-eyes wrote:
 I'm out of ideas now, and pretty frustrated. I am looking for ideas.
 This would preferably be a console application so I don't have to
 depend on a GUI. Again, it needs to support both mp3 and ogg at the
 same time, yet have the ability to take the oggs, re-encode to mp3 on
 the fly and stream them as mp3 to the icecast server.
 
 I'm pretty sure media-sound/mpd can do this.
 

Well, mpd was it! Thanks a lot. It has tons of features none of those
other applications had. Such as a number of various clients to fully
controll mpd. It's great. At this time it only streams out ogg, due to
mp3 licensing issues, but I understand that. At least I can stream my
entire collection now, and have a great ammount of control over it.

Cheers.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting Photos From A Digital Camera

2006-09-02 Thread Collins Richey

On 9/2/06, Nick Rout [EMAIL PROTECTED] wrote:



please note that this is an english language list. If you cannot even make an 
attempt to speak english then go away.



That's the dumbest, sickest, most worthless comment I've seen on a
list in a long time. You should truly be ashamed.

--
Collins Richey
If you fill your heart with regrets of yesterday and the worries
of tomorrow, you have no today to be thankful for.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting Photos From A Digital Camera

2006-09-02 Thread Bo Ørsted Andresen
On Saturday 02 September 2006 17:38, Collins Richey wrote:
  please note that this is an english language list. If you cannot even
  make an attempt to speak english then go away.

 That's the dumbest, sickest, most worthless comment I've seen on a
 list in a long time. You should truly be ashamed.

Huh?! So your comment is better?!

-- 
Bo Andresen


pgpuuiOqcTGnY.pgp
Description: PGP signature


Re: [gentoo-user] Getting Photos From A Digital Camera

2006-09-02 Thread Mick
On Saturday 02 September 2006 15:44, Hemmann, Volker Armin wrote:
 On Saturday 02 September 2006 16:20, Adrian wrote:

  mount: special device /dev/sda does not exist
   or
  mount: special device /dev/sda1 does not exist
 
  depending on which /dev/sda* I use in fstab.

 and you have usb-storage and scsi-disk support at least as modules and
 modprobed them?

HV is right, this looks like a kernel configuration issue.  When I connect my 
camera, dmesg comes up with:
=
usb 2-1: new full speed USB device using uhci_hcd and address 2
usb 2-1: configuration #1 chosen from 1 choice
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
  Vendor: FUJIFILM  Model: USB-DRIVEUNIT Rev: 1.00
  Type:   Direct-Access  ANSI SCSI revision: 00
SCSI device sda: 1023120 512-byte hdwr sectors (524 MB)
sda: Write Protect is off
sda: Mode Sense: 07 00 00 00
sda: assuming drive cache: write through
SCSI device sda: 1023120 512-byte hdwr sectors (524 MB)
sda: Write Protect is off
sda: Mode Sense: 07 00 00 00
sda: assuming drive cache: write through
 sda: sda1
sd 0:0:0:0: Attached scsi removable disk sda
sd 0:0:0:0: Attached scsi generic sg0 type 0
usb-storage: device scan complete
=

HTH
-- 
Regards,
Mick


pgpPZApUNh0ra.pgp
Description: PGP signature


Re: [gentoo-user] Changes in USE flags - perhaps related to 2006.1?

2006-09-02 Thread Mick
On Saturday 02 September 2006 14:49, Daniel Pielmeier wrote:
  Thanks guys, I hadn't looked into the 2006.1 directory to see the
  desktop/server permutations.  I am sorry to hear xmms is coming to an end
  - it has served me really well on my old machines.  Is there an accord on
  a current suitable alternative?  I found xmms relatively light on
  resources compared to say, xine derivatives.

 You can try audacious it is based on bmp and xmms. There is also bmpx
 and xmms2. Only audacious and bmpx are in portage. I think they are
 all similar to xmms! For me I have choosen audacious!

Thanks, from the links provided it seems that soon(?) xmms will be abandoned, 
with xmms2 not yet ready for mass consumption.
-- 
Regards,
Mick


pgpM40Y97hvBq.pgp
Description: PGP signature


Re: [gentoo-user] Using Boinc under Gentoo

2006-09-02 Thread Neil Isaac

On 9/2/06, Shawn Haggett [EMAIL PROTECTED] wrote:

Frank Jahn wrote:
 Hi all!

 I have a strange behavior in my BOINC client.

 All projects tell me that the platform 'i386-pc-linux-gnu' was not found.

 I might add, that I am quite new to Gentoo (not Linux in general) and
 just installed 2006.0

 Thanks in advance ;)

What is your CHOST setting in /etc/make.conf? I would guess you would
have a line such as: CHOST=i386-pc-linux-gnu in there. So boinc was
built thinking your platform is only a 386. Unless this is really old
hardware, you should probably update it to i686-pc-linux-gnu. There's
a big warning in my make.conf file though about not changing the setting
unless you are doing a Stage 1 install. So you might need a complete
rebuild of your system if you change it. Someone more knowledgeable on
these things should be able to tell you what you need to do to change
your CHOST setting.


I just had to change my CHOST yesterday and it worked out OK. To be
sure your system will boot, you will want to do an emerge -e system
and fully recompile your kernel (and reboot); you may also wish to
emerge -e world if you have time. You may also want to take this
opportunity to update gcc as well. Good luck.

--
Neil Isaac
[EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting Photos From A Digital Camera

2006-09-02 Thread Ted Ozolins
Bo Ørsted Andresen wrote:

On Saturday 02 September 2006 17:38, Collins Richey wrote:
  

please note that this is an english language list. If you cannot even
make an attempt to speak english then go away.
  

That's the dumbest, sickest, most worthless comment I've seen on a
list in a long time. You should truly be ashamed.



Huh?! So your comment is better?!

  

Much better and to the point. Collins you beet me to itG

-- 
Ted Ozolins(VE7TVO)
Westbank, B. C

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo 2006.1 profile and use flag changes

2006-09-02 Thread Dale
Bo Ørsted Andresen wrote:
 On Saturday 02 September 2006 16:04, Daniel Pielmeier wrote:
   
 Everytime when gentoo introduces a new profile as now 2006.1 there are
 some use flag changes. After i switch to the new profile and do an
 emerge -uND world there are several packages affected by this changes.
 So i normally go through the output and look if there are changes i
 did not want and add them to /etc/portage/package.use.
 Does anybody know if there is a documentation about this changes and
 why they are applied. Until now i found nothing about it. I looked
 into the gentoo upgrade guide but found nothing about it. Also the
 most recent profile there is 2006.0.
 

 Did you see the previous thread about this today. I don't think there is such 
 a document. You could look in the cvs logs though and see if that reveals 
 something. Otherwise feel free to ask here as we might be able to explain 
 then.

   

I have to agree with this.  We need a mailing list or some kind of
announcement that USE flags are changing and what they are changing
too.  qt has split into qt3 and qt4 from what I have read.  I recently
found out that tkinter has become tk but only after my emerge -e world
failed at pysol because python was emerged without the support.  Thank
goodness for --resume.  

Where does a person go to make this suggestion?  It could be as simple
as a mailing list that we can subscribe to like this one and/or a thread
on the forums that people can subscribe to.  They are making things
better but we need to be informed of what they are changing, especially
something as critical as the USE flags.

Dale

:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fail to compile: digikamimageplugins

2006-09-02 Thread Dale
Adrian wrote:
 Greetings;

 In an effort to work with a digital camera I emerged digikam and
 digikamimageplugins.  No problem with digikam, but when emerge got to
 the plugin I got this error:

 -

 Good - your configure finished. Start make now

 *** Creating acinclude.m4
 grep: Makefile.am.in.wo: No such file or directory
 make[1]: Entering directory
 `/var/tmp/portage/digikamimageplugins-0.7.4-r1/work/digikamimageplugins-0.7.4'
 make[1]: Makefile.am.in.wo: No such file or directory make[1]: *** No
 rule to make target `Makefile.am.in.wo'.  Stop. make[1]: Leaving
 directory
 `/var/tmp/portage/digikamimageplugins-0.7.4-r1/work/digikamimageplugins-0.7.4'
 make: *** [acinclude.m4] Error 1 make: *** Waiting for unfinished
 jobs

 !!! ERROR: media-plugins/digikamimageplugins-0.7.4-r1 failed.
 Call stack:
   ebuild.sh, line 1539:   Called dyn_compile
   ebuild.sh, line 939:   Called src_compile
   digikamimageplugins-0.7.4-r1.ebuild, line 29:   Called kde_src_compile
   kde.eclass, line 164:   Called kde_src_compile 'all'
   kde.eclass, line 323:   Called kde_src_compile 'myconf' 'configure'
 'make' kde.eclass, line 319:   Called die

 !!! died running emake, kde_src_compile:make
 !!! If you need support, post the topmost build error, and the call
 stack if relevant.

 

 Ouch.  Any ideas?

 Thanks to all
 Adrian



   

This is what package the command belongs too.

 [EMAIL PROTECTED] / # equery belongs acinclude.m4
 [ Searching for file(s) acinclude.m4 in *... ]
 sys-devel/libtool-1.5.22 (/usr/share/libtool/libltdl/acinclude.m4)
 [EMAIL PROTECTED] / #

You may need to re-emerge libtool or make sure you have the right
version one.  Your version may vary from mine.  I run stable mostly but
I do have some ~x86 on here.

Hope that helps.

Dale

:-)  :-)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mdadm fails to add drive to arry

2006-09-02 Thread Richard Broersma Jr
 Ok, maybe stupid questions time.
 
 /dev/hdj1 does exist, right?

yes

 Is this the same drive that was once part of the array? 

It is existing.  But possible it may have legitamatly failed. Here is a log 
generated today when I
tried to add it back into the array.
Sep  2 09:11:02 [kernel] end_request: I/O error, dev hdj, sector 586099263
Sep  2 09:11:02 [kernel] Buffer I/O error on device hdj1, logical block 
146524800
...
Sep  2 09:11:02 [kernel] lost page write due to I/O error on hdj1
Sep  2 09:11:02 [kernel] end_request: I/O error, dev hdj, sector 586099263
Sep  2 09:11:02 [kernel] md: disabled device hdj1, could not read superblock.
Sep  2 09:11:02 [kernel] md: hdj1 has invalid sb, not importing!
Sep  2 09:11:02 [kernel] md: md_import_device returned -22


 If the same drive, does it work if you do mdadm --zero-superblock
 /dev/hdj1 first?

~ # mdadm --zero-superblock /dev/hdj1
mdadm: Unrecognised md component device - /dev/hdj1



 What does mdadm --examine /dev/hdj1 report?  How about for /dev/hdg1?


~ # mdadm --zero-superblock /dev/hdj1
mdadm: Unrecognised md component device - /dev/hdj1

~ # mdadm --examine /dev/hdj1
mdadm: No md superblock detected on /dev/hdj1.
db_server01 ~ # mdadm --examine /dev/hdg1
/dev/hdg1:
  Magic : a92b4efc
Version : 00.90.03
   UUID : d77079f9:c084dedf:ba141e09:96726a79
  Creation Time : Tue May 30 19:48:40 2006
 Raid Level : raid1
Device Size : 293049600 (279.47 GiB 300.08 GB)
 Array Size : 293049600 (279.47 GiB 300.08 GB)
   Raid Devices : 2
  Total Devices : 1
Preferred Minor : 4

Update Time : Fri Sep  1 20:52:33 2006
  State : clean
 Active Devices : 1
Working Devices : 1
 Failed Devices : 0
  Spare Devices : 0
   Checksum : 2cbf93d9 - correct
 Events : 0.1402072


  Number   Major   Minor   RaidDevice State
this 1  3411  active sync   /dev/hdg1

   0 0   000  removed
   1 1  3411  active sync   /dev/hdg1

Does all of this suggest a complete and total drive failure? :-)  I orginally 
built this md4 array
as a Raid 5 from three of the cheepest drives that I could find (Maxtors).  
Then a couple of
months later, one drive died.  So I converted the remaining to into a raid 1.  
Now this one seems
to have died.  I guess I am learning my leason about buying cheep hardware.  
Fortunately I have a
back-up of everything on this array.
 
 
Regards,

Richard Broersma Jr.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Invalid atom in package.keywords

2006-09-02 Thread Meino Christian Cramer

 Hi,

  My /etc/portage/package.keywords looks like this:

  media-fonts/font-adobe-utopia-100dpi ~x86
  media-fonts/font-adobe-utopia-75dpi ~x86
  media-fonts/font-bh-100dpi ~x86
  media-fonts/font-bh-75dpi ~x86
  media-fonts/font-bitstream-100dpi ~x86
  media-fonts/font-bitstream-75dpi ~x86
  media-fonts/font-ibm-type1 ~x86
  media-video/projectx ~x86
  media-video/replex ~x86
  media-gfx/tgif ~x86
  media-video/lve ~x86
  app-cdr/cdrecord-prodvd ~x86
  x11-misc/transset ~x86
  x11-misc/entrance-0.9.0.007 ~x86
  x11-libs/evas-0.9.9.030 ~x86
  x11-libs/ecore-0.9.9.030 ~x86
  media-libs/edje-0.5.0.030 ~x86
  x11-libs/esmart-0.9.0.007 ~x86
 
 emergeing entrance produces:

solfire:/rootemerge -pv evas
--- Invalid atom in /etc/portage/package.keywords: media-libs/edje-0.5.0.030
--- Invalid atom in /etc/portage/package.keywords: x11-libs/esmart-0.9.0.007
--- Invalid atom in /etc/portage/package.keywords: x11-libs/evas-0.9.9.030
--- Invalid atom in /etc/portage/package.keywords: x11-misc/entrance-0.9.0.007
--- Invalid atom in /etc/portage/package.keywords: x11-libs/ecore-0.9.9.030

Furthermore

emerge evas produces (beside other output):


- x11-libs/evas-0.9.9.030 (masked by: ~x86 keyword)
- x11-libs/evas- (masked by: missing keyword)   ---


I am a little confused...

Kind regards,
mcc






-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Invalid atom in package.keywords

2006-09-02 Thread Bo Ørsted Andresen
On Saturday 02 September 2006 19:25, Meino Christian Cramer wrote:
   x11-misc/entrance-0.9.0.007 ~x86
   x11-libs/evas-0.9.9.030 ~x86
   x11-libs/ecore-0.9.9.030 ~x86
   media-libs/edje-0.5.0.030 ~x86
   x11-libs/esmart-0.9.0.007 ~x86

Add a '~' charater in front of those (because you are specifying a version):

~x11-misc/entrance-0.9.0.007 ~x86
~x11-libs/evas-0.9.9.030 ~x86
~x11-libs/ecore-0.9.9.030 ~x86
~media-libs/edje-0.5.0.030 ~x86
~x11-libs/esmart-0.9.0.007 ~x86

Proper documentation is found in `man 5 ebuild`.

-- 
Bo Andresen


pgpZKNUqz9AAQ.pgp
Description: PGP signature


Re: [gentoo-user] Invalid atom in package.keywords

2006-09-02 Thread Meino Christian Cramer
From: Bo Ørsted Andresen [EMAIL PROTECTED]
Subject: Re: [gentoo-user] Invalid atom in package.keywords
Date: Sat, 2 Sep 2006 19:34:15 +0200

 On Saturday 02 September 2006 19:25, Meino Christian Cramer wrote:
    x11-misc/entrance-0.9.0.007 ~x86
    x11-libs/evas-0.9.9.030 ~x86
    x11-libs/ecore-0.9.9.030 ~x86
    media-libs/edje-0.5.0.030 ~x86
    x11-libs/esmart-0.9.0.007 ~x86
 
 Add a '~' charater in front of those (because you are specifying a version):
 
 ~x11-misc/entrance-0.9.0.007 ~x86
 ~x11-libs/evas-0.9.9.030 ~x86
 ~x11-libs/ecore-0.9.9.030 ~x86
 ~media-libs/edje-0.5.0.030 ~x86
 ~x11-libs/esmart-0.9.0.007 ~x86
 
 Proper documentation is found in `man 5 ebuild`.
 
 -- 
 Bo Andresen

ok, it seems I had starred to long onto my monitor. I already KNOW
that, but the knowledge hadn't found the right way down to my
fingers...sigh. I am guilty...punishment is in preparation. ;) :O)

Sorry for the question but thank you for the answer!

Blinded by the light,
mcc

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Invalid atom in package.keywords

2006-09-02 Thread Bo Ørsted Andresen
On Saturday 02 September 2006 19:41, Meino Christian Cramer wrote:
 Sorry for the question but thank you for the answer!

Heh, not a problem. But please in the future reply to the list only.. ;)

-- 
Bo Andresen


pgpkmbuIgwAUr.pgp
Description: PGP signature


[gentoo-user] Re: OT: Atom RSS

2006-09-02 Thread Alexander Skwar
· Adrian [EMAIL PROTECTED]:

 What I am trying to find is some step by step, idiot level instructions
 about how to set up Atom.  Essentially I want to set up podcasting.
 Geez I hate that term.
 
 I've never done this before, don't have a clue what I'm doing, and thus
 not able to find what I'm searching for.

Can't really help you, but why are you asking *this* list? I'd
ask the guys from the Atom mailinglist/forum, if there's such
a thing. You're much more likely to find help there, as your
question isn't really related to Gentoo but to Atom.

 Any guidance is greatly appreciated.

Ask the bunch of people, who are most likely to know best.

Alexander Skwar
-- 
If a camel flies, no one laughs if it doesn't get very far.
-- Paul White


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] another openoffice build failure

2006-09-02 Thread Allan Gottlieb
This occurred as part of my emerge --emptytree world after upgrading
gcc.  I did not find a bugzilla entry.

tia,
allan

gcc -D_REENTRANT -I../../common -I../../common -DHAVE_CONFIG_H -O 
-march=pentium4 -pipe -O2  -c   -o uconvmsg/uconvmsg_dat.o 
uconvmsg/uconvmsg_dat.c
/usr/bin/ar rv uconvmsg/libuconvmsg.a uconvmsg/uconvmsg_dat.o
/usr/bin/ar: creating uconvmsg/libuconvmsg.a
a - uconvmsg/uconvmsg_dat.o
Inconsistency detected by ld.so: dl-minimal.c: 137: realloc: Assertion `new == 
ptr' failed!
gmake[4]: *** [uconvmsg/uconvmsg_root_res.ao] Error 127
rm uconvmsg/uconvmsg_dat.o
gmake[4]: Leaving directory 
`/mnt/hdc10/var/tmp/portage/openoffice-2.0.3/work/ooo-build-2.0.3.0/build/OOO_2_0_3/icu/unxlngi6.pro/misc/build/icu/source/extra/uconv'
make[3]: *** [package-resfiles] Error 2
make[3]: Leaving directory 
`/mnt/hdc10/var/tmp/portage/openoffice-2.0.3/work/ooo-build-2.0.3.0/build/OOO_2_0_3/icu/unxlngi6.pro/misc/build/icu/source/extra/uconv'
make[2]: *** [all-recursive] Error 2
make[2]: Leaving directory 
`/mnt/hdc10/var/tmp/portage/openoffice-2.0.3/work/ooo-build-2.0.3.0/build/OOO_2_0_3/icu/unxlngi6.pro/misc/build/icu/source/extra'
make[1]: *** [all-recursive] Error 2
make[1]: Leaving directory 
`/mnt/hdc10/var/tmp/portage/openoffice-2.0.3/work/ooo-build-2.0.3.0/build/OOO_2_0_3/icu/unxlngi6.pro/misc/build/icu/source'
dmake:  Error code 2, while making './unxlngi6.pro/misc/build/so_built_so_icu'
'---* tg_merge.mk *---'


 emerge --info 

Gentoo Base System version 1.12.4
Portage 2.1-r2 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r3, 
2.6.17-gentoo-r7 i686)
=
System uname: 2.6.17-gentoo-r7 i686 Mobile Intel(R) Pentium(R) 4 CPU 3.20GHz
app-admin/eselect-compiler: [Not Present]
dev-lang/python: 2.3.5-r2, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=pentium4 -pipe -O2
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/X11/xkb /usr/share/texmf/dvipdfm/config/ 
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ 
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/
CONFIG_PROTECT_MASK=/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo
CXXFLAGS=-march=pentium4 -pipe -O2
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks metadata-transfer sandbox sfperms strict
GENTOO_MIRRORS=http://mirror.datapipe.net/gentoo 
http://mirrors.acm.cs.rpi.edu/gentoo http://gentoo.mirrored.ca/ 
http://prometheus.cs.wmich.edu/gentoo;
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 
--exclude='/distfiles' --exclude='/local' --exclude='/packages'
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.us.gentoo.org/gentoo-portage
USE=x86 X alsa apache2 apm avi berkdb bitmap-fonts cli crypt cups dbus 
dlloader doc dri dvd dvdr eds emacs emboss encode esd firefox foomaticdb 
fortran gdbm gif gimp gimpprint gnome gpm gstreamer gtk gtk2 guile imap imlib 
ipv6 isdnlog java jpeg libg++ libwww mad mikmod mime motif mp3 mpeg ncurses nls 
nptl nptlonly nsplugin nvidia ogg opengl pam pcre pda pdflib perl png ppds pppd 
python quicktime readline reflection scanner sdl session spell spl ssl tcpd 
tiff truetype truetype-fonts type1-fonts udev unicode vorbis xml xmms xorg xv 
zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux 
userland_GNU video_cards_nv video_cards_nvidia video_cards_vesa
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, 
LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Dash as /bin/sh?

2006-09-02 Thread Neil Bothwick
On Sat, 2 Sep 2006 04:06:15 +0200, Harm Geerts wrote:

  A 20% reduction in boot time is a reasonable impact IMO.  
 
 Any chance that was a fluke?

I ran the test several times, and switched back top bash to confirm. The
boot times were consistent, within the accuracy of the idiot holding the
stopwatch :)


-- 
Neil Bothwick

If you got the words it does not mean you got the knowledge.


signature.asc
Description: PGP signature


Re: [gentoo-user] another openoffice build failure

2006-09-02 Thread Rafael Fernández López
On Sat, Sep 02, 2006 at 02:07:32PM -0400, Allan Gottlieb wrote:
 This occurred as part of my emerge --emptytree world after upgrading
 gcc.  I did not find a bugzilla entry.
 

Did you run 'emerge --emptytree system' before running 'emerge --emptytree 
world'?

Bye !!
Rafael Fernández López.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Dash as /bin/sh?

2006-09-02 Thread Jerry McBride
On Saturday 02 September 2006 14:10, Neil Bothwick wrote:
 On Sat, 2 Sep 2006 04:06:15 +0200, Harm Geerts wrote:
   A 20% reduction in boot time is a reasonable impact IMO.
 
  Any chance that was a fluke?

 I ran the test several times, and switched back top bash to confirm. The
 boot times were consistent, within the accuracy of the idiot holding the
 stopwatch :)

The only downside to this is that some emerges will fail if they rely on 
bash's enhanced features. I just did the roundy-round with this and ffmepg. 
Linking sh back to bash allowed the emerge to complete. The failure, by the 
way, was during configure.

--

Jerry
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting Photos From A Digital Camera

2006-09-02 Thread Adrian
On Sat, 2 Sep 2006 16:44:00 +0200
Hemmann, Volker Armin [EMAIL PROTECTED] wrote
the words:

 On Saturday 02 September 2006 16:20, Adrian wrote:
  On Sat, 2 Sep 2006 10:05:43 +0100
 
  Mick [EMAIL PROTECTED] wrote the words:
   On Saturday 02 September 2006 08:06, sdoma wrote:
Why not set up your camera to act as a USB disk?
I do it this way and use the very special tools like ``mount'',
``ls'' and ``cp'' ;o)
  
   I second this.  Just set something like:
   =
   /dev/sda   /mnt/sdaauto,vfat,msdos noauto,user,noatime 0 0
   /dev/sda1  /mnt/sda1   auto,vfat,msdos noauto,user,noatime 0 0
   =
   depending on what your camera's flash memory is recognised as
   (look in your dmesg output when you plug it in) and then use ls,
   or your file manager to look at and manipulate its contents.  If
   you have hald it should be picked up automatically without you
   having to create the /mnt/sda directory or manually mount/umount
   the device.
  
   --
   Regards,
   Mick
 
  Actually, this was the first thing I tried.  I can not convince the
  camera to mount however.
 
  All I get from dmesg is:
 
  usb 4-2: USB disconnect, address 5
  usb 4-2: new full speed USB device using uhci_hcd and address 6
 
 
  I tried your suggestions in my fstab and all I get is:
 
  mount: special device /dev/sda does not exist
   or
  mount: special device /dev/sda1 does not exist
 
  depending on which /dev/sda* I use in fstab.
 
 
 and you have usb-storage and scsi-disk support at least as modules
 and modprobed them?
 -- 
 gentoo-user@gentoo.org mailing list
 
 
 
I have usb-storage as a module, and have confirmed it is loaded with
lsmod.

scsi-disk support is build in to my kernel.

I can plug in a usb storage device and it works fine.  example:

--

scsi9 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 17
usb-storage: waiting for device to settle before scanning
  Vendor: SEAGATE   Model: ST660211USB   Rev: 4.06
  Type:   Direct-Access  ANSI SCSI revision: 02
SCSI device sda: 11719008 512-byte hdwr sectors (6000 MB)
sda: Write Protect is off
sda: Mode Sense: 73 00 00 08
sda: assuming drive cache: write through
SCSI device sda: 11719008 512-byte hdwr sectors (6000 MB)
sda: Write Protect is off
sda: Mode Sense: 73 00 00 08
sda: assuming drive cache: write through
 sda: sda1
Attached scsi removable disk sda at scsi9, channel 0, id 0, lun 0
usb-storage: device scan complete

--

Maybe either 

a. this camera simply isn't linux compatible

b. I need some other module for it





-- 
On The Fly Photography -:- Creation From Chaos

On The Fly Photography:  http://204EastSouth.com
Purchase from On The Fly:  http://204EastSouth.com/OTFStore.htm
The Cynical Libertarian Society:  http://www.204EastSouth.com/cls
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting Photos From A Digital Camera

2006-09-02 Thread Dale
Adrian wrote:
 On Sat, 2 Sep 2006 16:44:00 +0200
 Hemmann, Volker Armin [EMAIL PROTECTED] wrote
 the words:

   
 On Saturday 02 September 2006 16:20, Adrian wrote:
 
 On Sat, 2 Sep 2006 10:05:43 +0100

 Mick [EMAIL PROTECTED] wrote the words:
   
 On Saturday 02 September 2006 08:06, sdoma wrote:
 
 Why not set up your camera to act as a USB disk?
 I do it this way and use the very special tools like ``mount'',
 ``ls'' and ``cp'' ;o)
   
 I second this.  Just set something like:
 =
 /dev/sda   /mnt/sdaauto,vfat,msdos noauto,user,noatime 0 0
 /dev/sda1  /mnt/sda1   auto,vfat,msdos noauto,user,noatime 0 0
 =
 depending on what your camera's flash memory is recognised as
 (look in your dmesg output when you plug it in) and then use ls,
 or your file manager to look at and manipulate its contents.  If
 you have hald it should be picked up automatically without you
 having to create the /mnt/sda directory or manually mount/umount
 the device.

 --
 Regards,
 Mick
 
 Actually, this was the first thing I tried.  I can not convince the
 camera to mount however.

 All I get from dmesg is:

 usb 4-2: USB disconnect, address 5
 usb 4-2: new full speed USB device using uhci_hcd and address 6


 I tried your suggestions in my fstab and all I get is:

 mount: special device /dev/sda does not exist
  or
 mount: special device /dev/sda1 does not exist

 depending on which /dev/sda* I use in fstab.

   
 and you have usb-storage and scsi-disk support at least as modules
 and modprobed them?
 -- 
 gentoo-user@gentoo.org mailing list



 
 I have usb-storage as a module, and have confirmed it is loaded with
 lsmod.

 scsi-disk support is build in to my kernel.

 I can plug in a usb storage device and it works fine.  example:

 --

 scsi9 : SCSI emulation for USB Mass Storage devices
 usb-storage: device found at 17
 usb-storage: waiting for device to settle before scanning
   Vendor: SEAGATE   Model: ST660211USB   Rev: 4.06
   Type:   Direct-Access  ANSI SCSI revision: 02
 SCSI device sda: 11719008 512-byte hdwr sectors (6000 MB)
 sda: Write Protect is off
 sda: Mode Sense: 73 00 00 08
 sda: assuming drive cache: write through
 SCSI device sda: 11719008 512-byte hdwr sectors (6000 MB)
 sda: Write Protect is off
 sda: Mode Sense: 73 00 00 08
 sda: assuming drive cache: write through
  sda: sda1
 Attached scsi removable disk sda at scsi9, channel 0, id 0, lun 0
 usb-storage: device scan complete

 --

 Maybe either 

 a. this camera simply isn't linux compatible

 b. I need some other module for it





   


Well, I have a Canon camera and mine will not work like that either.  I
use gtkam to get my pictures and it works fine.  May want to try that. 
I did run into permission problems at first.  May want to try it as root
if running it as user fails.

Hope that helps.

Dale

:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo 2006.1 profile and use flag changes

2006-09-02 Thread b.n.

Where does a person go to make this suggestion?  It could be as simple
as a mailing list that we can subscribe to like this one and/or a thread
on the forums that people can subscribe to.  They are making things
better but we need to be informed of what they are changing, especially
something as critical as the USE flags.


I personally don't understand at all why is not an official document 
posted, just like the GCC or Xorg upgrade guides.
There should be an official Upgrade to profile 2006.1 guide, period. I 
would love to write it, but not being a dev I can't.


Too bad, because usually Gentoo documentation is very good.
m.

--
gentoo-user@gentoo.org mailing list



[gentoo-user] smaller xfce

2006-09-02 Thread Enrico Weigelt

Hi folks,

I'm currently installing xfce and I dont need several things
like calendar, print, toys, etc. 

Is there any chance of selecting these compontents w/o installing
all packages by hand ?

A quick look at the ebuild shows up it's just an virtual package
pulling in the whole stuff. 

Perhaps we could give it some useflags to make the whole 
installation easier ?


cu
-- 
-
 Enrico Weigelt==   metux IT service - http://www.metux.de/
-
 Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: OT: Nice IDE for development

2006-09-02 Thread Lord Sauron
On Saturday 02 September 2006 07:48, Enrico Weigelt wrote:
 * Remy Blank [EMAIL PROTECTED] wrote:
  Allan Spagnol Comar wrote:
   I am changing development from window to linux now, it took a
   long time but I finally convince my boss to change, what I was
   holpping to know is if there is any nice development IDE for
   linux like MS visual studio. I had heard about anjuta, there is
   something else ?
 
  I like Eclipse (use it for Java and Python, I read C/C++ is quite
  well supported, too), but it's pretty heavy.

 Ah, if you're looking for an something better than autotools:

 * http://unitool.metux.de/
 * http://treebuild.metux.de/

 Not finished yet, still under heavy development ;-)

Another nice one that is very C/C++ centric is KDevelop.  It's got good 
KDE integration (if you're using KDE).  It also works well with bash, 
Python, and PHP stuff I'm told.  I've only ever used it for C/C++.  For 
PHP I'd use Quanta+ (another KDE thing - guess what I use ;)  I can 
vouch for Eclipse.  I use it daily, and though it is very heavy and can 
be difficult to use, once you start to get good with it...  Wow.

However, never underestimate the power of vi/emacs/nano/pico/kate/gedit 
and a good terminal!  (I use Kate and nano, please, no vi vs. emacs 
wars today please!)

-- 
http://lordsauronthegreat.googlepages.com/


pgpRcYvjgaPUt.pgp
Description: PGP signature


Re: [gentoo-user] Gentoo 2006.1 profile and use flag changes

2006-09-02 Thread Bo Ørsted Andresen
On Saturday 02 September 2006 23:05, b.n. wrote:
 I personally don't understand at all why is not an official document
 posted, just like the GCC or Xorg upgrade guides.
 There should be an official Upgrade to profile 2006.1 guide, period. I
 would love to write it, but not being a dev I can't.

 Too bad, because usually Gentoo documentation is very good.

Actually there is [1]. It just hasn't been updated with 2006.1.

[1] http://www.gentoo.org/doc/en/gentoo-upgrading.xml

-- 
Bo Andresen


pgp3rgWPDxyzx.pgp
Description: PGP signature


Re: [gentoo-user] Re: OT: Nice IDE for development

2006-09-02 Thread Rafael Fernández López
On Sat, Sep 02, 2006 at 12:25:26PM -0700, Lord Sauron wrote:
 On Saturday 02 September 2006 07:48, Enrico Weigelt wrote:
  * Remy Blank [EMAIL PROTECTED] wrote:
   Allan Spagnol Comar wrote:
I am changing development from window to linux now, it took a
long time but I finally convince my boss to change, what I was
holpping to know is if there is any nice development IDE for
linux like MS visual studio. I had heard about anjuta, there is
something else ?
  

Things that we are normally used to work with (MS VS for example)
don't have to be the best.

Emacs have a powerful base, and if you need a graphical interface
you can use xemacs, but when you start to use it with keyboard, it is
so fast that you throw away your mouse.

Bye,
Rafael Fernández López.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Trying to active the irda into my laptop

2006-09-02 Thread d2clon
A. Khattri wrote:
 On Fri, 1 Sep 2006, d2clon wrote:
 
 :/ .. Its possible any damage on my irda chip?, The findchip doesn't
 find any thing¡
 
 Is it switched on in the BIOS?

Yes, it is.


-- 
http://www.flickr.com/photos/d2clon/
http://enamsterdam.blogspot.com/

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorgcfg doesn't work: Couldn't get keyboard

2006-09-02 Thread Donnie Berkholz
Alexander Skwar wrote:
 Warning: Cannot convert string -*-helvetica-bold-o-*-*-10-*-*-*-*-*-*-1 to 
 type FontStruct
 X Error of failed request:  BadName (named color or font does not exist)
   Major opcode of failed request:  45 (X_OpenFont)
   Serial number of failed request:  817
   Current serial number in output stream:  821
 
 And after that, xorgcfg quits.
 
 I tried copying /etc/X11/xorg.cfg.example to /etc/X11/xorg.cfg
 and ran xorgcfg after that. Still the same error message.
 
 Am I doing something wrong?

Do you have media-fonts/font-adobe-75dpi installed? xorg-server should
have pulled it in, and it should provide that helvetica font.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] another openoffice build failure

2006-09-02 Thread Allan Gottlieb
At Sat, 02 Sep 2006 20:22:16 +0200 Rafael Fernández López [EMAIL PROTECTED] 
wrote:

 On Sat, Sep 02, 2006 at 02:07:32PM -0400, Allan Gottlieb wrote:
 This occurred as part of my emerge --emptytree world after upgrading
 gcc.  I did not find a bugzilla entry.
 

 Did you run 'emerge --emptytree system' before running 'emerge
 --emptytree world'?

Yes I did.

I probably should have added that revdep-rebuild wants to rebuild
gcc.  I have let it do so and it still wants to rebuild gcc.  I do not
believe that this explains the ooo problem, but realize that I might
be wrong and should give full information.

allan

-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Getting Photos From A Digital Camera

2006-09-02 Thread Timothy A. Holmes
 
  Why not set up your camera to act as a USB disk?
  I do it this way and use the very special tools like ``mount'',
``ls''
  and ``cp'' ;o)
 
 I second this.  Just set something like:
 =
 /dev/sda   /mnt/sdaauto,vfat,msdos noauto,user,noatime 0 0
 /dev/sda1  /mnt/sda1   auto,vfat,msdos noauto,user,noatime 0 0
 =
 depending on what your camera's flash memory is recognised as (look in
 your
 dmesg output when you plug it in) and then use ls, or your file
manager to
 look at and manipulate its contents.  If you have hald it should be
picked
 up
 automatically without you having to create the /mnt/sda directory or
 manually
 mount/umount the device.
 
 --
 Regards,
 Mick
[Timothy A. Holmes] 
Springboarding from this, Can someone point me to a SIMPLE procedure for
making my card reader / flash drives auto mount -- I do it routinely
from the command line and it works nicely, but the automount would be
nice

TIM

Timothy A. Holmes
IT Manager / Network Admin / Web Master / Computer Teacher
 
Medina Christian Academy
A Higher Standard...
 
Jeremiah 33:3
Jeremiah 29:11
Esther 4:14


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Trying to active the irda into my laptop

2006-09-02 Thread d2clon
hi:

Mick wrote:
 On Friday 01 September 2006 09:54, d2clon wrote:
 
 :/ .. Its possible any damage on my irda chip?, The findchip doesn't

 find any thing¡

 I can not be sure if the irda chip is allright I never see it on.
 
 Sometimes you have to use setserial to assign your irda to a particular 
 serial 
 port.  For example on my Compaq Evo N600c I have to run:
 ===
 setserial /dev/ttyS2 uart none
 /sbin/modprobe smsc_ircc2
 irattach irda0 -s
 ===

This is my sequence:
--
biit ~ # setserial /dev/ttyS2 uart none
/dev/ttyS2: No such device or address
biit ~ # /sbin/modprobe smsc_ircc2
FATAL: Error inserting smsc_ircc2
(/lib/modules/2.6.15-gentoo-r1/kernel/drivers/net/irda/smsc-ircc2.ko):
No such device
--

When i execute the next sentence:
---
biit ~ # irattach irda0 -s
---

This is what appear into syslog:
---
Sep  2 21:53:04 localhost irattach: executing: '/sbin/modprobe irda0'
Sep  2 21:53:04 localhost irattach: + FATAL: Module irda0 not found.
Sep  2 21:53:04 localhost irattach: Trying to load module irda0 exited
with status 1
Sep  2 21:53:04 localhost irattach: executing: 'echo biit 
/proc/sys/net/irda/devname'
Sep  2 21:53:04 localhost irattach: executing: 'echo 1 
/proc/sys/net/irda/discovery'
Sep  2 21:53:04 localhost irattach: Starting device irda0
Sep  2 21:53:04 localhost irattach: ioctl(SIOCGIFFLAGS): No such device
Sep  2 21:53:04 localhost irattach: Stopping device irda0
Sep  2 21:53:04 localhost irattach: ioctl(SIOCGIFFLAGS): No such device
Sep  2 21:53:04 localhost irattach: exiting ...
--

I have the irda module:
--
biit ~ # irattach irda -s
Could not get device name list.
--

 
 Does your dmesg show anything? e.g. mine shows:
 ===
 found SMC SuperIO Chip (devid=0x0e rev=01 base=0x002e): LPC47N252
 ===


This is my dmesg:
http://paste.lisp.org/display/25171

 
 Other laptops are more straight forward, but mine seems to be of the more 
 difficult variety . . .
So mine. :)

Thanks
d2clon


-- 
http://www.flickr.com/photos/d2clon/
http://enamsterdam.blogspot.com/


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mdadm fails to add drive to arry

2006-09-02 Thread Richard Fish

On 9/2/06, Richard Broersma Jr [EMAIL PROTECTED] wrote:

It is existing.  But possible it may have legitamatly failed. Here is a log 
generated today when I
tried to add it back into the array.
Sep  2 09:11:02 [kernel] end_request: I/O error, dev hdj, sector 586099263
Sep  2 09:11:02 [kernel] Buffer I/O error on device hdj1, logical block 
146524800
...
Sep  2 09:11:02 [kernel] lost page write due to I/O error on hdj1
Sep  2 09:11:02 [kernel] end_request: I/O error, dev hdj, sector 586099263
Sep  2 09:11:02 [kernel] md: disabled device hdj1, could not read superblock.
Sep  2 09:11:02 [kernel] md: hdj1 has invalid sb, not importing!
Sep  2 09:11:02 [kernel] md: md_import_device returned -22


Ah, yeah, that looks bad to me.  And since it is on a write, that
probably means the drive has also ran out of the sectors it has
reserved for automatically replacing failed ones.  You could probably
run some additional tests using smartctl, but I think it is probably
just time to get a replacement drive.


Does all of this suggest a complete and total drive failure? :-)  I orginally 
built this md4 array
as a Raid 5 from three of the cheepest drives that I could find (Maxtors).  
Then a couple of
months later, one drive died.  So I converted the remaining to into a raid 1.  
Now this one seems
to have died.  I guess I am learning my leason about buying cheep hardware.  
Fortunately I have a
back-up of everything on this array.


Yeah, probably.  I don't know why exactly, but it seems quite common
that when you buy several drives of the same make/model at the same
time (and thus, they probably come from the same lot), if one fails,
you can expect others to fail soon afterwards.  It seems like you are
better off buying from different manufacturers in this case.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cyrus-imap-admin compiling error

2006-09-02 Thread Richard Fish

On 9/2/06, Arnau Bria [EMAIL PROTECTED] wrote:

I've been looking fot this in gentoo forums and in google but I found 
nothuing...


Did you try searching bugzilla?

http://bugs.gentoo.org/show_bug.cgi?id=126968

And then from /usr/portage/net-mail/cyrus-imap-admin/ChangeLog:

*cyrus-imap-admin-2.2.12-r1 (27 Mar 2006)

 27 Mar 2006; TuE1BAA5n VC483n [EMAIL PROTECTED]
 +files/cyrus-imap-admin-2.2.12-gcc4.patch,
 +cyrus-imap-admin-2.2.12-r1.ebuild:
 gcc-4 fix. Bug #126968 reported by Patrick Lauer [EMAIL PROTECTED].

So it looks like you need to try 2.2.12-r1.  However, it is still
~X86, so you'll need:

echo =net-mail/cyrus-imap-admin-2.2.12-r1 ~x86 
/etc/portage/package.keywords

HTH,
-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] another openoffice build failure

2006-09-02 Thread Richard Fish

On 9/2/06, Allan Gottlieb [EMAIL PROTECTED] wrote:

Inconsistency detected by ld.so: dl-minimal.c: 137: realloc: Assertion `new == 
ptr' failed!


Well this looks suspiciously like a hardware problem to me, but it
could also be simply running out of memory.  Can you try:

MAKEOPTS=-j1 emerge --oneshot openoffice

You might also want to add a fan to blow on your laptop while the
build is running... :-)

HTH,
-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: OT: Nice IDE for development

2006-09-02 Thread Richard Fish

On 9/2/06, Lord Sauron [EMAIL PROTECTED] wrote:

Another nice one that is very C/C++ centric is KDevelop.


+1

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] another openoffice build failure

2006-09-02 Thread Lord Sauron
On Saturday 02 September 2006 14:10, Richard Fish wrote:
 On 9/2/06, Allan Gottlieb [EMAIL PROTECTED] wrote:
  Inconsistency detected by ld.so: dl-minimal.c: 137: realloc:
  Assertion `new == ptr' failed!

 Well this looks suspiciously like a hardware problem to me, but it
 could also be simply running out of memory.  Can you try:

 MAKEOPTS=-j1 emerge --oneshot openoffice

A cheap way to get more memory:

o wipe a USB key clean (back it up though!)
o mkspwap /dev/sda1 or whereever your usb memory stick is
o swapon all

those commands might not be totally right, but they're a start (it's 
been a while)

 You might also want to add a fan to blow on your laptop while the
 build is running... :-)

Something I've been known to do is leave it in the fridge.  It works, 
and that's all the matters, right?

Just make sure you don't leave it in there too long next to something 
that spoils easily.  I also find it's somehow good for your battery.  I 
left my cell phone in the fridge overnight once and the battery somehow 
found itself capable of carrying more load than before.

If you don't want to risk it, just plug you pc in and remove the battery 
before you put it in the fridge.  You may want to consider bocking off 
fan openings to prevent condensation if you're fridge has a habit of 
nasty condensation.

DO NOT STICK IT IN THE FREEZER!  That has a tendency to shrink the 
hardware and make it brittle.  I also don't want to find out (even 
vicariously) what it'll do to a screen.

-- 
http://lordsauronthegreat.googlepages.com/


pgpabBRBoPCqI.pgp
Description: PGP signature


Re: [gentoo-user] Gentoo 2006.1 profile and use flag changes

2006-09-02 Thread Dale
Bo Ørsted Andresen wrote:
 On Saturday 02 September 2006 23:05, b.n. wrote:
   
 I personally don't understand at all why is not an official document
 posted, just like the GCC or Xorg upgrade guides.
 There should be an official Upgrade to profile 2006.1 guide, period. I
 would love to write it, but not being a dev I can't.

 Too bad, because usually Gentoo documentation is very good.
 

 Actually there is [1]. It just hasn't been updated with 2006.1.

 [1] http://www.gentoo.org/doc/en/gentoo-upgrading.xml

   

I still didn't see where they were telling us what USE flags were being
replaced by what.  I likely have some USE flags that are worthless
because they have been changed.  It seems the only way to find this out
is to wait until a compile fails and track it down.

I would love to have gotten a email that said:  USE tkinter has been
changed to tk.  Please check your make.conf and make changes if
needed.  Real short but at least I would have known that the USE flag
had changed.

Dale

:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo 2006.1 profile and use flag changes

2006-09-02 Thread Bo Ørsted Andresen
On Saturday 02 September 2006 23:33, Dale wrote:
 I still didn't see where they were telling us what USE flags were being
 replaced by what.

I have already stated that I don't think that such a thing exists. Now what I 
do is to not change my profile before

# emerge -uvpDNt

doesn't what to emerge anything.  Then immediately after changing the profile 
I run the same command again and that makes it quite clear which use flags 
changed... If I disagree with any of the changes I revert it via USE= 
in /etc/make.conf.

Some quick scripting, however, shows that the difference between 2006.0 and 
2006.1/desktop is as follows:

In 2006.0 but not in 2006.1/desktop:
apache2 apm foomaticdb gtk2 imlib libwww motif xmms

In 2006.1/desktop but not in 2006.0:
cairo cdr dbus dvd dvdr fam firefox hal ldap nptlonly ppds unicode win32codecs

-- 
Bo Andresen


pgpiPr3wElLUw.pgp
Description: PGP signature


Re: [gentoo-user] Gentoo 2006.1 profile and use flag changes

2006-09-02 Thread Dale
Bo Ørsted Andresen wrote:
 On Saturday 02 September 2006 23:33, Dale wrote:
   
 I still didn't see where they were telling us what USE flags were being
 replaced by what.
 

 I have already stated that I don't think that such a thing exists. Now what I 
 do is to not change my profile before

 # emerge -uvpDNt

 doesn't what to emerge anything.  Then immediately after changing the profile 
 I run the same command again and that makes it quite clear which use flags 
 changed... If I disagree with any of the changes I revert it via USE= 
 in /etc/make.conf.

 Some quick scripting, however, shows that the difference between 2006.0 and 
 2006.1/desktop is as follows:

 In 2006.0 but not in 2006.1/desktop:
 apache2 apm foomaticdb gtk2 imlib libwww motif xmms

 In 2006.1/desktop but not in 2006.0:
 cairo cdr dbus dvd dvdr fam firefox hal ldap nptlonly ppds unicode win32codecs

   

The fact it doesn't exist is what I was curious about.  It looks like
they could create a list and/or thread on the forums to let us know what
is changing.  I want to get all the current bugs worked out before I
start changing profiles.  My emerge -e world after the gcc upgrade is
still in progress and some are not going well.

Thanks for showing the change in USE too.

Dale

:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] smaller xfce

2006-09-02 Thread Ryan Tandy

Enrico Weigelt wrote:

Hi folks,

I'm currently installing xfce and I dont need several things
like calendar, print, toys, etc. 


Is there any chance of selecting these compontents w/o installing
all packages by hand ?

A quick look at the ebuild shows up it's just an virtual package
pulling in the whole stuff. 

Perhaps we could give it some useflags to make the whole 
installation easier ?



cu


You can do this yourself, if you want to: simply copy the xfce 
meta-ebuild to your own overlay (man portage if you aren't sure how this 
works), and remove or comment out the packages you don't want.  I do 
this myself to get a GNOME without evolution, epiphany, and such 
(gnome-light doesn't like me :().  Next time the ebuild in the tree is 
updated, though, you'll have to repeat the whole process again before 
updating, or risk returning to the full package.


HTH
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] another openoffice build failure

2006-09-02 Thread Allan Gottlieb
At Sat, 02 Sep 2006 14:10:10 -0700 Richard Fish [EMAIL PROTECTED] wrote:

 On 9/2/06, Allan Gottlieb [EMAIL PROTECTED] wrote:
 Inconsistency detected by ld.so: dl-minimal.c: 137: realloc: Assertion `new 
 == ptr' failed!

 Well this looks suspiciously like a hardware problem to me, but it
 could also be simply running out of memory.  Can you try:

 MAKEOPTS=-j1 emerge --oneshot openoffice

 You might also want to add a fan to blow on your laptop while the
 build is running... :-)

I should have thought of -j1, thanks.  It is running now.  Will try
the fan if this fails.  I will also check to see if it dies in the
same place, which would argue against the hardware problem.

thanks again,
allan
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo 2006.1 profile and use flag changes

2006-09-02 Thread Richard Fish

On 9/2/06, Dale [EMAIL PROTECTED] wrote:

I have to agree with this.  We need a mailing list or some kind of
announcement that USE flags are changing and what they are changing
too.  qt has split into qt3 and qt4 from what I have read.  I recently
found out that tkinter has become tk but only after my emerge -e world
failed at pysol because python was emerged without the support.  Thank
goodness for --resume.


Changes to global useflags are typically suggested and debated on -dev.

http://thread.gmane.org/gmane.linux.gentoo.devel/39609/focus=39609

Local use flags (like tkinter) are at the discretion of the
maintainer, and the package ChangeLog should describe why the change
is made and what to do about it.  Or at least give a link to the bug#.

So for global flags, a mail list already exists for this purpose.  For
local flags, I suppose -dev announcements could be made, but I worry
that the volume of useflag-changed spam would be too much, especially
considering that you probably don't care about 90% of the packages in
portage.

Of course, portage tells you what flags have been
added/removed/changed when you do add --pretend and --verbose to your
command ( fex: emerge -DNuvp world )


Where does a person go to make this suggestion?


bugs.gentoo.org would be the appropriate place.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] another openoffice build failure

2006-09-02 Thread Richard Fish

On 9/2/06, Lord Sauron [EMAIL PROTECTED] wrote:

A cheap way to get more memory:

o wipe a USB key clean (back it up though!)
o mkspwap /dev/sda1 or whereever your usb memory stick is
o swapon all


It had better be a disposable key, as flash memory is only good for so
many writes before it failsbetter (and faster) would be to add a
swap file.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Booting into kdm but not using kde

2006-09-02 Thread Nick Rout
On Sat, 02 Sep 2006 14:46:55 +0200
Benno Schulenberg [EMAIL PROTECTED] wrote:

 Meino Christian Cramer wrote:
   My current (not working) settings are:
 
   etc/inittab:
   # Default runlevel.
   id:5:initdefault:
 
  [...]
   l5:5:wait:/sbin/rc X11
 
 Why did you change default to X11 here?  /sbin/rc doesn't know 
 about runlevel X11.  Better put back default and do as Richard 
 says.
 
 Benno


why not simply choose icewm in the kdm login screen (look for sessions in the 
menu)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] irc bouncer(s) problem(s)

2006-09-02 Thread José Pedro Saraiva
Many thanks Stuart!That was what was causing the socket error, which is kind of stupid since I don't have ipv6 support enabled, so miau should have been compiled without ipv6 support by default.Thanks again
On 9/2/06, Stuart Howard [EMAIL PROTECTED] wrote:
HiThis may be unrelated here but when I used to run miau it would onlywork when I compiled it with the USE flag -ipv6hope it helpsstuOn 02/09/06, José Pedro Saraiva 
[EMAIL PROTECTED] wrote: Greetings all! I've had a working version of psybnc running for mounths with no problems. But recently I needed to recompile it and I am unable to get it working,
 maybe due to glibc version update, as I've read on some foruns. Even though it was a masked package (~x86) I builded it anyway, but it crashes. The funny thing is that it only crashes when trying to connect to any IRC
 server. So I decided to look for more options, builded miau and muh. Although miau is a fork of muh, I can get muh to work with no problems but miau gives the following weird startup error:
 Sep 02 10:17:47 + Configuration read. Sep 02 10:17:47 - Unable to create socket! (Address family not supported by protocol) muh on the other hand runs smooth: [Sat 02 Sep 10:59:17] + parsing configuration file...
 [Sat 02 Sep 10:59:17] + listening on port 31330. [Sat 02 Sep 10:59:17] + muh's nick is 'nocive'. [Sat 02 Sep 10:59:17] + alrite, muh's forked. (pid 13213) This is puzzling me 'cause the config files for both programs are quite
 smiliar and the core is, presumably, the same. Now, what bothers me is that miau has some features that I really need (such as on connect commands) that muh doesn't. So any help on getting miau or psybnc running would be appreciated.
 Many thanks, José Pedro Saraiva--There are 10 types of people in this world: those who understandbinary, those who don't--Unknown
--gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Getting Photos From A Digital Camera

2006-09-02 Thread Nick Rout
On Sat, 2 Sep 2006 09:38:39 -0600
Collins Richey [EMAIL PROTECTED] wrote:

 On 9/2/06, Nick Rout [EMAIL PROTECTED] wrote:
 
 
  please note that this is an english language list. If you cannot even make 
  an attempt to speak english then go away.
 
 
 That's the dumbest, sickest, most worthless comment I've seen on a
 list in a long time. You should truly be ashamed.
 

so next we will have people speaking txt spch and so on too. Come on a message 
that reads

 I don't know how ld your camera is . and I REALLY don't have
  clue why thi hick we nd for all and everything an
 super truper hyper speciaal toool. ;)

just really isn't on IMHO. We are not a haven for teen silliness, nor SHOUTING.

If the guy has a stuck keyboard, then I apologise (but still ask him to fix 
it). 

Nick.

PS I only just noticed the poster has a .cz domain as part of his email 
address. It was not a tilt at his origins, but the reptitive 
llltttrs.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting Photos From A Digital Camera

2006-09-02 Thread Nick Rout
On Fri, 1 Sep 2006 21:37:46 -0700
Adrian [EMAIL PROTECTED] wrote:

 
 Greetings.
 
 This would be my first attempt at getting photos from a digital camera
 with my Gentoo system.
 
 I am using a Kodak EasyShare C533.
 
 With USBViewr I can see that the system sees the camera.  That part of
 things seems to be working.
 
 However, I've not really a clue what software to use.
 
 GPhoto2 does not list this camera as a supported model.
 
 I see there is a program called camera but it is masked.
 
 Any other suggestions?  As always, my thanks.
 
 Adrian
 
 

Does the manual say anything about PTP or how it works with windows? 

Most cameras are either usb-storage devices, OR support PTP, and PTP is 
generally well supported by libgphoto2 (and hence gphoto2, gtkam etc).

Your camera is not listed as supported by libgphoto, but that doesn't mean it 
won't be supported soon. I would try asking the gphoto2 list

http://www.gphoto.org/mailinglists/

or looking at their cvs/svn repository (assuming they allow access to it).

OTOH If usb-storage was going to work, it should work pretty easily. 

googling about this camera doesn't reveal much in the way of linux info. There 
is a third option of course - that it it isn't standards compliant enough to 
work with linux at all, in which case a card reader is your best bet (unless it 
has built in memory that you can't put into a card reader, in which case you 
may be sool  :-(
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo 2006.1 profile and use flag changes

2006-09-02 Thread Dale
Peter Ruskin wrote:
 On Saturday 02 September 2006 23:16, Dale wrote:
   
 The fact it doesn't exist is what I was curious about.  It looks
 like they could create a list and/or thread on the forums to let
 us know what is changing.  I want to get all the current bugs
 worked out before I start changing profiles.  My emerge -e world
 after the gcc upgrade is still in progress and some are not going
 well.
 

 Same here ;-(

 This is the second time I've tried updating gcc to 4.1.1.  This time 
 emerge -e world failed on sys-fs/dazuko kde-base/kdewebdev 
 sys-apps/busybox app-office/openoffice kde-base/kdemultimedia and 
 sci-astronomy/celestia before I gave up and reverted to 3.4.4.

 I believe the time for gcc-4.1.1 is not yet right.

   

Oh God.  Now we find this out.  O_O  Oh well.  I have BACK-UPS.  LOL

Dale

:-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cyrus-imap-admin compiling error

2006-09-02 Thread Arnau Bria
El Sat, 2 Sep 2006 14:03:14 -0700
Richard Fish dijo:

 On 9/2/06, Arnau Bria [EMAIL PROTECTED] wrote:
  I've been looking fot this in gentoo forums and in google but I found 
  nothuing...
 
 Did you try searching bugzilla?
Nop...

I'm not so familiar with that... I supposed it was stable...

 http://bugs.gentoo.org/show_bug.cgi?id=126968

[...]
 
 echo =net-mail/cyrus-imap-admin-2.2.12-r1 ~x86 
 /etc/portage/package.keywords

Thanks... ginna try it, I suppose it will work.

 
 HTH,
 -Richard
Arnau
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] another openoffice build failure

2006-09-02 Thread Allan Gottlieb
At Sat, 02 Sep 2006 19:14:56 -0400 Allan Gottlieb [EMAIL PROTECTED] wrote:

 At Sat, 02 Sep 2006 14:10:10 -0700 Richard Fish [EMAIL PROTECTED] wrote:

 On 9/2/06, Allan Gottlieb [EMAIL PROTECTED] wrote:
 Inconsistency detected by ld.so: dl-minimal.c: 137: realloc: Assertion `new 
 == ptr' failed!

 Well this looks suspiciously like a hardware problem to me, but it
 could also be simply running out of memory.  Can you try:

 MAKEOPTS=-j1 emerge --oneshot openoffice

 You might also want to add a fan to blow on your laptop while the
 build is running... :-)

 I should have thought of -j1, thanks.  It is running now.  Will try
 the fan if this fails.  I will also check to see if it dies in the
 same place, which would argue against the hardware problem.

Failed at exactly the same place.  Since each log file is 30,544 lines
long, it doesn't seem likely to be heat related (i.e., I would suspect
that a heat related hardware failure would not be so deterministic as
to fail after so many compiles in the same place).

I am not sure, but it might be that the ebuild forces -j1 by itself

,
| src_compile() {
| 
|   unset LIBC
|   addpredict /bin
|   addpredict /root/.gconfd
|   addpredict /root/.gnome
| 
|   # Should the build use multiprocessing? Not enabled by default, as it 
tends to break
|   export JOBS=1
| 
| ...
| 
|   ./configure ${MYCONF} \
|   --with-distro=${DISTRO} \
|   --with-arch=${ARCH} \
|   --with-srcdir=${DISTDIR} \
|   --with-lang=${LINGUAS_OOO} \
|   --with-num-cpus=${JOBS} \
`

I then though of possibly running out of disk space.  That seemed
unlikely since I had 7.5G and it failed comparatively early in the
run.  But to be sure I ran it again with

   while true; do df -h | grep /mnt/hdc10; sleep 10; done  /tmp/time

also running and the available space never went below 5.9G.  Once
again it failed at the same place.

So I don't see it as a hardware failure, due to the repeatability.
It is not inadequate disk space.
I have 1GB of mem
ajglap hdc10 # cat /proc/meminfo
MemTotal:  1033932 kB
MemFree: 72632 kB
Buffers: 40180 kB
Cached: 559036 kB
SwapCached:  0 kB
Active: 628840 kB
Inactive:   253460 kB
HighTotal:  130876 kB
HighFree:  284 kB
LowTotal:   903056 kB
LowFree: 72348 kB
SwapTotal: 2008084 kB
SwapFree:  2007840 kB
Dirty:  44 kB
Writeback:   0 kB
Mapped: 398488 kB
Slab:63836 kB
CommitLimit:   2525048 kB
Committed_AS:   923704 kB
PageTables:   2320 kB
VmallocTotal:   114680 kB
VmallocUsed: 33344 kB
VmallocChunk:77812 kB

I am not sure what to try next.  I suppose I could try to revert back
to gcc3.4.6
ajglap hdc10 # gcc-config --list-profiles
 [1] i686-pc-linux-gnu-3.4.6
 [2] i686-pc-linux-gnu-3.4.6-hardened
 [3] i686-pc-linux-gnu-3.4.6-hardenednopie
 [4] i686-pc-linux-gnu-3.4.6-hardenednopiessp
 [5] i686-pc-linux-gnu-3.4.6-hardenednossp
 [6] i686-pc-linux-gnu-4.1.1 *
ajglap hdc10 #

Any ideas would be welcome

thanks,
allan
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] backup tool for my Windows 98 desktop?

2006-09-02 Thread Zhang Weiwu
Hello. Most of our computers in the Office runs Linux, however we have
to keep a Win98 desktop (dual-boot with Linux) so that we can test
several software. This is a purely testbed machine that need regular
re-install. e.g. once a month, because it's placed publically and breaks
frequently.

I am tired of re-installing Windows 98, and then complete with other
software (filezilla, 7-zip, extra editors..., OOO). I think perhaps it's
easier after I re-installed everything I make a backup of the Windows
partition onto a CDROM and later use that CDROM to restore the
partition.

The partition is 5GB but actual data on it is smaller then 600MB right
after Win98 and complementary software installed.

First I thought using gentoo live CD, use dd(1) to copy the partition to
a file and burn it on the live CD. However the file must be too big to
fit on CDR (en I think perhaps I can compress it), and yet how do I add
it to the live CD iso image so that cdrecord(1) can burn it? I think
perhaps I should first try borrow experience on gentoo user list.

How do you think is the best approach?

P.S. I know norton Ghost can do this but I don't think it's worth to buy
a copy.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] backup tool for my Windows 98 desktop?

2006-09-02 Thread Ryan Tandy

Zhang Weiwu wrote:

[...]


For creating a compressed version of the partition, try passing it 
through gzip or such between dd and the output file; something like


# dd if=/dev/(win98) bs=512 | gzip -9  win98.gz

would probably do the trick.  To create an ISO image containing the 
file, you want mkisofs (included in cdrtools afaik):


# mkdir win98
# mv win98.gz win98/
# mkisofs -o win98.iso win98/

From there, it's standard cdrecord procedure.  To restore the partition 
later, simply boot to Linux and:


# mount /mnt/cdrom
# zcat /mnt/cdrom/win98.gz | dd of=/dev/(win98)

If even gzip -9 can't get the partition small enough for you, I'm not 
sure what to do.  Try using DBAN (dban.sourceforge.net) to cover the 
partition in zeroes before doing the Windows install; the repeated 
zeroes in the unused space will probably help reduce the compressed file 
size.


HTH.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] backup tool for my Windows 98 desktop?

2006-09-02 Thread Joe Menola
On Saturday 02 September 2006 8:41 pm, Zhang Weiwu wrote:
  am tired of re-installing Windows 98, and then complete with other
 software (filezilla, 7-zip, extra editors..., OOO). I think perhaps it's
 easier after I re-installed everything I make a backup of the Windows
 partition onto a CDROM and later use that CDROM to restore the
 partition.

 The partition is 5GB but actual data on it is smaller then 600MB right
 after Win98 and complementary software installed.

 First I thought using gentoo live CD, use dd(1) to copy the partition to
 a file and burn it on the live CD. However the file must be too big to
 fit on CDR (en I think perhaps I can compress it), and yet how do I add
 it to the live CD iso image so that cdrecord(1) can burn it? I think
 perhaps I should first try borrow experience on gentoo user list.

 How do you think is the best approach?

Partimage was made for this... http://www.partimage.org/Main_Page

Use http://www.sysresccd.org/Main_Page if you don't want to install it 
locally. There's also a static version which is what I use.

-jm
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] another openoffice build failure

2006-09-02 Thread Richard Fish

On 9/2/06, Allan Gottlieb [EMAIL PROTECTED] wrote:

I am not sure what to try next.  I suppose I could try to revert back
to gcc3.4.6
ajglap hdc10 # gcc-config --list-profiles
 [1] i686-pc-linux-gnu-3.4.6
 [2] i686-pc-linux-gnu-3.4.6-hardened
 [3] i686-pc-linux-gnu-3.4.6-hardenednopie
 [4] i686-pc-linux-gnu-3.4.6-hardenednopiessp
 [5] i686-pc-linux-gnu-3.4.6-hardenednossp
 [6] i686-pc-linux-gnu-4.1.1 *
ajglap hdc10 #

Any ideas would be welcome


Well googling wasn't terribly helpful for me, and I couldn't find any
bug report on bugs.gentoo.org.

The program that is failing (ar) comes from binutils.  Maybe you can
try the 2.17 version of binutils...it's what I built OOo with.

echo ~sys-devel/binutils-2.17 ~x86   /etc/portage/package.keywords
emerge --oneshot binutils
binutils-config -l  # make sure it shows 2.17 as selected
emerge --oneshot openoffice

If this doesn't work, reverting gcc versions, or maybe even just merge
openoffice-bin.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] cyrus-imap-admin compiling error

2006-09-02 Thread Richard Fish

On 9/2/06, Arnau Bria [EMAIL PROTECTED] wrote:

I'm not so familiar with that... I supposed it was stable...


Well, don't feel bad about that.  Seems like quite a few bugs being
filed today about stable packages not building with gcc-4.1, while the
~arch versions do.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo 2006.1 profile and use flag changes

2006-09-02 Thread Richard Fish

On 9/2/06, Peter Ruskin [EMAIL PROTECTED] wrote:

This is the second time I've tried updating gcc to 4.1.1.  This time
emerge -e world failed on sys-fs/dazuko kde-base/kdewebdev
sys-apps/busybox app-office/openoffice kde-base/kdemultimedia and
sci-astronomy/celestia before I gave up and reverted to 3.4.4.


Could you file bugs on each of these with your errors?  Also, it is
probably useful to try building the ~arch version of each package.  It
seems that some of the gcc-4.1 fixes are still in ~arch versions.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo 2006.1 profile and use flag changes

2006-09-02 Thread Richard Fish

On 9/2/06, Dale [EMAIL PROTECTED] wrote:

Good points but would it be that many changes?


Well, I don't know.  But what info would the mail list or forum thread
give you that --verbose --pretend doesn't?  Or stated another way,
what information are you missing that you are looking for?

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] backup tool for my Windows 98 desktop?

2006-09-02 Thread Nick Rout
On Sat, 2 Sep 2006 21:15:28 -0500
Joe Menola [EMAIL PROTECTED] wrote:

 On Saturday 02 September 2006 8:41 pm, Zhang Weiwu wrote:
   am tired of re-installing Windows 98, and then complete with other
  software (filezilla, 7-zip, extra editors..., OOO). I think perhaps it's
  easier after I re-installed everything I make a backup of the Windows
  partition onto a CDROM and later use that CDROM to restore the
  partition.
 
  The partition is 5GB but actual data on it is smaller then 600MB right
  after Win98 and complementary software installed.
 
  First I thought using gentoo live CD, use dd(1) to copy the partition to
  a file and burn it on the live CD. However the file must be too big to
  fit on CDR (en I think perhaps I can compress it), and yet how do I add
  it to the live CD iso image so that cdrecord(1) can burn it? I think
  perhaps I should first try borrow experience on gentoo user list.
 
  How do you think is the best approach?
 
 Partimage was made for this... http://www.partimage.org/Main_Page
 
 Use http://www.sysresccd.org/Main_Page if you don't want to install it 
 locally. There's also a static version which is what I use.
 
 -jm

or g4u
-- 
gentoo-user@gentoo.org mailing list