Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dajhorn
Copy link
Member

@dajhorn dajhorn commented Oct 21, 2011

Several error messages in the ZFS product reference the defunct www.sun.com/msg/ web site, so mirror these articles at the web site for ZFS on Linux.

This branch is intentionally several small commits so that the git history describes how the documentation was obtained from the sun.com archives at the Wayback Machine.

Note that Sun put license blurbs and copyright attributions for this material in HTML comments, which are intact.

This file is from commit:

  openzfs/zfs@6f2255b

It contains the list of error strings that are used to generate links
into the defunct www.sun.com domain.
Strip all code from the C file to obtain a list of errors in plain
text format.
The show_import function in the zpool_main.c file formats the error
message like this:

	if (msgid != NULL)
		(void) printf(gettext("   see: http://www.sun.com/msg/%s\n"),
		    msgid);
Change the URL list to use the Wayback Machine service at the
Internet Archive.

The sun.com domain is currently redirecting into oracle.com, which
returns this error message:

  Failure of server APACHE bridge:

  No backend server available for connection: timed out after 10
  seconds or idempotent set to OFF.
Add the result of `wget $(<zfs_msgid_table.txt)`.

Note that articles ZFS-8000-5E and ZFS-8000-HC are missing.
Keep the CDDL license and copyright attribution intact, but strip all
other non-content, like the page headers and footers.
These two articles are missing.  They are not currently available at
sun.com or oracle.com, and a web search does not return a mirror.
behlendorf added a commit that referenced this pull request Oct 21, 2011
Mirror the ZFS Message ID articles
@behlendorf behlendorf merged commit 8e10ead into zfsonlinux:master Oct 21, 2011
@behlendorf
Copy link
Member

Nice, thanks for doing the legwork and clearly showing where everything came from. Now we just need to do a few updates on the zfs side to reference the new location. The zfsonlinux.org website should pick up the changes shortly.

behlendorf added a commit that referenced this pull request Feb 21, 2014
This is documentation is referenced by both the 'zpool status' and
'zpool import'.  It should clearly describe any errata which is
encountered and provide advice on to administrator on how to handle
it.

Signed-off-by: Brian Behlendorf <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants