Re: [gentoo-user] Panic at boot time after update kernel to 2.6.20-r8.

2007-05-12 Thread Neil Walker

Graham Murray wrote:

According to the Linux sata site
(http://linux-ata.org/driver-status.html) the AHCI driver supports all
the SATA features such as NCQ (Native Command Queueing) and hotplug but
the PIIX module does not support these.
  


I've been running the PIIX driver for quite some time and everything 
appears to work OK so it hadn't occurred to me to go looking at other 
drivers. ;) Maybe I should take a closer look at AHCI - especially as it 
seems Intel are listed as a sponsor, so it must have their approval. :)



Be lucky,

Neil

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Nvidia drivers for 8600 GT

2007-05-12 Thread Aleksandar L. Dimitrov
On Sun, 13 May 2007 00:30:50 +0200
Markus Schönhaber <[EMAIL PROTECTED]> wrote:

> Daniel Pielmeier wrote:
> 
> > I don't think that there is an overlay for those drivers.
> > Take a look at this bugs [1][2] which are dealing with the new
> > drivers. Maybe they will be added to the tree soon.
> 
> Thanks for the pointers.
> 
> > You can try to rename the ebuild according to the new version and
> > add it to your overlay, maybe it just works.
> 
> I'll try it.
> 

I did something rather dirty today. I downloaded the newest Nvidia Beta
Drivers and copied it over to /usr/portage/distfiles under the same
name the in-portage driver had. So while portage thinks the old drivers
are installed - that's not the case :)

It worked flawlessly and the new drivers gave me quite a performance
boost on my GeForce7400 Go! :)

So it might be worth it giving it a try...

Regargs, Aleks

> Regards
>   mks
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Nvidia drivers for 8600 GT

2007-05-12 Thread Markus Schönhaber
Daniel Pielmeier wrote:

> I don't think that there is an overlay for those drivers.
> Take a look at this bugs [1][2] which are dealing with the new drivers.
> Maybe they will be added to the tree soon.

Thanks for the pointers.

> You can try to rename the ebuild according to the new version and add it
> to your overlay, maybe it just works.

I'll try it.

Regards
  mks
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] should dual-core Pentium Processor Extreme Edition be recognized as two processors or one?

2007-05-12 Thread Denis

Great - just recompiled the kernel, and the problem is solved.  I can
see 4 cpu's in top, and 2 cores are recognized in /proc/cpuinfo.

Many thanks!
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Panic at boot time after update kernel to 2.6.20-r8.

2007-05-12 Thread Graham Murray
David Harel <[EMAIL PROTECTED]> writes:

> Graham Murray wrote:
>> For the ICH6 and later, I think that the AHCI driver is better than
>> PIIX_ATA.   
> How can I evaluate the different solutions (They both work)?

According to the Linux sata site
(http://linux-ata.org/driver-status.html) the AHCI driver supports all
the SATA features such as NCQ (Native Command Queueing) and hotplug but
the PIIX module does not support these.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Configuring and Booting Xen

2007-05-12 Thread Albert Hopkins
On Sat, 2007-05-12 at 20:54 +0100, Bruno Santos wrote:
[...]
> 
> my grub.conf is:
> title=Xen 3.0.4 Linux 2.6.16.33
> root (hd0,4)
> kernel /xen.gz
> module /vmlinuz-2.6.16.33-xen0 root=/dev/sda6
> 
> title=Gentoo Linux 2.6.20-gentoo-r7 x86_64
> root (hd0,4)
> kernel /boot/kernel-2.6.20-gentoo-r7 root=/dev/sda6 vga=0x31B
> video=vesafb:mtrr:3,ywrap splash=silent,fadein,theme:livecd-2007.0
> quiet CONSOLE=/dev/tty1
> initrd /boot/fbsplash
> 
> I've compiled the file systems in use in the kernel and not as modules
> and the support for my SATA HDD also.
> 
> I cannot find any help in google or in the Wiki.
> 
> Any ideias?
> 

This probably has to do with your kernel configuration.  It's looks like
a typical boot error message, Xen or no Xen.  Verify that:

  * The kernel has the correct hard disk drivers compiled in
  * The kernel has the correct filesystem drivers compiled in
  * You are specifying the correct root device
  * Your root device contains a valid "/" filesystem.

I would probably check in that order.

Also, you are using "/" for the Xen entry but "/boot" for the other one.
It probably makes not difference but it would be nice to be consistent.


--
Albert W. Hopkins

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] should dual-core Pentium Processor Extreme Edition be recognized as two processors or one?

2007-05-12 Thread Dan Farrell
On Sat, 12 May 2007 16:58:36 -0400
Denis <[EMAIL PROTECTED]> wrote:

> Crap!  I totally forgot that I need ACPI support in the kernel for an
> SMP system to work the way I expected.  I guess I can load my .config
> file, edit it inside menuconfig, and recompile the kernel.  I forgot -
> do I need to clean out any of the stuff from this kernel before I can
> recompile it, or can I simply re-make it?
Once you exit menuconfig having saved changes, proceed to make.  
> I have a couple of questions also about some of the dmesg output (see
> dmesg.txt attached)...
> 
> 1. Bug in the BIOS?  I upgraded to the latest BIOS from Intel's site
> before I began Gentoo installation.  I guess this isn't too crucial of
> a bug?
Perhaps you need acpi for this APIC stuff?

