Re: Ultra 10 processor support

2006-03-20 Thread Scott Walker

Simple web search would have brought up the fact that no you cannot add
2 CPU's into a Ultra10.

Chris Andrew wrote:
| Hi, all.
|
| I have a 333 Ultra 10.  I was just wondering whether it is possible to
| add more processors.  I think the max speed processor I can get is 440,
| but 2 processors (or more) would be good.
|
| Any thoughts?
|
| Thanks,
|
| Chris.


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



Re: Anyone running MythTV and/or ivytv drivers on Ultra 10?

2006-02-13 Thread Scott Walker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Oh Wow, people have actually gotten a PVR running using an ultra10!? Now
this is pretty cool, What other funkiness do you run into in regards to
the card? Or does it just work(tm)?

Guido Guenther wrote:
> On Thu, Feb 09, 2006 at 05:41:30PM -0800, darin strait wrote:
>> Before I try this, I thought that I would ask and see if anyone has
>> tried this.
>>
>> I have a Hauppauge PVR250, which is a PCI card that does video encoding
>> in hardware, and I am wondering if my Ultra 10 (with a 333 MHz
>> processor) has enough horsepower to function as a MythTV backend. 
> Don't know about this backend but Christian Marillat's mythtv package
> from http://debian.video.free.fr/ build fine with the attached two
> patches.
> Cheers,
>  -- Guido
> 
> 
> 
> 
> --- debian/rules.agx  2006-02-11 18:52:07.0 +0100
> +++ debian/rules  2006-02-11 18:55:37.0 +0100
> @@ -4,6 +4,7 @@
>  
>  DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
>  DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
> +DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
>  
>  include /usr/share/dpatch/dpatch.make
>  
> @@ -11,11 +12,24 @@
>  
>  CCVARS=CC=gcc-3.4 CXX=g++-3.4 LINK=g++-3.4
>  
> +ifeq "$(DEB_BUILD_ARCH)" "sparc"
> +CCFLAGS=CFLAGS="-mcpu=ultrasparc -mvis"
> +CONFIGURE_OPTS=
> +else
> +ifeq "$(DEB_BUILD_ARCH)" "powerpc"
> +CCFLAGS=
> +CONFIGURE_OPTS=
> +else # i386
> +CONFIGURE_OPTS=--tune=i486 --enable-mmx
> +CCFLAGS=
> +endif
> +endif
> +
>  configure: configure-stamp
>  configure-stamp: patch-stamp
>   dh_testdir
>  
> - $(CCVARS) ./configure --prefix=/usr --tune=i486 --enable-mmx \
> + $(CCVARS) $(CCFLAGS) ./configure --prefix=/usr \
>   --enable-lirc --enable-audio-alsa --enable-dvb --enable-audio-oss \
>   --enable-audio-jack --enable-audio-arts --enable-opengl-vsync \
>   --enable-dvb --dvb-path=/usr/include --enable-firewire --enable-ivtv \
> 
> 
> 
> 
> #! /bin/sh /usr/share/dpatch/dpatch-run
> ## 20.dpatch by  <[EMAIL PROTECTED]>
> ##
> ## All lines beginning with `## DP:' are a description of the patch.
> ## DP: No description.
> 
> @DPATCH@
> 
> --- mythtv-0.18.1/libs/libavcodec/libavcodec.pro..agx 2006-02-13 
> 13:25:04.0 +0100
> +++ mythtv-0.18.1/libs/libavcodec/libavcodec.pro  2006-02-13 
> 13:31:32.0 +0100
> @@ -141,3 +143,8 @@
>  QMAKE_LFLAGS_SHLIB += -single_module
>  QMAKE_LFLAGS_SHLIB += -seg1addr 0xC300
>  }
> +
> +contains( TARGET_ARCH_SPARC, yes ) {
> +SOURCES+=sparc/dsputil_vis.c
> +}
> +
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD8MvWurzkDbJs2BoRAu9+AJ4zVvY8gnhKMiaJEoi37dMp9xBr9ACdHQAN
CMIcW6W4162PgGULkKwPqn0=
=x/ni
-END PGP SIGNATURE-


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



Re: Netra X1 strange lock up Debian 3.1, kernel 2.6.12.3

2005-09-05 Thread Scott Walker
The box is up for weeks on end you say? But you have no swap added. 
Could it be linux's 2.6 MM refusing to spawn a new shell due to low mem?


William Herrin wrote:

I'm getting a wierd partial-lockup under Debian 3.1 (sarge) on a Netra X1
with a 2.6.11.3 kernel compiled fresh from the sources.

The system will run fine for several weeks. Then it will refuse to run new
shells. Running daemons will continue to run but an attempt to start a new
shell will fail. I put some echos in /etc/profile to see where it stops.
The login stops responding when running the "id -u" command in /etc/profile.
When I remove that command it makes it to the end of /etc/profile but never
starts $HOME/.profile.

The other symptom is that the system clock jumps forward by 3 days, 6 hours,
11 minutes and 15 seconds. Every time. NTP is not running, nor is anything
else that should modify the date.

Examples from the /var/log/messages:

Jul 27 21:03:19 lily -- MARK --
Jul 27 21:04:19 lily -- MARK --
Jul 27 21:05:19 lily -- MARK --
Jul 31 03:17:34 lily -- MARK --
Jul 31 03:18:34 lily -- MARK --
Jul 31 03:19:34 lily -- MARK --

Sep  2 10:27:32 lily -- MARK --
Sep  2 10:28:32 lily -- MARK --
Sep  2 10:29:32 lily -- MARK --
Sep  5 16:41:47 lily -- MARK --
Sep  5 16:42:47 lily -- MARK --
Sep  5 16:43:47 lily -- MARK --

So, the hard drive is still writing. The Bind daemon (named) continues to run
and respond to queries. That and ssh are the only network services I have
running on the box. The kernel continues to output log messages from
iptables (with the wrong date) but outputs no other messages. Ssh will
connect, but it may or may not get past public key authentication. The
console will accept a login and make it past /etc/profile, but never
makes it to a prompt.

uname -a
Linux lily 2.6.12.3-lily #1 Mon Aug 1 18:40:53 EDT 2005 sparc64 GNU/Linux

cat /proc/cpuinfo
cpu : TI UltraSparc IIe (Hummingbird)
fpu : UltraSparc IIe integrated FPU
promlib : Version 3 Revision 0
prom: 4.0.6
type: sun4u
ncpus probed: 1
ncpus active: 1
Cpu0Bogo: 794.62
Cpu0ClkTck  : 17d78400
MMU Type: Spitfire

free
 total   used   free sharedbuffers cached
Mem:512496  49408 463088  0   8400  24976
-/+ buffers/cache:  16032 496464
Swap:0  0  0


I had the same problem with a 2.6.11.7 kernel, also compiled fresh from the
source on kernel.org. I havn't tried the stock Sarge kernel; that's next on my
list.

Has anyone seen anything like this before? Any suggestions for what to try to
track down the problem?

Thanks in advance,
Bill Herrin





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



Re: sun blade 100 hard disk

2005-06-17 Thread Scott Walker

It's a 40GB drive.

Take your model number, and do a google search.


WD400BB-23DEA0 plus, WDC has a habbit of putting the actually drive size 
in the model number.


Olivier BERT wrote:

On Fri, 17 Jun 2005, Admar Schoonen wrote:


On Fri, Jun 17, 2005 at 12:36:49PM +0200, Olivier BERT wrote:


I'm sorry to post many messages but I have have another problem.
It concerns IDE devices. My Debian is installed now but when copy large
files for example or when I make several disk operations at the same 
time,
errors appears in my file system. For example, some null characters 
appear

in some files.
I am about to think that it is a DMA problem. But my knowledge 
concerning

hardware is a bit limited.

- Is it an hardware problem ?
- may be a problem of connections between the disk and the IDE bus on 
the

moter board ?

- is it a software or hardware problem ?



I don't know. I never noticed any problems with my 20 GB and 120 GB 
drives (both
seagate fwiw) in my blade 100; not with Solaris 8 neither with Linux 
2.6.x
(using ufs in Solaris and ext3 in Linux). I never did any tricks with 
hdparm to

set the DMA level or something.

Things that come to mind:
- do you use a proper cable? I'm not sure if it's an ATA66 or ATA100 
controller
 in the blade 100, so I use an ATA100 cable to connect the 120 GB 
drive (20 GB
 still uses the default cable that came with the box). I'm not sure if 
ATA66
 and ATA100 cables differ, but for at least ATA100 it is required that 
every
 signal wire has it's own ground wire iirc (thus, a 40 pin cable has 
actually

 80 wires).
- what filesystem do you use? I've read somewhere that there could be 
problems

 with Reiserfs on sparc, though I don't know any details.

Admar



