Re: sound and keyboard issues woody on ultra 10

2003-05-02 Thread Ben Collins
> 
> changed to the following
> Option  "XkbRules"  "xfree86"
> and I got a very strange keyboard where c became "caps
> lock". I had to reboot the machine with debian cd in
> to change /etc/X11/XF86Config-4 because ctrl+alt+f1
> didn't work.

Oops. Next time you can simply do "boot single" at the SILO prompt.

> > 
> > > q2
> > > 
> > > can't seem to get sound working
> > > I used modconf and inserted every sound module
> > > available (1 @ a time) but still several programs
> > say
> > 
> > You need the cs4231 module.
> 
> I loaded the module still no sound
> #lsmod
> Module  Size  Used byNot tainted
> cs4231 21440   0  (unused)
> audio  22944   1  [cs4231]
> 
> #dmesg
> audio0: cs4231a(eb2) at 1fff120 irq 13,7e3

Tried audioctl after loading this module? I know it's detected, but I
admit it's been awhile since I messed with sound on my U5 so I forget
the exact procedure.

-- 
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo   - http://www.deqo.com/



Re: sound and keyboard issues woody on ultra 10

2003-05-02 Thread Robert Zakaria
Dear Ben
Thanx for answering but your suggestions didn't work,
pls see below

--- Ben Collins <[EMAIL PROTECTED]> skrev: > On Sat,
May 03, 2003 at 01:42:40AM +0200, Robert
> Zakaria wrote:
> > thanx for helping in advance
> > 
> > q1
> > 
> > in console mode the pipe works but in X pipe is
> not
> > working.
> > I have a Swedish keyboard so I choosed fi for
> keyboard
> > language during installation
> > 
> > Section "InputDevice"
> > Identifier  "Generic Keyboard"
> > Driver  "keyboard"
> > Option  "CoreKeyboard"
> > Option  "XkbRules"  "sun"
> > Option  "XkbModel"  "type5"
> > Option  "XkbLayout" "fi"
> > EndSection
> 
> Choose xfree86 for XkbRules, not sun.

changed to the following
Option  "XkbRules"  "xfree86"
and I got a very strange keyboard where c became "caps
lock". I had to reboot the machine with debian cd in
to change /etc/X11/XF86Config-4 because ctrl+alt+f1
didn't work.

> 
> > q2
> > 
> > can't seem to get sound working
> > I used modconf and inserted every sound module
> > available (1 @ a time) but still several programs
> say
> 
> You need the cs4231 module.

I loaded the module still no sound
#lsmod
Module  Size  Used byNot tainted
cs4231 21440   0  (unused)
audio  22944   1  [cs4231]

#dmesg
audio0: cs4231a(eb2) at 1fff120 irq 13,7e3

