Re: [gentoo-user] sound (?) but no sound

2007-06-22 Thread Elias Probst
On Friday 22 June 2007 04:53:36 Dale wrote:
 Well, I read through the how to, I had all that done already, I just
 never had removed the arts USE flag.  The sounds works but it is slow to
 respond and sometimes it just doesn't catch up at all.  This is mostly
 while switching desktops or something that I do pretty quick.  Any ideas
 on that?

 I think some of it may be that arts is still running.  I did this to

 find that out:
  [EMAIL PROTECTED] / # ps aux | grep arts
  dale 31062  0.3  0.5  10784  6176 ?S21:39   0:00
  /usr/kde/3.5/bin/artsd -F 10 -S 4096 -s 1 -m artsmessage -c drkonqi -l
  3 -f
  root 31093  0.0  0.0   1656   472 pts/0R+   21:40   0:00 grep
  --colour=auto arts
  [EMAIL PROTECTED] / #

Go to:
- KDE Controlcenter
- Sound  Multimedia
- Sound-System
Uncheck the box [x] Enable the sound system

If artsd is still running, kill the process.

 I think it uses noatun to play the sounds.  I got it to work with what I
 currently have by telling it to use mplayer to play the sounds.  I would
 like to go back to the old way but without arts if someone can tell me
 how to get around this little boo boo.


I wouldn't use noatun. It's outdated, crappy, ugly and uses aRts ;-)
There are many other good players like Amarok. It uses xine or Helix as 
backend which is able using dmix devices.

Regards, Elias P.
-- 
A really nice number:
09:F9:11:02:9D:74:E3:5B:D8:41:56:C5:63:56:88:C0


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


[gentoo-user] Re: /boot without space.

2007-06-22 Thread Alexander Skwar
Ricardo Bevilacqua [EMAIL PROTECTED] wrote:

 Here I just have ~7Mb.
 Inside /boot/grub I have much less than 1Mb.
 
 Since the boot partition has 40Mb, why does my system say that is full
 if I only see less than 8Mb?
 
 
 tux grub # df -h | grep boot
 /dev/hdc1  40M   40M 0 100% /boot
 

Don't use ext3 for /boot - there's just no need for a journal on
/boot, as you'll VERY rarely write to it. For boot, the journal
is just a waste - a waste of 32m, to be exact. Combined with
your ~7Mb, this gives 40m.

Cheers,

Alexander Skwar

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: /boot without space.

2007-06-22 Thread Alexander Skwar
Alexander Skwar [EMAIL PROTECTED] wrote:

 Don't use ext3 for /boot - there's just no need for a journal on
 /boot, as you'll VERY rarely write to it. For boot, the journal
 is just a waste - a waste of 32m, to be exact. Combined with
 your ~7Mb, this gives 40m.

I was wrong. ext3 does not use 32m for journal on such a small
filesystem.

Alexander Skwar

-- 
[EMAIL PROTECTED] mailing list



Re[2]: [gentoo-user] strange MySQL issue

2007-06-22 Thread Sergey A. Kobzar
Hi Daevid,

Friday, June 22, 2007, 12:36:05 AM, you wrote:

 Just to verify that you're not insane, I too have seen this many times,
 but like you said, since mySQL is running, I left it alone as there are
 a million other things in Linux to fight with. ;-)

:)

The main problem is MySQL does not finish correctly after such start.
Looks like rc script checks if service was not started and does not
send command to finish it.

 I figured eventually a new ebuild would come out and fix itself...

I see this problem more then 2 months. New versions of MySQL were
released, but the problem was not fixed...


 But yeah, I'd love to know if you come up with a solution. 

Hack rc script? Good idea ;) Maybe someone has other (ready) solution?



 -Original Message-
 From: Sergey A. Kobzar [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, June 21, 2007 1:07 PM
 To: gentoo-user@lists.gentoo.org
 Subject: [gentoo-user] strange MySQL issue
 
 Hi guys,
 
 I have a strange issue - MySQL startup script reports about error
 during system startup:
 
 * Starting mysql ...
 * Starting mysql (/etc/mysql/my.cnf)
 * MySQL NOT started (0)
 
 There is no errors in /var/log/mysql/mysqld.err:
 
 070621 16:10:43 [Warning] No argument was provided to --log-bin, and
 --log-bin-index was not used; so replication may break when this MySQL
 server acts as a master and has his hostname changed!! Please use
 '--log-bin=/var/run/mysqld/mysqld-bin' to avoid this problem.
 070621 16:10:47  InnoDB: Started; log sequence number 0 43675
 070621 16:10:50 [Note] /usr/sbin/mysqld: ready for connections.
 Version: '5.0.42-log'  socket: '/var/run/mysqld/mysqld.sock'  port:
 3306  Gentoo Linux mysql-5.0.42
 
 MySQL process exists:
 
 # ps ax | grep mysql
  4208 ?Ssl0:00 /usr/sbin/mysqld
  --defaults-file=/etc/mysql/my.cnf --basedir=/usr
  --datadir=/var/lib/mysql --pid-file=/var/run/mysqld/mysqld.pid
  --socket=/var/run/mysqld/mysqld.sock
 
 # netstat -nlp | grep mysql
 tcp0  0 127.0.0.1:3306  0.0.0.0:* 
   LISTEN  4208/mysqld
 unix  2  [ ACC ] STREAM LISTENING 9546   
 4208/mysqld /var/run/mysqld/mysqld.sock
 
 
 Any ideas what it may be? I've checked mysql rc script and found this
 message may appears when it can't create mysql socket.
 
 Thanks for any help.
 
 
 P.S. # uname -rsm
 Linux 2.6.20-gentoo-r8 i686
 
 # ls -alh /etc/ | grep make.profile
 lrwxrwxrwx  1 root root   48 May  9 13:04 make.profile - 
 ../usr/portage/profiles/default-linux/x86/2007.0
 
 
 -- 
 Sergey
 
 -- 
 [EMAIL PROTECTED] mailing list


-- 
Sergey

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] 1st time framebuffer setup

2007-06-22 Thread Florian Philipp
Am Donnerstag 21 Juni 2007 20:09 schrieb Hans-Werner Hilse:
 Hi,

 On Thu, 21 Jun 2007 09:44:00 -0700

 Mark Knecht [EMAIL PROTECTED] wrote:
 The Gentoo Wiki page lists two different entries for doing
  framebuffer setup. I've never used framebuffers and wanted to check it
  out. Which is more appropriate for a new installation of 2007.0 on an
  older machine? (Athlon XP 1600+ with an NVidia GeForce4 MX 4000)
 
  http://gentoo-wiki.com/HOWTO_fbsplash
 
  http://gentoo-wiki.com/HOWTO_Framebuffer:Bootsplash:Grubsplash

 Those are just two different ways for setting up a splash screen; I
 think gentoo is currently more directed to bootsplash rather than
 fbsplash. But neither of them is mandatory for framebuffer usage (and
 framebuffer console). In order to use the framebuffer, you just need to
 load the relevant module and use fbset or compile the driver into the
 kernel and pass the right video=... paramenter to the kernel and
 you're set.

 Why aren't these Wiki pages dated or am I missing that?

 This page was last modified 17:33, 20 June 2007: bottom left.
 page history link: top right.

 HTH,

 -hwh

