Email or username:

Password:

Forgot your password?
Top-level
Eugen Rochko

@jeff @Claire Okay, let's try this: Change Sidekiq log level to debug (you can add RAILS_LOG_LEVEL=debug to .env.production and restart Sidekiq), then watch the logs with:

journalctl -u mastodon-sidekiq -f

And try uploading a GIF. You should see output similar to when running stuff from the console. And you should notice at which step it hangs...

7 comments
jeff replied to Eugen

@Gargron @Claire ok I had to use zerobin (because pastebin said it contained adult languege) sorry if this isnt very readable:

zerobin.net/?f1a9cd18ffded8dc#

uploaded image around 10:23A system time if that helps you find it. but there is a ton of info there about other statuses.

according to my sidekiq gui, the stuck worker has TID of gokotqmd8

Eugen Rochko replied to jeff

@jeff @Claire Question, does your mastodon-sidekiq.service systemd file contain "SystemCallFilter" line? Just wondering the version you copied when installing...

jeff replied to Eugen

@Gargron @Claire it does, here is the full file:

pastebin.com/taAKLsVB

vi /etc/systemd/system/mastodon-sidekiq.service

Eugen Rochko replied to jeff

@jeff @Claire Can you try replacing it with this file: github.com/tootsuite/mastodon/

Then restarting Sidekiq this way:

systemctl daemon-reload
systemctl restart mastodon-sidekiq

jeff replied to Eugen

@Gargron @Claire

sure, looks like theres two now in the gui. do you want me to try to upload again - with the detailed log?

Eugen Rochko replied to jeff

@jeff @Claire You might want to `kill 3972` since it seems to be stuck. But my suspicion is that things should work now

jeff replied to Eugen

@Gargron @Claire you're right it just went away sorry

Go Up