Re: [gentoo-user] Speed up with pbzip2 or not!?

2008-01-27 Thread Benno Schulenberg
Justin wrote:
 Is there a way to use 7zip for decompression with emerge?

Can this top-posting stop, please?  Interleave, and snip.

http://en.wikipedia.org/wiki/Top-posting

Benno
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] [OT] text editor with multiline block replacement

2008-02-15 Thread Benno Schulenberg
Philip Webb wrote:
 It sb possible using regular expressions in (G)Vim,

It somebody...?  It soundboard...?  It antimony...?

Ah, it should be...

Why not type the few extra characters and save multiple readers a 
search through their abbreviations list?

Benno
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] [nb] How to change permission on this

2008-02-16 Thread Benno Schulenberg
Uwe Thiem wrote:
 On Saturday 16 February 2008, Dale wrote:
  Neil Bothwick wrote:
   chown -R user: ~user
 
  What does the ~ make it do different?  

 Change user only for those files that have a different one.

No.  The ~ prefixed to a user name means the home dir of that user 
as it is listed in /etc/passwd.

Benno
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Problem with FONTS under X

2008-03-05 Thread Benno Schulenberg
[EMAIL PROTECTED] wrote:
 CFLAGS=-O3 -pipe -fomit-frame-pointer -march=nocona
 -mtune=nocona
 CXXFLAGS=-O3 -pipe -fomit-frame-pointer -march=nocona
 -mtune=nocona

Recompile your entire system with -O2, and see if the problem 
persists.  If it persists, show the full output of emerge --info.  
By the way, -march implies -mtune, so you can drop the latter.

 Here is GLXINFO:

Why is glxinfo relevant?  Are you trying to use this new-fangled 
compiz stuff?  How about switching that off and see how it goes?  
And show us your xorg.conf.

Why are you already using KDE-4 when it is still hard masked?  You 
seem to be asking for trouble.

Benno
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] [OT] firefox fonts

2008-03-05 Thread Benno Schulenberg
maxim wexler wrote:
 Following a major upgrade I noticed that all my fonts
 had shrunk drastically. I was able to enlarge all of
 them, KDE, the desktop, consoles etc except the menu
 bar and drop down menus in firefox. I can increase the
 font size in the window no problem but not the menu
 bar and side bar. Nothing in customize toolbar about
 changing font size.

To change the fonts of firefox itself, you could use gtk-chtheme.

But because all fonts changed, you may want to check that X has the 
right idea about the size of your display:

  xdpyinfo  | grep -e milli -e dots

If not, try setting something like DisplaySize 320 240 (with the 
correct sizes filled in) in Section Monitor in xorg.conf.

Benno
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Nvidia 169.09-r1 problem [SOLVED]

2008-03-06 Thread Benno Schulenberg
Amar Cosic wrote:
 It seems X isn't starting :(  . What to do ?

First: stop top-posting.

Second: snip irrelevant parts of the mail you are replying to.

Third: stop sending an additional HTML version of your mail.

About your problem, I have no idea, sorry.

Benno
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] pasting in Kate or Kwrite doesn't move the cursor

2008-03-07 Thread Benno Schulenberg

Since upgrading to KDE-3.5.9, pasting multiple lines into Kwrite 
leaves the cursor at the end of the first pasted line, instead of 
at the end of the pasted text.  Using mouse middle click, Ctrl-V or 
Shift-Insert makes no difference.  Can anyone either confirm or 
contradict this strange behaviour?

Benno
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] pasting in Kate or Kwrite doesn't move the cursor

2008-03-07 Thread Benno Schulenberg
Peter Ruskin wrote:
 On Friday 07 March 2008, Benno Schulenberg wrote:
  Since upgrading to KDE-3.5.9, pasting multiple lines into
  Kwrite leaves the cursor at the end of the first pasted line,
  instead of at the end of the pasted text.  Using mouse middle
  click, Ctrl-V or Shift-Insert makes no difference.  Can anyone
  either confirm or contradict this strange behaviour?

 Same here.  Kedit works as expected though.

Thanks for confirming, guys.  Found the bug in KDE's bugzilla
(after missing it earlier).  It has been fixed there:

https://bugs.kde.org/show_bug.cgi?id=158069

Benno
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] -Os = Nono?

2007-07-23 Thread Benno Schulenberg
Mike Edenfield wrote:
 More importantly, -O2 seems to be the typical optimization
 setting, and almost all free software packages are built and
 tested and generally supported, for whatever that means in an
 open-source world, under -O2. If you report a bug in a package
 and you use -Os, the first thing the devs will ask is recompile
 it using normal CFLAGS and try again.

Although I agree with your reasoning above, you are contradicting 
yourself in the following two statements:

 At least, it's no more broken under -Os than under -O2.
 [...]  benefits of using -Os over -O2 are minimal 
 compared against the possible problems it might cause.

If -Os is no more broken than -O2, then it shouldn't cause any extra 
problems.  :)

 But given that disk space is dirt cheap

It's not about disk space, it's about the amount that needs to be 
loaded from disk upon first run.

 and modern OS  
 don't need to read an entire binary into memory to execute it,

But if the entire binary is larger, each coherent subsection will be 
larger too, so more will have to be loaded with -O2 than with -Os.  
Processors are fast enough and getting faster all the time, it is 
only those disks that don't get any quicker -- not until we drop 
all those spinning platters and go solid state.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't get Alsa (mic) to work with my Intel HDA board

2007-07-27 Thread Benno Schulenberg
Gabriel Rossetti wrote:
 I used to have more inputs/outputs to play with in
 alsamixer, but now all I have are Master, PCM, CD, Mic, Mic Boos,
 IEC958, and IEC958P. I used to have for instance Front Mic,

You might need to pass a different model option during modprobe.

First check with 'aplay -l' to see precisely what chip you have, 
then put that number into the search box (lower left) on
https://bugtrack.alsa-project.org/alsa-bug/view_all_bug_page.php

You might need to advance again to unstable for the alsa packages, 
as hda-intel is seeing many changes.

 Lenove/IBM Thinkpad T60p,

Hmm...  You had alsa working on this laptop two or three years ago?

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't get Alsa (mic) to work with my Intel HDA board

2007-07-29 Thread Benno Schulenberg
Gabriel Rossetti wrote:
 I did notice something, I
 had the gnome volume control open also and when I recorded it
 toggles the audio capture from Capture, if I untoggle it while
 I'm recording, it works, the mic's input is recorded.

Sounds like a misconfiguration somewhere.  Or like a bug in Gnome.
Maybe these forum posts give you new ideas:

  http://forums.gentoo.org/viewtopic-t-529738.html
  http://forums.gentoo.org/viewtopic-t-514297.html

What are you using to record, by the way?

Benno


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Switch to Unicode

2007-08-06 Thread Benno Schulenberg
Thierry de Coulon wrote:
 On Monday, 6. August 2007, [EMAIL PROTECTED] wrote:
  I'm a french man. As such, I use iso-8859-15 encoding system
  wide w/o problem.
 
  Few questions:
  - Should I switch to UTF-8 ?

If you have no problems, then just stick with ISO-8859-15.  But 
switching to UTF-8 now, when you have time to deal with any 
problems, will save you from doing it when it becomes a pressing 
need for some reason.

 I regularely receive mail (in French or German) where I have to
 change the encoding in kmail to get the correct caracters.

 I don't know if this is rather a problem of the sender or of
 kmail not identifying the encoding correctly (the setting is set
 to auto-detect.

Where do you set KMail to do auto-detect?  As far as I can tell, 
KMail always obeys the encoding specification given in the mail 
itself, and probably only in the absence of that tries to do some 
autodetection.

What exactly these Fallback encoding and Override encoding do in 
Settings  Configure KMail  Appearance  Message window, I haven't 
been able to figure out.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] charset iso/utf (was:packages.gentoo.org down?)

