WebGUI irc logs from: 2012-11.log

--- Log opened Thu Nov 01 00:00:43 2012
-!- kaare_ [~kaare@94.191.199.135.bredband.3.dk] has joined #webgui00:07
-!- ckotil [~ckotil@geni/network-core/ckotil] has quit [Read error: Connection reset by peer]00:15
-!- ckotil [~ckotil@old-n-busted.grnoc.iu.edu] has joined #webgui00:15
@scrottiehaarg, yeah, -c.00:42
@scrottieinteresting nit.  didn't know that.00:42
@scrottieunit tests are probably done running.  there seemed to be some coverage of related logic but then some errors in tests that kept other stuff from testing.  I'm thinking of fixing up the related tests at least first.00:43
-!- kaare_ [~kaare@94.191.199.135.bredband.3.dk] has quit [Ping timeout: 248 seconds]00:45
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]01:19
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui01:42
-!- mode/#webgui [+o daviddelikat] by ChanServ01:42
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]02:49
-!- neilkpd [45b46892@gateway/web/freenode/ip.69.180.104.146] has quit [Quit: Page closed]02:51
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui03:21
-!- mode/#webgui [+o daviddelikat] by ChanServ03:21
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui03:25
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]05:24
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui13:12
-!- mode/#webgui [+o daviddelikat] by ChanServ13:12
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]13:51
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui13:54
-!- mode/#webgui [+o daviddelikat] by ChanServ13:54
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]14:15
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]15:12
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui15:13
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 252 seconds]15:21
-!- neilkpd [45b46892@gateway/web/freenode/ip.69.180.104.146] has joined #webgui15:46
-!- neilkpd [45b46892@gateway/web/freenode/ip.69.180.104.146] has quit [Ping timeout: 245 seconds]15:50
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui16:04
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui16:48
-!- mode/#webgui [+o daviddelikat] by ChanServ16:49
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui16:50
-!- mode/#webgui [+v danny_mk] by ChanServ16:50
-!- sbaur [~Adium@130.157.145.37] has joined #webgui16:54
+danny_mkHello everyone, I know how to run WebGUI8 for one site, however how do I run it for multiple sites.17:37
haargit's not much different from 717:38
haargit will load all of the config files in etc by default17:38
+danny_mkI am using = /usr/local/bin/plackup -E none -s Starman --workers 10 --disable-keepalive --port $PORT --pid $PID --daemonize17:38
haarghow are you running it for one site?17:38
+danny_mkwhere port is a local port that cannot be accessed from the outside17:39
+danny_mkthen in apache ProxyPass        / http://localhost:8990/17:39
+danny_mk   ProxyPassReverse / http://localhost:8990/17:39
+danny_mkof course the site will only know about the "default" site17:39
+danny_mkI wonder if running it via a socket or PerlSetVar psgi_app /websites/myapp.example.com/app.psgi17:41
+danny_mkwould be easier17:41
haargi'd recommend creating a wrapper .psgi file17:41
ckotilhttp://evadeflow.com/wp-content/uploads/2011/03/TabsSpacesBoth.png17:41
haargthat loads the ReverseProxy middleware17:41
+danny_mkfor one site the ProxyPass works great17:41
+danny_mkwrapper .psgi file???17:43
haarghttp://paste.scsys.co.uk/21242417:44
haargand load any other middleware17:44
haargmight want the SizeLimit middleware too17:44
+danny_mkHmmm... this may be one of those FAQs for 8, maybe a document explaining it?17:45
haargthat was always intended to become part of the 'wre for 8' in whatever form it took, but that didn't really happen.17:47
+danny_mkwow, this is becoming a pain in the ass.  One site will work then the other site will go into maintenance mode.   Fix that one then both go into maintenance mode. etc...17:58
+danny_mkWe are definitely going to need a page like this one:  http://search.cpan.org/~xsawyerx/Dancer-1.3110/lib/Dancer/Deployment.pod17:59
haargthe maintenance mode thing seems odd18:02
+danny_mkwell, that is were I am at18:03
+danny_mktried a few different configs once one works the other one is in maintenance mode18:03
haargmaintenance mode should only happen due to upgrades/version changes18:04
haarghow were the sites created?18:05
haargand you might check the webguiVersions table18:05
haargalso, wgd version18:06
+danny_mkalright, I am going to drop the databases then recreate the sites.  This won't take long, stand by18:08
+danny_mkOK, they are working now.   It may have happened because I ran "sbin/wgd reset --upgrade" for each configuration file.18:23
+danny_mkmaybe not a smart idea but since the README specifies setting the WEBGUI_CONFIG variable I "ASS-UMED" I needed to run the upgrade for every site18:23
+danny_mkguess I was WRONG18:24
ckotilre: securing the tag cloud. http://pastie.org/516734918:26
ckotilpastie fail. http://pastebin.com/N9Fe8GXc18:26
ckotilit doesnt seem to affect load times at all18:26
ckotiltho i havent done extensive bench marking on it18:27
@scrottieyou should have to upgrade each site18:29
@scrottieif you don't, besides being kind of busted, the admin bar won't work18:29
@scrottiethat's the first thing most people notice if upgrades aren't run for a site18:29
+danny_mkI only upgraded one site and both worked fine18:29
@scrottiehuh.18:29
+danny_mkbefore the upgrade both were broken18:29
+danny_mkyeah!  that is the weird part18:30
@scrottieI doubt multiple configs got tested so it likely doesn't work very well18:30
@scrottieie, has bugs18:30
+danny_mkif I ran the upgrade twice I would get the maintenance mode on the sites18:30
@scrottieopen a bug ticket and describe exactly what you did and what happened18:30
+danny_mkOK18:31
@scrottieI don't see how that could have worked.18:31
@scrottieunless both config files point to the same database.18:31
+danny_mkdid it five times18:32
+danny_mkgot pretty frustrating :-/18:32
+danny_mkevery new site I bring up will be 818:32
+danny_mkI am only leaving one of my sites at 7 until I am comfortable 8 is working fine18:32
@scrottiewell, let's not be rash...18:33
@scrottietesting 8 along side 7 for a while might make sense18:33
+danny_mksorry, that is the way it works.  Got to take a chance somewhere to make progress 18:33
+danny_mkYou should be happy on not testing human viruses :-P18:34
+danny_mkon not = I am not18:34
* scrottie stares at the output from yesterday's 'prove' run like it's a pile of dog vomit...18:40
@scrottiethe best part is that it never finished.  it just wedged at a certain point.18:40
-!- kaare_ [~kaare@95.209.168.202.mobile.3.dk] has joined #webgui18:50
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]19:34
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui19:48
-!- mode/#webgui [+v danny_mk] by ChanServ19:48
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]20:12
-!- j_wright [~jwright@ip70-173-176-222.lv.lv.cox.net] has joined #webgui20:42
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui20:46
-!- mode/#webgui [+v danny_mk] by ChanServ20:47
+danny_mkOK, something is a bit confusing here, I am looking at a 7.10.27 version.  Looking at the webguiVersion table I see that the last two rows are listed as 7.9.34 and 0.0.0.  Is this normal?21:40
sbaurno, that's a bug21:44
+danny_mkHmmm... seems almost like some db upgrades may not have happened.21:45
sbauri can't find it on the bug board, but i remember a recent version fixing something like that21:45
+danny_mkhow do I know the upgrades actually happened?  I upgraded to 7.10.27 yesterday from a previous version and it displayed the "no upgrade required" message21:46
sbaurin 7.10.25 fixed #12346: toVersion in upgrade_7.9.34-7.10.22.pl was "0.0.0"21:48
sbaurmaybe the same/similar bug happened again?21:49
-!- daviddelikat1 [~dav@76.201.144.172] has joined #webgui21:49
-!- mode/#webgui [+o daviddelikat1] by ChanServ21:49
+danny_mkThere are no entries after 7.10.27, I have done constant upgrades since that version21:52
-!- daviddelikat [~dav@76.201.144.172] has quit [Ping timeout: 255 seconds]21:53
@scrottieseeing the names of the upgrade activities printed out while upgrades run is the most reliably way to know that they ran22:06
@scrottiebut you could read through the code in the upgrade scripts and identify a definitive change one of them makes and then look to see if that change was made in your database22:06
@scrottieI have done that in the past22:06
+danny_mkOK22:07
haargre: earlier discussion with wgd reset --upgrade22:09
haargwebgui's built in upgrade script will run the upgrades for all sites, because which is needed22:09
haargwgd will limit it to a single site though22:09
@scrottieah22:10
-!- daviddelikat1 [~dav@76.201.144.172] has quit [Quit: Leaving.]22:16
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui22:19
-!- mode/#webgui [+o daviddelikat] by ChanServ22:19
haargwgdev does kind of evil things to limit the upgrades to one site22:27
haargit redefines WebGUI::Config::readAllConfigs, then runs upgrade.pl via do in a fork22:28
@scrottiehaha22:31
@scrottieI really need to dust off and fix up Code::Splice22:31
+danny_mklord, fixed the upgrades manually... argghhh....22:37
+danny_mkat least it is up to date22:37
@scrottiesorry about that.22:44
+danny_mkhey, that is the price I have to pay for a really good CMS22:52
+danny_mkdon't mind me22:52
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]22:54
+danny_mkI was just venting22:57
@scrottiewas the fix just a matter of removing the "0.0.0" entry?22:59
+danny_mkIn my case: update webguiVersion set webguiVersion = '7.10.25' where webguiVersion = '0.0.0';23:07
+danny_mkperl upgrade_7.10.25-7.10.26.pl --configFile portal.conf23:08
+danny_mkperl upgrade_7.10.26-7.10.27.pl --configFile portal.conf23:08
+danny_mkthat did the trick23:08
@scrottieah, noted23:09
@scrottieso sbaur was right about #12346... but I guess that creates a catch 22 where future updaters can't fix that since they won't run =|23:10
haargthe master upgrade script itself would need to fix that i'd think23:11
+danny_mkquestion:  Why is the configuration information in a JSON file format instead of a Web interface (admin console)23:18
+danny_mkI mean, why is it not stored in the db?23:18
+danny_mkwith a web interface23:18
+danny_mkshort of the default database, login and password shouldn't that information be stored in a settings table?23:18
+danny_mkwe need a db to run webgui anyway23:19
@scrottiethe JSON file could have a web interface ;)23:19
+danny_mkI know but why not store that information in the DB?23:19
@scrottiethat decision was made way before my time, so I can't tell you.23:20
+danny_mksounds like an RFE if you ask me23:20
@scrottiethe data in the JSON is hierarchical.  it wouldn't map well to a RDBMS.  perhaps what's why.23:20
+danny_mkit is pretty easy for a newbie to corrupt the config file23:21
@scrottiea lot of the stuff should be configured dynamically.  you shouldn't have to list which Workflow Activities you have installed.  23:21
sbaur+1 Scrottie23:21
@scrottieyeah.  it should at least be using the new "lax" standard for JSON23:21
haargdoesn't it?23:21
@scrottienot last time I tried to leave a trailing comma.  perhaps new versions of Config::JSON do.23:22
@scrottieand if you leave a syntax error in there, it doesn't tell you where.  you have to use a JSON validation tool or the like to figure out what you screwed up.  again, the last time I tried.23:22
haargthings in the config file are things that should be controlled by the server administrator, not the site administrator23:22
+danny_mkTo make sure I don't mess-up the file I often run:   perl -MConfig::JSON -e 'Config::JSON->new("/data/WebGUI/etc/site.conf");print "OK\n";'23:22
haargConfig::JSON does allow trailing commas23:23
@scrottiehrm.  okay.23:23
@scrottiedid it not about 1.5 years ago?23:23
@scrottiedoesn't matter.23:26
haargsince at least 200823:27
sbaurI've had it get mad about trailing commas too23:27
sbaurmaybe in certain types of arrays/lists?23:28
haargre: listing installed workflow activities, that isn't something that should be under the control of the site admin generally23:28
haargthe issues i've had with trailing commas is that it never includes them when writing out the file23:28
haargso if you add an extra entry you have to remember to add the comma to the previous line23:29
@scrottieI'm used to being the site admin *and* wG admin so I'm not used to thinking in terms of different roles.23:29
haargand any upgrade processes will strip out trailing commas23:29
+danny_mklater guys, have to get out of here...23:45
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has left #webgui []23:45
-!- kaare_ [~kaare@95.209.168.202.mobile.3.dk] has quit [Ping timeout: 256 seconds]23:48
-!- j_wright [~jwright@ip70-173-176-222.lv.lv.cox.net] has quit [Quit: [A] dreaming of that face again ... it's bright and blue and shimmering ...]23:58
--- Day changed Fri Nov 02 2012
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]01:36
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui04:11
-!- mode/#webgui [+o daviddelikat] by ChanServ04:11
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]07:17
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 260 seconds]07:24
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui07:37
-!- j_wright [~jwright@ip70-173-176-222.lv.lv.cox.net] has joined #webgui10:44
ckotilanyone have or hear about a markdown interface for webgui for creating assets?15:03
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui15:09
-!- mode/#webgui [+o daviddelikat] by ChanServ15:09
@scrottiehrm?  how would that work?15:35
haargi can think of one way that wouldn't be too hard, except for replacing the rich text editor with a plain text box16:15
@scrottie"creating assets" in which sense?  like an Article that just displays content?16:24
+BartJolbtw, I see that the 7.10.27 package has been updated on the update page. All seems to work now16:24
ckotilone way could be just under the rich editor, have an uplaod form that would accept the markdown file16:25
ckotiland voila, an asset is born16:25
-!- kaare_ [~kaare@79.138.165.11.bredband.oister.dk] has joined #webgui16:28
haargyou could install the markdown plugin for template toolkit and use that to format markdown text16:31
haargand you could globally override the description field to be text instead of html16:31
haargbut that would be problematic in a couple ways16:32
ckotilya, bc you'd still want to support the rich editor16:32
ckotilmarkdown support would just be for power users,and tech writers16:32
haargfor a collaboration system it would be easier because you can build your own edit form16:33
ckotilinteresting. 16:34
ckotiltho ive got too much invested into using layouts/articles/files for my doc system to switch now16:34
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:02
-!- elnino [~elnino@user-38q47qq.cable.mindspring.com] has joined #webgui17:17
elninohello!17:17
sbaurhi elnino17:18
@scrottiehihihi17:38
elninohihihihi19:20
elninobyebyebye19:22
-!- elnino [~elnino@user-38q47qq.cable.mindspring.com] has quit [Quit: Leaving]19:22
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]23:23
@scrottiegit log master..scott-wg8 ... even after I cherry-pick something into master from scott-wg8, it still shows up in git log master..scott-wg8.23:35
@scrottieI'm doing something wrong here.23:35
@scrottieworse, I can cherry-pick it over and over and have it show up in the log over and over without ever getting the "would result in an empty commit" error.23:35
@scrottiedo I need to re-install Windows?23:35
--- Day changed Sat Nov 03 2012
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui00:11
-!- mode/#webgui [+o daviddelikat] by ChanServ00:11
-!- kaare_ [~kaare@79.138.165.11.bredband.oister.dk] has quit [Ping timeout: 240 seconds]00:35
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]01:30
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui02:35
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 240 seconds]02:36
@scrottieand after joking about having to re-install Windows, Linux suddenly loses the ability read/write the HD until I force power it off02:39
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]03:54
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 265 seconds]06:01
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui06:47
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 260 seconds]07:32
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui07:33
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 260 seconds]08:18
-!- kaare_ [~kaare@79.138.167.196.bredband.oister.dk] has joined #webgui08:27
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui09:00
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 260 seconds]09:18
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui10:02
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 246 seconds]10:32
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui11:03
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 252 seconds]11:32
-!- kaare_ [~kaare@79.138.167.196.bredband.oister.dk] has quit [Remote host closed the connection]11:50
-!- kaare_ [~kaare@79.138.167.196.bredband.oister.dk] has joined #webgui11:52
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui12:06
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 256 seconds]12:17
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui12:28
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 244 seconds]13:01
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui13:29
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 252 seconds]13:46
-!- pskept [pskept@gateway/shell/devio.us/x-aujchjgvqecwdypl] has quit [Quit: leaving]14:19
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui14:28
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 276 seconds]14:47
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui15:01
-!- mode/#webgui [+o daviddelikat] by ChanServ15:01
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui15:30
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 255 seconds]16:39
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui16:48
-!- Radix_ [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui19:59
-!- mode/#webgui [+v Radix_] by ChanServ19:59
-!- Netsplit *.net <-> *.split quits: +Radix-wrk20:06
--- Day changed Sun Nov 04 2012
-!- kaare_ [~kaare@79.138.167.196.bredband.oister.dk] has quit [Ping timeout: 260 seconds]00:00
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]00:29
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]09:10
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui09:12
-!- ckotil [~ckotil@old-n-busted.grnoc.iu.edu] has quit [Ping timeout: 260 seconds]10:48
-!- kaare_ [~kaare@79.138.168.241.bredband.oister.dk] has joined #webgui11:16
-!- kaare_ [~kaare@79.138.168.241.bredband.oister.dk] has quit [Ping timeout: 252 seconds]11:42
-!- kaare_ [~kaare@94.191.201.9.bredband.3.dk] has joined #webgui11:46
-!- kaare_ [~kaare@94.191.201.9.bredband.3.dk] has quit [Ping timeout: 255 seconds]13:01
-!- kaare_ [~kaare@0x3e2c8782.mobile.telia.dk] has joined #webgui13:09
-!- kaare_ [~kaare@0x3e2c8782.mobile.telia.dk] has quit [Ping timeout: 256 seconds]13:36
-!- kaare_ [~kaare@0x3e2c8682.mobile.telia.dk] has joined #webgui13:37
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui14:38
-!- mode/#webgui [+o daviddelikat] by ChanServ14:38
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]15:12
-!- ckotil [~ckotil@old-n-busted.grnoc.iu.edu] has joined #webgui18:45
-!- kaare_ [~kaare@0x3e2c8682.mobile.telia.dk] has quit [Ping timeout: 256 seconds]23:07
--- Day changed Mon Nov 05 2012
-!- ckotil [~ckotil@old-n-busted.grnoc.iu.edu] has quit [Changing host]15:58
-!- ckotil [~ckotil@geni/network-core/ckotil] has joined #webgui15:58
-!- kaare_ [~kaare@0x3e2c8687.mobile.telia.dk] has joined #webgui16:40
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui17:01
-!- mode/#webgui [+v danny_mk] by ChanServ17:01
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:43
-!- sbaur [~Adium@130.157.145.37] has left #webgui []17:43
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:43
-!- sbaur [~Adium@130.157.145.37] has left #webgui []17:43
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:44
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]17:48
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui17:50
-!- mode/#webgui [+v danny_mk] by ChanServ17:50
-!- neilkpd [45b46892@gateway/web/freenode/ip.69.180.104.146] has joined #webgui18:08
-!- kaare_ [~kaare@0x3e2c8687.mobile.telia.dk] has quit [Ping timeout: 256 seconds]20:18
-!- kaare_ [~kaare@94.191.193.90.bredband.3.dk] has joined #webgui20:24
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]21:44
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui22:03
-!- mode/#webgui [+v danny_mk] by ChanServ22:03
-!- neilkpd [45b46892@gateway/web/freenode/ip.69.180.104.146] has quit [Ping timeout: 245 seconds]22:24
-!- kaare_ [~kaare@94.191.193.90.bredband.3.dk] has quit [Ping timeout: 240 seconds]22:51
--- Day changed Tue Nov 06 2012
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]00:17
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:29
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui05:52
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 240 seconds]05:55
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]06:35
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui06:35
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 248 seconds]06:46
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui06:49
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 260 seconds]07:01
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui07:10
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 268 seconds]07:31
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui08:03
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui17:29
-!- mode/#webgui [+v danny_mk] by ChanServ17:29
-!- kaare_ [~kaare@95.209.213.117.bredband.oister.dk] has joined #webgui17:45
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:02
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]18:11
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui18:15
-!- mode/#webgui [+v danny_mk] by ChanServ18:15
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui20:27
-!- mode/#webgui [+o daviddelikat] by ChanServ20:27
-!- daviddelikat [~dav@76.201.144.172] has quit [Client Quit]20:28
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]20:35
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui20:48
-!- mode/#webgui [+o daviddelikat] by ChanServ20:48
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui20:55
-!- mode/#webgui [+v danny_mk] by ChanServ20:55
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]20:59
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui21:47
-!- mode/#webgui [+o daviddelikat] by ChanServ21:47
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]23:32
-!- kaare_ [~kaare@95.209.213.117.bredband.oister.dk] has quit [Ping timeout: 244 seconds]23:48
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui23:59
-!- mode/#webgui [+o daviddelikat] by ChanServ23:59
--- Day changed Wed Nov 07 2012
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has left #webgui []00:32
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]02:08
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:27
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui04:01
-!- mode/#webgui [+o daviddelikat] by ChanServ04:01
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]06:18
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui06:18
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 252 seconds]06:59
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui07:07
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has quit [Ping timeout: 240 seconds]07:38
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has joined #webgui07:39
-!- mode/#webgui [+v BartJol] by ChanServ07:39
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 245 seconds]07:49
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui07:54
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui08:04
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 255 seconds]08:06
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]09:01
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has quit [Ping timeout: 240 seconds]09:09
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has joined #webgui09:10
-!- mode/#webgui [+v BartJol] by ChanServ09:10
-!- alpha- [~o@unaffiliated/alpha--] has joined #webgui11:25
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui17:19
-!- mode/#webgui [+v danny_mk] by ChanServ17:19
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:42
-!- kaare_ [~kaare@94.191.201.127.bredband.3.dk] has joined #webgui17:54
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]18:19
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:20
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]20:10
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui20:49
-!- mode/#webgui [+v danny_mk] by ChanServ20:49
@scrottieyarrr.21:39
+danny_mkyes?21:41
@scrottieno.22:26
@scrottiemaybe.22:26
@scrottiesometimes.22:26
haargi don't believe you22:30
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]22:57
-!- alpha- [~o@unaffiliated/alpha--] has quit [Remote host closed the connection]22:57
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui22:58
-!- mode/#webgui [+v danny_mk] by ChanServ22:58
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Client Quit]22:58
-!- kaare_ [~kaare@94.191.201.127.bredband.3.dk] has quit [Ping timeout: 260 seconds]23:04
-!- kaare_ [~kaare@94.191.198.189.bredband.3.dk] has joined #webgui23:33
--- Day changed Thu Nov 08 2012
-!- kaare_ [~kaare@94.191.198.189.bredband.3.dk] has quit [Ping timeout: 252 seconds]00:26
-!- j_wright [~jwright@ip70-173-176-222.lv.lv.cox.net] has quit [Quit: [A] that love means death I realized too soon ...]02:27
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:51
-!- haarg [~haarg@haarg.org] has quit [Quit: Leaving]12:08
-!- haarg [~haarg@haarg.org] has joined #webgui12:17
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui15:29
-!- mode/#webgui [+o daviddelikat] by ChanServ15:29
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui17:18
-!- mode/#webgui [+v danny_mk] by ChanServ17:18
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]17:30
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui17:59
-!- mode/#webgui [+o daviddelikat] by ChanServ17:59
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:01
-!- vanjwilson [~van@108-252-46-177.lightspeed.chrlnc.sbcglobal.net] has joined #webgui18:10
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]18:13
vanjwilsonDoes anyone know how to get a DataForm email to also go to the user filling out the DataForm, if there is a required email field on the form? (This can be the same email that comes to the website admin.) It would be a as a confirmation record for the user, in addition to them seeing the Acknowledgement page.18:15
sbaurit's definitely doable, but it's been years since we set it up. let me poke around a bit18:16
sbauri don't "think" we used custom code for that18:16
vanjwilsonthanks, sbaur18:17
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui18:17
-!- mode/#webgui [+v danny_mk] by ChanServ18:17
sbaur1 way might be to create a workflow and then select it in the Add Entry Workflow on the DF18:18
vanjwilsonhoping to avoid heavy lifting, like a Workflow Activity, although I'll search the bazaar to see if someone has already written a generic one for this task...18:20
sbauryep, that's the way to do it. the mail templates don't actually do anything with the mail headers18:20
sbaurand the example I was thinking of was in a custom asset, not DF18:21
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]20:24
-!- haarg [~haarg@haarg.org] has quit [Ping timeout: 246 seconds]20:44
-!- haarg [~haarg@haarg.org] has joined #webgui20:45
-!- kaare_ [~kaare@95.209.209.18.bredband.oister.dk] has joined #webgui20:56
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui21:34
-!- mode/#webgui [+v danny_mk] by ChanServ21:34
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]21:55
-!- vanjwilson [~van@108-252-46-177.lightspeed.chrlnc.sbcglobal.net] has left #webgui []21:55
-!- kaare_ [~kaare@95.209.209.18.bredband.oister.dk] has quit [Ping timeout: 265 seconds]23:26
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]23:32
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui23:33
-!- mode/#webgui [+v danny_mk] by ChanServ23:33
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui23:43
-!- mode/#webgui [+o daviddelikat] by ChanServ23:44
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]23:56
--- Day changed Fri Nov 09 2012
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui00:28
-!- mode/#webgui [+o daviddelikat] by ChanServ00:28
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has left #webgui []00:31
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:36
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]05:40
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui05:42
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]06:44
-!- j_wright [~jwright@ip70-173-176-222.lv.lv.cox.net] has joined #webgui11:32
-!- alpha- [~o@unaffiliated/alpha--] has joined #webgui11:39
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui15:38
-!- mode/#webgui [+o daviddelikat] by ChanServ15:38
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]15:51
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui16:36
-!- mode/#webgui [+o daviddelikat] by ChanServ16:36
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui17:32
-!- mode/#webgui [+v danny_mk] by ChanServ17:32
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:36
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]18:11
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui18:25
-!- mode/#webgui [+v danny_mk] by ChanServ18:25
-!- kaare_ [~kaare@94.191.206.230.bredband.3.dk] has joined #webgui20:12
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]20:25
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui21:39
-!- mode/#webgui [+v danny_mk] by ChanServ21:39
-!- kaare_ [~kaare@94.191.206.230.bredband.3.dk] has quit [Ping timeout: 246 seconds]22:44
--- Day changed Sat Nov 10 2012
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has left #webgui []00:42
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:22
-!- alpha- [~o@unaffiliated/alpha--] has quit [Quit: leaving]02:37
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]06:06
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui07:17
-!- mode/#webgui [+o daviddelikat] by ChanServ07:17
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]07:42
-!- kaare_ [~kaare@95.209.219.180.bredband.oister.dk] has joined #webgui08:08
-!- kaare_ [~kaare@95.209.219.180.bredband.oister.dk] has quit [Ping timeout: 255 seconds]09:02
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui13:39
-!- kaare_ [~kaare@94.191.198.218.bredband.3.dk] has joined #webgui15:15
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui16:48
-!- mode/#webgui [+o daviddelikat] by ChanServ16:48
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]17:09
--- Day changed Sun Nov 11 2012
-!- kaare_ [~kaare@94.191.198.218.bredband.3.dk] has quit [Ping timeout: 246 seconds]00:01
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]01:06
-!- j_wright [~jwright@ip70-173-176-222.lv.lv.cox.net] has quit [Quit: [A] horror and madness I've seen here ...]05:32
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui06:50
-!- mode/#webgui [+o daviddelikat] by ChanServ06:50
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]07:04
-!- kaare_ [~kaare@79.138.168.30.bredband.oister.dk] has joined #webgui08:24
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui15:23
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui16:56
-!- mode/#webgui [+o daviddelikat] by ChanServ16:56
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]17:13
alpha-any idea when webgui 8 going to be officially released?19:07
alpha-(and a WRE with it)19:07
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]19:35
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui19:38
--- Day changed Mon Nov 12 2012
-!- kaare_ [~kaare@79.138.168.30.bredband.oister.dk] has quit [Ping timeout: 260 seconds]00:41
@scrottiealpha-, it's open source.00:54
@scrottiethere's not much secret development going on behind closed doors.00:55
@scrottiewhat you see in the commit log on github is what is happening.00:55
@scrottiethere are a lot fewer people working on it than there used to be.  we used to have one person full time on it.00:56
@scrottienone of our clients are asking for it.00:56
@scrottiemy advice, if you want to see it "released", is to put up a site on it (or a testing site), fix bugs you find, and, if you discover that it's working well, tell us about it.00:56
@scrottiethere's at least a testing WRE for it.  I added some instructions in the docs/ directory not long ago for setting that up.00:57
@scrottieI'm also working on an installer that uses Debian or CentOS system packages rather than the WRE.00:57
@scrottiein fact, I'm watching it run right now.00:58
@scrottiein PlainBlack, there are 2.5 people doing wG related stuff.  one way or another, that's going to be down to 1.5 soon.00:59
@scrottiewG8 has to become a community effort.01:00
@scrottie(wG related stuff means client consulting, mostly)01:01
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has quit [Ping timeout: 240 seconds]01:07
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has joined #webgui01:07
-!- mode/#webgui [+v BartJol] by ChanServ01:07
alpha-alright02:59
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]03:09
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui04:42
-!- mode/#webgui [+o daviddelikat] by ChanServ04:42
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]04:48
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui04:50
-!- mode/#webgui [+o daviddelikat] by ChanServ04:50
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]05:12
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui08:39
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui15:04
-!- mode/#webgui [+o daviddelikat] by ChanServ15:04
-!- kaare_ [~kaare@79.138.161.212.bredband.oister.dk] has joined #webgui18:31
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]20:30
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]21:44
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui22:12
-!- mode/#webgui [+o daviddelikat] by ChanServ22:12
-!- kaare_ [~kaare@79.138.161.212.bredband.oister.dk] has quit [Ping timeout: 260 seconds]23:39
--- Day changed Tue Nov 13 2012
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]02:06
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui02:34
-!- mode/#webgui [+o daviddelikat] by ChanServ02:34
-!- daviddelikat1 [~dav@76.201.144.172] has joined #webgui03:54
-!- mode/#webgui [+o daviddelikat1] by ChanServ03:54
-!- daviddelikat [~dav@76.201.144.172] has quit [Ping timeout: 240 seconds]03:58
-!- daviddelikat1 [~dav@76.201.144.172] has quit [Quit: Leaving.]07:39
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui09:57
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui10:42
-!- mode/#webgui [+v Radix-wrk] by ChanServ10:42
-!- Radix_ [~Radix@203.161.71.161.static.amnet.net.au] has quit [Ping timeout: 246 seconds]10:43
-!- Netsplit *.net <-> *.split quits: mducharme12:12
-!- Netsplit over, joins: mducharme12:15
-!- Netsplit *.net <-> *.split quits: +Radix-wrk12:20
-!- Netsplit over, joins: +Radix-wrk12:22
-!- Netsplit *.net <-> *.split quits: +Radix-wrk12:26
-!- Netsplit over, joins: +Radix-wrk12:27
-!- Netsplit *.net <-> *.split quits: three18ti12:28
-!- Netsplit over, joins: three18ti12:28
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui15:37
-!- mode/#webgui [+o daviddelikat] by ChanServ15:37
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]16:16
-!- kaare_ [~kaare@95.209.211.30.bredband.oister.dk] has joined #webgui17:11
-!- danny_mk [~danny_mk@173.166.55.113] has joined #webgui18:35
-!- mode/#webgui [+v danny_mk] by ChanServ18:35
-!- danny_mk [~danny_mk@173.166.55.113] has quit [Quit: danny_mk]20:06
-!- sbaur [~Adium@130.157.145.37] has joined #webgui20:22
@scrottiehey everyone!21:18
@scrottieanyone want to test my wG8 installer?  CentOS seems to be go.  at least for me.21:18
@scrottieI did Debian first but didn't completely finish it (system startup files are todo) and it's likely broken now.21:18
@scrottiealso, anyone strong with OSX stuff that could help me later add support for that?21:19
haargmaybe21:19
@scrottieoh, hai!21:20
haargwhat kind of os specific stuff do you have in mind?21:20
@scrottieinstalling packages -- mysql/percona, libcurses, nginx, perl, and so on.21:20
@scrottiesetting up system startup files (rc stuff, or whatever OSX does)21:21
@scrottieadding a user.21:21
sbaurscrottie, macports is your friend :-)21:21
haargunfortunately there are at least three different 'package managers' for mac21:21
@scrottieugh.  building Curses and Curses::Widgets from source, if no packages are available.  or maybe bundling pre-built perl modules.21:22
haargpersonally, i use homebrew21:22
@scrottiesbaur, noted.  still, I have no experience with the platform as a developer, so knowing who to ask about stuff will help helpful.21:22
@scrottieI'll just ask the channel it looks like =)21:22
haargwhich is basically just a bunch of recipes for compiling various packages from source21:22
@scrottiepkgsrc style?21:23
haargand trying not to duplicate things that come with the os21:23
* scrottie nods21:23
haargso it's pretty lightweight, but isn't a proper 'package manager'21:23
@scrottieand again, I'm looking for testers for this thing.21:23
@scrottieif I use an installer which isn't the preferred installer of the owner of the machine, then my installer will probably be rejected.21:24
@scrottieer, unless I use their favorite installer, they probably won't use my script.21:24
@scrottieit sounds like.21:24
@scrottieseldom do different package managers mix and match well.21:24
haargi think it would work fine to have both macports and homebrew on the same machine21:25
@scrottiehmm, okay.21:25
haargthey use different roots and generally don't touch things outside that21:25
@scrottieoh, wow.21:25
@scrottieI probably need a newer OSX install to develop/test on, too.21:25
@scrottiewhich probably means newer Mac hardware.21:30
haargwhat processor and os x version do you have?21:31
@scrottie233mhz G3, 10.3 Panther21:32
haargheh21:32
sbauryep, it's time to upgrade :-)21:32
-!- danny_mk [~danny_mk@173.166.55.113] has joined #webgui21:33
-!- mode/#webgui [+v danny_mk] by ChanServ21:33
@scrottiejust to be a jerk, I want to walk into the Apple Store with an Apple ][ and try to get them to help me read a bad floppy disk21:34
sbaurmac mini, 2.5GHz dual core i5 4GB ram starts at $59921:34
sbaurlol scrottie21:34
sbauryou'll probably need a $29 display adaptor for that mini though21:35
@scrottiehonestly, I'm going to try one of these piratebay OSX-on-PC-hardware installs on one of my beige-box AMDs21:35
sbaurseems "risky" from a development PoV21:36
@scrottieif that doesn't work, then I'll borrow hardware from PlainBlack21:36
@scrottierisky legally or security wise?21:36
sbaurrisky, as in unpredictable results21:36
@scrottiehrm.21:37
sbaurjust because apple/mac is such a walled hardware/software garden21:37
sbaurbut, I am not a developer, so it's not an informed opinion at all21:38
sbaurbut i am a long time mac user for whatever that's worth21:38
@scrottiein theory, all of they did was throw an EFI-compat bootloader on there, replace the kernel, and add some drivers.  but you never know.21:38
@scrottieer, all they did21:39
@scrottiewell, this is stuff I know little about, I'm grateful for the suggestions.21:39
@scrottielead21:49
@scrottielead acid batteries are terrible.  I need a UPS with nimh, at least.21:49
ckotili went the mac mini route. got the upgraded cpu, and base everything else. then got a 16gb ram kit from crucial for cheap22:09
ckotilfigure after a while I will throw a ssd in ther along side the hdd (it has room for both)22:10
@scrottieyou don't take a laptop with you everywhere you go?  I guess the phone revolution might be staving off the extinction of the dekstop22:14
@scrottiedesktop22:15
ckotilive got a laptop too. 13" macbook. im such a mac sucker22:16
-!- kaare_ [~kaare@95.209.211.30.bredband.oister.dk] has quit [Ping timeout: 252 seconds]22:25
@scrottiewhen Atari was big, I did my best to buy everything they made... 600XL, XE-GS, 130XE, 800 (just for kicks), 2600, Lynx, 7800, Jaguar... as well as all of the computer accessors like the XF551 drive.22:50
@scrottiethen when Amiga was big, I tried to buy everyone... the 1000 then the 3000 with video cards and RAM and CPU upgrades...22:51
@scrottiewhen the PalmPilot came out, I had to have one, and I probably sold 20 of them to random people on the street and friends.  then WindowsCE then Nokia N800...22:51
@scrottiebut now I think I'm just done.22:51
@scrottieI got it out of my system.22:52
@scrottiemy Panasonic Toughbook is badly out of date but I have no enthusiasm for the idea of fighting with Linux on a newer machine, trying to get things to actually work.  making things work was a battle I wonder thousands and thousands of times over only to, soon afterwards, find myself right back in the same battle.22:53
@scrottieer, battle I wasted22:56
@scrottieI've also, way too many times, thrown away everything I know to migrate to another system and start at square one.  can't get anything done like that.22:57
@scrottiebleah.22:57
@scrottiesorry.22:57
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]23:09
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui23:11
--- Day changed Wed Nov 14 2012
-!- danny_mk [~danny_mk@173.166.55.113] has left #webgui []00:01
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:27
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]02:30
-!- daviddelikat [~dav@76.201.144.172] has joined #webgui03:15
-!- mode/#webgui [+o daviddelikat] by ChanServ03:15
-!- daviddelikat [~dav@76.201.144.172] has quit [Quit: Leaving.]05:29
-!- diakopter [~M8YCjC56g@209.9.237.164] has joined #webgui06:48
diakopterhi06:48
diakopterany plainblack folk around?06:53
-!- ckotil [~ckotil@geni/network-core/ckotil] has quit [Read error: Connection reset by peer]07:19
-!- ckotil [~ckotil@old-n-busted.grnoc.iu.edu] has joined #webgui07:19
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui09:47
@scrottiehi diakopter09:47
@scrottiewhat's up that brings you this channel at this hour?09:47
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]11:32
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]14:21
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui14:21
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Client Quit]14:24
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui14:24
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Client Quit]14:28
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui14:29
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui16:58
-!- kaare_ [~kaare@95.209.172.177.mobile.3.dk] has joined #webgui17:07
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has quit [Quit: Leaving.]17:35
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:06
-!- sbaur [~Adium@130.157.145.37] has left #webgui []18:07
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:07
-!- diakopter [~M8YCjC56g@209.9.237.164] has left #webgui []18:59
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]19:59
-!- kaare_ [~kaare@95.209.172.177.mobile.3.dk] has quit [Ping timeout: 265 seconds]23:17
--- Day changed Thu Nov 15 2012
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]00:10
-!- sbaur [~Adium@130.157.145.37] has joined #webgui00:10
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:38
-!- ckotil_ [~ckotil@old-n-busted.grnoc.iu.edu] has joined #webgui09:42
-!- ckotil [~ckotil@old-n-busted.grnoc.iu.edu] has quit [Read error: Connection reset by peer]09:44
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui10:03
-!- kaare_ [~kaare@94.191.188.98.bredband.3.dk] has joined #webgui16:59
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:04
-!- ckotil_ is now known as ckotil21:07
-!- ckotil [~ckotil@old-n-busted.grnoc.iu.edu] has quit [Changing host]21:07
-!- ckotil [~ckotil@geni/network-core/ckotil] has joined #webgui21:07
-!- kaare_ [~kaare@94.191.188.98.bredband.3.dk] has quit [Ping timeout: 260 seconds]23:21
--- Day changed Fri Nov 16 2012
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]01:12
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:17
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui05:39
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 252 seconds]05:40
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui09:58
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]16:14
-!- kaare_ [~kaare@94.191.200.1.bredband.3.dk] has joined #webgui16:23
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui16:24
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:44
-!- sbaur [~Adium@130.157.145.37] has left #webgui []17:46
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:46
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]18:40
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui19:04
-!- kaare_ [~kaare@94.191.200.1.bredband.3.dk] has quit [Ping timeout: 268 seconds]21:38
--- Day changed Sat Nov 17 2012
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]01:14
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:20
-!- pskept [pskept@gateway/shell/devio.us/x-lvlgurayfsalllcv] has joined #webgui02:53
-!- ckotil [~ckotil@geni/network-core/ckotil] has quit [Ping timeout: 252 seconds]05:19
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui11:30
-!- ckotil [~ckotil@old-n-busted.grnoc.iu.edu] has joined #webgui13:12
-!- kaare_ [~kaare@79.138.239.198.bredband.3.dk] has joined #webgui13:31
-!- kaare_ [~kaare@79.138.239.198.bredband.3.dk] has quit [Ping timeout: 248 seconds]18:04
-!- kaare_ [~kaare@79.138.169.143.bredband.oister.dk] has joined #webgui20:34
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui21:23
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 265 seconds]21:25
-!- ckotil [~ckotil@old-n-busted.grnoc.iu.edu] has quit [Ping timeout: 244 seconds]21:40
-!- kaare_ [~kaare@79.138.169.143.bredband.oister.dk] has quit [Ping timeout: 264 seconds]23:46
--- Day changed Sun Nov 18 2012
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]02:40
-!- kaare_ [~kaare@95.209.219.148.bredband.oister.dk] has joined #webgui11:07
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui12:13
-!- kaare_ [~kaare@95.209.219.148.bredband.oister.dk] has quit [Ping timeout: 255 seconds]23:30
--- Day changed Mon Nov 19 2012
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]02:14
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui08:19
-!- ckotil [~ckotil@old-n-busted.grnoc.iu.edu] has joined #webgui15:49
-!- ckotil [~ckotil@old-n-busted.grnoc.iu.edu] has quit [Changing host]16:34
-!- ckotil [~ckotil@geni/network-core/ckotil] has joined #webgui16:34
haargscrottie: ping18:13
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui19:22
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 248 seconds]19:24
@scrottiepong.19:53
@scrottiesup?19:53
haargfor webgui-on-cpan, what are your thoughts on the etc directory?19:54
@scrottieargh.19:55
@scrottiesorry, only easy questions today.19:55
* scrottie closes the blinds19:55
@scrottieI guess if you did the usual App thing, it would be a .rc file in the user's home directory that was optional and had full defaults19:55
@scrottiedaemons... that would be a better match...19:55
@scrottiethere are App:: modules but if there are Daemon:: modules, they're probably for making daemons, not actual daemons in and of themselves19:56
haargwell, the per site config files i'm somewhat less worried about, since they are only 'collected' by app.psgi19:56
haargwell, and i guess spectre19:57
haargthe spectre and log configs are the kind of nasty bits19:57
@scrottiethere's a webroot and a domain name... uploads path and extras...19:57
@scrottiekeep etc where it is, keep the sample file in there, bundle my installer, require WEBGUI_CONFIG set when run...19:58
@scrottiemake people run the stupid installer19:58
haargwebroot, domain name, and uploads all are in the site config, which can be put anywhere really.19:59
haargextras can be installed as shared files - they can be treated as read only19:59
haarganything read only is easy to package20:00
@scrottieit seems like a setup utility that knew how to translate shared files (sample .conf, OS specific startup files for wG/plack, etc) into system config files20:05
@scrottie... would be the way to go20:05
haargto some extent20:05
haargbut the location for those files is baked into the source20:05
@scrottieit's a daisey chain20:06
haargi did as much as possible to eliminate that for site configs, but the global configs are trickier20:06
@scrottiethe rc.d files point to the app.psgi20:06
@scrottieso the installer would just have to set all of that up20:06
haarggenerating the files based on templates is relatively easy.  locating the global files is the ugly bit.20:06
@scrottieI can make it fall back on adding stuff to rc.local, too20:06
@scrottielocating them when?20:07
@scrottiewhen wG is started up by init?20:07
haargyes20:07
haargso env vars would certainly be an option20:07
haargcould probably do $ENV{WEBGUI_ETC} || '/etc/webgui' or something20:08
haargor no fallback and just die20:08
@scrottieyeah, well... my installer, as it stands, cd's into the right directory, sets the right environment variables, and runs it... in the rc.d file20:14
@scrottieer, makes an rc.d file that does that20:14
@scrottieyou'll probably be as consternated by my code as I am by yours ;)20:14
@scrottiesince I wrote it initially entirely off the clock, I didn't use standard style20:15
haargwhat env vars does it set?20:15
@scrottiehave a fresh CentOS install?20:15
haargnope20:15
@scrottieheh20:15
@scrottielet me see20:16
haarga couple other cpan deps are broken :/20:16
haargone would be an easy fix, the other should probably be ripped out20:16
haargBusiness::Tax::VAT::Validation fails its pod test because of an encoding issue20:17
haargWeather::Com requires Time::Format, which is broken20:17
haargor possibly Date::Manip is broken, causing Time::Format to fail20:18
haargi really hate Date::Manip20:18
@scrottiehrm.20:18
haargif there was an alternative weather provider, that might be a better solution than fixing Weather::Com20:19
@scrottiehttps://gist.github.com/2973558 line 160920:24
@scrottieI had templates for the config files included in a uuencoded tar.gz on the end but they kept changed and then the whole uue would change so I decided it was cleaner just to hard-code them in, Frank style20:25
@scrottiegoal of the installer is to be a single file you download and run20:25
haargthe problem is that with a cpan type dist there is no 'webgui root' anymore20:30
haargi might just change it to have a baked in default log config that basically does nothing, and move the log init to the app.psgi20:30
@scrottiewell, there still can be an etc directory.20:34
@scrottieand that can be installed somewhere.20:34
@scrottiedefaulting to logging under /var/log is not a bad default option.20:35
@scrottieand the installer could create and populate the /etc directory.  it could do it in someone's homedir, in /data, in /usr/local, or whatever.20:36
@scrottieafter people install the WebGUI module, they have a choice of doing the source install or using the system-packages installer (with the WRE route a different path).  either way, if they're doing source install or running an installer, rc.d files are getting created and an etc directory set up.20:38
@scrottieand the installer would be copying some of the etc stuff from 'share'20:39
@scrottieor am I missing something?20:40
@scrottierc.d files point to app.psgi; app.psgi pulls in the site psgis; those load the perl modules and config files; those reference databases, static, and dynamic files20:40
@scrottiesorry, I'm tired.20:41
@scrottieno "webgui root".  right.  the installer currently makes a directory at a location the user specifies (or defaults to) and puts etc and WebGUI/lib/WebGUI in there.20:42
@scrottiebut yeah, it would make more sense if "webgui root" went away.20:42
@scrottieit's doing a git clone, but ultimately installing it with cpanm probably makes more sense.20:43
@scrottieso it boils down to putting etc somewhere completely different than 'domains'20:43
@scrottielog init in app.psgi seems reasonable20:47
-!- kaare_ [~kaare@95.209.218.23.bredband.oister.dk] has joined #webgui21:29
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]22:48
-!- kaare_ [~kaare@95.209.218.23.bredband.oister.dk] has quit [Ping timeout: 252 seconds]23:08
--- Day changed Tue Nov 20 2012
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has joined #webgui06:47
-!- mode/#webgui [+o daviddelikat] by ChanServ06:47
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]07:08
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui09:48
-!- scrottie [~scott@li25-98.members.linode.com] has quit [Ping timeout: 260 seconds]10:14
-!- scrottie [~scott@li25-98.members.linode.com] has joined #webgui12:14
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has joined #webgui15:13
-!- mode/#webgui [+o daviddelikat] by ChanServ15:13
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]15:29
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui16:13
-!- kaare_ [~kaare@94.191.202.228.bredband.3.dk] has joined #webgui17:11
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]19:24
-!- ckotil_ [~ckotil@129.79.9.44] has joined #webgui23:05
ckotil_scrottie: what's the name of the UI test suite you were working on with someone else?23:06
haargselenium?23:07
ckotil_yes!23:18
ckotil_thank you haarg 23:21
scrottieoh, hai23:31
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has quit [Ping timeout: 255 seconds]23:31
scrottieI didn't do diddly squat but merge code and run the tests a couple of times23:31
scrottieit was all danny_mk there23:31
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has joined #webgui23:31
-!- mode/#webgui [+o daviddelikat] by ChanServ23:31
-!- mode/#webgui [+o scrottie] by ChanServ23:32
ckotil_yeah, i coudlnt think of danny's name23:34
-!- ckotil_ [~ckotil@129.79.9.44] has quit [Quit: leaving]23:47
--- Day changed Wed Nov 21 2012
-!- pskept_ [pskept@gateway/shell/devio.us/x-ijmwcfdhsfphboug] has joined #webgui00:20
-!- Netsplit *.net <-> *.split quits: pskept00:24
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui00:36
-!- kaare_ [~kaare@94.191.202.228.bredband.3.dk] has quit [Ping timeout: 276 seconds]00:44
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]01:06
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui01:08
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Client Quit]01:13
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]01:24
-!- daviddelikat [~dav@h184-60-30-27.mdsnwi.dsl.dynamic.tds.net] has joined #webgui02:58
-!- mode/#webgui [+o daviddelikat] by ChanServ02:58
-!- daviddelikat [~dav@h184-60-30-27.mdsnwi.dsl.dynamic.tds.net] has quit [Ping timeout: 260 seconds]04:27
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has joined #webgui05:23
-!- mode/#webgui [+o daviddelikat] by ChanServ05:23
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]07:21
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui09:45
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui09:53
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 252 seconds]09:55
-!- pskept_ [pskept@gateway/shell/devio.us/x-ijmwcfdhsfphboug] has quit [Quit: leaving]15:35
-!- pskept [pskept@gateway/shell/devio.us/x-givtklkkriqhmqyz] has joined #webgui15:35
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has joined #webgui16:57
-!- mode/#webgui [+o daviddelikat] by ChanServ16:57
-!- kaare_ [~kaare@94.191.195.39.bredband.3.dk] has joined #webgui17:10
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]17:49
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has joined #webgui18:16
-!- mode/#webgui [+o daviddelikat] by ChanServ18:16
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]22:37
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has joined #webgui22:58
-!- mode/#webgui [+o daviddelikat] by ChanServ22:58
-!- kaare_ [~kaare@94.191.195.39.bredband.3.dk] has quit [Ping timeout: 260 seconds]23:49
--- Day changed Thu Nov 22 2012
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]03:00
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]03:42
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has quit [Read error: Connection reset by peer]09:00
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui09:00
-!- mode/#webgui [+v Radix-wrk] by ChanServ09:00
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui09:35
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui18:01
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 265 seconds]18:03
-!- kaare_ [~kaare@94.191.201.95.bredband.3.dk] has joined #webgui18:32
--- Day changed Fri Nov 23 2012
-!- kaare_ [~kaare@94.191.201.95.bredband.3.dk] has quit [Ping timeout: 252 seconds]00:33
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]01:15
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui09:39
-!- kaare_ [~kaare@95.209.209.255.bredband.oister.dk] has joined #webgui17:09
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui17:46
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 252 seconds]17:48
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]22:54
-!- kaare_ [~kaare@95.209.209.255.bredband.oister.dk] has quit [Ping timeout: 264 seconds]23:26
--- Day changed Sat Nov 24 2012
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has joined #webgui01:33
-!- mode/#webgui [+o daviddelikat] by ChanServ01:33
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]01:54
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui02:40
-!- mode/#webgui [+v Radix-wrk] by ChanServ02:40
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has joined #webgui03:13
-!- mode/#webgui [+o daviddelikat] by ChanServ03:13
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]03:25
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]03:48
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]05:32
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has joined #webgui05:32
-!- mode/#webgui [+o daviddelikat] by ChanServ05:32
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]05:38
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has joined #webgui05:50
-!- mode/#webgui [+o daviddelikat] by ChanServ05:50
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]06:52
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui07:34
-!- mode/#webgui [+v Radix-wrk] by ChanServ07:35
-!- kaare_ [~kaare@94.191.204.107.bredband.3.dk] has joined #webgui10:37
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has quit [Ping timeout: 240 seconds]13:34
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui14:04
-!- mode/#webgui [+v Radix-wrk] by ChanServ14:04
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui14:16
-!- kaare_ [~kaare@94.191.204.107.bredband.3.dk] has quit [Ping timeout: 255 seconds]23:40
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has joined #webgui23:52
-!- mode/#webgui [+o daviddelikat] by ChanServ23:52
--- Day changed Sun Nov 25 2012
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]02:11
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has joined #webgui03:14
-!- mode/#webgui [+o daviddelikat] by ChanServ03:14
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]03:41
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]03:55
-!- Netsplit *.net <-> *.split quits: three18ti, pskept, +Radix-wrk08:10
-!- Netsplit over, joins: pskept08:20
-!- three18ti [~three18ti@chiliproject.handynetworks.com] has joined #webgui08:21
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui10:20
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui12:15
-!- mode/#webgui [+v Radix-wrk] by ChanServ12:15
-!- kaare_ [~kaare@79.138.234.27.bredband.3.dk] has joined #webgui13:59
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui20:26
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 240 seconds]20:27
-!- kaare_ [~kaare@79.138.234.27.bredband.3.dk] has quit [Ping timeout: 245 seconds]23:17
--- Day changed Mon Nov 26 2012
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]00:48
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui02:00
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 260 seconds]02:01
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has joined #webgui02:13
-!- mode/#webgui [+o daviddelikat] by ChanServ02:13
-!- daviddelikat [~dav@ppp-70-226-163-8.dsl.mdsnwi.ameritech.net] has quit [Quit: Leaving.]05:14
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]07:19
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui07:20
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui09:46
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui11:00
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 250 seconds]11:01
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui12:05
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 264 seconds]12:06
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui14:42
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 276 seconds]14:44
-!- scrottie [~scott@li25-98.members.linode.com] has quit [Ping timeout: 240 seconds]14:51
-!- scrottie [~scott@li25-98.members.linode.com] has joined #webgui14:51
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has joined #webgui15:06
-!- mode/#webgui [+v BartJol] by ChanServ15:06
-!- kaare_ [~kaare@94.191.204.49.bredband.3.dk] has joined #webgui16:50
-!- daviddelikat [~dav@71.150.251.61] has joined #webgui16:55
-!- mode/#webgui [+o daviddelikat] by ChanServ16:55
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui17:06
-!- mode/#webgui [+v danny_mk] by ChanServ17:06
+danny_mkIf I want to change database links dynamically do I only use:  WebGUI::DatabaseLink->new($self->session, $dbLinkId)17:25
+danny_mkor is there something I may be overlooking?17:32
haargwhat do you mean by change them dynamically?17:40
+danny_mkOK, for example, I have a client that has multiple stores.  Every store has its own DB (dbLink) that we can connect to via VPN...17:42
+danny_mkGiven a drop down menu where he can set the store (in the session) we can dynamically assign the dbLink to the store17:42
+danny_mkdoes that make sense?17:43
haargthat mostly makes sense.  and that is how you create a dblink instance.17:48
+danny_mkLike a store dbLinkId stored in:   $session->scratch->get('selectedStoreDbLink')17:48
haargsession scratch can only store simple values17:49
haargnot objects17:49
+danny_mka dbLinkId is a simple value17:49
haargyeah sorry.  read that wrong.17:49
haargso yes, you can store the id in there just fine.17:50
+danny_mkLOL, yes, I got that I was just wondering about best practice and if anyone does anything different17:50
haargseems like a pretty reasonably way to do it17:51
+danny_mkOK, thank you.17:52
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:00
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]18:11
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]18:40
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui18:43
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui19:10
-!- mode/#webgui [+v danny_mk] by ChanServ19:10
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]20:30
-!- mode/#webgui [+o scrottie] by ChanServ21:07
-!- haaarg [~haarg@haarg.org] has joined #webgui22:00
-!- Netsplit *.net <-> *.split quits: haarg22:01
-!- haaarg is now known as haarg22:01
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui22:24
-!- mode/#webgui [+v danny_mk] by ChanServ22:24
-!- kaare_ [~kaare@94.191.204.49.bredband.3.dk] has quit [Ping timeout: 255 seconds]23:12
--- Day changed Tue Nov 27 2012
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has left #webgui []00:45
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui00:57
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 255 seconds]00:58
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]01:32
-!- ckotil [~ckotil@geni/network-core/ckotil] has quit [Read error: Connection reset by peer]02:28
-!- ckotil [~ckotil@old-n-busted.grnoc.iu.edu] has joined #webgui02:28
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:29
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]06:33
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui06:35
-!- daviddelikat [~dav@71.150.251.61] has quit [Quit: Leaving.]07:29
-!- daviddelikat [~dav@71.150.251.61] has joined #webgui07:33
-!- mode/#webgui [+o daviddelikat] by ChanServ07:33
-!- daviddelikat [~dav@71.150.251.61] has quit [Ping timeout: 264 seconds]07:38
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui09:16
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui13:00
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 248 seconds]13:00
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has joined #webgui15:32
-!- mode/#webgui [+o daviddelikat] by ChanServ15:32
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui17:30
-!- mode/#webgui [+v danny_mk] by ChanServ17:30
-!- kaare_ [~kaare@95.209.171.133.mobile.3.dk] has joined #webgui17:37
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui17:51
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 244 seconds]17:54
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:01
-!- ckotil [~ckotil@old-n-busted.grnoc.iu.edu] has quit [Changing host]18:16
-!- ckotil [~ckotil@geni/network-core/ckotil] has joined #webgui18:16
-!- kaare_ [~kaare@95.209.171.133.mobile.3.dk] has quit [Remote host closed the connection]19:37
-!- kaare_ [~kaare@95.209.171.133.mobile.3.dk] has joined #webgui19:44
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]19:46
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui19:50
-!- mode/#webgui [+v danny_mk] by ChanServ19:50
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: danny_mk]20:06
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui20:44
-!- mode/#webgui [+v danny_mk] by ChanServ20:44
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]21:17
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui21:17
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui22:45
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 264 seconds]22:47
-!- kaare_ [~kaare@95.209.171.133.mobile.3.dk] has quit [Ping timeout: 260 seconds]23:05
--- Day changed Wed Nov 28 2012
-!- danny_mk [~danny_mk@173-166-55-113-newengland.hfc.comcastbusiness.net] has left #webgui []00:18
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]01:01
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]01:42
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:22
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has joined #webgui03:10
-!- mode/#webgui [+o daviddelikat] by ChanServ03:10
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has quit [Ping timeout: 264 seconds]03:15
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has joined #webgui03:20
-!- mode/#webgui [+o daviddelikat] by ChanServ03:20
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui05:02
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 255 seconds]05:03
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]07:44
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has joined #webgui07:50
-!- mode/#webgui [+o daviddelikat] by ChanServ07:50
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]07:58
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has quit [Ping timeout: 245 seconds]08:23
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui09:15
-!- mode/#webgui [+v Radix-wrk] by ChanServ09:15
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui09:42
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui10:45
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 264 seconds]10:46
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has joined #webgui15:22
-!- mode/#webgui [+o daviddelikat] by ChanServ15:22
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]16:50
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui16:52
-!- kaare_ [~kaare@94.191.192.25.bredband.3.dk] has joined #webgui17:09
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]17:34
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:56
haargscrottie: new release of Business::Tax::VAT::Validation out that should pass its tests and install cleanly from cpan19:20
sbaurSo, today's project is to get WebGUI running on 64bit RHEL 519:45
sbaurAnyone have any pointers for me? I'm downloading the wre (0.9.4) right now19:46
sbaurthough that specifically says ia32 in the filename19:46
sbaurthe wre installation page in the wiki only seems to have recommendations for 64 bit mac os19:47
sbaurhmmm found this thread, maybe I'll try this route instead - https://www.webgui.org/forums/dev/wre-for-centos-6-64bit19:49
@scrottiesbaur, try the installer!19:59
@scrottie64 bit CentOS was the last platform I tested it on19:59
@scrottiewait, 7 or 8?19:59
sbaurwg 719:59
@scrottieah.19:59
sbaurso, that means no installer... right?19:59
@scrottieyeah, sorry.20:11
@scrottieit pretty squarely targets 8.20:12
sbaurthat will be good for later, assuming 8 is ever released20:14
sbaurpvanthony has written up the procedure really well (at least so far) in the thread I linked to. I think it should be added to the wiki (and I will after I finish with it)20:18
sbaurof course, getsources is having some issues...20:19
sbaurer, getsource.sh20:20
@scrottiehrm.20:32
@scrottiepatches welcome!20:32
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has joined #webgui20:40
-!- mode/#webgui [+o daviddelikat] by ChanServ20:40
@scrottiedelikat!20:59
sbaurfiled a bug with a patch file, though maybe someday I'll figure out how to use git for this sort of stuff21:27
sbaurhttp://www.webgui.org/use/bugs/tracker/1240021:30
-!- kaare__ [~kaare@94.191.192.25.bredband.3.dk] has joined #webgui23:16
@scrottie wget -t 4 -nv http://downloads.sourceforge.net/project/libpng/zlib/1.2.7/zlib-1.2.7.tar.gz?user_mirror=autoselect23:22
@scrottie-tar zxf zlib-1.2.7.tar.bz223:22
@scrottie+tar zxf zlib-1.2.7.tar.gz23:22
-!- Netsplit *.net <-> *.split quits: kaare_23:22
@scrottieso... the script was requesting a .tar.gz and getting a .tar.bz2, but now it gets a .tar.gz?23:23
@scrottiecurious.23:23
-!- ckotil_ [~ckotil@old-n-busted.grnoc.iu.edu] has joined #webgui23:23
@scrottieis that patch relative to a git checkout of wrebuild?  if so, which branch?23:25
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]23:29
-!- kaare__ [~kaare@94.191.192.25.bredband.3.dk] has quit [Ping timeout: 260 seconds]23:29
-!- pskept_ [pskept@gateway/shell/devio.us/x-uffvzcvyuzfgmeii] has joined #webgui23:30
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui23:30
-!- Netsplit *.net <-> *.split quits: pskept, ckotil23:33
sbauri did this, git clone https://github.com/plainblack/wrebuild.git23:33
sbaur and then git checkout wre723:33
sbaurdoes that answer your question scrottie?23:33
sbaurTask::WebGUI sure does take an awful long time to install23:47
@scrottieyup, answers the question.23:50
@scrottieI commented on the ticket too.23:51
sbaurcool23:53
sbaurnow to look at 1500 lines of output and figure out why "! Bailing out the installation for Task-WebGUI-2.0000"23:56
--- Day changed Thu Nov 29 2012
sbaurscrottie, the fact that Task::WebGUI fails to install somethings because of Library locations, is that something that can be fixed in Task:WebGUI? (e.g. Crypt::SSLeay, XML::Parser)00:12
sbauror can it only be fixed by hand?00:12
@scrottieuh, depends why it is failing00:38
sbaursee number 18 on this thread http://www.webgui.org/forums/dev/wre-for-centos-6-64bit/14 (second to last post)00:39
sbaurand, why, for some of the modules does running perl Makefile.PL;make;make install fix it?00:40
sbauroh, that should be item 18 in the 14th post on the thread...00:40
@scrottieImageMagick-perl.$cpu ... this package needs to be installed or ImageMagick won't build00:41
@scrottiethere may be other cases where a perl module requires something to be installed from source or a package00:42
sbaurno, the stuff about Crypt::SSLeay and XML::Parser00:42
@scrottie"For Crypt::SSLeay, I had to change the include directory option in the Makefile. From -I/usr/local/include to -I/data/wre/prereqs/include"00:43
sbaurright, i was wondering if Task::WebGUI could somehow make that happen when it's trying to install00:44
@scrottiethe toolchain (gcc and ld in particular) by default doesn't know to look in /data/wre/prereqs/include and lib for stuff it needs00:44
@scrottienot exactly...00:44
@scrottiebut you can do:  export CFLAGS=-I/data/wre/prereqs/include00:44
@scrottieand export LDFLAGS=-L/data/wre/prereqs/lib00:44
@scrottie*but* there are three different perl build systems in common use, and only one of them reliably gets that right.  and one reliably doesn't.00:45
@scrottieModule::Build, ExtUtils::MakeMaker, etc00:45
sbaurI don't have the time to wipe everything out and see if doing that before trying the Task::WebGUI install would help00:45
@scrottiedon't wipe everything out.00:46
@scrottiejust do cpanm Task::WebGUI again00:46
@scrottiethe stuff that installed is fine, and it won't try to rebuild and reinstall it.00:46
@scrottiethe stuff it got stuck on, it might get past.00:46
sbaurcool00:46
@scrottieif not, go from source.00:46
@scrottiecpanm has a ~/.cpanm directory and has the build directories stashed in there.  you should be able to cd into there and try to continue where it left off.00:47
sbaurI guess after spending hour+ waiting for Task::WebGUI to install, I'm just kind of peeved I still need to install 15 modules from source00:47
@scrottieheh, yup.00:47
sbaurpeeved may be an understatement, and we wonder why people have problems getting started with WG00:47
@scrottieyup, I know.  people that PlainBlack hires take a week to get a dev environment going.00:48
haarginstead of digging into the .cpanm dir, you can run cpanm --look Module::Name00:49
@scrottiewith hundreds of module deps, almost on a daily basis, one module will break another one, or will just plain break, wedging the whole thing up.00:49
@scrottiehaarg++00:49
haargit will download and extract the module and drop you in a shell in the build directory00:49
@scrottiewG7 avoids many of the really pathological modules, though00:49
haargi tried to install all the wg8 prereqs from cpan the other day, and the only modules that had issues were also used by wg700:50
haargone has now been fixed, one can't be fixed, and the other probably won't be00:51
haargDate::Manip can die in a fire00:51
@scrottieI couldn't run wG8 on my laptop without a bunch of hacks until I blew away my /usr/local/lib/perl5 and rebuild everything from a CPAN::Bundle... which itself was utterly broken and required a day to nurse along00:54
sbaurok, Task::WebGUI is now installed00:57
sbaurPhew00:57
sbaurnow it's time for a bit of a break. I'll come back to it in 30 min or so00:58
@scrottieyay01:10
haargi may have to try replacing Weather::Com with some other module.  it relies on a module i'm unconvinced will ever be fixed, and is kind of terrible aside from that.01:21
sbaurso i just tried to run the wreconsole from 7.6, and it said it couldn't find string/random.pm Is this still used in newer versions? does anyone know if newer testEnvironments test for it if it is?01:58
@scrottieString/Random.pm ...?02:05
@scrottienot checked for by testEnvironment.pl02:06
sbaur$ ./wreconsole.pl 02:06
sbaurCan't locate String/Random.pm in @INC 02:06
sbaurdon't know if current versions of the wreconsole need it tho02:06
@scrottiewre/lib/WRE/Site.pm and some other .pms and .pls use it02:06
sbaur*just installed 7.6.35*02:07
sbaurso should probably be in testEnvironment02:07
@scrottieso it should be in testEnvironment.pl, I guess02:07
* scrottie nods02:07
sbaurnow I have to figure out why mysql will not start...02:09
sbaurwithout a log file, cuz it doesn't seem to get that far02:09
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]02:14
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]02:16
sbaurok, the initial create.sql is not being called by wreconsole, or maybe even something earlier...02:16
sbaursomething's screwy when mysql.host doesn't exist02:17
sbaurand that is a problem for tomorrow. Good night all02:18
-!- sbaur [~Adium@130.157.145.37] has left #webgui []02:18
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has joined #webgui02:42
-!- mode/#webgui [+o daviddelikat] by ChanServ02:42
-!- pskept_ is now known as pskept02:48
-!- pskept [pskept@gateway/shell/devio.us/x-uffvzcvyuzfgmeii] has quit [Quit: leaving]02:48
-!- pskept [pskept@gateway/shell/devio.us/x-yokmmbbwivkqfssh] has joined #webgui02:49
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]03:32
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has joined #webgui04:18
-!- mode/#webgui [+o daviddelikat] by ChanServ04:18
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]05:53
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]06:43
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui06:46
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui09:29
-!- mducharme1 [~nothing@24.78.3.46] has joined #webgui12:16
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 255 seconds]12:19
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui16:54
-!- mducharme1 [~nothing@24.78.3.46] has quit [Ping timeout: 246 seconds]16:55
-!- kaare__ [~kaare@79.138.175.165.bredband.oister.dk] has joined #webgui17:03
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has joined #webgui17:30
-!- mode/#webgui [+o daviddelikat] by ChanServ17:30
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:47
-!- Netsplit *.net <-> *.split quits: sbaur19:10
-!- Netsplit over, joins: sbaur19:11
-!- pskept_ [pskept@gateway/shell/devio.us/x-nbsbkhpzuqkktkxd] has joined #webgui19:16
-!- pskept [pskept@gateway/shell/devio.us/x-yokmmbbwivkqfssh] has quit [Read error: Connection reset by peer]19:16
sbaurhave folks seen this article? http://arstechnica.com/gadgets/2012/11/dell-releases-powerful-well-supported-linux-ultrabook/ The Profile Tool mentioned about 1/3rd down the page sounds really interesting, and made me think of WebGUI... and maybe the Cloud Launcher tool too19:36
@scrottiedid you find your mysql error?  /data/wre/var/mysqldata/*.err should have the error log (it's named after the hostname the daemon was launched on)19:56
@scrottienope, didn't see that.  lessie...19:56
@scrottiethought I'm not particularted interested in buying a Dell.  I'm rather fond of my "business rugged" Panasonic Toughbook =)19:57
sbaurFound the errors, haven't had a chance to track down yet. and I have a meeting in 3 minutes, so don't have time at the mo. I'll look at it in an hour or so...19:57
@scrottieyup.  idle is the normal state of an IRC-ite.19:58
@scrottieno worries.19:58
@scrottiehttp://www.dynamism.com/top-notebooks/panasonic-sx-series.shtml 20:03
-!- pskept_ is now known as pskept21:03
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]21:11
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui21:13
sbaurthis is the error I see in my mysql error file -  [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist21:48
sbaurnow to figure out why...21:48
sbaurwonder if it doesn't have permissions to create it's own table...21:50
haargsounds like the mysql system tables weren't created21:58
sbaurnothing was created, and there was no my.cnf in /data/wre/etc, so it didn't know where to look for anything21:58
haargpossibly mysql_install_db needs to be run21:59
sbauri ran this - $ sudo mysql_install_db --user=webgui --ldata=/data/wre/var/mysqldata 21:59
sbaurseems to have helped, but wreservice, is still giving me a FAILED, but now the error log doesn't say why, and the daemon seems to still be running22:00
sbaurgonna try to run the wresonsole again, which as I understand it, is when this is all supposed to be taken care of, right?22:00
sbaurwreconsole is displaying without any style info. and it gives a json error if I click services...22:03
sbaursomething is still wonky, some major thing did not happen that needs to happen...22:03
sbaurand i will have more time to look at it later <sigh>22:03
sbaurSo, as soon as I click Any of the "tabs" on the wreconsole page I get the following error in console http://pastebin.com/xHKVUGs023:12
sbaurmaybe that will provide a clue as to what went wrong23:12
haargnormally the wreconsole does an installation process when you first load it23:14
sbaurI didn't go to the setup page first23:14
haargit seems that got bypassed23:15
sbaurthe wreconsole says to go to site:60834, not, site:60834/setup...23:15
sbaursuch little things23:15
@scrottieI keep getting pulled into working on large, established sites, and never setting them up, except for my own dev environment which is a source install, so I'm unclear on how exactly the WRE setup works.23:16
sbaurmaybe because the instructions I was following had me put a webgui in place before running the wre...23:16
sbaurer, wreconsole23:16
@scrottieI don't know if it install spectre.conf for you, or if that's something you're supposed to do.23:16
@scrottieI thought the WRE liked to fetch and install WebGUI for you.23:17
sbauroh hey, yep, it did ask me about that. 23:17
sbaurIn that case, the wreconsole should definitely tell people to go to the setup URL23:17
@scrottieokay, so configuration with respect to conf files was probably also skipped then.23:17
sbauryup23:17
@scrottiesend me a patch to do that and I'll happily apply it.23:18
@scrottiejust test it first.23:18
sbaurit should just be changing a print statement equivalent23:18
@scrottiewhat is it now?23:19
sbaurcurrently the line is print "Please contact me at:\n\t", $daemon->url, "\n";23:20
sbauri guess I need to see where url is defined23:20
sbaurok, fixing this "correctly" is probably beyond my ability23:22
haargi think it has an automatic redirect if it thinks you need to set it up23:22
haargand it wasn't able to detect that properly in your case23:22
sbaurI mean, I can hack it so i just add /setup as text after daemon->url but that doesn't seem quite "right"23:22
haargfixing that detection process is probably the 'correct' way23:23
sbaurhaarg, I think that's because I let the wre build process install webgui, is that correct?23:23
haargi don't know23:23
haargi haven't looked at the wre code in a long time23:23
@scrottiesbaur, blow away /data/WebGUI and try again?23:23
sbaurnow that I know the magic url for doing the setup, i'm going to blow away /data/WebGUI23:24
sbaurof course, that means testEnvironment can't run ahead of time, cuz it won't be there...23:24
sbauryep, blowing away WebGUI made the setup behave as it should have23:26
@scrottiehrm.  that catch-22 should only come up when building a new wre.23:27
sbaurwell yes, but right now I am building the wre because I need it to run on 64bit23:27
@scrottieyup.23:28
@scrottieseems like Task::WebGUI has everything you need except for one module, String::Random.23:28
@scrottieso installing Task::WebGUI and String::Random should get you going, but the wre build process should probably ideally have some mechanism for pulling in the modules it needs.23:29
sbaurum, maybe, I had to install a ton of stuff by hand (18 other modules)23:29
sbaurthough some of those may not be used with current webgui's23:29
@scrottiehrm.23:30
@scrottiewell, those should still be installed, for you.23:30
haargwhere did you get the list of modules to install?23:30
@scrottiethought that doesn't help the build process.23:30
sbaurhaarg: testEnvironment.pl23:30
haargi don't suppose you still have the list?23:30
sbaurof course23:30
haargtestEnvironment.pl has a few mistakes in it, but not 1823:31
sbaurI've been taking notes, I wanted to fix up pvanthony's instructions and put it in the wiki23:31
@scrottieString::Random was used by wreconsole.pl but wasn't in testEnvironment.23:31
haargcan you pastebin the list?23:31
sbaursome of those were the ones that Task:WebGUI wanted to install but couldn't23:31
sbauri will, but it needs cleaning up (all my cd's, && perl Makefile.pl && make && make install's to be removed)23:32
-!- kaare__ [~kaare@79.138.175.165.bredband.oister.dk] has quit [Ping timeout: 256 seconds]23:36
sbaurlist posted at http://pastebin.com/dsar7ke623:37
sbaurthe module names are not in consistent format because that's how Task::WebGUI reports the errors23:37
sbaurmay be the wre should have its own list of modules for testEnvironment?23:43
haargtestEnvironment is a pretty terrible way to list prereqs :/23:43
sbaurI make no judgements...23:44
sbaurI just like to document23:44
sbaurAnd, I have a working WebGUI! thanks to both of you scrottie and haarg23:45
sbaurNow, I will right up my doc before I forget everything23:45
@scrottiehaarg, a lot of those require system libraries (eg expat) that come with the wre but it seems like the perl the wre builds wasn't build against /data/wre/prereqs/lib23:46
@scrottie          'ldflags' => ' -L/usr/local/lib',23:46
haargany scripts for downloading cpan modules directly as tarballs should probably be adjusted to use the metacpan mirror23:47
@scrottie          'otherlibdirs' => ' ',23:47
haargyeah, i know at least some of that is because of external libraries23:47
@scrottiethat might be fixable with config options when building perl.23:48
--- Day changed Fri Nov 30 2012
sbaurOK, wiki page added, it's at https://www.webgui.org/wiki/building-the-wre-on-64bit-rhel-5-or-centos-5 if you want to take a look00:43
sbaurformatting looked better in the editing window than it does here, and the keywords got messed up too00:43
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]01:10
@scrottiesbaur++01:19
sbaurhopefully it will save someone else a boatload of time01:20
sbaurthat reminded me, I wanted to add a note about how long task::webgui takes to run01:21
@scrottieif you're able and willing to provide a .tar.gz of the /data/wre you built, I can pass it to perlDreamer and see if he's willing to post it to sourceforge.net.01:22
sbaursure, what do I need to remove besides my conf file in wre/etc and maybe any log files?01:22
sbauroh, and mysql data???01:23
@scrottieugh, probably not that.  I'm not sure what steps are taken to package up the wre after it is build.01:23
sbaurI'll drop perl dreamer a note...01:23
@scrottiesounds reasonable.01:24
sbaurhmm, i could also just download one and diff the file names to my existing one, tedious but doable01:32
sbaurfyi: the link to my page in the wiki changed cuz i retitled it, https://www.webgui.org/wiki/building-the-wre-on-64bit-rhel-5-or-centos-601:40
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Ping timeout: 244 seconds]01:44
@scrottiewhee!01:51
@scrottiethank you for documenting that.01:52
sbaurcould not have done it without the excellent start that pvanthony made01:52
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:24
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui02:42
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 256 seconds]02:43
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui05:20
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 260 seconds]05:22
-!- ckotil_ [~ckotil@old-n-busted.grnoc.iu.edu] has quit [Read error: Connection reset by peer]07:04
-!- ckotil [~ckotil@old-n-busted.grnoc.iu.edu] has joined #webgui07:05
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui08:43
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 255 seconds]08:45
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui09:35
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui13:15
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 264 seconds]13:17
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has joined #webgui14:39
-!- mode/#webgui [+o daviddelikat] by ChanServ14:39
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]14:47
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has joined #webgui14:52
-!- mode/#webgui [+o daviddelikat] by ChanServ14:52
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]15:03
-!- alpha- [~silver@unaffiliated/alpha--] has quit [Quit: leaving]16:10
-!- daviddelikat [~dav@71.150.251.61] has joined #webgui16:52
-!- mode/#webgui [+o daviddelikat] by ChanServ16:52
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui17:12
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 264 seconds]17:13
-!- kaare__ [~kaare@95.209.173.144.mobile.3.dk] has joined #webgui18:45
-!- alpha- [~silver@unaffiliated/alpha--] has joined #webgui19:58
-!- daviddelikat [~dav@71.150.251.61] has quit [Quit: Leaving.]20:20
-!- daviddelikat [~dav@h184-60-47-34.mdsnwi.dedicated.static.tds.net] has joined #webgui21:01
-!- mode/#webgui [+o daviddelikat] by ChanServ21:01
-!- pskept_ [pskept@gateway/shell/devio.us/x-xoxuoianfiwzcwjh] has joined #webgui21:03
-!- pskept [pskept@gateway/shell/devio.us/x-nbsbkhpzuqkktkxd] has quit [Write error: Connection reset by peer]21:05
-!- daviddelikat [~dav@h184-60-47-34.mdsnwi.dedicated.static.tds.net] has quit [Quit: Leaving.]21:26
-!- daviddelikat [~dav@adsl-71-150-251-61.dsl.mdsnwi.sbcglobal.net] has joined #webgui22:17
-!- mode/#webgui [+o daviddelikat] by ChanServ22:17
-!- kaare__ [~kaare@95.209.173.144.mobile.3.dk] has quit [Ping timeout: 248 seconds]22:29
-!- pskept_ [pskept@gateway/shell/devio.us/x-xoxuoianfiwzcwjh] has quit [Quit: leaving]23:25
--- Log closed Sat Dec 01 00:00:43 2012

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