jonnyb: joined #tikiwiki
polomonday
joined #tikiwiki
joined #tikiwiki robertokir: joined #tikiwiki jonnyb: joined #tikiwiki Tiki|bot: Recent Bug: - Plugin List GUI failed to save edited values - http://dev.tiki.org/item7069-Plugin-List-GUI-failed-to-save-edited-values Jyhem: pom pom
hi jonnyb: I'm unale to see anything strange in your commit.
Is it better now or there need for… doing something? jonnyb: hi Jyhem
nope, still no openlayers/openlayers on https://composer.tiki.org/ - it's a mystery
do you still have access to that server? Or do i maybe? -: jonnyb meanwhile checks https://dev.tiki.org/item7069-Plugin-List-GUI-failed-to-save-edited-values Jyhem: sorry, back now -: Jyhem looks at composer server Jyhem: nope, no jonny among logins jonnyb: hmmm, can't seem to log into dev - i got the CSRF error three times, then it seemed to work, but the page i want to edit https://dev.tiki.org/Tiki20 says i'm not logged in, but https://dev.tiki.org/login says i am... -: jonnyb is actually quite glad about no login ;)
Jyhem sees we have a last_update_satis.log file. Where would you like it ? jonnyb: yes please Jyhem :)
Most weird, other pages on dev are ok, and viewing the source of Tiki20 says i'm logged in but viewing the page says i'm anon - presumably the $user var is being reset somewhere... -: Jyhem doesn't think the two issues are related :-) Here is the last log: https://composer.tiki.org/last_update_satis.log Jyhem: That's the output of the cron which is done every 10 minutes: /etc/local/satis/update_satis.sh > /var/local/composer.tiki.org/last_update_satis.log jonnyb: also odd - no openlayers/openlayers at all, can you check the satis.json there, is my commit in it? Jyhem: I see no satis.json. Do you mean packages.json? jonnyb: aha, i did a curl https://github.com/openlayers/openlayers/releases/download/v5.3.0/v5.3.0-dist.zip and it gets redirected to an amazon html message
oh, doesn't it get the info for the pagackes from trunk/doc/devtools/satis.json? (that's where i added the ol package) Jyhem: hmmm
yes, it does.
Seems the locate command is fooling me (according to the script /etc/local/satis/update_satis.sh jonnyb: meanwhile, it seems that zip gets a 302 redirect to github-production-release-asset-2e65be.s3.amazonaws.com so presumably satis gets lost at some point :( Jyhem: A mystery for another time: yes, I did find satis.json.prev jonnyb: as does the ol3 zip now, maybe github have changed the location of these zips now but it worked a long time ago when ol3 was added (and the others)
hmmm Jyhem: Anything I should look at in satis.json.prev or are you further ahead in investigations jonnyb: is openlayers/openlayers in it? Jyhem: root@hetzner01 /var/local/composer.tiki.org/www # grep openlayers /var/local/composer.tiki.org/bin/satis/satis.json.prev
"name": "openlayers/ol3",
"url": "https://github.com/openlayers/ol3/releases/download/v3.6.0/v3.6.0-dist.zip",
"name": "openlayers/openlayers",
"url": "https://github.com/openlayers/openlayers/releases/download/v5.3.0/v5.3.0-dist.zip",
"openlayers/ol3": ">=3.6.0", -: Jyhem guesses "yes" jonnyb: thanks, looks like the commit made it that far then, i think it's to do with github and the redirect thing
is there no satis error log? Jyhem: not that I know jonnyb: that may be related https://github.com/lukaszlach/satis-server/issues/3 Jyhem: I saw no error log and the sdterr output (mailed to root) is:
| - Installing npm-asset/color-name (dev-master 4536ce5): Cloning 4536ce5944
| - Installing npm-asset/uri-js (dev-master 4f6f600): Cloning 4f6f600fad
| - Installing npm-asset/uri-js (3.x-dev baf0133): Cloning baf013376a
So, it looks unrelated jonnyb: hmmm, ok, thanks - i think the redirect thing is the problem (which will cause lots of issues as we have a lot of github zips listed in there)
is there a cache you could (partially) clear? like just the openlayers/openlayers dir?
maybe then we would see an error Jyhem: yes, we have all files in a local cache jonnyb: anything for openlayers/openlayers?
just thought if another way to investigate, i'll try adding it to my local composer.json and see what happens Jyhem: root@hetzner01 /var/local/composer.tiki.org/www # ll dist/openlayers
total 348
drw-r-s--- 3 root www-data 4096 Sep 18 2018 ./
drwxr-s--- 191 root www-data 344064 Mar 27 17:30 ../
drwxr-s--- 2 root www-data 4096 Sep 18 2018 ol3/ jonnyb: hmmm Jyhem: There does not seem to be a "wrong" openlayers/openlayers thing I could delete
A candidate for the "problematic" folder?
root@hetzner01 /var/local/composer.tiki.org/www # ll problematic/
total 17804
drwxr-s--- 2 root www-data 4096 Sep 18 2018 ./
drwxr-s--- 5 root www-data 4096 Apr 29 15:58 ../
-rw-r----- 1 root www-data 1800118 Sep 18 2018 AnythingSlider-v1.9.2.zip
-rw-r----- 1 root www-data 1803193 Sep 18 2018 AnythingSlider-v1.9.4.zip
-rw-r----- 1 root www-data 1802224 Sep 18 2018 AnythingSlider-v1.9.6.zip
-rw-r----- 1 root www-data 825 Sep 18 2018 index.html
-rw-r----- 1 root www-data 932792 Sep 18 2018 jquery-validation-1.13.1.zip
-rw-r----- 1 root www-data 678516 Sep 18 2018 tablesorter-v2.14.4.zip
-rw-r----- 1 root www-data 1355896 Sep 18 2018 tablesorter-v2.17.2.zip
-rw-r----- 1 root www-data 1540438 Sep 18 2018 tablesorter-v2.21.2.zip
-rw-r----- 1 root www-data 2024995 Sep 18 2018 tablesorter-v2.25.7.zip
-rw-r----- 1 root www-data 1944762 Sep 18 2018 tablesorter-v2.26.6.zip
-rw-r----- 1 root www-data 4316963 Sep 18 2018 zetacomponents-Webdav-1.1.3-0-g2057c28.zip
OK, /me needs to get some work done. jonnyb: i think those were ones that were no longer available so we had to host to maintain old branches -: Jyhem stays logged into the server, just shout if I need to run commands jonnyb: yup, me too, thanks for looking :)
thanks for that too
finally, adding it directly to composer.json worked fine - dull Jyhem: Issue solved? jonnyb: Not really Jyhem, we need it on composer.tiki to include it in a release really, i was just trying to see if the redirect messed it up, but that was fine, so it muf
oop, must be something else
anyway, also need to get back to more urgent client stuff too, will try again later (i remember once i set up a local satis to debug something, wonder if i kept notes) lincolna: joined #tikiwiki seamymsg: joined #tikiwiki rsevero: joined #tikiwiki
Hi, how can I set a non default port for my Tikiwiki database connection? slowtobi: joined #tikiwiki -: Jyhem wonders Jyhem: maybe add it after the hostname? Like "remotehost:2255" ?