Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Trac Trac
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #34364

Closed (moved)
(moved)
Open
Created Jun 02, 2020 by Damian Johnson@atagar

Stem website down

Hi lovely sysadimins. Today I noticed that Stem's website is down...

https://stem.torproject.org/

The www directory on staticforme has the appropriate content...

stem@staticiforme:~$ ls /home/stem/www
_images   _sources  api       change_log.html  download.html  genindex.html  objects.inv       search.html     tutorials
_modules  _static   api.html  contents.html    faq.html       index.html     py-modindex.html  searchindex.js  tutorials.html

Per chance did someone revoke the stem user's sudoer access? When I run Stem's website replubication script its mirroradm upload encounters a password prompt where I don't believe it previously did...

stem@staticiforme:~$ cat /home/stem/build_site 
#!/bin/sh

export PATH=/home/stem/bin:$PATH
export PYTHONPATH=/home/stem/lib/python

cd /home/stem/stem
git pull

cd docs
make clean
make html

sudo -u mirroradm static-master-update-component stem.torproject.org
echo "$(date)" > /home/stem/site_last_built
stem@staticiforme:~$ ./build_site 
Already up to date.
rm -rf _build/*
sphinx-build -b html -d _build/doctrees   . _build/html
Making output directory...
Running Sphinx v1.1.3
...
build succeeded, 47 warnings.

Build finished. The HTML pages are in _build/html.
[sudo] password for stem on staticiforme: 

If you'd like for us to adjust something with regard to our website republication I'm all ears, but in the meantime I'd appreciate if we restored the website.

Thanks!

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking