Re: updating openboot environment

2005-12-29 Thread Paul Cobbaut

Jon Biddell wrote:


Just out of interest, what did it cost you for the second CPU ?  I'm  
looking at upgrading mine to two CPUs, but SUN want arms, legs and  
other body parts for the second processor.


I bought two old Sunblade 1000 with single 750Mhz cpu from a company
in Brussels, and put all RAM, HDD and CPU in one box.

Did you ever have any problems with the fans ?  Mine seems to fire  them 
up full-speed after the POST, and leave them there, when under  Solaris 
they seem to drop to a more managable (quieter) level).


Same here! With Solaris 8 the box is a lot quieter!
(I installed it yesterday...)



Also, what keyboard type did you use in X ?  I'm using a Type 6  
keyboard and X seems to recognise it as something wierd.


I don't use X (at least not on the sunblade).

cheers,
pol :)

--
Geef verstoten dieren een thuis: http://www.dierenasieltienen.be


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Linux 2.6.14 blade 100 framebuffer

2005-12-29 Thread Jurij Smakov

On Wed, 28 Dec 2005, Admar Schoonen wrote:


I just tried linux-image-2.6.14-2-sparc64 version 2.6.14-6 on my blade 100.
Console looks ok, except for some snow or noise when text is scrolling. Xorg
still insists on 1280x960 at 60 Hz; if I lower the resolution to something like
1024x768 or 800x600, it will put the refresh rate at 85 Hz. At all of those
resolutions though, there are red pixels on the screen, most notably when moving
a window.


Hi,

There is a possible fix for the red dots problem: please have a look at 
the last message in 317756 (the patch was probably garbled during 
transmission, but is simple enough to be applied by hand). Please post the 
results of your tests to the bug trail. If everything will work out, I'll 
push this patch into the Debian kernels.


Best regards,

Jurij Smakov[EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Any problem with gcc-4.0.2-5 and libncurses5-dev-5.5-1?

2005-12-29 Thread Jurij Smakov

On Wed, 28 Dec 2005, Antonio M. wrote:


Hi all. Today I received second cpu for my blade 1000 so I decided
to recompile kernel (2.6.14.5) with the option SMP.
When I tried:
make menuconfig

I received:

[EMAIL PROTECTED]:/usr/local/src/linux-2.6.14.5# make menuconfig
/usr/bin/ld: skipping incompatible
/usr/lib/gcc/sparc-linux-gnu/4.0.3/../../../libncurses.so when searching
for -lncurses
/usr/bin/ld: skipping incompatible
/usr/lib/gcc/sparc-linux-gnu/4.0.3/../../../libncurses.a when searching for
-lncurses


I can't reproduce this failure on an up-to-date sid system. Here's some 
additional information, please see whether it matches yours:


[EMAIL PROTECTED]:~$ gcc --version
gcc (GCC) 4.0.3 20051201 (prerelease) (Debian 4.0.2-5)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
PURPOSE.


[EMAIL PROTECTED]:~$ dpkg -l gcc-4.0
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)

||/ NameVersion Description
+++-===-===-==
ii  gcc-4.0 4.0.2-5 The GNU C compiler
[EMAIL PROTECTED]:~$ ls -la /usr/lib/libncurses.so
lrwxrwxrwx 1 root root 20 2005-11-01 22:49 /usr/lib/libncurses.so - 
/lib/libncurses.so.5

[EMAIL PROTECTED]:~$ ls -al /lib/libncurses.so.5
lrwxrwxrwx 1 root root 17 2005-10-28 20:42 /lib/libncurses.so.5 - 
libncurses.so.5.5

[EMAIL PROTECTED]:~$ ls -al /lib/libncurses.so.5.5
-rw-r--r-- 1 root root 307500 2005-10-14 17:56 /lib/libncurses.so.5.5
[EMAIL PROTECTED]:~$ md5sum /lib/libncurses.so.5.5
4d6bd3782487c5629bb891f44d3a2b61  /lib/libncurses.so.5.5
[EMAIL PROTECTED]:~$ ls -la /usr/lib/libncurses.a
-rw-r--r-- 1 root root 490616 2005-10-14 17:56 /usr/lib/libncurses.a
[EMAIL PROTECTED]:~$ md5sum /usr/lib/libncurses.a
9a50b532572f7b9ebc2d11c028eba57f  /usr/lib/libncurses.a
[EMAIL PROTECTED]:~$ dpkg -l libncurses5*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)

||/ NameVersion Description
+++-===-===-==
ii  libncurses5 5.5-1   Shared libraries for terminal handling
ii  libncurses5-dev 5.5-1   Developer's libraries and docs for ncurses
[EMAIL PROTECTED]:~$ dpkg -l binutils
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)

||/ NameVersion Description
+++-===-===-==
ii  binutils2.16.1cvs200512 The GNU assembler, linker and binary 
utilities

Best regards,

