Re: [gentoo-user] what games can I play on my 845G video card?

2007-05-20 Thread Dale
Dan Farrell wrote:
 On Sun, 20 May 2007 10:29:12 +0800
 Chuanwen Wu [EMAIL PROTECTED] wrote:

   
 direct rendering: No
 

 there it is, third line.  
 Hey, looks like I have the same problem!  Perhaps we can figure it out
 together.  
 | 00:02.0 VGA compatible controller: Intel Corporation
 | 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)
 | direct rendering: No
   

Well, I'm a Nvidia person myself but I did a little nosing around for
ya.  Maybe this will help:  x11-drivers/xf86-video-i810 

Also, don't forget to set VIDEO_CARDS=i810 which may pull in the
package above as a dependancy, I think.

And some neat info on the kernel config: 

http://forums.gentoo.org/viewtopic-t-557149-highlight-i810+driver.html

Hope some of that helps.

Dale

:-)  :-)  :-)  :-)

-- 
www.myspace.com/-remove-me-dalek1967

Copy n paste then remove the -remove-me- part.



Re: [gentoo-user] Gentoo and KISS ?

2007-05-20 Thread Walter Dnes
On Sat, May 19, 2007 at 10:42:22AM +0900, [EMAIL PROTECTED] wrote

 If a person does not wish to stay up to date, if they simply wish
 to have a stable system, is getting busy really a reason to change
 operating systems?

  If you're connecting to the internet, you *MUST* keep your system up
to date, to maintain security.  Yes even linux systems have some
security problems.  A lot fewer than Windows, but it does happen.
Problems with the actual kernel are only a small part of the problem.
Flash, Adobe PDF, Java, etc, have had a few problems which can occur on
all platforms they run on.

  What's so time-consuming about once-a-week...
  * emerge --sync
  * emerge --ask --deep --update --world

  The update world can be started just before going to bed G.  Update
kernel once every couple of months or when a GLSA requires it.

-- 
Walter Dnes [EMAIL PROTECTED] In linux /sbin/init is Job #1
Q. Mr. Ghandi, what do you think of Microsoft security?
A. I think it would be a good idea.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] what games can I play on my 845G video card?

2007-05-20 Thread Dan Farrell
On Sat, 19 May 2007 23:40:27 -0500
Dan Farrell [EMAIL PROTECTED] wrote:

 On Sun, 20 May 2007 10:29:12 +0800
 Chuanwen Wu [EMAIL PROTECTED] wrote:
 
  direct rendering: No
 
 there it is, third line.  
 Hey, looks like I have the same problem!  Perhaps we can figure it out
 together.  

The kernel configuration (at least menuconfig, which I use) has 

| Device Drivers  ---  Character devices  --- 
| * Direct Rendering Manager
|   MIntel 830M, 845G, 852GM, 855GM, 865G
| M   i830 driver
| M   i915 driver

If you can't tell for formatting, i[0-9]{3} are in the category `Intel
830M...  I had originally compiled them in, and you can only include
one or the other in the kernel.  I had chosen the i830. It was the wrong
choice -- an easy mistake, considering both list the 845G as supported
and the 830 happens to be first. 
I recommend, if you haven't yet, compiling the kernel with the
Intel drm drivers as modules.  X will load the right one.  In
retrospect, the kernel help messege told me how.
For what it's worth, you'll also have to have in xorg.conf:

| Section Module
| Load  glx
|Load  dri
|   ...
| EndSection
| 
| Section DRI
|   Mode0666
| EndSection

And now the third line of glxinfo should show 'Yes'
| [EMAIL PROTECTED] ~ $ glxinfo | grep direct
| direct rendering: Yes
and your glxgears will be nice and smooth, and, in my case, 67%
faster.  

Good luck. 


-- 
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Gentoo and KISS ?

2007-05-20 Thread burlingk


 -Original Message-
 From: Walter Dnes [mailto:[EMAIL PROTECTED] 
 Sent: Sunday, May 20, 2007 3:33 PM
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Gentoo and KISS ?
 
 
 On Sat, May 19, 2007 at 10:42:22AM +0900, [EMAIL PROTECTED] wrote
 
  If a person does not wish to stay up to date, if they 
 simply wish to 
  have a stable system, is getting busy really a reason to change 
  operating systems?
 
   If you're connecting to the internet, you *MUST* keep your 
 system up to date, to maintain security.  Yes even linux 
 systems have some security problems.  A lot fewer than 
 Windows, but it does happen. Problems with the actual kernel 
 are only a small part of the problem. Flash, Adobe PDF, Java, 
 etc, have had a few problems which can occur on all platforms 
 they run on.
 
   What's so time-consuming about once-a-week...
   * emerge --sync
   * emerge --ask --deep --update --world
 
   The update world can be started just before going to bed 
 G.  Update kernel once every couple of months or when a 
 GLSA requires it.
 
 -- 
 Walter Dnes [EMAIL PROTECTED] In linux /sbin/init is 
 Job #1 Q. Mr. Ghandi, what do you think of Microsoft 
 security? A. I think it would be a good idea.
 -- 

For the average user (I know, the average user is not using Gentoo),
emerge --any set of options world is no trivial task.
For the average user, Security means padlocks and car alarms.
The average user is using their machine for movies and video games, and
doesn't have the time to fight with bugs if emerging world doesn't go
quite right. :P

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] what games can I play on my 845G video card?

2007-05-20 Thread Chuanwen Wu

2007/5/20, Dale [EMAIL PROTECTED]:


 Dan Farrell wrote:
 On Sun, 20 May 2007 10:29:12 +0800
Chuanwen Wu [EMAIL PROTECTED] wrote:



 direct rendering: No

 there it is, third line.
Hey, looks like I have the same problem! Perhaps we can figure it out
together.
| 00:02.0 VGA compatible controller: Intel Corporation
| 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)
| direct rendering: No


 Well, I'm a Nvidia person myself but I did a little nosing around for ya.
Maybe this will help:  x11-drivers/xf86-video-i810

 Also, don't forget to set VIDEO_CARDS=i810 which may pull in the package
above as a dependancy, I think.

 And some neat info on the kernel config:

http://forums.gentoo.org/viewtopic-t-557149-highlight-i810+driver.html

 Hope some of that helps.

 Dale

 :-)  :-)  :-)  :-)



Thank you for your advice! I have use xf86-i810 driver and  now my
kernel config is the same as what you showed in the link.But still not
work.

$ glxinfo | grep rendering
direct rendering: No

And I open the game neverputt,it's still so slow.

 --
www.myspace.com/-remove-me-dalek1967

Copy n paste then remove the -remove-me- part.




--
wcw
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo and KISS ?

2007-05-20 Thread Dan Farrell
On Sun, 20 May 2007 02:33:24 -0400
Walter Dnes [EMAIL PROTECTED] wrote:

  If you're connecting to the internet, you *MUST* keep your system up
 to date, to maintain security. 

