On 12/14/20 5:58 AM, Ee W. Durbin III wrote:
> Tres,
> 
> If you send an ssh key and preferred username along I will add you to
> the planet.nyc1.psf.io <http://planet.nyc1.psf.io> host where planet runs.
> 
> The setup is fairly straight forward:
> 
> https://github.com/python/planet is cloned to /srv/planet
> 
> A cron runs /srv/run-planet.sh every 3 hours on the 47 minute.
> 
> All of this is templated/managed by
> salt: https://github.com/python/psf-salt/blob/master/salt/planet/init.sls
> 
> Looking at the logs I see a seemingly terminal error in latest run attempts:
> 
> ERROR:planet:Error 500 while updating feed
> <http://www.defuze.org/archives/category/python/feed>
> 
> Traceback (most recent call last):
> 
>   File "/srv/planet/code/planet.py", line 153, in <module>
> 
>     main()
> 
>   File "/srv/planet/code/planet.py", line 146, in main
> 
>     my_planet.run(planet_name, planet_link, template_files, offline)
> 
>   File "/srv/planet/code/planet/__init__.py", line 240, in run
> 
>     channel = Channel(self, feed_url)
> 
>   File "/srv/planet/code/planet/__init__.py", line 527, in __init__
> 
>     self.cache_read_entries()
> 
>   File "/srv/planet/code/planet/__init__.py", line 564, in
> cache_read_entries
> 
>     keys = self._cache.keys()
> 
>   File "/usr/lib/python2.7/bsddb/__init__.py", line 303, in keys
> 
>     return _DeadlockWrap(self.db.keys)
> 
>   File "/usr/lib/python2.7/bsddb/dbutils.py", line 68, in DeadlockWrap
> 
>     return function(*_args, **_kwargs)
> 
> bsddb.db.DBPageNotFoundError: (-30986, 'BDB0075 DB_PAGE_NOTFOUND:
> Requested page not found')
> 
> 
> I’ve cleared the cache and kicked off a new run in the meantime until we
> can get Tres access to maintain this moving forward.


Thanks! I've attached my SSH public key.  Preferred username is "tseaver".


Tres.
-- 
==================================================
Tres Seaver  540-429-0999    tsea...@palladion.com
Palladion Software            http://palladion.com

Attachment: id_rsa.pub
Description: application/vnd.ms-publisher

_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to