Tres,

If you send an ssh key and preferred username along I will add you to the
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.

-Ee

On December 11, 2020 at 3:39:57 PM, M.-A. Lemburg (m...@egenix.com) wrote:

[seems I forgot to use CC and used BCC instead]

Hi Tres,

perhaps Ernest knows where the server is running. I've put him on
CC.

Cheers,
-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Experts (#1, Dec 11 2020)
>>> Python Projects, Coaching and Support ... https://www.egenix.com/
>>> Python Product Development ... https://consulting.egenix.com/
________________________________________________________________________

::: We implement business ideas - efficiently in both time and costs :::

eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48
D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
Registered at Amtsgericht Duesseldorf: HRB 46611
https://www.egenix.com/company/contact/
https://www.malemburg.com/


On 10.12.2020 18:44, Tres Seaver wrote:
> The 'pla...@python.org' mailing list received a report this morning
> that the Planet has not updated since December 07, 2020 04:48 PM UTC
>
> Although I help maintain the planet's repository, I don't have
> any idea who has the keys to get in and diagnose why updates to
> the planet have not occurred.
>
> Can somebody point me to the right list / resource?
>
>
> Tres.
>
_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www
_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to