Jurij Smakov[EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Any problem with gcc-4.0.2-5 and libncurses5-dev-5.5-1?

2005-12-29 Thread Antonio M.
On Thu, Dec 29, 2005 at 10:46:45AM -0800, Jurij Smakov wrote:

Hi, Jurij, thank for answer.

 I can't reproduce this failure on an up-to-date sid system. Here's some 
 additional information, please see whether it matches yours:
 
 [EMAIL PROTECTED]:~$ gcc --version
 gcc (GCC) 4.0.3 20051201 (prerelease) (Debian 4.0.2-5)
 Copyright (C) 2005 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
 PURPOSE.

the same in my system

 
 [EMAIL PROTECTED]:~$ dpkg -l gcc-4.0
 ii  gcc-4.0 4.0.2-5 The GNU C compiler

the same

 [EMAIL PROTECTED]:~$ ls -la /usr/lib/libncurses.so
 lrwxrwxrwx 1 root root 20 2005-11-01 22:49 /usr/lib/libncurses.so - 
 /lib/libncurses.so.5

the same

 [EMAIL PROTECTED]:~$ ls -al /lib/libncurses.so.5
 lrwxrwxrwx 1 root root 17 2005-10-28 20:42 /lib/libncurses.so.5 - 
 libncurses.so.5.5
 the same

 [EMAIL PROTECTED]:~$ ls -al /lib/libncurses.so.5.5
 -rw-r--r-- 1 root root 307500 2005-10-14 17:56 /lib/libncurses.so.5.5
the same

 [EMAIL PROTECTED]:~$ md5sum /lib/libncurses.so.5.5
 4d6bd3782487c5629bb891f44d3a2b61  /lib/libncurses.so.5.5

  4d6bd3782487c5629bb891f44d3a2b61  /lib/libncurses.so.5.5
it seem the same !?

 [EMAIL PROTECTED]:~$ ls -la /usr/lib/libncurses.a
 -rw-r--r-- 1 root root 490616 2005-10-14 17:56 /usr/lib/libncurses.a

the same

 [EMAIL PROTECTED]:~$ md5sum /usr/lib/libncurses.a
 9a50b532572f7b9ebc2d11c028eba57f  /usr/lib/libncurses.a

  9a50b532572f7b9ebc2d11c028eba57f  /usr/lib/libncurses.a

 [EMAIL PROTECTED]:~$ dpkg -l libncurses5*
 ii  libncurses5 5.5-1   Shared libraries for terminal handling
 ii  libncurses5-dev 5.5-1   Developer's libraries and docs for 

ii  libncurses5   5.5-1   Shared libraries for terminal handling
un  libncurses5-dbg  none   (no description available)
ii  libncurses5-dev   5.5-1   Developer's libraries and docs for ncurses

don't ask me what is the second one, but it isn't installed .. 


 [EMAIL PROTECTED]:~$ dpkg -l binutils
 ii  binutils2.16.1cvs200512 The GNU assembler, linker and binary 

ii  binutils   2.16.1cvs20051214-1  The GNU assembler, linker and binary 
utilities

I think it's the same.

Ok. If you need something else ...

 
 Best regards,
 
To you

cheers
Antonio

-- 
#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#
Antonio Madesani
[EMAIL PROTECTED]
[EMAIL PROTECTED]
#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#+--+#


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Linux 2.6.14 blade 100 framebuffer

2005-12-29 Thread Luigi Gangitano


Il giorno 29/dic/05, alle ore 19:38, Jurij Smakov ha scritto:
There is a possible fix for the red dots problem: please have a  
look at the last message in 317756 (the patch was probably garbled  
during transmission, but is simple enough to be applied by hand).  
Please post the results of your tests to the bug trail. If  
everything will work out, I'll push this patch into the Debian  
kernels.


I just checked my SB100 and I'm using a custom kernel built from  
2.6.14-6 and the patch reported in 317756. With this kernel the fb is  
right and there are no red dots or other issues in Xorg. Everything  
is fine.


Regards,

--
Luigi Gangitano -- [EMAIL PROTECTED] -- [EMAIL PROTECTED]
GPG: 1024D/924C0C26: 12F8 9C03 89D3 DB4A 9972  C24A F19B A618 924C 0C26



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Linux 2.6.14 blade 100 framebuffer

2005-12-29 Thread Jurij Smakov

On Fri, 30 Dec 2005, Luigi Gangitano wrote:

I just checked my SB100 and I'm using a custom kernel built from 2.6.14-6 and 
the patch reported in 317756. With this kernel the fb is right and there are 
no red dots or other issues in Xorg. Everything is fine.


Regards,


Great, I'll push it into 2.6.15-rc7 which will be uploaded to the 
experimental tomorrow. We are counting on uploading 2.6.15 packages to sid 
the day upstream officially releases it.


Thanks for testing,

Jurij Smakov[EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: sparc buildd issues

2005-12-29 Thread Jurij Smakov

On Wed, 28 Dec 2005, Blars Blarson wrote:


In article [EMAIL PROTECTED]
[EMAIL PROTECTED] writes:


On a Sparc netra X1, the system partially freezes (some stuff continues
running but at least one of the operations necessary to log in gets stuck).
The logs show that as of the moment of the freeze, the clock has jumped
forward exactly 3 days, 6 hours,
11 minutes and 15 seconds. The change is not gradual; it jumps between
syslog marks set a minute apart.


This is not what I have seen.  It sounds like an unrelated issue.


Yeah, I haven't heard about the jumping time issue before. It was reported 
that it is absent in 2.6.14, could you please test it? If it's really 
gone, it would be the easiest way out.


Regarding the kernel problem which is plaguing the buildds: I think by now 
it is fair to say that it affects only SMP machines. Furthermore, it looks 
like it only crashes the machines with SCSI controllers. It has been 
discussed a while ago on the gentoo-sparc list, archived discussion is 
available at


http://marc.theaimsgroup.com/?t=11196707991r=1w=2
http://marc.theaimsgroup.com/?t=11299903061r=1w=2

There also seems to be a way to crash the kernel by creating heavy disk 
activity, just by tar'ing, copying and untar'ing big directory trees 
repeatedly (that's what the crashme script mentioned in these thread 
does). Today I have received a second CPU for my Ultra60 (thanks a LOT to 
Clint Adams for providing it), so I'll try to reproduce the failure and 
poke around to see what I can do about it.


Best regards,

Jurij Smakov[EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]