David Vanfleet | 1 Sep 2009 01:14

Re: Problems with kernel 2.6.26-2-686-bigmem --- RESOLVED



dann frazier wrote:
On Fri, Aug 28, 2009 at 12:08:35PM -0600, David Vanfleet wrote:
Luk Claes wrote: David Vanfleet wrote: Hi, I'm trying to get Debian (Lenny) to recognize 6 Gig of memory on a Dell PE 2650 server. I installed the basic 5.02a Debian system with just a minimal install then I installed the 2.6.26-2-686-bigmem kernel so it will see all the memory. When I boot into the bigmem kernel it fails to boot, the errors I get are: WARNING boot device may be renamed. Try root=/dev/hda3 ... ALERT! /dev/sda3 does not exist Did you try with changing the root device for the bigmem kernel to /dev/hda3? If you use grub for booting you could do that by pressing 'e' (for edit on the line with the bigmem kernel) and afterwards pressing 'b' (for boot) while in the grub menu (to just try it) or updating /boot/grub/menu.lst (for the bigmem kernel) and running update-grub before rebooting into the bigmem kernel. Thanks for your response, I did try what you suggested but got the same error, except it says that "/dev/hda3 does not exist". Looking in /dev there is no sda* or hda*, there only an hda which I think is the CD drive. When I boot to the default Kernel then /dev/sda3 exists and is used to boot the kernel. Any other ideas?
Does this system use the aacraid driver? If so, please try testing the kernel from lenny-proposed-updates (2.6.26-19).

I'm not sure if this server is using this driver. However, we have resolved this issue. It turns out that we needed to upgraded the firmware on the Raid controller to get it to work. After the upgrade it boot fine and I can see all the memory.

Thanks for the help,
David
Peter Crawford | 1 Sep 2009 02:48
Picon
Favicon

RE: fragmentation of a datagram


Ben,

> Date: Tue, 30 Jun 2009 19:03:32 +0100
> From: ben <at> decadent.org.uk
>> Can the Linux router operate so that it simply sends
>> datagrams to the client without involvement of PMTUD?
>
> I don't understand. I thought the problem was that some of the client's
> *outgoing* packets were being dropped due to exceeding the MTU on the
> WAN link and being non-fragmentable. You can fix that by lowering the
> MTU between client and remote systems; either by PMTUD or by changing it
> on the local link.

Cancel my question above.  It makes no sense.

Last week the problem disappeared as mysteriously 
as it appeared a year or so back.  Ie. the non-Linux 
client can again send messages by SMTP and files 
by FTP with no problems.  Consistent with your 
comments above, ifconfig now reports MTU:1500.  
Presumeably set by the ISP dhcp server.

So I should check that the non-Linux system really 
is setting the DF bit.

Thanks,           ... p. crawford

_________________________________________________________________
New! Get to Messenger faster: Sign-in here now!
http://go.microsoft.com/?linkid=9677407

Debian Bug Tracking System | 1 Sep 2009 03:33
Picon

Processed: forcibly merging 542551 543381

Processing commands for control <at> bugs.debian.org:

> forcemerge 542551 543381
Bug#542551: linux-image-2.6.30-1-686: System lockup (kernel freeze, soft lockup) on dual (multi)
processor since 2.6.30
Bug#543381: linux-image-2.6.30-1-686: Dell PowerEdge 2400 with PERC RAID 2/Si and 2.6.30, system locks hard
Forcibly Merged 542551 543381.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

Debian Bug Tracking System | 1 Sep 2009 03:33
Picon

Processed: severity of 543119 is normal

Processing commands for control <at> bugs.debian.org:

> severity 543119 normal
Bug #543119 [linux-image-2.6.30-1-686] linux-image-2.6.30-1-686: Intel HDA sound driver muted on resume
Severity set to 'normal' from 'important'

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

Debian Bug Tracking System | 1 Sep 2009 03:48
Picon

Processed: tagging 542917

Processing commands for control <at> bugs.debian.org:

> tags 542917 moreinfo
Bug #542917 [linux-image-2.6.30-1-amd64] iwl3945: iwl3945 fickly connect
Added tag(s) moreinfo.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

Ben Hutchings | 1 Sep 2009 03:00
Picon

Bug#544194: linux-source-2.6: compiles kernel but fails to make .deb package