I've got a related question: Does video=... work if the fb is a module?


pgpjoaCIr1Yx3.pgp
Description: PGP signature


Re: [gentoo-user] where is libnetsnmp-devel? (needed for hplip)

2007-06-22 Thread Mick
On Friday 22 June 2007 03:19, Allan Gottlieb wrote:

 Thanks; you are right.  I eventually found it too.  I now see where I
 got into trouble.  I didn't set the snmp use flag and hence hplip
 didn't bring in net-analyzer/net-snmp.

 Is this a bug?  That is, should hplip unconditionally depend on
 net-snmp?  hplip includes hp-check, which complained that I needed
 libnetsnmp-devel.

I do not think that this is a bug.  If you need information from networked 
printers, e.g. amount of ink left in the cartridge, or what not, then you 
enable the snmp flag and all 4.9M of net-analyzer/net-snmp and 5.9M of its 
dependencies will be downloaded and installed.

Now, hplip-check is somewhat drastic in its remarks:
==
Checking for dependency libnetsnmp-devel - SNMP networking library development 
files...
error: Not found!
error: This is a REQUIRED dependency. Please make sure that this dependency is 
installed before installing or running HPLIP.
==

Does this mean that ALL flags must be enabled for hplip to function properly?  
Hmm, not sure on this one.

 I still have not been able to install my network-attached hp officejet
 7310 using hp-setup (it install fine via cups).  The trouble is that
 scanning doesn't work and various network posts suggest that
 installing via hp-setup is needed for most of the hp tool and for full
 functionality of the device.

Sure, but since your device is networked and you want the full functionality 
this will definitely require the snmp flag AND the scanner flag.

Hope this helps.
-- 
Regards,
Mick


pgpF10fAGDwXv.pgp
Description: PGP signature


Re: [gentoo-user] /boot without space.

2007-06-22 Thread Mick
On Friday 22 June 2007 02:38, Hemmann, Volker Armin wrote:
 On Freitag, 22. Juni 2007, Ricardo Bevilacqua wrote:
  2007/6/21, Hemmann, Volker Armin [EMAIL PROTECTED]:
   I don't think that you need to investigate more. Just be carefull when
   nuking the fs - you have to setup grub after that again. It might be
   smart to save the configs in /boot/grub ;)
 
  Any advice before doing that? =)

 reread the grub setup instructions on gentoo.org?

Make a back up:

# mount /boot
# cd /boot
# tar cpvf /tmp/boot_backup.tar . 

Then mkfs type on your /boot partition, re-install grub and untar the /boot 
archive and cp -a kernel_files, grub.conf, etc. from /tmp to /boot as 
needed.

HTH.
-- 
Regards,
Mick


pgpAWN31EYcz8.pgp
Description: PGP signature


Re: [gentoo-user] Can't build glib.

2007-06-22 Thread Mick
On Thursday 21 June 2007 20:54, Mike Diehl wrote:
 On Thursday 21 June 2007 01:45:12 pm Hemmann, Volker Armin wrote:
  On Dienstag, 19. Juni 2007, Mike Diehl wrote:
   Hi all.
  
   I'm still having difficulty getting my new laptop to build kde.  I
   can't believe how much trouble I've had.  Usually, with Gentoo, things
   just work.
  
   Anyway, the problem is with the glib emerge:
  
   Anyone have any ideas how to start to fix this?
 
  update libtool?
 
  search bugzilla?

 I think I've got it working.

Care to tell us how, in case someone else comes across this problem?

-- 
Regards,
Mick


pgpj4o42QUkzM.pgp
Description: PGP signature


Re: [gentoo-user] /boot without space.

2007-06-22 Thread Benno Schulenberg
 tux boot # df -T /boot
Type   1K Blocks   UsedAvailable Use%
 Mounted in /dev/hdc1 reiserfs   40120 40120 0
   100% /boot

 That isn't the literal output, I had to translate it,

There's no need to translate it.  When posting output of a command, 
preceding the command with LC_ALL=C will undo any localisation.  In 
this case: 'LC_ALL=C  df -T /boot' should produce unlocalised text.  

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] sound (?) but no sound

2007-06-22 Thread Dale
Elias Probst wrote:
 On Friday 22 June 2007 04:53:36 Dale wrote:
   
 Well, I read through the how to, I had all that done already, I just
 never had removed the arts USE flag.  The sounds works but it is slow to
 respond and sometimes it just doesn't catch up at all.  This is mostly
 while switching desktops or something that I do pretty quick.  Any ideas
 on that?

 I think some of it may be that arts is still running.  I did this to

 find that out:
 
 [EMAIL PROTECTED] / # ps aux | grep arts
 dale 31062  0.3  0.5  10784  6176 ?S21:39   0:00
 /usr/kde/3.5/bin/artsd -F 10 -S 4096 -s 1 -m artsmessage -c drkonqi -l
 3 -f
 root 31093  0.0  0.0   1656   472 pts/0R+   21:40   0:00 grep
 --colour=auto arts
 [EMAIL PROTECTED] / #
   

 Go to:
 - KDE Controlcenter
 - Sound  Multimedia
 - Sound-System
 Uncheck the box [x] Enable the sound system

 If artsd is still running, kill the process.
   

OK.  That was already done as well.  However, I killed the process and
went there to hit the test sound button.  I went back and artsd was
running again plus a new one.

 [EMAIL PROTECTED] / # ps aux | grep arts
 dale 15246  2.2  1.3  28776 13816 ?S07:08   0:00
 kcmshell [kdeinit] arts 
 dale 15253  2.5  0.7  20284  7572 ?Sl   07:08   0:00
 /usr/kde/3.5/bin/artsd -F 10 -S 4096 -s 1 -m artsmessage -c drkonqi -l
 3 -f
 root 15264  0.0  0.0   1656   476 pts/6R+   07:08   0:00 grep
 --colour=auto arts
 [EMAIL PROTECTED] / #



 I wouldn't use noatun. It's outdated, crappy, ugly and uses aRts ;-)
 There are many other good players like Amarok. It uses xine or Helix as 
 backend which is able using dmix devices.

 Regards, Elias P.
   

I'm not using noatun, it appears that that is what KDE is using or
something.  See this:

 [EMAIL PROTECTED] / # equery depends kdemultimedia
 [ Searching for packages depending on kdemultimedia... ]
 kde-base/noatun-plugins-3.5.7 (~kde-base/kdemultimedia-3.5.7)
 [EMAIL PROTECTED] / #

For some reason, KDE is REQUIRING arts and noatun on my system.  I have
no idea why.  Also, since removing arts, I can not get some thing to
emerge because the arts flag has been removed.  I posted the error
earlier.  Maybe it was noatun.  I know KDE was complaining that it could
not find it when I had no sound at all though.  Which is why I told it
to use mplayer.  Now it is just slow to play a sound and some sounds
don't work at all.

I don't know what is going on but it was working better before.  I just
don't want to put the arts flag back and reemerge all that stuff again.

Ideas??  I'm fresh out.

Dale

:-)  :-)  :-)



Re: [gentoo-user] sound (?) but no sound