> 2. What is this PCI jabber?  Anything serious?  It seems
> inconsequential, but I just wanted to ask anyway.
More acpi supported stuff, perhaps?

> 3.  I chose the Preemptive mode for the kernel - is that a good
> choice?
Yes.  In-Kernel Preemption is a good way to increase responsiveness at
very low cost in cpu bandwith.  I recommend it for workstations. 

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] should dual-core Pentium Processor Extreme Edition be recognized as two processors or one?

2007-05-12 Thread Denis

Crap!  I totally forgot that I need ACPI support in the kernel for an
SMP system to work the way I expected.  I guess I can load my .config
file, edit it inside menuconfig, and recompile the kernel.  I forgot -
do I need to clean out any of the stuff from this kernel before I can
recompile it, or can I simply re-make it?

I have a couple of questions also about some of the dmesg output (see
dmesg.txt attached)...

1. Bug in the BIOS?  I upgraded to the latest BIOS from Intel's site
before I began Gentoo installation.  I guess this isn't too crucial of
a bug?

OEM ID:  Product ID:  APIC at: 0xFEE0
Processor #0 15:4 APIC version 20
Enabling APIC mode:  Flat.  Using 0 I/O APICs
BIOS bug, no explicit IRQ entries, using default mptable. (tell your hw vendor)
Processors: 1

2. What is this PCI jabber?  Anything serious?  It seems
inconsequential, but I just wanted to ask anyway.

PCI: Failed to allocate mem resource #6:[EMAIL PROTECTED] for :01:00.0
PCI: Bridge: :00:01.0
 IO window: disabled.
 MEM window: e000-e4ff
 PREFETCH window: d000-dfff
PCI: Bridge: :00:1c.0
 IO window: disabled.
 MEM window: e530-e53f
 PREFETCH window: disabled.
PCI: Bridge: :00:1c.4
 IO window: disabled.
 MEM window: e540-e54f
 PREFETCH window: disabled.
PCI: Bridge: :00:1c.5
 IO window: 1000-1fff
 MEM window: e510-e51f
 PREFETCH window: disabled.
PCI: Bridge: :00:1e.0
 IO window: disabled.
 MEM window: e500-e50f
 PREFETCH window: disabled.

3.  I chose the Preemptive mode for the kernel - is that a good choice?

Thanks for all the replies - they were all very helpful.
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 15
model   : 4
model name  : Intel(R) Pentium(R) D CPU 3.20GHz
stepping: 4
cpu MHz : 3200.439
cache size  : 1024 KB
physical id : 0
siblings: 1
core id : 0
cpu cores   : 1
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc up 
pni monitor ds_cpl cid cx16 xtpr
bogomips: 6403.52
clflush size: 64

Linux version 2.6.20-gentoo-r8 ([EMAIL PROTECTED]) (gcc version 4.1.1 (Gentoo 
4.1.1-r3)) #1 SMP PREEMPT Fri May 11 22:36:27 EDT 2007
BIOS-provided physical RAM map:
sanitize start
sanitize end
copy_e820_map() start:  size: 0009fc00 end: 
0009fc00 type: 1
copy_e820_map() type is E820_RAM
copy_e820_map() start: 0009fc00 size: 0400 end: 
000a type: 2
copy_e820_map() start: 000e size: 0002 end: 
0010 type: 2
copy_e820_map() start: 0010 size: cece3000 end: 
cede3000 type: 1
copy_e820_map() type is E820_RAM
copy_e820_map() start: cede3000 size: 000ba000 end: 
cee9d000 type: 4
copy_e820_map() start: cee9d000 size: 00f3d000 end: 
cfdda000 type: 1
copy_e820_map() type is E820_RAM
copy_e820_map() start: cfdda000 size: 00021000 end: 
cfdfb000 type: 4
copy_e820_map() start: cfdfb000 size: 000cd000 end: 
cfec8000 type: 1
copy_e820_map() type is E820_RAM
copy_e820_map() start: cfec8000 size: 00021000 end: 
cfee9000 type: 4
copy_e820_map() start: cfee9000 size: 3000 end: 
cfeec000 type: 1
copy_e820_map() type is E820_RAM
copy_e820_map() start: cfeec000 size: 00013000 end: 
cfeff000 type: 3
copy_e820_map() start: cfeff000 size: 1000 end: 
cff0 type: 1
copy_e820_map() type is E820_RAM
copy_e820_map() start: 0001 size: 3000 end: 
00013000 type: 1
copy_e820_map() type is E820_RAM
 BIOS-e820:  - 0009fc00 (usable)
 BIOS-e820: 0009fc00 - 000a (reserved)
 BIOS-e820: 000e - 0010 (reserved)
 BIOS-e820: 0010 - cede3000 (usable)
 BIOS-e820: cede3000 - cee9d000 (ACPI NVS)
 BIOS-e820: cee9d000 - cfdda000 (usable)
 BIOS-e820: cfdda000 - cfdfb000 (ACPI NVS)
 BIOS-e820: cfdfb000 - cfec8000 (usable)
 BIOS-e820: cfec8000 - cfee9000 (ACPI NVS)
 BIOS-e820: cfee9000 - cfeec000 (usable)
 BIOS-e820: cfeec000 - cfeff000 (ACPI data)
 BIOS-e820: cfeff000 - cff0 (usable)
 BIOS-e820: 0001 - 00013000 (usable)
