Gregg C Levine | 1 Nov 2008 16:27
Picon

New Intel NetBSD system running

Hello!
Not that it matters but I've gone ahead and reconfigured one of my systems
to be running NetBSD.

He's currently running version 4.0.1 and I am now building from the most
recent package source blob those utilities and things that are considered
useful by myself and the machines.

I confess that I haven't run NetBSD on Intel since the 1.4 days so it was a
relief to see a working DHCP IP address resolution service here, (of course
replacing the router was a big help) and discovered that the installer was
also gradually re-written.

This was done to facilitate setting up NetBSD to run on a handheld unit.
(HPCARM distribution.)
--
Gregg C Levine hansolofalcon <at> worldnet.att.net
"The Force will be with you always." Obi-Wan Kenobi
  

monitorteknica | 2 Nov 2008 12:05
Picon
Favicon

Monitores-Solucion.servicio tecnico-reemplazo.LCD-TRC-mq1


Charles H Dickman | 4 Nov 2008 00:05
Favicon

Installing -current - RZ28 bad sectors

I have been trying to get NetBSD/VAX -current installed on my VS4000/90. 
The install succeeded, but the resulting system would not boot because 
there was a read error on an RZ28.

So, do RZ28 do any kind of bad sector replacement internally? If the 
answer is yes, then the disk is dead. If not how is this handled? I 
don't see to many disk scanning utilities in NetBSD.

Johnny Billquist | 4 Nov 2008 00:43
Picon

Re: Installing -current - RZ28 bad sectors

Charles H Dickman wrote:
> I have been trying to get NetBSD/VAX -current installed on my VS4000/90. 
> The install succeeded, but the resulting system would not boot because 
> there was a read error on an RZ28.
> 
> So, do RZ28 do any kind of bad sector replacement internally? If the 
> answer is yes, then the disk is dead. If not how is this handled? I 
> don't see to many disk scanning utilities in NetBSD.

It's a normal SCSI drive. SCSI do bad block replacement internally.
It might be worth to try and reformat the drive, but otherwise it's toast.

	Johnny

Anders Magnusson | 4 Nov 2008 09:12
Picon

Re: Installing -current - RZ28 bad sectors

Johnny Billquist wrote:
> Charles H Dickman wrote:
>> I have been trying to get NetBSD/VAX -current installed on my
>> VS4000/90. The install succeeded, but the resulting system would not
>> boot because there was a read error on an RZ28.
>>
>> So, do RZ28 do any kind of bad sector replacement internally? If the
>> answer is yes, then the disk is dead. If not how is this handled? I
>> don't see to many disk scanning utilities in NetBSD.
> 
> It's a normal SCSI drive. SCSI do bad block replacement internally.
> It might be worth to try and reformat the drive, but otherwise it's toast.
> 
Depending on where the read error is, it might be possible to use badsect to
avoid using the bad sector.

-- Ragge

Michael L. Hitch | 4 Nov 2008 19:51

Re: Installing -current - RZ28 bad sectors

On Tue, 4 Nov 2008, Anders Magnusson wrote:

> Johnny Billquist wrote:
>> Charles H Dickman wrote:
>>> So, do RZ28 do any kind of bad sector replacement internally? If the
>>> answer is yes, then the disk is dead. If not how is this handled? I
>>> don't see to many disk scanning utilities in NetBSD.
>>
>> It's a normal SCSI drive. SCSI do bad block replacement internally.
>> It might be worth to try and reformat the drive, but otherwise it's toast.
>>
> Depending on where the read error is, it might be possible to use badsect to
> avoid using the bad sector.

   Just use scsictl reassign?

   Also, I don't think scsi drives do bad block replacement on reads unless 
they are able to recover the data.  Bad block replacement is controlled 
through one of the scsi mode pages, and could be disabled on the RZ28.  I
don't have one handy to check at the moment, but I'm pretty sure I've got
some around someplace.

   I've used dd to scan disks looking for unreadable blocks, and then used
dd to write the single bad block, which will sometimes cause bad block 
replacement to occur.  If the errors persist, I have used scsi reassing at
times.

--
Michael L. Hitch			mhitch <at> montana.edu
Computer Consultant
(Continue reading)

dvd07102008@gmail.com | 10 Nov 2008 03:37
Picon

DVD MOVIES NUEVOS TITULOS EN DVD

NOVEDADES DVD MOVIES 10 de Noviembre!!
SUPER ESTRENOS EN DVD
dvd07102008 <at> gmail.com
NO SON SCREEN DE CINE, son copia de DVD
Pedidos a dvd07102008 <at> gmail.com 
Pida el Listado en Excell completo con mas de 1500 titulos

1460	Dos Dias en Paris
1461	Harold and Kumar - Escape from Guantanamo Bay
1462	Siete Años
1463	La Conspiracion
1464	El amor en los Tiempos de Colera
1465	Chicas Materiales
1466	Angela
1467	En el punto de Mira
1468	Petroleo Sangriento
1469	Socios del Crimen
1470	Intriga en Berlin
1471	21 Black Jack (RECOMENDADA)
1472	Mutant Chronicles
1473	El Reino de los Cielos
1474	Crimen y Lujuria
1475	Apariciones
1476	Jumper
1477	El Arte de Matar
1478	Ausente
1479	Une Vielle Maitresse
1480	Miss Conception
1481	American Crude
1482	Dooms Day
(Continue reading)

Charles H Dickman | 11 Nov 2008 23:33
Favicon

Re: Installing -current - RZ28 bad sectors

Michael L. Hitch wrote:
> On Tue, 4 Nov 2008, Anders Magnusson wrote:
>
>> Johnny Billquist wrote:
>>> Charles H Dickman wrote:
>>>> So, do RZ28 do any kind of bad sector replacement internally? If the
>>>> answer is yes, then the disk is dead. If not how is this handled? I
>>>> don't see to many disk scanning utilities in NetBSD.
>
>   Just use scsictl reassign?
>
Close, but that did not seem to work. I tried to reassign the bad 
blocks, but although it added blocks to the grown defects list, I was 
not able to determine if they were the blocks that asked to be 
reassigned and it also did not stop those blocks from having read 
errors. I settled on scsictl /dev/sd2 format and it seems to have worked 
like a charm. I see no read errors when reading the entire disk now.

Thanks,

Chuck

Charles H Dickman | 11 Nov 2008 23:48
Favicon

slow pkgsrc installs

Now that I have a NetBSD/VAX system running again, I see that installing 
from pkgsrc is VERY slow. It seems to spend most of the time running 
configure and testing the same things over and over again. Is there a 
way to make configure cache its findings? Or can pkgsrc be 
cross-compiled as easily as the base system?

-chuck

Charles H Dickman | 11 Nov 2008 23:38
Favicon

Re: vax port status

John Klos wrote:
>
> I'm running 4.99.73 on one of my VAXstation 4000/60s, and it has been 
> compiling non-stop, running Apache, BIND 9.5, and other things, with 
> no problems at all.
>
I have to agree. I have not found any problems so far in cross compiling 
and then installing the base -current system. I have begun to install 
packages with no trouble so far.

-chuck


Gmane