2007-06-22 Thread Alex Schuster
Dale writes:

 Elias Probst wrote:
  Go to:
  - KDE Controlcenter
  - Sound  Multimedia
  - Sound-System
  Uncheck the box [x] Enable the sound system
 
  If artsd is still running, kill the process.

 OK.  That was already done as well.  However, I killed the process and
 went there to hit the test sound button.  I went back and artsd was
 running again plus a new one.

Strange. When I have Enable the sound system disabled, the whole dialog 
becomes insensitive, and I cannot push the test sound button.

Have a look at the next menu item, system messages or something. Look at 
the bottom right, playback settings (or s.th. like that depending on your 
localization). Uncheck the first entry use KDE sound system, and 
instead use /usr/bin/playsound as external player (emerge 
media-libs/sdl-sound for that). Other players might work as well.

  I wouldn't use noatun. It's outdated, crappy, ugly and uses aRts ;-)
  There are many other good players like Amarok. It uses xine or Helix
  as backend which is able using dmix devices.

 I'm not using noatun, it appears that that is what KDE is using or
 something.  See this:
  [EMAIL PROTECTED] / # equery depends kdemultimedia
  [ Searching for packages depending on kdemultimedia... ]
  kde-base/noatun-plugins-3.5.7 (~kde-base/kdemultimedia-3.5.7)
  [EMAIL PROTECTED] / #

Well, noatun for sure depends on kdemultimedia, but it is not needed by 
kdemultimedia. What does equery depends noatun give? I get an empty 
list.
And what about equery depends arts? It should list a lot of packages. 
Are there some which do not have the arts? entry in it, besides noatun?

 For some reason, KDE is REQUIRING arts and noatun on my system.  I have
 no idea why.

Probably noatun needs arts, and you still have it running. Maybe noatun 
depends on noatun-plugins which you need to unmerge?

 Also, since removing arts, I can not get some thing to 
 emerge because the arts flag has been removed.  I posted the error
 earlier.  Maybe it was noatun.

It was noatun-plugins. Remove it.

Alex
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] sound (?) but no sound

2007-06-22 Thread Mick
On Friday 22 June 2007 13:20, Dale wrote:

 OK.  That was already done as well.  However, I killed the process and
 went there to hit the test sound button.  I went back and artsd was
 running again plus a new one.

  [EMAIL PROTECTED] / # ps aux | grep arts
  dale 15246  2.2  1.3  28776 13816 ?S07:08   0:00
  kcmshell [kdeinit] arts
  dale 15253  2.5  0.7  20284  7572 ?Sl   07:08   0:00
  /usr/kde/3.5/bin/artsd -F 10 -S 4096 -s 1 -m artsmessage -c drkonqi -l
  3 -f
  root 15264  0.0  0.0   1656   476 pts/6R+   07:08   0:00 grep
  --colour=auto arts
  [EMAIL PROTECTED] / #
 
 I'm not using noatun, it appears that that is what KDE is using or

 something.  See this:
  [EMAIL PROTECTED] / # equery depends kdemultimedia
  [ Searching for packages depending on kdemultimedia... ]
  kde-base/noatun-plugins-3.5.7 (~kde-base/kdemultimedia-3.5.7)
  [EMAIL PROTECTED] / #

 For some reason, KDE is REQUIRING arts and noatun on my system.  I have
 no idea why.  Also, since removing arts, I can not get some thing to
 emerge because the arts flag has been removed.  I posted the error
 earlier.  Maybe it was noatun.  I know KDE was complaining that it could
 not find it when I had no sound at all though.  Which is why I told it
 to use mplayer.  Now it is just slow to play a sound and some sounds
 don't work at all.

You will need to go through a process of removing all packages that have arts 
as a dependency.  Noatun is one of them.  If you really want to use noatun or 
noatun-plugins, I am afraid you have to also emerge arts in your system.

I've been through all this some months ago on different machines - you can 
read more here:

http://article.gmane.org/gmane.linux.gentoo.user/180433
-- 
Regards,
Mick


pgpy2d64IOS1i.pgp
Description: PGP signature


Re: [gentoo-user] sound (?) but no sound

2007-06-22 Thread Alan McKinnon
On Friday 22 June 2007, Dale wrote:
 I'm not using noatun, it appears that that is what KDE is using or

 something.  See this:
  [EMAIL PROTECTED] / # equery depends kdemultimedia
  [ Searching for packages depending on kdemultimedia... ]
  kde-base/noatun-plugins-3.5.7 (~kde-base/kdemultimedia-3.5.7)
  [EMAIL PROTECTED] / #

It would appear that you have installed the kdemultimedia package. 
That's a monlithic one, and it WILL install noatun, which requires 
arts. if that's the case, the only way out I'm afraid is the long way 
round - unmerge kdemultimedia, and merge kdemultimedia-meta with 
USE=-arts xine

 For some reason, KDE is REQUIRING arts and noatun on my system.  I
 have no idea why.  Also, since removing arts, I can not get some
 thing to emerge because the arts flag has been removed.  I posted the
 error earlier.  Maybe it was noatun.  I know KDE was complaining that
 it could not find it when I had no sound at all though.  Which is why
 I told it to use mplayer.  Now it is just slow to play a sound and
 some sounds don't work at all.

KDE works just fine without arts  noatun, with amarok, alsa and a 
decent sound card. That's how mine is set up and it's been like that 
since, oh I dunno, 3.5? So it can be gotten to work with a minimum of 
effort. 

alan



-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
--
[EMAIL PROTECTED] mailing list



[gentoo-user] Fan Speed

2007-06-22 Thread Florian Philipp
Hi!

I've searched for it for quiet some time and found nothing so I guess my 
chances are pretty bad.

Anyway, is there a tool that is comparable to SpeedFan for Windows? Something 
that lets me control the speed of my CPU fan? 

Thanks in advance!

Florian Philipp


pgp2WTGSNO5j8.pgp
Description: PGP signature


[gentoo-user] gentoo fail to start

2007-06-22 Thread Xihong Yin
Hi,

I emerged pcmciautils, but the kernel fails when I reboot the computer. It
freezes at

loading ath_pci


Does anybody knows how to fix it?

Thanks,
Zhengtao

--
Get a free email account with anti spam protection.
http://www.bluebottle.com

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Problems accessing gmail with pop3 using kmail/kontact

2007-06-22 Thread Alan McKinnon
Hi all,

My patience with kmail is rapidly coming to an end. All those who wish 
kmail to survive another week on my machine are asked to voice their 
objections now. 

I use it within kontact, and every second day or so I can no longer 
access my gmail account using pop3. 'killall kio_pop3' tends to fix 
this so I assume it's some kind of locking issue. But I also have two 
other pop3 accounts where this does not happen, and I can invariably 
get to gmail in a browser when kmail locks up.

Anyone know of a solution? I have a perfectly normal install:

nazgul ~ # eix kmail
[I] kde-base/kmail
 Available versions:  (3.5)  3.5.5-r1 3.5.5-r2 (~)3.5.6-r1 (~)
3.5.6-r2 (~)3.5.6-r3 (~)3.5.7
 Installed versions:  3.5.7(3.5)(00:45:57 06/04/07)(-arts 
crypt -debug -elibc_FreeBSD kdeenablefinal -xinerama)
 Homepage:http://www.kde.org/
 Description: KMail is the email component of Kontact, the 
