Your search query "linkto:"AfsOsd/Issues"" didn't return any results. Please change some terms and refer to HelpOnSearching for more information.
(!) Consider performing a full-text search with your search terms.

Clear message

Issues

Missing token is not handled well

$ osd volumes io -lun 1
RX xdr error
Cannot list volumes
Request aborted.

$ osd createv io 1 536870924
Createvolume failed: RXOSD_create_part ended with 13
Request aborted.

In general, missing privileges are an issue but there is no "friendly output" describing the cause of the problem. Some examples of unprivileged access attempts:

fs osd

Error 13 reading length of metadata

works with r privilege granted to system:anyuser

osd read

RX xdr error \\ Cannot read the object \\ rx_EndCall returns: 13 \\ Request aborted.

requires token

osd volumes

RX xdr error \\ Cannot list volumes \\ Request aborted.

requires token

osd examine

RXOSD_examine failed with code 13 \\ Request aborted.

requires token

Database queries osd listosds and osd servers seem to work unauthenticated.

error messages

cd /afs/ifh.de/testsuite/testosd

fs ls arch-test
f rw-nieprask        3162 2009-08-18 14:19:22 arch-test

fs ls testfile1
f rw-  ffrank  1000000000 2009-06-04 13:46:01 testfile1

fs archive arch-test -osd 4
Could not archive arch-test, error code was 22

fs archive testfile1 -osd 4
Could not archive testfile1, error code was 13

fs ls testfile2
o rw-  ffrank  1000000000 2009-06-04 13:55:40 testfile2

fs archive testfile2 -osd 4
Could not archive testfile2, error code was 13

klog admin

fs archive testfile2 -osd 4
testfile2 done

fs archive testfile2
Could not archive testfile2, error code was 2       ERROR!  Should work

Vicep-access maybe not active

Little Overview of RPC's:

121 write without Vicep-access

131 read without Vicep-access

Other rpc's: http://pfanne.rzg.mpg.de/trac/openAFS-OSD/wiki/Specs