Displaying 3 results from an estimated 3 matches for "celeborn".
2007 Oct 27
14
X4500 device disconnect problem persists
After applying 125205-07 on two X4500 machines running Sol10U4 and
removing "set sata:sata_func_enable = 0x5" from /etc/system to
re-enable NCQ, I am again observing drive disconnect error messages.
This in spite of the patch description which claims multiple fixes
in this area:
6587133 repeated DMA command timeouts and device resets on x4500
6538627 x4500 message logs contain multiple
1999 Oct 05
0
smbclient tar restore problem (linkflag) from tape-drive
...ing smbclient (Samba v2.05a)
running on Solaris 2.5.1 to restore a tar file from a tape drive
onto a Win NT share.
smbclient works successfully when using a tar file on disk,
but is skipping the tar file (created by a third party)
on the tape drive.
The command used is as follows:
smbclient //celeborn/test -U peter -T x /dev/rmt/0
The problem seems to be that the linkflag obtained from the
tape drive is not handled and the file is skipped. The
linkflag appears to be NULL - the code wonders whether it
could be a "gnu tar archive?".
>From reading the code in "clitar.c"...
1999 Oct 05
0
SAMBA digest 2259
...ris 2.5.1 to restore a tar file from a tape drive
> onto a Win NT share.
>
> smbclient works successfully when using a tar file on disk,
> but is skipping the tar file (created by a third party)
> on the tape drive.
>
> The command used is as follows:
>
> smbclient //celeborn/test -U peter -T x /dev/rmt/0
>
> The problem seems to be that the linkflag obtained from the
> tape drive is not handled and the file is skipped. The
> linkflag appears to be NULL - the code wonders whether it
> could be a "gnu tar archive?".
>
> >From readi...