This file is indexed.

/usr/share/pyshared/allmydata/web/map-update-status.xhtml is in tahoe-lafs 1.9.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html xmlns:n="http://nevow.com/ns/nevow/0.1">
  <head>
    <title>Tahoe-LAFS - Mutable File Servermap Update Status</title>
    <link href="/tahoe.css" rel="stylesheet" type="text/css"/>
    <link href="/icon.png" rel="shortcut icon" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
  <body>

<h1>Mutable File Servermap Update Status</h1>

<ul>
  <li>Started: <span n:render="started"/></li>
  <li>Finished: <span n:render="finished"/></li>
  <li>Storage Index: <span n:render="si"/></li>
  <li>Helper?: <span n:render="helper"/></li>
  <li>Progress: <span n:render="progress"/></li>
  <li>Status: <span n:render="status"/></li>
</ul>

<h2>Update Results</h2>
<ul>
  <li n:render="problems" />
  <li>Timings: <span n:render="timing_chart" /></li>
  <ul>
    <li>Total: <span n:render="time" n:data="time_total" /></li>
    <ul>
      <li>Initial Queries: <span n:render="time" n:data="time_initial_queries" /></li>
      <li n:render="privkey_from" />
      <li>Cumulative Verify: <span n:render="time" n:data="time_cumulative_verify" /></li>
    </ul>
    <li n:render="server_timings" />
  </ul>
</ul>

<div>Return to the <a href="/">Welcome Page</a></div>

</body></html>