Re: dump on current broken -- master/slave protocol botched

2002-06-06 Thread Manfred Antar

At 09:30 AM 6/6/2002 -0700, David O'Brien wrote:
>On Wed, Jun 05, 2002 at 08:01:54PM -0700, Manfred Antar wrote:
>> I have been using the following command to dump for months with no problem:
>> dump 0fua /dev/nsa0 /dev/da0s1a
>> 
>> for the past few weeks I get this:
>> (bin)504}dump 0fua /dev/nsa0 /dev/da0s1a
>>   DUMP: Date of this level 0 dump: Wed Jun  5 19:54:04 2002
>>   DUMP: Date of last level 0 dump: the epoch
>>   DUMP: Dumping /dev/da0s1a (/) to /dev/nsa0
>>   DUMP: mapping (Pass I) [regular files]
>>   DUMP: mapping (Pass II) [directories]
>>   DUMP: estimated 67590 tape blocks.
>>   DUMP: dumping (Pass III) [directories]
>>   DUMP: dumping (Pass IV) [regular files]
>>   DUMP: master/slave protocol botched.
>>   DUMP: The ENTIRE dump is aborted.
>
>I am seeing this also. :-(  Is your world & kernel in sync.  I must admit
>my kernel is May 17 (been avoiding some suspicious problems in SMP
>kernels); but world is Jun 3rd. 

Everything in sync and current.
Dump from May 3rd works

==
||  [EMAIL PROTECTED]   ||
||  Ph. (415) 681-6235  ||
==


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: dump on current broken -- master/slave protocol botched

2002-06-06 Thread David O'Brien

On Wed, Jun 05, 2002 at 08:01:54PM -0700, Manfred Antar wrote:
> I have been using the following command to dump for months with no problem:
> dump 0fua /dev/nsa0 /dev/da0s1a
> 
> for the past few weeks I get this:
> (bin)504}dump 0fua /dev/nsa0 /dev/da0s1a
>   DUMP: Date of this level 0 dump: Wed Jun  5 19:54:04 2002
>   DUMP: Date of last level 0 dump: the epoch
>   DUMP: Dumping /dev/da0s1a (/) to /dev/nsa0
>   DUMP: mapping (Pass I) [regular files]
>   DUMP: mapping (Pass II) [directories]
>   DUMP: estimated 67590 tape blocks.
>   DUMP: dumping (Pass III) [directories]
>   DUMP: dumping (Pass IV) [regular files]
>   DUMP: master/slave protocol botched.
>   DUMP: The ENTIRE dump is aborted.

I am seeing this also. :-(  Is your world & kernel in sync.  I must admit
my kernel is May 17 (been avoiding some suspicious problems in SMP
kernels); but world is Jun 3rd.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



dump on current broken -- master/slave protocol botched

2002-06-05 Thread Manfred Antar

I have been using the following command to dump for months with no problem:
dump 0fua /dev/nsa0 /dev/da0s1a

for the past few weeks I get this:
(bin)504}dump 0fua /dev/nsa0 /dev/da0s1a
  DUMP: Date of this level 0 dump: Wed Jun  5 19:54:04 2002
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping /dev/da0s1a (/) to /dev/nsa0
  DUMP: mapping (Pass I) [regular files]
  DUMP: mapping (Pass II) [directories]
  DUMP: estimated 67590 tape blocks.
  DUMP: dumping (Pass III) [directories]
  DUMP: dumping (Pass IV) [regular files]
  DUMP: master/slave protocol botched.
  DUMP: The ENTIRE dump is aborted.
(bin)505}

I restored dump from a tape from 5/3/2002 and it works fine :
(bin)506}old.dump 0fua /dev/nsa0 /dev/da0s1a
  DUMP: Date of this level 0 dump: Wed Jun  5 19:56:05 2002
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping /dev/da0s1a (/) to /dev/nsa0
  DUMP: mapping (Pass I) [regular files]
  DUMP: mapping (Pass II) [directories]
  DUMP: estimated 68395 tape blocks.
  DUMP: dumping (Pass III) [directories]
  DUMP: dumping (Pass IV) [regular files]
  DUMP: DUMP: 68070 tape blocks on 1 volume
  DUMP: finished in 82 seconds, throughput 830 KBytes/sec
  DUMP: level 0 dump on Wed Jun  5 19:56:05 2002
  DUMP: Closing /dev/nsa0
  DUMP: DUMP IS DONE

The hardware is SCSI adaptec controller:
ahc0:  
port 0xfc00-0xfcff mem 0xffbea000-0xffbeafff irq 10 at device 9.0 on pci0
aic7880: Ultra Wide Channel A, SCSI Id=7, 16/253 SCBs

Disk:
da0 at ahc0 bus 0 target 0 lun 0
da0:  Fixed Direct Access SCSI-2 device 
da0: 20.000MB/s transfers (20.000MHz, offset 15), Tagged Queueing Enabled
da0: 8683MB (17783112 512 byte sectors: 255H 63S/T 1106C)

Tape drive HP DDS2:
sa0 at ahc0 bus 0 target 4 lun 0
sa0:  Removable Sequential Access SCSI-2 device 
sa0: 10.000MB/s transfers (10.000MHz, offset 15)

Manfred



==
||  [EMAIL PROTECTED]   ||
||  Ph. (415) 681-6235  ||
==


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message