2007-08-10 Thread Benno Schulenberg
Philip Webb wrote:
 (I've just been reading LeCarré),

Hmm...  Your email uses UTF-8, but your mailer marked the message 
with charset=iso-8859-1.  How come?

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge reporting different number of ._cfg....s

2007-08-10 Thread Benno Schulenberg
Gary Artim wrote:
  * IMPORTANT: 4 config files in '/etc' need updating.
  * See the CONFIGURATION FILES section of the emerge
  * man page to learn how to update config files.
 localhost gary # find /etc -iname '._cfg*'
 /etc/mutt/._cfg_Muttrc.dist
 /etc/mutt/._cfg_mime.types.dist
 /etc/._cfg_mime.types

By default 'find' does not follow symlinks, so above command will 
not find ._cfg* files in /usr that are symlinked from /etc.
Try with option -L:  find -L /etc -iname '._cfg*'

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Dell Inspiron 530 compatability questions before buying

2007-08-10 Thread Benno Schulenberg
Walter Dnes wrote:
 It features an Integrated Intel Graphics Media Accelerator 3100
 video chip.

According to 
http://en.wikipedia.org/wiki/Intel_graphics_media_accelerator the 
3100 chip is very similar to the GMA 950, which works very well 
under Linux.  The G33 and friends are listed in drm_pciids.txt, 
under i915, and Mesa has an i915 driver.  So it should work fine.  
And if not, you can file a bug with Mesa -- they're fixing tiny 
correctness bugs every week.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: charset iso/utf

2007-08-11 Thread Benno Schulenberg
Philip Webb wrote:
 070810 Alexander Skwar wrote:
  You wrote: (I've just been reading LeCarré). Notice the
  letters é. This looks quite a lot like UTF-8 to me.
  In your header, you are saying, that you don't use UTF-8,
  though.

 I write e-mails with Gvim called up by Mutt (as now).
   [...] 
   termencoding -- character encoding used by the terminal
   set tenc=utf-8

This suggests you are using a UTF-8 locale.  In such an environment, 
gvim produces UTF-8 encoded files.  Try with 'gvim text', enter just 
your Ctrl-V 233, save the file, and look at it with 'xxd text'.  If 
it shows c3a9, it's UTF-8.  If gvim should produce ISO-8859-1, then 
make sure to call it with LC_ALL=C.

(But that does not solve the actual bug: mutt should not advertise 
charset=iso-8859-1 when the message contains UTF-8.)

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: charset iso/utf

2007-08-11 Thread Benno Schulenberg
Philip Webb wrote:
 070811 Benno Schulenberg wrote:
  This suggests you are using a UTF-8 locale.

 In  /etc/locale.gen  I have

   en_US ISO-8859-1
   en_US.UTF-8 UTF-8

Well, that just shows which locales you have available, not which 
one you are actually using on the console (whether VT or xterm).  
For the latter look at the output of 'locale'.

 For everyday purposes, I have no use for anything beyond ASCII,
 ie English + French German Spanish accents,

Strictly speaking, French, German, and Spanish accented characters 
_are beyond ASCII, they are found only in the extended ASCIIs.

Philip Webb also wrote:
 In  .muttrc  I have:

   set charset=iso-8859-1

Maybe comment this line out?  Probably mutt will then determine 
itself which characterset any message you produce uses and 
automatically convert to the lowest one possible.

Why gvim produces ISO-8859-1 when you run it from the command line, 
and produces UTF-8 when run from mutt is... weird.  Maybe you have 
utf-8 as the first entry in 'assumed_charset' in your .muttrc?

  If gvim should produce ISO-8859-1, make sure to call it with
  LC_ALL=C.

 Could you clarify in light of my test ?
 Eg do you mean I should alias Gvim in  .bashrc ?

No, just how mutt calls it, as it apparently works fine when run 
from the console.  Fiddle with the editor setting in .muttrc (if 
still necessary, because removing the 'set charset=iso-8859-1' 
line may be all that is required.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Dell Inspiron 530 compatability questions before buying

2007-08-11 Thread Benno Schulenberg
Walter Dnes wrote:
 On Fri, Aug 10, 2007 at 11:04:54PM +0200, Benno Schulenberg wrote
  According to
  http://en.wikipedia.org/wiki/Intel_graphics_media_accelerator
  the 3100 chip is very similar to the GMA 950, which works very
  well under Linux.

   Thanks.  Good to know.

And within a few hours someone posts a lockup bug:
https://bugs.freedesktop.org/show_bug.cgi?id=11937  :|
You can be pretty certain it will get fixed, though.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: charset iso/utf

2007-08-12 Thread Benno Schulenberg
Philip Webb wrote:
 purslow: system locale
   LANG=
   LC_CTYPE=POSIX

You will have to use a UTF-8 locale if you want mutt/gvim to be able 
to handle anything beyond ASCII.  When setting a POSIX locale, I 
also get this:

   Content-Type: text/plain; charset=unknown-8bit

When using a UTF-8 locale, mutt correctly determines whether the 
produced message fits in us-ascii, iso-8859-1, or requires utf-8.

If just setting the better locale doesn't help, then also try with 
an empty .muttrc.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] vim encoding

2007-08-13 Thread Benno Schulenberg
Mick wrote:
  - My /etc/vim/vimrc says scriptencoding utf-8, does this mean
 that this is the vim encoding and any new file will be saved with
 this encoding?

No, scriptencoding is just the encoding of /etc/vim/vimrc.  File 
encoding is handled by 'fileencodings' further down.

  - If I open a file which was saved with ISO-8859-1, edit it and
 save it, will it keep the original encoding?

Yes.  Vim will never change the encoding of a file.  If you typed 
characters that don't fit in ISO-8859-1 (which can happen if you use 
a utf locale), you will get a CONVERSION ERROR upon writing the 
file, and 'quit' will refuse to quit without you forcing it.

  - The vimrc says:  Make sure we have a sane fallback for
 encoding detection set fileencodings+=default  I guess this is
 system default.  How can I find what is the default setting?

Open a new file and type :set enc; it will show the current 
(default) enconding.  This default is what LANG says.  See the 
output of 'locale'.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: charset iso/utf

2007-08-13 Thread Benno Schulenberg
Philip Webb wrote:
 070813 Philip Webb wrote:
  I now have (via a line in  .bashrc ):
 
LANG=
LC_CTYPE=en_US.UTF-8  ... snip ...
LC_ALL=en_US.UTF-8

Ideally LANG should be set and LC_ALL unset.  The individual LC_* 
variables will take their value from LANG when LC_ALL is unset.  
This has the advantage that you can override the individual 
variables, which is not possible when LC_ALL is set.

In /etc/env.d/02locale I have just this:

LANG=en_GB.utf8
LC_TIME=POSIX
LC_COLLATE=POSIX

and 'locale' produces:

LANG=en_GB.utf8
LC_CTYPE=en_GB.utf8
LC_NUMERIC=en_GB.utf8
LC_TIME=POSIX
LC_COLLATE=POSIX
LC_MONETARY=en_GB.utf8
LC_MESSAGES=en_GB.utf8
LC_PAPER=en_GB.utf8
LC_NAME=en_GB.utf8
LC_ADDRESS=en_GB.utf8
LC_TELEPHONE=en_GB.utf8
LC_MEASUREMENT=en_GB.utf8
LC_IDENTIFICATION=en_GB.utf8
LC_ALL=

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] vim encoding

2007-08-13 Thread Benno Schulenberg
Mick wrote:
 Hmm, I just checked a utf-8 file after I edited it and it says:

 :set encoding
  encoding=latin1

 I assume this means that it was changed from utf8 to latin1

No.  To see what encoding a file has, you could use 'file'.  Run 
'file thefileyouedited', and it should say UTF-8 Unicode text.  
When you open the file again with vim, it will say [converted] on 
the status line: converted from utf-8 to latin1.

 (whatever this is . . . is it relevant to ISO-8859-1?)

Latin1 is a synonym for ISO-8859-1.

Because your LANG isn't set, the default is Latin1, as you could 
have learned by typing ':help enc' in vim.

 Not sure I understand what all this means.  Is my Vim
 installation working as it should?

You can edit any file you like, vim will auto-convert on read and 
write.

 Do I have to change my locale? 

Depends on what you want.  If new files should be UTF-8 encoded, 
then change your locale.  Otherwise you're fine as you are.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] vim encoding

2007-08-14 Thread Benno Schulenberg
Mick wrote:
 Or, I leave Vim encoding alone and run export LANG=en_GB.UTF-8
 and Vim will use that.

 Did I get this right?

Precisely.  But why don't you just try it and see how it behaves?

 PS.  What I am not entirely sure about is where is the locale set
 for my system?

When it's not set anywhere, it defaults to POSIX.

 When I look into /etc/env.d/ I cannot find the file 02locale.

You have to make that file yourself.  If you google for 02locale 
on site:gentoo.org, you will find these:

http://www.gentoo.org/doc/en/guide-localization.xml
http://www.gentoo.org/doc/en/utf-8.xml

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] i586 install

2007-08-23 Thread Benno Schulenberg
Neil Bothwick wrote:
 GRUB cannot read files from a tail-packed Reiser filesystem.

Huh?  How is this machine able to boot then?  Here /boot isn't a 
separate partition, but just a subdir of /, which is mounted 
without notail, and has been so for years.

# mount | grep  / 
/dev/hda9 on / type reiserfs (rw,noatime)

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] how list all emerged portages?

2007-08-25 Thread Benno Schulenberg
Xihong Yin wrote:
 How do I list all emerged portages?

# emerge portage-utils
# qlop --list sys-apps/portage

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] no shorewall