integrated personal information manager of KDE.

nazgul ~ # eix kontact
[I] kde-base/kontact
 Available versions:  (3.5)  3.5.5 (~)3.5.6 (~)3.5.7
 Installed versions:  3.5.7(3.5)(21:23:12 06/04/07)
(-arts -debug -elibc_FreeBSD kdeenablefinal -xinerama)
 Homepage:http://www.kde.org/
 Description: KDE personal information manager


alan

-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gentoo fail to start

2007-06-22 Thread Mick
On Friday 22 June 2007 14:17, Xihong Yin wrote:
 Hi,

 I emerged pcmciautils, but the kernel fails when I reboot the computer. It
 freezes at

 loading ath_pci

 Does anybody knows how to fix it?

Recompile the kernel with ath_pci as a module.  Then manually modprobe -v 
ath_pci after the machine has booted up and see what it returns along with 
dmesg and  tail-f /var/log/syslog.
-- 
Regards,
Mick


pgpO45btHsymh.pgp
Description: PGP signature


Re: [gentoo-user] sound (?) but no sound

2007-06-22 Thread Alex Schuster
Alan McKinnon writes:

 It would appear that you have installed the kdemultimedia package.
 That's a monlithic one, and it WILL install noatun, which requires
 arts.

I also have kdemultimedia installed, but not noatun.

[EMAIL PROTECTED] ~ -- eix -I kdemultimedia
[I] kde-base/kdemultimedia
 Available versions:  (3.5)  3.5.5 ~3.5.6 ~3.5.7
 Installed versions:  3.5.5(3.5)(20:25:05 04/19/07)(-akode 
alsa -arts -audiofile -debug -elibc_FreeBSD 
encode -flac -gstreamer -kdeenablefinal -mp3 -theora vorbis 
xine -xinerama)
 Homepage:http://www.kde.org/
 Description: KDE multimedia apps: Noatun, KsCD, Juk...

[EMAIL PROTECTED] ~ -- eix -I noatun
No matches found.

[EMAIL PROTECTED] ~ -- equery depends noatun
[ Searching for packages depending on noatun... ]

Alex
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems accessing gmail with pop3 using kmail/kontact

2007-06-22 Thread Mick
On Friday 22 June 2007 14:34, Alan McKinnon wrote:
 Hi all,

 My patience with kmail is rapidly coming to an end. All those who wish
 kmail to survive another week on my machine are asked to voice their
 objections now.

 I use it within kontact, and every second day or so I can no longer
 access my gmail account using pop3. 'killall kio_pop3' tends to fix
 this so I assume it's some kind of locking issue. But I also have two
 other pop3 accounts where this does not happen, and I can invariably
 get to gmail in a browser when kmail locks up.

 Anyone know of a solution? I have a perfectly normal install:

 nazgul ~ # eix kmail
 [I] kde-base/kmail
  Available versions:  (3.5)  3.5.5-r1 3.5.5-r2 (~)3.5.6-r1 (~)
 3.5.6-r2 (~)3.5.6-r3 (~)3.5.7
  Installed versions:  3.5.7(3.5)(00:45:57 06/04/07)(-arts
 crypt -debug -elibc_FreeBSD kdeenablefinal -xinerama)
  Homepage:http://www.kde.org/
  Description: KMail is the email component of Kontact, the
 integrated personal information manager of KDE.

 nazgul ~ # eix kontact
 [I] kde-base/kontact
  Available versions:  (3.5)  3.5.5 (~)3.5.6 (~)3.5.7
  Installed versions:  3.5.7(3.5)(21:23:12 06/04/07)
 (-arts -debug -elibc_FreeBSD kdeenablefinal -xinerama)
  Homepage:http://www.kde.org/
  Description: KDE personal information manager

I am using the stable kontact/kmail packages and do not have any problem 
accessing my gmail account.  Assuming that yours is correctly configured and 
there are no network problems, I can only point the finger at the testing 
versions you are running.

BTW, a couple of weeks ago I *did* have problems accessing Gmail, which I 
attributed to the gmail pop server.  It only lasted a couple of days and 
since then popping Gmail has been trouble free.

It may be worth trying openssl to connect to Gmail on the command line to 
troubleshoot it, if  you are still getting failures to connect.
-- 
Regards,
Mick


pgpxPfGa7CkEL.pgp
Description: PGP signature


Re: [gentoo-user] Fan Speed

2007-06-22 Thread Mick
On Friday 22 June 2007 14:00, Florian Philipp wrote:
 Hi!

 I've searched for it for quiet some time and found nothing so I guess my
 chances are pretty bad.

 Anyway, is there a tool that is comparable to SpeedFan for Windows?
 Something that lets me control the speed of my CPU fan?

 Thanks in advance!

 Florian Philipp

Don't know what SpeedFan does but fancontrol is part of lm_sensors.  Check man 
fan_control.  To kick it in, add it to your rc-update scripts:  rc-update -a 
fancontrol, but would be a good idea to have sorted out its configuration 
first.  Also, you may need to have switched fan control off in your BIOS.

Of course if your MoBo is not recognised by lm_sensors (mine isn't) then I 
don't know if there's anything else you can do.

HTH
-- 
Regards,
Mick


pgpWy7ecLIGGF.pgp
Description: PGP signature


Re: [gentoo-user] sound (?) but no sound

2007-06-22 Thread Elias Probst
On Friday 22 June 2007 15:38:49 Alex Schuster wrote:
 Alan McKinnon writes:
  It would appear that you have installed the kdemultimedia package.
  That's a monlithic one, and it WILL install noatun, which requires
  arts.

 I also have kdemultimedia installed, but not noatun.

 [EMAIL PROTECTED] ~ -- eix -I kdemultimedia
 [I] kde-base/kdemultimedia
  Available versions:  (3.5)  3.5.5 ~3.5.6 ~3.5.7
  Installed versions:  3.5.5(3.5)(20:25:05 04/19/07)(-akode
 alsa -arts -audiofile -debug -elibc_FreeBSD
 encode -flac -gstreamer -kdeenablefinal -mp3 -theora vorbis
 xine -xinerama)
  Homepage:http://www.kde.org/
  Description: KDE multimedia apps: Noatun, KsCD, Juk...

 [EMAIL PROTECTED] ~ -- eix -I noatun
 No matches found.

 [EMAIL PROTECTED] ~ -- equery depends noatun
 [ Searching for packages depending on noatun... ]

   Alex

You didn't understand the difference between kdemultimedia and 
kdemultimedia-meta.
Read this:
http://www.gentoo.org/doc/en/kde-split-ebuilds.xml ;-)

Regards, Elias P.

-- 
A really nice number:
09:F9:11:02:9D:74:E3:5B:D8:41:56:C5:63:56:88:C0


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


Re: [gentoo-user] Problems accessing gmail with pop3 using kmail/kontact

2007-06-22 Thread Alan McKinnon
On Friday 22 June 2007, Mick wrote:
 On Friday 22 June 2007 14:34, Alan McKinnon wrote:
  Hi all,
[snip]
  I use it within kontact, and every second day or so I can no longer
  access my gmail account using pop3. 'killall kio_pop3' tends to fix
  this so I assume it's some kind of locking issue. But I also have
  two other pop3 accounts where this does not happen, and I can
  invariably get to gmail in a browser when kmail locks up.

[snip]

 I am using the stable kontact/kmail packages and do not have any
 problem accessing my gmail account.  Assuming that yours is correctly
 configured and there are no network problems, I can only point the
 finger at the testing versions you are running.

sigh I was afraid of that...

 BTW, a couple of weeks ago I *did* have problems accessing Gmail,
 which I attributed to the gmail pop server.  It only lasted a couple
 of days and since then popping Gmail has been trouble free.

Yes, I ran into that too, and the difference was that I couldn;t get 
there in a browser either, but i'ts different this time

 It may be worth trying openssl to connect to Gmail on the command
 line to troubleshoot it, if  you are still getting failures to
 connect.

Good, idea, I hadn't though of that.
Thanks

alan

-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] sound (?) but no sound