Warning only 4GB will be used.
Use a PAE enabled kernel.
3200MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000fe200
Entering add_active_range(0, 0, 1048576) 0 entries of 256 used
Zone PFN ranges:
  DMA 0 -> 40

Re: [gentoo-user] no CD or DVD but "rules" seem correct-FIXED-no, really

2007-05-12 Thread maxim wexler
> > Awesome! Eyes must have glazed over when I got to
> that
> > part.
> 
> Does this mean it helped?

Yes, thanks a lot.

Maxim


   
Ready
 for the edge of your seat? 
Check out tonight's top picks on Yahoo! TV. 
http://tv.yahoo.com/
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Panic at boot time after update kernel to 2.6.20-r8.

2007-05-12 Thread David Harel



Graham Murray wrote:


Neil Walker <[EMAIL PROTECTED]> writes:

  

It's the Intel PIIX driver for the Intel ICH family, etc. You didn't
look for Intel or ICH?



For the ICH6 and later, I think that the AHCI driver is better than
PIIX_ATA. 
  

How can I evaluate the different solutions (They both work)?

--
Regards.

David Harel,

==

Home office +972 77 7657645
Fax:+972 77 7657645
Cellular:   +972 54 4534502
Snail Mail: Amuka
   D.N Merom Hagalil
   13802
   Israel
Email:  [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: I copied a Gentoo VM and now networking doesn't work.

2007-05-12 Thread reader
"Boyd Stephen Smith Jr." <[EMAIL PROTECTED]> writes:

> On Wednesday 09 May 2007 02:55:42 Daevid Vincent wrote:
>> I have a Gentoo VM that I've used for years (XP Host. Workstation 5.5.3).
>> Works great.
>>
>> I copied the .vmdk and .vmx files to a new directory called "LAMP". I
>> edited the .vmx file changing the appropriate paths. Now when I start the
>> new VM, my networking fails. (I changed nothing inside the linux VM).
>>
>> ifconfig eth0 says:
>> eth0: error fetching interface information: Device not found
>
> Check for other devices.  udev now establishes persistent network device 
> names 
> based on MAC address (unless you add some of your own rules).  It's very 
> likely that the MAC address of the virtual device changed, and the "new" 
> device is eth1 (or higher).

To original poster Daevid Vincent:

I'm curious to know if Boyd's suggestion helped.  I had the same
problem a while back.  But since I was experimenting and didn't really
need the clone I'd made I ditched it.  Wondering now if I just needed
to look for eth1 or higher.

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Configuring and Booting Xen

2007-05-12 Thread Bruno Santos




Hi all.

I'm trying to install Xen in my Gentoo Box. I've followed the Wiki at Gentoo Wiki and followed every
instruction, but i have a few doughs and a problem.

I've installed the Xen-sources from marineam-xen overlay. When booting,
i got an error:

Cannot open root device "sda6" or unknown-block (0,0)
Please append a correct boot option
Kernel Panic: Not syncing. unable to mount rootfs
...

my grub.conf is:
title=Xen 3.0.4 Linux 2.6.16.33
root (hd0,4)
kernel /xen.gz
module /vmlinuz-2.6.16.33-xen0 root=/dev/sda6

title=Gentoo Linux 2.6.20-gentoo-r7 x86_64
root (hd0,4)
kernel /boot/kernel-2.6.20-gentoo-r7 root=/dev/sda6 vga=0x31B
video=vesafb:mtrr:3,ywrap splash=silent,fadein,theme:livecd-2007.0
quiet CONSOLE=/dev/tty1
initrd /boot/fbsplash

I've compiled the file systems in use in the kernel and not as modules
and the support for my SATA HDD also.

I cannot find any help in google or in the Wiki.

Any ideias?

Cheers,

Bruno Santos


-- 


  

  Use OpenSource 


  
[EMAIL PROTECTED]
  www.feiticeir0.no-ip.org
  blog.feiticeir0.no-ip.org
  GPG
Public Key 





  Human Knowledge Belongs To The World


  Gentoo Linux 

  






Re: [gentoo-user] Panic at boot time after update kernel to 2.6.20-r8.

2007-05-12 Thread Graham Murray
Neil Walker <[EMAIL PROTECTED]> writes:

> It's the Intel PIIX driver for the Intel ICH family, etc. You didn't
> look for Intel or ICH?

For the ICH6 and later, I think that the AHCI driver is better than
PIIX_ATA. 
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] locate