2007-08-27 Thread Benno Schulenberg
Jorge Almeida wrote:
 Meanwhile, I ended up by selecting all modules in my former
 config, even those  that are plainly irrelevant (according to the
 help in menuconfig) and shorewall now starts OK. I just wish I
 were any wiser, which I'm not.

Sure you are.  You've learned that shorewall sets up rules that are 
plainly irrelevant.  :)

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Updated bash crashed complete system

2007-09-05 Thread Benno Schulenberg
Matthias Fechner wrote:
  Installed versions:  3.1_p17(22:37:52 09/04/07)(-afs
 -bashlogger nls -vanilla)
   3.2_p17(21:23:37 09/04/07)

Hmm?  You have two bashes installed?

Please show us the output of 'qlop -ul bash' (qlop is from 
portage-utils).  And paste the output of 'emerge --info'.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] EMERGE USE PHP additional options problem

2007-09-05 Thread Benno Schulenberg
Pablo Murillo wrote:
 USE= -X -gtk -gnome -kde -xpm -gpm -alsa -qt -java -ipv6 -berkdb
 -gdbm -pdo -pdo-external -posix -cgi -force-cgi-redirect cli
 apache2 ctype fastbuild ftp gd hash iconv mysql nls pcre pic
 reflection session simplexml soap sockets spl ssl sqlite
 tokenizer truetype xml xmlrpc xmlreader xmlwriter xsl zlib zip
 unicode imap snmp emerge -a php-5.1.4.ebuild

Don't set all these USE flags on the command line.  Set the ones you 
want to be valid for your whole system in /etc/make.conf.  Set the 
ones that should be valid only for php in /etc/portage/package.use, 
by putting a line like 'dev-lang/php  zip' in that file.

Further, you can't use the word ebuild in an emerge command like 
that.  Please show us the actual output of 'emerge -pv php'.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] EMERGE USE PHP additional options problem

2007-09-05 Thread Benno Schulenberg
Pablo Murillo wrote:
 I update de portage,

You did what exactly?  Did you run 'emerge --sync' or 'emerge -a portage'?

 [ebuild  N] virtual/mysql-5.0 
 [ebuild U ] dev-lang/php-5.2.3-r3 [5.1.4]
 USE=-fastbuild* -filter% -ftp* -hash* -imap* -json% -ldap-sasl%
 -pic* -snmp* -sockets* -spell* -sqlite* -suhosin% -tokenizer*
 -xmlreader* -xmlrpc* -xmlwriter* -zip* -zip-external%
 [blocks B ] mail-mta/ssmtp (is blocking mail-mta/qmail-1.03-r16)
 [blocks B ] mail-mta/qmail (is blocking mail-mta/ssmtp-2.61-r2)

Put the single line 'dev-lang/php  fastbuild ftp hash imap pic snmp
sockets spell sqlite tokenizer xmlreader xmlrpc xmlwriter zip -mysql'
in your /etc/portage/package.use file.  Create the file if it does not
exist, create the dir too if necessary.  The relevant parts are the
sqlite USE flag and the -mysql one, which will prevent mysql from
being pulled in, which will prevent ssmtp from being pulled in.

You will probably want to add -mysql to the USE flag definitions in
your /etc/make.conf.

Benno


PS: please do not top-post.  No matter what your mailer, please
organize your messages in a sensible order.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Updated bash crashed complete system

2007-09-05 Thread Benno Schulenberg
Matthias Fechner wrote:
 ---snip---
 Tue Apr 17 21:43:38 2007  app-shells/bash-3.1_p16
 Tue Apr 17 21:43:38 2007  app-shells/bash-3.1_p17
 Tue Sep  4 22:37:57 2007  app-shells/bash-3.1_p17
 ---snip---

Please don't snip anything, show the full output.

 app-shells/bash: 3.1_p17, 3.2_p17

Do 'cd /var/db/pkg/app-shells; rm -rf bash-3.2_p17'.
This removes the record of the no longer installed bash-3.2.

Then try re-emerging the newer bash with:

  FEATURES=-ccache -distcc emerge -1 -a =bash-3.2_p17

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] EMERGE USE PHP additional options problem

2007-09-05 Thread Benno Schulenberg
Pablo Murillo wrote:
 If I USE -mysql the PHP won't have support for mysql ?

Precisely.  If sqlite is not enough and you need mysql, then yiou 
will have to uninstall qmail and install ssmtp instead.  Or file a 
bug in Gentoo's bugzilla against mysql, that it should be able to 
cope with qmail instead of ssmtp.

  PS: please do not top-post.  No matter what your mailer, please
  organize your messages in a sensible order.

 I wrote this way for years, but the common PC user don't
 understand :D

Yeah.  No excuse, though.  :)

Oh, and please snip too.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Mouse Paste

2007-09-09 Thread Benno Schulenberg
Korthrun wrote:
 I've done some tweaking of my xorg.conf, .xbindkeysrc and
 .Xmodmap to get my logitech mx1000 working. The forums/wiki
 helped a lot with this.

You're not saying which forums or wiki.  :)

The https://help.ubuntu.com/community/MX1000Mouse page suggests that 
the following may be needed:

 Option  ZAxisMapping  4 5 7 6

 Since making these changes I've lost my middleclick to paste
 functionality,

When you remove all your tweaks again and go back to the defaults, 
does middleclicking work again?  Just to make sure the mouse is 
still working.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Boot situation

2007-09-11 Thread Benno Schulenberg
Colleen Beamer wrote:
 5)  I did the step:

 zcat /proc/config.gz  /usr/share/genkernel/x86/kernel-conf-2.6

This grabs the configuration from the running kernel (the one from 
the CD you booted from), not the configuration you may have had 
earlier on the system you chrooted into.  Did you tweak that earlier 
configuration?  Do you have a backup of that config somewhere?

 The ran 'genkernel --menuconfig all'

Does this also install the kernel onto the /boot partition?  (Just 
asking, as I don't know genkernel.)  Are name and version numbers 
in /boot/grub/menu.lst exactly the same as the kernel and initrd 
stored in /boot?

 Output from e2fsck for /dev/sda3 is:

It said /dev/sda3 was not cleanly unmounted, check forced?  If you 
run the same command again, is /dev/sda3 now clean?

 Although the fstab and grub.conf are exactly what they were
 before hitting that damned Media Direct button.

But since then a new kernel source tree might have been installed, 
which you might not have compiled and installed yet.  So the 
version numbers may have changed.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Boot situation

2007-09-11 Thread Benno Schulenberg
Colleen Beamer wrote:
 Benno Schulenberg wrote:
  Colleen Beamer wrote:
  zcat /proc/config.gz 
  /usr/share/genkernel/x86/kernel-conf-2.6
 
  This grabs the configuration from the running kernel (the one
  from the CD you booted from), not the configuration you may
  have had earlier on the system you chrooted into.

 I doubt that it grabs the kernel running from the CD,

It does.  You did 'mount -t proc none /mnt/gentoo/proc' before 
chrooting, which gives you the proc of the running kernel.

But it matters not.  The zcat command just saves a default config, 
in case no kernel was ever configured yet.  Your previous runs of 
genkernel saved the config to /etc/kernels/, and that config gets 
automatically reused when it exists.  So the config should be okay, 
_if it was always _that kernel that you booted, and not just the 
kernel that you _thought you booted.

It might be worth trying to overwrite your custom config 
in /etc/kernels/ (after copying it to a safe place) with the 
contents of /usr/share/genkernel/x86/kernel-conf-2.6, recompiling 
and reinstalling the kernel, and trying to boot with that.

Anyway, googling around seems to say that the following error is 
definitely some kernel configuration problem:

 Block dev sda3 is not a valid root device
 The root block device is unspecified or not detected.

Maybe use also --udev as an option to genkernel?

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Boot situation

2007-09-12 Thread Benno Schulenberg
Colleen Beamer wrote:
 So what I thought was some residual problem with
 screwing up and hitting the 'Media Direct' button wasn't really
 the problem after all.

It might still be, depending on how you've reinstalled.  If you 
blanked the first few gigabytes of the disk with 'dd if=/dev/zero 
of=/dev/sda' and then repartitioned the drive, there shouldn't be 
anything left of what that evil button did.  But if you kept the 
partition table as it was and just recreated the file systems, 
there might still be some marker in the partition header 
of /dev/sda3 that doesn't look right to the kernel.  But it is 
quite unlikely.

Anyway, the solution could have come from yourself, if you had 
told the list what it was that you missed in the kernel config: 
http://readlist.com/lists/gentoo.org/gentoo-user/18/90989.html

:)

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Immensely disappointed in emerge -DuN world these days

