Alex Muller

Results 10 comments of Alex Muller

Hm, I'm not sure what the default would be or where I'd find it. Are the iterations in your file consistent or all they all different?

It looks to me like the text column of the `tn_tweets` is set to `VARCHAR(510)`. My MySQL is a little rusty but I think at least the database should be...

Does the path to `loadtweets.php` contain a space? `50 1 * * * php /server path//tweetnest/maintenance/loadtweets.php` Your crontab syntax is correct, but I think what it means is "run the...

Ah ok, that syntax looks right to me - if you try running that command at the prompt do you get any useful output? ``` php /web/html/xyz/blabla//tweetnest/maintenance/loadtweets.php ```

What do you have in your `inc/config.php` file? You should have lines near the beginning that look something like this: ``` 'consumer_key' => 'A_RANDOM_STRING' 'consumer_secret' => 'A_RANDOM_STRING', 'twitter_screenname' => 'YOUR_USERNAME',...

I was curious about this so I did a little investigating. If the nginx worker process dies it will get respawned by the nginx master (as you'd probably expect). If...

That makes sense, thanks for the detailed reply! I think you're right about the actual solution being to make the container simpler.

I'm not sure the `polyfill.io` domain has any MX records in DNS so I'd be surprised if they received that email.

I am also having this problem with an Inky 7.3 I have a very small `main.py`: ``` import time from picographics import PicoGraphics, DISPLAY_INKY_FRAME_7 as DISPLAY # A short delay...

Do you have examples of things that don't work? [My manifest file](https://github.com/alphagov/gds-boxen/blob/4f94c6e15381aa409c17a8afb4df85189ad7af7b/modules/people/manifests/alexmuller.pp) runs fine and sets things up exactly as I think it should.