2007-05-12 Thread Neil Bothwick
Hello Bo Ørsted Andresen,

> A script won't help as it will only change the path in the context of
> the script. A shell function is required.

It would work if you sourced it, but a shell function would be better.


-- 
Neil Bothwick

WinErr 020: Error recording error codes - Additional errors will be lost.


signature.asc
Description: PGP signature


Re: [gentoo-user] Panic at boot time after update kernel to 2.6.20-r8.

2007-05-12 Thread David Harel
I read this: 
http://www.uwsg.iu.edu/hypermail/linux/kernel/0510.3/2003.html and 
figured out the driver name. Are they compatible? cos that's the one 
setup and I am up and running. I'll try the driver you suggested and see 
if it works.


Neil Walker wrote:


David Harel wrote:
The driver I needed seem to be AHCI SATA.  


What makes you think that?

Was rather difficult to identify that that is the right driver 
because lspci states:


00:1f.2 SATA controller: Intel Corporation 82801FBM (ICH6M) SATA 
Controller (rev 04)


and you can't find 82801 in .config


It's the Intel PIIX driver for the Intel ICH family, etc. You didn't 
look for Intel or ICH?




Be lucky,

Neil



--
Regards.

David Harel,

==

Home office +972 77 7657645
Fax:+972 77 7657645
Cellular:   +972 54 4534502
Snail Mail: Amuka
   D.N Merom Hagalil
   13802
   Israel
Email:  [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Nvidia drivers for 8600 GT

2007-05-12 Thread Daniel Pielmeier
> Today I bought a graphics card with Nvidia 8600 GT chipset without
> taking into account that there might be no official nvidia drivers
> supporting this card yet. There are beta drivers (v. 100.14.03)
> available on nzone, though, that should get that card working, but
> there's no ebuild for them in portage.
> Does an overlay with an ebuild for those drivers exist? If so, where?

I don't think that there is an overlay for those drivers.
Take a look at this bugs [1][2] which are dealing with the new drivers.
Maybe they will be added to the tree soon.

You can try to rename the ebuild according to the new version and add it
to your overlay, maybe it just works.

[1]http://bugs.gentoo.org/show_bug.cgi?id=175674
[2]http://bugs.gentoo.org/show_bug.cgi?id=176135
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Panic at boot time after update kernel to 2.6.20-r8.

2007-05-12 Thread Neil Walker

David Harel wrote:
The driver I needed seem to be AHCI SATA.  


What makes you think that?

Was rather difficult to identify that that is the right driver because 
lspci states:


00:1f.2 SATA controller: Intel Corporation 82801FBM (ICH6M) SATA 
Controller (rev 04)


and you can't find 82801 in .config


It's the Intel PIIX driver for the Intel ICH family, etc. You didn't 
look for Intel or ICH?




Be lucky,

Neil

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] no CD or DVD but "rules" seem correct-FIXED-no, really

2007-05-12 Thread Dirk Heinrichs
Am Samstag, 12. Mai 2007 schrieb maxim wexler:

> > Maybe you should try adding OPTIONS+="last_rule" to
> > stop device node
> > generations for CD/DVD devices after your rules.
>
> Awesome! Eyes must have glazed over when I got to that
> part.

Does this mean it helped?

> > > udev-104-r12
> >
> > Hmm, I'm at 111, but I run ~x86.
>
> That's unreal. I last did a sync on Apr 23 and
> upgraded udev the next day. That's like a new version
> every other day. I was gonna say I'm running an ~x86
> too, meaning an AMD product. Then I noticed the tilde.
> Does that make a difference?

~ means "testing", w/o it it's known as "stable".

Bye...

Dirk


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


[gentoo-user] Nvidia drivers for 8600 GT

2007-05-12 Thread Markus Schönhaber
Hello!

Today I bought a graphics card with Nvidia 8600 GT chipset without
taking into account that there might be no official nvidia drivers
supporting this card yet. There are beta drivers (v. 100.14.03)
available on nzone, though, that should get that card working, but
there's no ebuild for them in portage.
Does an overlay with an ebuild for those drivers exist? If so, where?

Regards
  mks
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Problems with Ncurses UIs through Terminal

2007-05-12 Thread Justin Patrin

Since I got my MacBook Pro certain terminal-based UIs have been broken
when sshing from Mac OS X's Terminal. Things like bmon and the
kernel's menuconfig display very strangely with some lines too long
and when I select something the selected text displays too high/low.
SSHing from PuTTY in Windows still works fine.

--
Justin Patrin
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] no CD or DVD but "rules" seem correct-FIXED-no, really

2007-05-12 Thread maxim wexler

--- Dirk Heinrichs <[EMAIL PROTECTED]> wrote:

> Am Freitag, 11. Mai 2007 schrieb maxim wexler:
> > > Can you post the relevant lines from
> 10.local.rules.
> >
> > [EMAIL PROTECTED] ~ $ cat /etc/udev/rules.d/10*
> >  BUS=="ide", KERNEL=="hdc", SYMLINK+="cdrom",
> > GROUP="cdrom"
> >  BUS=="ide", KERNEL=="hdd", SYMLINK+="dvd",
> > GROUP="cdrom"
> > [EMAIL PROTECTED] ~ $
> 
> Maybe you should try adding OPTIONS+="last_rule" to
> stop device node 
> generations for CD/DVD devices after your rules.