2007-06-22 Thread Mick
On Friday 22 June 2007 15:06, Dale wrote:

 If it wants to play more than one sound, it only plays one.  One way I
 noticed this is if I put my mouse on the bottom where the desktop
 selection thing is then move the wheel, it only plays one sound, the
 first one then it can't play anymore for a few seconds.  It used to play
 them all at the same time, if I switch through more than one desktop.

I have noticed this too with KDE system sounds; e.g. when two notifications 
come up in quick succession when I login to a secure site and I click on them 
quickly, then only one sound is heard.

No idea why this happens.
-- 
Regards,
Mick


pgpWDVzKKDfNV.pgp
Description: PGP signature


Re: [gentoo-user] sound (?) but no sound

2007-06-22 Thread Alex Schuster
Alan McKinnon writes:

 On Friday 22 June 2007, Alex Schuster wrote:
  Alan McKinnon writes:
   It would appear that you have installed the kdemultimedia package.
   That's a monlithic one, and it WILL install noatun, which requires
   arts.
 
  I also have kdemultimedia installed, but not noatun.
[...]
 You do have noatun binaries installed, but it's part of the huge
 humunguous kdemultmedia package, which is NOT a meta package

Okay, I forgot about the noatun package being for non-monolithic KDE 
installs only. TZhanks also to Elias for pointing that out.

But still I cannot find any noatun binary on my system:

[EMAIL PROTECTED] ~ -- equery files kdemultimedia | grep noatun
/usr/kde/3.5/share/doc/HTML/en/noatun
/usr/kde/3.5/share/doc/HTML/en/noatun/common
/usr/kde/3.5/share/doc/HTML/en/noatun/index.cache.bz2
/usr/kde/3.5/share/doc/HTML/en/noatun/index.docbook

[EMAIL PROTECTED] ~ -- noatun
bash: noatun: command not found

Alex
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] sound (?) but no sound

2007-06-22 Thread Dale
Mick wrote:
 On Friday 22 June 2007 13:20, Dale wrote:

   
 OK.  That was already done as well.  However, I killed the process and
 went there to hit the test sound button.  I went back and artsd was
 running again plus a new one.

 
 [EMAIL PROTECTED] / # ps aux | grep arts
 dale 15246  2.2  1.3  28776 13816 ?S07:08   0:00
 kcmshell [kdeinit] arts
 dale 15253  2.5  0.7  20284  7572 ?Sl   07:08   0:00
 /usr/kde/3.5/bin/artsd -F 10 -S 4096 -s 1 -m artsmessage -c drkonqi -l
 3 -f
 root 15264  0.0  0.0   1656   476 pts/6R+   07:08   0:00 grep
 --colour=auto arts
 [EMAIL PROTECTED] / #

   
 I'm not using noatun, it appears that that is what KDE is using or

 something.  See this:
 
 [EMAIL PROTECTED] / # equery depends kdemultimedia
 [ Searching for packages depending on kdemultimedia... ]
 kde-base/noatun-plugins-3.5.7 (~kde-base/kdemultimedia-3.5.7)
 [EMAIL PROTECTED] / #
   
 For some reason, KDE is REQUIRING arts and noatun on my system.  I have
 no idea why.  Also, since removing arts, I can not get some thing to
 emerge because the arts flag has been removed.  I posted the error
 earlier.  Maybe it was noatun.  I know KDE was complaining that it could
 not find it when I had no sound at all though.  Which is why I told it
 to use mplayer.  Now it is just slow to play a sound and some sounds
 don't work at all.
 

 You will need to go through a process of removing all packages that have arts 
 as a dependency.  Noatun is one of them.  If you really want to use noatun or 
 noatun-plugins, I am afraid you have to also emerge arts in your system.

 I've been through all this some months ago on different machines - you can 
 read more here:

 http://article.gmane.org/gmane.linux.gentoo.user/180433
   

Well, my previous email about logging out and back in has not made it
back yet.  I logged out and back in and things are better.  But there is
one thing that still bugs me.

If it wants to play more than one sound, it only plays one.  One way I
noticed this is if I put my mouse on the bottom where the desktop
selection thing is then move the wheel, it only plays one sound, the
first one then it can't play anymore for a few seconds.  It used to play
them all at the same time, if I switch through more than one desktop. 

I also noticed earlier this morning that someone hit me up on Kopete,
the one app that has been working so far, and I was changing desktops. 
The desktop sound played fine but the only way I knew Kopete opened a
chat window was that it turned the button blue at the bottom.  It could
not play a sound for Kopete since something else had it in use I guess. 
I can play a CD and the other sounds work fine.  It just seems that KDE
can only play one sound and that it has to wait a few seconds before it
can play anything else.

This is my card info:

 [EMAIL PROTECTED] / # cat /proc/asound/cards
  0 [Live   ]: EMU10K1 - SB Live [Unknown]
   SB Live [Unknown] (rev.10, serial:0x80671102) at
 0xcc00, irq 11
 [EMAIL PROTECTED] / #


Any ideas on this one?   At least we made progress. 

Thanks

Dale

:-)  :-)


Re: [gentoo-user] where is libnetsnmp-devel? (needed for hplip)

2007-06-22 Thread Allan Gottlieb
At Fri, 22 Jun 2007 08:56:12 +0100 Mick [EMAIL PROTECTED] wrote:

 Sure, but since your device is networked and you want the full functionality 
 this will definitely require the snmp flag AND the scanner flag.

 Hope this helps.

Indeed the comments on this group and the hplip list have been quite
helpful.

The snmp use flag is required for a network printer (the wiki had this
but I somehow missed it).

The only problem on the gentoo end is that the ppd files are not put
where hp-setup wants them.

* For the printer not so bad, since hp-setup offers a manual
  specification ability.

* For the fax, no manual specification is offer (I commented on this
  to the hplip list) so adding a symlink is necessary

Thanks for your help.  At this point I have printing (always did, but
now the printer is using hplip) and scanning, the latter was the goal
of the project.  The fax is recognized by hp-setup, but a complaint is
given and I am not a heavy fax user so I am please with the output.
I am following up the fax issue on the hplip list.

Question:  Do you think the fact that the ppd files are not put in the
right place for hplip is a bug I should file?