2007-09-13 Thread Benno Schulenberg
Daevid Vincent wrote:
 I wonder what am I hanging on to Gentoo for (since my first
 install in 2004).

 I REALLY love the theory behind it. I REALLY think/thought it has
 potential. I REALLY love the customization.

So ask yourself what customizations you made in Gentoo that you 
can't make in Ubuntu.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Boot situation

2007-09-14 Thread Benno Schulenberg
Colleen Beamer wrote:
 Now, I'm on the road to being up and running again.

Good to hear your ordeal is over.

What I would be most interested in seeing is a diff between the 
config of the working 2.6.21 and the failing 2.6.22.  If on the 
current system both kernels have been installed, both configs 
should be present in /etc/kernels/.

And before the evil button scraps your partition table again, have 
you taken Dan's advice and filled up the button with epoxy glue, or 
chiseled it cleanly off?

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Mouse Paste

2007-09-14 Thread Benno Schulenberg
Korthrun wrote:
   Since making these changes I've lost my middleclick to paste
   functionality,

Since you're not posting any more, did you succeed in getting the 
middle button working again?

 Maybe I'll just set the box on fire tonight.

Or may we conclude that you gave in to the temptation?  :)

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] linux-headers

2007-10-07 Thread Benno Schulenberg
Volker Armin Hemmann wrote:
 But(!) you should not downgrade headers, this can cause very
 severe problems.

Could you give an example?

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] speakers have no sound but headphones have

2007-10-18 Thread Benno Schulenberg
Chuanwen Wu wrote:
 I have a sound problem with my dell1400 laptop: I have no sound
 from the speakers in the laptop but I can have sound from
 headphones after I insert them.

 Card: HDA Intel  
│ Chip: SigmaTel STAC9228

https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3238
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2923
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2901

You may want to look at other sigmatel/hda-intel issues to see what 
you need to report to get things moving.  Also first try using the 
very latest alsa-lib and alsa-driver packages.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] speakers have no sound but headphones have

2007-10-19 Thread Benno Schulenberg
Chuanwen Wu wrote:
 On 10/19/07, Benno Schulenberg [EMAIL PROTECTED]
 wrote: 
  https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3238
  https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2923
  https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2901

 The network here is very slow and I can't connect with the links
 you gave above.

Maybe the certificate acceptance question window is hiding somewhere 
underneath your mailer?

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] new box DRI problem : more

2007-10-29 Thread Benno Schulenberg
Philip Webb wrote:
   Unrecognised deviceID 29c2
   backtrace ...
   ... /usr/lib64/dri/i915_dri.so ...  (provided by pkg 'mesa')

What versions of Mesa and xf86-video-i810 are you running?  And what 
is in the Section Device of your /etc/X11/xorg.conf?

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] new box DRI problem : more

2007-10-29 Thread Benno Schulenberg
Philip Webb wrote:
 071029 Benno Schulenberg wrote:
  What versions of Mesa and xf86-video-i810 are you running?

   'mesa-progs-6.5.2' (latest available).

Get the one from testing, 7.0.1.  But what you need is 
media-libs/mesa; mesa-progs is just glxinfo/glxgears.

   'xf86-video-i810-2.1.0' ( 2.1.1 is in testing (~)).

Get the newest one, as there's much development in the intel driver.

   Section Device
 [...]
   Driver  intel

Looks good.

 I tried permutations of Options suggested on Forum posts without
 success (I haven't asked on the Forum myself): eg adding 'Option
 DRI true', which seems merely to duplicate Accel above.

The man page of i810 says only NoAccel and DRI exist, and both 
default to use it, so your settings don't change anything.

 I am a bit confused by the requirement for  2  drivers  i810 
 i915 . The same dir has  i810_dri.so  i915tex_dri.so  i965_dri.so
  (all from Mesa). Is it using the wrong driver ?

No, it should auto-detect which of those drivers it needs.  It's 
just that your lib is too old for the newer G33,

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] new box DRI problem : more

2007-10-29 Thread Benno Schulenberg
Philip Webb wrote:
 I updated to the latest versions  7.0.1  7.0.1  2.1.1   rebooted
  there is no change: X crashes as soon as 'glxinfo' starts
 with the same error message unrecognised deviceID 29c2
 while using  /usr/lib64/dri/i915_dri.so .

What kernel version are you running?  Try updating to the most 
recent one.  If then you still get unrecognised deviceID 29c2, 
build the kernel modules from source (just the 1.7 DRM part):

  http://dri.freedesktop.org/wiki/Building

 Is there any way of testing the other  3  versions in the dir,
 which I listed in the previous msg (one is 'i915tex') ?

There's no need.  It knows which one to choose.  :)

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] new box DRI problem : more

2007-10-30 Thread Benno Schulenberg
Philip Webb wrote:
 The kernel is 2.6.22-r8 : I will try 2.6.23 tomorrow.

No need, sorry, I was pointing you in the wrong direction.  Kernel 
2.6.22 already knows about 29c2 for i915.

 I checked the wiki paragraph  the subdir it refers to
  the modules are already built  'lsmod' shows them installed:
 is there any sense in rebuilding them ?

No.  But do build the Mesa modules from git, the 1.2.2 and 1.4 part:

  http://dri.freedesktop.org/wiki/Building

These three lines were added to i915/intel_context.h since 7.0.1:

#define PCI_CHIP_G33_G  0x29C2
#define PCI_CHIP_Q35_G  0x29B2
#define PCI_CHIP_Q33_G  0x29D2

So, time to install git and do a big pull.  :)

(Don't build libdrm, the x11-libs/libdrm-2.3.0 you have is fine.)

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Need help enabling iptables support in kernel

2007-11-10 Thread Benno Schulenberg
Michael Sullivan wrote:
 # CONFIG_NF_CONNTRACK_IPV4 is not set

This should be switched on.

 # CONFIG_NF_CONNTRACK_IPV6 is not set

And if you use IPv6, then this one too.  But if you don't absolutely 
need IPv6, better switch all support for it off, just because it is 
less confusing that way.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] python bug on gentoo with webbrowser module

2007-11-28 Thread Benno Schulenberg
Stéphane ANCELOT wrote:
 import webbrowser
 webbrowser.open('http://www.python.org')

Works fine for me, opens the site in Firefox.

What version of Python?
What's in your webbrowser._browsers?


Python 2.4.4 (#1, Nov  9 2007, 16:26:42)

 webbrowser._browsers
{'kfm': [class webbrowser.Konqueror at 0xb7bfc68c, 
webbrowser.Konqueror instance at 0xb7c0054c], 'links': [None, 
webbrowser.GenericBrowser instance at 0xb7c003cc], 'lynx': [None, 
webbrowser.GenericBrowser instance at 0xb7c0048c]}

There's no Firefox in there, but it is marked as default browser 
somewhere in KControl.

When doing:

webbrowser.register(firefox, None, webbrowser.Netscape(firefox))
webbrowser._browsers['firefox'][1].open('http://www.python.org')

it opens two Firefoxes, and opens the site in a second tab of the 
first window.  Strange.

Benno
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] bookmarks invisible in Firefox fullscreen

2007-12-06 Thread Benno Schulenberg

When the bookmarks list is longer than what fits vertically on the 
screen, then hitting Alt+B while Firefox is in fullscreen mode 
won't show the list of bookmarks.  The bookmark list is there -- 
because it is possible to select for example the last entry with 
Up and Enter -- but it is invisible.  (When not in fullscreen 
mode, such an overlong bookmarks list shows tiny arrows at top and 
bottom and will scroll as needed.)

Is this invisibility just a local phenomenon, or are others seeing 
this too?

This is about Firefox-2.0.0.*. It is not the menu-killing bug of 1.*
-- https://bugzilla.mozilla.org/show_bug.cgi?id=318410 and friends.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] bookmarks invisible in Firefox fullscreen

2007-12-09 Thread Benno Schulenberg
Anthony E. Caudel wrote:
 Benno Schulenberg wrote:
  When the bookmarks list is longer than what fits vertically on
  the screen, then hitting Alt+B while Firefox is in fullscreen
  mode won't show the list of bookmarks.  The bookmark list is
  there -- because it is possible to select for example the last
  entry with Up and Enter -- but it is invisible.

 I see the same thing here.

Thanks for confirming.  Meanwhile I've seen it  too on Kubuntu 
Feisty.  On Gentoo I use KDE, maybe you do too?  Possibly Gnome
users don't see this?

Anyway, the bug has been reported:
  https://bugzilla.mozilla.org/show_bug.cgi?id=407580

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] growisofs: media is not recognized as recordable DVD

2007-12-17 Thread Benno Schulenberg
Daniel wrote:
   $ eix cdrtools
Installed versions:  2.01.01_alpha34(19:08:15 16/12/07)

Uninstall this.  Install cdrkit instead.  Then try K3b again.

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [OT] Network Trouble