Awesome! Eyes must have glazed over when I got to that
part.

> > udev-104-r12
> 
> Hmm, I'm at 111, but I run ~x86.
> 

That's unreal. I last did a sync on Apr 23 and
upgraded udev the next day. That's like a new version
every other day. I was gonna say I'm running an ~x86
too, meaning an AMD product. Then I noticed the tilde.
Does that make a difference?

Thanks,

Maxim



   
Luggage?
 GPS? Comic books? 
Check out fitting gifts for grads at Yahoo! Search
http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems starting X

2007-05-12 Thread Aleksandar L. Dimitrov
On Sat, 12 May 2007 11:34:39 -0400
"Francisco Rivas" <[EMAIL PROTECTED]> wrote:

> Hi friends, Johannes bro.. I can't give up with that, I know we can
> solve your problem, I feel it :D
> 

Watch out, or you'll end up as a case for the Scary Devil Monastery.
I've probably already reached this point. :)

> The most important thing is try, one more try and it's enough..
> 
> Uninstall the xserver, unistall the ati drivers
> check all configurations of your kernel..
> Install xserver 7.1 and 8.36.5  ati driver manually.. run aticonfig
> --initial
>

The Xorg-Server version 1.3 is still in the testing branch, so you
might do better with the following command:

VIDEO_CARDS="fglrx" emerge -va =x11-base/xorg-server-1.2.0-r3

Then follow the already given instructions, i.e. install the version of
the driver ATI recommends 

emerge -C ati-drivers && emerge -va =x11-drivers/ati-drivers-8.28.8

and then remove your xorg.conf. Not remove of course, but just rename
it to a backup file. Then go on with ati-config --initial. It could
mourn about a missing X.conf, but I think it should really make one up,
no matter if there's already one or not. Running ati-config --initial
on any unclean xorg.conf could really make a mess out of it anyways
(multiple Server/Device/Monitor entries... that can be quite a nuisance
to get rid of!).

If you need any OpenGL-stuff (quite a chance you do...) this can be
discussed later on. Let's first get it to work at all :)

Regards, Aleks

PS: that's like the standard ritual for being accepted as someone
familiar with the basics of Linux: going to xorg.conf hell... once you
get used to it, it's easy. If you experience any trouble you could as
well just post it here, so we can have a look at it.
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: locate

2007-05-12 Thread Alexander Skwar
Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote:

> On Friday 11 May 2007 16:09:40 Neil Bothwick wrote:
>> > Anyway I don't have a mouse on that system, so I'll have to use Alan
>> > suggestion.
>>
>> You could use a script. e.g.
> 
> A script won't help as it will only change the path in the context of the
> script.

Depends on how you call the script. If you do:

script

then you're right.

You could however source the script; ie. call:

. script

Alexander Skwar

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] should dual-core Pentium Processor Extreme Edition be recognized as two processors or one?

2007-05-12 Thread Statux

On Sat, 2007-05-12 at 12:03 -0400, Denis wrote:

[snip]

> I thought that dual-core processors would appear as two processors in
> Linux, or 4 with hyperthreading enabled.  When I set up the kernel, I
> did compile in the SMP support, enhanced RTC, and chose Pentium 4 in
> processor family, among other things.  I'm attaching my current
> .config file in case there's something I missed.

[snip]

> Thanks,
> Denis

Make sure you have ACPI enabled in the BIOS and support compiled into
the kernel and enabled. Also, make sure you have the max number of
processors in the SMP section of the kernel config set appropriately.
Also, if you use /proc, then 'cat /proc/cpuinfo' or 'cat
'/proc/interrupts' and use that to see what's actually enabled. Check
'dmesg' as well and see how many processors were found and brought up.

I had trouble a year and a half ago with Hyperthreading on my Intel 531
not getting enabled. ACPI wasn't enabled and that was the problem. It's
required for SMP to work fully, apparently. Of course, in the process, I
found out that on this system I couldn't use a PS/2 keyboard since ACPI
was causing an interrupt shuffle during the kernel boot and the keyboard
lost the lottery. So, a USB keyboard fixed that problem.

Hope some of that helps.

-- 
Statux <[EMAIL PROTECTED]>


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


Re: [gentoo-user] Panic at boot time after update kernel to 2.6.20-r8.

2007-05-12 Thread David Harel

Thank you both Neil Bothwick andAlan McKinnon for the great help.


Got this one working now. Still many features arn't working yet such as 
alsa and wifi but I think I will make it now.


The driver I needed seem to be AHCI SATA.  Was rather difficult to 
identify that that is the right driver because lspci states:


00:1f.2 SATA controller: Intel Corporation 82801FBM (ICH6M) SATA 
Controller (rev 04)


and you can't find 82801 in .config
Also it seems to me that the driver should be statically loaded and not 
as a module (which now makes sense unless I could have changed things in 
modules.conf or similar).