> -- 
> Debian - http://www.debian.org/
> Linux 1394 - http://www.linux1394.org/
> Subversion - http://subversion.tigris.org/
> Deqo   - http://www.deqo.com/
> 
> 
> -- 
> To UNSUBSCRIBE, email to
> [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>  

/robert

_
Gå före i kön och få din sajt värderad på nolltid med Yahoo! Express
Se mer på: http://se.docs.yahoo.com/info/express/help/index.html



Re: sound and keyboard issues woody on ultra 10

2003-05-02 Thread Ben Collins
On Sat, May 03, 2003 at 01:42:40AM +0200, Robert Zakaria wrote:
> thanx for helping in advance
> 
> q1
> 
> in console mode the pipe works but in X pipe is not
> working.
> I have a Swedish keyboard so I choosed fi for keyboard
> language during installation
> 
> Section "InputDevice"
> Identifier  "Generic Keyboard"
> Driver  "keyboard"
> Option  "CoreKeyboard"
> Option  "XkbRules"  "sun"
> Option  "XkbModel"  "type5"
> Option  "XkbLayout" "fi"
> EndSection

Choose xfree86 for XkbRules, not sun.

> q2
> 
> can't seem to get sound working
> I used modconf and inserted every sound module
> available (1 @ a time) but still several programs say

You need the cs4231 module.

-- 
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo   - http://www.deqo.com/



Re: Ultra 5 won't boot from HD after install

2003-05-02 Thread Ben Collins
On Fri, May 02, 2003 at 07:37:57PM -0400, Noah Meyerhans wrote:
> I have set up a tftp environment from which I can boot the installation
> system on this machine.  What do I need to do to tftp a kernel to this
> machine and boot it?  I obviously can't just send a kernel image to the
> machine (I tried).  I can boot the tftpboot.img file with no troubles,
> but of course that kicks me into the system installer.  I just want to
> boot the actual installed system via tftp.
> 
> I've found the silotftp.b bootloader and used tftp to get it running,
> but it can't seem to access the disk, either.  So it really seems like
> I'll need to download the whole kernel.
> 
> Of course, even if I manage to do this, who knows if the machine will be
> stable or not.  I'm starting to think there might be something wrong
> with the PCI bus or the IDE controller.

Are you sure that you have the disk setup as Master, and not cable
select or something else weird.

-- 
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo   - http://www.deqo.com/



sound and keyboard issues woody on ultra 10

2003-05-02 Thread Robert Zakaria
thanx for helping in advance

q1

in console mode the pipe works but in X pipe is not
working.
I have a Swedish keyboard so I choosed fi for keyboard
language during installation

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "sun"
Option  "XkbModel"  "type5"
Option  "XkbLayout" "fi"
EndSection

any idea where to check the keyboard configuration for
the console and apply it in X?
--

q2

can't seem to get sound working
I used modconf and inserted every sound module
available (1 @ a time) but still several programs say

#Can not open /dev/dsp

I have modified /etc/defaults/audioctl by deleteing 2
hashes but the following error message appears

# /etc/init.d/audioctl start
Setting audio parameters.../dev/audioctl: No such
device
done.

###
/etc/default/audioctl

PARAMS="play.port=line_out record.port=line_in"
DEVICE=/dev/audioctl
##

/robert

_
Gå före i kön och få din sajt värderad på nolltid med Yahoo! Express
Se mer på: http://se.docs.yahoo.com/info/express/help/index.html



Re: Ultra 5 won't boot from HD after install

2003-05-02 Thread Noah Meyerhans
I have set up a tftp environment from which I can boot the installation
system on this machine.  What do I need to do to tftp a kernel to this
machine and boot it?  I obviously can't just send a kernel image to the
machine (I tried).  I can boot the tftpboot.img file with no troubles,
but of course that kicks me into the system installer.  I just want to
boot the actual installed system via tftp.

I've found the silotftp.b bootloader and used tftp to get it running,
but it can't seem to access the disk, either.  So it really seems like
I'll need to download the whole kernel.

Of course, even if I manage to do this, who knows if the machine will be
stable or not.  I'm starting to think there might be something wrong
with the PCI bus or the IDE controller.

noah

-- 
 ___
| Web: http://web.morgul.net/~frodo/
| PGP Public Key: http://web.morgul.net/~frodo/mail.html 


pgpkDyNYncWZM.pgp
Description: PGP signature


Re: XFree on Ultra10

2003-05-02 Thread Marc Dilasser
Le ven 02/05/2003 à 19:38, Ben Collins a écrit :
> On Fri, May 02, 2003 at 07:48:48PM +0200, Marc Dilasser wrote:
> > Le ven 02/05/2003 ? 19:10, Ben Collins a ?crit :
> > > On Fri, May 02, 2003 at 07:25:50PM +0200, Marc Dilasser wrote:
> > > > Le jeu 01/05/2003 ? 19:53, Ben Collins a ?crit :
> > > > > On Thu, May 01, 2003 at 09:39:03AM +0200, Marc Dilasser wrote:
> > > > > > Hello,
> > > > > > 
> > > > > > I'm running Debian Woody on an Ultra10 with a Creator3D card.
> > > > > > 
> > > > > > XFree seems slow and freeze times to times during 20-30 secondes, I
> > > > > > don't understand why.
> > > > > 
> > > > > Do you have dri enabled on Xfree?
> > > > 
> > > > No, it's commented in /etc/X11/XF86Config-4
> > > 
> > > Not that section, the dri module listed under "Module"s. Should say
> > > 
> > >   Load   "dri"
> > 
> > Section module is like that :
> 
> Is like what?
Due to my bad english (i'm french) ...

 Do you see "dri" in that list anywhere?
> 
No line with dri in Section Module

Marc




Re: XFree on Ultra10

2003-05-02 Thread Ben Collins
> > 
> > Is like what?
> Due to my bad english (i'm french) ...
> 
>  Do you see "dri" in that list anywhere?
> > 
> No line with dri in Section Module

Sorry. Basically, I just want you to add the Load "dri" line in there
and see if it helps you.

-- 
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo   - http://www.deqo.com/



Re: Ultra 5 won't boot from HD after install

2003-05-02 Thread Noah Meyerhans
On Fri, May 02, 2003 at 04:13:56PM -0400, Ben Collins wrote:
> Boot back to the install and switch to a the shell console (ALT+F2) and
> use "dmesg | more" to see if you can find some info about your IDE. I
> have an Ultra5 here working perfectly with a non-stock IDE drive, so I
> know it works.

Here's the boottime output when initializing the IDE busses:
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
CMD646: IDE controller on PCI bus 01 dev 18
CMD646: chipset revision 3
CMD646: chipset revision 0x03, MultiWord DMA Force Limited
CMD646: 100% native mode on irq 4,7e0
ide0: BM-DMA at 0x1fe02c00020-0x1fe02c00027, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0x1fe02c00028-0x1fe02c0002f, BIOS settings: hdc:pio, hdd:pio
hda: Conner Peripherals 1275MB - CFS1276A, ATA DISK drive
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
hdc: CRD-8322B, ATAPI CD/DVD-ROM drive
ide0 at 0x1fe02c0-0x1fe02c7,0x1fe02ca on irq 4,7e0
ide1 at 0x1fe02c00010-0x1fe02c00017,0x1fe02c0001a on irq 4,7e0 (shared with ide)
hda: 2502308 sectors (1281 MB), CHS=2482/16/63, DMA
hdc: ATAPI 32X CD-ROM drive, 128kB Cache
Uniform CD-ROM driver Revision: 3.12
Partition check:
 hda: hda1 hda2 hda3

The partition table looks like:
Disk /dev/hda (Sun disk label): 16 heads, 63 sectors, 2480 cylinders
Units = cylinders of 1008 * 512 bytes

   Device FlagStart   EndBlocks   Id  System
/dev/hda1 0  2379   1199016   83  Linux native
/dev/hda2  u   2379  2480 50904   82  Linux swap
/dev/hda3 0  2480   12499205  Whole disk


noah

-- 
 ___
| Web: http://web.morgul.net/~frodo/
| PGP Public Key: http://web.morgul.net/~frodo/mail.html 


pgp5fZaEbU0jD.pgp
Description: PGP signature


Re: Ultra 5 won't boot from HD after install

2003-05-02 Thread Ben Collins
On Fri, May 02, 2003 at 04:11:20PM -0400, Noah Meyerhans wrote:
> On Fri, May 02, 2003 at 03:09:04PM -0400, Ben Collins wrote:
> > I'm only guessing but OBP doesn't seem to detect the device, atleast not
> > at the OBP address that the "disk" alias points to.
> > 
> > Try doing "boot disk1" or "boot disk2", "boot disk3"...
> 
> That didn't work.
> 
> show-devs reveals, among a bunch of other non-disk things, a disk at
> /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL PROTECTED]/disk, which is the 
> device that disk seems to be
> pointing to (how do I view device aliases?).

Oddly enough, it's the "devalias" command :)

> I don't suppose there's some IDE equivalent to probe-scsi-all that I
> need to run, or something like that, is there?

Boot back to the install and switch to a the shell console (ALT+F2) and
use "dmesg | more" to see if you can find some info about your IDE. I
have an Ultra5 here working perfectly with a non-stock IDE drive, so I
know it works.

-- 
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo   - http://www.deqo.com/



Re: Ultra 5 won't boot from HD after install

2003-05-02 Thread Noah Meyerhans
On Fri, May 02, 2003 at 03:09:04PM -0400, Ben Collins wrote:
> I'm only guessing but OBP doesn't seem to detect the device, atleast not
> at the OBP address that the "disk" alias points to.
> 
> Try doing "boot disk1" or "boot disk2", "boot disk3"...

That didn't work.

show-devs reveals, among a bunch of other non-disk things, a disk at
/[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL PROTECTED]/disk, which is the 
device that disk seems to be
pointing to (how do I view device aliases?).

I don't suppose there's some IDE equivalent to probe-scsi-all that I
need to run, or something like that, is there?

noah

-- 
 ___
| Web: http://web.morgul.net/~frodo/
| PGP Public Key: http://web.morgul.net/~frodo/mail.html 


pgphyYnflY4uL.pgp
Description: PGP signature


Re: Ultra 5 won't boot from HD after install

2003-05-02 Thread Ben Collins
On Fri, May 02, 2003 at 01:15:34PM -0400, Noah Meyerhans wrote:
> Hi all.  I just installed potato on an Ultra 5 (will upgrade once it's
> working, but that's all I had on CD) but the machine doesn't seem to
> want to boot from the IDE hard drive.  It had no problem booting the
> install CD and the installation seemed to go fine.  No errors were
> reported when installing SILO.
> 
> Here's the output of my interaction with OpenBoot:
> ok boot disk
> Boot device: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL 
> PROTECTED]/[EMAIL PROTECTED],0  File and args:
> 
> Can't open boot device
> 
> The partition table has a Linux partition first, occupying most of the
> disk, followed by swap.  The 3rd partition is the "entire disk" in the
> Sun disklable.
> 
> The disk in the machine is not the original Sun-supplied disk but is an
> old 1.2 gig IDE disk.  The "manual with hardware detected defaults"
> option when creating a sun disklabel in fdisk seemed to pick the right
> values, according to the label on the disk, and as I said, there was no
> sign of problems during the installation of the system or of SILO.

I'm only guessing but OBP doesn't seem to detect the device, atleast not
at the OBP address that the "disk" alias points to.

Try doing "boot disk1" or "boot disk2", "boot disk3"...

-- 
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo   - http://www.deqo.com/



Re: XFree on Ultra10

2003-05-02 Thread Marc Dilasser
Le ven 02/05/2003 à 19:10, Ben Collins a écrit :
> On Fri, May 02, 2003 at 07:25:50PM +0200, Marc Dilasser wrote:
> > Le jeu 01/05/2003 ? 19:53, Ben Collins a ?crit :
> > > On Thu, May 01, 2003 at 09:39:03AM +0200, Marc Dilasser wrote:
> > > > Hello,
> > > > 
> > > > I'm running Debian Woody on an Ultra10 with a Creator3D card.
> > > > 
> > > > XFree seems slow and freeze times to times during 20-30 secondes, I
> > > > don't understand why.
> > > 
> > > Do you have dri enabled on Xfree?
> > 
> > No, it's commented in /etc/X11/XF86Config-4
> 
> Not that section, the dri module listed under "Module"s. Should say
> 
>   Load   "dri"

Section module is like that :

Section "Module"
Load  "GLcore"
Load  "bitmap"
Load  "dbe"
Load  "ddc"
Load  "extmod"
Load  "freetype"
Load  "glx"
Load  "int10"
Load  "pex5"
Load  "record"
Load  "speedo"
Load  "type1"
Load  "vbe"
Load  "xie"
EndSection

Marc



Re: XFree on Ultra10

2003-05-02 Thread Ben Collins
On Fri, May 02, 2003 at 07:48:48PM +0200, Marc Dilasser wrote:
> Le ven 02/05/2003 ? 19:10, Ben Collins a ?crit :
> > On Fri, May 02, 2003 at 07:25:50PM +0200, Marc Dilasser wrote:
> > > Le jeu 01/05/2003 ? 19:53, Ben Collins a ?crit :
> > > > On Thu, May 01, 2003 at 09:39:03AM +0200, Marc Dilasser wrote:
> > > > > Hello,
> > > > > 
> > > > > I'm running Debian Woody on an Ultra10 with a Creator3D card.
> > > > > 
> > > > > XFree seems slow and freeze times to times during 20-30 secondes, I
> > > > > don't understand why.
> > > > 
> > > > Do you have dri enabled on Xfree?
> > > 
> > > No, it's commented in /etc/X11/XF86Config-4
> > 
> > Not that section, the dri module listed under "Module"s. Should say
> > 
> > Load   "dri"
> 
> Section module is like that :

Is like what? Do you see "dri" in that list anywhere?

> Section "Module"
> Load  "GLcore"
> Load  "bitmap"
> Load  "dbe"
> Load  "ddc"
> Load  "extmod"
> Load  "freetype"
> Load  "glx"
> Load  "int10"
> Load  "pex5"
> Load  "record"
> Load  "speedo"
> Load  "type1"
> Load  "vbe"
> Load  "xie"
> EndSection
> 
> Marc
> 

-- 
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo   - http://www.deqo.com/



Re: XFree on Ultra10

2003-05-02 Thread Marc Dilasser
Le jeu 01/05/2003 à 19:53, Ben Collins a écrit :
> On Thu, May 01, 2003 at 09:39:03AM +0200, Marc Dilasser wrote:
> > Hello,
> > 
> > I'm running Debian Woody on an Ultra10 with a Creator3D card.
> > 
> > XFree seems slow and freeze times to times during 20-30 secondes, I
> > don't understand why.
> 
> Do you have dri enabled on Xfree?

No, it's commented in /etc/X11/XF86Config-4

Marc





Ultra 5 won't boot from HD after install

2003-05-02 Thread Noah Meyerhans
Hi all.  I just installed potato on an Ultra 5 (will upgrade once it's
working, but that's all I had on CD) but the machine doesn't seem to
want to boot from the IDE hard drive.  It had no problem booting the
install CD and the installation seemed to go fine.  No errors were
reported when installing SILO.

Here's the output of my interaction with OpenBoot:
ok boot disk
Boot device: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL PROTECTED]/[EMAIL 
PROTECTED],0  File and args:

Can't open boot device

The partition table has a Linux partition first, occupying most of the
disk, followed by swap.  The 3rd partition is the "entire disk" in the
Sun disklable.

The disk in the machine is not the original Sun-supplied disk but is an
old 1.2 gig IDE disk.  The "manual with hardware detected defaults"
option when creating a sun disklabel in fdisk seemed to pick the right
values, according to the label on the disk, and as I said, there was no
sign of problems during the installation of the system or of SILO.

Any suggestions?

noah

-- 
 ___
| Web: http://web.morgul.net/~frodo/
| PGP Public Key: http://web.morgul.net/~frodo/mail.html 


pgpgsd6UTA0jh.pgp
Description: PGP signature


Re: Quota-support

2003-05-02 Thread Martin Rusko

That patches are working on Ultra 1 (sparc64) for me, at least.
I'm also running 2.4.19 kernel.

   mARTin

Alvaro Figueroa wrote:

On Fri, 2003-05-02 at 08:11, Ben Collins wrote:



That's intentional. I am not even sure if quota works on sparc64. You
can recompile your kernel to test it though.



I does not.

Jan Kara has made some fixes in his tree[1] that do work on sparc64.

(BTW, this patches work since aprox 2002.03.04)

[1] ftp://atrey.karlin.mff.cuni.cz/pub/local/jack/quota/



--
Martin Rusko
PhD student
Department of Automation and Measurement
Faculty of Mechanical Engineering
Slovak University of Technology
--
E-mail: [EMAIL PROTECTED]
Web:http://sunsite.mine.nu/~rusko
--
motto: We are Microsoft! Resistance is futile. Open your
   source code and prepare for assimilation.



Re: Debian 3.0 on a Netra T1

2003-05-02 Thread Guillaume T.
Fri 02 May 2003 à 10:09:56AM -0400, Ben Collins a écrit :
> > CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000] 
> > UDBL[2ac] UDBH[0]
> 
> THis looks like bad memory. Try reseating the memory modules.

The memory indeed failed the poweron test at some point, and I had to
reset the modules (remove them and put them back on).
It regularly passes and fails the test.
I guess the memory is just faulty.
I will try with another T1 and Sun will get a call.

Thanks!

-- 
Guillaume Tamboise

First they ignore you, then they laugh at you, then they fight you,
then you win." -- Gandhi



Re: Quota-support

2003-05-02 Thread Alvaro Figueroa
On Fri, 2003-05-02 at 08:11, Ben Collins wrote:

> That's intentional. I am not even sure if quota works on sparc64. You
> can recompile your kernel to test it though.

I does not.

Jan Kara has made some fixes in his tree[1] that do work on sparc64.

(BTW, this patches work since aprox 2002.03.04)

[1] ftp://atrey.karlin.mff.cuni.cz/pub/local/jack/quota/

-- 
Alvaro Figueroa




RE: install debian on ultra 10

2003-05-02 Thread Nicolas Will


> -Original Message-
> From: Ben Collins
> On Fri, May 02, 2003 at 03:40:09PM +0100, [EMAIL PROTECTED] wrote:
> > hi
> >
> > i am have a problem in trying to install debian on the ultra 10
> > have no luck booting form cdrom Help!!!:
> >
> >
> > Cannot Find /boot/sparc64.gz(unknown isofs error)
> > image not found... try again
>
> If you search the debian-sparc list archives (http://lists.debian.org/)
> you will find the fix for this.

Let's make the search faster

I think Guillaume has the right boot command in an email posted yesterday...

Nico
ss5-110 / ss20-dual Ross 150



install debian on ultra 10

2003-05-02 Thread nfs_nis
hi 

i am have a problem in trying to install debian on the ultra 10 
have no luck booting form cdrom Help!!!:


Cannot Find /boot/sparc64.gz(unknown isofs error)
image not found... try again

thx Ayo



Re: install debian on ultra 10

2003-05-02 Thread Ben Collins
On Fri, May 02, 2003 at 03:40:09PM +0100, [EMAIL PROTECTED] wrote:
> hi 
> 
> i am have a problem in trying to install debian on the ultra 10 
> have no luck booting form cdrom Help!!!:
> 
> 
> Cannot Find /boot/sparc64.gz(unknown isofs error)
> image not found... try again

If you search the debian-sparc list archives (http://lists.debian.org/)
you will find the fix for this.

-- 
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo   - http://www.deqo.com/



Re: Debian 3.0 on a Netra T1

2003-05-02 Thread Guillaume Tamboise
Thu 01 May 2003 à 10:27:17PM -0400, Ben Collins a écrit :
> After you cancel out of the hung format, can you then go down to
> "Execute shell" in the install menu and do a "dmesg" from the shell to
> see if there was any kernel output?

A little more information.
I use to have to disks simultaneously in the system (sda and sdb).
I tried with each of the disk alone.

In the boot phase, I am getting

**
SCSI subsystem driver Revision: 1.00
sym.2.8.0: setting PCI_COMMAND_INVALIDATE.
sym.2.8.1: setting PCI_COMMAND_INVALIDATE.
sym0: <896> rev 0x7 on pci bus 2 device 8 function 0 irq 4,7e0
sym0: using 64 bit DMA addressing
sym0: No NVRAM, ID 7, Fast-40, LVD, parity checking
sym0: SCSI BUS has been reset.
sym1: <896> rev 0x7 on pci bus 2 device 8 function 1 irq 4,7e0
sym1: using 64 bit DMA addressing
sym1: No NVRAM, ID 7, Fast-40, LVD, parity checking
sym1: SCSI BUS has been reset.
scsi0 : sym-2.1.17a
scsi1 : sym-2.1.17a
  Vendor: SEAGATE   Model: ST336607LSUN36G   Rev: 0207
  Type:   Direct-Access  ANSI SCSI revision: 03
sym0:0:0: tagged command queuing enabled, command queue depth 16.
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
sym0:0: FAST-40 WIDE SCSI 80.0 MB/s ST (25.0 ns, offset 31)
SCSI device sda: 71132959 512-byte hdwr sectors (36420 MB)
Partition check:
 sda: sda1 sda2 sda3

**

With the setup with a single disk, I get a
"The filesystem was not created."
and during one of the tests it sent me back to the list of choices.
I picked "execute a shell" as you advised, dmesg gives :

le ECC Error AFSR[18830] AFAR[0e88e000] UDBL[2ac] UDBH[0]
CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000]
UDBL[2ac] UDBH[0]
CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000]
UDBL[2ac] UDBH[0]
CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000]
UDBL[2ac] UDBH[0]
CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000]
UDBL[2ac] UDBH[0]
CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000]
UDBL[2ac] UDBH[0]
CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000]
UDBL[2ac] UDBH[0]
CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000]
UDBL[2ac] UDBH[0]
CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000]
UDBL[2ac] UDBH[0]
CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000]
UDBL[2ac] UDBH[0]
CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000]
UDBL[2ac] UDBH[0]
Adding Swap: 51184k swap-space (priority -1)
CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000]
UDBL[2ac] UDBH[0]
CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000]
UDBL[2ac] UDBH[0]
CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000]
UDBL[2ac] UDBH[0]
CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000]
UDBL[2ac] UDBH[0]
CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000]
UDBL[2ac] UDBH[0]
CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000]
UDBL[2ac] UDBH[0]
CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000]
UDBL[2ac] UDBH[0]
CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000]
UDBL[2ac] UDBH[0]
Unable to handle kernel paging request at virtual address
0021
tsk->{mm,active_mm}->context = 0435
tsk->{mm,active_mm}->pgd = f8000fa65000
  \|/  \|/
  "@'/ .. \`@"
  /_| \__/ |_\
 \__U_/
