WebGUI irc logs from: 2012-05.log

--- Log opened Tue May 01 00:00:46 2012
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui00:03
-!- mode/#webgui [+o daviddelikat] by ChanServ00:04
-!- kaare_ [~kaare@79.138.232.161.bredband.3.dk] has quit [Ping timeout: 252 seconds]00:15
-!- haarg [~haarg@haarg.org] has quit [Quit: Leaving]01:34
-!- haarg [~haarg@haarg.org] has joined #webgui01:38
-!- haarg [~haarg@haarg.org] has quit [Client Quit]01:40
-!- haarg [~haarg@haarg.org] has joined #webgui01:42
-!- haarg [~haarg@haarg.org] has quit [Quit: Leaving]01:53
-!- haarg [~haarg@haarg.org] has joined #webgui01:53
-!- haarg [~haarg@haarg.org] has quit [Quit: Leaving]01:59
-!- haarg [~haarg@haarg.org] has joined #webgui02:00
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:27
-!- daviddelikat1 [~dav@76.201.153.210] has joined #webgui02:32
-!- mode/#webgui [+o daviddelikat1] by ChanServ02:32
-!- daviddelikat2 [~dav@76.201.153.210] has joined #webgui02:34
-!- daviddelikat [~dav@76.201.153.210] has quit [Ping timeout: 240 seconds]02:34
-!- mode/#webgui [+o daviddelikat2] by ChanServ02:34
-!- daviddelikat2 [~dav@76.201.153.210] has quit [Client Quit]02:36
-!- daviddelikat1 [~dav@76.201.153.210] has quit [Ping timeout: 260 seconds]02:38
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui03:49
-!- mode/#webgui [+o daviddelikat] by ChanServ03:49
-!- daviddelikat1 [~user@76.201.153.210] has joined #webgui04:09
-!- mode/#webgui [+o daviddelikat1] by ChanServ04:09
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]04:11
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui04:15
-!- mode/#webgui [+o daviddelikat] by ChanServ04:15
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]06:14
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui06:15
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]06:31
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui06:33
-!- mode/#webgui [+o daviddelikat] by ChanServ06:33
-!- daviddelikat [~dav@76.201.153.210] has quit [Client Quit]06:34
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui10:10
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 245 seconds]10:11
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui15:02
-!- mode/#webgui [+o daviddelikat] by ChanServ15:02
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui16:30
-!- ckotil [~ckotil@snare.grnoc.iu.edu] has quit [Remote host closed the connection]16:32
-!- ckotil [~ckotil@snare.grnoc.iu.edu] has joined #webgui16:49
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:01
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]18:02
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui18:02
-!- kaare_ [~kaare@94.191.189.198.bredband.3.dk] has joined #webgui18:23
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has quit [Ping timeout: 244 seconds]18:26
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui18:34
-!- mode/#webgui [+v Radix-wrk] by ChanServ18:34
-!- MarkLeightonFish [~Fisherscr@184.17.77.154] has joined #webgui20:28
doc_gt7Question: On Shop -> Subscription, at the bottom there a field for:  Execute on subscription that runs a perl script when purchased.  Is there a way to pass the userId, payment amount, or any other details to this script?  20:32
@scrottieif something isn't computational intractable, then there is always a way.21:59
@scrottiethat way often involves code modifications, though.21:59
@scrottiecomputationally22:00
@scrottieand that looks to be the case here.22:00
@scrottiepatches welcome.  I agree, this should be passing some useful arguments.22:00
@scrottieline 85 of WebGUI/Asset/Sku/Subscription is system($command) if ($self>get('executeOnSubscription') ne "");22:01
@scrottiethat's after macros are expanded.  I guess macros could pick out the username and you could depend on shell expansion to do the right thing.22:01
@scrottiethat's a security minefield, but you could do that.22:02
@scrottieI'd personally rather see system($command, $user->getId, $self->getId, etc, etc)22:02
@scrottie^#; in the executeOnSubscription string should do the trick.22:08
@scrottiefor userId.  payment amount... not so much.  but you could probably tease that out of the database.22:08
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]22:23
MarkLeightonFishUntil WebGUI uses referential integrity, WebGUI::Group::delete() (in  WebGUI 7.10.24 and yesterday's WebGUI 8) should remove groups in the  opposite order than it currently does:22:37
MarkLeightonFish1) Remove the group from 'groupGroupings', as that delete operation does not depend on any other tables.22:37
MarkLeightonFish2) Remove the group from 'groupings', as that delete operation only  depends on the group having already been removed from 'groupGroupings'.  (I think this is only a weak dependency.)22:37
MarkLeightonFish3) Finally, remove the group from 'groups'.22:37
MarkLeightonFishCurrently in both WebGUI 7.10.24 and yesterday's WebGUI 8, this delete()  will temporarily leave the group in 'groupGroupings' and 'groupings'  after it has been deleted from 'groups' (by the end of the delete(), all  3 delete operations have concluded). This delete() mis-ordering may  contribute to the "WebGUI::Group->new called with a non-existant  groupId" webgui.log messages.22:37
MarkLeightonFish(^--- a topic suggested for IRC by scrottie....)22:38
MarkLeightonFishBTW, are there plans for WebGUI to eventually use referential integrity, especially since WebGUI 8 uses all InnoDB tables?22:38
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]22:40
@scrottieah, Mark, you were here.  I just missed you in the /whois list, apparently.22:41
@scrottieno plans for referential integrity for wG8.22:42
@scrottiethere's a lot of interest in supporting Postgres.  there's another camp that wants DBIx::Class.  personally, I subscribe to the "ORMs are Vietnam" philosophy, and wG itself is a sort of ORM.  builting an ORM on top of an ORM just adds useless abstraction.22:43
@scrottiethen, to top it off, JT has his 'Wing' thing, which is on github.22:44
@scrottiepeople here have been complaining about the lack of active PlainBlackers on the channel, and lack of discussion.  this has traditionally been where this sort of architecture gets discussed.22:45
haargi really like DBIx::Class, but i don't think there's any sane way to integrate it22:45
@scrottiehaarg:  wG would have to be re-envisioned as a layer over top of it.  which is always the problem with frameworks.  frameworks dictate the shape of the rest of the application.  that generally precludes using two frameworks, or at least precludes doing so without major schism.22:46
haargit would work pretty well for everything that isn't an asset, but mixing that with the asset system is bound to be problematic.22:47
MarkLeightonFishIf I was planning the future of wG, I would probably make referential integrity the (one and only) major feature for a major release. The eventual win is big, but it will require a lot of thought sweat and a lot of testing to get there. (It seems like more than enough is already going into wG 8 as it is.)22:49
@scrottiemy own personal plans remove bloat and useless abstraction, and waste.22:50
@scrottiewG8 needs a lot of things.  or wG9 does.  the shop needs modernized.  JT did a ton of work on thegamecrafter.com's shop.  that could be integrated.  the Collaboration system is out of control.  people frequently need to customize assets but there's no good way to do that other than with code changes.  there badly needs to be rework so that it's trivially easy to subclass or customize assets.22:52
@scrottieI'd really like to see something like Yahoo! Pipes, of which someone created a freeware clone, done up as a Custom Logic asset of sorts.22:53
@scrottiewG will easily make 200 database queries in a hit.  right now, it isn't cost effective for hosting companies to host it.  there are a few guys around who do it anyway, but the amount of RAM and CPU you have to throw at a wG site means that you're charging a lot of money.  this makes it uncompetative with other CMSes.22:54
@scrottiethe guys who hang around here who do host it have said that they'd really like to see the CPU and RAM footprint reduced.22:55
haargalthough the Moose stuff in wg8 is a little overboard, it does open it up to using roles, which i think can help with building assets simply22:55
haargwish i had the time to revisit that22:55
sbaur+1 on reducing CPU and RAM footprints, and I'm not even someone who hosts for others22:55
haargthe database query thing is rather nasty.  getting rid of visitor sessions would be a start, and possibly allowing purely cookie based sessions22:56
@scrottiethere's frodwith's JS callback stuff too.  if extra logic could be hung off of edit and view screens, that could go a long way towards making assets easily extensible.22:56
@scrottiepeople often need just a few more template variables available.22:56
haargthe problem with a lot of the db queries is that things like macros etc make caching all but impossible22:57
@scrottiethere was also some discussion recently of reworking things so that a lot of what's done with Macros instead gets done with the template parser.22:57
haargyeah, that's something i wanted to do for a long time22:57
sbaurtemplate variables +1 - having all of an assets template variables available in all of it's templates would be a nice start22:57
haargstill doesn't help it be introspectable though, so it doesn't really help caching22:58
@scrottiehaarg:  here's my vision:  Coro-ify it.  Coro can make for screaming servers.  I've had a dozen real time Illumnati games going on my COMET/Coro based webserver on my 75mhz Sparc 10 and it has barely dented the CPU.  every time I do something with Coro, it bloody screams.  caching then amounts to keeping data in perl variables.  no serializing and deserializing -- just straight up shared memory.  database write-backs can be lazy. 22:58
@scrottiethen the only time something goes to the database is when it isn't in RAM or when you're lazily writing an object back.22:59
haargpart of the issue is the multi-site design.  in the past you had to re-query everything for each request.22:59
haargwg8 you actually have a site object, so more data could be moved into there22:59
haargbut that doesn't help for settings as is, due to preforking22:59
haargsomething like coro or something else that is async could help, but then problems come if you try to scale across multiple systems23:00
@scrottieyup.23:00
haarggetting assets out of core, especially the CS, would probably be an easy start on the memory stuff23:01
haargbuild things that are purpose built instead of the CS that can do anything, and they would be much faster23:01
@scrottieMark, not going to tell you not to worry about orphan data, but there are some major fish to fry.23:02
@scrottieCache::FastMmap seems to keep perl structures (AVs, HVs, SVs, etc) in a block of mmap'd memory.  I need to investigate this more.  I'd love to abuse it to share datastructures between processes, exactly like how threads can't.23:03
@scrottieobviously, any new structure allocated has to be allocated from that pool to be shared, and has to be referenced from something in that pool.23:04
@scrottieMark, so, re: group deconstruction, do you need help rolling up a patch?23:05
haargi wonder how much effort it would be to flatten the moose stuff into just the sugar layer over normal attributes23:06
@scrottiere: template variables, that's another bit of prior art.  frodwith (I think it was), and/or preaction, and/or haarg had a patch that used PadWalker to expose essentially everything in the current execution context to the template system.23:07
@scrottiehaarg:  I was thinking the same thing.23:07
@scrottiehaarg:  I like having my cake and eating it too.  if we kept the same syntax, declared for PR purposes that it uses Moose, but set the default to a light implementation that avoided most of the bloat, we win all of the way around.23:07
haargi'm not too worried about actually using moose, because it's not particularly bad on memory or speed compared to doing the same thing yourself23:08
haargbut the meta stuff is more tied to moose than is needed, and not particularly easy to understand23:09
@scrottieI hate what it does to stack traces.23:09
@scrottieyeah.23:09
haargyeah that's not wonderful23:09
@scrottieprototyped functions that generate other functions aren't black magic.  I can understand wanting to shuff off that work to Moose for rapid prototyping, but I don't think we need to do that in our case.  we can write function generators ourselves.23:10
haargconverting it to something like moo, i'm not sure.  there's parts of the code that use triggers etc.  could be done with around but would take a bit of thought.23:10
@scrottieyech.23:10
@scrottieI still think my $old_coderef = *package::function; *package::function = sub { whatever; $old_coderef->(@_); whatever; }; is a miserable mechanism for building systems, no matter how you package it.23:11
haargi think there's a lot of value in having roles or similar, and being moose compatible would be good as well23:11
@scrottieI do it all of the time in unit tests, but when you try to do that build code that people have to understand, you're just dumping loads of action-at-a-distance on them that makes the code hard to understand.  program for humans, not for the computer.23:12
haargi basically look at it as the same as SUPER:: but working with roles as well23:13
@scrottietoo much time combing through stuff trying to figure out where/how/when something happens and not finding it with a literal, linear read-through of the code has fostered a festering level of loathing for that crap.23:13
@scrottieSUPER:: lets you read through the code linearally.23:13
@scrottieif mixed-in code needs to be subclassed, insert another layer into the inheritance hierachy.23:15
@scrottieif you've found yourself in a position where you can't specialize behavior in a subclass, then you've already screwed up.23:15
@scrottieotherwise you might as well go around composing logic with Code::Splice.23:16
haargi don't really mind the code wrapping from around much, but i'd like to get rid of the meta stuff23:16
@scrottiewell, in general, there's no good reason that this stuff has to be a maze.  anything that makes it easier for someone to approach who isn't used to it and didn't write it would be a big improvement, imo.23:18
haargand yet again i find myself wanting Hook::AfterRuntime, but working23:19
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui23:23
@scrottiedoc_gt7:  http://gist.github.com/257108923:25
doc_gt7Thanks scrottie for the pointers. I will give the ^#; a try.  If I can get any relevant information then I could query the rest from the db...23:26
@scrottiedoc_gt7:  sure thing.  let me know if you get stuck on how to pick data out of the database from the userId.23:26
MarkLeightonFishWill there be more/maintenance releases of wG 7.x codebase? If so, I've got an idea for a database fix (mentioned earlier)23:34
MarkLeightonFishHow do we handle patches, anyway? Like I said, essentially the same patch needs to go against 7.x and 8.x.23:35
@scrottieColin does those.  there was talk that there wouldn't be, but then there was, and I'm not surprised.23:35
@scrottie7 is too important.  too many people use it.23:35
@scrottieI'd say keep putting fixes in.  even if we stop doing releases, people can start pulling the bugfixed-stable bleeding edge from git.23:36
@scrottieI can't imagine that if several important bug fixes go in, there wouldn't be another reason.23:36
MarkLeightonFishThanks scrottie -- I'll ping Colin on doing the patches.23:38
@scrottieyou bet, Mark.23:38
@scrottieI'm sitting on a few bugfixes, too.23:39
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]23:49
-!- kaare_ [~kaare@94.191.189.198.bredband.3.dk] has quit [Ping timeout: 260 seconds]23:52
--- Day changed Wed May 02 2012
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]00:25
-!- MarkLeightonFish [~Fisherscr@184.17.77.154] has left #webgui []01:04
-!- Netsplit *.net <-> *.split quits: CIA-148, @daviddelikat, pskept, perlbot, mducharme-work, nuba01:56
-!- Netsplit over, joins: @daviddelikat, pskept, mducharme-work, perlbot, nuba, CIA-14802:00
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]02:03
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui02:17
-!- mode/#webgui [+v Radix-wrk] by ChanServ02:17
-!- daviddelikat [~dav@h184-60-30-27.mdsnwi.dsl.dynamic.tds.net] has joined #webgui03:09
-!- mode/#webgui [+o daviddelikat] by ChanServ03:09
-!- daviddelikat [~dav@h184-60-30-27.mdsnwi.dsl.dynamic.tds.net] has quit [Read error: Connection reset by peer]03:44
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui04:53
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]05:05
-!- mducharme-work [~nothing@206.188.121.4] has quit [Ping timeout: 250 seconds]10:15
-!- mducharme-work [~nothing@206.188.121.4] has joined #webgui10:17
-!- mducharme-work [~nothing@206.188.121.4] has quit [Ping timeout: 250 seconds]10:32
-!- mducharme-work [~nothing@206.188.121.4] has joined #webgui12:05
-!- MarkLeightonFish [~Fisherscr@184.17.77.154] has joined #webgui16:03
-!- MarkLeightonFis1 [~Fisherscr@184.17.77.154] has joined #webgui16:11
-!- MarkLeightonFis2 [~Fisherscr@184.17.77.154] has joined #webgui16:12
-!- MarkLeightonFish [~Fisherscr@184.17.77.154] has quit [Ping timeout: 255 seconds]16:14
-!- MarkLeightonFis1 [~Fisherscr@184.17.77.154] has quit [Ping timeout: 245 seconds]16:15
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui16:30
-!- MarkLeightonFis2 [~Fisherscr@184.17.77.154] has left #webgui []16:31
-!- MarkLeightonFis2 [~Fisherscr@184.17.77.154] has joined #webgui16:31
-!- MarkLeightonFis2 [~Fisherscr@184.17.77.154] has left #webgui []16:31
-!- MarkLeightonFis2 [~Fisherscr@184.17.77.154] has joined #webgui16:32
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:04
ckotilIs it possible to specify a macro that returns a URL as the starting point of a nav asset?19:34
sbaursounds interesting, but i have no idea of it's possible. i'm curious as to how the macro will decide what url to return, IOW what problem are you trying to solve?19:45
ckotiltrying to avoid having to maintain multiple nav assets.19:46
ckotilhttp://globalnoc.iu.edu  start there, then choose a supported network from the drop down. 19:47
ckotilthe supported network pages all are the same template and use the same nav asset on the left side of the page. settings are pedigree +2 from root.19:47
ckotilbut pedigree just displays too much. I want to get more control over it. 19:48
sbaurso the start is +2 from root, can't you then just limit it with the descendant end point? or am I still not understanding the problem19:54
ckotilrelative to root +2 and pedigree doesnt allow you to set an endpoint19:55
sbauroh, we tend to use from a specific url for our navs, and just have more navs, so i'm not as familiar with those settings.19:56
sbaurand, I have a meeting to go to, so maybe someone else will be able to help19:56
ckotilok.19:56
ckotilthe reason I can't use specific URL is because i've got a dozen or so sites. and I want to reuse the assets.19:57
sbaurhmm, might be worth throwing on the support board, since pD doesn't seem to be hanging out here anymore, or waiting 'til daviddelikat comes back19:59
* sbaur runs to meeting19:59
ckotili want more control bc the pedigree is showing too much, and im getting redundant items in the nav. 20:00
ckotilI may have a workable solution. relative to root +2, descendants +1. done.20:00
ckotilBut the macro as a starting point would still be cool :)20:00
ckotilI think what I will end up doing is modigy the nav template to only display layouts, and redirects. no articles, files, etc..20:09
-!- kaare_ [~kaare@94.191.191.213.bredband.3.dk] has joined #webgui22:20
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]22:40
--- Day changed Thu May 03 2012
-!- neil__ [187fc157@gateway/web/freenode/ip.24.127.193.87] has joined #webgui00:21
neil__Hi. When is WegGUI 8 expected to be released?00:35
@scrottieneil__:  version 8.0.1 is in progress.00:36
@scrottieneil__:  wG8 has been in the 'master' branch for a while now.  if you git clone http://github.com/plainblack/webgui, you get wG8.00:39
neil__Thank you. Has Apache been replaced with Nginx?00:41
@scrottienot exactly.  nginx is a good idea, but as it ships, it just runs plack.00:48
@scrottieit's better to have something sitting in front serving static content rather than making plack/wG do that.  there's support for X-Send-Static.00:48
@scrottiehttp://preaction.github.com/WebGUI/8-apps.html ... API changes00:49
@scrottiemake sure you run upgrades as in the instructions.  most people see that and think "ha, it's a new install, I don't have to run the upgrades!", but they're mistaken.  you have to run upgrades.00:52
-!- kaare_ [~kaare@94.191.191.213.bredband.3.dk] has quit [Ping timeout: 260 seconds]00:58
-!- MarkLeightonFis2 [~Fisherscr@184.17.77.154] has left #webgui []01:00
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:22
-!- neil__ [187fc157@gateway/web/freenode/ip.24.127.193.87] has quit [Quit: Page closed]03:33
-!- eiro [~marc@aurora-borealis.phear.org] has quit [Ping timeout: 248 seconds]10:58
-!- eiro [~marc@aurora-borealis.phear.org] has joined #webgui10:58
-!- MarkLeightonFis1 [~Fisherscr@184.17.77.154] has joined #webgui16:09
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:35
-!- sbaur [~Adium@130.157.145.37] has left #webgui []17:37
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:37
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui17:54
-!- kaare_ [~kaare@95.209.211.91.bredband.oister.dk] has joined #webgui17:57
doc_gt7When using the wre is there any way for a macro to get the real ip address of a visitor?  I was trying to log actions done on the site by ip address but $session->env->get('REMOTE_ADDR');   always returns the wre proxy server...   This makes it hard to determine would be attackers.  :)19:37
sbaurisn't the IP in the session somewhere?19:38
sbaurcaveat - I'm not a programmer, but i seem to remember hearing that19:38
doc_gt7I dunno...  That would be great.  I am using:      $session->env->get('REMOTE_ADDR');      19:38
sbaurtalked to my programmer -- userSession table has a lastIp for the session19:41
sbaurhope that will help19:41
doc_gt7I will test that. Thanks :)19:41
doc_gt7The field is there with the Ip. Is there an easy way to pull that out of session or do I need to do a db query to get at it?  There is a sessionId field.19:45
sbaurI don't know what the best way for a macro to access that might be19:46
sbaurhopefully, scrottie will be by a bit later to offer advice19:50
doc_gt7Yea, he is always helpful :)_19:50
@scrottie$session->request->hostname.... $self->session->env->getIp19:51
@scrottiehad to dig through the code myself.19:51
sbaurYay Scrottie!19:51
@scrottiehey sbaur19:51
@scrottiethat's what security() in $session->log does.  the proxying httpd passes the original IP address through as a different environment variable.19:52
@scrottieHTTP_X_FORWARDED_FOR, it looks like.19:53
@scrottieand getIp() picks it out of there when available.19:53
doc_gt7Thank you scrottie, that simple line saved me a lot of time :)19:53
@scrottieyou're welcome!19:53
@scrottiegood to see people hackin' on WebGUI.19:54
doc_gt7I love it and hate it  :)19:54
ckotilheh, ive got a macro that does that too. so i can show myself things i dont want anyone else to see19:56
doc_gt7Looks like the ->getIp works great for the ipaddress.   $session->request->hostname;   returns our own website name?20:15
doc_gt7Its ok, I just wanted to stretch the limits :)20:16
ckotilnot sure about that one, but $session->env->get(HTTP_HOST); does return your website hostname20:18
@scrottieer, sorry, yeah, re: $session->request->hostname.   got confused.  that's exactly how it was used in the bit of code I lifted it from.  this site is multi-homed.20:22
ckotilget(HTTP_HOST) shows the hostname for the site the user is currently visiting. I have at least a dozen vhosts, so it's very useful.20:26
@scrottiein wG7, $session->request is an Apache2::Request object, so all of the API methods it defines are in there.  it's hard to find a good reference for it though.  Apache's documentation is just terrible.20:27
@scrottieor I guess mod_perl's is.20:27
@scrottieif I could have myself cryogenically frozen for a couple of years until mod_perl was gone, I'd probably do it.20:27
doc_gt7Yea, it sounds like hostname would be the incoming but it is the local hostname passed by mod_perl20:28
doc_gt7lol20:28
ckotilah yeah probably. ive got the vhosts defined for every host in both modproxy and modperl20:28
ckotilhistorically, for ssl purposes.20:29
ckotilBUT i just found named SSL vhosts a few months back. 20:29
ckotilcould have saved some work using that :)20:29
ckotiland IPs20:29
doc_gt7I will need to look into that at some point.  Did not even know it existed :)20:29
ckotilthe apache part is straight forward , the hard part is getting the certificate to use SubjectAlternativeName which holds all your domain aliases20:31
ckotili dont think i ever found a single openssl command line to do it. i had to modify the openssl config.20:32
ckotilhttp://pastebin.ca/2143525 this might save you time. then the csr generation and signing is the same.20:34
ckotilin that pastebin is what you put in openssl.cnf20:34
doc_gt7Thanks, I will hang onto that. The last time I had looked at it you needed a separate ip for each host.  :)20:47
ckotilyw20:50
-!- upasna [~changedNi@unaffiliated/changednicks] has joined #webgui20:53
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]22:40
-!- pskept [pskept@gateway/shell/devio.us/x-kbyklpvmigctniul] has quit [Quit: leaving]22:53
-!- kaare__ [~kaare@95.209.211.91.bredband.oister.dk] has joined #webgui23:06
-!- kaare_ [~kaare@95.209.211.91.bredband.oister.dk] has quit [Read error: No route to host]23:07
-!- kaare__ [~kaare@95.209.211.91.bredband.oister.dk] has quit [Ping timeout: 244 seconds]23:14
--- Day changed Fri May 04 2012
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:19
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui06:17
-!- mode/#webgui [+o daviddelikat] by ChanServ06:17
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]06:49
-!- MarkLeightonFis1 [~Fisherscr@184.17.77.154] has quit [Read error: Connection reset by peer]08:53
-!- MarkLeightonFish [~Fisherscr@184.17.77.154] has joined #webgui08:53
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui09:11
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 256 seconds]09:12
-!- kaare__ [~kaare@95.209.214.148.bredband.oister.dk] has joined #webgui14:26
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui15:58
-!- mode/#webgui [+o daviddelikat] by ChanServ15:59
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]16:35
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui17:02
-!- mode/#webgui [+o daviddelikat] by ChanServ17:02
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has joined #webgui17:13
-!- mode/#webgui [+v BartJol] by ChanServ17:13
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]17:34
-!- upasna is now known as Upasna17:51
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui17:53
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:55
-!- sbaur [~Adium@130.157.145.37] has left #webgui []17:56
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:56
-!- daviddelikat [~dav@ip-64-134-165-8.public.wayport.net] has joined #webgui18:12
-!- mode/#webgui [+o daviddelikat] by ChanServ18:12
-!- daviddelikat [~dav@ip-64-134-165-8.public.wayport.net] has quit [Quit: Leaving.]19:35
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui20:22
-!- mode/#webgui [+o daviddelikat] by ChanServ20:22
-!- kaare__ [~kaare@95.209.214.148.bredband.oister.dk] has quit [Ping timeout: 248 seconds]22:06
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]22:40
--- Day changed Sat May 05 2012
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]00:48
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui00:51
-!- mode/#webgui [+o daviddelikat] by ChanServ00:51
-!- MarkLeightonFish [~Fisherscr@184.17.77.154] has left #webgui []01:26
-!- daviddelikat [~dav@76.201.153.210] has left #webgui []01:36
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:21
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui02:40
-!- mode/#webgui [+o daviddelikat] by ChanServ02:40
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui02:57
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]03:17
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui05:31
-!- mode/#webgui [+o daviddelikat] by ChanServ05:31
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]07:30
-!- kaare__ [~kaare@94.191.204.198.bredband.3.dk] has joined #webgui08:25
-!- doc_gt7_ [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui13:02
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Ping timeout: 245 seconds]13:03
-!- doc_gt7_ is now known as doc_gt713:03
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui15:25
-!- mode/#webgui [+o daviddelikat] by ChanServ15:25
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]19:14
-!- kaare__ is now known as kaare_21:37
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 260 seconds]21:51
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui22:09
-!- mode/#webgui [+o daviddelikat] by ChanServ22:09
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui22:12
-!- kaare_ [~kaare@94.191.204.198.bredband.3.dk] has quit [Ping timeout: 265 seconds]22:47
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]22:52
doc_gt7I see Webgui has an SMTP setting in Admin>Settings.  But can you specify a username / password for this server? :)23:19
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]23:54
--- Day changed Sun May 06 2012
-!- kaare_ [~kaare@94.191.199.7.bredband.3.dk] has joined #webgui00:58
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui01:21
-!- kaare_ [~kaare@94.191.199.7.bredband.3.dk] has quit [Ping timeout: 244 seconds]01:28
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui01:36
-!- mode/#webgui [+o daviddelikat] by ChanServ01:36
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]02:43
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]03:27
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui03:53
-!- pskept [pskept@gateway/shell/devio.us/x-qftxioirlfsqvjyg] has joined #webgui04:46
@scrottiedoc_gt7, nope, no support for SMTP Auth.  I heard a rumor that there's a little known port gmail listens on that does SMTP relay for domains hosted there without SMTP auth.  It wouldn't be hard to implement SMTP auth, but it seems like using IMAP would gartner more support.10:51
-!- doc_gt7_ [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui13:02
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Ping timeout: 248 seconds]13:03
-!- doc_gt7_ is now known as doc_gt713:03
-!- kaare_ [~kaare@79.138.166.157.bredband.oister.dk] has joined #webgui14:25
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui16:36
-!- mode/#webgui [+o daviddelikat] by ChanServ16:36
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]16:46
-!- daviddelikat1 [~user@76.201.153.210] has quit [Ping timeout: 260 seconds]17:15
-!- pvanthony [dcff0298@gateway/web/freenode/ip.220.255.2.152] has joined #webgui20:20
-!- pvanthony [dcff0298@gateway/web/freenode/ip.220.255.2.152] has quit [Client Quit]20:22
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui21:17
-!- mode/#webgui [+o daviddelikat] by ChanServ21:17
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has left #webgui []21:40
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]22:32
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui22:56
-!- mode/#webgui [+o daviddelikat] by ChanServ22:57
-!- kaare_ [~kaare@79.138.166.157.bredband.oister.dk] has quit [Read error: Connection reset by peer]23:52
-!- kaare_ [~kaare@79.138.166.157.bredband.oister.dk] has joined #webgui23:53
-!- kaare_ [~kaare@79.138.166.157.bredband.oister.dk] has quit [Ping timeout: 240 seconds]23:57
--- Day changed Mon May 07 2012
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]00:52
-!- frodwith [~frodwith@helios.tapodi.net] has quit [Remote host closed the connection]04:11
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui04:44
-!- mode/#webgui [+o daviddelikat] by ChanServ04:44
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]10:04
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui11:04
-!- mode/#webgui [+v Radix-wrk] by ChanServ11:04
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui11:08
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has quit [Client Quit]11:08
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 248 seconds]11:10
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui11:11
-!- mode/#webgui [+v Radix-wrk] by ChanServ11:11
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has quit [Ping timeout: 250 seconds]13:45
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]16:01
-!- daviddelikat [~dav@h184-60-36-41.mdsnwi.dsl.dynamic.tds.net] has joined #webgui16:31
-!- mode/#webgui [+o daviddelikat] by ChanServ16:31
-!- daviddelikat1 [~dav@h184-60-36-41.mdsnwi.dsl.dynamic.tds.net] has joined #webgui16:38
-!- mode/#webgui [+o daviddelikat1] by ChanServ16:38
-!- daviddelikat [~dav@h184-60-36-41.mdsnwi.dsl.dynamic.tds.net] has quit [Ping timeout: 240 seconds]16:39
-!- qwebirc52770 [5ef2da2e@gateway/web/freenode/ip.94.242.218.46] has joined #webgui16:55
qwebirc52770morning16:56
qwebirc52770does anyone know where I should be looking for issuses related to the "Invalid Asset URL16:56
qwebirc52770error being displayed on out pages?16:56
-!- kaare_ [~kaare@79.138.161.41.bredband.oister.dk] has joined #webgui17:04
@daviddelikat1that usually comes from the ^AssetProxy(): Macro17:09
@daviddelikat1qwebirc52770: ^^^17:10
qwebirc52770sorry had my head in the forums17:19
qwebirc52770i inherited and i have no idea where anything is17:19
qwebirc52770so are the assests deleted or moved?17:20
-!- Upasna is now known as human17:24
-!- human is now known as Guest9667617:25
-!- Guest96676 is now known as upasna17:29
-!- upasna is now known as Upasna17:29
-!- Upasna is now known as kindHuman17:30
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui17:32
-!- mode/#webgui [+v Radix-wrk] by ChanServ17:32
-!- MarkLeightonFish [~Fisherscr@184.17.77.154] has joined #webgui17:55
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:01
-!- daviddelikat [~dav@h184-60-36-41.mdsnwi.dsl.dynamic.tds.net] has joined #webgui18:02
-!- mode/#webgui [+o daviddelikat] by ChanServ18:02
-!- daviddelikat1 [~dav@h184-60-36-41.mdsnwi.dsl.dynamic.tds.net] has quit [Ping timeout: 272 seconds]18:04
@daviddelikatqwebirc52770:  you will likely have to search out the Macros18:05
@daviddelikata busted macro anywhere on a page can cause the whole page to fail18:06
sbaurTry editing the page (by adding ?func=edit to its URL) and hiding different assets on the page (in the display tab) It might help you narrow down where the bad macro is18:07
qwebirc52770oh18:12
qwebirc52770would this happen on all pages?18:12
qwebirc52770if the all the pages have that macro18:12
sbaurIf it's the macro causing the problem, i would expect so18:12
qwebirc52770ok18:13
sbaurbut I didn't see your original problem message, I was just expanding on what david said a bit18:13
qwebirc52770thanks.18:13
qwebirc52770basically we are getting "Invalid Asset URL" errors all of a sudden18:13
sbauroh, that's often an assetProxy macro throwing that18:14
sbaurcheck the webgui.log and see if it says anything in there about something that can't be found18:14
qwebirc52770yeah18:15
qwebirc52770i saw that somewhere18:15
qwebirc52770in the log that is18:15
qwebirc52770let me see if i can find the log again18:17
sbaurwhat I do is tail -f the log, hit return a few times in the terminal and then reload the page giving problems18:17
sbaurof course that'll only really work on a low traffic site18:17
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has quit [Quit: Leaving.]18:21
qwebirc52770found entries in the log file for the18:22
qwebirc52770points to a weird directory with letters and numbers18:22
qwebirc52770i guess that means that it was uploaded18:22
-!- vanjwilson1 [~van@adsl-070-148-067-249.sip.clt.bellsouth.net] has joined #webgui19:01
-!- daviddelikat [~dav@h184-60-36-41.mdsnwi.dsl.dynamic.tds.net] has quit [Quit: Leaving.]19:01
vanjwilson1Trying to create a fresh instance of a WebGUI server to use as a dev server, cloned a virtual server instance, ssh'd in and thought I changed all the modproxy setting, but only the first site (alphabetically) will come up in a browser. I seem to remember reading something about this, but can someone point me in the right direction?19:06
vanjwilson1testEnvironment.pl passes all sites, but spectre.pl --test fails all sites that start with www.19:07
-!- daviddelikat [~dav@204.147.1.138] has joined #webgui19:09
-!- mode/#webgui [+o daviddelikat] by ChanServ19:09
sbaurDo the modperl files have ServerName or ServerAlias directives for the new box's domain?19:14
sbaurIf you do DNS lookups for the www sites on the dev server?19:15
sbaurHaving problems typing thoughts this morning... Do the dev boxes' modperl files have the correct domains in the ServerAlias and/orServerName directives? and do DNS lookups done from the command line on the dev server return the correct IPs for your dev boxes? This is assuming you are using the WRE19:17
-!- qwebirc52770 [5ef2da2e@gateway/web/freenode/ip.94.242.218.46] has left #webgui []19:17
sbaurOther things to check, do the site configs have the correct items in their sitename blcoks and do the config files have the correct IPs in their spectre blocks?19:18
@scrottieare the www.whatever.com names in /etc/hosts for 127.0.0.1?  is httpd listening on 127.0.0.1 (or on "*")?19:28
-!- mducharme-work [~nothing@206.188.121.4] has quit [Ping timeout: 245 seconds]19:45
vanjwilson1thanks @sbaur and @scrottie, for the suggestions (I had forgotten to change the ServerName directives in the .modperl files for the individual sites to "dev...", I had just changed the .modproxy)20:11
vanjwilson1The sites are coming up now, but spectre.pl --test still can't connect.20:12
sbaurcheck the ip in spectre.conf too20:19
sbaurand the port, since you are running modperl on a different port20:19
-!- daviddelikat [~dav@204.147.1.138] has quit [Quit: Leaving.]20:19
vanjwilson1spectre.conf has "127.0.0.1" as the IP (and /etc/hosts has a line mapping each dev url to 127.0.0.1)20:29
@scrottietelnet localhost 8020:32
@scrottieGET / HTTP/1.020:32
@scrottieHost: www.whatever.com20:32
@scrottie(then enter again on a new line)20:32
@scrottiedo you get a page or an error?20:32
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui20:49
-!- mode/#webgui [+o daviddelikat] by ChanServ20:49
vanjwilson1@scrottie, with the HTTP commands you asked me to try, I do get the page (no error)20:57
@scrottiein /data/WebGUI/lib/Spectre/Workflow.pm, around line 650, right after the line where it says "$self->error("Response for $instance->{sitename} - $instanceId had a communications error. ".$response->error_as_HTML);", add this stuff:21:31
@scrottie$self->error("response: " . $response->as_string); $self->error("request: " . $request->as_string);21:31
@scrottiethat should get some diagnostic output as to why spectre is failing.21:31
vanjwilson1@scrottie, with your extra debugging code, spectre.pl --test now outputs this second line for each site it tests:21:42
vanjwilson1ERROR: Couldn't connect to WebGUI site www.zzzzzzzzz.com.conf  (where zzzzzzz is the name of the site)21:42
@scrottieokay, so it isn't Apache config, it's DNS config that's the problem.21:43
@scrottieor if it is apache config, it's that apache isn't listening on the IP address the domain name is pointed to.21:43
vanjwilson1I can now pull up the dev sites in a browser (and I have an IP sniffer plugin in my browser that shows I am talking to the new dev server)21:46
@scrottiebut the server can't connect to itself.21:46
@scrottieis httpd configured to listen on 127.0.0.1?21:46
@scrottiewait, you said telnet localhost worked.21:46
@scrottiensswitch.conf could be making it use something before /etc/hosts.21:47
vanjwilson1yes, that is correct: telnet localhost worked21:47
@scrottiewhat does 'host www.whatever.com' (when run on the server) come back with?21:47
@scrottiedoes it come back with the correct IP?21:48
@scrottiecan you telnet to <that IP> 80 and do the GET / thing and get the page?21:48
@scrottiefrom the server?21:48
vanjwilson1sorry for the delay, I'll have to install "host" it's not on there for some reason21:48
@scrottieit's amazing how large modern Linux distros are, and how much of the tiny stuff they've cut.  things like 'telnet' have been there for ages and take up virtually no room.  CentOS started distributing a cut down perl distro with most of the standard library missing, creating massive breakage.  perl is not that large!21:50
@scrottieamazing.21:50
sbaurI'm sure it has to do with the if you don't install it you don't have to patch it mantra21:51
@scrottiedon't know.  if you ship a busted perl that can't install modules, that generates a lot of bug reports.  it's flooded the perl bug tracker so I imagine RedHat is hearing about it too.21:54
vanjwilson1ok, this is interesting:  telnet to the actual IP failed to connect, as did telnet to the one of the dev names (but "host", which I just installed, did return what I know to be the correct IP)22:00
@scrottieI wonder what iptables has to say...22:00
vanjwilson1All of our servers are still on Ubuntu 8.04, which is what I broke when I tried to upgrade our original dev server to 10.4  (btw, does WebGUI play well when upgrading Ubuntu, or are we better off spawning another cloud instance, installing WRE / WebGUI afresh, and migrating the sites?)22:01
@scrottiewre should be self-contained.  you should be able to run it on any Linux with a /lib/libc.so.622:03
vanjwilson1iptables -L22:03
@scrottieI think that's the only dynamic link library not included with it.22:03
vanjwilson1Chain INPUT (policy ACCEPT)22:03
vanjwilson1target     prot opt source               destination         22:03
vanjwilson1Chain FORWARD (policy ACCEPT)22:03
vanjwilson1target     prot opt source               destination         22:03
vanjwilson1Chain OUTPUT (policy ACCEPT)22:03
vanjwilson1target     prot opt source               destination22:03
@scrottiebut you can access the site from another machine using chrome/firefox/whatever?  so the real IP address works, just not from the local machine?22:05
vanjwilson1yes, I can browse to all the sites from my local machine22:08
@scrottie"telnet to the actual IP failed to connect"... exactly which error message did you get?  Connection refused?  No route to host?22:13
vanjwilson1no error message, it just hung while trying to connect--I had to CTRL-C22:14
@scrottiewhen it said "Connecting to ....", did it come back with the correct IP address?22:15
@scrottiehung suggests dropped packets (eg, firewall or a bad route)22:15
vanjwilson1when I used one of the domain names, it came back with:22:17
vanjwilson1Trying 127.0.0.1...22:17
vanjwilson1Connected to localhost.22:17
vanjwilson1Escape character is '^]'.22:17
vanjwilson1(I guess because we have each domain name mapped to 127.0.0.1  in /etc/hosts)22:18
@scrottieright.  depending on nsswitch.conf.22:18
@scrottiebut maybe it's not correct to have those in there.  I'm better at troubleshooting than remembering how things are supposed to be set up.22:18
@scrottiewhat does netstat -rn say?22:19
vanjwilson1ooops, telnet wasn't hung, I was expecting a ">" prompt like ftp or cpan; telnet to the outside IP or to a dev domain is working22:21
@scrottieit should say "Connected to..." then "Escape character is...", and then httpd is waiting for you to make a request22:22
vanjwilson1netstat -rn22:22
vanjwilson1Kernel IP routing table22:22
vanjwilson1Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface22:22
vanjwilson167.225.232.0    0.0.0.0         255.255.252.0   U         0 0          0 eth022:22
vanjwilson10.0.0.0         67.225.232.1    0.0.0.0         UG        0 0          0 eth022:22
@scrottiealright.  that's fine.  hrm.22:22
vanjwilson1(the actual IP is 67.225.232.175)22:22
@scrottieokay.  so with telnet, it can connect to itself, using 127.0.0.1 and its real IP address.  but spectre says it cannot connect.  hrm.22:23
@scrottiecan't think of anything that would cause that.22:24
@scrottieis the port set correctly in spectre's conf file?22:25
vanjwilson1"port" : 32133,22:26
@scrottieshould that maybe be 80?  you were able to telnet to localhost 80.22:27
@scrottiewait22:27
@scrottiemine is 32133 also.  that's not wG's port number.22:28
haargthat's the port for webgui to connect to spectre22:28
haargnot the other way around22:28
@scrottie"webguiPort" : 80,22:28
@scrottieright.22:28
@scrottiewhat's your webguiPort?22:28
haargdid you check your log file?  and is spectreAllowedIPs (or whatever the correct name is) set correctly?22:28
haarg(sorry if that's already been discussed, coming in late to the conversation)22:29
vanjwilson1"webguiPort" : 8081,22:31
@scrottieokay, that should probably be 80.  22:32
haargit should be fine to have it connect to mod_perl directly22:32
@scrottieoh.22:32
haargas long as everything else is set correctly22:32
vanjwilson1I just compared the spectre.conf file on this new server with the production server it was copied from, and the ports are the same (which makes sense, because it was copied over when we cloned the instance)22:32
@scrottiein that case, sanity check... make sure you can telnet to localhost 8081 and do the GET / HTTP/1.0 trick22:32
haargsometimes, it isn't and using 80 is easier22:32
vanjwilson1and spectre.pl --test just ran fine on the production server22:33
haargcheck spectreSubnets in your webgui config file22:33
haargit needs to match whatever spectre is connecting as22:33
haargthat may be 127.0.0.1 or it may be the public ip, depending on how you have your hosts file set22:34
vanjwilson1telnet to port 8081 works, too22:34
vanjwilson1   "spectreSubnets" : [22:36
vanjwilson1      "127.0.1.1/32",22:36
vanjwilson1      "127.0.0.1/32"22:36
vanjwilson1   ],22:36
haargdo you have an entry in your hosts file for the domain?22:36
haargalso, i'd check the webgui log file22:37
haargif it's the spectreSubnets thing, it will have errors in the log telling you what ip is trying to connect22:37
vanjwilson1Eureka!  I had changed the /etc/hosts lines from www. to dev., when I added a www. entry for one of the sites, in <b>addition</b> to the dev, that site passed it's spectre test22:42
haargsounds like the spectreSubnets thing.  the hosts entry changes which interface spectre uses to connect, which changes the incoming ip webgui sees.22:43
@scrottiealright.  I wonder what is trying to use the dev.domain.com name.22:43
haargwhat is the first entry in sitename?22:43
vanjwilson1thanks @scrottie, @haarg, for all your help.  A developer smarter than me is going to be working on a new Workflow Activity for one of these sites tomorrow, and I think I have it ready for her now.22:44
@scrottieglad you got it going.  I need to learn better how spectre is set up.22:45
haargthis stuff is one of the reasons i always hated spectre.  the subnet thing bites people constantly.22:45
@scrottieany time there are two settings that must match and be changed together, they'll go out of sync and break stuff.22:46
haargalso, the webguiPort setting badly needs to be in the site conf, not spectre's22:46
haargspectre also badly needs to be able to run multiple times per site22:47
vanjwilson1I had left the sitenames the same as they are on the production server, because even though, we don't push the .conf file when we push development changes, we want everything to match in both environments as much as possible22:47
haargspectre uses the first entry in sitename to connect to webgui, as well as the port in its own config22:50
haargthose things + spectreSubnets should be the only thing that need to be working for spectre->webgui connectivity22:51
haargwebgui->spectre works a bit different.  it's an ip address and port number iirc.22:51
haargwould be better if that could be in the site config too, but iirc it can't be.22:52
sbaurvanjwilson1: I've always added the actual IP/32 into spectreSubnets instead of having 127.0.0.1 twice23:10
--- Day changed Tue May 08 2012
-!- kaare_ [~kaare@79.138.161.41.bredband.oister.dk] has quit [Ping timeout: 245 seconds]00:01
-!- MarkLeightonFish [~Fisherscr@184.17.77.154] has left #webgui []02:13
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:28
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]05:00
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui05:02
-!- mode/#webgui [+o daviddelikat] by ChanServ05:02
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]07:32
-!- Netsplit *.net <-> *.split quits: perlbot, +Radix-wrk, pskept, kindHuman, nuba, CIA-14808:21
-!- Netsplit over, joins: +Radix-wrk, pskept, kindHuman, perlbot, nuba, CIA-14808:22
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 265 seconds]11:13
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui11:23
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has joined #webgui11:44
-!- mode/#webgui [+v BartJol] by ChanServ11:44
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has quit [Ping timeout: 244 seconds]11:48
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has joined #webgui11:49
-!- mode/#webgui [+v BartJol] by ChanServ11:49
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui15:12
-!- mode/#webgui [+o daviddelikat] by ChanServ15:12
-!- vanjwilson1 [~van@adsl-070-148-067-249.sip.clt.bellsouth.net] has left #webgui []15:47
-!- MarkLeightonFish [~Fisherscr@184.17.77.154] has joined #webgui15:58
-!- daviddelikat [~dav@76.201.153.210] has quit [Quit: Leaving.]16:13
-!- daviddelikat [~dav@76.201.153.210] has joined #webgui16:38
-!- mode/#webgui [+o daviddelikat] by ChanServ16:38
-!- kaare_ [~kaare@79.138.239.29.bredband.3.dk] has joined #webgui17:22
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:56
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has quit [Quit: Leaving.]18:33
-!- daviddelikat1 [~dav@75.42.235.136] has joined #webgui18:37
-!- mode/#webgui [+o daviddelikat1] by ChanServ18:37
-!- daviddelikat [~dav@76.201.153.210] has quit [Ping timeout: 248 seconds]18:38
-!- vanjwilson1 [~van@adsl-070-148-067-249.sip.clt.bellsouth.net] has joined #webgui20:55
vanjwilson1Trying to nest macros in new-style ^if(); macro for the default value of a Data Form field, and one of inside macros has multiple params, so I think the parser is being greedy and going to comma in the inside macro:20:57
vanjwilson1^If(^FormParam(id);,^GetTLSfield(units,port,^FormParam(id););,4004);20:57
haarguse quotes20:58
vanjwilson1should return: ^GetTLSfield(units,port,^FormParam(id);  if there is an id in the query string, or the default value of "4004" if there is not an id in the query string20:58
vanjwilson1(sorry about the quotes)20:59
vanjwilson1"^If(^FormParam(id);,^GetTLSfield(units,port,^FormParam(id););,4004);"20:59
vanjwilson1"^If(^FormParam(id);,^GetTLSfield(units,port,^FormParam(id););,4004);"20:59
haarg^If("^FormParam(id);","^GetTLSfield(units,port,^FormParam(id););",4004); # something like this20:59
vanjwilson1ahhhhh, you mean quotes in the WebGUI data field Default box, not here in the chat room (he said, somewhat sheepishly)21:00
haargyeah :)21:00
vanjwilson1@haarg, thanks, that works21:03
ckotilnice21:04
@daviddelikat1anybody using YUI 2.9 with WebGUI?22:10
ckotilnegative. we're not even using 2.9 in our internal apps22:53
ckotilstill on 2.822:53
sbaurhere is an odd problem for the group. I have one IP address (the grand-boss's computer) getting a 500 error when accessing one particular webgui 7.6.35 site. No one else is getting 500 errors (grepped the access log) and the site seems to be working fine for everyone else. Any ideas why only one computer/browser would give an error 500?23:21
sbaurHe is of course 500 miles away so I can't jut grab his laptop and try to figure things out with it.23:22
haargtry with a different browser / cleared cookies?23:25
sbaurthat is what I've requested him to do23:26
sbauralways sucks when you can't duplicate a problem...23:26
ckotilturn up debug logging23:28
sbaurgood idea ckotil23:28
haargcould it be related to his user account?23:29
sbaurI just "became" him and the home page loaded just fine for me23:30
sbaurand i think it's been years since he actually logged in23:30
-!- kaare_ [~kaare@79.138.239.29.bredband.3.dk] has quit [Ping timeout: 255 seconds]23:30
sbaurbrowser seems to be playing a part. He reports FF was very very slow, but did finally load the page23:36
ckotil500's usually a script is crashing, right?23:39
sbaur"Internal Server Error"23:39
ckotilyeah, like when a script doesn't get all the required inputs. 23:40
sbaurthe site is als.csuprojects.org and he was getting 500 errors just on the homepage in IE 8 if anyone wants to inspect it23:40
sbaurs/just//23:41
ckotilie8 works for me23:42
sbaurthanks ckotil23:46
--- Day changed Wed May 09 2012
-!- vanjwilson1 [~van@adsl-070-148-067-249.sip.clt.bellsouth.net] has left #webgui []00:06
sbaurI've checked modproxy.error.log and modperl.error.log are there any other apache error logs I could check for clues?00:17
-!- MarkLeightonFish [~Fisherscr@184.17.77.154] has left #webgui []01:02
CIA-148wrebuild: perldreamer wre7 * r559fe2a / getsource.sh : Update some source files. - http://git.io/_ihsbQ01:54
CIA-148wrebuild: Colin Kuskie wre7 * r8aedbaa / getsource.sh : Update some GNU specific files. - http://git.io/a4wsGg02:12
CIA-148wrebuild: Colin Kuskie wre7 * r8f3d14c / getsource.sh : Source updates. - http://git.io/Uoo3sw02:12
@scrottieespecially if he's on cell data, it could be the wireless carriers HTTP proxies.  I've known IE to cache errors, which is a really bad policy.  clearing the cache might fix it.02:16
@scrottieturning the log level up to debug and watching while he hits it is the only other thing I can think to suggest.02:17
sbaurhis IP suggests he was on a wired connection at the time. I did turn up the log level, and it didn't give me any hints, but I'll go through it more closely tomorrow. Thanks scrottie02:30
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:31
CIA-148wrebuild: Colin Kuskie wre7 * rfd38e6a / getsource.sh : More version updates. - http://git.io/gomekQ02:34
-!- kindHuman [~changedNi@unaffiliated/changednicks] has quit [Read error: Operation timed out]02:45
-!- changedNicks [lostcase@irc.upasna.in] has joined #webgui02:55
-!- daviddelikat1 [~dav@75.42.235.136] has quit [Quit: Leaving.]03:58
-!- daviddelikat [~dav@75.42.235.136] has joined #webgui03:59
-!- mode/#webgui [+o daviddelikat] by ChanServ03:59
-!- daviddelikat [~dav@75.42.235.136] has quit [Quit: Leaving.]04:37
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui04:43
-!- mode/#webgui [+o daviddelikat] by ChanServ04:43
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has quit [Ping timeout: 244 seconds]04:45
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui05:02
-!- mode/#webgui [+v Radix-wrk] by ChanServ05:02
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]05:25
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui05:26
-!- mode/#webgui [+o daviddelikat] by ChanServ05:26
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has quit [Ping timeout: 250 seconds]08:06
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui08:07
-!- mode/#webgui [+v Radix-wrk] by ChanServ08:07
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]08:33
-!- changedNicks [lostcase@irc.upasna.in] has quit [Changing host]11:08
-!- changedNicks [lostcase@unaffiliated/changednicks] has joined #webgui11:08
-!- changedNicks is now known as kindHuman11:08
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]11:32
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has joined #webgui11:37
-!- mode/#webgui [+v BartJol] by ChanServ11:37
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui15:33
-!- mode/#webgui [+o daviddelikat] by ChanServ15:33
-!- MarkLeightonFish [~Fisherscr@184.17.77.154] has joined #webgui15:33
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]16:56
-!- daviddelikat [~dav@75.42.235.136] has joined #webgui17:00
-!- mode/#webgui [+o daviddelikat] by ChanServ17:00
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui17:09
-!- kaare_ [~kaare@79.138.167.105.bredband.oister.dk] has joined #webgui17:58
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has quit [Quit: Leaving.]18:16
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:17
-!- MarkLeightonFish [~Fisherscr@184.17.77.154] has quit [Read error: Connection reset by peer]18:30
-!- MarkLeightonFish [~Fisherscr@184.17.77.154] has joined #webgui18:30
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui20:38
doc_gt7Hello friends.  Is there a way to set the outgoing email address on webgui? Our mail address there is support@domain.com but it sends mail from webgui@domain.com.   When trying to use Amazon SES mail service the email must be verified. Of course this one does not exist at all.... What am I missing?20:40
doc_gt7Actually, it is sending from FROM: webgui@<server hostname> 20:43
sbaurIsn't that in the Settings, on the Company tab?20:48
doc_gt7In AdminConsole > SETTINGS it says Company email is what is displayed on all automated messages.  But it is ignoring this setting.  And it always has... but it has not mattered till we moved our SMTP to amazon.20:49
sbaurwhat is sending the emails? is it a collab or something else?20:52
doc_gt7Account creation...20:54
sbaurso the other half of the problem is in the template for the account creation email, maybe20:55
doc_gt7Possibly. But it would be nice if all outgoing email was FROM:  <Company Address>  and not from anything else. :)20:56
sbaurwell yes :)20:57
sbaurso that's the registration notification workflow20:57
doc_gt7With Amazon SES you have to verify each sending email address. So it cannot just pick something so to speak :)20:57
sbaurand it doesn't have a way to change the from field, at least not in 7.5.40.20:58
sbaurOTOH, in 7.5.40, it does use the company email address from settings as the from address20:59
sbaurat least that's what it's doing for me20:59
doc_gt7We are running:  7.10.24-stable but I do not see a way to fix it... :)20:59
sbaurdo you have a file  /data/WebGUI/lib/WebGUI/Workflow/Activity/NotifyAboutUser.pm ?21:01
@scrottiewhat particular email is it generating?21:01
sbauractually never mind about that activity, it doesn't have anything about the from address in it directly21:02
doc_gt7Checking...  The way that I found this was when we changed the outgoing mail server to amazon and then watched the mail log file.  Created an account and the confirmation email was sent from webgui@<server hostname>21:02
@scrottieWebGUI::Mail::Send::create's docs for the from field say "A single email address that this message will originate from. Defaults to the company email address stored in the settings."21:03
@scrottiebut various places in the system pass other values that they get from various places (configuration for that asset, or the email address of the user who created a post, etc)21:03
@scrottiewell, even if you get that email working, the collaboration system isn't ever going to get email relayed through amazon's server, it sounds like.21:04
@scrottie    my $from    = $headers->{from}        || $session->setting->get('comanyName') . " <".$session->setting->get("companyEmail").">";21:04
@scrottiethat's the default.21:04
sbaurthat second bit got concatenated on after 7.5.40 :-)21:05
@scrottiethe tooltip for the setting is labeled "Company Email Address" in settings.21:05
@scrottieer, the field is, not the tooltip.21:05
@scrottieoh, hrm.21:06
sbaurdoc said that has never worked for him...21:06
doc_gt7I have that email address correct. But it has always ignored that... and through several upgrades :)21:06
doc_gt7We started using webgui on this site in 2008 and it has over 2300 users. But we have issues getting the mail delivered sometimes which is why we are trying amazon ses. 21:07
@scrottiewhat workflow activities does it run on creating a user?21:07
@scrottieyour best bet for email is probably to run something like postfix on your own server, and get your reverse DNS right.21:08
doc_gt7None are set...21:08
sbauron the User tab, On Create User doesn't have a workflow? then what is sending the email?21:09
doc_gt7We have the DNS and postfix, and a stand alone zimbra server.  Mail is getting harder to deliver these days, Mainly when we send out a news letter webgui dumps about 2000 emails at once it appears and this sudden surge causes most mail servers to block you, like hotmail ect....21:10
doc_gt7I have no idea... but there is nothing there.  And it does generate confirmation emails :)21:10
@scrottiemaybe I actually need to check out 7.5.40...21:13
@scrottieor make you upgrade =P21:13
doc_gt7Beat you to it:  WebGUI Build Version:7.10.24-stable21:14
doc_gt7Latest version available:7.10.24-stable21:14
sbaurI'm working on the upgrade part, but darn it, one of my sites is taking out modproxy silently as soon as I enable it on 7.6, so I have to spend some time figuring out wth is going wrong21:14
@scrottiewere you actually running 7.5.40?  did you do all of those upgarders just now?21:14
doc_gt7It was the MaxMemSize setting that did mine in I think.21:15
@scrottiedoesn't that take a few different tarballs to get all of the upgrader scripts21:15
sbaurscrottie, I have a ton of custom code, upgrades are a true PITA21:15
@scrottieurgh.21:15
sbaurand stop versions just add to the pain21:15
@scrottieyeah.21:15
doc_gt7No, I have been up to date for quite a while.  But this email  issue has haunted us for a long time. :)21:15
@scrottiethere really should be a tarball of every upgrader script ever.21:15
sbaurthanks doc, I'll keep that in mind21:16
@scrottiedoc_gt7, can you give me a snippet of text from the email that it is trying to send when it creates a user?21:16
* sbaur would love the tarball to rule them all21:16
doc_gt7yea give me a sec and ill do just that...21:16
@scrottie"?:.l/'21:17
* scrottie cleans something off his keyboard21:17
sbaurscrottie, that fact that i have to test 20+ sites for every upgrade does not help speed the process21:18
doc_gt7Well, actually the email just says:  Welcome to <sitename>,  Please click the link below to activate your account so you can log in:  <link>21:18
@scrottieah, okay.  you have email validation on.21:19
@scrottiedo you have wgd installed?21:19
doc_gt7Never heard of it... :)21:19
@scrottiethat's sent at lib/WebGUI/Auth?WebGUI.pm 293, and it doesn't specify a from, so it should be using the default.21:20
doc_gt7We are using Ubuntu x64 /  WRE / Webgui stable.  21:20
@scrottiehuh.  you need to spend more time in this channel, then =P21:20
doc_gt7Odd , true :)21:21
@scrottiealright, when you do this at mysql, what does it say?   select * from settings where name='companyEmail';21:21
@scrottieI want to make sure that the setting is actually in the right place and set.21:21
doc_gt7I get the correct email address there....21:22
doc_gt7Maybe this is some kind of postfix / local user thing.  The mail looks correct, but it is being sent BY the wrong address.  The return email is actually the correct one.  < Digging through postfix >21:24
@scrottieselect * from settings where name='webguiAccountActivationTemplate';21:24
@scrottieyou are using WebGUI auth rather than something else I assume.21:24
doc_gt7Yes, webgui auth21:24
@scrottiedoc_gt7, I think you're probably right.21:25
doc_gt7I get a result on that, so there is a template existing.  Let me see what is happening with postfix maybe....  We may be hitting a brick wall :)21:26
@scrottieI re-wrote my /usr/sbin/sendmail in Perl.  it's just a quick mash-up of Net::DNS and Mail::Sendmail.  you're welcome to a copy =P21:26
@scrottieno queuing.  no configuration.  just immediate delivery.  on the other hand, it really needs support for Bcc and Cc across multiple domains.21:27
doc_gt7The only mail this server sends is account creation, notifications, newsletters, so there is never any CC or BCC involved.   It is running postfix and trying to relay through amazon SES :)21:29
doc_gt7I "think" what is happening here is that there is a user named webgui.  The wre is running as webgui and when it sends email via postfix, it is being sent FROM  webgui@hostname.    21:31
@scrottiewhat's your setting for smtpServer?21:33
@scrottieselect * from settings where name='smtpSever';21:33
doc_gt7 /usr/sbin/sendmail  21:33
@scrottie          if (open(MAIL,"| ".$smtpServer." -t -oi -oem")) {21:34
@scrottieI wish that used the three arg version of open.21:34
doc_gt7But that query just returned empty....21:34
@scrottieoops, Server, not Sever.21:35
@scrottieI do that all of the time.21:35
doc_gt7lol :)21:35
doc_gt7Yep, that made a difference21:35
@scrottie-o is ignored in postfix.21:36
@scrottie-oi isn't though.21:36
@scrottieI can't find docs for what the "em" setting is.21:40
@scrottiehuh.  anyway, that probably needs to pass an -f option, and postfix may or may not be configured to accept that for the 'webgui' user.21:41
sbauryou may just be able to setup some masquerading in postfix...21:42
@scrottieor, alternatively, if postfix were configured differently, it might pick up on the From: header if configured correctly.21:42
doc_gt7Not sure. But this server is only a Webgui server.    I am reading about:    Generic mapping for outgoing SMTP mail21:42
doc_gt7That would probably be ideal.21:42
doc_gt7ie... picking up on the FROM: header.21:43
sbaurGood luck Doc21:43
doc_gt7Thank ya. I think it is because the local user: webgui actually exists so it looks no farther and uses that.21:44
@scrottieyeah, it needs to pick up on the From: header.21:51
@scrottiemasquerade_exceptions=webgui21:51
@scrottiethat might do the trick21:51
doc_gt7gonna research that.  That would be a must have for anyone running webgui / postfix.21:52
@scrottiehrm, no, I think that's only for domain name masquerading.21:53
@scrottieI am running postfix with wG on a few servers, and I don't see anything special in the config files.21:54
doc_gt7Generic mapping for outgoing SMTP mail is working but rewrites ALL the mail from webgui to the same address.  That includes all sites.21:55
ckotilthat's an interesting issue I've never had to tackle , using different email domains for differnet sites.21:55
@scrottiehttps://gist.github.com/264797021:56
doc_gt7I had set up an alias for webgui.  But that routed incoming mail to my specified address.  It had no effect on outgoing mail.21:59
ckotilIt seems to me like you would want postfix to do virtual domains, and then webgui would need to know what domain to use for each site.22:00
ckotilmeeting, bbiab.22:00
sbaurdoc, don't know what you've already tried, but check out http://www.postfix.org/ADDRESS_REWRITING_README.html22:00
sbaurI have  meeting as well22:00
doc_gt7sbaur: that is what I am currently playing with. What I have at the moment is it rewriting ALL the addresses :)  thanks :)22:00
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui22:15
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 245 seconds]22:17
doc_gt7The postfix log shows:  postfix/pickup[9824]: 4B7F0251D: uid=1001 from=<webgui>    Whenever it sends new mail.22:53
-!- kaare_ [~kaare@79.138.167.105.bredband.oister.dk] has quit [Ping timeout: 260 seconds]22:53
@scrottieif you wanted to, you could set the emailToLog option and then inspect the emails in the webgui log to make sure that the From: header is set correctly in there.22:59
doc_gt7Hrm, that would be great to know.  How would I go about that?23:00
@scrottie   "emailToLog" : 1,23:00
@scrottieadd that to your webgui's .conf file23:00
@scrottiethen tail -f your webgui.log, whereever it is23:01
doc_gt7I will test that out and see if it is formed correctly.23:01
@scrottiethere's a delay on delivering SMTP email... the workflow runs every few minutes or something like that23:01
@scrottieI think23:01
sbaurevery 5 min by default23:06
doc_gt7Waiting on the workflow to run... but I think I have found a work around.  I have several sites here. The ones that are using localhost generate this line:     postfix/smtpd[10379]: connect from localhost[127.0.0.1]23:11
doc_gt7The ones that use /usr/bin/sendmail generate this line:     postfix/pickup[9824]: 4B7F0251D: uid=1001 from=<webgui>23:11
sbaurlooks like you have a fix23:12
doc_gt7I am thinking that if I set them all to localhost this issue will go away...23:12
* sbaur crosses fingers23:13
doc_gt7Well its official.  If you use WebGUI and Postfix you should set the SETTINGS->SMTP Server to "localhost".    If you set it to /usr/bin/sendmail postfix uses the "webgui" user account on the local machine.  At least on our systems here.  :)23:26
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui23:26
-!- mode/#webgui [+o daviddelikat1] by ChanServ23:26
sbaurthat's good to know, and I'm glad you got it fixed23:27
doc_gt7Changing it localhost resolved the mail sending as webgui@<machine hostname>   and instead uses the proper company address.  23:27
doc_gt7Yea, its a head ache when a 30 minute job turns into 4 hours but that is the ones you remember :)23:28
sbauris suspect because somewhere something expects that to be a hostname instead of a program name23:28
doc_gt7Also,  SETTINGS > AUTHENTICATION > Send welcome message?    sends out the email before the account is confirmed and activated telling the user they can now log in, when actually they cannot because they have not activated the account yet.  :)23:31
-!- Netsplit *.net <-> *.split quits: @daviddelikat23:34
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]23:46
-!- perlbot [~perlbot@simcop2387.info] has quit [Excess Flood]23:47
-!- perlbot [~perlbot@simcop2387.info] has joined #webgui23:47
--- Day changed Thu May 10 2012
-!- eiro [~marc@aurora-borealis.phear.org] has quit [Ping timeout: 260 seconds]00:00
-!- eiro [~marc@aurora-borealis.phear.org] has joined #webgui00:02
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui00:16
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 250 seconds]00:32
-!- MarkLeightonFish [~Fisherscr@184.17.77.154] has left #webgui []01:01
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:37
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]02:55
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui03:03
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Client Quit]03:06
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui03:16
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]04:43
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui04:44
-!- mode/#webgui [+o daviddelikat] by ChanServ04:45
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has left #webgui []04:46
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui05:00
-!- mode/#webgui [+o daviddelikat] by ChanServ05:00
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]07:48
-!- waxhead [~pete@ppp121-45-210-211.lns20.cbr1.internode.on.net] has joined #webgui11:53
-!- waxhead [~pete@ppp121-45-210-211.lns20.cbr1.internode.on.net] has quit [Ping timeout: 260 seconds]14:00
-!- waxhead [~pete@ppp121-45-199-55.lns20.cbr1.internode.on.net] has joined #webgui14:14
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui14:48
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]14:49
-!- waxhead_ [~pete@ppp121-45-215-122.lns20.cbr1.internode.on.net] has joined #webgui15:00
-!- waxhead [~pete@ppp121-45-199-55.lns20.cbr1.internode.on.net] has quit [Ping timeout: 260 seconds]15:01
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui15:12
-!- mode/#webgui [+o daviddelikat] by ChanServ15:12
-!- waxhead_ is now known as waxhead15:17
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui16:30
-!- MarkLeightonFish [~Fisherscr@184.17.77.154] has joined #webgui16:36
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:39
-!- mducharme-work [~nothing@206.188.121.4] has joined #webgui18:29
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Read error: Connection reset by peer]18:29
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui18:29
-!- mode/#webgui [+o daviddelikat] by ChanServ18:29
-!- kaare_ [~kaare@79.138.160.119.bredband.oister.dk] has joined #webgui19:09
-!- MarkLeightonFis1 [~Fisherscr@184.17.77.154] has joined #webgui21:20
-!- MarkLeightonFish [~Fisherscr@184.17.77.154] has quit [Ping timeout: 272 seconds]21:21
-!- MarkLeightonFis1 [~Fisherscr@184.17.77.154] has left #webgui []21:57
-!- MarkLeightonFis1 [~Fisherscr@184.17.77.154] has joined #webgui21:57
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]22:40
-!- kaare_ [~kaare@79.138.160.119.bredband.oister.dk] has quit [Ping timeout: 248 seconds]23:38
-!- MarkLeightonFis1 [~Fisherscr@184.17.77.154] has left #webgui []23:41
-!- MarkLeightonFis1 [~Fisherscr@184.17.77.154] has joined #webgui23:42
--- Day changed Fri May 11 2012
-!- MarkLeightonFis1 [~Fisherscr@184.17.77.154] has left #webgui []01:08
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui01:10
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]01:12
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:17
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]02:18
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]02:41
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui03:05
-!- mode/#webgui [+o daviddelikat] by ChanServ03:05
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui03:07
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]03:23
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui03:31
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]04:43
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui04:48
-!- mode/#webgui [+o daviddelikat] by ChanServ04:48
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]07:25
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has left #webgui ["Leaving."]08:43
-!- kindHuman is now known as nicebot11:15
-!- nicebot is now known as human_bot11:20
-!- MarkLeightonFish [~Fisherscr@184.17.77.154] has joined #webgui16:00
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui16:30
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui16:56
-!- mode/#webgui [+o daviddelikat] by ChanServ16:56
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:29
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]20:01
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui20:05
-!- mode/#webgui [+o daviddelikat] by ChanServ20:05
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]22:40
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui23:04
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Client Quit]23:05
--- Day changed Sat May 12 2012
-!- waxhead_ [~pete@ppp121-45-223-208.lns20.cbr1.internode.on.net] has joined #webgui00:01
-!- waxhead [~pete@ppp121-45-215-122.lns20.cbr1.internode.on.net] has quit [Ping timeout: 252 seconds]00:02
-!- MarkLeightonFish [~Fisherscr@184.17.77.154] has left #webgui []01:14
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui01:21
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]01:52
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:15
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui04:44
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui06:50
-!- mode/#webgui [+o daviddelikat] by ChanServ06:50
-!- kaare_ [~kaare@79.138.160.152.bredband.oister.dk] has joined #webgui07:34
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]09:12
-!- doc_gt7_ [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui13:03
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Ping timeout: 245 seconds]13:03
-!- doc_gt7_ is now known as doc_gt713:03
-!- waxhead_ is now known as waxhead13:55
-!- waxhead [~pete@ppp121-45-223-208.lns20.cbr1.internode.on.net] has quit [Quit: Ex-Chat]14:42
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui17:19
-!- mode/#webgui [+o daviddelikat] by ChanServ17:20
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]18:08
-!- kaare_ [~kaare@79.138.160.152.bredband.oister.dk] has quit [Ping timeout: 255 seconds]22:25
-!- mvanek [~mvanek@ip-94-113-216-137.net.upcbroadband.cz] has joined #webgui22:40
mvanekHello, does anybody have IE10 available?22:41
-!- mvanek [~mvanek@ip-94-113-216-137.net.upcbroadband.cz] has quit [Quit: Odcházím]23:49
--- Day changed Sun May 13 2012
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]00:55
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui01:14
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Quit: Leaving.]02:03
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui05:37
-!- mode/#webgui [+o daviddelikat] by ChanServ05:38
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]07:22
-!- kaare_ [~kaare@79.138.163.12.bredband.oister.dk] has joined #webgui08:02
-!- doc_gt7_ [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui13:03
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Ping timeout: 260 seconds]13:03
-!- doc_gt7_ is now known as doc_gt713:03
-!- kaare_ [~kaare@79.138.163.12.bredband.oister.dk] has quit [Ping timeout: 252 seconds]18:14
-!- kaare_ [~kaare@79.138.237.42.bredband.3.dk] has joined #webgui20:01
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]22:39
-!- kaare_ [~kaare@79.138.237.42.bredband.3.dk] has quit [Ping timeout: 244 seconds]23:22
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui23:29
-!- mode/#webgui [+o daviddelikat] by ChanServ23:29
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]23:49
--- Day changed Mon May 14 2012
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui01:00
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Client Quit]01:00
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui02:43
-!- mode/#webgui [+o daviddelikat] by ChanServ02:43
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]03:13
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui04:11
-!- mode/#webgui [+o daviddelikat] by ChanServ04:11
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]05:11
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui11:51
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has joined #webgui13:59
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui15:18
-!- mode/#webgui [+o daviddelikat] by ChanServ15:18
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui16:30
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]16:41
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui17:04
-!- mode/#webgui [+o daviddelikat] by ChanServ17:04
-!- kaare_ [~kaare@95.209.217.247.bredband.oister.dk] has joined #webgui17:48
-!- 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
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]19:46
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui20:06
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Client Quit]20:10
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has quit [Ping timeout: 244 seconds]20:20
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 244 seconds]22:31
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui22:33
-!- kaare_ [~kaare@95.209.217.247.bredband.oister.dk] has quit [Ping timeout: 244 seconds]23:50
--- Day changed Tue May 15 2012
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has left #webgui []00:20
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui02:04
-!- mode/#webgui [+v Radix-wrk] by ChanServ02:04
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:31
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui02:53
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]03:09
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]04:29
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui04:30
-!- mode/#webgui [+o daviddelikat] by ChanServ04:30
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Client Quit]04:34
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui04:55
-!- mode/#webgui [+o daviddelikat] by ChanServ04:55
-!- eiro [~marc@aurora-borealis.phear.org] has quit [Ping timeout: 248 seconds]07:41
-!- waxhead [~pete@ppp121-45-208-46.lns20.cbr1.internode.on.net] has joined #webgui13:28
-!- MarkLeightonFis1 [~Fisherscr@184.17.81.254] has joined #webgui14:00
-!- MarkLeightonFis1 [~Fisherscr@184.17.81.254] has left #webgui []14:00
-!- MarkLeightonFis1 [~Fisherscr@184.17.81.254] has joined #webgui14:00
-!- waxhead_ [~pete@ppp121-45-199-13.lns20.cbr1.internode.on.net] has joined #webgui14:53
-!- waxhead [~pete@ppp121-45-208-46.lns20.cbr1.internode.on.net] has quit [Ping timeout: 256 seconds]14:57
-!- waxhead_ [~pete@ppp121-45-199-13.lns20.cbr1.internode.on.net] has quit [Quit: Ex-Chat]15:13
-!- MarkLeightonFis1 [~Fisherscr@184.17.81.254] has left #webgui []15:35
-!- MarkLeightonFis1 [~Fisherscr@184.17.81.254] has joined #webgui15:36
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui16:30
-!- kaare_ [~kaare@79.138.160.64.bredband.oister.dk] has joined #webgui17:00
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]17:14
-!- daviddelikat [~dav@204.147.1.138] has joined #webgui18:01
-!- mode/#webgui [+o daviddelikat] by ChanServ18:01
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:01
-!- sbaur [~Adium@130.157.145.37] has left #webgui []18:05
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:05
-!- MarkLeightonFis1 [~Fisherscr@184.17.81.254] has quit [Ping timeout: 272 seconds]20:49
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]21:04
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]21:18
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui21:19
-!- sbaur [~Adium@130.157.145.37] has joined #webgui21:23
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has joined #webgui21:29
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]22:40
-!- daviddelikat [~dav@204.147.1.138] has quit [Quit: Leaving.]23:28
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has quit [Read error: Connection reset by peer]23:50
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has joined #webgui23:51
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has left #webgui []23:57
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has joined #webgui23:57
--- Day changed Wed May 16 2012
-!- kaare_ [~kaare@79.138.160.64.bredband.oister.dk] has quit [Ping timeout: 244 seconds]00:19
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui00:22
-!- mode/#webgui [+o daviddelikat] by ChanServ00:22
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has quit [Read error: Connection reset by peer]01:01
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has joined #webgui01:02
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has left #webgui []01:22
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:34
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]02:42
-!- daviddelikat [~dav@h184-60-30-27.mdsnwi.dsl.dynamic.tds.net] has joined #webgui03:04
-!- mode/#webgui [+o daviddelikat] by ChanServ03:04
-!- daviddelikat [~dav@h184-60-30-27.mdsnwi.dsl.dynamic.tds.net] has quit [Quit: Leaving.]04:47
-!- daviddelikat [~dav@75.42.235.136] has joined #webgui05:04
-!- mode/#webgui [+o daviddelikat] by ChanServ05:04
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has joined #webgui14:02
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui16:30
-!- daviddelikat [~dav@75.42.235.136] has quit [Quit: Leaving.]17:14
-!- daviddelikat [~dav@75.42.235.136] has joined #webgui17:18
-!- mode/#webgui [+o daviddelikat] by ChanServ17:18
-!- elnino [~elnino@user-38q47qq.cable.mindspring.com] has joined #webgui17:37
elninogood morning! what does the attachfile thing do for templates that is different than just putting stylesheets in the metadata area?17:38
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:06
@scrottiemorning!  I could guess.18:59
@scrottiebut I haven't noticed how that's used.18:59
-!- doc_gt7_ [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui19:38
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Read error: Connection reset by peer]19:38
-!- doc_gt7_ is now known as doc_gt719:38
-!- mducharme-work [~nothing@206.188.121.4] has quit [Ping timeout: 245 seconds]21:45
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]22:40
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui23:03
--- Day changed Thu May 17 2012
-!- elnino [~elnino@user-38q47qq.cable.mindspring.com] has quit [Quit: Leaving]00:38
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has left #webgui []01:13
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:27
-!- daviddelikat [~dav@75.42.235.136] has quit [Quit: Leaving.]03:36
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui03:38
-!- mode/#webgui [+o daviddelikat] by ChanServ03:39
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]07:10
-!- kaare_ [~kaare@94.191.200.242.bredband.3.dk] has joined #webgui07:36
-!- doc_gt7_ [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui13:03
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Ping timeout: 255 seconds]13:04
-!- doc_gt7_ is now known as doc_gt713:04
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has joined #webgui13:46
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui14:14
-!- mode/#webgui [+o daviddelikat] by ChanServ14:15
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui14:58
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 244 seconds]14:59
-!- danny_mk [~chatzilla@173-166-55-113-newengland.hfc.comcastbusiness.net] has joined #webgui16:27
-!- mode/#webgui [+v danny_mk] by ChanServ16:27
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]16:37
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui16:38
-!- mode/#webgui [+o daviddelikat] by ChanServ16:38
pskepti'd like to display somethings using something like the Carousel asset only with the ability to display multiple items at once and still scroll to other items. the Carousel asset only seems to let me display one item at a time. any suggestions? 17:33
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:11
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui21:08
-!- mode/#webgui [+o daviddelikat1] by ChanServ21:08
-!- Netsplit *.net <-> *.split quits: @daviddelikat21:10
-!- Netsplit over, joins: @daviddelikat21:10
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Ping timeout: 255 seconds]21:12
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]21:30
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui21:31
-!- kaare_ [~kaare@94.191.200.242.bredband.3.dk] has quit [Ping timeout: 252 seconds]22:18
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]22:30
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]23:04
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui23:05
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui23:20
--- Day changed Fri May 18 2012
-!- danny_mk [~chatzilla@173-166-55-113-newengland.hfc.comcastbusiness.net] has quit [Quit: ChatZilla 0.9.88.2 [Firefox 12.0/20120420145725]]00:24
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has left #webgui []01:05
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]01:35
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:32
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]03:44
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui03:48
-!- mode/#webgui [+o daviddelikat] by ChanServ03:48
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]06:16
-!- kaare_ [~kaare@94.191.202.217.bredband.3.dk] has joined #webgui07:10
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]07:26
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui10:04
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has joined #webgui13:50
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui15:14
-!- mode/#webgui [+o daviddelikat] by ChanServ15:14
-!- qwebirc20652 [187fc157@gateway/web/freenode/ip.24.127.193.87] has joined #webgui15:54
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui16:30
-!- vanjwilson1 [~van@adsl-070-148-067-249.sip.clt.bellsouth.net] has joined #webgui16:35
vanjwilson1trying to migrate a webgui site from an old server that's going to be decommissioned, to a newer development server, but I can't get DBD:Pg to install on the newer dev server's WRE (which is working fine for 3 other MySQL-only sites)16:38
vanjwilson1when I switch environment and "cpan install DBD::Pg", the install asks:16:39
vanjwilson1You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application.16:39
vanjwilson1Enter a valid PostgreSQL bin directory16:39
vanjwilson1I installed postgres on this server (Ubuntu 10.4), using info from here (http://socrateos.blogspot.com/2011/07/installing-postgresql-90-on-ubuntu-1104.html) and here (http://wiki.flexive.org/confluence/display/FX/Postgres+9.x+installation+in+Ubuntu)16:46
vanjwilson1Hey, think I just found what I missed here:  http://www.dctrwatson.com/2010/09/installing-postgresql-9-0-on-ubuntu-10-04/16:49
vanjwilson1Ran "sudo apt-get install libpq-dev" and now DBD:Pg installs16:49
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]16:51
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui16:52
-!- mode/#webgui [+o daviddelikat] by ChanServ16:52
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]17:20
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui17:27
-!- mode/#webgui [+o daviddelikat] by ChanServ17:27
@daviddelikatvanjwilson1:  are you using webui with postgres?17:31
vanjwilson1I'm not using postgres as webgui's database, it's for an extra db connection specific to this client's app17:38
vanjwilson1btw, installing libpg from the PPA for ubuntu worked--I can pull reports from the Pg db on the newer server just like I could on the older one17:39
vanjwilson1(fwiw, I think Pg is a fine database, if you query using the SQL standard, the problem is most example I find are enamored of the Pg-only syntax, and there are not as many admin tools available for Pg as for MySQL)17:41
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:55
-!- Netsplit *.net <-> *.split quits: +Radix-wrk18:16
-!- Netsplit over, joins: Radix-wrk18:16
-!- mode/#webgui [+v Radix-wrk] by ChanServ18:16
@scrottievanjwilson1, that's typical.  if you ever install a perl module that attaches to the Xyzzy system, you need to install xyzzy-dev from your package manager, or build xyzzy from source code.18:52
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]19:20
qwebirc20652Hello. I'm trying to setup the beta ver of webgui8 with wre-0.9.6 on centos-5.8-i386 and need help setting up a site. What has replaced /data/wre/sbin/wreconsole.pl19:52
@scrottiegood question.  I have no idea.19:58
@scrottieperlDreamer would know.19:58
@scrottiehe was working on that.19:58
@scrottiebut he isn't here.19:58
qwebirc20652will he be back today? Or would Monday be better.19:59
@scrottieI haven't seen him in quite a while.20:00
@scrottiewhat task are you trying to do with wreconsole?20:00
@scrottieI see various utilities in https://github.com/plainblack/wrebuild/tree/d432f0797edb77e51a377e150476e30a9a0915d7/wre/sbin20:01
qwebirc20652Everything seems fine with my installion including testEnvironment.pl, ..now I need to add a site...how to proceed20:03
@scrottiehttps://github.com/plainblack/wrebuild/blob/d432f0797edb77e51a377e150476e30a9a0915d7/wre/sbin/wresetup.pl ... just guessing, but that seems to be the next step.20:05
@scrottiethen addsite.pl20:05
@scrottieI don't know accurate the instructions in https://github.com/plainblack/wrebuild/blob/d432f0797edb77e51a377e150476e30a9a0915d7/wre/docs/install.txt are, but they seem to have been updated for nginx and such.  did you have any success with those?20:08
qwebirc20652The WRE instructions were helpful. I researching addsite.pl usage20:11
haargi really wish i had gotten time to add an addsite style command to wgd :/20:12
-!- daviddelikat1 [~user@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui20:38
-!- mode/#webgui [+o daviddelikat1] by ChanServ20:38
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]21:50
-!- kaare_ [~kaare@94.191.202.217.bredband.3.dk] has quit [Ping timeout: 256 seconds]22:09
-!- vanjwilson1 [~van@adsl-070-148-067-249.sip.clt.bellsouth.net] has left #webgui []22:41
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui23:11
--- Day changed Sat May 19 2012
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui01:03
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has left #webgui []01:07
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]01:41
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui01:42
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Ping timeout: 252 seconds]01:46
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:28
-!- qwebirc20652 [187fc157@gateway/web/freenode/ip.24.127.193.87] has quit [Quit: Page closed]03:05
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]03:55
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui03:56
-!- mode/#webgui [+o daviddelikat] by ChanServ03:56
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Client Quit]03:58
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui06:10
-!- mode/#webgui [+o daviddelikat] by ChanServ06:11
-!- mducharme2 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui07:19
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 240 seconds]07:21
-!- kaare_ [~kaare@94.191.202.118.bredband.3.dk] has joined #webgui07:55
-!- qwebirc60047 [187fc157@gateway/web/freenode/ip.24.127.193.87] has joined #webgui15:15
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui16:32
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]16:59
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]20:05
-!- qwebirc60047 [187fc157@gateway/web/freenode/ip.24.127.193.87] has quit [Quit: Page closed]20:58
-!- kaare_ [~kaare@94.191.202.118.bredband.3.dk] has quit [Ping timeout: 246 seconds]22:37
--- Day changed Sun May 20 2012
-!- daviddelikat [~dav@75.42.235.136] has joined #webgui04:56
-!- mode/#webgui [+o daviddelikat] by ChanServ04:56
-!- daviddelikat [~dav@75.42.235.136] has quit [Quit: Leaving.]05:48
-!- kaare_ [~kaare@79.138.232.7.bredband.3.dk] has joined #webgui08:07
-!- waxhead [~pete@ppp121-45-203-171.lns20.cbr1.internode.on.net] has joined #webgui12:23
-!- mducharme2 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 240 seconds]12:47
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui12:51
-!- waxhead [~pete@ppp121-45-203-171.lns20.cbr1.internode.on.net] has quit [Quit: Ex-Chat]14:46
-!- human_bot is now known as upasna15:29
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui15:34
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]15:44
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui16:30
-!- kaare_ [~kaare@79.138.232.7.bredband.3.dk] has quit [Ping timeout: 252 seconds]17:35
-!- kaare_ [~kaare@79.138.172.132.bredband.oister.dk] has joined #webgui18:58
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]20:56
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui21:02
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has quit [Quit: doc_gt7]22:40
-!- kaare_ [~kaare@79.138.172.132.bredband.oister.dk] has quit [Ping timeout: 265 seconds]23:50
--- Day changed Mon May 21 2012
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]00:08
-!- cj11363 [~charlie@adsl-065-080-190-199.sip.bna.bellsouth.net] has joined #webgui04:26
-!- daviddelikat [~dav@75.42.235.136] has joined #webgui04:28
-!- mode/#webgui [+o daviddelikat] by ChanServ04:28
-!- daviddelikat [~dav@75.42.235.136] has quit [Quit: Leaving.]04:35
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui04:40
-!- mode/#webgui [+o daviddelikat] by ChanServ04:40
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]04:57
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui05:06
-!- mode/#webgui [+o daviddelikat] by ChanServ05:06
-!- waxhead [~pete@ppp121-45-206-149.lns20.cbr1.internode.on.net] has joined #webgui12:06
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has joined #webgui14:27
-!- mode/#webgui [+v BartJol] by ChanServ14:27
-!- waxhead [~pete@ppp121-45-206-149.lns20.cbr1.internode.on.net] has quit [Quit: Ex-Chat]15:17
-!- qwebirc51846 [187fc157@gateway/web/freenode/ip.24.127.193.87] has joined #webgui15:20
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has joined #webgui16:00
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has joined #webgui16:30
qwebirc51846Hello. I installed the new WRE, v-0.9.6 and webgui beta 8 on a esxi5 vm but can't get it to work. The site was created using 'addsite.pl'. I get 'Internal Server Error' when I go to the site. The 'site' was added in /etc/hosts using the server host name. Please help17:49
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:04
@scrottiedid you stop Apache (and not start it again)?18:41
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]18:41
@scrottieI don't see plack serve that particular error up very often so I have to wonder if Apache is still lingering around18:43
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui18:44
-!- mode/#webgui [+o daviddelikat] by ChanServ18:44
@daviddelikatwebgui 8 does not run on apache18:46
* BartJol thinks that is exactly what scott is checking18:46
@daviddelikatcould be18:47
@scrottiestill, good to see signs off life from another PB'er on here.18:47
@scrottiesigns of life18:47
@scrottiecheers, daviddelikat!18:48
haargtechnically, wg8 could run on apache18:48
@scrottiegets lonely around these parts.18:48
haargbut i don't know why you'd want to do that18:48
@daviddelikatscrottie:  cheers! glug glug...18:48
CIA-148wgdev: Mark Leighton Fisher master * rcc38761 / (README lib/WGDev/Command/Batchedit.pm): Added Command/Batchedit.pm and updated the README for me as a contributor. - http://git.io/lP-tkw18:49
@daviddelikatyes it could but you would have to jump through some hoops to do it18:49
@scrottiecommits have also been conspiciously lacking lately too.18:50
* haarg wants to de-duplicate some of the code for that batchedit command, but i might push out a release before messing with that18:50
@daviddelikatqwebirc51846 was asking why he got a system error when they probably did not start webgui 8 at all becuase by default apache has nothing to do wiht it...18:50
qwebirc51846Setup is on a clean install. No Apache. Followed instruction accompanying WRE.18:51
@daviddelikatdid the wre instructions mention wg8?18:51
@daviddelikatsorry I have nto looked at them18:51
@daviddelikatso I have to ask18:51
@daviddelikatI know colin was working on wre for WG8 18:52
@daviddelikatbut I do not know how far he got18:52
@scrottiethe procedure for adding a site is different, and the new WRE has instructions for that18:52
@scrottieone person had success with them just the other day18:52
* scrottie is always interested in doc fixes18:52
-!- kaare_ [~kaare@95.209.218.210.bredband.oister.dk] has joined #webgui18:55
+BartJolwell, have fun, dinnertime18:56
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has quit [Quit: Leaving.]18:57
@scrottieqwebirc51846, do these instructions match the ones you used?  https://github.com/plainblack/wrebuild/blob/d432f0797edb77e51a377e150476e30a9a0915d7/wre/docs/install.txt19:05
qwebirc51846Yes.19:06
@scrottieand you followed the instructions that came with wG8, in addition to those?19:07
@scrottiehttps://github.com/plainblack/webgui/blob/1ee06682674273b8325f6651f48b35f2dfa9a8ec/docs/install.txt19:09
qwebirc51846no19:11
qwebirc51846I will try this. Thanks19:12
qwebirc51846Is the GIT ver of Webgui more current than the available WebGUI download?19:13
qwebirc51846WebGUI 8 download19:13
@scrottiewhat link did you use to download?19:14
@scrottiethe git version is usually more current, but that's not always a good thing ;)19:14
qwebirc51846http://sourceforge.net/projects/pbwebgui/files/WebGUI%20Runtime%20Environment/WRE%200.9.6/19:14
qwebirc51846Sorry. Wrong link. http://sourceforge.net/projects/pbwebgui/files/WebGUI%20Source/8.0.0%20%28beta%29/19:16
@scrottiehrm, I don't think it changed much from the beta to the release version, but neither did the install docs.  I wrote those some time ago now.  so the install instructions you had should match those.19:17
@scrottiegrabbing the git version may be the best bet...19:18
@scrottiegit clone git://github.com/plainblack/webgui.git19:18
@scrottiethere are two sets of install instructions.  the ones in README are the short version.  doc/install.txt has the longer version.  the bit about "install perl", "install MySQL", "install ImageMagick" are redundant with the WRE.  the WRE provides that stuff and most of the perl modules you need.19:20
qwebirc51846Would I need to setup the configuration files for the site, or is that what the addsite.pl script do?19:33
@scrottieugh.  good question.  I haven't used the new WRE or addsite.pl.  I suggest double-checking the config files after running addsite.pl.20:01
@scrottieI assume it sets up the config files....20:01
-!- sbaur [~Adium@130.157.145.37] has quit [Read error: Connection reset by peer]20:07
-!- sbaur1 [~Adium@130.157.145.37] has joined #webgui20:07
-!- sbaur1 [~Adium@130.157.145.37] has quit [Client Quit]20:07
-!- sbaur [~Adium@130.157.145.37] has joined #webgui20:07
-!- doc_gt7 [~docster@10.187-available-ethint-fratm-cc.sccoast.net] has left #webgui []20:45
-!- pskept [pskept@gateway/shell/devio.us/x-qftxioirlfsqvjyg] has quit [Ping timeout: 244 seconds]23:00
-!- daviddelikat1 [~user@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Read error: Connection reset by peer]23:53
--- Day changed Tue May 22 2012
-!- daviddelikat1 [~user@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui00:02
-!- mode/#webgui [+o daviddelikat1] by ChanServ00:02
-!- kaare_ [~kaare@95.209.218.210.bredband.oister.dk] has quit [Ping timeout: 245 seconds]00:07
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]00:13
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has left #webgui []00:41
-!- ckotil [~ckotil@snare.grnoc.iu.edu] has quit [Read error: Connection reset by peer]01:41
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:27
-!- pskept [pskept@gateway/shell/devio.us/x-pnudvcpesjfrttnk] has joined #webgui04:36
-!- qwebirc51846 [187fc157@gateway/web/freenode/ip.24.127.193.87] has quit [Ping timeout: 245 seconds]06:21
xdangerSo there is a release of wg8 on sourceforge, does that mean that plainblack has released wg8 on 2012-03-11 and just didn't tell anyone about it? I'm a bit confused about the situation...08:36
-!- pskept [pskept@gateway/shell/devio.us/x-pnudvcpesjfrttnk] has quit [Ping timeout: 244 seconds]10:07
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has joined #webgui12:40
-!- mode/#webgui [+v BartJol] by ChanServ12:40
-!- waxhead [~pete@ppp121-45-199-21.lns20.cbr1.internode.on.net] has joined #webgui14:24
-!- BartJol [~bart@D57D69B5.static.ziggozakelijk.nl] has quit [Quit: Leaving.]14:57
-!- waxhead [~pete@ppp121-45-199-21.lns20.cbr1.internode.on.net] has quit [Quit: Ex-Chat]15:06
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui15:35
-!- mode/#webgui [+o daviddelikat] by ChanServ15:35
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has joined #webgui16:15
-!- qwebirc33055 [187fc157@gateway/web/freenode/ip.24.127.193.87] has joined #webgui16:25
-!- pskept [pskept@gateway/shell/devio.us/x-gjmerflhtvabbscz] has joined #webgui17:43
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:59
@scrottiexdanger, my guess is that wG8 will be formally announced at YAPC.  but I haven't been told this.18:29
@scrottieI'm just guessing.18:29
@scrottie8.0.1 is in development, so that means that 8.0.0 isn't changing any more.  and it was declared done some time ago, but lacking a WRE to run it.18:30
-!- MarkLeightonFish [~Fisherscr@184.17.81.254] has quit [Ping timeout: 260 seconds]19:30
-!- kaare_ [~kaare@95.209.214.104.bredband.oister.dk] has joined #webgui19:58
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]20:12
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Read error: Connection reset by peer]20:23
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui20:24
-!- mode/#webgui [+o daviddelikat] by ChanServ20:24
-!- MarkLeightonFish [~Fisherscr@184.17.69.197] has joined #webgui20:45
-!- sbaur [~Adium@130.157.145.37] has joined #webgui21:29
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]23:09
-!- sbaur [~Adium@130.157.145.37] has joined #webgui23:11
-!- kaare_ [~kaare@95.209.214.104.bredband.oister.dk] has quit [Ping timeout: 265 seconds]23:39
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]23:45
--- Day changed Wed May 23 2012
-!- sbaur [~Adium@130.157.145.37] has joined #webgui00:07
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]00:21
-!- sbaur [~Adium@130.157.145.37] has joined #webgui00:24
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]00:37
-!- sbaur [~Adium@130.157.145.37] has joined #webgui01:06
-!- MarkLeightonFish [~Fisherscr@184.17.69.197] has left #webgui []01:31
CIA-148wrebuild: root wre7 * rea7396a / getsource.sh : Add nettle, p11_kit and GMP libraries to replace gcrypt. - http://git.io/FXjtvw01:53
CIA-148wrebuild: perldreamer wre7 * r2e94920 / getsource.sh : Fixes and updates. - http://git.io/RjkHcw01:53
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]02:00
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:31
-!- qwebirc33055 [187fc157@gateway/web/freenode/ip.24.127.193.87] has quit [Quit: Page closed]03:06
-!- cj11363 [~charlie@adsl-065-080-190-199.sip.bna.bellsouth.net] has quit [Remote host closed the connection]03:52
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui04:48
-!- mode/#webgui [+o daviddelikat] by ChanServ04:48
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]07:04
-!- scrottie [~scott@li25-98.members.linode.com] has quit [Ping timeout: 260 seconds]08:42
-!- scrottie [~scott@li25-98.members.linode.com] has joined #webgui10:42
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui15:29
-!- mode/#webgui [+o daviddelikat] by ChanServ15:29
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]15:59
-!- MarkLeightonFish [~Fisherscr@184.17.69.197] has joined #webgui16:00
-!- MarkLeightonFish [~Fisherscr@184.17.69.197] has quit [Ping timeout: 276 seconds]16:14
-!- qwebirc51524 [187fc157@gateway/web/freenode/ip.24.127.193.87] has joined #webgui16:26
-!- kaare_ [~kaare@79.138.170.44.bredband.oister.dk] has joined #webgui17:23
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:04
-!- sbaur [~Adium@130.157.145.37] has left #webgui []18:05
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:05
-!- MarkLeightonFish [~Fisherscr@184.17.93.160] has joined #webgui18:18
-!- mode/#webgui [+o scrottie] by ChanServ18:35
@scrottiemornin' Mark18:35
-!- BartJol [~bart@a82-161-119-21.adsl.xs4all.nl] has joined #webgui20:18
-!- BartJol [~bart@a82-161-119-21.adsl.xs4all.nl] has quit [Quit: Leaving.]20:20
MarkLeightonFishAfternoon, Scott. They shut down my power for 2 hours, so I got a late start today (as also his bus just drove right by rather than stopping for him earlier in the morning...)21:36
-!- qwebirc51524 [187fc157@gateway/web/freenode/ip.24.127.193.87] has quit [Ping timeout: 245 seconds]23:20
-!- kaare_ [~kaare@79.138.170.44.bredband.oister.dk] has quit [Ping timeout: 260 seconds]23:28
--- Day changed Thu May 24 2012
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui00:28
-!- mode/#webgui [+o daviddelikat] by ChanServ00:28
-!- xdanger [xdanger@i.should.be.in.a.mentalhouse.net] has quit [Ping timeout: 245 seconds]01:04
--- Log closed Thu May 24 01:04:12 2012
--- Log opened Thu May 24 01:16:42 2012
-!- xdanger [xdanger@i.should.be.in.a.mentalhouse.net] has quit [Ping timeout: 245 seconds]01:16
--- Log closed Thu May 24 01:16:42 2012
--- Log opened Thu May 24 02:37:24 2012
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:37
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui02:38
-!- mode/#webgui [+o daviddelikat] by ChanServ02:38
-!- nuba [~nuba@pauleira.com] has quit [Read error: Operation timed out]02:41
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]03:08
-!- nuba [~nuba@pauleira.com] has joined #webgui03:10
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui03:20
-!- mode/#webgui [+o daviddelikat] by ChanServ03:20
-!- daviddelikat2 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui03:49
-!- mode/#webgui [+o daviddelikat2] by ChanServ03:49
-!- daviddelikat [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Ping timeout: 244 seconds]03:52
-!- qwebirc31794 [187fc157@gateway/web/freenode/ip.24.127.193.87] has joined #webgui03:54
-!- qwebirc31794 [187fc157@gateway/web/freenode/ip.24.127.193.87] has quit [Quit: Page closed]04:52
-!- Guest65354 [~wael@174-19-238-54.phnx.qwest.net] has joined #webgui06:22
-!- Guest65354 [~wael@174-19-238-54.phnx.qwest.net] has quit [Client Quit]06:25
-!- daviddelikat2 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]07:38
-!- daviddelikat1 [~user@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Ping timeout: 265 seconds]08:40
-!- daviddelikat [~user@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui09:09
-!- mode/#webgui [+o daviddelikat] by ChanServ09:09
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui11:14
-!- daviddelikat [~user@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Ping timeout: 244 seconds]12:08
-!- daviddelikat [~user@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui12:16
-!- mode/#webgui [+o daviddelikat] by ChanServ12:16
-!- MarkLeightonFish [~Fisherscr@184.17.93.160] has joined #webgui14:21
-!- qwebirc49440 [187fc157@gateway/web/freenode/ip.24.127.193.87] has joined #webgui15:16
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui15:50
-!- mode/#webgui [+o daviddelikat1] by ChanServ15:50
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]17:05
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui17:13
-!- mode/#webgui [+o daviddelikat1] by ChanServ17:13
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:10
-!- kaare_ [~kaare@79.138.236.16.bredband.3.dk] has joined #webgui19:02
-!- jigou [~JIgou@ip-173-201-38-68.ip.secureserver.net] has joined #webgui20:51
-!- qwebirc49440 [187fc157@gateway/web/freenode/ip.24.127.193.87] has quit [Ping timeout: 245 seconds]21:25
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has quit [Remote host closed the connection]21:26
-!- qwebirc86928 [187fc157@gateway/web/freenode/ip.24.127.193.87] has joined #webgui21:28
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui21:28
-!- mode/#webgui [+v Radix-wrk] by ChanServ21:28
qwebirc86928Good Day. I 've setup wre-0.9.6 and webgui current beta (via git) but couldn't get it to work. One of the perl modules has an issue.21:32
qwebirc86928wreservice.pl returns: Use of qw(...) as parentheses is deprecated at /data/wre/prereqs/lib/perl5/site_perl/5.14.2/Business/PayPal/API.pm line 246, <DATA> line 10.21:33
@scrottieheya qwebirc8692821:34
@scrottieusually "deprecated" messages like that are just warnings, not errors.21:35
@scrottieI'm re-installing it and running tests to see if it blows up for me21:37
qwebirc86928Then it should be another reason that nginx fails > Internal Server Error21:37
@scrottienope.  your actual problem is something else.  that's probably a red herring.21:37
@scrottieah.21:37
@scrottieyou were here the other day.  people were talking about that and had a lot to say, but you apparently vanished and didn't catch it.21:37
@scrottiefirst off, nginx probably isn't giving you "Internal Server Error".  that's usually Apache.21:38
@scrottiedo ps -aux | grep httpd21:38
@scrottiewhat's the output of that?21:38
qwebirc86928Sorry. Was it resolved!21:38
@scrottiewell, we aren't having this problem.21:38
@scrottieonly you are.  so we have some questions.21:38
@scrottieI'll drop the royal We now and talk about I.21:38
@scrottieI have some questions.21:38
@scrottieuntil/unless other people pipe up again.21:38
sbaurall hail king scrottie21:39
@scrottieheh21:39
sbaur:)21:39
@scrottieJester!  Jest for me.21:39
qwebirc86928I did a clean install. Apache wasn't installed on the CentOS-5.8-i386 server21:39
@scrottieI had no idea you could write:  for $i qw(foo bar baz) { } ...21:39
@scrottiedo you still have access to this server?21:40
qwebirc86928yes.21:40
@scrottieI can try to help troubleshoot, but I don't know from the description what is wrong.21:40
@scrottieokay, ps -ax | grep httpd doesn't come back with anything?21:40
@scrottieI don't know if there's an httpd in that version of the wre or not.21:41
qwebirc86928ps -aux | grep httpd, returns -  Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ root      8051  0.0  0.0   4016   676 pts/0    R+   14:35   0:00 grep httpd21:41
@scrottiehuh.  alright.21:42
@scrottiedid you use these install instructions to set up WebGUI after doing the setup for the WRE?  https://github.com/plainblack/webgui/blob/1ee06682674273b8325f6651f48b35f2dfa9a8ec/docs/install.txt21:43
@scrottiedo those match what you used?21:43
@scrottieWRE install instructions are https://github.com/plainblack/wrebuild/blob/d432f0797edb77e51a377e150476e30a9a0915d7/wre/docs/install.txt21:43
@scrottiedid I lose your attention again already?21:48
qwebirc86928Not yet. 21:51
qwebirc86928Somewhat. I ran the script, /data/wre/sbin/addsite.pl which created the site21:51
@scrottie /data/wre/sbin/wresetup.pl ... did you do that step?21:52
@scrottietestEnvironment.pl ... and that one?21:52
qwebirc86928Yes to both.21:53
@scrottieI really should fire up a VM and play with this stuff.  this is new, and I didn't write it.  those setup scripts, I mean, and the packaged up nginx config.22:00
@scrottieI've been running plack straightup for development.22:01
@scrottieI don't see anything in the install instructions for the wre or in the code for the wre setup script that actually starts the WebGUI.22:01
@scrottiedoes ps -aux | grep -e perl -e plackup show you anything?22:02
qwebirc86928Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ root      3585  0.0  0.0   4016   676 pts/0    R+   14:58   0:00 grep -e perl -e plackup22:02
@scrottiemaybe wremonitor restarts stuff if it is running in cron, but that stuff really needs to be optional, so I hope that that isn't the design22:02
@scrottieps -ax | grep nginx .... nginx is running, you said?22:03
qwebirc86928No.22:03
@scrottieif you want to indulge me... cd to /data/WebGUI and do PERL5LIB='/data/WebGUI/lib:/data/WebGUI/t/lib';plackup app.psgi22:07
@scrottiewhat does that say?22:07
qwebirc86928-bash: plackup: command not found22:08
@scrottie. /data/wre/sbin/setenvironment.sh; plackup app.psgi22:09
@scrottiethat?22:09
@scrottiethat should go one of a few ways.  if DSN/mysl users etc were set up, it should basically come up.  if upgrades weren't ran (yes, upgrades on a new install are required), the AdminBar won't display.  that's the first thing of many that goes wrong in that case.22:10
@scrottieWebGUI8 has instructions in install.txt for starting it with plackup, and the WRE docs have no instructions for actually starting things.  that should be fixed.22:12
qwebirc86928http://0:500022:12
qwebirc86928?22:12
@scrottiethat means that plackup is running.22:13
@scrottieyou should be able to connect to http://localhost:500022:13
qwebirc86928I get a page, 'Error trace'22:13
@scrottiedoes that look like anything?22:13
@scrottiedid you run the upgrades with wgd?22:13
@scrottie(or alternative connect to whatever IP the machine is at on port 5000, if it isn't localhost)22:14
qwebirc86928I get a page titled 'Error trace' that lists - 42 errors22:16
@scrottiealright, did you set up a mysql user, and set the dsn, dbuser, and dbpass fields on the .conf file in /data/WebGUI/etc ?22:17
@scrottie(line 24 of https://github.com/plainblack/webgui/blob/1ee06682674273b8325f6651f48b35f2dfa9a8ec/docs/install.txt)22:18
qwebirc86928Yes22:18
@scrottieecho $WEBGUI_CONFIG22:18
@scrottiewhat's that come back with?22:18
qwebirc86928Nothing.22:19
qwebirc86928This is at the top of the 'Error tace' page - WebGUI::SQL connect('c58w8b;host=;port=','gpzxdvneoleqohx',...) failed: Access denied for user 'gpzxdvneoleqohx'@'localhost' (using password: YES) at /data/WebGUI/lib/WebGUI/Middleware/StackTrace.pm line 2422:19
@scrottiealright.  set it... export WEBGUI_CONFIG=/data/WebGUI/etc/<whatever the name of your .conf file is>22:20
@scrottiethat was my guess... WebGUI isn't able to connect to mysql.22:20
@scrottieotherwise, it shouldn't blow up hard.22:20
@scrottieis there a my.cnf in /etc/ ?22:21
qwebirc86928No.22:21
qwebirc86928This is my addsite info - /data/wre/sbin/addsite.pl --sitename=c58w8b  --adminPassword=123qwe --databaseUser=webgui --databasePassword=123qwe22:22
@scrottiemysql --user=webgui --password=123qwe webgui  # does that drop you into a mysql> shell?22:23
qwebirc86928No22:24
@scrottieyeah.  this addsite script doesn't talk to mysql and set that up, so not surprising.22:24
qwebirc86928ERROR 1045 (28000): Access denied for user 'webgui'@'localhost' (using password: YES)22:25
@scrottiemysql --user=root # does that get you in to a mysql> shell?22:25
qwebirc86928No.22:26
qwebirc86928This does, mysql -u root -p22:26
qwebirc86928after entering pwd22:26
@scrottiealright.22:26
@scrottiegrant all privileges on c58w8b.* to webgui@localhost identified by '123qwe';22:27
@scrottiedo that22:27
@scrottiea quick test to see if your wG config file is correct (with respect to mysql) is to run 'wgd db' at the command line, with WEBGUI_CONFIG set and 22:28
qwebirc86928Done. But I had done that already22:28
@scrottie and /data/wre/sbin/setenvironment.sh sourced in22:28
@scrottiehuh.22:29
@scrottieokay, maybe the addsite script failed.22:29
@scrottiegrep -e dsn -e dbpass -e dbuser /data/WebGUI/etc/c58w8b.conf22:29
@scrottiewhat's that come back with?  does that match?22:29
@scrottieand does wgd db get you a mysql> prompt?22:29
qwebirc86928   "dbpass" : "qA6sR9wN3pK8raj554ZY9e",    "dbuser" : "gpzxdvneoleqohx",    "dsn" : "DBI:mysql:c58w8b;host=;port=",22:30
@scrottiec58w8b looks like the only part that's correct.22:31
@scrottieer, not even22:31
qwebirc86928wgd db  - No WebGUI config file available.22:31
@scrottiewait...22:31
@scrottiefix dbpass and dbuser in your config file?  and then change 'c58w8b' to 'webgui' in the dsn entry in the config file?22:32
@scrottieI think that 'c58w8b' field in '"DBI:mysql:c58w8b...' is supposed to be the database name, even though the perldoc for DBD::mysql's example has a database= in front of that.22:33
@scrottiethen try 'wgd db' again.  again, assuming WEBGUI_CONFIG is set to point to your WebGUI's .conf file...22:34
haargDBD::mysql accepts the db name as the first item, db=, database=, or dbname=22:35
@scrottieI vaguely rememberd that being the case.22:36
qwebirc86928where should 'wgd db' be run?22:43
@scrottiebash/csh/whatever.22:47
@scrottieyou said you ran 'wgd --reset upgrade' earlier, right?22:47
@scrottiebut that wouldn't have worked without the database stuff configured correct in the .conf22:48
qwebirc86928No. Would I?  I'm doing a new install. It seems then that the db stuff isn't getting configured.22:50
@scrottieyeah.  upgrades have to be run on a new install.22:50
@scrottieand you can't use the old wG7 WRE's upgrade scripts.22:51
@scrottieagreed, re: database stuff not getting configured.22:51
@scrottieI'll have to test and fix that stuff.22:51
@scrottieand it also seems like the installer does very little.22:52
@scrottieit really needs to do more, or else the docs need to be more clear about what the user needs to do (eg, start up services!)22:52
@scrottieat least the wre docs.  the wG8 docs should be fine =P22:52
@scrottiethere's instructions in the wG install instructions for fetching wgd, which amount to doing wget http://haarg.org/wgd -O /data/WebGUI/sbin/wgd; chmod ugo+x /data/WebGUI/sbin/wgd22:57
qwebirc86928 /data/WebGUI/sbin/wgd db No WebGUI root directory available.23:04
haargit's probably easiest to set WEBGUI_CONFIG to the absolute path to the config file23:04
qwebirc86928running /data/WebGUI/sbin/wgd db   gives me a mysql> prompt23:16
@scrottiealright, the .conf file is correct with respect to mysql, then.23:18
@scrottiecontrol-c plackup (if you haven't already) and do that again.... cd /data/WebGUI;plackup app.psgi23:18
@scrottieagain, with WEBGUI_CONFIG set, and setenvironment.sh sourced23:18
@scrottieoh, wait23:18
@scrottieyou haven't run upgrades.23:18
@scrottieplease do that now, or else the thing will be terribly broken.23:19
@scrottiewgd reset --upgrade23:19
@scrottieit should take a minute and generate lots of output23:19
@scrottie*then* plackup again23:19
qwebirc86928  ... /data/WebGUI/sbin/wgd reset --upgrade gives me  Can't locate Class/Data/Inheritable.pm in @INC23:32
qwebirc86928plus other compilation errors23:32
@scrottiethen probably you haven't sourced setenvironment.sh in that session23:33
@scrottie"again, with WEBGUI_CONFIG set, and setenvironment.sh sourced"23:33
@scrottiewhen working with this stuff, you basically always need that sourced and WEBGUI_CONFIG set23:33
@scrottiethe wG8 install.txt suggests putting those things in your .bashrc23:33
-!- jhannah [~jhannah@li118-245.members.linode.com] has joined #webgui23:48
jhannahIs there a WebGUI ERD somewhere?23:48
jhannaherd?23:48
* jhannah withholds his botsnack23:48
-!- kaare_ [~kaare@79.138.236.16.bredband.3.dk] has quit [Ping timeout: 244 seconds]23:56
@scrottiehttp://en.wikipedia.org/wiki/Entity-relationship_model ... did Google understand you?23:57
@scrottieERD, ERM.  probably not.23:57
@scrottieI had a gag in my wG8 talk at PPW where I showed the Pentagon decision making chart, said oops, then flopped over to an equally horrifying one mapping the relationships between assets in the stock wG8 database.23:59
@scrottieand I'm not sure why I hooked wG8 up to Gopher but not IRC.23:59
--- Day changed Fri May 25 2012
@scrottiejhannah, or were you talking abut something like this?  http://www.google.com/url?q=http://rails-erd.rubyforge.org/&sa=U&ei=rKC-T6LvKqnkiAL4qdWsCA&ved=0CDoQFjAO&usg=AFQjCNFuOxlcwAiOlcb_-eEuXGQy8KXMVg00:09
-!- jigou [~JIgou@ip-173-201-38-68.ip.secureserver.net] has left #webgui []00:19
jhannahscrottie: yup. the relationships between tables in the guts of webgui00:19
@scrottiebetween the tables?  or between abstract things, such as templates?00:19
jhannahumm... either? 00:20
jhannahwhatever ya got, i'll take it  :)00:20
@scrottiehttp://slowass.net/~scott/tmp/asset_graph.ps00:20
@scrottieI think I cut the most common relationships out00:21
@scrottieeg, mobilestyle00:21
@scrottieand the crystalstyle stuff00:21
@scrottiehttp://slowass.net/~scott/tmp/graphassets.pl.txt, with apologies to the living.00:23
* jhannah ponders these things00:23
@scrottieas for the database, assetId joins assetData on assetID, and the rest of the asset tables, in various combinations, join that on the compound key (assetId, revisionDate)00:24
@scrottiethere's some other stuff with groups and groupings, and users and userSession, but that's the bulk of the database schema there.00:24
jhannahthat's helpful. thanks  :)00:25
@scrottieyou're welcome =)00:25
CIA-148wrebuild: root wre7 * r6e811e4 / build.sh : Set up pkg-config for handling config paths. Update versions. Remove gcrypt and add nettle, p11-kit and gmp. - http://git.io/8yYhfQ01:27
-!- MarkLeightonFish [~Fisherscr@184.17.93.160] has left #webgui []01:49
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has quit [Quit: No Ping reply in 180 seconds.]02:12
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui02:12
-!- mode/#webgui [+v Radix-wrk] by ChanServ02:12
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:34
-!- scrottie [~scott@li25-98.members.linode.com] has quit [Ping timeout: 265 seconds]03:37
-!- Netsplit *.net <-> *.split quits: @daviddelikat103:38
-!- Netsplit *.net <-> *.split quits: CIA-148, pskept, +Radix-wrk, qwebirc86928, nuba, mducharme103:39
-!- daviddelikat2 [~dav@75.42.235.136] has joined #webgui03:44
-!- Netsplit over, joins: +Radix-wrk, qwebirc86928, mducharme1, nuba, pskept, CIA-14803:44
-!- ServerMode/#webgui [+ov daviddelikat2 Radix-wrk] by lindbohm.freenode.net03:44
qwebirc86928Hello. I'm getting an error running, mysql --password --user=webgui < share/create.sql04:40
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]04:51
jhannahqwebirc86928: nopaste the error: http://webgui.pastebin.com04:56
qwebirc86928http://pastebin.com/sBG9tgKN04:59
qwebirc86928Database is Percona, installed as per instructions in WRE-0.9.6 05:00
jhannahqwebirc86928: also nopaste share/create.sql05:10
qwebirc86928http://pastebin.com/wC73PTLG05:12
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui05:17
-!- daviddelikat2 [~dav@75.42.235.136] has quit [Quit: Leaving.]06:19
-!- qwebirc50417 [187fc157@gateway/web/freenode/ip.24.127.193.87] has joined #webgui06:20
-!- qwebirc86928 [187fc157@gateway/web/freenode/ip.24.127.193.87] has quit [Ping timeout: 245 seconds]06:21
-!- qwebirc50417 [187fc157@gateway/web/freenode/ip.24.127.193.87] has quit [Client Quit]06:23
-!- GeraldB_ [~IceChat77@206-248-138-13.dsl.teksavvy.com] has joined #webgui08:54
-!- GeraldB_ [~IceChat77@206-248-138-13.dsl.teksavvy.com] has quit [Read error: Connection reset by peer]08:56
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 265 seconds]10:12
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui10:15
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 265 seconds]10:35
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui10:41
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]10:42
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui10:52
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]11:08
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui11:15
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui11:56
-!- mode/#webgui [+o daviddelikat1] by ChanServ11:56
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]12:13
-!- MarkLeightonFis1 [~Fisherscr@184.17.93.160] has joined #webgui14:02
-!- MarkLeightonFis1 [~Fisherscr@184.17.93.160] has left #webgui []14:02
-!- MarkLeightonFis1 [~Fisherscr@184.17.93.160] has joined #webgui14:03
-!- MarkLeightonFish [~Fisherscr@184.17.93.160] has joined #webgui14:19
-!- MarkLeightonFis2 [~Fisherscr@184.17.93.160] has joined #webgui14:20
-!- MarkLeightonFis1 [~Fisherscr@184.17.93.160] has quit [Ping timeout: 248 seconds]14:22
-!- MarkLeightonFish [~Fisherscr@184.17.93.160] has quit [Ping timeout: 265 seconds]14:24
-!- MarkLeightonFis2 [~Fisherscr@184.17.93.160] has left #webgui []14:27
-!- MarkLeightonFis2 [~Fisherscr@184.17.93.160] has joined #webgui14:28
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui15:20
-!- mode/#webgui [+o daviddelikat1] by ChanServ15:20
-!- qwebirc80242 [187fc157@gateway/web/freenode/ip.24.127.193.87] has joined #webgui16:16
qwebirc80242 Good Day. I've setup WRE-0.9.6 + WebGUI current beta (via git) and I'm getting an error running,  mysql --password --user=webgui < share/create.sql16:55
qwebirc80242Percona MySQL was installed per wre instructions.16:56
-!- MarkLeightonFis2 [~Fisherscr@184.17.93.160] has left #webgui []17:44
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]18:21
-!- scrottie [~scott@li25-98.members.linode.com] has joined #webgui18:52
-!- mode/#webgui [+o scrottie] by ChanServ18:52
-!- upasna is now known as human_bot20:18
-!- MarkLeightonFish [~Fisherscr@184.17.93.160] has joined #webgui20:43
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui21:03
-!- mode/#webgui [+o daviddelikat1] by ChanServ21:03
-!- human_bot [lostcase@unaffiliated/changednicks] has left #webgui ["Leaving"]22:09
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]23:48
--- Day changed Sat May 26 2012
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui01:14
-!- mode/#webgui [+o daviddelikat1] by ChanServ01:14
-!- MarkLeightonFish [~Fisherscr@184.17.93.160] has left #webgui []01:32
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]02:21
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui02:22
-!- mode/#webgui [+o daviddelikat1] by ChanServ02:22
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]02:51
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui02:59
-!- mode/#webgui [+o daviddelikat1] by ChanServ02:59
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Client Quit]03:03
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui03:07
-!- mode/#webgui [+o daviddelikat1] by ChanServ03:07
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]03:49
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui04:14
-!- mode/#webgui [+o daviddelikat1] by ChanServ04:14
-!- qwebirc80242 [187fc157@gateway/web/freenode/ip.24.127.193.87] has quit [Quit: Page closed]05:15
-!- qwebirc6159 [187fc157@gateway/web/freenode/ip.24.127.193.87] has joined #webgui05:16
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]05:26
-!- qwebirc6159 [187fc157@gateway/web/freenode/ip.24.127.193.87] has quit [Quit: Page closed]05:31
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui05:32
CIA-148wrebuild: Colin Kuskie wre7 * r1908fe0 / getsource.sh : Add support for automatically downloading APR, since it's now packaged separately. - http://git.io/C0vlUQ07:41
-!- waxhead [~pete@ppp121-45-202-191.lns20.cbr1.internode.on.net] has joined #webgui12:33
-!- waxhead [~pete@ppp121-45-202-191.lns20.cbr1.internode.on.net] has quit [Quit: Ex-Chat]13:00
-!- waxhead [~pete@ppp121-45-202-191.lns20.cbr1.internode.on.net] has joined #webgui13:02
-!- waxhead [~pete@ppp121-45-202-191.lns20.cbr1.internode.on.net] has quit [Remote host closed the connection]13:18
-!- waxhead [~pete@ppp121-45-202-191.lns20.cbr1.internode.on.net] has joined #webgui13:24
-!- daviddelikat [~user@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Ping timeout: 252 seconds]14:41
-!- daviddelikat1 [~dav@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Quit: Leaving.]15:19
-!- kaare_ [~kaare@95.209.217.135.bredband.oister.dk] has joined #webgui15:25
-!- waxhead [~pete@ppp121-45-202-191.lns20.cbr1.internode.on.net] has quit [Quit: Ex-Chat]16:32
-!- kaare_ [~kaare@95.209.217.135.bredband.oister.dk] has quit [Ping timeout: 244 seconds]23:04
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]23:31
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui23:32
--- Day changed Sun May 27 2012
CIA-148webgui: Colin Kuskie webgui-7.10 * ree783e7 / (docs/changelog/7.x.x.txt lib/WebGUI/AssetExportHtml.pm): Make exporting assets as HTML work when an export with mobile styling has been selected. Fixes bug #12364 - http://git.io/agK1ZQ06:41
CIA-148wrebuild: perldreamer wre7 * r7b6d0e0 / getsource.sh : Add download for PCRE (needed by apache). Fix unpack and install of APR. - http://git.io/0xPzqQ06:44
CIA-148wrebuild: perldreamer wre7 * rf5375f8 / build.sh : Build pcre - http://git.io/QrtFoQ06:44
CIA-148webgui: Colin Kuskie webgui-7.10 * r45d7c55 / (2 files in 2 dirs): Do not show Tickets in the schedule screen when they are either in the Trash or in the Clipboard. Fixes bug #12345. - http://git.io/x3012Q06:59
-!- kaare_ [~kaare@94.191.199.181.bredband.3.dk] has joined #webgui07:53
-!- pvanthony [dcff017a@gateway/web/freenode/ip.220.255.1.122] has joined #webgui08:14
-!- pvanthony [dcff017a@gateway/web/freenode/ip.220.255.1.122] has quit [Client Quit]08:18
-!- waxhead [~pete@ppp121-45-223-122.lns20.cbr1.internode.on.net] has joined #webgui13:45
-!- Netsplit *.net <-> *.split quits: waxhead, nuba14:53
-!- Netsplit over, joins: nuba14:53
-!- waxhead [~pete@ppp121-45-223-122.lns20.cbr1.internode.on.net] has joined #webgui15:16
-!- waxhead [~pete@ppp121-45-223-122.lns20.cbr1.internode.on.net] has quit [Ping timeout: 240 seconds]16:14
-!- waxhead [~pete@ppp121-45-192-229.lns20.cbr1.internode.on.net] has joined #webgui16:26
-!- waxhead [~pete@ppp121-45-192-229.lns20.cbr1.internode.on.net] has quit [Quit: Ex-Chat]16:34
-!- kaare_ [~kaare@94.191.199.181.bredband.3.dk] has quit [Ping timeout: 245 seconds]22:56
-!- daviddelikat [~user@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui23:19
-!- mode/#webgui [+o daviddelikat] by ChanServ23:19
--- Day changed Mon May 28 2012
-!- kaare_ [~kaare@79.138.161.60.bredband.oister.dk] has joined #webgui07:26
-!- waxhead [~pete@ppp121-45-216-106.lns20.cbr1.internode.on.net] has joined #webgui08:31
-!- waxhead [~pete@ppp121-45-216-106.lns20.cbr1.internode.on.net] has quit [Client Quit]08:35
-!- waxhead [~pete@ppp121-45-216-106.lns20.cbr1.internode.on.net] has joined #webgui08:38
-!- waxhead [~pete@ppp121-45-216-106.lns20.cbr1.internode.on.net] has quit [Ping timeout: 260 seconds]11:25
-!- waxhead [~pete@ppp121-45-221-22.lns20.cbr1.internode.on.net] has joined #webgui11:28
-!- kaare_ [~kaare@79.138.161.60.bredband.oister.dk] has quit [Ping timeout: 256 seconds]15:24
-!- qwebirc90235 [187fc157@gateway/web/freenode/ip.24.127.193.87] has joined #webgui16:21
-!- kaare_ [~kaare@79.138.165.194.bredband.oister.dk] has joined #webgui17:53
-!- kaare_ [~kaare@79.138.165.194.bredband.oister.dk] has quit [Ping timeout: 260 seconds]23:04
--- Day changed Tue May 29 2012
CIA-148webgui: Colin Kuskie webgui-7.10 * rfd4b75b / (docs/changelog/7.x.x.txt lib/WebGUI/Session.pm): Make sure that the session actually contains a slave connection before trying to use it. Fixes bug #12305 - http://git.io/fwkDow00:28
-!- perlbot [~perlbot@simcop2387.info] has quit [Ping timeout: 245 seconds]05:09
-!- qwebirc90235 [187fc157@gateway/web/freenode/ip.24.127.193.87] has quit [Quit: Page closed]05:18
-!- perlbot [~perlbot@simcop2387.info] has joined #webgui06:17
-!- waxhead_ [~pete@ppp121-45-192-178.lns20.cbr1.internode.on.net] has joined #webgui08:31
-!- waxhead [~pete@ppp121-45-221-22.lns20.cbr1.internode.on.net] has quit [Ping timeout: 252 seconds]08:32
-!- waxhead_ is now known as waxhead08:34
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui12:00
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Ping timeout: 245 seconds]12:00
-!- mducharme1 [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Quit: Leaving.]14:28
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has quit [Ping timeout: 244 seconds]14:29
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has joined #webgui14:30
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui14:30
-!- mode/#webgui [+v Radix-wrk] by ChanServ14:30
-!- mducharme [~nothing@S0106002401f31855.wp.shawcable.net] has quit [Read error: Connection reset by peer]14:31
-!- waxhead [~pete@ppp121-45-192-178.lns20.cbr1.internode.on.net] has quit [Quit: Ex-Chat]15:01
-!- qwebirc74496 [187fc157@gateway/web/freenode/ip.24.127.193.87] has joined #webgui15:25
-!- ckotil [~ckotil@snare.grnoc.iu.edu] has joined #webgui15:52
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:05
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]19:02
qwebirc74496hello @scrottie I've setup WRE-0.9.6 + WebGUI current beta (via git) and I'm getting an error running,  mysql --password --user=webgui < share/create.sql Percona MySQL was installed per wre instructions. ERROR 1064 (42000) at line 18: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=InnoDB CHARSET=utf8' at line 1419:11
-!- sbaur [~Adium@130.157.145.37] has joined #webgui19:23
@scrottie"MySQL was installed per wre instructions."... the WRE should come with a version of MySQL.19:28
@scrottieyou shouldn't have to install that.  which exact line of which install document were you looking at when you did that?19:28
-!- sbaur [~Adium@130.157.145.37] has left #webgui []19:29
-!- sbaur [~Adium@130.157.145.37] has joined #webgui19:30
qwebirc74496Those instructions are from WebGUI 8 beta docs19:40
-!- kaare_ [~kaare@94.191.199.73.bredband.3.dk] has joined #webgui19:55
qwebirc74496when I try to upgrade, /data/WebGUI/sbin/wgd reset --upgrade, I get error... Running upgrade script... Error upgrading c58w8b.conf: DBD::mysql::st execute failed:  Table 'c58w8b.webguiVersion' doesn't exist [for Statement "SELECT webguiVersion FROM webguiVersion"]20:02
@scrottieyes, that means that the database isnt loaded, which is consistent with the error you got when "mysql --password20:33
@scrottie+--user=webgui < share/create.sql" 20:33
@scrottiefailed20:33
@scrottieI'm only asking you questions so that I can answer yours.  If you don't answer my questions, I can't answer yours.20:33
-!- MarkLeightonFish [~Fisherscr@184.17.93.160] has joined #webgui20:41
-!- ckotil_ [~ckotil@snare.grnoc.iu.edu] has joined #webgui20:44
-!- ckotil [~ckotil@snare.grnoc.iu.edu] has quit [Read error: Connection reset by peer]20:46
-!- vanjwilson1 [~van@adsl-070-148-067-249.sip.clt.bellsouth.net] has joined #webgui20:48
vanjwilson1I'm trying to rename a workflow activity I'm developing.  I've changed the name property in the definition subroutine and the site's conf file, and restarted web and spectre, but it's still showing up under the old name. Now I can't delete it from a workflow through the admin console. Should I change the name back, delete it, and start from scratch, or is there a better way?20:51
@scrottiethat doesn't sound like that would work20:55
@scrottieanyway, names for the things do get stored in the database20:55
@scrottiethe name that goes into the config file has to match the filename20:56
@scrottieer...20:56
@scrottieeg, workflowActivities : { None : [ contains          "WebGUI::Workflow::Activity::ArchiveOldThreads",20:57
@scrottiefor example.20:57
@scrottiethe name property would only be shown to people before they've added the workflow activity to a workflow, in the list of available activities20:58
@scrottiethat's kind of a misfeature.  it really needs to continue to show the name after they've added it.20:58
@scrottieselect * from WorkflowActivity where className='WebGUI::Workflow::Activity::ExpireGroupings'; ... you could do that at the database prompt if the class name of the workflow activity was select * from WorkflowActivity where className='WebGUI::Workflow::Activity::ExpireGroupings', for example20:59
@scrottiethen you could delete it directly from the database using whatever activityId that comes back with:  delete from WorkflowActivity where activityId ='whatever'21:01
-!- vanjwilson1 [~van@adsl-070-148-067-249.sip.clt.bellsouth.net] has quit [Ping timeout: 246 seconds]21:08
-!- vanjwilson1 [~van@adsl-070-148-067-249.sip.clt.bellsouth.net] has joined #webgui21:12
@scrottievanjwilson1, did you get all of that?21:12
vanjwilson1@scrottie, Thanks for the help. I'm not sure I saw it all, because I had to restart (With 12.04, Ubuntu has finally reached parity with Windows--it crashes for no reason.)21:14
@scrottie"select * from WorkflowActivity where ..." was the last bit of it21:14
@scrottiethat's too bad, re: Ubuntu.21:14
vanjwilson1I found the WorkflowActivity entry. It has the old name in the table, but it points to the new name of the module.21:15
@scrottiethe name shouldn't ever break anything.  that's really just for display only.21:15
vanjwilson1The problem is: it won't run now, and I can't delete it from, or edit it in its workflow anymore.21:16
@scrottieis it listed in the workflow view?21:16
@scrottieactually, the "then you could delete it directly from the database using whatever activityId that comes back with:  delete from WorkflowActivity where activityId ='whatever'" bit was the last bit.21:17
@scrottiethat's one way you can delete it directly from the database.21:17
@scrottiedoes it have a red X next to it in the workflow view?  what happens when you click on it?21:17
@scrottieis there anything in the error log..?21:17
vanjwilson1Ah ha! When I try to delete the activity from the workflow, I get: "ERROR - www.my-atg.com.conf - WebGUI::Workflow::Activity::new[350] - Could not load WebGUI::Workflow::Activity::AddAtgSite because Can't locate WebGUI/Workflow/Activity/AddAtgSite.pm in @INC (@INC contains: ..."21:25
@scrottieI wouldn't think that it would have to load the module to delete it.  that's not optimal.21:25
@scrottiebut it has the new name of the module and it can't load it?21:25
vanjwilson1but its directory is in INC, and two of my other custom activities, which I can edit, are in that same directory21:26
@scrottiein INC?  you mean in @INC?21:26
vanjwilson1yes, "AddAtgSite" is the new name21:26
@scrottiein "in @INC (@INC contains: ..." ... is @INC what you expect it to be?  does it include the directory that that .pm is in?21:27
vanjwilson1yes, it has that directory, and it is loading two other custom Workflow Activities from that same directory21:28
vanjwilson1I just added one of those other two Activities, configured it, and deleted it from the workflow, without any problems or error messages in the webgui.log21:31
vanjwilson1Just filled out a Data Form which spawns one of those other two activities on submission, and it did its job perfectly. I must have really foobar21:38
vanjwilson1'ed that other activity though.21:38
vanjwilson1Can I delete all entries relating to it from the database, and start over?21:39
vanjwilson1Actually, I noticed that it's entry in the WorkflowActivity table still had it's old classname "AddAtgSite" instead of it's new one "MyAtgSite". I ran an UPDATE statement in mysql command-line util to fix that, and now it works again.22:22
@scrottiere: delete, yup, that's what I typed up for you above and tried to make sure you got =P22:24
@scrottieglad you got it.22:25
@scrottieer, glad you figured out the problem, I mean.22:25
vanjwilson1@scrottie, Thanks for all your help.22:26
@scrottieoh, sure.22:26
-!- qwebirc74496 [187fc157@gateway/web/freenode/ip.24.127.193.87] has quit [Ping timeout: 245 seconds]22:55
-!- vanjwilson1 [~van@adsl-070-148-067-249.sip.clt.bellsouth.net] has left #webgui []23:05
--- Day changed Wed May 30 2012
-!- kaare_ [~kaare@94.191.199.73.bredband.3.dk] has quit [Ping timeout: 248 seconds]00:24
-!- waxhead [~pete@ppp121-45-192-178.lns20.cbr1.internode.on.net] has joined #webgui01:40
-!- MarkLeightonFish [~Fisherscr@184.17.93.160] has left #webgui []01:42
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:29
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has quit [Read error: Operation timed out]03:08
-!- Radix-wrk [~Radix@203.161.71.161.static.amnet.net.au] has joined #webgui03:09
-!- mode/#webgui [+v Radix-wrk] by ChanServ03:09
-!- waxhead [~pete@ppp121-45-192-178.lns20.cbr1.internode.on.net] has quit [Ping timeout: 244 seconds]04:37
-!- waxhead [~pete@ppp121-45-205-217.lns20.cbr1.internode.on.net] has joined #webgui04:49
CIA-148webgui: Colin Kuskie webgui-7.10 * r2aa8de8 / lib/WebGUI/Operation/VersionTag.pm : Don't pull data from the version tag table that isn't used. - http://git.io/H0Fw3A05:51
-!- waxhead [~pete@ppp121-45-205-217.lns20.cbr1.internode.on.net] has quit [Quit: Ex-Chat]14:43
-!- MarkLeightonFish [~Fisherscr@184.17.93.160] has joined #webgui15:09
-!- kaare_ [~kaare@94.191.194.48.bredband.3.dk] has joined #webgui17:51
-!- sbaur [~Adium@130.157.145.37] has joined #webgui18:18
-!- perlbot [~perlbot@simcop2387.info] has quit [Read error: Connection reset by peer]19:06
-!- perlbot [~perlbot@simcop2387.info] has joined #webgui19:06
-!- MarkLeightonFish [~Fisherscr@184.17.93.160] has left #webgui []19:34
-!- daviddelikat1 [~user@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has joined #webgui19:57
-!- mode/#webgui [+o daviddelikat1] by ChanServ19:57
-!- daviddelikat [~user@adsl-75-42-235-136.dsl.mdsnwi.sbcglobal.net] has quit [Ping timeout: 244 seconds]19:59
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]22:53
-!- sbaur [~Adium@130.157.145.37] has joined #webgui23:07
sbaurso I've just run into the problem in http://www.webgui.org/webgui/dev/discuss/expected-token-not-present-error-in-logs23:18
sbaurAnd even though I haven't been to the site with my browser in over a week and I wasn't happening then, it is now affecting my main browser, FF on Mac. To my knowledge, we are not doing anything special with cookies on the site. Any idea how to help apache not go down this particular cookie induced rabbit hole?23:20
sbaurLooks like I have 4 cookies set for the site. 1) wgSession, 2) __utma 3) __utmz  4) __atuvc23:22
@scrottiehmm.  let me read that.23:23
sbaurRemoving just the __atuvc cookie seems to have stopped the Internal server error23:23
-!- kaare_ [~kaare@94.191.194.48.bredband.3.dk] has quit [Ping timeout: 250 seconds]23:23
@scrottiefrom reading this, mod_perl is getting hung up on parsing cookies that aren't properly URL escaped.23:27
@scrottiethat wouldn't be related to a browser, other than that browser gets one of these cookies set.23:28
sbaurfrom my reading on the net, the content of the cookie contains commas and that might be what's causing it23:28
sbaurlooks like it's a google AddThis tracker23:28
@scrottieyou said you're running into that problem.  are you running into it with server side code you've written...?23:28
sbaurno not server side, perhaps google analytics23:28
@scrottieserver side, but different server.  I see.23:29
sbauri'm not sure where the cookie is coming from yet23:29
@scrottieer, actually, you serve the startin snippet.23:29
@scrottiewell.  there are two things you could do, in some combination.23:29
@scrottiefile a bug with the mod_perl guys asking them to handle non-RFC-compliant cookies more gracefully, or write some JS to fix up the cookie and escape it.23:30
@scrottieor fork mod_perl and fix it.  or hire someone to.  or file a bug with Google, if that's even possible.23:30
sbaurthe second is more likely to fix my problem sometime this year23:30
@scrottieyeah.23:31
sbaurdo you have any hints on how to observe what cookies are being set where?23:31
sbaurthis is so not my area23:31
@scrottieI always have to refresh myself on JS when I step back into it.23:32
@scrottieI don't think you can hook into cookies being set, not unless you're writing a plugin for Mozilla or whatever that people install locally.23:32
@scrottieI'd suggest hooking into the various form submits on the page, but programatic ones (ones not done by way of users clicking on input elements inside form tags) wouldn't be covered.23:33
@scrottiedoing a timeout to scan and check the cookies may not be quick enough and saps CPU.23:34
sbaurThanks for the options scrottie, guess I have some research ahead of me...23:34
@scrottiesure thing.  hopefully someone has more useful suggestions on JS than I have.23:35
sbaurI'm hoping to get rid of the AddThis box and then not have that problem on this site. But, that may be a pipedream :)23:36
@scrottieI live in fear that I'm accidentally going to click one of those one of these days.23:38
@scrottieI'm better with C than JS.  If you get stuck, let me know, and I'll take a quick look at mod_perl and see if I can easily find a fix.23:39
@scrottiethat assumes that you don't mind rebuilding your mod_perl ;)23:39
sbaurI may ask pD to rebuild mod_perl, as it's on a PB dedicated server :-)23:40
@scrottieah, a coordinated effort.23:40
@scrottiegrep -i cookie *.c in mod_perl-2.0.5/src/modules/perl hits on exactly one line23:44
@scrottiethat's not encouraging23:44
@scrottiesimilar for xs/Apache223:45
sbaurno it's not23:45
@scrottieexcept, none23:45
@scrottieugh.  the perl modules get build programatically by parsing other goo.23:52
@scrottieso it's a meta bug.23:52
sbaurthanks for looking scrottie23:52
@scrottieI was honestly wondering why the Apache2:: perl API was so beyond useless.  now I know.23:53
sbaurI'm definitely going to pursue the "let's not use this doodad" route first23:53
--- Day changed Thu May 31 2012
sbaurI may have found a simple "solution" --http://support.addthis.com/customer/portal/questions/313880-atuvc-cookie-taking-over-our-site-s-source-tracking-functionality00:03
@scrottieheh, and that answer has a -3 rating00:04
@scrottieit *looks* plausible but I wonder if that actually works00:04
@scrottieor maybe people are doing it wrong00:05
@scrottiethe AddThis docs may give more details on how to set up the config00:05
sbaurme too, but it sure looks nice00:05
@scrottieanyway, good find00:05
haargit's not a mod_perl bug, it's an apreq2 bug00:12
sbaurso even harder to fix?00:13
haargnot harder, but the author refuses to00:14
haarghttp://grokbase.com/t/apache/apreq-dev/092eyvpxqa/cookie-parsing-errors-conflicting-information-expected-token-not-present00:14
haargwhen i had this issue, the solution i came up with was really horrible00:15
sbaurI'm considering "delete the cookie" as a solution00:15
haargpart of the problem with the cookies is that i don't believe you can delete them using an http response00:16
haargjavascript seems to be the only way00:16
haargif i'm remembering correctly at least00:16
haargthe solution i used when i ran into this was really horrible00:17
@scrottietaking a wild guess here, the AddThis code probably sets them using JS.00:17
haargalmost certainly00:17
@scrottieotherwise, they wouldn't be being sent to the webgui.00:17
haargi don't think you can create a cookie like that with an http header00:17
haargdetected the cookie with mod_rewrite rule, redirected the user to a static html page that had some javascript that removed the cookie then redirected them back00:18
sbaurthe version we are using is at view-source:http://s7.addthis.com/js/250/addthis_widget.js%23pubid=ra-4e4c226d7d1422df00:18
sbaurbut i do not understand JS well enough to follow it00:18
haargit was really nasty, but you can't do anything with the cookie in the mod_perl server because it kills the request before it gets to webgui00:19
sbaurthanks for that bit of info haarg, that will probably save me many hours of frustration00:19
sbaurcan you share your rewrite rule for detecting the cookie?00:19
haargi'd have to recreate it00:20
sbaurthen I can probably research it00:21
haargyou can match on %{HTTP_COOKIE} in RewriteCond though00:21
sbaurexcellent00:21
sbaurLooks like i definitely need to get a dev version of this site up and running :-)00:21
haargit seems like there should be a better way to delete the cookie or at least prevent mod_proxy from sending it to the mod_perl server, but i'm not seeing any way :/00:27
* scrottie coughs00:45
@scrottieupgrade to 800:45
sbaurIf there is a way for a 7.6 -> 8 single jump upgrade at some point in future, I'll be very down with that00:46
sbaurand the sky is a very pretty shade in my world, before you ask :D00:46
haargscrottie: aye.00:48
haargalternatively, write a plack proxy that strips out the offending cookie :B00:48
@scrottieAny problem can be solved with an additional layer of indirection, except for the problem of too many layers of indirection.00:50
@scrottieAlso, Vent Certf has said, "Be conservative in what you emit and liberal in what you accept".  Considering how many RFCs he authored, this might as well be an Internet standard.00:50
@scrottieer, Vint Cerf.00:51
* scrottie trips and falls on his keybaord00:51
haargit makes perfect sense to reject a malformed cookie, but that's reject as in not parse01:59
haargthrowing an internal server error for things the server (or user) doesn't have full control over is just idiocy02:00
sbaurAddThis says they are about to fix their stuff so they no longer make malformed cookies. In the meantime we've removed some of their code. Hopefully that will be enough workaround to get us through this02:02
-!- sbaur [~Adium@130.157.145.37] has quit [Quit: Leaving.]02:28
-!- waxhead [~pete@ppp121-45-205-217.lns20.cbr1.internode.on.net] has joined #webgui04:08
CIA-148webgui: Colin Kuskie webgui-7.10 * r49ee896 / etc/spectre.conf.original : For sites with shared hosting, setting the time between workflows to be larger than 1 can slow or stop processing or workflows. - http://git.io/84yngA08:00
-!- waxhead_ [~pete@ppp121-45-198-44.lns20.cbr1.internode.on.net] has joined #webgui09:25
-!- waxhead [~pete@ppp121-45-205-217.lns20.cbr1.internode.on.net] has quit [Ping timeout: 265 seconds]09:28
-!- waxhead__ [~pete@ppp121-45-194-66.lns20.cbr1.internode.on.net] has joined #webgui13:21
-!- waxhead_ [~pete@ppp121-45-198-44.lns20.cbr1.internode.on.net] has quit [Ping timeout: 244 seconds]13:22
-!- MarkLeightonFish [~Fisherscr@184.17.93.160] has joined #webgui13:57
-!- waxhead__ [~pete@ppp121-45-194-66.lns20.cbr1.internode.on.net] has quit [Quit: Ex-Chat]14:23
-!- sbaur [~Adium@130.157.145.37] has joined #webgui17:38
-!- nuba [~nuba@pauleira.com] has quit [Ping timeout: 252 seconds]18:00
-!- nuba [~nuba@pauleira.com] has joined #webgui18:02
-!- kaare_ [~kaare@94.191.191.112.bredband.3.dk] has joined #webgui20:01
-!- qwebirc96537 [187fc157@gateway/web/freenode/ip.24.127.193.87] has joined #webgui21:13
-!- kaare_ [~kaare@94.191.191.112.bredband.3.dk] has quit [Ping timeout: 240 seconds]23:01
-!- qwebirc96537 [187fc157@gateway/web/freenode/ip.24.127.193.87] has quit [Quit: Page closed]23:40
--- Log closed Fri Jun 01 00:00:46 2012

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