May I suggest/encourage people to write summaries (such as was a custom 
in sun managers mailing list (sun.unc.edu?) so other people can learn 
and save time?





Alan McKinnon wrote:


On Friday 11 May 2007, David Harel wrote:
  

Sorry for not providing details (was sure people will identify the
problem in a glance).


Upgrade is from 2.6.17-r8



OK, you seem to have run into the "Lets rip IDE out of the kernel and 
replace it with ATA" thing that happened in 2.6.18...


In menuconfig , under Drivers, there's a menu a little bit below the 
IDE?MFM stuff. It's called SATA/PATA or similar. You will find 
appropriate settings for your hardware there. I can't elabortae as I 
don't know what you have, but you disk settings seem to be IDE



  

Attached the panic message:


VFS: cannot open root  device sda1 or unknown block (0,0)

please append a correct "root=" boot option.

Kernel panic - not syncing: VFS: unable to mount root fs on unknown -
block (0,0)



Please, please, please always quote the correct error messages and leave 
your personal evaluation out of it. See how the above says absolutely 
nothing about ext3? But your original post was all about that, and 
without the actual error and .config, we would have spent hours trying 
to get your fs working, when in fault it is not faulty...




  


--
Regards.

David Harel,

==

Home office +972 77 7657645
Fax:+972 77 7657645
Cellular:   +972 54 4534502
Snail Mail: Amuka
   D.N Merom Hagalil
   13802
   Israel
Email:  [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] should dual-core Pentium Processor Extreme Edition be recognized as two processors or one?

2007-05-12 Thread Naga Toro
On Saturday 12 May 2007 18.03.07 Denis wrote:
> I'm setting up a fresh Gentoo box, which is based on a Pentium
> Processor Extreme Edition 840 (Smithfield = 2 Prescott cores) mounted
> on an Intel D955XBK board - it's that expensive dual-core deal with
> hyperthreading enabled.
>
> I am still working on the basic set-up for Gentoo, such as customizing
> USE flags, and haven't set up X or any desktops yet.  I configured and
> compiled the latest gentoo-sources kernel - 2.6.20-gentoo-r8, and
> booted from it.  Seems to run with no error messages or warnings.
>
> But when I load "top", it only lists stats about one processor.

Here top only sees one cpu, but if I use htop or look at /proc/couinfo I have 
two, might be an option to top?

-- 
Naga
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] should dual-core Pentium Processor Extreme Edition be recognized as two processors or one?

2007-05-12 Thread Elias Probst
On Saturday 12 May 2007 18:03:07 Denis wrote:
> But when I load "top", it only lists stats about one processor.
- Press '1' in top.
- Take a look at the output of "cat /proc/cpuinfo"
- .config seems to be ok

Regards, Elias P.


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


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


Re: [gentoo-user] locate

2007-05-12 Thread Bo Ørsted Andresen
On Friday 11 May 2007 16:09:40 Neil Bothwick wrote:
> > Anyway I don't have a mouse on that system, so I'll have to use Alan
> > suggestion.
>
> You could use a script. e.g.

A script won't help as it will only change the path in the context of the 
script. A shell function is required.

-- 
Bo Andresen


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


[gentoo-user] should dual-core Pentium Processor Extreme Edition be recognized as two processors or one?

2007-05-12 Thread Denis

I'm setting up a fresh Gentoo box, which is based on a Pentium
Processor Extreme Edition 840 (Smithfield = 2 Prescott cores) mounted
on an Intel D955XBK board - it's that expensive dual-core deal with
hyperthreading enabled.

I am still working on the basic set-up for Gentoo, such as customizing
USE flags, and haven't set up X or any desktops yet.  I configured and
compiled the latest gentoo-sources kernel - 2.6.20-gentoo-r8, and
booted from it.  Seems to run with no error messages or warnings.

But when I load "top", it only lists stats about one processor.

I thought that dual-core processors would appear as two processors in
Linux, or 4 with hyperthreading enabled.  When I set up the kernel, I
did compile in the SMP support, enhanced RTC, and chose Pentium 4 in
processor family, among other things.  I'm attaching my current
.config file in case there's something I missed.

So would it be normal for a 2.6 kernel to recognize dual-core
processors as "one" processor the way it appears currently in "top",
or should they appear as two and I did something wrong in configuring?

Thanks,
Denis


.config
Description: Binary data


Re: [gentoo-user] Problems starting X

2007-05-12 Thread Guillermo A. Amaral
On Saturday 12 May 2007 05:31, Johannes Skov Frandsen wrote:
> Hi everybody
> 
> Deciding that I could not work with that I tried the open source drivers
> for the ati card.
> 
> Joe

If your not looking for 3D Accel how about trying the VESA driver,
or try some live distro that load up your video correctly and check out the 
xorg.conf to get an idea on how to set your up.

-William

-- 
Guillermo A. Amaral, CSE
# Free & Open Source Advocate
& nick: guillermoamaral
@ blog: http://blog.guillermoamaral.com/
@ site: http://www.guillermoamaral.com/
$ irc: [EMAIL PROTECTED]
% gpg: http://downloads.guillermoamaral.com/public.asc