thanks,
allan
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] sound (?) but no sound

2007-06-22 Thread Alan McKinnon
On Friday 22 June 2007, Alex Schuster wrote:
 Alan McKinnon writes:
  It would appear that you have installed the kdemultimedia package.
  That's a monlithic one, and it WILL install noatun, which requires
  arts.

 I also have kdemultimedia installed, but not noatun.

 [EMAIL PROTECTED] ~ -- eix -I kdemultimedia
 [I] kde-base/kdemultimedia
  Available versions:  (3.5)  3.5.5 ~3.5.6 ~3.5.7
  Installed versions:  3.5.5(3.5)(20:25:05 04/19/07)(-akode
 alsa -arts -audiofile -debug -elibc_FreeBSD
 encode -flac -gstreamer -kdeenablefinal -mp3 -theora vorbis
 xine -xinerama)
  Homepage:http://www.kde.org/
  Description: KDE multimedia apps: Noatun, KsCD, Juk...

 [EMAIL PROTECTED] ~ -- eix -I noatun
 No matches found.

 [EMAIL PROTECTED] ~ -- equery depends noatun
 [ Searching for packages depending on noatun... ]

   Alex

You do have noatun binaries installed, but it's part of the huge 
humunguous kdemultmedia package, which is NOT a meta package

If you install kdemultimedia-meta instead, it installs a bunch of 
individual packages, one of which is kde-base/noatun

alan


-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems accessing gmail with pop3 using kmail/kontact

2007-06-22 Thread Zsitvai János
Hello, 

This may sound like overkill, but I've found that the most reliable set-up is 
to simply configure fetchmail, procmail, spamassassin, dovecot and postfix 
properly, and just use whatever client you prefer as an IMAP reader. I used to 
move between a couple of clients, but now I'm pretty much settled on KMail and 
Gnus.

If everything else is configured properly, you'll never face something like 
this again. It's well worth the one-time investment.

János Zsitvai
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] where is libnetsnmp-devel? (needed for hplip)

2007-06-22 Thread Mick
On Friday 22 June 2007 14:46, Allan Gottlieb wrote:
 At Fri, 22 Jun 2007 08:56:12 +0100 Mick [EMAIL PROTECTED] wrote:
  Sure, but since your device is networked and you want the full
  functionality this will definitely require the snmp flag AND the scanner
  flag.
 
  Hope this helps.

 Indeed the comments on this group and the hplip list have been quite
 helpful.

 The snmp use flag is required for a network printer (the wiki had this
 but I somehow missed it).

 The only problem on the gentoo end is that the ppd files are not put
 where hp-setup wants them.

I've noticed this too and it's rather annoying.

 * For the printer not so bad, since hp-setup offers a manual
   specification ability.

 * For the fax, no manual specification is offer (I commented on this
   to the hplip list) so adding a symlink is necessary

 Thanks for your help.  At this point I have printing (always did, but
 now the printer is using hplip) and scanning, the latter was the goal
 of the project.  The fax is recognized by hp-setup, but a complaint is
 given and I am not a heavy fax user so I am please with the output.
 I am following up the fax issue on the hplip list.

Would you perhaps write a wiki article once you've squared all the circles?

 Question:  Do you think the fact that the ppd files are not put in the
 right place for hplip is a bug I should file?

Yes, I would think so.  Ideally, the ebuild should cater for 
copying/symlinking appropriate files, or at least popping up a message at 
emerge time to tell you to do so manually.

Although I have emerged hplip I am not using it.  I print through cups using 
hpjis.  Is there a benefit to using hplip and its tools?
-- 
Regards,
Mick


pgp7TUAL4aC6Y.pgp
Description: PGP signature


Re: [gentoo-user] Fan Speed

2007-06-22 Thread Florian Philipp
Am Freitag 22 Juni 2007 15:53 schrieb Mick:
 On Friday 22 June 2007 14:00, Florian Philipp wrote:
  Hi!
 
  I've searched for it for quiet some time and found nothing so I guess my
  chances are pretty bad.
 
  Anyway, is there a tool that is comparable to SpeedFan for Windows?
  Something that lets me control the speed of my CPU fan?
 
  Thanks in advance!
 
  Florian Philipp

 Don't know what SpeedFan does but fancontrol is part of lm_sensors.  Check
 man fan_control.  To kick it in, add it to your rc-update scripts: 
 rc-update -a fancontrol, but would be a good idea to have sorted out its
 configuration first.  Also, you may need to have switched fan control off
 in your BIOS.

 Of course if your MoBo is not recognised by lm_sensors (mine isn't) then I
 don't know if there's anything else you can do.

 HTH

Thanks!

Somehow I've never found anything on google.com.


pgp7jHW2KwoaL.pgp
Description: PGP signature


Re: [gentoo-user] Problems accessing gmail with pop3 using kmail/kontact

2007-06-22 Thread Hemmann, Volker Armin
On Freitag, 22. Juni 2007, Alan McKinnon wrote:
 Hi all,

 My patience with kmail is rapidly coming to an end. All those who wish
 kmail to survive another week on my machine are asked to voice their
 objections now.

 I use it within kontact, and every second day or so I can no longer
 access my gmail account using pop3. 'killall kio_pop3' tends to fix
 this so I assume it's some kind of locking issue. But I also have two
 other pop3 accounts where this does not happen, and I can invariably
 get to gmail in a browser when kmail locks up.

don't have kmail open for days?
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] sound (?) but no sound

2007-06-22 Thread Sabyasachi Ghosh

I usually disable the kde sound system and use a command line player (like
aplay or mplayer) for the event notifications..seems to work fine with me..

On 6/19/07, Thierry de Coulon [EMAIL PROTECTED] wrote:


Hello,

I've managed to emerge the gentoo base, X and KDE and all are running
fine. My
last problem is sound. After several attemps (with the kernel ALSA module
and
ALSA-driver), I've got my SB Live correctly loaded with ALSA Driver - at
least there is no error message. I didn't load any module explicitely. The
system loads emu10K1-gp

However, I have no sound. The KDE control center does show options for
midi on
the SB Live 5.1, I've unmuted everything I could in alsamixer, kmix shows
there is a sound device there.

But kinfocenter says there is no information about the sound device, and
when
I start Amarok,  it says there is no suitable demux plugin.

Everything has been compiled with the arts and oggvorbis flags, and I did
an
emerge -e word to ensure everything had been compiled with the actual
flags.

What am I missing?

Thierry

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Fan Speed