There is also a strange thing. In my dmesg, as in hdparm, my hard disk 
is seen as a 40GB. But I am nearly sure that it is a 20GB (as detected 
in fdisk) and as it is written on the internet.

I attach the output of my hdparm -I.
What is the real size of my disk ?

--
Olivier BERT
e-mail: [EMAIL PROTECTED]





/dev/hda:

ATA device, with non-removable media
	Model Number:   WDC WD400BB-23DEA0  
	Serial Number:  WD-WMAD1E447435

Firmware Revision:  05.03E05
Standards:
	Supported: 5 4 3 2 
	Likely used: 6

Configuration:
Logical max current
cylinders   16383   16383
heads   16  16
sectors/track   63  63
--
CHS current addressable sectors:   16514064
LBAuser addressable sectors:   78165360
device size with M = 1024*1024:   38166 MBytes
device size with M = 1000*1000:   40020 MBytes (40 GB)
Capabilities:
LBA, IORDY(can be disabled)
bytes avail on r/w long: 40 Queue depth: 1
Standby timer values: spec'd by Standard, with device specific minimum
R/W multiple sector transfer: Max = 16  Current = 16
Recommended acoustic management value: 128, current value: 254
	DMA: mdma0 mdma1 mdma2 udma0 udma1 *udma2 udma3 udma4 udma5 
	 Cycle time: min=120ns recommended=120ns
	PIO: pio0 pio1 pio2 pio3 pio4 
	 Cycle time: no flow control=120ns  IORDY flow control=120ns

Commands/features:
Enabled Supported:
   *READ BUFFER cmd
   *WRITE BUFFER cmd
   *Host Protected Area feature set
   *Look-ahead
Write cache
   *Power Management feature set
Security Mode feature set
   *SMART feature set
	   *	Device Configuration Overlay feature set 
		Automatic Acoustic Management feature set 
		SET MAX security extension

   *DOWNLOAD MICROCODE cmd
	   *	SMART self-test 
	   *	SMART error logging 
Security: 
		supported

not enabled
not locked
not frozen
not expired: security count
not supported: enhanced erase
HW reset results:
CBLID- above Vih
Device num = 0 determined by CSEL
Checksum: correct


--
EM: [EMAIL PROTECTED] WWW: http://www.unspeakable.org

-0)
 /\  phear the penguin!
_\_v


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



Re: install on Sun Blade 100

2005-04-06 Thread Scott Walker
Having this same issue on a Blade 150. Trying to find a alternative boot 
image. Using the "sarge" one. Boots fine, but can't find the cdrom. 
Someone suggest using a 2.6 Image boot iso. But having trouble finding 
said image tho.

Anthony Townsend wrote:
hi all
i'm a pretty experienced x86 Debian user, though this is my first time 
installing a SPARC

here's where i'm at:
1) boot, Stop-A, ok
2) "boot cdrom"
3) SILO prompt
4) enter "linux"
at this point the kernel loads, ramdisk loads, and Debian installation 
begins with language, keyboard, country choice.

then we get to the CD-ROM hardware detection phase and the installed 
loads some drivers off the CDROM and then says

"Your installation CD-ROM couldn't be mounted. This probably means that 
the CD-ROM was not in the drive. Try again to mount the CD-ROM?"

Werid enough - thats the same CD-ROM that loaded the program that is 
telling me this. And at this point, the keyboard starts acting bizzare 
and pressing Enter or REturn just toggles the selection, but doesnt 
submit it.

Any ideas what's up? Seems extremely bizarre to me.

--
EM: [EMAIL PROTECTED] WWW: http://www.unspeakable.org
-0)
 /\  phear the penguin!
_\_v
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Where can I find Ben Collins mini iso.

2005-04-06 Thread Scott Walker
All the links I can find from google/this list are dead.
--
EM: [EMAIL PROTECTED] WWW: http://www.unspeakable.org
-0)
 /\  phear the penguin!
_\_v
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Question about KErnel source and debian/sparc..

2004-09-17 Thread Scott Walker
If I want to roll my own kernel tho, using the kernel-utils to make a
debian package, should these be updated?

