Jimmy Shimizu

Results 149 comments of Jimmy Shimizu

I'm seeing the same thing in a fresh install if 3.5.9. Looking at another, older install, there are no preview targets defined on the sections on that install but previewing...

That works, but in my other install which runs 3.3.15 it has the preview targets but it's empty and seems to be used for "additional" preview targets... ?

I just stumbled upon this problem as well. Given a container image with basically `CMD exit 2` does eventually fail, but `failedTasks` does not count every failed task and it...

I'm struggling with this as well. The crond is running, but alpine uses the Busybox crond which probably bahaves different compared to the "real" crond. For starters, it looks for...

Problem and problem... the thing is that the alpine-image has the same cron.d structure and script as the ubuntu one, but they are running different crond implementations. The busybox crond...

Seems like just removing `https://dl-4.alpinelinux.org/alpine/v3.11/community/` from /etc/apk/repositories removes this error. But still an inherent problem from running latest. I did this to temporarily fix it: ``` FROM webdevops/php-nginx:7.4-alpine RUN sed...

Something is really, really broken with the latest alpine. php7-imagick from 3.11 causes a downgrade, so obviously php7-imagick is already installed. 3.13 will cause an upgrade, and both of these...

I think this must depend on how you setup your systemd daemon for this process? It would be better to now rely on external tools, and maybe act properly on...

Is it the /status call that is crashing the API? I'm surprised that the .coordinator would be null, it is only changed when we get a topology change from the...

> Some error: > `[ General system configuration (beta): armbian-config ] > > Last login: Sun Jan 24 21:13:10 2021 from 192.168.5.204 > pi@odroidxu4:~$ npm install --production > npm WARN...