pgpWYRoqoFRL3.pgp
Description: PGP signature


Re: [gentoo-user] Problems starting X

2007-05-12 Thread Francisco Rivas

Hi friends, Johannes bro.. I can't give up with that, I know we can solve
your problem, I feel it :D

The most important thing is try, one more try and it's enough..

Uninstall the xserver, unistall the ati drivers
check all configurations of your kernel..
Install xserver 7.1 and 8.36.5  ati driver manually.. run aticonfig
--initial

It's very strange to me it not work... I fell frustrated.. I really sorry
not help enough in your problem please excuse me...

:D


On 5/12/07, Johannes Skov Frandsen <[EMAIL PROTECTED]> wrote:


Hi everybody

Well the xorg server downgrade did not help either, so I abandon the
cloesed source drivers from Ati
and went on to try to install my S3 onboard savage  graphic processor.

This work almost instantly without any problems except for the fact that
I experienced a lot
of areas on the screen that was updated out of sync with the rest of the
screen.

Deciding that I could not work with that I tried the open source drivers
for the ati card.

I followed this guide:
http://gentoo-wiki.com/HOWTO_DRI_with_ATi_Open-Source_Drivers

and added these lines to my make.conf:

INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="savage radeon"

reinstalled my x-server and tried to start x.

This failed.

I then spent one hour or so tweaking xorg.conf and about 10 minutes ago
I finally found a combination that seems to work.


I still can't get max resolution for my monitor (1920*1200) but everything
else seems to work to a degree that I can live with for now.

Thanks for all the pointers and advices. It's very nice to have a
community
to help when you stumble along with your Linux installation.

Joe

Francisco Rivas wrote:
> Johannes,
>
> It is a good idea try with other version of the xorg. please post
> something about your experience.
>
>
> Currently I'm supporting the theory that Young Sun is right, and
that
> the problem is the version of Xorg.
>
> Tomorrow I will try to uninstall the compiled drivers from ati and
> try
> the open source drivers. If that doesn't work
> I'm feeling inclined to buy a new nvidia card instead.
>
> Maybe I could also try to make the onboard S3 savage card  work,
> although I have never been a big fan of
> graphic cards with shared memory.
>
> Thanks again for all the help
>
> Johannes
>
>
> --
>
> --
> Francisco Rivas
> Linux User (New) : #448324
> Linux Machine (New) : 355187

--
[EMAIL PROTECTED] mailing list





--
Francisco Rivas
Linux User (New) : #448324
Linux Machine (New) : 355187


Re: [gentoo-user] OT - Need procmail recipe

