*** tpb has joined #timvideos | 00:01 | |
iiie | CarlFK: re DNS gods: yes, no more lines, more on existing lines; "server_name videos.example.com;" -> "server_name videoes.example.com example.ndv.com;" | 03:50 |
---|---|---|
*** parx has left #timvideos | 04:35 | |
*** hyades has joined #timvideos | 04:59 | |
*** mithro has joined #timvideos | 05:31 | |
CarlFK | iiie: thanks | 05:43 |
mithro | hey CarlFK | 05:45 |
mithro | how are things going? | 05:45 |
mithro | CarlFK, your doing ChiPy this week? | 05:45 |
CarlFK | yep | 05:46 |
CarlFK | I am editing too much video :) | 05:46 |
CarlFK | I get an email "Melissa Lewis has requested that her lightning talk [video] not be posted. " | 05:47 |
CarlFK | so I have been digging into all the lighting talks looking for her | 05:47 |
CarlFK | I am off to bed - see ya in 7 hours | 05:58 |
mithro | see ya | 05:58 |
*** mithro has quit IRC | 06:34 | |
*** mithro has joined #timvideos | 09:12 | |
*** mithro has quit IRC | 10:25 | |
*** hyades has quit IRC | 10:32 | |
*** hyades has joined #timvideos | 10:44 | |
*** mithro has joined #timvideos | 11:29 | |
*** CarlFK has quit IRC | 12:48 | |
*** CarlFK has joined #timvideos | 12:51 | |
CarlFK | im up | 12:52 |
CarlFK | mithro: new firmware? | 12:52 |
mithro | middle of this week | 13:07 |
CarlFK | k | 13:10 |
CarlFK | http://www.jwz.org/blog/2013/06/kneecapping-hdcp/ " I need to convert HDMI to DVI-D with forged HDCP credentials." | 13:11 |
tpb | <http://ln-s.net/-FEY> (at www.jwz.org) | 13:11 |
CarlFK | would what we are doing help? | 13:11 |
CarlFK | hdmi 2 usb 2 gstswitch 2 collector to encoder 2 player 2 projector ! | 13:13 |
CarlFK | that might be more twos than he wants :) | 13:14 |
mithro | actually | 13:21 |
mithro | you can buy them | 13:21 |
mithro | http://www.hdfury.com/products/hdfuryiii-specs/ | 13:23 |
tpb | Title: HDfury.com HDFury3 Specs (at www.hdfury.com) | 13:23 |
mithro | infact that is the first link on the blog | 13:23 |
CarlFK | http://www.hdfury.com/hdmi-hdcp/hdcp-dmca-and-us/ "...products bought by HT hobbyists for legal use, the very same person who are buying HD channel subscription," | 13:28 |
tpb | <http://ln-s.net/-FEo> (at www.hdfury.com) | 13:28 |
CarlFK | what is HT? | 13:28 |
mithro | home theater | 13:37 |
CarlFK | ah, thanks | 13:42 |
Sewar | Just found this www.edidreader.com | 13:56 |
*** hyades has quit IRC | 14:18 | |
*** mithro has quit IRC | 14:39 | |
CarlFK | iiie: I am guessing this is a bug in richard.. but i bet it is caused by having 2 server hostsnames so before I go poking will I want your take on it..got a sec? | 15:15 |
*** parx has joined #timvideos | 15:42 | |
iiie | CarlFK: Sure, where and what? | 16:22 |
CarlFK | im stuck in a loop | 16:23 |
iiie | URL redirect loop, can you get me on of the URLs? | 16:23 |
CarlFK | http://writethedocs.nextdayvideo.com - I auth with persona, now http://writethedocs.nextdayvideo.com/browserid/login/ says | 16:23 |
tpb | <http://ln-s.net/-FII> (at writethedocs.nextdayvideo.com) | 16:23 |
CarlFK | Server Error Something has happened on the server. Here's a link to the home page. http://writethedocs.nextdayvideo.com/ | 16:24 |
tpb | Title: Write the Docs Videos (at writethedocs.nextdayvideo.com) | 16:24 |
CarlFK | anything i do takes me to that page | 16:24 |
CarlFK | I am guessing it is because the persona auth is for videos.writethedocs.org | 16:25 |
iiie | If I had to bet, I'd say the settings file | 16:25 |
iiie | yeah | 16:25 |
iiie | Want me to change it? | 16:25 |
iiie | the persona thing is domain specific, somewhere there is probably an option to specify more domains... | 16:26 |
iiie | (in persona's integration code -- javascript or templates, I don't expect a setting in django to do it) | 16:27 |
CarlFK | yeah - I don't know where to start | 16:27 |
iiie | Checking the requirements file I see django-browserid (which is personas) so I'll check that. If I don't fine anything in 10 minutes, I'll change the domain in the settings file. | 16:28 |
iiie | Looks like the site reference is more of a hack and browser id / personas doesn't use it. | 16:31 |
CarlFK | speaking of sites.. I thin the site app needs soemthing filled in so that "view on site" works ? | 16:32 |
iiie | yes | 16:33 |
iiie | ha! | 16:40 |
iiie | so I was mostly right, changing the setting to a list! | 16:40 |
iiie | CarlFK: Turning debug back off, but it should work now. | 16:42 |
iiie | (works for me now) | 16:42 |
iiie | CarlFK: to restart the code / gunicorn / supervisor workers "sudo supervisorctl restart wtd" | 16:43 |
iiie | (I ran it, just sharing the knowledge) | 16:43 |
iiie | Updated /admin/sites/site/1/ | 16:45 |
CarlFK | yipee | 16:46 |
CarlFK | can you do the same for ps1 | 16:46 |
CarlFK | how do I give someone an admin account? | 16:46 |
CarlFK | like I don't get how persona works with that | 16:46 |
iiie | add the email address they are using as a user, or modify their user to be staff | 16:47 |
iiie | users login by persona / browser id, permissions in django.auth.user | 16:47 |
iiie | mark them as staff and they can get to the admin, mark them as super user and they can change EVERYTHING | 16:48 |
iiie | view on site isn't working for me | 16:48 |
iiie | Fixed, something was making a silly assumption about what domain name was | 16:49 |
CarlFK | how did you fix | 16:49 |
iiie | removed http:// from the start of the domain name in sites (which is valid for most apps) | 16:51 |
iiie | I don't know what made the assumption | 16:52 |
iiie | CarlFK: FOR PS1 (I've done it, just sharing) to restart the code / gunicorn / supervisor workers "sudo supervisorctl restart ps1" | 16:54 |
iiie | for PS1's display name, Pumping Station One, Pumpingstation One, Pumpingstation 1, Pumping Station 1? | 16:54 |
CarlFK | [email protected] user: tsaylor ... um.. do I set a password ? | 16:55 |
iiie | You can, but it won't make a difference (it isn't used) | 16:55 |
CarlFK | beats me. whatever is there, and I'll let Tim here ask me to change it | 16:55 |
iiie | That works, I'll check their page | 16:56 |
iiie | oh, I like that even more | 16:56 |
iiie | ps1's is working too | 16:57 |
CarlFK | crap - all that work and i see I added tim to wtd | 16:57 |
iiie | I could modify the admin template's header and make a pull request to cut down on the confusion (site name in the admin would make it clearer where you are in a given tab/window) | 17:00 |
CarlFK | na | 17:01 |
iiie | CarlFK: unless you've something pressing right now, I'll be available again in a half hour. | 17:01 |
CarlFK | I think I am ok - thanks | 17:01 |
iiie | np | 17:01 |
*** Sewar has quit IRC | 17:26 | |
*** parx has quit IRC | 17:42 | |
*** iiie0 has joined #timvideos | 17:54 | |
*** iiie0 has quit IRC | 18:03 | |
*** iiie0 has joined #timvideos | 18:17 | |
*** iiie0 has quit IRC | 18:41 | |
*** iiie0 has joined #timvideos | 18:41 | |
*** Sewar has joined #timvideos | 18:55 | |
*** iiie1 has joined #timvideos | 18:56 | |
*** iiie0 has quit IRC | 18:57 | |
iiie1 | CarlFK, I eventually saw the error emails too (we are admins in the settings file after all) | 19:23 |
CarlFK | how come I don't get emailz :( | 20:24 |
iiie1 | error emails, check spam, I didn't configure the server email or the subject field, so... probably spam | 20:52 |
CarlFK | yup, there they are | 20:53 |
Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!