Friday, 2012-09-14

entransi'm still working it00:29
entransso here's the error the client is getting: Nota:   Podemos brindarle una conexión via TeamvieWer para que puedo conectarse al servidor y asi poder ayudarnos mejor ,01:11
entransthis seems to be coming from the actual vpn solution using wikid01:12
entransI've requested the wikid logs to see if that will shed any light01:25
*** Skelroy_afk is now known as Skelroy02:09
entransi'm in their system now remotely - i could use some help here ;-)02:10
entransso far i've found that the apparently tried to migrate from a physical server to vmware02:11
entransthey had problems and reverted back to the physical server02:11
entransthat was yesterday02:11
entransthis morning they discovered that no one was able to get into the vpn solution02:11
entransit's uncertain how they came to the conclusion that it was wikid but at this point we are unable to login to the wikid management page with the credentials they claim are correct02:12
entransi'm in with putty logging at logs but as much as I know about centos i'm not sure what I should be looking for specifically related to wikid02:12
entransany thoughts would be appreciated02:12
*** Skelroy has quit (Quit: Gotta go)06:56
*** rtnkk_ (ca93b791@gateway/web/freenode/ip.202.147.183.145) has joined #wikid07:04
rtnkk_hello07:04
*** rtnkk_ has quit (Ping timeout: 245 seconds)07:11
*** entrans has quit (Ping timeout: 245 seconds)08:25
*** joevano has quit (Ping timeout: 240 seconds)13:25
*** vladdy has quit (Ping timeout: 240 seconds)13:28
*** vladdy (~vladdy@194.242.5.47) has joined #wikid13:29
*** joevano (~joevano@c-71-193-108-171.hsd1.in.comcast.net) has joined #wikid13:31
*** joevano has quit (Changing host)13:31
*** joevano (~joevano@bzflag/developer/JoeVano) has joined #wikid13:31
*** teshian (~imacdonal@199.255.83.46) has joined #wikid14:56
*** nowen (~nowen@99-174-93-102.lightspeed.tukrga.sbcglobal.net) has joined #wikid14:59
teshianHey, i think i fixed my wikid issues, 384 meg isn't enough to handle a nessus scan15:00
nowenteshian: yeah, makes sense. good news15:00
teshianBut i am seeing the occasional  ssl exceptions when nessus scans some of our switches that have radius enable and IAS reporting wikid didn't respond to an auth request, not sure if it is an IAS issue or wikid issue, I am looking for the logs15:02
nowenlooking for logs in wikid or ias?15:03
teshianwikid15:03
nowenwhat flavor of radius are you using?15:03
teshianssl15:04
nowenbut are you using peap or chap or ?15:06
teshianSep 14 01:25:43 localhost.localdomain user:ERROR server.wAuth [Thread-320,run:218] Couldn't validate the client certificate.  Verify the validity and dates of the client cert.15:08
teshianSep 14 01:25:43 localhost.localdomain javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated15:08
teshianSep 14 01:25:43 localhost.localdomain     at sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:371)15:08
teshianSep 14 01:25:43 localhost.localdomain     at com.wikidsystems.server.wAuth.run(wAuth.java:211)15:08
teshianSep 14 01:25:43 localhost.localdomain     at java.lang.Thread.run(Thread.java:679)15:08
teshianSep 14 01:25:43 localhost.localdomain user:INFO  log.DBSvrLogImpl [Session.1,write:44] Exception in thread: DATAGRAM LEN = 96 FROM x.x.x.x:1091 java.lang.NullPointerException15:08
teshian      at com.wikidsystems.client.wClient.CheckCredentials(wClient.java:535)   at com.wikidsystems.radius.access.WikidAccess4.authenticate(WikidAccess4.java:432)      at com.theorem.radserver3.RADIUSSession.o(DashoA10*..)  at com.theorem.radserver3.RADIUSSession.d(DashoA10*..)  at com.theorem.radserver3.RADIUSSession.run(DashoA10*..)        at java.lang.Thread.run(Thread.java:679)15:08
nowencheck the dates on your localhost cert http://www.wikidsystems.com/support/wikid-support-center/troubleshooting-faq/how-do-i-know-if-my-certificate-is-valid/view?searchterm=certificate%20valid15:08
teshianit only happens occasionally some work some don't15:09
teshianusing unencrypted pap15:11
teshianmmm15:14
teshianValid from: Mon Apr 11 16:46:11 EDT 2011 until: Tue Apr 10 16:46:11 EDT 201215:14
teshianfor /opt/WiKID/private/localhost.p1215:15
nowenyou can just create a new one.  you should check your wauth certs too, if you have any15:15
teshianyou mean intCAKeys.p12? or something else15:16
nowenyour can check the intCAKeys too, but what I mean is any additional p12 files you might have created for a wauth-based network client15:16
nowenif all your network clients are radius, you won't have any15:17
teshianso there is nothing encrypted using the localhost.p12 cert? it is just used in the same way as an web ssl cert15:17
teshianyeah intCAKeys.p12 is good till 201215:17
teshianoops 201415:17
nowenit is used for radius communication to the server, and any wauth client that might be on the server - adregister or example.jsp, e.g.15:18
teshiani was scared to touch them incase stuff was encrypted (thinking pgp keys)15:19
teshianI got bitten by java versions during the upgrade, silly /etc/wikid/java.conf gets sourced on login on login, so I didn't notice it choose the wrong version of java till a couple days later when someone else was restarting wikid15:20
nowenI see15:21
teshianyou are recommneding openjdk now?15:21
nowenwell, we think it is as stable as suns and it's easier to install15:21
teshianI am thinking about removing the sun jdk and just use the openjdk that comes with centos 515:22
nowenthis is on your test box?15:22
teshianyes first,15:22
nowenshouldn't be a problem.  I haven't really tested that process15:23
teshianyou are testing on 64bit centos 5 now?15:23
nowenyes. the new release uses tomcat 7, which has a compiled jsvc script to start the server, so we now have a 32-bit and a 64 bit utilities rpm15:24
teshianCool,15:25
teshianI was a little nervous about upgrading from the 32bit utils to the 64bit rpm, but doing an yum install 64bit.rpm just worked15:25
nowenhuh - you upgraded a 32 bit centos to 64 via yum?15:26
nowenor are you saying WiKID?15:26
teshianno the wikid utils rpm15:27
nowenahh - that makes more sense ;)15:27
teshian64 but centos is our standard unless something doesn't work15:28
*** teshian_ (~imacdonal@199.255.83.46) has joined #wikid15:43
*** teshian has quit (Read error: Connection reset by peer)15:43
*** teshian_ is now known as teshian15:43
*** nowen has quit (Ping timeout: 272 seconds)16:17
*** nowen (~nowen@99-174-93-102.lightspeed.tukrga.sbcglobal.net) has joined #wikid16:30
*** entrans (be509184@gateway/web/freenode/ip.190.80.145.132) has joined #wikid20:20
entransquick question - is the install process for version 3.4.87 significantly diferent from 3.5?20:22
nowenno20:22
entransI'm installing from ISO - so the 3.4.87 iso doesn't seem to come with the wikid components20:23
nowentype 'install' at the boot prompt20:23
entransok20:23
nowenthat's one difference ;)20:23
entransinstall doesn't seem to work20:24
entransi found just /usr/bin/install20:25
nowenby boot prompt, I mean the first prompt you get when you run the install of the iso20:25
entransno where else on the file system do i see install20:25
entransah20:25
nowenyou have to reinstall the iso20:25
entransperhaps putting my glasses on would help20:25
nowenmaybe that is really called the grub boot prompt?20:25
entransthey are making me coffee now - so i think i'll be okay from here on out - lol20:26
entransthanks20:26
entransi swore i saw hit enter to install but like i said the coffee hasn't arrived yet - i'm starting over20:28
nowenyeah, we had it that way because we once thought about doing a livecd, but with VMs now there is no need20:29
entransok20:29
entransunderstood20:29
entransnow we're cooking with gas - it's auto installing like it should now - thanks20:31
nowennp20:32
entransthe client said i'm very dominican now - i hit enter before reading ;-)  I guess that means I'm excepted - lol20:32
nowenha!20:33
nowenbelieve me, that's why we removed it.20:33
*** entrans has quit (Ping timeout: 245 seconds)20:37
*** entrans (be509184@gateway/web/freenode/ip.190.80.145.132) has joined #wikid20:45
*** entrans has quit (Ping timeout: 245 seconds)20:59
*** entrans (be509184@gateway/web/freenode/ip.190.80.145.132) has joined #wikid21:24
entransi have taken the tarball created from my previous machine and extracted it in the new one I just created - i stopped services before the copy and restarted them after the copy21:25
entransafer going into the web interface i saw nothing related to the user files21:25
entransi'm going to go in again and check that i extracted them properly but i just thought i'd check to be sure I didn't miss anything21:26
nowenok - so you set up the new server, created certs, stopped the server and untarred the file?21:26
*** entrans has quit (Ping timeout: 245 seconds)21:47
*** nowen has quit (Quit: Leaving.)22:36
*** teshian has quit (Quit: teshian)23:16

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