#jogamp @ irc.freenode.net - 20140311 18:05:06 (UTC)


20140311 18:05:13 * jogamp (~jogamp@anon) has joined #jogamp
20140311 18:05:13 * Topic is 'http://jogamp.org | Hacking 3D Graphics, Multimedia and Processing across Devices'
20140311 18:05:13 * Set by rmk0 on 20130116 23:58:04
20140311 18:05:13 -NickServ- You are now identified for jogamp.
20140311 18:05:17 <sgothel> voila :)
20140311 18:05:29 * rmk0 pokes jogamp
20140311 18:06:50 <sgothel> gnupg-agent .. done
20140311 18:07:43 <rmk0> thanks
20140311 18:08:47 <sgothel> it was long overdue .. the update, thank you
20140311 18:09:00 <rmk0> might be worth creating a maven user for this
20140311 18:09:23 <rmk0> let that user "own" the deployment scripts, gpg keys, and maven configs
20140311 18:09:41 <rmk0> switch to it with sudo when deploying
20140311 18:09:46 <sgothel> maven ?
20140311 18:09:53 <sgothel> the group ..
20140311 18:10:00 <rmk0> i mean a user called maven
20140311 18:10:25 <rmk0> right now, i could create a gpg key as mraynsford, write the maven config files in my home directory, etc
20140311 18:10:32 <sgothel> ok .. will do
20140311 18:10:33 <rmk0> but if you needed to do the deployment, you'd have to sudo to my account
20140311 18:11:01 <rmk0> makes sense to have an unprivileged account that can basically only do deployments, and owns the key and config files
20140311 18:13:52 <sgothel> user maven is ready
20140311 18:14:01 <sgothel> you can ssh on it ..
20140311 18:14:15 <rmk0> nice
20140311 18:14:17 <rmk0> works
20140311 18:14:29 * rmk0 starts scribbling config files
20140311 18:21:00 <rmk0> sgothel: any preference for the address in the gpg key? will be mediastream@jogamp.org unless there's something better
20140311 18:21:26 <sgothel> ok
20140311 18:21:48 <sgothel> more spam to that honeypot :)
20140311 18:21:51 <rmk0> hehe
20140311 18:23:17 <sgothel> jmaasing has a problem w/ 2.1.5 maven on forum .. *hiding*
20140311 18:23:30 <rmk0> erk, will check soon
20140311 18:24:21 <rmk0> forgot how entropy starved the typical VM is
20140311 18:24:25 <sgothel> process 'hanging' 'zfs send -R ..' how to kill ? -9 didn't help, parent process is dead (now attached to pid 1)
20140311 18:26:51 <rmk0> urgh, that doesn't sound good
20140311 18:27:24 <rmk0> will it not time out eventually?
20140311 18:27:25 <sgothel> was kicking of a backend via 'zfs send', forgot to start ssh-agent
20140311 18:27:52 <sgothel> now it seems this thingy is TO the kernel .. periodically .. etc etc funny concept
20140311 18:28:47 <sgothel> maybe it will timeout .. eventually ?
20140311 18:29:08 <rmk0> .. maybe!
20140311 18:29:16 <rmk0> i don't use the replication features
20140311 18:29:52 <sgothel> I am tossing the snapshots between 2 servers
20140311 18:34:15 <rmk0> just realized maven isn't installed on the server
20140311 18:34:29 <sgothel> ?
20140311 18:34:46 <rmk0> doesn't seem to be an mvn executable
20140311 18:34:49 <sgothel> I use your scripts ..
20140311 18:35:00 <rmk0> ...
20140311 18:35:17 <rmk0> hm, where are debian hiding it...
20140311 18:35:46 <sgothel> do your scripts require mvn to be installed ?
20140311 18:35:49 <rmk0> /opt-share/apache-maven/bin
20140311 18:35:59 <rmk0> yeah, they use mvn for the deployment step
20140311 18:36:22 <sgothel> ^^ manual install
20140311 18:36:26 * rmk0 adjusts path
20140311 18:37:34 <sgothel> now I am puzzled ..
20140311 18:38:14 <sgothel> was doing this as user jogamp .. but mvn is not in it's path either
20140311 18:38:41 <sgothel> . /opt-share/etc/profile.maven
20140311 18:38:42 <sgothel> :)
20140311 18:38:48 <rmk0> heh
20140311 18:39:43 <sgothel> when you are done .. I guess we reboot jogamp .. again, but will find something how to kill that zfs process
20140311 18:43:54 <zubzub> sgothel: that's good to hear. I was just a bit worried because NativeWindowFactory and GraphicsConfigurationFactory have quite a lot of platform specific code at first glance
20140311 18:44:35 <sgothel> right .. well, both if-then-else is quite local .. not so much of a concern regarding 'beauty'
20140311 18:44:40 <rmk0> sgothel: nice, works. will send you all the details
20140311 18:44:45 <rmk0> think i'm done here
20140311 18:44:54 * rmk0 eyes forum
20140311 18:45:06 <sgothel> other code scattered around seems to more concerning
20140311 18:45:40 <sgothel> again: not so easy to make that abstraction decision .. i.e. the balance of beauty, maintenance and efficiency
20140311 18:46:01 <sgothel> however, we are far better than SWT and AWT :)
20140311 18:46:29 <sgothel> i.e. all java modules build for all systems from one build-host and contain the same code
20140311 18:47:01 <sgothel> NEWT and some factories are clean
20140311 18:47:11 <sgothel> ok .. reboot