IRC Chat : 2011-11-05 - OpenMRS

00:13:10 *** robbyoconnor has quit IRC
00:14:17 *** robbyoconnor has joined #openmrs
00:14:17 *** ChanServ sets mode: +v robbyoconnor
00:27:07 *** wyclif has joined #openmrs
00:35:59 *** robbyoconnor has quit IRC
00:36:51 *** robbyoconnor has joined #openmrs
00:36:51 *** ChanServ sets mode: +v robbyoconnor
00:54:06 *** mnunez has joined #openmrs
01:07:43 <deadpool> hey robbyoconnor quick question
01:08:39 <deadpool> do you know how to untar a file without it creating a directory for the tar. I want all the files within the folder of the tarfile to be extracted to the directory i am in and not create a new directory for it
01:09:40 <robbyoconnor> tar -xvzf foo.tgz
01:09:52 <robbyoconnor> replace z with j if it's a bzip2 file
01:10:05 <robbyoconnor> it'll extract as-is iirc
01:18:55 <deadpool> robbyoconnor: yeah i don't wanna do that i wanna extract everything in that folder without the folder
01:21:40 <robbyoconnor> hmm
01:21:44 <robbyoconnor> man tar
01:21:46 <robbyoconnor> ;)
01:21:52 <robbyoconnor> manpages FTW
01:21:59 <robbyoconnor> optionally: tar --help
01:22:02 <deadpool> yeah did that
01:22:06 <robbyoconnor> and?
01:22:10 <deadpool> didn't really see anything
01:22:14 <deadpool> so was wondering if you knew
01:22:53 <deadpool> cause then i have to execute two other commands to clear the directory. was wondering if there was anything that could do it for me in one
01:22:55 <deadpool> but i guess not
01:23:38 <robbyoconnor> deadpool: find a GUI front-end for tar files?
01:23:44 <robbyoconnor> 7zip supports it
01:24:52 <deadpool> robbyoconnor: sorry forgot to tell you yeah this isn't for me I was updating the wiki so implementers could run jetty instead of tomcat and was writing commands to help them install it so that the reason for my question
01:34:45 <robbyoconnor> right
01:34:56 <robbyoconnor> use a GUI frontend:P
01:35:05 <robbyoconnor> my answer is the same :)
01:37:33 <deadpool> haha
01:37:46 <deadpool> yeah well some of us don't use a gui fronted for our implementation servers
01:57:55 <deadpool> robbyoconnor: hey can you check this link out and see the bottom for jetty and see if it makes sense https://wiki.openmrs.org/display/docs/Step+3+-+Install+Tomcat
02:53:25 <robbyoconnor> deadpool:or mvn jetty:run
02:53:26 <robbyoconnor> :P
02:53:40 <robbyoconnor> just unpack jetty period
03:57:03 *** lh has joined #openmrs
05:25:32 *** deadpool has quit IRC
05:33:00 *** robbyoconnor has quit IRC
05:50:02 *** lh has quit IRC
05:50:03 *** lh has joined #openmrs
05:52:36 *** lh has quit IRC
06:18:20 *** jeffbrew has joined #openmrs
06:20:53 *** bwolfe has joined #openmrs
06:20:53 *** ChanServ sets mode: +o bwolfe
07:29:02 *** jeffbrew has quit IRC
08:43:45 *** mnunez has joined #openmrs
12:57:01 *** gauravpaliwal has joined #openmrs
12:57:01 *** ChanServ sets mode: +v gauravpaliwal
14:50:11 *** deadpool has joined #openmrs
15:39:34 *** gauravpaliwal has left #openmrs
15:43:34 *** deadpool has quit IRC
16:40:37 *** dkayiwa has joined #openmrs
16:42:37 *** Boby has joined #openmrs
16:44:57 <Boby> Does anybody know what type encrypt password stored in MySQL when "Add User" ?
16:45:09 <Boby> and How to decrypt it ?
16:45:21 <Boby> Please help me now ? :((
16:46:26 <dkayiwa> Boby: are you using Java?
16:46:41 <Boby> ok
16:48:17 <Boby> Can you help me? dkayiwa
16:48:45 <dkayiwa> Boby: you cannot decrypt it
16:49:03 *** morristic has joined #openmrs
16:50:33 <Boby> so when user Login in Open MRS, How do I compare password wrong or right ? dkayiwa
16:50:55 <Boby> I don't understand
16:53:29 <dkayiwa> Boby: openmrs has an api which you can pass a user name and password and then it tells you if the user authentication is correct
16:53:37 <dkayiwa> why dont you use that?
16:53:55 *** morristic has quit IRC
16:58:52 <Boby> I'm developing an app run android connect Open MRS
16:59:11 <dkayiwa> Boby: how do you connect to openmrs?
16:59:12 <Boby> so I want to user Login on androoid
16:59:23 <dkayiwa> do you have a module at openmrs?
16:59:24 <Boby> I use service
16:59:47 <dkayiwa> which service?
17:00:10 <Boby> I do it myself
17:02:33 <dkayiwa> how?
17:03:25 <Boby> I write a service in .Net and then from device android connect to service
17:04:45 <dkayiwa> Boby: how does your .net service connect to openmrs
17:04:46 <dkayiwa> ?
17:07:01 <Boby> My .net service connect to MySQL and retrieve data to show on android
17:07:32 <dkayiwa> why dont you use the openmrs web service module?
17:08:17 <Boby> I don't know how to use it :((
17:09:12 <dkayiwa> have you read the wiki pages on how to use it?
17:10:29 <Boby> yes, I read it but i still not understand
17:29:32 <dkayiwa> Boby: is what you are doing different from what yaw did for odk clinic
17:30:55 <Boby> not at all
17:31:26 <dkayiwa> then why dont you use his code? Boby
17:33:34 <Boby> I know odk clinic, I download and try to use it but I get some error because odk clinic cannot connect with open mrs
17:33:59 <dkayiwa> which error do you get
17:34:31 <dkayiwa> i have used odk clinic to successfully connect to openmrs
17:38:57 <Boby> I try to run it on emulator android but i get an message cann'' not connect server :(
17:39:26 <dkayiwa> which connection url do you use? Boby
17:40:35 <Boby> what do you mean ? dkayiwa
17:41:27 <dkayiwa> how does clinic know the openmrs server to connect to
17:45:36 <Boby> Uhm... I don't know
17:45:56 <dkayiwa> did u read the odk clinic wiki
17:46:57 <Boby> Uhm not yet
17:47:15 <dkayiwa> then you need to
17:50:12 <Boby> so URL default in odk clinic http://rwinkwavu.cs.washington.edu:8080/openmrs
17:50:19 <Boby> that is wrong
17:50:28 <Boby> ?
17:55:47 <Boby> dkayiwa
17:56:04 <dkayiwa> what is wrong
17:58:33 <Boby> URL: http://rwinkwavu.cs.washington.edu:8080/openmrs
17:58:47 <Boby> in odk clinic
17:59:33 <dkayiwa> is that what you have in your odk clinic settings?
18:00:03 *** bwolfe has quit IRC
18:01:06 <Boby> that is URL server default in ODK Clinic
18:01:56 <dkayiwa> send me a screen shot of your phone app with that url setting
18:02:42 *** bwolfe has joined #openmrs
18:02:42 *** ChanServ sets mode: +o bwolfe
18:04:24 <Boby> I read instruction in here http://code.google.com/p/opendatakit/wiki/ODKClinic
18:04:27 <OpenMRSBot> <http://ln-s.net/9IWA> (at code.google.com)
18:04:34 <Boby> and try to do it
18:06:39 <Boby> dkayiwa
18:06:57 <dkayiwa> send me a screen shot of your phone app with that url setting
18:11:00 <Boby> How can i send you
18:12:37 <Boby> Can you give me your email address? dkayiwa
18:24:16 *** bwolfe has quit IRC
18:29:30 *** bwolfe has joined #openmrs
18:29:30 *** ChanServ sets mode: +o bwolfe
18:32:11 <dkayiwa> Boby: its dkayiwa at openmrs.org
19:00:40 *** Boby has quit IRC
20:46:42 *** morristic has joined #openmrs
20:54:11 *** dkayiwa has quit IRC
20:56:15 *** mnunez has joined #openmrs
20:56:26 *** mnunez has left #openmrs
21:31:23 *** gauravpaliwal has joined #openmrs
21:31:23 *** ChanServ sets mode: +v gauravpaliwal
22:06:17 *** robbyoconnor has joined #openmrs
22:06:17 *** ChanServ sets mode: +v robbyoconnor
22:19:41 *** robbyoconnor has quit IRC
22:28:11 *** morristic has quit IRC
22:44:17 *** finbrein has quit IRC
22:44:17 *** morristic has joined #openmrs
22:44:25 *** finbrein has joined #openmrs
22:50:16 *** morristic has quit IRC
23:50:21 *** Gagaman has joined #openmrs