Not necessarily.  You only have to update programs with known security
holes.  New versions are just as likely to introduce unknown holes as
fix old unknown holes.  Furthermore, for most persons'
desktop/laptop systems, there's no need to be listening on any ports at
all.  That should tighten up security pretty well,  so I don't see why
it's so critical to always be updating. Perhaps i'm wrong?

That having been said, I do think it's generally a good idea to keep up
to date.  Wait too long, and you just cause unnecessary problems for
yourself when you finally need to upgrade something.  But that having
been said, if you find it a giant hassle, why not just stop doing it
unless absolutely necessary?  
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] what games can I play on my 845G video card?

2007-05-20 Thread Dale
Chuanwen Wu wrote:


 Thank you for your advice! I have use xf86-i810 driver and  now my
 kernel config is the same as what you showed in the link.But still not
 work.

 $ glxinfo | grep rendering
 direct rendering: No

 And I open the game neverputt,it's still so slow.



It looks like Dan has the same card.  Check his email and try what he
has posted.  If he works for him, you should have similar results. 
Maybe what I found is just a start.  :-(

Hope you get it going.

Dale

:-)  :-)  :-)  :-)

-- 
www.myspace.com/-remove-me-dalek1967

Copy n paste then remove the -remove-me- part.

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] what games can I play on my 845G video card?

2007-05-20 Thread Zachary Grafton
On Sunday 20 May 2007 02:19, Dale wrote:
 Dan Farrell wrote:
  On Sun, 20 May 2007 10:29:12 +0800
 
  Chuanwen Wu [EMAIL PROTECTED] wrote:
  direct rendering: No
 
  there it is, third line.
  Hey, looks like I have the same problem!  Perhaps we can figure it out
  together.
 
  | 00:02.0 VGA compatible controller: Intel Corporation
  | 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)
  | direct rendering: No

 Well, I'm a Nvidia person myself but I did a little nosing around for
 ya.  Maybe this will help:  x11-drivers/xf86-video-i810

 Also, don't forget to set VIDEO_CARDS=i810 which may pull in the
 package above as a dependancy, I think.

 And some neat info on the kernel config:

 http://forums.gentoo.org/viewtopic-t-557149-highlight-i810+driver.html

 Hope some of that helps.

 Dale

 :-)  :-)  :-)  :-)

I have a similar card, the 855GM and I was using the xf86-video-i810 package 
for a while without any problems, but after a recent update there was no way 
to get Direct Rendering working.  I switched back to using the kernel modules 
and it started working correctly.  Remember, if you use the xf86-video-i810 
package that you have to rebuild after every kernel rebuild and sometimes 
you'll also have to re-emerge the x11-drm package as well.  Also, a mesa 
upgrade had broken my direct rendering and a downgrade fixed it.  Another 
problem I had was leaving the Direct Rendering Manager option selected in the 
kernel config, but I had the xf86-video-i810 package installed, and that 
doesn't work as far as I know because of the different versions of agpgart.  
There are a ton of howtos available for the Intel cards, I'd recommend trying 
one at a time until you get it working.

A good command line for a quick check is  glx-info | grep direct


Good Luck,

Zack Grafton
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] what games can I play on my 845G video card?

2007-05-20 Thread Dale
Zachary Grafton wrote:


 A good command line for a quick check is  glx-info | grep direct


 Good Luck,

 Zack Grafton
   

I think you have a typo.  It should be glxinfo | grep direct without
the quotes of course.  That worked on my system at least.

Dale

:-)  :-)  :-)  :-)

-- 
www.myspace.com/-remove-me-dalek1967

Copy n paste then remove the -remove-me- part.

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] what games can I play on my 845G video card?

2007-05-20 Thread Zachary Grafton
On Sunday 20 May 2007 03:45, Dale wrote:
 Zachary Grafton wrote:
  A good command line for a quick check is  glx-info | grep direct
 
 
  Good Luck,
 
  Zack Grafton

 I think you have a typo.  It should be glxinfo | grep direct without
 the quotes of course.  That worked on my system at least.

 Dale

 :-)  :-)  :-)  :-)

 --
 www.myspace.com/-remove-me-dalek1967

 Copy n paste then remove the -remove-me- part.

:) Sorry, it's late here.  At least you understood what I meant.  There just 
seems to be a lot of problems with the intel cards.  I've had this one for a 
while and I shudder at the thought of upgrading the kernel for fear of 
breaking my direct rendering.

Zack
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] what games can I play on my 845G video card?

2007-05-20 Thread Dan Farrell
On Sun, 20 May 2007 04:06:28 -0400
Zachary Grafton [EMAIL PROTECTED] wrote:

 On Sunday 20 May 2007 03:45, Dale wrote:
  Zachary Grafton wrote:
   A good command line for a quick check is  glx-info | grep direct
  
  
   Good Luck,
  
   Zack Grafton
 
  I think you have a typo.  It should be glxinfo | grep direct
  without the quotes of course.  That worked on my system at least.
 
  Dale
 
  :-)  :-)  :-)  :-)
 
  --
  www.myspace.com/-remove-me-dalek1967
 
  Copy n paste then remove the -remove-me- part.
 
 :) Sorry, it's late here.  At least you understood what I meant.
 There just seems to be a lot of problems with the intel cards.  I've
 had this one for a while and I shudder at the thought of upgrading
 the kernel for fear of breaking my direct rendering.
 
 Zack
Frankly, indirect rendering isn't much worse.  For me, xine now uses
15%+ of processor instead of 20%+.  But, to be fair, it's a diskless
system so processor has to do extra work for nfs and such.  
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] what games can I play on my 845G video card?

2007-05-20 Thread Chuanwen Wu

2007/5/20, Dan Farrell [EMAIL PROTECTED]:

On Sat, 19 May 2007 23:40:27 -0500
Dan Farrell [EMAIL PROTECTED] wrote:

 On Sun, 20 May 2007 10:29:12 +0800
 Chuanwen Wu [EMAIL PROTECTED] wrote:

  direct rendering: No

 there it is, third line.
 Hey, looks like I have the same problem!  Perhaps we can figure it out
 together.

The kernel configuration (at least menuconfig, which I use) has

| Device Drivers  ---  Character devices  ---
| * Direct Rendering Manager
|   MIntel 830M, 845G, 852GM, 855GM, 865G
| M   i830 driver
| M   i915 driver



Thank you!This work for me too.Now I only choose i915 and compile as module.
It works much well now!


If you can't tell for formatting, i[0-9]{3} are in the category `Intel
830M...  I had originally compiled them in, and you can only include
one or the other in the kernel.  I had chosen the i830. It was the wrong
choice -- an easy mistake, considering both list the 845G as supported
and the 830 happens to be first.
I recommend, if you haven't yet, compiling the kernel with the
Intel drm drivers as modules.  X will load the right one.  In
retrospect, the kernel help messege told me how.
For what it's worth, you'll also have to have in xorg.conf:

| Section Module
| Load  glx
|Load  dri
|   ...
| EndSection
|
| Section DRI
|   Mode0666
| EndSection

And now the third line of glxinfo should show 'Yes'
| [EMAIL PROTECTED] ~ $ glxinfo | grep direct
| direct rendering: Yes
and your glxgears will be nice and smooth, and, in my case, 67%
faster.

Good luck.


--
[EMAIL PROTECTED] mailing list





--
wcw
--
[EMAIL PROTECTED] mailing list



[gentoo-user] 2.6.21-viper kernel and slow resume after suspend

2007-05-20 Thread Sergey Sytchewoj
Hi!
I'm using 2.6.21 kernel with viper patchset on: Pentium 4 2.8 Dualcore,
i946 based motherboard, nvidia video card, and sata harddriver.

Resuming after suspend is more than twice slower then suspend.
Debugging info from dmesg:
Suspend2 debugging info:
- Suspend core   : 2.2.9.13
- Kernel Version : 2.6.21-viper1brumal
- Compiler vers. : 4.1
- Attempt number : 2
- Parameters : 0 81936 0 1 0 0
- Overall expected compression percentage: 0.
- Compressor is 'lzf'.
  Compressed 953241600 bytes into 705124651 (26 percent compression).
- SwapAllocator active.
  Swap available for image: 727769 pages.
- FileAllocator inactive.
- I/O speed: Write 44 MB/s, Read 19 MB/s.
- Extra pages: 350 used/500.

Is it ok, that read speed lower than write speed?
Maybe i need enable some features in kernel?

-- 
WBR, Sergey Sytchewoj   mailto:[EMAIL PROTECTED]
ICQ: 389-346-129
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] OpenSSL certificates and Kmail

2007-05-20 Thread Mick
Hi All,

I am trying to get to grips with OpenSSL Certs in Kmail.  I have created a CA 
and then created and signed with it a certificate for my email account (crt).  
Finally, I exported it as a pkcs12 bundle and tried to import it as smime 
into Konqueror  Kmail.  All went seemingly well, except for:

1. When I tried to specify which cert to use in Kmail/Indentity/Cryptography I 
can see my imported Cert, but as I select it a red X comes up on the key 
symbol.  I assume then that it is not suitable for smime 
signatures/encryption?
2. When I run gpgsm -K I get:
===
[snip]
 validity: 2007-05-19 18:12:12 through 2010-05-18 18:12:12
 key type: 4096 bit RSA
key usage: [error: No value]
 chain length: [error: No value]
===

which is different to another certificate I have obtained from www.cacert.org:
===
 validity: 2007-04-23 13:49:42 through 2007-10-20 13:49:42
 key type: 2048 bit RSA
ext key usage: emailProtection (suggested), clientAuth (suggested), 
1.3.6.1.4.1.311.10.3.4 (suggested), serverGatedCrypto.ms (suggested), 
serverGatedCrypto.ns (suggested)
===

Any ideas what I need to do to make this certificate valid for use by Kmail?

PS. I am not sure if the above errors mean that there is anything wrong with 
my certificate, as opposed to Kmail  Kleopatra.  Any certificate signed 
messages that I receive are not verified in Kmail - all I get is: 

Not enough information to check signature. [Details]
 
Status: No status information available.


If I press on [Details] Kleopatra pops up showing my cert.  Selecting Verify 
just shows done.

Have you managed to make smime work with Kmail at all?
-- 
Regards,
Mick


pgpZBYwlieQRs.pgp
Description: PGP signature


Re: [gentoo-user] OpenSSL certificates and Kmail

2007-05-20 Thread Jure Varlec
On Sunday 20 of May 2007 13:24:09 Mick wrote:
 Hi All,

 I am trying to get to grips with OpenSSL Certs in Kmail.  I have created a
 CA and then created and signed with it a certificate for my email account
 (crt). Finally, I exported it as a pkcs12 bundle and tried to import it as
 smime into Konqueror  Kmail.  All went seemingly well, except for:

 1. When I tried to specify which cert to use in
 Kmail/Indentity/Cryptography I can see my imported Cert, but as I select it
 a red X comes up on the key symbol.  I assume then that it is not suitable
 for smime
 signatures/encryption?
 2. When I run gpgsm -K I get:
 ===
 [snip]
  validity: 2007-05-19 18:12:12 through 2010-05-18 18:12:12
  key type: 4096 bit RSA
 key usage: [error: No value]
  chain length: [error: No value]
 ===

 which is different to another certificate I have obtained from
 www.cacert.org: ===
  validity: 2007-04-23 13:49:42 through 2007-10-20 13:49:42
  key type: 2048 bit RSA
 ext key usage: emailProtection (suggested), clientAuth (suggested),
 1.3.6.1.4.1.311.10.3.4 (suggested), serverGatedCrypto.ms (suggested),
 serverGatedCrypto.ns (suggested)
 ===

 Any ideas what I need to do to make this certificate valid for use by
 Kmail?

 PS. I am not sure if the above errors mean that there is anything wrong
 with my certificate, as opposed to Kmail  Kleopatra.  Any certificate
 signed messages that I receive are not verified in Kmail - all I get is:
 
 Not enough information to check signature. [Details]

 Status: No status information available.
 

 If I press on [Details] Kleopatra pops up showing my cert.  Selecting
 Verify just shows done.

 Have you managed to make smime work with Kmail at all?

Hello

Heh, I dealt with a similar problem about a week ago. I'm not sure I'll ever 
understand all these certificate issues that seem to crop up on just about 
all platforms I ever used.

As, for the solution, it seem Kleopatra wants app-crypt/dirmngr, emerging it 
solved my problem. I'm not sure why relevant KDE apps don't depend on it.

Hope this helps
Jure



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


[gentoo-user] increase the dmesg buffer

2007-05-20 Thread Philipp Riegger

Hi!

I get lots and lots of messages in dmesg which results in me only  
seeing stuff from hard disk drivers and some grsec java messages in  
dmesg after rebooting. Is there a way to increase the buffer for  
this, so that i see twice as many messages, for example?


Thanks,
Philipp
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo and KISS ?

2007-05-20 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Nick wrote:
 That was fantastic. Thank you. From the bottom of my geek mind and
 heart, I thank you.

I will complete it, and add some music to it. I guess the Audacity team will be 
clearly disturbed by
me in the following days.

 I read this to my girlfriend; she didn't seem impressed. Clearly,
 this is her fault, not the fault of the poem. The poem is perfect.

Oh, well, what can you expect from a simple punk-rocker?
http://www.jamendo.com/es/album/5136/

- --
Arturo Buanzo Busleiman - Consultor Independiente en Seguridad Informatica
OpenPGP for HTTP: New Web-Auth Scheme: http://freshmeat.net/articles/view/2599
Consulting and Secure Mail Hosting: http://www.buanzo.com.ar/pro/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGUFIlAlpOsGhXcE0RCo9HAJ9d2BCCiYvSDSyceLSZhkxFgcBFtQCfXDvX
JLT/gy6ezEE4SsJhQY+V5YY=
=hAdd
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OpenSSL certificates and Kmail

