[Momonga-devel.ja:02485] Re: kernel-2.4.25-6mのkdbパッチについて


佐藤@滋賀県です

From: YAMAZAKI Makoto <zaki@xxxxxxxxx>
Subject: [Momonga-devel.ja:02483] Re: kernel-2.4.25-6mのkdbパッチについて
Date: Thu, 26 Feb 2004 00:52:29 +0900
> zaki です。
> 
> > > > 2.4.25-4mp4-smp
> > > 
> > > では動きますが
> > > 2.4.25-6mp4-smp
> > > ではだめです.
> 
> こちらでは6mp4-smp でも問題なく動作しました。
> 何が違うんだろう...

私のところでは両方動きません。

From: YAMAZAKI Makoto <zaki@xxxxxxxxx>
Subject: [Momonga-devel.ja:02480] Re: kernel-2.4.25-6mのkdbパッチについて
> kernel.specopt はどうなってます?

添付な感じ。
基本的に、Buildするkernelを選択しているだけで、
Configurationは何も変えていません。

From: Kiyofumi Takayoshi <takayosi@xxxxxxxxxxxxxxxxxx>
Subject: [Momonga-devel.ja:02484] Re: kernel-2.4.25-6mのkdbパッチについて
> 高吉です.
> 
> > 何が違うんだろう...
> 
> 手元にあるXeonで2,3試してみました.
> 
> ASUS PC-DL 		x
> Dell Precision530 	OK
> SuperMicro X5DAL-G 	OK

ああ、やはり、PC-DLがダメダメなのかぁ。
ちなみに、BIOSバージョンは1003です。

# 他にも、shutdownすると
# 1. ちゃんと電源断
# 2. CPU,HDD等の電源は落ちるが、電源ファンだけ落ちない
# 3. 電源断できない
# という現象がランダムに起きて再現性無し
# この件、情報をお持ちの方はご一報を。

-----------------------------------------------------
                       佐藤雅伸 (m.sato@xxxxxxxxxxxx)
### default configurations
#  If you'd like to change these configurations, please copy them to
# /etc/rpm/specopt/kernel.specopt and edit it.

## Configuration
%{?!config_debug:         %global config_debug         1}
%{?!acpi_debug:           %global acpi_debug           0}
%{?!preemptible_kernel:   %global preemptible_kernel   0}
%{?!additionalciphers:    %global additionalciphers    0}
%{?!v4l2:                 %global v4l2                 0}
%{?!needdevfsd:           %global needdevfsd           0}
%{?!devfsddebug:          %global devfsddebug          0}
%{?!scheme_interpreter:   %global scheme_interpreter   0}
%{?!xcast6:               %global xcast6               0}
%{?!variable_HZ:          %global variable_HZ          1}
%{?!CONFIG_HZ:            %global CONFIG_HZ         1000}

## Generic kernel packages

%{?!buildboot:            %global buildboot 0}

%{?!buildup:              %global buildup   0}
%{?!buildsmp:             %global buildsmp  0}

## Additional kernel packages

# intel
%{?!copper:               %global copper    0}
%{?!coppersmp:            %global coppersmp 0}
%{?!pen4:                 %global pen4      0}
%{?!pen4smp:              %global pen4smp   1}
%{?!amdk7:                %global amdk7     0}
%{?!amdk7smp:             %global amdk7smp  0}
%{?!fiva:                 %global fiva      0}

# alpha
%{?!nautilus:             %global nautilus  0}
%{?!dp264:                %global dp264     0}
%{?!dp264smp:             %global dp264smp  0}
%{?!wildfire:             %global wildfire  0}

### Sanity-check for defines

%ifarch %{ix86} alphaev5 ppc
%global nautilus 0
%global dp264 0
%global dp264smp 0
%global wildfire 0
%endif

%ifarch alpha alphaev5 ppc
%global copper 0
%global coppersmp 0
%global pen4 0
%global pen4smp 0
%global amdk7 0
%global amdk7smp 0
%global fiva 0
%endif

%ifarch alphaev5
%global buildsmp 0
%endif

%if ! %{_ipv6}
%global xcast6 0
%endif

%if ! %{needdevfsd}
%global devfsddebug 0
%endif