2007-12-17 Thread Benno Schulenberg
Hilco Wijbenga wrote:
 Mmmh, so you think it could be software after all?

No, if the light on the firewall and on the NIC itself don't come on 
when you plug in the ethernet cable, the card isn't working.  When 
a different slot doesn't work either, it seems something on your 
PCI bus is dead.  Does 'lspci -v' still report allright?

 How does one check that a NIC is working?

By checking that the light goes on and that one can ping the thing 
at the other end of the cable.  :)

 Does ping localhost 
 actually use the NIC? Or is that all just software?

Localhost is all software.  No one on the network knows who 
127.*.*.* is.

 And, yes, the machine works fine otherwise. It's just the network
 that's not working.

Do you have any other PCI cards you could try, an old sound card 
perhaps?

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [OT] Network Trouble

2007-12-18 Thread Benno Schulenberg
Hilco Wijbenga wrote:
 Yes, I have a PCI sound card and it definitely works. My Oggs are
 still playing. :-)

Does the soundcard also work in the slots that you tried the NICs 
in?  (If the soundcard doesn't work there, don't try the NIC in the 
original slot of the soundcard, unless you're prepared blowing up 
that slot too.)

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [OT] Network Trouble

2007-12-19 Thread Benno Schulenberg
Hilco Wijbenga wrote:
 I'm starting to wonder if I have two broken NICs after all.

Do they work when you plug them into your firewall box?  If they do, 
then it can really be only the cable.  Are you certain that you're 
not using a cross-over cable when you need a straight one, or the 
other way around?  And are you certain the cable is not subtly 
broken?

Benno
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Is GWN dead?

2008-01-14 Thread Benno Schulenberg
Bo Ørsted Andresen wrote:
 Furthermore stage 1 is completely unsupported and for a very good
 reason.

Which good reason, Bo?  You seem to know it, so maybe give a link 
somewhere; don't make us guess or search.

Benno
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] cannot shutdown KDE

2005-12-14 Thread Benno Schulenberg
C. Beamer wrote:
 and 4 configuration files related to kde were updated.  The files
 were:  klipperrc, ksslcalist, kdmrc, and libkleopatrarc.

Ah, kdmrc...  Don't do that.  :)  Press 2 when that one comes along.

 So, in a nutshell, I still cannot shutdown or reboot when I
 select these from the menu on KDE logout.

Best would be to recover your kdmrc from a backup.

Failing that: Control Center  System Administration  Login Manager 
 Administrator Mode  the tab Shutdown  and allow Local Shutdown 
to Everybody.

HTH,

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



Re: [gentoo-user] son of can't mount vfat part.

2005-12-16 Thread Benno Schulenberg
maxim wexler wrote:
 I created a fat32, ID 'b' partition w/fdisk.

 Formatted w/ mkdosfs -F 32

Please show the output of cfdisk or parted.

 But can't be mounted in gentoo: unknown filesytem type
 'vfat'. In fact the same error occurs w/ -t vfat, -t
 auto or no specified fs at all.

Then you're still missing something in the kernel.  Turn on anything 
vaguely fattish and dossish in the kernel config.  Also maybe try 
to mount it with -t fat32.  And please paste the exact command and 
output given.

Also try creating a dos file system on a dummy file and mounting it 
on a loop device and see if that works.  And try creating and using 
a fat16 file system instead.

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



Re: [gentoo-user] Two boots?

2005-12-18 Thread Benno Schulenberg
Arturo 'Buanzo' Busleiman wrote:
 On Sat, 17 Dec 2005, [EMAIL PROTECTED] wrote:
  the first boot attempt stops near the time the clock
  service is run. Then the machine reboots itself, and
  the boot process succeeds.

 The same happens to me, exactly at the same point.

Could it be that the hardware clock has a lot of drift, and when it 
gets adjusted by the bootscript, somehow the hangcheck timer thinks 
the machine is hanging, and auto-reboots?  To verify this, either 
adapt the clock script and comment out the line that does hwclock 
adjust, or disable hangcheck in the kernel.

Alternatively, could it be a bootscript error?  What version of 
baselayout are you running?

Hmm, see also https://bugs.gentoo.org/show_bug.cgi?id=104139.

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



Re: [gentoo-user] Minor Startup Issue

2005-12-18 Thread Benno Schulenberg
C. Beamer wrote:
 Today, I updated my desktop system and recompiled a new kernel.
 Afterwards I re-emerged alsa-driver and ati-drivers.

 The update solved an issue with not being able to turn off or
 reboot the computer when I selected either from the menu on KDE
 logout.

Hmm... what things did you update?  (genlop -l --date yesterday)  It 
seems weird that a KDE issue is solved by emerging other things.

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



Re: [gentoo-user] Re: A confession

2005-12-20 Thread Benno Schulenberg
Neil Bothwick wrote:
 Most of the reported problems with
 testing packages seem to be from people running mixed
 stable/testing systems.

Just a hunch, or do you keep numbers?

 If everyone ran stable, how stable would it be with no testing?