2007-05-20 Thread Mick
On Sunday 20 May 2007 13:53, Jure Varlec wrote:
 On Sunday 20 of May 2007 13:24:09 Mick wrote:
  Hi All,
 
  I am trying to get to grips with OpenSSL Certs in Kmail.  I have created
  a CA and then created and signed with it a certificate for my email
  account (crt). Finally, I exported it as a pkcs12 bundle and tried to
  import it as smime into Konqueror  Kmail.  All went seemingly well,
  except for:
 
  1. When I tried to specify which cert to use in
  Kmail/Indentity/Cryptography I can see my imported Cert, but as I select
  it a red X comes up on the key symbol.  I assume then that it is not
  suitable for smime
  signatures/encryption?
  2. When I run gpgsm -K I get:
  ===
  [snip]
   validity: 2007-05-19 18:12:12 through 2010-05-18 18:12:12
   key type: 4096 bit RSA
  key usage: [error: No value]
   chain length: [error: No value]
  ===
 
  which is different to another certificate I have obtained from
  www.cacert.org: ===
   validity: 2007-04-23 13:49:42 through 2007-10-20 13:49:42
   key type: 2048 bit RSA
  ext key usage: emailProtection (suggested), clientAuth (suggested),
  1.3.6.1.4.1.311.10.3.4 (suggested), serverGatedCrypto.ms (suggested),
  serverGatedCrypto.ns (suggested)
  ===
 
  Any ideas what I need to do to make this certificate valid for use by
  Kmail?
 
  PS. I am not sure if the above errors mean that there is anything wrong
  with my certificate, as opposed to Kmail  Kleopatra.  Any certificate
  signed messages that I receive are not verified in Kmail - all I get is:
  
  Not enough information to check signature. [Details]
 
  Status: No status information available.
  
 
  If I press on [Details] Kleopatra pops up showing my cert.  Selecting
  Verify just shows done.
 
  Have you managed to make smime work with Kmail at all?

 Hello

 Heh, I dealt with a similar problem about a week ago. I'm not sure I'll
 ever understand all these certificate issues that seem to crop up on just
 about all platforms I ever used.

 As, for the solution, it seem Kleopatra wants app-crypt/dirmngr, emerging
 it solved my problem. I'm not sure why relevant KDE apps don't depend on
 it.