On Sat, 2009-08-29 at 10:27 -0300, Flávio Massao Matsumoto wrote:
> Package: linux-source-2.6
> Severity: important
> 
> I compile my own kernel with kernel-package, but new 2.6.26 source fails at the 
> very end of the compiling. I tried to compile from 2.6.30 source, but same
> thing happens. Both kernel source came from official Debian mirror, they are
> linux-source-2.6.xx packages. Perhaps other versions of source suffer of same 
> problem, but I have not tested yet. 
[...]
> The problem arises when I type "fakeroot make deb-pkg", and the following error
> message is printed:
> ===================================CUT=========================================
>   INSTALL sound/pci/hda/snd-hda-intel.ko
>   INSTALL sound/soundcore.ko
>   DEPMOD  2.6.30
> chmod: changing permissions of `/usr/src/linux-source-2.6.30/debian/tmp/lib': Invalid argument
> chmod: changing permissions of `/usr/src/linux-source-2.6.30/debian/tmp/lib/modules': Invalid argument
> chmod: changing permissions of `/usr/src/linux-source-2.6.30/debian/tmp/lib/modules/2.6.30':
Invalid argument
> chmod: changing permissions of
`/usr/src/linux-source-2.6.30/debian/tmp/lib/modules/2.6.30/kernel': Invalid argument
> chmod: changing permissions of
`/usr/src/linux-source-2.6.30/debian/tmp/lib/modules/2.6.30/kernel/lib': Invalid argument
[...]

It works for me, though I have to run "umask 022" first due to a
separate bug in the deb-pkg rule.

Is /usr/src/linux-source-2.6.30 on a local filesystem or NFS?

There are several references to /usr/src/linux/debian/linux-image-2.6.30
in your bug report.  Is this a different directory or is one of these a
sym-link to the other?

Please can you run:
    make
    strace -f -e execve,chdir,chmod,fchmodat -o deb-pkg.strace make deb-pkg
and send back the file "deb-pkg.strace".  The second command should be
run as root, not using fakeroot.

Ben.

--

-- 
Ben Hutchings
If at first you don't succeed, you're doing about average.
Ben Hutchings | 1 Sep 2009 03:36
Picon

Bug#543119: linux-image-2.6.30-1-686: Intel HDA sound driver muted on resume

On Sat, 2009-08-22 at 13:11 -0400, Lee Cremeans wrote:
> Package: linux-image-2.6.30-1-686
> Version: 2.6.30-5
> Severity: important
> 
> 
> When I suspend my machine and then resume, the snd_intel_hda driver does 
> not
> resume properly, and the sound is muted. I have to kill the GNOME mixer 
> applet,
> unload snd_hda_intel, then reload it and restart the mixer to get my sound
> back.
> 
> The machine is a Gateway ML6720 laptop with an Intel 965 chipset. I had no
> issues with sound with 2.6.29.

Please report this upstream at <http://bugzilla.kernel.org>, then let us
know the bug number so we can track its progress.

Ben.

--

-- 
Ben Hutchings
If at first you don't succeed, you're doing about average.
Ben Hutchings | 1 Sep 2009 03:40
Picon

Bug#542917: iwl3945: iwl3945 fickly connect

On Sat, 2009-08-22 at 11:07 +0200, Daniel wrote:
> Package: linux-image-2.6.30-1-amd64
> Version: 2.6.30-6
> Severity: important
> File: iwl3945
> 
> 
> 0b:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
> 
> Having the above wireless device, I always have problems with connection to AP using wpa_supplicant.

When you say "always", do you mean you have seen this problem with
earlier kernel versions as well?

How are you invoking wpa_supplicant?  Do you use a front-end such as
network-manager or wicd?

Ben.

--

-- 
Ben Hutchings
If at first you don't succeed, you're doing about average.
Debian Bug Tracking System | 1 Sep 2009 03:54
Picon

Processed: tagging 542275

Processing commands for control <at> bugs.debian.org:

> tags 542275 moreinfo
Bug #542275 [linux-image-2.6.30-1-powerpc] rtc-generic not working on Apple PowerBook G4
Added tag(s) moreinfo.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

Debian Bug Tracking System | 1 Sep 2009 03:57
Picon

Processed: tagging 538357, tagging 539406

Processing commands for control <at> bugs.debian.org:

> tags 538357 moreinfo
Bug #538357 [linux-2.6] Debian boot hangs after kernel upgrade
Added tag(s) moreinfo.
> tags 539406 moreinfo
Bug #539406 [linux-image-2.6.30-1-alpha-smp] linux-image-2.6.30-1-alpha-smp: fails to load fw for
1st scsi adapter
Added tag(s) moreinfo.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


Gmane