Image on the wiki

This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2CHUUWBBKGUKOKGFDPMGC Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable After I did a few simple changes to enable/disable debugging yesterday, images apparently broke on the wiki. 10:51 < dneary> quaid, Hi there 10:51 < dneary> I saw that you had a couple of commits yesterday, and I can't see any other changes in the ovirt web site 10:52 < dneary> But I also saw that the commit you made were completely harmless 10:52 < dneary> However, the ovirt website has no images now (except for the ovirt logo, which is special-cased) 10:52 < dneary> It looks like wgUploadDirectory is not set to data/images= 10:53 < dneary> quaid, Do you have any insights there? I'm about to sign off to put the kids to bed For example: http://www.ovirt.org/File:User_portal_tab_popup.png I've looked and can't yet find where/how this happened. I did a pull, change, commit, and push. In all cases, my local repo reported being synced with the master. I've has this sort of thing happen to me in the past on other projects where a git pull wasn't enough and I needed to do git rebase instead. However, I'm simply not seeing anything changing in the git repo that would explain this, such as a dropping of the $wgUploadDirectory setting.= I just did "git revert 65101d3bd1abe1f4c73e1749e959c8c990308142" and pushed it ... and images are still broken. It looks as if my commit was coincidental. I'll look in to setting the upload directory, etc. - Karsten --=20 Karsten 'quaid' Wade http://TheOpenSourceWay.org .^\ http://community.redhat.com @quaid (identi.ca/twitter/IRC) \v' gpg: AD0E0C41 ------enig2CHUUWBBKGUKOKGFDPMGC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iD8DBQFRw2ki2ZIOBq0ODEERAuP7AJ9Ulyo76R88EaLSm0eI4s213WOzxgCfZ5sM wdvycYJomW7Fc75NZUkh/L4= =8L3H -----END PGP SIGNATURE----- ------enig2CHUUWBBKGUKOKGFDPMGC--

This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2PBGBVKTTMXGFIMFNUKLJ Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 06/20/2013 01:42 PM, Karsten 'quaid' Wade wrote:
=20 It looks as if my commit was coincidental. I'll look in to setting the upload directory, etc.
I tried setting that to no avail.[1] I don't have much in my local data/: du -hs data/ 648K data/ =2E.. and I no longer understand where images are kept in OpenShift for MediaWiki. Ideas? - Karsten git diff aac97a67af1e2ad4922fc1abcf470baaf31f911b 47f6bfd5e82614d9b1f0257d004072b70d6e23b3 diff --git a/php/LocalSettings.php b/php/LocalSettings.php index 9db3269..e69ce5e 100644 --- a/php/LocalSettings.php +++ b/php/LocalSettings.php @@ -301,3 +301,7 @@ $wgSMTP =3D array( 'username' =3D> "my_user_name", // Username to use for SMTP authentication (if being used) 'password' =3D> "my_password" // Password to use for SMTP authentication (if being used) ); + +## Troubleshooting images suddenly breaking +## 2012-06-20 quaid@iquaid.org kwade@redhat.com Karsten 'quaid' Wade +$wgUploadDirectory =3D 'data/images'; --=20 Karsten 'quaid' Wade http://TheOpenSourceWay.org .^\ http://community.redhat.com @quaid (identi.ca/twitter/IRC) \v' gpg: AD0E0C41 ------enig2PBGBVKTTMXGFIMFNUKLJ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iD8DBQFRw2vt2ZIOBq0ODEERAubVAKCm4dsnWzjtBoxebRaGYzPxVIL+KQCggtnJ 7ReYEkuCq7KVyIejKGNFVbE= =xok1 -----END PGP SIGNATURE----- ------enig2PBGBVKTTMXGFIMFNUKLJ--

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, (Catching up with some email backlog - thus the messages about old issues) I fixed this soon after Karsten's message - there was a build script which wasn't running because of a related issue, which created sym links from the image store on persistent storage and the images directory in the wiki. The "fix" was to remove the creation of the sym link from the build file, and add it to git (where it was originally in the quickstart we used). So this was unrelated to the substance of Karsten's commits, except in so far as they cause the build process to run and the symlinks were not created - in reality this was related to the cartridge upgrade which happened for OpenShift at the beginning of June, and which continued to have some issues until recently. Cheers, Dave. On 06/20/2013 10:42 PM, Karsten 'quaid' Wade wrote:
After I did a few simple changes to enable/disable debugging yesterday, images apparently broke on the wiki.
10:51 < dneary> quaid, Hi there 10:51 < dneary> I saw that you had a couple of commits yesterday, and I can't see any other changes in the ovirt web site 10:52 < dneary> But I also saw that the commit you made were completely harmless 10:52 < dneary> However, the ovirt website has no images now (except for the ovirt logo, which is special-cased) 10:52 < dneary> It looks like wgUploadDirectory is not set to data/images 10:53 < dneary> quaid, Do you have any insights there? I'm about to sign off to put the kids to bed
For example:
http://www.ovirt.org/File:User_portal_tab_popup.png
I've looked and can't yet find where/how this happened. I did a pull, change, commit, and push. In all cases, my local repo reported being synced with the master.
I've has this sort of thing happen to me in the past on other projects where a git pull wasn't enough and I needed to do git rebase instead.
However, I'm simply not seeing anything changing in the git repo that would explain this, such as a dropping of the $wgUploadDirectory setting.
I just did "git revert 65101d3bd1abe1f4c73e1749e959c8c990308142" and pushed it ... and images are still broken.
It looks as if my commit was coincidental. I'll look in to setting the upload directory, etc.
- Karsten
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
- -- Dave Neary - Community Action and Impact Open Source and Standards, Red Hat - http://community.redhat.com Ph: +33 9 50 71 55 62 / Cell: +33 6 77 01 92 13 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJR0pyXAAoJECd1qeknDCgg4FwIANZbnTyXFcyP593ti+OIMaHk Z/HShsFhse0qEsA9LGTSzcrDvYci6W6y6D9PT+BM3XT3O+yPt/WhUUYxJ/vclKVb J55jhZKCKE9UdRin6v0RI+hnsqmSmBVi6C3TaDfLCVh9whXVaZRtZXAOQqYtUfQj wJf+7MzDbcFbOx6J3FloeKiPYRCRXadVRCuwrRYhaRQkc6ERf+KTWhFuhwm24AXs tbbHJaHO3GDGyzGvc1Q6EeLyCLz9Y4O8pnQJZ+lwxRWgW+Qur+rgHoAqtC5kVyUI 9AQPQiV3gNiNkrd7qV+XuYf1cKg0wBKKPPOJ7O3J33dwfQXlT7NMlD6sZe53eMg= =nZfb -----END PGP SIGNATURE-----
participants (2)
-
Dave Neary
-
Karsten 'quaid' Wade