Tuesday, 2013-03-19

*** bman1 (~burrutia@64.19.224.6) has joined #wikid00:48
bman1is there a way to monitor wikid replication i.e I want to setup a health check for the master so I can promote the slave if need be00:50
bman1or perhaps can someone explain how the replication is setup in postgres because it looks like only a table rsync?00:55
*** nowen (~nowen@50-194-249-125-static.hfc.comcastbusiness.net) has joined #wikid12:45
*** volga629 (~bendersky@host7.pythian.com) has joined #wikid12:45
nowenbman1: there is a way12:58
nowenyou need to edit the file /opt/WiKID/tomcat/webapps/wikid/WEB-INF/web.xml13:02
nowenand out your localhost passphrase in to:13:02
nowen    <param-name>certFilePass</param-name>13:02
nowen            <param-value>passphrase</param-value>13:02
volga629Hello Everyone,  I am just trying understand how radius service is working with wikid13:05
nowenvolga629: hey13:05
volga629Hey, thank s for email13:05
volga629I started Radius server from web interface, but no listen port and wikidctl report  on status.13:07
volga629[root@host131 ~]# wikidctl status13:07
volga629Error: WiKID services not functioning properly.13:07
nowenvolga629: in order for 'wikidctl status' to work, you need to do the edits I just posted13:07
nowenwhat problem are you having?13:07
volga629my question is about Radius, when I started service in web interface, it should have listen port 1812 or I need install radius separately ?13:11
nowenno need to install radius13:12
nowenrun 'netstat -anp | grep 1812' and see if java is listening13:12
volga629no listen port13:12
volga629I tired look with lsof -i UDP13:13
volga629tried13:13
nowendid you enable the protocol?13:13
nowenhmm, I don't see it using  lsof -i UDP.13:14
nowencan you try using netstat?13:14
volga629yes no listen port let me post it13:14
nowenoh, wait I do see it13:14
nowendid you create a network client that uses radius?13:15
volga629https://fpaste.networklab.ca/gSXp/13:15
volga629no13:15
nowenthere will be no listener until you create a network client13:16
volga629ok let me try, I have on network primary radius, which will proxy to wikid13:17
volga629I need create domain first ?13:17
nowenyes13:17
volga629ok13:17
volga629do I need restart after adding network client ?13:21
nowenyes13:21
nowenjust wikid13:21
volga629I added network client restarted and no listen port13:26
nowenwhen you ran start, did it is say that radius was starting?13:34
volga629[root@host131 ~]# wikidctl start13:35
volga629Starting database...Success!13:35
volga629Success!13:35
volga629Starting Logger service...Success!13:35
volga629Starting TimeCop service...Success!13:35
volga629Starting Tomcat server ...Success!13:35
volga629[root@host131 ~]# wikidctl status13:35
volga629Error: WiKID services not functioning properly.13:35
nowenI don't see radius listed13:35
nowenignore wikidctl status13:36
volga629yes, it didn't says that radius started13:36
nowendid you follow this doc? http://www.wikidsystems.com/support/wikid-support-center/manual/how-to-install-the-wikid-strong-authentication-server?13:37
volga629yes13:37
nowenunder Configuration, Enable Protocols, which ones are Enabled?13:38
volga629Radius and WAUTH13:39
nowendid you make any changes on the radius protocol page?13:39
*** nowen has quit (Remote host closed the connection)13:41
volga629no all default13:41
*** nowen (~nowen@50-194-249-125-static.hfc.comcastbusiness.net) has joined #wikid13:42
nowenvolga629: and your network client, what options did you use?13:43
volga629Name IP and NAS-identifier, domain name13:43
nowenand radius is the protocol?13:44
volga629Ok I found issue it in my godaddy cert. I changed to wild card one and it started13:47
nowenwhat cert?13:47
volga629In Intermediate CA13:49
volga629[root@host131 ~]# wikidctl restart13:49
nowenthat may cause other issues down the road too13:49
volga629Stopping Tomcat server ...Success!13:49
volga629TimeCop process already stopped.13:49
volga629wAuth protocol daemon already stopped.13:49
volga629RADIUS protocol daemon already stopped.13:49
volga629LDAP protocol not enabled.13:49
volga629Stopping Logger service...Success!13:49
volga629Stopping database...Success!13:49
volga629Starting database...Success!13:49
volga629Success!13:49
volga629Starting Logger service...Success!13:49
volga629Starting TimeCop service...Success!13:49
volga629Starting wAuth protocol daemon...13:49
volga629Enter wAuth Passphrase: Passphrase is good.  Proceeding ...Success!13:49
volga629Starting Tomcat server ...Success!13:49
volga629Starting RADIUS protocol daemon ...Success!13:50
volga629LDAP protocol not enabled.13:50
volga629[root@host131 ~]#13:50
volga629[root@host131 ~]# netstat -an | grep 181213:50
volga629udp        0      0 :::1812                     :::*13:50
volga629[root@host131 ~]#13:50
volga629that match better13:50
nowenprobably best to get it working first, based on the documentation and then make changes like using your own cert13:51
volga629yes, I am just trying understand how everything working, next part will be proxy and setup one client for vpn or wifi13:56
*** nowen has quit (Remote host closed the connection)14:29
*** nowen (~nowen@50-194-249-125-static.hfc.comcastbusiness.net) has joined #wikid14:30
*** mcmasterathl (~Adium@74.114.47.2) has joined #wikid18:29
mcmasterathlanyone ever have the token client on Mac OS X fail to connect to the server18:30
mcmasterathland no traffic appears to ever leave?18:30
nowenhmm, can you run it in debug mode?18:30
mcmasterathlyes, tried18:31
mcmasterathlit says its connecting to http://server-ip/blah18:31
nowenand it just won't go?18:31
mcmasterathlbut tcpdump says otherwise18:31
nowenis there some kind of firewall ?18:31
mcmasterathlfirewall shows no logs off attempts18:31
mcmasterathlmac firewall is disabled18:31
nowenhuh18:31
mcmasterathltrying one other thing i forgot to try18:32
mcmasterathland that was it18:32
mcmasterathlcisco anyconnect :(18:32
mcmasterathlinstalled, not even running18:32
nowenwhat happens when you try to browse to that url?18:32
mcmasterathlit worked18:33
mcmasterathlwell18:33
mcmasterathlit loaded18:33
mcmasterathlgot an error about GET not allowed18:33
nowenthat's the correct response18:33
nowensomething is blocking the token18:34
mcmasterathli guess it was the anyconnect client18:34
mcmasterathli dunno what it does, i remember getting complaints about that before actually18:34
*** mcmasterathl has parted #wikid (None)19:21
*** volga629 has parted #wikid (None)20:07
*** nowen has quit (Quit: Leaving.)22:06
*** volga629 (~bendersky@CPE00090f1b215c-CM7cb21b15b251.cpe.net.cable.rogers.com) has joined #wikid23:24
volga629Hello Everyone, I am trying register new token according to wiki, but keep says that can't connect is there require open some port on local firewall ?23:26
volga629It says can't obtain configuration for domain ID23:30

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