If everyone ran either full stable or full testing, how are problems 
that occur when one the testing packages makes it to stable going 
to be detected?  By the ones running stable.  :(  So, mixed systems 
are just as needed as ones at full testing, if not more so.

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



Re: [gentoo-user] Re: A confession

2005-12-21 Thread Benno Schulenberg
Neil Bothwick wrote:
 On Tue, 20 Dec 2005 20:11:30 +0100, Benno Schulenberg wrote:
  If everyone ran either full stable or full testing, how are
  problems that occur when one the testing packages makes it to
  stable going to be detected?  By the ones running stable.  :( 
  So, mixed systems are just as needed as ones at full testing,
  if not more so.

 A mixed system is not stable.

Huh?  You mean to say that a mixed system is likely to have hiccups?  
Or do you mean that a mixed system requires more work: having to 
adapt package.keywords every now and then?

 But when you have a lot of packages in package.keywords, you're
 best of switching to a full testing system, IMO.

That is only because of a shortcoming of portage: if for example one 
has firefox at ~x86, and a new version of firefox depends on a ~x86 
version of some other package, portage should be so clever as to 
grab that version automatically and not require the user to keyword 
it in /etc/portage/package.keywords.  Or at least it should be 
possible to enable this cleverness by adding something like 
autokeyword to FEATURES.

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



Re: [gentoo-user] nscd; what am I doing wrong?

2005-12-22 Thread Benno Schulenberg
Walter Dnes wrote:
 But ping -c 4 google.com sends traffic to
 192.168.123.254 port 53 each time, even if only 30 seconds apart.
  This was confirmed by running tcpdump -n dst port 53 in
 another console and watching the output.

Same thing here.  But apparently ping somehow bypasses the cache, 
because when doing several wgets on a single domain, only the first 
time a DNS query is sent out.

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



Re: [gentoo-user] nscd; what am I doing wrong?

2005-12-22 Thread Benno Schulenberg
Richard Fish wrote:
 On 12/22/05, Benno Schulenberg [EMAIL PROTECTED] wrote:
  apparently ping somehow bypasses the
  cache, because when doing several wgets on a single domain,
  only the first time a DNS query is sent out.

 Interesting.  It doesn't happen on my system.

Even stranger, a 'ping -c 1 www.planet.nl' (my ISP) will sometimes 
even do two DNS queries about 2 hundreths of a second apart.

 What version and use flags do you have for net-

[ebuild   R   ] net-misc/iputils-021109-r3  -doc -ipv6 -static 0 kB

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



Re: [gentoo-user] need help with kmail

2006-01-04 Thread Benno Schulenberg
Ernie Schroder wrote:
 This is just too wierd! I've done all the maintainance steps
 everyone has suggested, probably several times by now, but kmail
 still refuses to send email.

What's in your .kde/share/config/kmailrc under the [Transport x] 
headers?

 kio (KDirWatch): WARNING: KDirWatch::removeDir can't handle
 '/etc/samba/smb.conf'
 kio (KDirWatch): WARNING: KDirWatch::removeDir can't handle
 '/etc/security/fileshare.conf'

Does etc/s* occur somewhere in your kmailrc or some other config 
file?

Did you during your cleaning also clean out old kde files 
from /etc/env.d/ ?

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



Re: [gentoo-user] need help with kmail SOLVED

2006-01-06 Thread Benno Schulenberg
Ernie Schroder wrote:
 would be
 interesting to find what caused the problems in the first place.

Well, you do keep backups, don't you?  :)

Then diff an old .kde dir with your current one.

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



Re: [gentoo-user] Kate doesn't reuse existing process anymore with kde 3.5.0?

2006-01-07 Thread Benno Schulenberg
Abhay Kedia wrote:
 http://bugs.kde.org/show_bug.cgi?id=119146

 Is there any chance that Gentoo developers could commit this fix
 to the portage, even though it is still in SVN?

Unlikely: search bugs.gentoo.org for similar kde bugs and you'll see 
they get marked UPST (upstream).  Normally only security stuff is 
applied immediately, most other bug fixes will arrive with the next 
release of KDE.

If you can't wait, the normal procedure is to make yourself an 
overlay, include the patch there, and re-emerge the package.

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



Re: [gentoo-user] How many people use KDE?

2006-01-21 Thread Benno Schulenberg
Alan E. Davis wrote:
 But one glaring deficiency keeps hitting me in the face---you 
 can't do links with them.

With Konq you can: hold Ctrl+Shift while dragging and dropping a 
file.

(But that's only symlinks, and surely you wish to do hard links 
too. :)

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



Re: [gentoo-user] Installing KDE...Again....

2006-01-27 Thread Benno Schulenberg
Ian wrote:
 But there are still a few things in /usr/kde/3.5
 Dirs: env, share, shutdown
 What should I do?

Throw the whole 3.5 dir away.  (Tar it up first, if you wish to play 
it safe.)

Also clean out any *kde*3.5 files from /etc/env.d and run 
env-update.sh.

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



Re: [gentoo-user] How to emerge and old package

2006-01-27 Thread Benno Schulenberg
Thiago Lüttig wrote:
 hey, i´m trying to solve a bug with the kdegraphics-3.4.3-r3.. as
 described here(This bug #83238
 http://bugs.gentoo.org/show_bug.cgi?id=83238 )

That bug is not about kdegraphics but about revdep-rebuild.

 Well, when the revdep-rebuild finishes the list of packages, it
 can´t the kdegraphics-3.3.2-r2 package.

If you have KDE-3.4.3 installed you don't want KDE-3.3.2 any more.  
Use 'emerge -pet world | less' to see which package is trying to 
pull in kdegraphics-3.3.2-r2, then 'emerge -C' that package.  
Repeat until kdegraphics-3.3.2-r2 no longer appears in the -pet 
world output.

 How can I download this package on my gentoo to fix this damn
 problem ??

Stop cursing, thank you.  And please don't top post.

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



Re: [gentoo-user] Wrong time on reboot. Not a CMOS battery problem.

2006-01-27 Thread Benno Schulenberg
Abhay Kedia wrote:
 I manually set correct time using sites like worldtimezone.com.

How?  What commands do you give?

 Then, I shutdown the system and boot after a few hours. What I
 see is that Gentoo sets the system time to the same one at which
 I halted it. For example if I shutdown 4 hours ago at 14:00 hrs
 and boot at 18:00 hrs, it will still set the time to 14:00 hrs
 instead of the correct time.

Try running 'hwclock --show --debug', and run it again a bunch of 
seconds later.  Is the hardware clock ticking?

Here's a sample output:

# hwclock --show --debug
hwclock from util-linux-2.12r
hwclock: Open of /dev/rtc failed, errno=2: No such file or 
directory.
Using direct I/O instructions to ISA clock.
Last drift adjustment done at 1138395601 seconds after 1969
Last calibration done at 1138395601 seconds after 1969
Hardware clock is on UTC time
Assuming hardware clock is kept in UTC time.
Waiting for clock tick...
...got clock tick
Time read from Hardware Clock: 2006/01/27 21:04:32
Hw clock time : 2006/01/27 21:04:32 = 1138395872 seconds since 1969
Fri Jan 27 22:04:32 2006  -0.579761 seconds

If it is ticking , then set the hardware clock to the correct time 
with 'hwclock --set --date=thistime', then throw away the 
/etc/adjtime file.  Throw it away, as it might be the adjusting 
feature that thinks your clock is drifting a full hour per hour 
(that is: ticks away two hours in one).

 # /etc/conf.d/clock
 CLOCK=local

Do you need the local time thing?  If Linux is the only OS on your 
box it's easier to use UTC.

Your time zone is set correctly?  Where is /etc/localtime linking 
to?

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



Re: [gentoo-user] Installing KDE...Again.... (Now at howto install kde)

2006-01-27 Thread Benno Schulenberg
Ian wrote:
 What is the bare minimum? Its emerge kicker kdesktop
 konsole kcontrol right?

No, leave out the kdesktop, it will get pulled in automatically, at 
least here it did.  Also, you won't need kcontrol if you don't want 
to adjust anything.  But don't you want kmail and konqueror?

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



Re: [gentoo-user] Wrong time on reboot. Not a CMOS battery problem.

2006-01-28 Thread Benno Schulenberg
Abhay Kedia wrote:
 On Saturday 28 January 2006 02:55, Benno Schulenberg wrote:
  the /etc/adjtime file.  Throw it away, as it might be the
  adjusting feature that thinks your clock is drifting a full
  hour per hour (that is: ticks away two hours in one).

 That was it!!! That was the file causing all the pain. I moved it
 away and now there are no problems. Any ideas why it was doing
 it.

A possibility is that you've set the hwclock twice, first with a 
wrong time, then say ten minutes later you realize your watch is 
five minutes fast, and you set the clock again, with the correct 
time.  Now the adjust feature thinks your CMOS clock is ticking 
away ten minutes in just five minutes, and every time you boot your 
computer it will adjust the CMOS clock for this drift and then read 
it to set the system time.

This drift correction feature is useful, but one should be aware of 
it when setting the hardware clock manually: remove the /etc/adjtime 
file after 'hwclock --set' has been used with a wrong time.

 The file is obviously there for some reason

See man hwclock, the section on The Adjust Function.

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



Re: [gentoo-user] Wrong time on reboot. Not a CMOS battery problem.

2006-01-29 Thread Benno Schulenberg
Abhay Kedia wrote:
 Also, should I enable RTC in my kernel?

As seen from the debug output, hwclock works fine without it.  But 
maybe some other programs have some use for it, I don't know, here 
it is off.

 I am also using HPET in my kernel. Can I use both these features? 
 Do they clash with each other?

If they would clash, then it shouldn't be possible to select them 
both.  But do you use HPET?  If not, then I would disable it.

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



Re: [gentoo-user] OT: Dead key on keyboard diagnostic?

2006-01-29 Thread Benno Schulenberg
James wrote:
 I think my 'delete' key has quite working on a portable. Any
 programs or tricks for diagnosis the problem ?

Switch to a VT and run 'showkey' to see whether it still produces 
scan codes.

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



Re: [gentoo-user] Are multiple emerges safe?

2006-01-30 Thread Benno Schulenberg
Ciaran McCreesh wrote:
 the many ways in which parallel merges can still break.

Please give us one example.

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



Re: [gentoo-user] xorg-x11-7.0.0-r1: Can't load glx or via_drv module

2006-01-30 Thread Benno Schulenberg
Ralph K wrote:
 I recently installed xorg 7.0 on my system and I get the
 following errors when using 'startx' or 'Xorg -configure':
 Wth module glx - 'undefined symbol' glCallList
 With module via_drv - 'undefined symbol' drmCommandWrite

To get the newer via driver to load, I've had to add several Load 
lines to the Module section in xorg.conf.  Look in Xorg.0.log to 
see which modules failed to load because of missing symbols and add 
the modules that provide those symbols early in the Module section.

 Used 'nm -D' on libGLcore.so and libdrm.so and those symbols are
 defined in those libraries,

Which libdrm?  From which package?  (equery belongs)

 I have also compiled the kernel modules agpgart, via_agp, drm,
 via and have them loaded, (no problem there).

What processor?  What chipset?

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



Re: [gentoo-user] [OT] Kmail empty replies

2006-01-30 Thread Benno Schulenberg
A. R. wrote:
 I've been having some problems with kmail.
 When I reply to a message, the message is delivered blank: The
 original message and my response are both blank.

 Does anybody know what could be causing this?

A miscompiled KMail?  Did you recompile it recently?  Or kdelibs 
maybe?  With what compiler and what flags?  (emerge --info)

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



Re: [gentoo-user] xorg-x11-7.0.0-r1: Can't load glx or via_drv module

2006-01-31 Thread Benno Schulenberg
[EMAIL PROTECTED] wrote:
 I tried what you said, and now I'm get to a point where it fails
 due to circular references between libglx and libGLcore.

Which are those?  Do you have a 'Load GLcore' in your xorg.conf?  
If so, then remove it.  What does your xorg.conf look like now?

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



Re: [gentoo-user] Re: OT: Dead key on keyboard diagnostic?

2006-01-31 Thread Benno Schulenberg
James wrote:
 showkey shows  press and release of ascii '83' so I guess it
 working fine. My second delete key works fine, but is in an
 awkward location on the keyboard.

On my keyboard the normal Delete key produces keycode 111, and the 
Del key on the numeric pad produces keycode 53.  Are you using the 
numeric Del as your normal delete key?  Then NumLock should be off, 
otherwise it'll produce a decimal point.

 Any ideas how to fix this? new map?   When  I boot 
 (2.6.14-gentoo-r6) the laptop, I get an error messge about :
 System.map not found  can not  check symbols

That is something different entirely.  When you install your kernel 
(which normally means copying bzImage to the /boot dir) you have to 
copy the System.map file (from the top dir of the kernel source) 
along with it, although this file is really only needed when you get 
oopses, so the kernel is able to tell in what function it occurs.

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



Re: [gentoo-user] xorg-x11-7.0.0-r1: Can't load glx or via_drv module

2006-01-31 Thread Benno Schulenberg
[EMAIL PROTECTED] wrote:
 If I add the Load GLcore I get a undefined symbol for
 __glX11(something I can't rember exactly, but it is a symbol in
 libglx.so)
 Without (or without) Load GLcore I get a failure on Load glx
 from and undefined symbol glCallList which is provided in
 libGLcore.so

Please post the contents of your xorg.conf file.
And the output of 'emerge -pv xorg-server xf86-video-via'.

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



Re: [gentoo-user] [OT] Kmail empty replies

2006-01-31 Thread Benno Schulenberg
A. R. wrote:
   I've been having some problems with kmail.
   When I reply to a message, the message is delivered blank:
   The original message and my response are both blank.

What exactly do you mean with the message is delivered blank?

If you configure KMail and set the Default send method as Send 
Later (under Accounts  Sending), and you compose a message and 
press Ctrl+Enter, is the message in the outbox blank?

And the original message becomes blank too?  If you reply to a 
message, the content of that original message disappears?

You are now using Gmail for sending messages, no?  Please switch of 
the additional HTML you are sending.  And please don't top-post.
(http://www.catb.org/jargon/html/T/top-post.html)

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



Re: [gentoo-user] Abiword 2.2.11 crashes

2006-02-01 Thread Benno Schulenberg
Adrian wrote:
 Suddenly I've stated having a problem with Abiword 2.2.11 --
 every time I cut or copy text it crashes.  This version was
 working fine.
 
 [...]
 
  [ebuild U ] gnome-base/orbit-2.12.4 [2.12.0] -debug +doc
 +ssl -static 661 kB

If you run 'emerge -pet abiword', you'll see that it indirectly 
depends on orbit.  A 'revdep-rebuild -p -v' will show what needs 
rebuilding.  Otherwise you've found a bug.

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



Re: [gentoo-user] Redefining a single key in Xorg 6.8?

2006-02-02 Thread Benno Schulenberg
Michael Kjorling wrote:
 How do I change this one key without creating a whole new layout,
 preferably only for my own account?

See 'man xmodmap', the examples near the end, things like:

  xmodmap -e keycode 240 = a A space Return

Put the required xmodmap command in your .bashrc.

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



Re: [gentoo-user] Abiword 2.2.11 crashes

2006-02-03 Thread Benno Schulenberg
Adrian wrote:
 I did the revdep-rebuild and found some other
 problems, but didn't seem to be a problem with orbit.

Not with orbit directly; you did rebuild libbonobo?

 A manual install of orbit 2.12.0

Ouch.  Such things shouldn't be necessary.  Better flee forward:  
echo app-office/abiword  ~x86 /etc/portage/package.keywords and 
emerge abiword.  (You may want to do the same for abiword-plugins.)

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



Re: [gentoo-user] Logging out and back in kills DRI?

2006-02-03 Thread Benno Schulenberg
Michael Kjorling wrote:
 I am having some trouble with X11 DRI on my AMD64 system. It
 works fine the first time after a reboot (I have xdm in the
 default runlevel so get a graphical login) but after logging off
 and back on, all I get is software rendering.

Seeing that here too sometimes.  It seems that the app that used 
the DRI doesn't fully release it, so that when X restarts it sees 
the DRI as being occupied, and is unable to use it.  It looks like 
a bug -- either in the app, X, or the radeon driver.

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



Re: [gentoo-user] glibc upgrade: emerge frozen...

2006-02-04 Thread Benno Schulenberg
Jarry wrote:
 Feb  4 14:18:21 obelix kernel: [ cut here ]
 Feb  4 14:18:21 obelix kernel: CPU:0
 Feb  4 14:18:21 obelix kernel: EIP:0060:[c0148ee0]Not tainted VLI
 Feb  4 14:18:21 obelix kernel: EFLAGS: 00010286   (2.6.15-gentoo-r1)
 Feb  4 14:18:21 obelix kernel: EIP is at page_remove_rmap+0x30/0x40
 [...]

 I have never seen messages like these. What does it mean?

Your kernel oopsed.  You stumbled over a kernel bug.

If it happens again, or is reproducible, you may want to send all that 
output between the lines to the kernel mailing list.

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



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Benno Schulenberg
Bogo Mipps wrote:
 Have stuffed up and accidentally un-merged my coreutils: now
 can't emerge either what was current (5.2.1-r7) or newer version
 (5.3.0-r1) and needless to say have lost all coreutils tools
 which doesn't help.

Yours is a up-to-date system and you have busybox installed?  Then 
type in that command and read carefully:  Most people will create 
a link to busybox for each function they wish to use, and BusyBox 
will act like whatever it was invoked as.

You have a lot of links to make.  :|  You won't need all of these, 
but to give you an index of what coreutils contains, here's the 
output of 'equery files coreutils':

/bin
/bin/basename
/bin/cat
/bin/chgrp
/bin/chmod
/bin/chown
/bin/chroot
/bin/cksum
/bin/comm
/bin/cp
/bin/cut
/bin/date
/bin/dd
/bin/df
/bin/dir
/bin/dircolors
/bin/dirname
/bin/du
/bin/echo
/bin/env
/bin/expr
/bin/false
/bin/head
/bin/hostid
/bin/id
/bin/install
/bin/link
/bin/ln
/bin/logname
/bin/ls
/bin/mkdir
/bin/mkfifo
/bin/mknod
/bin/mv
/bin/nice
/bin/nohup
/bin/printenv
/bin/ptx
/bin/pwd
/bin/readlink
/bin/rm
/bin/rmdir
/bin/seq
/bin/sleep
/bin/sort
/bin/split
/bin/stat
/bin/stty
/bin/sync
/bin/tee
/bin/touch
/bin/tr
/bin/true
/bin/tty
/bin/uname
/bin/uniq
/bin/unlink
/bin/vdir
/bin/wc
/bin/who
/bin/whoami
/bin/yes
/etc
/etc/DIR_COLORS
/usr
/usr/bin
/usr/bin/[
/usr/bin/basename
/usr/bin/cat
/usr/bin/chgrp
/usr/bin/chmod
/usr/bin/chown
/usr/bin/chroot
/usr/bin/cksum
/usr/bin/comm
/usr/bin/cp
/usr/bin/csplit
/usr/bin/cut
/usr/bin/date
/usr/bin/dd
/usr/bin/df
/usr/bin/dir
/usr/bin/dircolors
/usr/bin/dirname
/usr/bin/du
/usr/bin/echo
/usr/bin/env
/usr/bin/expand
/usr/bin/expr
/usr/bin/factor
/usr/bin/false
/usr/bin/fmt
/usr/bin/fold
/usr/bin/head
/usr/bin/hostid
/usr/bin/id
/usr/bin/install
/usr/bin/join
/usr/bin/link
/usr/bin/ln
/usr/bin/logname
/usr/bin/ls
/usr/bin/md5sum
/usr/bin/mkdir
/usr/bin/mkfifo
/usr/bin/mknod
/usr/bin/mv
/usr/bin/nice
/usr/bin/nl
/usr/bin/nohup
/usr/bin/od
/usr/bin/paste
/usr/bin/pathchk
/usr/bin/pinky
/usr/bin/pr
/usr/bin/printenv
/usr/bin/printf
/usr/bin/ptx
/usr/bin/pwd
/usr/bin/readlink
/usr/bin/rm
/usr/bin/rmdir
/usr/bin/seq
/usr/bin/sha1sum
/usr/bin/shred
/usr/bin/sleep
/usr/bin/sort
/usr/bin/split
/usr/bin/stat
/usr/bin/stty
/usr/bin/sum
/usr/bin/sync
/usr/bin/tac
/usr/bin/tail
/usr/bin/tee
/usr/bin/test
/usr/bin/touch
/usr/bin/tr
/usr/bin/true
/usr/bin/tsort
/usr/bin/tty
/usr/bin/uname
/usr/bin/unexpand
/usr/bin/uniq
/usr/bin/unlink
/usr/bin/users
/usr/bin/vdir
/usr/bin/wc
/usr/bin/who
/usr/bin/whoami
/usr/bin/yes
[...man pages left out...]

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



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Benno Schulenberg
Benno Schulenberg wrote:
 here's the output of 'equery files coreutils':

Hmm... equery behaves different when its output is redirected.  
Here's a list without any of the duplicates (symlinks) in /usr/bin.

/bin/basename
/bin/cat
/bin/chgrp
/bin/chmod
/bin/chown
/bin/chroot
/bin/cksum
/bin/comm
/bin/cp
/bin/cut
/bin/date
/bin/dd
/bin/df
/bin/dir
/bin/dircolors
/bin/dirname
/bin/du
/bin/echo
/bin/env
/bin/expr
/bin/false
/bin/head
/bin/hostid
/bin/id
/bin/install
/bin/link
/bin/ln
/bin/logname
/bin/ls
/bin/mkdir
/bin/mkfifo
/bin/mknod
/bin/mv
/bin/nice
/bin/nohup
/bin/printenv
/bin/ptx
/bin/pwd
/bin/readlink
/bin/rm
/bin/rmdir
/bin/seq
/bin/sleep
/bin/sort
/bin/split
/bin/stat
/bin/stty
/bin/sync
/bin/tee
/bin/touch
/bin/tr
/bin/true
/bin/tty
/bin/uname
/bin/uniq
/bin/unlink
/bin/vdir
/bin/wc
/bin/who
/bin/whoami
/bin/yes

/usr/bin/[
/usr/bin/csplit
/usr/bin/expand
/usr/bin/factor
/usr/bin/fmt
/usr/bin/fold
/usr/bin/join
/usr/bin/md5sum
/usr/bin/nl
/usr/bin/od
/usr/bin/paste
/usr/bin/pathchk
/usr/bin/pinky
/usr/bin/pr
/usr/bin/printf
/usr/bin/sha1sum
/usr/bin/shred
/usr/bin/sum
/usr/bin/tac
/usr/bin/tail
/usr/bin/test
/usr/bin/tsort
/usr/bin/unexpand
/usr/bin/users

The ones in /usr/bin you probably won't need anyway.

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



Re: [gentoo-user] Re: So O.K.

2006-02-05 Thread Benno Schulenberg
Franta wrote:
 I've reduced the troubles I have to udev right now.
 Everything works fine if I start the system, create the devices
 manually and work as usual.

Why not set RC_DEVICES to static in /etc/conf.d/rc then and be 
done with it?

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



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Benno Schulenberg
Bogo Mipps wrote:
 Thanks guys - will start with this one, in the hope that someone
 out there will take pity.

No no, don't take pity.  This is too good a chance to see busybox in 
action.  :)  Please report back how you are getting along.

Start with these:

busybox ln -s busybox /bin/ln
ln -s busybox /bin/install
ln -s busybox /bin/cp

Then try to emerge coreutils, and make more links for the things 
that are missing.

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



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Benno Schulenberg
Bogo Mipps wrote:
 Yes, it's up-to-date and busybox is installed.  Never had the
 occasion to use it, but this could be the time.

Yes!  :)  What's the fun in taking binaries from others when you 
have busybox aboard, and it is there exactly for this purpose.

If you don't like trial and error, first make the link for cat:

  busybox ln -s busybox /bin/cat

Then cut and paste the previously given list of /bin/* to a file 
named 'list', and then make all the links in one go:

  cat list | while read name; do busybox ln -s busybox $name; done

And then emerge coreutils.  Much more interesting.

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



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Benno Schulenberg
Bogo Mipps wrote:
   /bin/install -c 'cp'
 '/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/cp' install:
 unable to open

 /bin/install -c 'vdir' 
 '/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/vdir' 
 install: unable to open

Hrrm...  No idea why it's doing that...  On a secondary gentoo 
partition I've unmerged coreutils too, made all the symlinks, and 
am trying to remerge the package with:

  ebuild /usr/portage/sys-apps/coreutils/coreutils-5.3.0-r2.ebuild merge

And here too it keeps failing at different places all the time.

If you're still having fun, get yourself to #gentoo and ask there 
what to try next.

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



Re: [gentoo-user] Lost my coreutils

2006-02-05 Thread Benno Schulenberg
Benno Schulenberg wrote:
 here too it keeps failing at different places all the time.

This is a bug in busybox 1.00, it's fixed in busybox-1.1.0.

On my primary partition I've emerged the newer version, copied it to 
the other partition, and did the 'ebuild install' again: it worked 
flawlessly.  ...  This won't help you now, however, so use the 
binary package posted by others.  Sorry for wasting your time.

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



Re: [gentoo-user] Lost my coreutils

2006-02-06 Thread Benno Schulenberg
Bogo Mipps wrote:
   /bin/install -c 'cp'
 '/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/cp' install:
 unable to open
 `/usr/tmp/portage/coreutils-5.2.1-r7/image//bin/cp/cp': No such
 file or directory

Ahrrr!  We were _so_ close...

All it would have taken to get around this was 'rm /bin/install' and 
'cp /var/tmp/portage/coreutils-5.93/work/coreutils-5.93/src/ginstall 
/bin/install' 
and then coreutils would have emerged fine.

Have done it here: it worked perfectly.

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



Re: [gentoo-user] Abiword 2.2.11 crashes

2006-02-06 Thread Benno Schulenberg
Adrian wrote:
 I emerged libbonobo, and bonobo.  Didn't help anything.

You do use --oneshot when re-emerging something.  It doesn't matter 
for now, but it keeps your dependencies from getting tangled up 
later on.

 All prepared. Starting rebuild...
 emerge --oneshot -p -v =gnome-base/control-center-2.8.1-r1
 =gnome-base/gnome-applets-2.8.1.1 =media-video/transcode-0.6.11

Oof.  Yours is an old system.  The 2.8.* series were phased out 
seven months ago.  Okay, first do an 'emerge --sync', then

  emerge --oneshot transcode control-center gnome-applets

This will update those package to more recent versions.  Then remove 
the .revdep* files and do a revdep-rebuild again. If all libraries 
are okay now, then

  emerge -Dua world

And then see if abiword is working again.  Make sure you don't have 
things in /etc/portage/package.mask or similar files that could get 
in the way of the recent stable packages.

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



Re: [gentoo-user] console dispaly

2006-02-07 Thread Benno Schulenberg
Hogar The Horrible wrote:
 Since I have inslalled gentoo I have a problem. My X works fine
 but I have problems with consoles.  [...]

 I have a Fujitsu-Siemens laptop Amilo pro v2000. I have
 integrated GPU : VGA compatible controller: Intel Corporation
 82852/855GM Integrated Graphics Device (rev 02)

Some googling shows you may need sys-apps/855resolution.

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



Re: [gentoo-user] WARNING! : Newbie ahead -- EMERGEncy problems

2006-02-12 Thread Benno Schulenberg
Meino Christian Cramer wrote:
  In my /usr/portage there were files concerning gcc-4.02 (and
 even gcc-4.1.beta*).

  But they were silently ignored.

Of course.  First emerge eix.  Then run 'eix -e gcc'.  You will see:

  ... *4.0.2-r3 *4.1.0_beta20060203

From 'man eix' you will learn what the * means: that it is keyworded 
as -*.  And 'man portage' will tell you what this means: this 
indicates that the package is known to be broken...

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



Re: [gentoo-user] Kmail Spellchecking Disabled?

2006-02-13 Thread Benno Schulenberg
Mick wrote:
 For some reason when I reply or create a new message in Kmail the
 dynamic spellchecking is disabled.

Ctrl+N, Alt+O, A.

(New Message, Options, Auto.Spell. -- it remembers the setting.)

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



Re: [gentoo-user] System Clock Problems

2006-02-14 Thread Benno Schulenberg
Drew Tomlinson wrote:
 I've tried both zeroing this file and removing it altogether. 
 Zeroing doesn't work and if I delete it, it never gets recreated.
  I've even tried touching it but it remains empty.  After
 touching it, I chmod it to ntp:ntp but still remains empty.

From 'man ntpd': ...  After one hour the frequency file is created 
and the current frequency offset written to it.

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



Re: [gentoo-user] Re: [OT] lm_sensors question.

2006-02-14 Thread Benno Schulenberg
James wrote:
 hddtemp /dev/hda   for example
 /dev/hda: HTS726060M9AT00: 44 C

# hddtemp /dev/hda
/dev/hda: Maxtor 6Y080L0: 22 C

This doesn't look right, as system temperature is shown as 29°C.
At startup hddtemp reported 12 C, while room temperature is 17°C.

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



Re: [gentoo-user] emerge troubles

2006-02-14 Thread Benno Schulenberg
Jorge Almeida wrote:
   cc1: out of memory allocating 8579592 bytes after a total of
 7716864 bytes

Swap not enabled?  Also, emerge --info output would be helpful.

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



  1   2   3   4   5   >