On Fri, 2004-09-17 at 15:42, Ben Collins wrote:
> On Fri, Sep 17, 2004 at 12:56:37PM -0400, Scott Walker wrote:
> > I know under x86 hardware in the /usr/include directory you usually have
> > 3 links
> > 
> > asm -> /usr/src/linux/include/asm (which is usually a link to asm-i386)
> > scsi -> /usr/src/linux/include/scsi
> > linux -> /usr/src/linux/include/linux
> > 
> > But under debian sparc, what should these be? I'm assuming the
> > scsi/linux don't change, but under sparc linux there is asm-sparc,
> > asm-sparc64.
> > 
> > Any ideas?
> 
> On debian they are not symlinks, they are headers that include out of
> asm-sparc and asm-sparc64 depending on whether gcc is doing -m32 or -m64
> (32bit and 64bit) compiles.
-- 
Scott Walker <[EMAIL PROTECTED]>



Question about KErnel source and debian/sparc..

2004-09-17 Thread Scott Walker
I know under x86 hardware in the /usr/include directory you usually have
3 links

asm -> /usr/src/linux/include/asm (which is usually a link to asm-i386)
scsi -> /usr/src/linux/include/scsi
linux -> /usr/src/linux/include/linux

But under debian sparc, what should these be? I'm assuming the
scsi/linux don't change, but under sparc linux there is asm-sparc,
asm-sparc64.

Any ideas?

-- 
Scott Walker <[EMAIL PROTECTED]>



Re: Resume: Digital (ASIC/VLSI/FPGA/Circuit/IC) engineer; Application Engineer; MSEE, 4 years experience

2003-07-17 Thread Scott Walker
Wow, when did we become a resume list?

I should post my resume so I can make millions!!! Err wait...

And some people wonder why they never get hired.

On Wed, 2003-07-16 at 23:46, Salahuddin (Salah) Kazi wrote:
> Dear Human resources/Hiring manager for Engineering jobs,
> 
> I am applying for the Electrical Engineer position in the field of
> ASIC or FPGA design and verification, DFT or Application engineering.
> 
> Web: http://salahkazi.tripod.com/resume.htm
-- 
Scott Walker <[EMAIL PROTECTED]>


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


Bad memory?

2003-07-09 Thread Scott Walker
Has anyone seen these errors before:


-- CPU[0]: Correctable ECC Error AFSR[10] AFAR[065b96f0]
UDBL[ff] UDBH[1a1]
CPU[0]: UDBH Syndrome[11] Memory Module "U0601"
CPU[0]: Correctable ECC Error AFSR[10] AFAR[065b96f0]
UDBL[ff] UDBH[1a1]
CPU[0]: UDBH Syndrome[11] Memory Module "U0601"
CPU[0]: Correctable ECC Error AFSR[10] AFAR[065b96f0]
UDBL[ff] UDBH[1a1]
CPU[0]: UDBH Syndrome[11] Memory Module "U0601"
CPU[0]: Correctable ECC Error AFSR[10] AFAR[065b96f0]
UDBL[ff] UDBH[1a1]
CPU[0]: UDBH Syndrome[11] Memory Module "U0601"
CPU[0]: Correctable ECC Error AFSR[10] AFAR[065b96f0]
UDBL[ff] UDBH[1a1]
CPU[0]: UDBH Syndrome[11] Memory Module "U0601"
CPU[0]: Correctable ECC Error AFSR[10] AFAR[065b96f0]
UDBL[ff] UDBH[1a1]
CPU[0]: UDBH Syndrome[11] Memory Module "U0601"

Scott Walker <[EMAIL PROTECTED]>


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


Request..

2003-07-03 Thread Scott Walker
As odd as it sounds... I'm collecting dmesg outputs from linux on
various hardware platform (I find them interesting)..

If you would care to send yours in. Give me a quick email :)
-- 
Scott Walker <[EMAIL PROTECTED]>


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


Re: SILO problems on an E450

2003-06-13 Thread Scott Walker
Speaking of SILO... Can SILO boot from a Raid 1 root drive like lilo
can?


On Fri, 2003-06-13 at 18:28, Ben Collins wrote:
> On Fri, Jun 13, 2003 at 03:29:21PM -0400, Ari Pollak wrote:
> > [ Please CC me on all replies ]
> > 
> > I'm currently trying to install Debian on a Sun Enterprise 450 with a 
> > SCSI drive. OpenBSD's bootloader has worked fine in the past, but when 
> > trying to install silo, it seems that nothing ever gets written onto the 
> > disk; when booting, OpenBoot can't recognize any valid boot loader on 
> > the drive. I've tried versions of silo all the way up to 1.3.0, and 
> > not a single one of them ever prints an error; strace seems to show that 
> > silo is writing stuff to the disk, but booting is never successful. The 
> > disk can be written to perfectly fine, and can be mounted from the 
> > a SPARC netinst CD shell.
> > 
> > Any suggestions? I'm really stumped on this and I've tried everything I 
> > could think of.
> 
> Are you sure that OBP is attempting to boot from the correct disk?
> 
> -- 
> Debian - http://www.debian.org/
> Linux 1394 - http://www.linux1394.org/
> Subversion - http://subversion.tigris.org/
> Deqo   - http://www.deqo.com/
> 



