Wednesday, 2011-05-11

*** perestrelka has quit (Read error: Operation timed out)01:00
*** perestrelka (~vladdy@194.242.5.47) has joined #wikid01:03
*** alamarca (~alamarca@201.246.71.78) has joined #wikid13:28
*** nowen (~nowen@adsl-98-66-164-120.asm.bellsouth.net) has joined #wikid14:23
nowenmorning all14:24
*** esoteric (43840c45@gateway/web/freenode/ip.67.132.12.69) has joined #wikid14:46
alamarcahi14:53
nowenmorning alamarca14:56
esotericmorning14:58
nowenhello15:02
*** nowen1 (~nowen@adsl-74-176-209-220.asm.bellsouth.net) has joined #wikid15:05
nowen1hmm.15:05
*** nowen has quit (Ping timeout: 264 seconds)15:07
*** nowen1 is now known as nowen15:11
nowenahh better15:11
* esoteric cheers15:12
nowenapparently AT&T doesn't like me downloading backtrack 515:13
esotericha backtrack is sick15:13
esotericgot it on my tumbdrive15:13
noweni haven't used it before. I'm hoping to make some time15:13
esotericwhen i moved into my old apt it was like a 2 week wait to get my internet setup all i had in my apt at the time was my bed and laptop15:14
esotericcracked 3 WEPs and was good until time warner came :P15:14
nowenthat would make time15:14
esotericnowen: so I am still running into that issue with replication15:28
nowenesoteric: refresh my memory?15:28
esotericthe wauth listener is not starting15:28
esotericon the primary15:29
esotericwith replication disabled the services start up fune15:29
esotericfine*15:29
esotericIt appears your passphrase was incorrect.  This is the most likely cause of the failure.15:30
esotericmy passphrase is fine ive been using the same one15:30
nowenand does 'netstat -anp | grep 8388' show it running or not?15:31
esotericnah only in nonreplication15:32
nowennot sure if we have done this, but can you change /etc/WiKID/log4j.properties to this: http://pastebin.com/q0QFmJ3J15:32
nowenthat will put all the logs into /opt/WiKID/log/  and into the WiKIDAdmin logs15:32
esotericokay15:33
nowenthere may also be something in /opt/WiKID/tomcat/logs/catalina.out15:33
esoteric0    [main] DEBUG com.wikidsystems.server.WikidIPCListener  - Starting IPC thread. 10   [main] DEBUG com.wikidsystems.server.wAuth  - Started IPC Listener. 11   [main] DEBUG com.wikidsystems.server.wAuth  - Registered callback for IPC. 29   [main] ERROR com.wikidsystems.server.wAuth  - SQL error during initialization.  Quitting. org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and tha15:36
esotericgod thats ugly one sec15:36
esoterichttp://pastebin.com/vW0GjyQL15:36
esotericthats in wauth.log15:36
nowenok15:38
nowenwhat port is postgres listening on?  on the master?15:38
esotericid assume the default15:39
esotericas I used the vm15:39
nowenoh, yes. It's just that it is supposed to change when you set up replication,  try 'netstat -anp | grep 543'15:40
nowenshould show a bunch of stuff15:40
nowenbut not 543215:40
esoterichttp://pastebin.com/ZsWmh91p15:40
esotericno 543215:41
esoteric5434 it looks like15:41
nowenok , run 'locate postgresql.conf'15:41
esotericthere are 515:42
nowenoh15:42
nowenthat seems like 3 extra ;)15:42
esotericis the one we want i think15:42
esotericthere are a bunch of templates in opt/wikid/conf15:43
esotericand then a sample one that comes with pgsql15:43
esotericand then the main one, and a .pre-wikid15:44
esoterichttp://pastebin.com/b9fxdTHp15:44
nowenok, run 'diff /opt/WiKID/conf/templates/postgresql.conf /var/lib/pgsql/data/postgresql.conf'15:45
esoterichttp://pastebin.com/mi9x7RR315:46
nowenok:  'cp /var/lib/pgsql/data/postgresql.conf /var/lib/pgsql/data/postgresql.conf.old'15:47
nowenand 'cp /opt/WiKID/conf/templates/postgresql.conf /var/lib/pgsql/data/postgresql.conf'15:47
nowenand try a restart15:47
esoterico.O it's not prompting me for my password15:49
esotericStarting Logger service...Database listener not available!  Logger NOT started!15:49
esotericStarting TimeCop service...Database listener not available!  Timecop NOT started!15:49
nowenhmm, so I broke worser15:50
nowenyou know, let's upgrade via rpm.  that should overwrite the postgresql.conf. and then we can walk thru replication setup15:51
esoterickk15:52
nowenI assume you haven't upgraded yet?15:52
esotericnah15:52
esotericlet me find the rpm, unless you have the link on ya15:52
nowenok, you probably need to run 'yum update sudo15:52
nowenI have a link15:52
nowenhttp://wiikidsystems-dl.com/wikid-server-enterprise-3.4.87.b823-1.noarch.rpm15:53
esotericdont normally use cent we usually use sles15:53
nowenunderstood15:53
esotericand this box is locked down so i dont think i can hit the repos15:54
nowenok.  you can always download the iso and do a local updte15:54
esoterickk15:55
esotericdo i need that for the pgupdate?15:55
nowennot sure.  I think that the latest rpm requires sudo > 1.715:55
nowenjust try it and if you need the iso, I can also give you that link15:56
esotericokay15:56
esotericfucking capital U youve got to be kidding me rpm o.O15:57
esotericinstalled15:58
esotericer upgraded rather15:59
nowencool15:59
esoterici assume i should do this on my secondary as well15:59
nowenyes15:59
esotericprimary done secondary running16:00
nowenohhh, I bet this fixes it16:00
nowenthis was a bug16:00
nowenI may be slow but at least I have a bad  memory16:00
esotericboth are done16:01
nowenok  - one more thing16:02
nowenhttp://wikidsystems-dl.com/wikid-utilities-3.0.9-1.i386.rpm16:02
nowenon both again16:02
esotericinstalled16:05
esotericer upgraded o.O16:05
nowenok now give it a whirl16:05
esoterici assme my old dbs and shit are in place16:05
nowenyes16:06
esotericso i can just start up secondary then primary16:06
nowenyes16:06
esotericone seccccccc16:08
esotericwhoops think i boned my vm16:09
nowenwhat happened?16:09
esotericbe being dumb and trying to go fast :P16:12
nowenhehe16:12
esotericwhat is the default gateway() y16:12
esoteric... y is not a gateway16:13
esotericlol16:13
nowenthat will slow down the networking for sure16:13
esoteric*face palm*16:13
esotericawesome16:13
esotericlooks good16:14
nowenyes, sorry.  we need to update the vmware image16:14
esotericand port it to sles :D16:14
nowenor maybe just make people use the iso16:14
nowenhehe maybe ;)16:14
esoteric:P16:14
nowenwe just released a .deb so we are getting better at that16:14
esotericnice16:15
esotericmy personal hosts are debian16:15
esotericI really appreciate your help nowen was fairly painless :P16:15
nowentested on ubuntu16:15
esotericsweet i dont even know what version they are on now o.O16:16
esotericnow i need to test shit16:16
nowenyes. check out example.jsp.16:17
nowenwill you be using radius?  is this for vpn?16:17
esotericwe are still testing but yes it will be with vpn and radius i believe16:18
nowendon't turn on ldap if you don't need it.16:19
esoterickk16:19
nowena bit of a hog16:19
esotericwe are authorizing through ad16:19
esotericbut it is just checking that the username exists16:19
nowenIAS or NPS?16:19
esoterici have no idea16:20
nowenis that already configured?16:20
esotericyes16:20
nowen2008 == nps16:20
esoterici believe our current ad env is 200316:20
esotericbut i could be wrong16:20
nowenhttp://www.wikidsystems.com/support/wikid-support-center/how-to/how-to-configure-ias-to-support-two-factor-authentication/?searchterm=ias16:21
nowenalso: http://www.wikidsystems.com/support/wikid-support-center/installation-how-tos/how-to-let-users-add-themselves-using-ad-credentials16:21
nowenusers can be added that way - ie self-registration based on existing trusted creds or pre-registered16:21
nowenhow many users will you have?16:21
esotericim not sure16:23
nowenyou can also add them manually16:23
esotericyea that is what we will be doing16:23
nowenbut if you have a lot...16:23
esotericas we will be testing with a small sub set of users16:24
esotericstupid mobile hot spot device16:30
esotericlunch time laters16:31
nowenlater16:33
*** Adi_ (7d15f1a6@gateway/web/freenode/ip.125.21.241.166) has joined #wikid19:50
Adi_hey guys can anyone provide me info on how to intgerate radius server with wikid enterprise ?19:52
nowensure19:52
nowenAdi_: what is the issue?19:58
Adi_well we are testing wikid enterprise and so i need to know how and where to put in the radius part19:59
Adi_should the radius package be on the same server hosting wikid enterprise?20:00
nowenwhat are you trying to do? is this for VPN access?20:00
nowenyou don't necessarily need a radius server20:01
Adi_ok let me rephrase20:01
Adi_what is the part that totally needs Radius?20:02
nowenif your VPN talks radius, it can talk directly to WiKID via radius20:02
nowenthe WiKID server can process radius requests from a radius-capable device such as most vpns or from a radius server such as freeradius or IAS20:03
Adi_ok20:03
nowenin either case, you enter the vpn/radius server ip address and shared secret as a Network client in wikid20:04
nowenso, that's why I'm curious as to what you are trying to do20:04
Adi_basically we are trying to implemet it in our internal network20:05
Adi_some people would also need vpn access20:06
nowenwhat do you mean by internal network?  windows login?20:08
Adi_yes20:08
nowendoes windows login now support radius?20:09
Adi_no not currently20:09
nowenhave you checked out pgina?20:09
Adi_sorry no20:10
nowenpgina is an open source gina replacement.  it supports radius20:10
Adi_ok thats cool20:10
Adi_we are basically trying to integrate with our AD20:11
Adi_the wikid server20:12
nowenthe key thing to consider is your authentication protocol.  if it works with radius, then you are golden20:12
Adi_ok20:13
Adi_ok so just found out that we are using NTLM which is default for AD20:20
Adi_does NTLM work with Radius?20:21
nowennot to my knowledge20:21
nowenyou can check with MS and see what the options are20:21
Adi_what do we have to do if we have to integrate these two20:21
Adi_?20:22
nowenmaybe with their IAS radius server?20:22
Adi_ok ....thanks a bunch @nowen20:22
nowenwell, first check with Microsoft.  it is their software.  the only thing I know it to replace the gina20:22
nowenAdi_: http://www.pgina.org/index.php/Main_Page20:41
*** alamarca has quit (Ping timeout: 260 seconds)20:46
Adi_Hi Guys....I am back with a few more questions :)21:22
nowenok21:22
*** esoteric has quit (Ping timeout: 252 seconds)21:23
Adi_i have a windows machine on which i want to configure the wikid client....do you have quick and dirty to do the work on a client m/c21:23
Adi_does the client machine only needs the token?21:25
nowenyes21:25
Adi_ok where can i download it from21:25
Adi_for the client21:25
nowenhttp://www.wikidsystems.com/downloads/token-clients21:25
Adi_thanks nowen21:27
nowenno21:28
nowenproblem :)21:28
*** alamarca (~alamarca@201.246.71.78) has joined #wikid22:01
*** esoteric (43840c45@gateway/web/freenode/ip.67.132.12.69) has joined #wikid22:04
*** esoteric has quit (Quit: Page closed)22:14
*** alamarca has quit (Ping timeout: 248 seconds)22:24
*** Adi_ has quit (Quit: Page closed)22:27
*** nowen has parted #wikid (None)22:27

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