2007-06-22 Thread Mick
On Friday 22 June 2007 15:40, Florian Philipp wrote:
 Am Freitag 22 Juni 2007 15:53 schrieb Mick:
  On Friday 22 June 2007 14:00, Florian Philipp wrote:
   Hi!
  
   I've searched for it for quiet some time and found nothing so I guess
   my chances are pretty bad.
  
   Anyway, is there a tool that is comparable to SpeedFan for Windows?
   Something that lets me control the speed of my CPU fan?
  
   Thanks in advance!
  
   Florian Philipp
 
  Don't know what SpeedFan does but fancontrol is part of lm_sensors. 
  Check man fan_control.  To kick it in, add it to your rc-update scripts:
  rc-update -a fancontrol, but would be a good idea to have sorted out its
  configuration first.  Also, you may need to have switched fan control off
  in your BIOS.
 
  Of course if your MoBo is not recognised by lm_sensors (mine isn't) then
  I don't know if there's anything else you can do.
 
  HTH

 Thanks!

 Somehow I've never found anything on google.com.

Hmm . . .
http://www.google.co.uk/search?hl=enq=controlling+fan+speed+in+LinuxbtnG=Google+Searchmeta=
-- 
Regards,
Mick


pgpv0u96Df40A.pgp
Description: PGP signature


Re: [gentoo-user] sound (?) but no sound

2007-06-22 Thread Elias Probst
On Friday 22 June 2007 16:38:35 Mick wrote:
 On Friday 22 June 2007 15:06, Dale wrote:
  If it wants to play more than one sound, it only plays one.  One way I
  noticed this is if I put my mouse on the bottom where the desktop
  selection thing is then move the wheel, it only plays one sound, the
  first one then it can't play anymore for a few seconds.  It used to play
  them all at the same time, if I switch through more than one desktop.

 I have noticed this too with KDE system sounds; e.g. when two notifications
 come up in quick succession when I login to a secure site and I click on
 them quickly, then only one sound is heard.

 No idea why this happens.

Maybe using picoxine for playing system sounds helps you. Then use 
plug:dmix:1 as ALSA output device in picoxine.

Regards, Elias P.


-- 
A really nice number:
09:F9:11:02:9D:74:E3:5B:D8:41:56:C5:63:56:88:C0


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


Re: [gentoo-user] Problems accessing gmail with pop3 using kmail/kontact

2007-06-22 Thread Alan McKinnon
On Friday 22 June 2007, Hemmann, Volker Armin wrote:
 On Freitag, 22. Juni 2007, Alan McKinnon wrote:
  Hi all,
 
  My patience with kmail is rapidly coming to an end. All those who
  wish kmail to survive another week on my machine are asked to voice
  their objections now.
 
  I use it within kontact, and every second day or so I can no longer
  access my gmail account using pop3. 'killall kio_pop3' tends to fix
  this so I assume it's some kind of locking issue. But I also have
  two other pop3 accounts where this does not happen, and I can
  invariably get to gmail in a browser when kmail locks up.

 don't have kmail open for days?

I'd love to, but don't get a chance to try - I manage about 8 hours max 
at a stretch

:-)

alan

-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] /boot without space.

2007-06-22 Thread Ricardo Bevilacqua

Well, finally, the trouble was the file system.
Now I have changed it from reiserfs to ext2. No troubles at all, as you said.

Thanks for helping me with this newbie mistake =)
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems accessing gmail with pop3 using kmail/kontact

2007-06-22 Thread Crayon Shin Chan
On Friday 22 June 2007 21:43, Mick wrote:

 BTW, a couple of weeks ago I *did* have problems accessing Gmail, which
 I attributed to the gmail pop server.  It only lasted a couple of days
 and since then popping Gmail has been trouble free.

I had a similar problem about a month or so ago. Kmail kept saying the 
password was incorrect. Funny thing was that if I go into the config and 
re-enter the password then kmail + gmail would be fine until kmail is 
restarted and then I have to re-enter the password again. However after a 
while (about a week) this odd behaviour stopped and now kmail is behaving 
properly.

-- 
Crayon
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems accessing gmail with pop3 using kmail/kontact

2007-06-22 Thread Dale
Crayon Shin Chan wrote:
 On Friday 22 June 2007 21:43, Mick wrote:

   
 BTW, a couple of weeks ago I *did* have problems accessing Gmail, which
 I attributed to the gmail pop server.  It only lasted a couple of days
 and since then popping Gmail has been trouble free.
 

 I had a similar problem about a month or so ago. Kmail kept saying the 
 password was incorrect. Funny thing was that if I go into the config and 
 re-enter the password then kmail + gmail would be fine until kmail is 
 restarted and then I have to re-enter the password again. However after a 
 while (about a week) this odd behaviour stopped and now kmail is behaving 
 properly.

   

Little off topic but my Kopete does that too.  Works fine until I log
out of KDE then I have to reenter my password.  Makes me wonder.  ?? 
These related somehow??

Dale

:-)  :-)


Re: [gentoo-user] Problems accessing gmail with pop3 using kmail/kontact

2007-06-22 Thread Uwe Thiem
On 22 June 2007, Alan McKinnon wrote:
 On Friday 22 June 2007, Hemmann, Volker Armin wrote:

  don't have kmail open for days?

 I'd love to, but don't get a chance to try - I manage about 8 hours max
 at a stretch

???

I usually have kmail open for days or even weeks without any problems. Well, I 
don't use gmail. ;-)

Uwe 

-- 
The Informal Linux Group Namibia:
http://www.linux.org.na
SysEx (Pty) Ltd.:
http://www.SysEx.com.na
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] print to pdf

2007-06-22 Thread Matthew R. Lee
I'm having problems with printing to pdf, both with kprint system and 
cups-pdf.  The fonts are a right mess, see attached example.
Now I know one work-around is to print to postscript than do a ps2ps followed 
by ps2pdf, but this is a less than perfect solution, though the only one I've 
come across so far.
Has anyone else had this problem? And if so, how did you solve it?
Comments greatly received
Matt
-- 
%%%
Dr. Matthew R. Lee
CASEB  ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago.
CP 6513677
CHILE

[EMAIL PROTECTED]
[EMAIL PROTECTED]

URL: meiochile.matthewlee.org
%%%


job_126-untitled_document.pdf
Description: Adobe PDF document


RE: [gentoo-user] print to pdf

2007-06-22 Thread Wenqi Chen

Try to see if there's any options in cups-pdf for embedding fonts;
apparently no font has been embedded in the pdf file you sent; 
Btw did u print to ps also using cups by ticking off the print-to-file box?


-Original Message-
From: Matthew R. Lee [mailto:[EMAIL PROTECTED] 
Sent: 22 June 2007 21:29
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] print to pdf

I'm having problems with printing to pdf, both with kprint system and 
cups-pdf.  The fonts are a right mess, see attached example.
Now I know one work-around is to print to postscript than do a ps2ps
followed 
by ps2pdf, but this is a less than perfect solution, though the only one
I've 
come across so far.
Has anyone else had this problem? And if so, how did you solve it?
Comments greatly received
Matt
-- 
%%%
Dr. Matthew R. Lee
CASEB  ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago.
CP 6513677
CHILE

[EMAIL PROTECTED]
[EMAIL PROTECTED]

URL: meiochile.matthewlee.org
%%%

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] where is libnetsnmp-devel? (needed for hplip)

2007-06-22 Thread Allan Gottlieb
At Fri, 22 Jun 2007 15:19:25 +0100 Mick [EMAIL PROTECTED] wrote:

 On Friday 22 June 2007 14:46, Allan Gottlieb wrote:

 The only problem on the gentoo end is that the ppd files are not put
 where hp-setup wants them.

 I've noticed this too and it's rather annoying.

 At this point I have printing (always did, but
 now the printer is using hplip) and scanning, the latter was the goal
 of the project.  The fax is recognized by hp-setup, but a complaint is
 given and I am not a heavy fax user so I am please with the output.

 Would you perhaps write a wiki article once you've squared all the circles?