mkfs.ext2(64): Oops
TSTATE: f0009606 TPC: 005dc334 TNPC: 005dc338 Y:
00378000Not tainted
g0: f8000effdf65 g1:  g2: 0008 g3:

g4: f800 g5: 0011 g6: f8000f8cc000 g7:
005dc000
o0: 0021 o1: 0030 o2: 0080 o3:

o4: 0080 o5:  sp: f8000f8cee61 ret_pc:
0047a714
l0:  l1: 004411009605 l2: 005e7ae8 l3:
0400
l4:  l5:  l6:  l7:
0008
i0: 0021 i1: f8000fdff408 i2: 0001 i3:
0047a700
i4:  i5: 006f9400 i6: f8000f8cef21 i7:
0045d348
Caller[0045d558]
Caller[004679bc]
Caller[00467a78]
Caller[00467cf4]
Caller[00468030]
Caller[0046893c]
Caller[0046beb4]
Caller[0045a088]
Caller[00465250]
Caller[00410af4]
Caller[7003b2c4]
Instruction DUMP: 02c2800a  9da00942  0246  80a2a080
0243  c1ba2040  c1ba2080  02c2c009 
SABRE0: Correctable Error, primary error type[DMA Read]
SABRE0: syndrome[83] bytemask[00ff] dword_offset[0] was_block(1)
SABRE0: CE AFAR [0e88e000]
SABRE0: CE Secondary errors [(DMA Read)]
SABRE0: Un

Re: Quota-support

2003-05-02 Thread Ben Collins
On Fri, May 02, 2003 at 01:35:57PM +0200, Hans Spaans wrote:
> Hi,
> 
> I'm running a stock 2.4.19 on a Netra T1, but it looks like quota-support
> is missing. Is this correct?

That's intentional. I am not even sure if quota works on sparc64. You
can recompile your kernel to test it though.

-- 
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo   - http://www.deqo.com/



Re: Debian 3.0 on a Netra T1

2003-05-02 Thread Ben Collins
> CPU[0]: Correctable ECC Error AFSR[18830] AFAR[0e88e000] 
> UDBL[2ac] UDBH[0]

THis looks like bad memory. Try reseating the memory modules.

-- 
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
Deqo   - http://www.deqo.com/



Quota-support

2003-05-02 Thread Hans Spaans
Hi,

I'm running a stock 2.4.19 on a Netra T1, but it looks like quota-support
is missing. Is this correct?

Linux bambi 2.4.19 #1 Fri Oct 4 18:36:11 EDT 2002 sparc64 unknown

Thanks,
Hans