Thanks Jure, I'm afraid it didn't help in my case.  :(

When I try to sign a message with my cacert.org certificate it fails 
with: Signing failed: General error.  Adding my selfsigned certificate also 
fails (but his may have something to do with the way I generated the 
certificate, rather than Kmail).  This is sooo complicated compared to GnuPG.

Anything else I could try?
-- 
Regards,
Mick


pgp3sKMkdZ5fw.pgp
Description: PGP signature


Re: [gentoo-user] increase the dmesg buffer

2007-05-20 Thread David Relson
On Sun, 20 May 2007 15:54:52 +0300
Philipp Riegger wrote:

 Hi!
 
 I get lots and lots of messages in dmesg which results in me only  
 seeing stuff from hard disk drivers and some grsec java messages in  
 dmesg after rebooting. Is there a way to increase the buffer for  
 this, so that i see twice as many messages, for example?
 
 Thanks,
   Philipp


Since the dmesg buffer exists in kernel space, a kernel build is
required to change its size.  If recollection serves, the setting is
named CONFIG_LOG_BUF_SHIFT and the value is a power of 2.  For example

CONFIG_LOG_BUF_SHIFT=18

sets the buffer size to 262144 bytes.

HTH,

David

-- 
[EMAIL PROTECTED] mailing list



[solved] Re: [gentoo-user] Xinerama on 945GM: Set VBE mode failed

2007-05-20 Thread Gian Domeni Calgeer
Am Sonntag, 20. Mai 2007 06:44 schrieb Dan Farrell:
 Have you tried without these two lines?

 |Option MonitorLayout CRT,LFP
 |Option DevicePresence true

Thanks for the suggestion, but if I remove them it says you have to have a 
MonitorLayout option. The solution was to plug the monitor only right before 
X starts. 

Gian
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OpenSSL certificates and Kmail

2007-05-20 Thread Jure Varlec
On Sunday 20 of May 2007 16:47:00 Mick wrote:
 On Sunday 20 May 2007 13:53, Jure Varlec wrote:
  On Sunday 20 of May 2007 13:24:09 Mick wrote:
   Hi All,
  
   I am trying to get to grips with OpenSSL Certs in Kmail.  I have
   created a CA and then created and signed with it a certificate for my
   email account (crt). Finally, I exported it as a pkcs12 bundle and
   tried to import it as smime into Konqueror  Kmail.  All went seemingly
   well, except for:
  
   1. When I tried to specify which cert to use in
   Kmail/Indentity/Cryptography I can see my imported Cert, but as I
   select it a red X comes up on the key symbol.  I assume then that it is
   not suitable for smime
   signatures/encryption?
   2. When I run gpgsm -K I get:
   ===
   [snip]
validity: 2007-05-19 18:12:12 through 2010-05-18 18:12:12
key type: 4096 bit RSA
   key usage: [error: No value]
chain length: [error: No value]
   ===
  
   which is different to another certificate I have obtained from
   www.cacert.org: ===
validity: 2007-04-23 13:49:42 through 2007-10-20 13:49:42
key type: 2048 bit RSA
   ext key usage: emailProtection (suggested), clientAuth (suggested),
   1.3.6.1.4.1.311.10.3.4 (suggested), serverGatedCrypto.ms (suggested),
   serverGatedCrypto.ns (suggested)
   ===
  
   Any ideas what I need to do to make this certificate valid for use by
   Kmail?
  
   PS. I am not sure if the above errors mean that there is anything wrong
   with my certificate, as opposed to Kmail  Kleopatra.  Any certificate
   signed messages that I receive are not verified in Kmail - all I get
   is: 
   Not enough information to check signature. [Details]
  
   Status: No status information available.
   
  
   If I press on [Details] Kleopatra pops up showing my cert.  Selecting
   Verify just shows done.
  
   Have you managed to make smime work with Kmail at all?
 
  Hello
 
  Heh, I dealt with a similar problem about a week ago. I'm not sure I'll
  ever understand all these certificate issues that seem to crop up on just
  about all platforms I ever used.
 
  As, for the solution, it seem Kleopatra wants app-crypt/dirmngr, emerging
  it solved my problem. I'm not sure why relevant KDE apps don't depend on
  it.

 Thanks Jure, I'm afraid it didn't help in my case.  :(

 When I try to sign a message with my cacert.org certificate it fails
 with: Signing failed: General error.  Adding my selfsigned certificate
 also fails (but his may have something to do with the way I generated the
 certificate, rather than Kmail).  This is sooo complicated compared to
 GnuPG.

 Anything else I could try?

Hm, installing dirmngr should at least get rid of the Not enough information 
to check signature problem. *shrugs*
I suggest you start kwatchgnupg, it listens on the gnupg socket and displays 
all messages your apps send through there. It's the only way I found to see 
what's actually going on, because kmail's and kleopatra's error messages 
couldn't be less informative.

Hopefully, that should give a clue as to what to do next.

Regards
Jure


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


Re: [gentoo-user] what games can I play on my 845G video card?

2007-05-20 Thread Dan Farrell
On Sun, 20 May 2007 17:28:51 +0800
Chuanwen Wu [EMAIL PROTECTED] wrote:

 Thank you!This work for me too.Now I only choose i915 and compile as
 module. It works much well now!

Hurrah!  We both had success.  Have fun putting or whatnot.  
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] increase the dmesg buffer

2007-05-20 Thread Dan Farrell
On Sun, 20 May 2007 15:54:52 +0300
Philipp Riegger [EMAIL PROTECTED] wrote:

 Hi!
 
 I get lots and lots of messages in dmesg which results in me only  
 seeing stuff from hard disk drivers and some grsec java messages in  
 dmesg after rebooting. Is there a way to increase the buffer for  
 this, so that i see twice as many messages, for example?
 
 Thanks,
   Philipp

You can use syslog if you like to log your dmesg output, so that you
can see it at any time.  
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Fresh ebuilds for CODA

2007-05-20 Thread Enrico Weigelt

Hi folks,

as the ebuilds for the coda network filesystem are quite, quite 
outdated and these versions very unstable, I've made some fresh
ebuilds for the CODA packages.

You can grab 'em via CVS:

CVSROOT=:pserver:[EMAIL PROTECTED]:/home/cvs/repositories/oss-qm
passwd is anonymous 
checkout the module oss-qm-overlay

Take care, this overlay also contains a few other packages ...


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



RE: [solved] Re: [gentoo-user] Xinerama on 945GM: Set VBE mode failed

2007-05-20 Thread burlingk


 -Original Message-
 From: Gian Domeni Calgeer [mailto:[EMAIL PROTECTED] 
 Sent: Monday, May 21, 2007 12:41 AM
 To: gentoo-user@lists.gentoo.org
 Subject: [solved] Re: [gentoo-user] Xinerama on 945GM: Set 
 VBE mode failed
 snip
 Thanks for the suggestion, but if I remove them it says you 
 have to have a 
 MonitorLayout option. The solution was to plug the monitor 
 only right before 
 X starts. 
 
 Gian

If you mean to physically plug the device in when you are 
starting X, that is not a satisfactory option by any means. :/

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo gets as bad SuSE: Circular dependencies [WAS: Thank you Gentoo devs]

2007-05-20 Thread Enrico Weigelt
* Kent Fredric [EMAIL PROTECTED] wrote:

Hi folks,

 Imo, the cyclic dep problem could be solved as thus,
 
 A depends B
B depends  C||A
 
 Where C is a minimalist subset of A required for building B, 
 which is only depended on if A is not present.
 A is also a replacement for C.

Beware of conflicts !
AFAIK portage cannot handle them by itself, instead aborts and 
leaves the job to the user.

 So the flow would go like such.
 
 Emerge A:
  * depends on b
 * A is missing, so depend on C
 *emerges C*
 *emerges B*
 *removes C*  -- otherwise  A  C containing the same files = headache
 *emerges A*

Who exactly controls this flow ?
portage or the user ? 

 Computers exist to make our life easier, not the other way around :)

ACK. An ideal system would be able to do it all alone, the user 
just tells what he wants. Of course ideal != realistic, but IMHO 
its good to go into the ideal direction as far as possible.

BTW: some people expressed (within this thread), that Gentoo was too 
easy to use and should be made more complicated. Funny, isn't it ?


Ah, just in case that 99% of the people didn't actually read my 
postings, I'll just say it again:

The circular dependencies between Xserver and drivers do not come 
from upstream. They're artificial. If we just want an simple-to-use
package which gets the Xserver *and* drivers based on useflags
(which IMHO is an good idea), it's quite trivial to do this by an 
virtual/meta package. I've did it and it works good. You can get
it from my overlay via CVS:

CVSROOT=:pserver:[EMAIL PROTECTED]:/repositories/cvs/oss-qm
password: annymous
module: oss-qm-overlay
  

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



Re: [gentoo-user] OpenSSL certificates and Kmail

2007-05-20 Thread Mick
On Sunday 20 May 2007 16:54, Jure Varlec wrote:

 Hm, installing dirmngr should at least get rid of the Not enough
 information to check signature problem. *shrugs*
 I suggest you start kwatchgnupg, it listens on the gnupg socket and
 displays all messages your apps send through there. It's the only way I
 found to see what's actually going on, because kmail's and kleopatra's
 error messages couldn't be less informative.

 Hopefully, that should give a clue as to what to do next.

Thanks again Jure, I am getting this much now when I try to look at a message 
sent to me encrypted and signed with a cacert.org certificate:

[client at fd 4 connected]
  4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - Home: ~/.gnupg
  4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - 
Config: /home/michael/.gnupg/gpgsm.conf
  4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - 
AgentInfo: /tmp/gpg-IOOUO2/S.gpg-agent:7251:1
  4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - DirmngrInfo: [not set]
  4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - GNU Privacy Guard's 
S/M server 1.9.21 ready
  4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - OPTION display=:0.0
  4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - OK
  4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - OPTION lc-ctype=C
  4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - OK
  4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - OPTION lc-messages=C
  4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - OK
  4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - INPUT FD=15
  4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - OK
  4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - OUTPUT FD=19
  4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - OK
  4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - DECRYPT
  4 - 2007-05-20 17:41:10 gpgsm[9033]: unsupported algorithm 
`1.2.840.113549.3.2'
  4 - 2007-05-20 17:41:10 gpgsm[9033]: (this is the RC2 algorithm)
  4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - S ERROR 
decrypt.algorithm 50331732 1.2.840.113549.3.2
  4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - S DECRYPTION_FAILED
  4 - 2007-05-20 17:41:10 gpgsm[9033]: message decryption failed: Unsupported 
algorithm 
  4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - ERR 50331732 
Unsupported algorithm 
  4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - BYE
  4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - OK closing connection
[client at fd 4 disconnected]


I notice two things above; a)the DirmngrInfo: [not set] is telling me that the 
dirmngr has not been set yet - is this OK? and,  b)gpgsm spits feathers when 
it sees the RC2 algorithm?!

When I try to compose a message and select to use a cacert.org certificate I 
am getting these messages:

 4 - 2007-05-20 17:49:28 gpgsm[9059]: DBG: connection to agent established
 4 - 2007-05-20 17:49:28 gpgsm[9059]: can't connect to the dirmngr - trying 
fall back
 4 - 2007-05-20 17:49:28 gpgsm[9059]: no running dirmngr - starting 
`/usr/bin/dirmngr'
 4 - 2007-05-20 17:49:28 gpgsm[9059]: DBG: connection to dirmngr established

which shows me that dirmngr is being brought up when required - probably the 
previous message about not being set is nothing to worry about then.

Then I am getting dirmngr trying to connect to cacert.org to verify the 
certificate I am going to use:
===
 6 - 2007-05-20 17:49:30 dirmngr[9060.0x8080078] DBG: - INQUIRE 
SENDISSUERCERT
  6 - 2007-05-20 17:49:30 dirmngr[9060.0x8080078] DBG: - [ 44 20 30 82 07 3d 
30 82 05 25 32 35 a0 03 02 01 02 02 01 00 30 25 30 44 06 09 [snip...]
  6 - 2007-05-20 17:49:30 dirmngr[9060.0x8080078] DBG: - [ 44 20 31 1e 30 1c 
06 03 55 04 0b 13 15 68 74 74 70 3a 2f 2f 77 77 77 2e 63 61 63 65 72 74 2e 6f 
72 67 31 22 30 20 06 03 55 04 03 13 19 43 41 20 43 65 72 74 [snip...]
  6 - 2007-05-20 17:49:30 dirmngr[9060.0x8080078] DBG: - END
  6 - 2007-05-20 17:49:30 dirmngr[9060]: using OCSP responder 
`http://ocsp.cacert.org'
  6 - 2007-05-20 17:49:31 dirmngr[9060]: OCSP responder at 
`http://ocsp.cacert.org' status: success
  6 - 2007-05-20 17:49:31 dirmngr[9060.0x8080078] DBG: - S 
ONLY_VALID_IF_CERT_VALID D6A20C9D62F2892DABCA9B67[snip]
  6 - 2007-05-20 17:49:31 dirmngr[9060]: certificate status is: good  
(this=20070516T061242  next=20070520T165947)
  6 - 2007-05-20 17:49:31 dirmngr[9060]: OCSP responder returned a non-current 
status
  6 - 2007-05-20 17:49:31 dirmngr[9060]: now: 20070520T165931  this_update: 
20070516T061242
  6 - 2007-05-20 17:49:31 dirmngr[9060]: command ISVALID failed: Time conflict
  6 - 2007-05-20 17:49:31 dirmngr[9060.0x8080078] DBG: - ERR 167772199 Time 
conflict 
  4 - 2007-05-20 17:49:31 gpgsm[9059]: 

Re: [solved] Re: [gentoo-user] Xinerama on 945GM: Set VBE mode failed

2007-05-20 Thread Gian Domeni Calgeer
Am Sonntag, 20. Mai 2007 17:57 schrieb [EMAIL PROTECTED]:
 If you mean to physically plug the device in when you are
 starting X, that is not a satisfactory option by any means. :/

That is exactly what I mean. The problem seems to be that the BIOS sets the 
external monitor as the default output device if it is already plugged when 
the computer is switched on. Unlike my father's notebook, mine doesn't have 
an option in the BIOS setup to set the internal screen as the default output 
device. 

Gian
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OpenSSL certificates and Kmail

2007-05-20 Thread Elias Probst
On Sunday 20 May 2007 14:53:06 Jure Varlec wrote:
 As, for the solution, it seem Kleopatra wants app-crypt/dirmngr, emerging
 it solved my problem. I'm not sure why relevant KDE apps don't depend on
 it.

If kleopatra and other KDE apps really need dirmngr and it's not yet set as a 
dependency in the ebuilds, please report this to bugs.gentoo.org

Thanks!

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] Gentoo gets as bad SuSE: Circular dependencies [WAS: Thank you Gentoo devs]

2007-05-20 Thread Neil Bothwick
On Sun, 20 May 2007 18:49:31 +0200, Enrico Weigelt wrote:

 The circular dependencies between Xserver and drivers do not come 
 from upstream. They're artificial. If we just want an simple-to-use
 package which gets the Xserver *and* drivers based on useflags
 (which IMHO is an good idea), it's quite trivial to do this by an 
 virtual/meta package. I've did it and it works good. You can get
 it from my overlay via CVS:

How is this different prom portage installing the server and required
drivers according to USE flag settings?

VIDEO_CARDS is expanded to USE flags to install only the drivers you
need.


-- 
Neil Bothwick

Any sufficiently advanced bug is indistinguishable from a feature.


signature.asc
Description: PGP signature


Re: [gentoo-user] OpenSSL certificates and Kmail

2007-05-20 Thread Mick
On Sunday 20 May 2007 18:10, Mick wrote:
 On Sunday 20 May 2007 16:54, Jure Varlec wrote:
  Hm, installing dirmngr should at least get rid of the Not enough
  information to check signature problem. *shrugs*
  I suggest you start kwatchgnupg, it listens on the gnupg socket and
  displays all messages your apps send through there. It's the only way I
  found to see what's actually going on, because kmail's and kleopatra's
  error messages couldn't be less informative.
 
  Hopefully, that should give a clue as to what to do next.

 Thanks again Jure, I am getting this much now when I try to look at a
 message sent to me encrypted and signed with a cacert.org certificate:
 
 [client at fd 4 connected]
   4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - Home: ~/.gnupg
   4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: -
 Config: /home/michael/.gnupg/gpgsm.conf
   4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: -
 AgentInfo: /tmp/gpg-IOOUO2/S.gpg-agent:7251:1
   4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - DirmngrInfo: [not
 set] 4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - GNU Privacy
 Guard's S/M server 1.9.21 ready
   4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - OPTION display=:0.0
   4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - OK
   4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - OPTION lc-ctype=C
   4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - OK
   4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - OPTION
 lc-messages=C 4 - 2007-05-20 17:41:09 gpgsm[9033.0x80806a0] DBG: - OK
   4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - INPUT FD=15
   4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - OK
   4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - OUTPUT FD=19
   4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - OK
   4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - DECRYPT
   4 - 2007-05-20 17:41:10 gpgsm[9033]: unsupported algorithm
 `1.2.840.113549.3.2'
   4 - 2007-05-20 17:41:10 gpgsm[9033]: (this is the RC2 algorithm)
   4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - S ERROR
 decrypt.algorithm 50331732 1.2.840.113549.3.2
   4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - S DECRYPTION_FAILED
   4 - 2007-05-20 17:41:10 gpgsm[9033]: message decryption failed:
 Unsupported algorithm
   4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - ERR 50331732
 Unsupported algorithm
   4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - BYE
   4 - 2007-05-20 17:41:10 gpgsm[9033.0x80806a0] DBG: - OK closing
 connection [client at fd 4 disconnected]
 

 I notice two things above; a)the DirmngrInfo: [not set] is telling me that
 the dirmngr has not been set yet - is this OK? and,  b)gpgsm spits feathers
 when it sees the RC2 algorithm?!

 When I try to compose a message and select to use a cacert.org certificate
 I am getting these messages:
 
  4 - 2007-05-20 17:49:28 gpgsm[9059]: DBG: connection to agent established
  4 - 2007-05-20 17:49:28 gpgsm[9059]: can't connect to the dirmngr - trying
 fall back
  4 - 2007-05-20 17:49:28 gpgsm[9059]: no running dirmngr - starting
 `/usr/bin/dirmngr'
  4 - 2007-05-20 17:49:28 gpgsm[9059]: DBG: connection to dirmngr
 established 
 which shows me that dirmngr is being brought up when required - probably
 the previous message about not being set is nothing to worry about then.

 Then I am getting dirmngr trying to connect to cacert.org to verify the
 certificate I am going to use:
 ===
  6 - 2007-05-20 17:49:30 dirmngr[9060.0x8080078] DBG: - INQUIRE
 SENDISSUERCERT
   6 - 2007-05-20 17:49:30 dirmngr[9060.0x8080078] DBG: - [ 44 20 30 82 07
 3d 30 82 05 25 32 35 a0 03 02 01 02 02 01 00 30 25 30 44 06 09 [snip...] 6
 - 2007-05-20 17:49:30 dirmngr[9060.0x8080078] DBG: - [ 44 20 31 1e 30 1c
 06 03 55 04 0b 13 15 68 74 74 70 3a 2f 2f 77 77 77 2e 63 61 63 65 72 74 2e
 6f 72 67 31 22 30 20 06 03 55 04 03 13 19 43 41 20 43 65 72 74 [snip...] 6
 - 2007-05-20 17:49:30 dirmngr[9060.0x8080078] DBG: - END
   6 - 2007-05-20 17:49:30 dirmngr[9060]: using OCSP responder
 `http://ocsp.cacert.org'
   6 - 2007-05-20 17:49:31 dirmngr[9060]: OCSP responder at
 `http://ocsp.cacert.org' status: success
   6 - 2007-05-20 17:49:31 dirmngr[9060.0x8080078] DBG: - S
 ONLY_VALID_IF_CERT_VALID D6A20C9D62F2892DABCA9B67[snip]
   6 - 2007-05-20 17:49:31 dirmngr[9060]: certificate status is: good
 (this=20070516T061242  next=20070520T165947)
   6 - 2007-05-20 17:49:31 dirmngr[9060]: OCSP responder returned a
 non-current status
   6 - 2007-05-20 17:49:31 dirmngr[9060]: now: 20070520T165931  this_update:
 20070516T061242
   6 - 2007-05-20 17:49:31 dirmngr[9060]: command ISVALID failed: Time
 conflict 6 - 2007-05-20 17:49:31 

Re: [gentoo-user] increase the dmesg buffer

2007-05-20 Thread Philipp Riegger


On 20.05.2007, at 17:58, David Relson wrote:

Since the dmesg buffer exists in kernel space, a kernel build is
required to change its size.  If recollection serves, the setting is
named CONFIG_LOG_BUF_SHIFT and the value is a power of 2.  For example

CONFIG_LOG_BUF_SHIFT=18

sets the buffer size to 262144 bytes.


Thanks, that's exactly what i wanted. Now i can see all i want to see.


On 20.05.2007, at 18:59, Dan Farrell wrote:


You can use syslog if you like to log your dmesg output, so that you
can see it at any time.


I actually did that, i just remembered after posting. But at the time  
when it is logged, the buffer is already more then full, so it did  
never log the first messages.



Thanks,
Philipp
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Boa is now hard masked?

2007-05-20 Thread Walter Dnes
On Fri, May 18, 2007 at 04:40:30PM +0100, Mick wrote

 If Boa is indeed a gonner, what would you recommend I use to share my 
 distfiles with other boxen on my LAN?

  Take a look at www-servers/tux

  There's an overview at http://en.wikipedia.org/wiki/TUX_web_server
Tux is a set of kernel patches that produces a lean/mean in-kernel web
server.  For security reasons, it doesn't do dynamic web pages, but it
can selectively hand off requests for dynamic content to Apache, etc.
For serving out files, it's easily enough.

-- 
Walter Dnes [EMAIL PROTECTED] In linux /sbin/init is Job #1
Q. Mr. Ghandi, what do you think of Microsoft security?
A. I think it would be a good idea.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] strange system behaviour.

2007-05-20 Thread Marek Miller

b.n. napisał(a):

Marek Miller ha scritto:


I really don't know, what's happened: the system hangs
every 15 minutes, most of applications don't work
properly (emerge, firefox etc.) and put out Segmentation
fault.




Several times I catch a message on the console, but
cannot read the whole thing, because of system reboot
(It was something like: BUG cannot handle kernel NULL
pointer...)

Does anybody suspect, what's the problem?



To me, seems a lot like an hardware problem. Bad RAM or bad 
motherboard, possibly a hidden defect triggered by a reboot too much...


Do the segfaults happen randomly or are they reproducible? (that is, 
if you open a given app, does it ALWAYS segfault or it OFTEN segfault? 
and does it happen immediately or after a random amount of time?)


m.


Yes, it is a RAM defect. Is there a way to define upper limit of RAM, so 
I can perform some back-up before

I take my laptop to a warranty service?

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] strange system behaviour.

2007-05-20 Thread Nistor Andrei
On Monday 21 May 2007, Marek Miller wrote:
 b.n. napisał(a):
  Marek Miller ha scritto:
  I really don't know, what's happened: the system hangs
  every 15 minutes, most of applications don't work
  properly (emerge, firefox etc.) and put out Segmentation
  fault.
 
 
  Several times I catch a message on the console, but
  cannot read the whole thing, because of system reboot
  (It was something like: BUG cannot handle kernel NULL
  pointer...)
 
  Does anybody suspect, what's the problem?
 
  To me, seems a lot like an hardware problem. Bad RAM or bad
  motherboard, possibly a hidden defect triggered by a reboot too much...
 
  Do the segfaults happen randomly or are they reproducible? (that is,
  if you open a given app, does it ALWAYS segfault or it OFTEN segfault?
  and does it happen immediately or after a random amount of time?)
 
  m.

 Yes, it is a RAM defect. Is there a way to define upper limit of RAM, so
 I can perform some back-up before
 I take my laptop to a warranty service?


Try badram-sources. I've never used them, but they should do the trick. I 
think you can find them in the custom-kernels overlay.
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] strange system behaviour.

2007-05-20 Thread Iain Buchanan
On Mon, 2007-05-21 at 00:30 +0300, Nistor Andrei wrote:
 On Monday 21 May 2007, Marek Miller wrote:
 
  Yes, it is a RAM defect. Is there a way to define upper limit of RAM, so
  I can perform some back-up before
  I take my laptop to a warranty service?
 
 
 Try badram-sources. I've never used them, but they should do the trick. I 
 think you can find them in the custom-kernels overlay.

ha! good luck trying to compile the kernel with faulty RAM.  Can you
remove one stick, or borrow some from a friend / other machine?  That
might help with your backups...

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

Dismissed.  That's a Star Fleet expression for, Get out.
-- Capt. Kathryn Janeway, Star Trek: Voyager, The Cloud

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo gets as bad SuSE: Circular dependencies [WAS: Thank you Gentoo devs]

2007-05-20 Thread Neil Walker

Enrico Weigelt wrote:
The circular dependencies between Xserver and drivers do not come 
from upstream. They're artificial. If we just want an simple-to-use

package which gets the Xserver *and* drivers based on useflags
(which IMHO is an good idea), it's quite trivial to do this by an 
virtual/meta package. I've did it and it works good. You can get

it from my overlay via CVS:
  


You totally baffle me. As I've previously stated, I just installed 
Gentoo with xorg, kde, etc. on a new machine and there were no circular 
dependencies or any other problems. The whole lot emerged without error 
and installed my selected driver, nvidia. So where is the problem that 
you are supposedly seeing?



Be lucky,

Neil

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo gets as bad SuSE: Circular dependencies [WAS: Thank you Gentoo devs]

2007-05-20 Thread kashani

Enrico Weigelt wrote:

BTW: some people expressed (within this thread), that Gentoo was too 
easy to use and should be made more complicated. Funny, isn't it ?


	No, that is not funny, but I'll tell you what is humorous. That all 
three posters involved in saying Gentoo was too easy were speaking 
sarcastically and then watching you try to use it to prove some point 
other than the obvious fact that you have no idea what you're talking 
about. That my friend is pure comedy.


kashani
--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Gentoo gets as bad SuSE: Circular dependencies [WAS: Thank you Gentoo devs]

2007-05-20 Thread burlingk

 Enrico Weigelt wrote:
  The circular dependencies between Xserver and drivers do not come
  from upstream. They're artificial. If we just want an simple-to-use
  package which gets the Xserver *and* drivers based on useflags
  (which IMHO is an good idea), it's quite trivial to do this by an 
  virtual/meta package. I've did it and it works good. You can get
  it from my overlay via CVS:



That is exactly what the xorg-x11 metapackage is designed to do.
If you don't add in a million USE flags that don't want to play nice, 
then it should all compile (in theory).  I say in theory, because
there are always things that can possibly get in the way.  Bugs happen 
on occasion.  I am learning how to properly use USE flags myself. ^_^

--
[EMAIL PROTECTED] mailing list



[gentoo-user] trying to set up fonts in Xorg-7.2 + Firefox-2

2007-05-20 Thread Denis

I just got done setting up the Xorg-7.2 and Fluxbox, and after
compiling and running Firefox-2 for the first time, I found that the
default font set-up wasn't to my liking.  It looked strange and
wouldn't produce any boldfaces in Gmail.  So I followed a Howto Xorg
and Fonts - Gentoo Linux Wiki, and my font paths for Xorg currently
have:

   FontPath /usr/share/fonts/misc/:unscaled
   FontPath /usr/share/fonts/Type1/
   FontPath /usr/share/fonts/corefonts/
   FontPath /usr/share/fonts/freefonts/
   FontPath /usr/share/fonts/sharefonts/
   FontPath /usr/share/fonts/terminus/
   FontPath /usr/share/fonts/ttf-bitstream-vera/
   FontPath /usr/share/fonts/unifont/
   FontPath /usr/share/fonts/100dpi/:unscaled
   FontPath /usr/share/fonts/75dpi/:unscaled
   FontPath /usr/share/fonts/dejavu/
   FontPath /usr/share/fonts/intlfonts/

I removed the /usr/share/fonts/TTF and /usr/share/fonts/OTF
entries that were in my /etc/xorg.conf, since I did not find those
directories in my /usr/share/fonts directory.

In Firefox-2 advanced fonts  colors menu, I set proportional to Serif
(16), serif to bitstream vera serif, sans-serif to bitstream vera
sans, and monospace to bitstream vera sans mono (12).

However, I notice no change from the original Firefox-2 font
appearance, unless I check the always use my fonts option.  When I
always use my fonts, I get boldfaces in Gmail, etc, which is good,
but the default font size in Firefox is still too small, and I always
need to click on View-Text Size - Increase.

I would like my Firefox fonts under Xorg to look more or less like my
Firefox fonts under Windows  ;)  How did some of you deal with
customizing fonts in Firefox?

