Tuesday, 2012-01-10

*** Chris_ (484268ce@gateway/web/freenode/ip.72.66.104.206) has joined #wikid05:19
*** Chris_ has quit (Quit: Page closed)05:26
*** perestrelka has quit (Ping timeout: 248 seconds)09:47
*** perestrelka (~vladdy@194.242.5.47) has joined #wikid10:11
*** nowen (~nowen@adsl-74-176-212-133.asm.bellsouth.net) has joined #wikid13:50
*** CoolAcid (~Jason@2001:470:c025:f00d:8e89:a5ff:fe30:c728) has joined #wikid15:21
CoolAcidSup Nowen15:21
CoolAcidJust pulling down the Deb now15:21
nowenthat was fast15:25
nowenI was hoping to get some work done before you started bothering me ;)15:26
CoolAcidMeh..15:28
CoolAcidlol15:28
CoolAcidGotta get though dependencies first.15:28
nowenare you testing the html5 token?15:32
CoolAcidI had just opened it for a sec - i'll be doing it on my cell phone tho15:32
nowenlet me know if it works. I had an error last night15:32
CoolAcidHTML5? K - I'll do it now15:33
CoolAcidMIssed a dependency on the .deb package:15:34
CoolAcid/var/lib/dpkg/info/wikid-server-enterprise.postinst: 44: /usr/bin/updatedb: not found15:34
CoolAcidDebian package name: locate15:35
nowensee, this is why15:35
CoolAcidThere is also a glitch in the setup..15:36
CoolAcidusing 2>/dev/null isn't correct..15:36
CoolAcidneed to add..15:36
CoolAcida & somewhere..15:36
CoolAcidI think it's 2&> -- or &2 > I can't rememer which15:36
CoolAcidRE: HTML5 - Created Keys, and registered OK15:38
nowenok cool15:38
CoolAcidTried to log in.. and got Error and Success..15:39
CoolAcid    Login failed. Both login name and password are case sensitive, check that caps lock is not enabled.15:39
CoolAcidSuccess! You have registered. Now get an one-time passcode and login:15:39
nowenhuh15:39
CoolAcidoh.. wait.. I bet I caps my username15:40
CoolAcidNope.. weird15:40
CoolAcidoh look - you also require ntpdate - missing Dependency15:43
CoolAcidDebian package: ntpdate15:43
CoolAcidSigh - Xen seems to not allow hwclock --systohc to run in your cron-ntpdate.sh file15:46
CoolAcidof course - it would also fail if ntpd was running ;)15:47
CoolAcidheh - the startup script doesn't actually run wikidctl for some reason..15:48
CoolAcidI might try re-doing the VM with all the dependencies before installing to test15:48
nowenwhich start up?15:48
CoolAcid/etc/init.d/wikid-server15:49
nowenwhich start up script15:49
CoolAcidSo - For your docs if you want:15:52
CoolAcidInstall Dependencies: "sudo apt-get install postgresql openjdk-6-jdk openjdk-6-jre openssl libwww-perl sudo locate ntpdate"15:52
CoolAcid(This is Debian, not ubuntu for the record)15:53
CoolAcidOh look - on the ubuntu page it talks about the errors for dropdb and dropuser.. cool ;)15:54
nowenthx15:56
CoolAcidHerm - ok - don't laugh.. How do I log out of the admin panel.. I created a new administrator and want to log in as him ;)15:56
nowenjust close the browser - sorry15:58
CoolAcidCool - np15:58
nowenyou like the new website design?16:04
nowennot that there is much too it16:04
CoolAcidOh damn - Just realized that the reverse proxy on this Mikrotik only works via domain name - not ip address.. (ie, it takes the request and re-looks up the IP in it's internal DNS database)16:05
CoolAcidand yes.. it looks nice!16:05
nowenthe google page speed test ranks the site 94/10016:05
CoolAcidforsure fast ;)16:05
nowendoc updated16:06
CoolAcidherm - going to need to think about howto redirect these requests.. without a domain name in the HOST request16:07
nowennot familiar with mikrotik16:08
CoolAcidwell, it's kinda ass backwards when it comes to reverse proxy16:09
CoolAcidthe device it self takes the request, handles it as a regular proxy that can either accept or deny the connection..16:10
CoolAcidthen, as the proxy, it does a local DNS lookup for the domain requested - since on the inside it has a different IP address (an internal IP address) it passes the request off to that server16:11
CoolAcidSince the requests from the token goes only to the IP address (not domain name) there is no second DNS lookup and as such, the proxy requests from it self.. and loops ;)16:11
CoolAcidbrb - lunch16:11
CoolAcidSo it's up and working - but the mikrotik is going to be a PITA..16:23
nowensounds like it16:24
CoolAcidDid you have a lookup service - IE: not using the IP address for the Server Code? Does that use a domain?16:27
nowenthe tokens will check the ip or wikidsystems.net16:27
nowenI can create a dns entry for you and point it to your dns or ip16:28
CoolAcidCan we try that? Only doing personal play with it.. and maybe I'll write a document :)16:28
nowenor maybe package up some Joomla code???? ;)16:29
CoolAcidlet me setup a domain16:29
CoolAcidyes yes. You know what - I'll put it on a sticky right now16:29
nowenis that your GTD method?  sticky notes?16:29
CoolAcidyep16:29
CoolAcidPut it on my monitor16:30
nowenlol16:30
CoolAcidwell, serprisingly it works better then any task manager..16:30
nowenactually I am playing with a sticky note tracking idea for wikid projects16:30
CoolAcidsince it's right in front of my face all the time..16:30
nowenthe key for me is to change systems every week so I can start fresh16:30
CoolAcidBetween my OS stuff, my toys, work etc this is the only thing that really keeps track of my todo16:31
CoolAcidso many domains.. sigh16:32
CoolAcidwikid.shurl.ca16:33
CoolAciddoes the tokens always use the same Path? ie: IP/token or something?16:35
nowenyes - /wikid/16:36
nowenI've pointed 999900002222.wikidsystems.net to wikid.shurl.ca16:36
CoolAcidcool let me give it a go16:37
CoolAcidOh, I bet I need to put that in as the host name..16:38
CoolAcidin the proxy..16:38
CoolAcidsomething in my firewall must be blocking it.. hold on16:42
CoolAcidBelieve it or not - it works! :)16:48
CoolAcidBy any chance - when the client makes a request to the IP based server code, does it add a "host" string to the HTTP request?16:49
CoolAcidInteresting - On the Android phone - I put in my Pin I can see a red ERR, but the "Please wait..." is still there.. and I can't see the error16:53
CoolAcidEven weirder - I had to hit the "search" button to clear it.16:55
CoolAcid(HTC Desire HD)16:56
nowenhmm.17:04
nowenit's possible that the dns hasn't propagated17:04
CoolAcidTurns out part of that is an artifact that the client caches the IP address.. and when I switch between Wifi and 4G the IP changes17:05
CoolAcidYep - fixed that up.. forced my dstnat to work on the inside too17:11
CoolAcidOk - so now, i'll add that to my todo list - write your doc :)17:11
nowenhehe17:12
nowenI win again!17:12
CoolAcidSo - in the doc, you'll need to link how to get/request one of those 9999 addresses17:12
nowenOH NOES!17:12
nowenthat is me17:12
CoolAcidthats the only way it will work with mikrotik working as a reverse proxy17:13
nowenjust use the contact us link, I suppose17:13
CoolAcidif your just doing normal dstnat it's simple to send all traffic to the IP address, but I have a few different sites here..17:13
CoolAcid;)17:13
nowenor we should make them come to IRC17:13
CoolAcidWell, I was more meaning Requirements as a Enterprise License or something ;)17:13
nowenoh, yeah, we're coin operated here!17:14
CoolAcidyeah.. thats more what I mean ;)17:14
CoolAcidhttp://coolacid.net/General/wikid-auth-server-behind-mikrotik-reverse-proxy17:51
CoolAcidFirst Draft17:51
CoolAcidUpdated it18:14
nowennice18:32
nowencan you do me an SEO solid and link to us from the "2-Factor system" text?18:33
CoolAcidcheck it18:37
nowenthanks!18:38
nowenyou should start a link service ;)18:39
CoolAcidnaw..18:39
CoolAcidalready have my own URL shortener..18:39
nowen"TOP SEO PLACEMENT GUARANTEED"18:40
nowenactually, it must be a fairly competitive business space18:40
CoolAcidno idea.. besides, SEO and me, don't get along ;)18:41
nowenCoolAcid: you liking Mint?19:02
CoolAcidI used to like it alot - still getting re-used to it19:10
nowenI've put it on my netbook. still haven't upgraded the ubuntu desktop19:11
CoolAcidBeen running 11.10 KUbuntu on the desktop for a while.. I just prefer KDE19:14
nowenI've installed Enlightment and will try it next time I close out all my VMs19:15
prowlahnowen:  around?19:59
nowenyes20:00
prowlahhey.. been exchanigng emails with you all morning, didnt realize you were here20:03
nowenJerry?20:04
prowlahJohn :)20:04
nowenahh20:04
prowlahwill you have a little time in the near future?  perhaps in an hour after i grab some lunch? :)20:04
nowenyes20:05
prowlahgreat thanks.. be back in an hour or so20:05
*** CoolAcid has quit (Remote host closed the connection)21:01
*** nowen has quit (Quit: Leaving.)23:10

Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!