Sure.  Perhaps an update to the one that is there.

 Question:  Do you think the fact that the ppd files are not put in the
 right place for hplip is a bug I should file?

 Yes, I would think so.  Ideally, the ebuild should cater for 
 copying/symlinking appropriate files, or at least popping up a message at 
 emerge time to tell you to do so manually.

Right.

 Although I have emerged hplip I am not using it.  I print through cups using 
 hpjis.  Is there a benefit to using hplip and its tools?

I believe hplip gives access to all the features, e.g., ink level, but
I haven't tried anything like that.  The reason I went into this
exercise was to get scanning and that was successful.  It is possible
that I will get computer control of faxing as well (the main question
is how much effort I would be willing to put in considering that I
don't fax much at all).

allan
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: hacking an ebuild

2007-06-22 Thread James
Alan McKinnon alan at linuxholdings.co.za writes:


  Not sure what you are saying here. Can you give me the explicit line
  to add to the /etc/portage/package.keywords

 section-name/package-name * ~* **


Hello Alan,

That is a very cool bit of detail you have provided. 
Most excellent! Now that I have that trick, I have
several things to revisit

thx


James

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: hacking an ebuild

2007-06-22 Thread James
Bo Ørsted Andresen bo.andresen at zlin.dk writes:

   What? Why? Just add 'net-analyzer/jffnms ~x86'
  On amd64?
 Yes.

Well after using alan's suggestion and getting JFFNMS to compile
I just had to try this out. It worked too!

Can you explain why using ~x86 on an amd64 machine works
in the /etc/portage/package.keywords file? 
It seem I need to do some more reading


  dev-libs/apr-util-0.9.12  fails to compile, so, jffnms cannot compile.
 Fails how?

Paraphrased, it said that the Berkeley database was not installed. 
Looking at the  available packages ('eix berkeley' and then 'eix db')
I figured out that is was because that berkdb is a general system
flag I set in 'make.conf'. So for 'apr-util' in the 'package.use' 
file I just removed this flag (-berkdb). I'm not certain what effect
this will have on my system or JFFNMS, if any at all Once this
was fixed using your method or alan's method, JFFNMS compiled.


Now JFFNMS is installed and it's time to configure it and test it.
thanks for all of the help.

James




-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] print to pdf

2007-06-22 Thread Philip Webb
070622 Matthew R. Lee wrote:
 I'm having problems with printing to pdf,
 both with kprint system and cups-pdf.

Why don't you use Open Office ?  Create a .pdf , then print from Kpdf.
There's a .bin , if you don't want to compile OO ( 5 hr  here).

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



Re: [gentoo-user] Re: hacking an ebuild

2007-06-22 Thread Bo Ørsted Andresen
On Friday 22 June 2007 22:42:33 James wrote:
What? Why? Just add 'net-analyzer/jffnms ~x86'
  
   On amd64?
 
  Yes.

 Well after using alan's suggestion and getting JFFNMS to compile
 I just had to try this out. It worked too!

 Can you explain why using ~x86 on an amd64 machine works
 in the /etc/portage/package.keywords file?
 It seem I need to do some more reading

Because that's the keyword the ebuild has? Why wouldn't it? package.keywords 
specifies what keywords you are willing to accept for a given package atom...

-- 
Bo Andresen


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


Re: [gentoo-user] print to pdf

2007-06-22 Thread Hemmann, Volker Armin
On Samstag, 23. Juni 2007, Philip Webb wrote:
 070622 Matthew R. Lee wrote:
  I'm having problems with printing to pdf,
  both with kprint system and cups-pdf.

 Why don't you use Open Office ?  Create a .pdf , then print from Kpdf.
 There's a .bin , if you don't want to compile OO ( 5 hr  here).

or koffice which is able to print to pdf just fine. And in 5h you can install 
most of KDE+koffice.
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] scpa5XX and CONFIG_VIDEO_V4L1_COMPAT not listed

2007-06-22 Thread sean
Trying to emerge spca5xx but during the build process it is stated that 
CONFIG_VIDEO_V4L1_COMPAT needs to be set in the kernel.


That is fine, but I do not see this option anywhere in menuconfig.
From what I read it should be located under device drivers multimedia 
devices, but the option is not present.


So how does one build spca5xx without such option available?
I am trying to build this on amd64, just so you know.

Thanks
Sean
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] scpa5XX and CONFIG_VIDEO_V4L1_COMPAT not listed

2007-06-22 Thread Daniel Pielmeier

sean schrieb:
Trying to emerge spca5xx but during the build process it is stated that 
CONFIG_VIDEO_V4L1_COMPAT needs to be set in the kernel.


That is fine, but I do not see this option anywhere in menuconfig.
 From what I read it should be located under device drivers multimedia 
devices, but the option is not present.


So how does one build spca5xx without such option available?
I am trying to build this on amd64, just so you know.

Thanks
Sean


Use the search function in menuconfig by simply typing / and omit 
CONFIG_ from CONFIG_VIDEO_V4L1_COMPAT.


Regards,

Daniel
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] scpa5XX and CONFIG_VIDEO_V4L1_COMPAT not listed

2007-06-22 Thread Daniel Pielmeier

sean schrieb:
Trying to emerge spca5xx but during the build process it is stated that 
CONFIG_VIDEO_V4L1_COMPAT needs to be set in the kernel.


That is fine, but I do not see this option anywhere in menuconfig.
 From what I read it should be located under device drivers multimedia 
devices, but the option is not present.


So how does one build spca5xx without such option available?
I am trying to build this on amd64, just so you know.

Thanks
Sean



Or use something like this:

cat /usr/src/linux/.config | grep CONFIG_VIDEO_V4L1_COMPAT


For kernel 2.6.20-gentoo-r8 the search function reveals:

Symbol: VIDEO_V4L1_COMPAT [=y]
Prompt: Enable Video For Linux API 1 compatible Layer
Defined at drivers/media/Kconfig:38
Depends on: VIDEO_DEV
Location:
- Device Drivers
- Multimedia devices
- Video For Linux (VIDEO_DEV [=y])
Selected by: VIDEO_V4L1  VIDEO_DEV
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] scpa5XX and CONFIG_VIDEO_V4L1_COMPAT not listed

2007-06-22 Thread sean

Daniel Pielmeier wrote:

sean schrieb:
Trying to emerge spca5xx but during the build process it is stated 
that CONFIG_VIDEO_V4L1_COMPAT needs to be set in the kernel.


That is fine, but I do not see this option anywhere in menuconfig.
 From what I read it should be located under device drivers multimedia 
devices, but the option is not present.


So how does one build spca5xx without such option available?
I am trying to build this on amd64, just so you know.

Thanks
Sean


Use the search function in menuconfig by simply typing / and omit 
CONFIG_ from CONFIG_VIDEO_V4L1_COMPAT.


Regards,

Daniel


Thanks Daniel,

	The problem of the kernel option was caused by the fact that I was 
running an older kernel and the option was not included.
Upgraded the kernel, and the option is now available, though scpa5xx now 
fails with other problems.


Sean
--
[EMAIL PROTECTED] mailing list