And how can I make the font in Firefox menus and URL bar larger?

Thanks, and I apologize in advance if my questions are too simplistic
or have already been asked many times before...

-Denis
--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: trying to set up fonts in Xorg-7.2 + Firefox-2

2007-05-20 Thread Denis

I apologize - please disregard my post.

I edited userChrome.css, and that did it, and also set the minimum
font size to 16.  I'm satisfied now :-)

Denis

On 5/20/07, Denis [EMAIL PROTECTED] wrote:

I just got done setting up the Xorg-7.2 and Fluxbox, and after
compiling and running Firefox-2 for the first time, I found that the
default font set-up wasn't to my liking.  It looked strange and
wouldn't produce any boldfaces in Gmail.  So I followed a Howto Xorg
and Fonts - Gentoo Linux Wiki, and my font paths for Xorg currently
have:

FontPath /usr/share/fonts/misc/:unscaled
FontPath /usr/share/fonts/Type1/
FontPath /usr/share/fonts/corefonts/
FontPath /usr/share/fonts/freefonts/
FontPath /usr/share/fonts/sharefonts/
FontPath /usr/share/fonts/terminus/
FontPath /usr/share/fonts/ttf-bitstream-vera/
FontPath /usr/share/fonts/unifont/
FontPath /usr/share/fonts/100dpi/:unscaled
FontPath /usr/share/fonts/75dpi/:unscaled
FontPath /usr/share/fonts/dejavu/
FontPath /usr/share/fonts/intlfonts/

I removed the /usr/share/fonts/TTF and /usr/share/fonts/OTF
entries that were in my /etc/xorg.conf, since I did not find those
directories in my /usr/share/fonts directory.

In Firefox-2 advanced fonts  colors menu, I set proportional to Serif
(16), serif to bitstream vera serif, sans-serif to bitstream vera
sans, and monospace to bitstream vera sans mono (12).

However, I notice no change from the original Firefox-2 font
appearance, unless I check the always use my fonts option.  When I
always use my fonts, I get boldfaces in Gmail, etc, which is good,
but the default font size in Firefox is still too small, and I always
need to click on View-Text Size - Increase.

I would like my Firefox fonts under Xorg to look more or less like my
Firefox fonts under Windows  ;)  How did some of you deal with
customizing fonts in Firefox?

And how can I make the font in Firefox menus and URL bar larger?

Thanks, and I apologize in advance if my questions are too simplistic
or have already been asked many times before...

-Denis


--
[EMAIL PROTECTED] mailing list