2007-05-12 Thread Michael Sullivan
On Sat, 2007-05-12 at 04:51 +0200, Bertram Scharpf wrote:
> Hi,
> 1
> Am Freitag, 11. Mai 2007, 13:39:21 -0500 schrieb Michael Sullivan:
> > On Thu, 2007-05-10 at 10:43 +0200, Bertram Scharpf wrote:
> > > Am Mittwoch, 09. Mai 2007, 15:21:52 -0500 schrieb Michael Sullivan:
> > > > On Wed, 2007-05-09 at 20:50 +0200, Bertram Scharpf wrote:
> > > > > Am Dienstag, 08. Mai 2007, 14:52:15 -0500 schrieb Michael Sullivan:
> > > > > > On Tue, 2007-05-08 at 20:33 +0200, Bertram Scharpf wrote:
> > > > > > >   http://opensource.bertram-scharpf.de/sites/cropmail/
> > > > 
> > > > OKay.  It emerged.  Now, how do I plug it into sendmail?
> > 
> > I'm a little confused as to exactly what I insert
> > into /etc/exim/exim.conf.  Any clues?
> 
> As far as I remember Exim became prominent for its excellent
> logging and diagnostics output. (It's months ago for me). Do
> you like to post some parts of /var/log/exim/* ?
> 
> Thanks in advance.
> 
> Bertram
> 
> 
> -- 
> Bertram Scharpf
> Stuttgart, Deutschland/Germany
> http://www.bertram-scharpf.de

Is there anything in particular I should be looking for?

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Need help setting up mailman to work with exim [SOLVED]

2007-05-12 Thread Michael Sullivan
On Sat, 2007-05-12 at 14:21 +0200, Dirk GROSSE OSTERHUES wrote:
> Hej,
> 
> 
> On 11/5/07 19:02, Michael Sullivan wrote:
> > What do I need to do to set up mailman to work with exim?
> > [...]
> 
> as you didn't post the relevant parts of your exim.conf I guess that you
> didn't read the notes in the compile process of mailman. There you'd
> have had the possibility to copy & paste the mailman-concerning entries
> for the exim.conf, which I post as quotation below:
> 
> >   # Home dir for your Mailman installation -- aka Mailman's prefix
> >   # directory.  
> >   # By default this is set to "/usr/local/mailman"
> >   # On a Red Hat/Fedora system using the RPM use "/var/mailman"
> >   # On Debian using the deb package use "/var/lib/mailman"
> >   # This is normally the same as ~mailman
> >   MM_HOME=/usr/local/mailman
> >   #
> >   # User and group for Mailman, should match your --with-mail-gid
> >   # switch to Mailman's configure script.
> >   # Value is normally "mailman"
> >   MM_UID=mailman
> >   MM_GID=mailman
> >   #   
> >   # Domains that your lists are in - colon separated list
> >   # you may wish to add these into local_domains as well
> >   domainlist mm_domains=your.domains.here : seperated.by.a.colon
> >   #
> >   # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> >   #
> >   # These values are derived from the ones above and should not need
> >   # editing unless you have munged your mailman installation
> >   # 
> >   # The path of the Mailman mail wrapper script
> >   MM_WRAP=MM_HOME/mail/mailman
> >   #
> >   # The path of the list config file (used as a required file when
> >   # verifying list addresses)
> >   MM_LISTCHK=MM_HOME/lists/${lc::$local_part}/config.pck
> 
> The integration works flawless and you don't have to fiddle around with
> /etc/mail/aliases as you're supposed to with postfix and sendmail. Just
> give exim the domains mailman is concerned with (very easy to set up
> virtual domains with that) and it will figure out if the address is
> concerned with a list or not.
> 
> 
> Regards,
> 
> Dirk

I thought that I would simply have to change the FQDM in one place in
mailman's configuration to change it for all lists universally, but I
guess I was wrong.  It works now.

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems starting X

2007-05-12 Thread Johannes Skov Frandsen

Hi everybody

Well the xorg server downgrade did not help either, so I abandon the 
cloesed source drivers from Ati

and went on to try to install my S3 onboard savage  graphic processor.

This work almost instantly without any problems except for the fact that 
I experienced a lot
of areas on the screen that was updated out of sync with the rest of the 
screen.


Deciding that I could not work with that I tried the open source drivers 
for the ati card.


I followed this guide: 
http://gentoo-wiki.com/HOWTO_DRI_with_ATi_Open-Source_Drivers


and added these lines to my make.conf:

INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="savage radeon"

reinstalled my x-server and tried to start x.

This failed.

I then spent one hour or so tweaking xorg.conf and about 10 minutes ago
I finally found a combination that seems to work.


I still can't get max resolution for my monitor (1920*1200) but everything
else seems to work to a degree that I can live with for now.

Thanks for all the pointers and advices. It's very nice to have a community
to help when you stumble along with your Linux installation.

Joe

Francisco Rivas wrote:

Johannes,

It is a good idea try with other version of the xorg. please post 
something about your experience.



Currently I'm supporting the theory that Young Sun is right, and that
the problem is the version of Xorg.

Tomorrow I will try to uninstall the compiled drivers from ati and
try
the open source drivers. If that doesn't work
I'm feeling inclined to buy a new nvidia card instead.

Maybe I could also try to make the onboard S3 savage card  work,
although I have never been a big fan of
graphic cards with shared memory.

Thanks again for all the help

Johannes


--

--
Francisco Rivas
Linux User (New) : #448324
Linux Machine (New) : 355187 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Need help setting up mailman to work with exim

2007-05-12 Thread Dirk GROSSE OSTERHUES
Hej,


On 11/5/07 19:02, Michael Sullivan wrote:
> What do I need to do to set up mailman to work with exim?
> [...]

as you didn't post the relevant parts of your exim.conf I guess that you
didn't read the notes in the compile process of mailman. There you'd
have had the possibility to copy & paste the mailman-concerning entries
for the exim.conf, which I post as quotation below:

>   # Home dir for your Mailman installation -- aka Mailman's prefix
>   # directory.  
>   # By default this is set to "/usr/local/mailman"
>   # On a Red Hat/Fedora system using the RPM use "/var/mailman"
>   # On Debian using the deb package use "/var/lib/mailman"
>   # This is normally the same as ~mailman
>   MM_HOME=/usr/local/mailman
>   #
>   # User and group for Mailman, should match your --with-mail-gid
>   # switch to Mailman's configure script.
>   # Value is normally "mailman"
>   MM_UID=mailman
>   MM_GID=mailman
>   #   
>   # Domains that your lists are in - colon separated list
>   # you may wish to add these into local_domains as well
>   domainlist mm_domains=your.domains.here : seperated.by.a.colon
>   #
>   # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>   #
>   # These values are derived from the ones above and should not need
>   # editing unless you have munged your mailman installation
>   # 
>   # The path of the Mailman mail wrapper script
>   MM_WRAP=MM_HOME/mail/mailman
>   #
>   # The path of the list config file (used as a required file when
>   # verifying list addresses)
>   MM_LISTCHK=MM_HOME/lists/${lc::$local_part}/config.pck

The integration works flawless and you don't have to fiddle around with
/etc/mail/aliases as you're supposed to with postfix and sendmail. Just
give exim the domains mailman is concerned with (very easy to set up
virtual domains with that) and it will figure out if the address is
concerned with a list or not.


Regards,

Dirk
-- 
[EMAIL PROTECTED] mailing list