Raid1 issues on a SS-20.

2003-06-09 Thread Scott Walker
I have a SS20 with 2 18G disks in it. Both disks are identical Here is
my config setup.


raiddev /dev/md2
raid-level  1
nr-raid-disks   2
nr-spare-disks  0
chunk-size  4
persistent-superblock   1

device  /dev/sda6
raid-disk   0
device  /dev/sdb6
raid-disk   1

I have Raid and Raid1 compiled into Kernel 2.4.20.

Below is what happens when I fsck a raid device, Either on start or from
cli.

(none):~# fsck /tmp
fsck 1.33 (21-Apr-2003)
e2fsck 1.33 (21-Apr-2003)
The filesystem size (according to the superblock) is 255626 blocks
The physical size of the device is 255600 blocks
Either the superblock or the partition table is likely to be corrupt!
Abort? 

If I mount -a I get it mounted with no issues and the files systesm
works perfectly.

md: raid1 personality registered as nr 3
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.

Above is the line from the kernel boot up


I'm at a loss. Does anyone have some info?



Thanks everyone..

2002-11-08 Thread Scott Walker
Thank you every one for your help.

I got the box up and running like a champ. Very impressive.. nice to see
that linux on sun is finally a viable solution.


-- 
Scott Walker
URL: http://www.unspeakable.org






Last issue... and I'm out of everyone's hair (Hi Ben!! :) )

2002-11-08 Thread Scott Walker
I just went to compile a 2.4.19 kernel, and got this.

/bin/bash: line 1: sparc64-linux-gcc: command not found
/bin/bash: line 1: sparc64-linux-gcc: command not found
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mkdep
scripts/mkdep.c
make -C arch/sparc64/kernel check_asm
make[1]: Entering directory `/usr/src/linux-2.4.19/arch/sparc64/kernel'
sparc64-linux-gcc -E -D__KERNEL__ -I/usr/src/linux-2.4.19/include -P tmp.c
-o tmp.i
make[1]: sparc64-linux-gcc: Command not found
make[1]: *** [check_asm] Error 127
make[1]: Leaving directory `/usr/src/linux-2.4.19/arch/sparc64/kernel'
make: *** [check_asm] Error 2
log:/usr/src/linux#

Am I missing a package (I'm running Unstable, btw), or just a simple symlink?


-- 
Scott Walker
URL: http://www.unspeakable.org






RE: Stability of Ultra-10 (440Mhz Ultrasparc-IIi, 256M of ram, 9G disk)

2002-11-07 Thread Scott Walker
so I bit (bite?) the bullet and downloaded debian and burnt it to cd.

I stuck it in the U10, and gave the ol' boot cdrom and got told where I
can stick it with this error message..

Rebooting with command: boot cdrom
Boot device: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL PROTECTED]/[EMAIL 
PROTECTED],0:f  File and args:
The file just loaded does not appear to be executable.

Anyone encounter this?



-- 
Scott Walker
URL: http://www.unspeakable.org

Jonathan said:
> Scott Walker said:
>> How is the stability of Linux/debian on a the U10 described above. Can
>> it be considered production quality.
>>
>> Any caveats on installing/running debian|linux on a Ultra sparc?
>
> I've been running 3.0 stable on an identical system and hammering pretty
> hard on it.  Even when we get the load up to 6 or 8 under stress testing
> it's been rock solid.
>
> Had a bit of a hassle getting SILO setup originally, but that's because
> i didn't read the notes.  :)  Pay attention to your partition numbers
> and you should be okay.
>
> I've encountered a few threading issues with Java, but that's an
> entirely different problem.  Just remember that Sun doesn't provide a
> Java for this platform.  I've been using Blackdown instead.
>
> HTH,
> ~Jonathan





Stability of Ultra-10 (440Mhz Ultrasparc-IIi, 256M of ram, 9G disk)

2002-11-07 Thread Scott Walker
How is the stability of Linux/debian on a the U10 described above. Can it
be considered production quality.

Any caveats on installing/running debian|linux on a Ultra sparc?


-- 
Scott Walker
URL: http://www.unspeakable.org