From toddr at cpanel.net Sat Mar 2 08:17:25 2013 From: toddr at cpanel.net (Todd Rinaldo) Date: Sat, 2 Mar 2013 01:17:25 -0600 Subject: max_attendees for pricing... Message-ID: Hi, I've setup a bunch of classes in ACT. Can you tell me if there's a way to cap the headcount in any of these? The docs do not make it clear if max_attendees will work in the pricing section. http://act.mongueurs.net/doc/Manual/Organizer/Configuration.html Thanks, Todd From andy at shitov.ru Thu Mar 7 11:21:16 2013 From: andy at shitov.ru (Andrew Shitov) Date: Thu, 7 Mar 2013 11:21:16 +0100 Subject: Slow busy server Message-ID: Hi, During the last few days I experience problems with slow loading of the Act sites (mainly ye2013, of course, but others as well) and slow ssh connection. I looked at the top output and it says "load averages: 18.60, 18.18, 18.80" and lists the number of postgres processes with big CPU usage numbers. Is it something to look at in sense of system administration? PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 31707 postgres 1 100 0 26508K 14048K RUN 0 1:00 17.68% postgres 31688 postgres 1 99 0 26508K 13480K RUN 2 1:01 16.80% postgres 31696 postgres 1 4 0 26508K 13500K sbwait 3 0:58 16.46% postgres 31692 postgres 1 99 0 26508K 13456K CPU2 2 0:59 16.36% postgres 31690 postgres 1 99 0 26508K 14048K RUN 0 0:56 15.09% postgres 31691 postgres 1 99 0 26508K 13840K RUN 1 1:02 14.99% postgres 31706 postgres 1 4 0 26508K 14104K sbwait 2 0:59 14.99% postgres 31694 postgres 1 4 0 26508K 13936K sbwait 3 0:59 14.79% postgres 31698 postgres 1 4 0 26508K 13456K sbwait 2 1:02 14.36% postgres 31693 postgres 1 99 0 26508K 13480K RUN 3 0:59 13.87% postgres 31697 postgres 1 4 0 26508K 13600K sbwait 2 1:00 13.57% postgres 32072 postgres 1 4 0 26508K 13360K sbwait 0 0:11 12.35% postgres 32083 postgres 1 4 0 26508K 13364K sbwait 0 0:08 12.26% postgres 31695 postgres 1 50 0 26508K 13480K CPU3 3 0:56 11.67% -- Andrew Shitov ______________________________________________________________________ andy at shitov.ru | http://shitov.ru From sebastien at aperghis.net Thu Mar 7 12:32:18 2013 From: sebastien at aperghis.net (=?utf-8?Q?S=C3=A9bastien?= Aperghis-Tramoni) Date: Thu, 7 Mar 2013 12:32:18 +0100 (CET) Subject: Slow busy server In-Reply-To: Message-ID: <1051236946.18673227.1362655938240.JavaMail.root@spooler3-g27.priv.proxad.net> Andrew Shitov wrote: > Hi, Hello Andrew, > During the last few days I experience problems with slow loading of > the Act sites (mainly ye2013, of course, but others as well) and slow > ssh connection. I looked at the top output and it says "load > averages: > 18.60, 18.18, 18.80" and lists the number of postgres processes with > big CPU usage numbers. > > Is it something to look at in sense of system administration? Indeed. Tinita pinged me on IRC about that as well. I took a look and tried different approaches, but I don't understand yet what is the origin of the problem. I first thought it was some crawlers, several were looking the wiki diffs, which are known to be a bit costly (and probably hide some deeper problems given they were a cause for crashing the Plack port). So I completed the robots.txt to disallow this URL. No Effect. Tinita suggested to completely disable the page when no logged in. I live-added the few lines of code to do that. No effect (at least I didn't break anything). My PostgreSQL-fu has weaken over the years... Ah! finally found again "SELECT * FROM pg_stat_activity;" Lots of "SELECT COUNT(*) FROM participations ..." That's a request from Act::Config::get_config() ? https://github.com/book/Act/blob/master/lib/Act/Config.pm#L299 Running EXPLAIN on the different sub-queries; seems like there are already indexes at most of the places where it's needed. Running a bit out of ideas except putting a Varnish in front of Apache for a more aggressive cache. Won't do that right now obviously because I need to get some $work done. Will try to do so tonight. -- S?bastien Aperghis-Tramoni Close the world, txEn eht nepO. From cpan2 at tinita.de Thu Mar 7 22:10:22 2013 From: cpan2 at tinita.de (=?ISO-8859-15?Q?Tina_M=FCller?=) Date: Thu, 7 Mar 2013 22:10:22 +0100 (CET) Subject: Slow busy server In-Reply-To: <1051236946.18673227.1362655938240.JavaMail.root@spooler3-g27.priv.proxad.net> References: <1051236946.18673227.1362655938240.JavaMail.root@spooler3-g27.priv.proxad.net> Message-ID: On Thu, 7 Mar 2013, S?bastien Aperghis-Tramoni wrote: > Andrew Shitov wrote: > >> Hi, > > Hello Andrew, > >> During the last few days I experience problems with slow loading of >> the Act sites (mainly ye2013, of course, but others as well) and slow >> ssh connection. I looked at the top output and it says "load >> averages: >> 18.60, 18.18, 18.80" and lists the number of postgres processes with >> big CPU usage numbers. >> >> Is it something to look at in sense of system administration? > > Indeed. Tinita pinged me on IRC about that as well. > I took a look and tried different approaches, but I don't understand > yet what is the origin of the problem. > > I first thought it was some crawlers, several were looking the wiki > diffs, which are known to be a bit costly (and probably hide some > deeper problems given they were a cause for crashing the Plack port). > > So I completed the robots.txt to disallow this URL. No Effect. > > Tinita suggested to completely disable the page when no logged in. > I live-added the few lines of code to do that. No effect (at least > I didn't break anything). It seems that the whole wiki can not be accessed now if one isn't logged in. I guess that was not intended? I just send out a last reminder for the participants, and now the first one asked why he can't see the wiki... From rs at plusw.de Thu Mar 7 23:49:54 2013 From: rs at plusw.de (Rolf Schaufelberger) Date: Thu, 7 Mar 2013 23:49:54 +0100 Subject: Slow busy server In-Reply-To: References: <1051236946.18673227.1362655938240.JavaMail.root@spooler3-g27.priv.proxad.net> Message-ID: <35607593-6DDE-47CF-A17B-B781FE0CF82D@plusw.de> Hi, Am 07.03.2013 um 22:10 schrieb Tina M?ller : > On Thu, 7 Mar 2013, S?bastien Aperghis-Tramoni wrote: > >> Andrew Shitov wrote: >> >>> Hi, >> >> Hello Andrew, >> >>> During the last few days I experience problems with slow loading of >>> the Act sites (mainly ye2013, of course, but others as well) and slow >>> ssh connection. I looked at the top output and it says "load >>> averages: >>> 18.60, 18.18, 18.80" and lists the number of postgres processes with >>> big CPU usage numbers. >>> >>> Is it something to look at in sense of system administration? >> I had something like this some years ago, reason was an error in a stored procedure, leading to inserting an infinite loop of records in my database, writing tons of WAL files, filling my disk. So, how about disk space ? Everything ok with this ? Once your disk is full the problems get really nice :-) >> Indeed. Tinita pinged me on IRC about that as well. >> I took a look and tried different approaches, but I don't understand >> yet what is the origin of the problem. >> >> I first thought it was some crawlers, several were looking the wiki >> diffs, which are known to be a bit costly (and probably hide some >> deeper problems given they were a cause for crashing the Plack port). >> >> So I completed the robots.txt to disallow this URL. No Effect. >> >> Tinita suggested to completely disable the page when no logged in. >> I live-added the few lines of code to do that. No effect (at least >> I didn't break anything). > > It seems that the whole wiki can not be accessed now if one isn't logged > in. I guess that was not intended? > > I just send out a last reminder for the participants, and now the first > one asked why he can't see the wiki... > _______________________________________________ > Act mailing list > Act at mongueurs.net > http://listes.mongueurs.net/mailman/listinfo/act Mit freundlichen Gr??en Rolf Schaufelberger -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4328 bytes Desc: not available URL: From cpan2 at tinita.de Sun Mar 10 14:47:11 2013 From: cpan2 at tinita.de (=?ISO-8859-15?Q?Tina_M=FCller?=) Date: Sun, 10 Mar 2013 14:47:11 +0100 (CET) Subject: Slow busy server In-Reply-To: References: <1051236946.18673227.1362655938240.JavaMail.root@spooler3-g27.priv.proxad.net> Message-ID: On Thu, 7 Mar 2013, Tina M?ller wrote: > On Thu, 7 Mar 2013, S?bastien Aperghis-Tramoni wrote: >> >> Tinita suggested to completely disable the page when no logged in. >> I live-added the few lines of code to do that. No effect (at least >> I didn't break anything). > > It seems that the whole wiki can not be accessed now if one isn't logged > in. I guess that was not intended? > > I just send out a last reminder for the participants, and now the first > one asked why he can't see the wiki... Is anyone looking at the problem? Our workshop starts next tuesday... "The requested URL /gpw2013/wiki was not found on this server." From sebastien at aperghis.net Tue Mar 12 01:31:10 2013 From: sebastien at aperghis.net (=?iso-8859-1?Q?S=E9bastien_Aperghis-Tramoni?=) Date: Tue, 12 Mar 2013 01:31:10 +0100 Subject: Slow busy server In-Reply-To: References: <1051236946.18673227.1362655938240.JavaMail.root@spooler3-g27.priv.proxad.net> Message-ID: Tina M?ller wrote: > On Thu, 7 Mar 2013, Tina M?ller wrote: > >> On Thu, 7 Mar 2013, S?bastien Aperghis-Tramoni wrote: >>> Tinita suggested to completely disable the page when no logged in. >>> I live-added the few lines of code to do that. No effect (at least >>> I didn't break anything). >> >> It seems that the whole wiki can not be accessed now if one isn't logged >> in. I guess that was not intended? >> >> I just send out a last reminder for the participants, and now the first >> one asked why he can't see the wiki... > > Is anyone looking at the problem? > Our workshop starts next tuesday... > > "The requested URL /gpw2013/wiki was not found on this server." Sorry for the delay. Problem was fixed this (monday) morning. -- S?bastien Aperghis-Tramoni Close the world, txEn eht nepO. From toddr at cpanel.net Wed Mar 13 18:10:55 2013 From: toddr at cpanel.net (Todd Rinaldo) Date: Wed, 13 Mar 2013 12:10:55 -0500 Subject: How do get the email associated with a username? Message-ID: <8C58A256-D2A4-4041-9BA2-8BF2891E9117@cpanel.net> Howdy, Is there a reason there is no form that I can put in a username and it will email the password to the associated email account? Is there a chance someone could tell me what email address is associated with vmbrasseur? Thanks, Todd -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremy at msc.tamu.edu Wed Mar 13 18:19:10 2013 From: jeremy at msc.tamu.edu (Jeremy Fluhmann) Date: Wed, 13 Mar 2013 12:19:10 -0500 Subject: How do get the email associated with a username? In-Reply-To: <8C58A256-D2A4-4041-9BA2-8BF2891E9117@cpanel.net> References: <8C58A256-D2A4-4041-9BA2-8BF2891E9117@cpanel.net> Message-ID: Does the 'forgot password' page require the e-mail address? I just put vmbrasseur in the login field and clicked submit. It _appeared_ to go through. On Wed, Mar 13, 2013 at 12:10 PM, Todd Rinaldo wrote: > Howdy, > > Is there a reason there is no form that I can put in a username and it > will email the password to the associated email account? > > Is there a chance someone could tell me what email address is associated > with vmbrasseur? > > Thanks, > Todd > > _______________________________________________ > Act mailing list > Act at mongueurs.net > http://listes.mongueurs.net/mailman/listinfo/act > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From philippe.bruhat at free.fr Wed Mar 13 21:39:37 2013 From: philippe.bruhat at free.fr (Philippe Bruhat (BooK)) Date: Wed, 13 Mar 2013 21:39:37 +0100 Subject: How do get the email associated with a username? In-Reply-To: <8C58A256-D2A4-4041-9BA2-8BF2891E9117@cpanel.net> References: <8C58A256-D2A4-4041-9BA2-8BF2891E9117@cpanel.net> Message-ID: <20130313203937.GO4586@zlott> On Wed, Mar 13, 2013 at 12:10:55PM -0500, Todd Rinaldo wrote: > > Is there a reason there is no form that I can put in a username and > it will email the password to the associated email account? > If you have the 'user_admin' right, the search page will have one extra column with the user email in the results. -- Philippe Bruhat (BooK) The greatest monster of them all is ignorance. (Moral to Pal'n Drumm Story in Groo #89 (Epic)) From toddr at cpanel.net Wed Mar 13 21:58:47 2013 From: toddr at cpanel.net (Todd Rinaldo) Date: Wed, 13 Mar 2013 15:58:47 -0500 Subject: How do get the email associated with a username? In-Reply-To: <20130313203937.GO4586@zlott> References: <8C58A256-D2A4-4041-9BA2-8BF2891E9117@cpanel.net> <20130313203937.GO4586@zlott> Message-ID: <6E23E962-902A-4960-A43F-EE342D9F26D7@cpanel.net> On Mar 13, 2013, at 3:39 PM, "Philippe Bruhat (BooK)" wrote: > On Wed, Mar 13, 2013 at 12:10:55PM -0500, Todd Rinaldo wrote: >> >> Is there a reason there is no form that I can put in a username and >> it will email the password to the associated email account? >> > > If you have the 'user_admin' right, the search page will have one extra > column with the user email in the results. > Yes but only if they've registered for my conference, right? The issue here is that he's registered for a past conference but doesn't know what email he used. From maddingue at free.fr Wed Mar 20 00:38:54 2013 From: maddingue at free.fr (=?iso-8859-1?Q?S=E9bastien_Aperghis-Tramoni?=) Date: Wed, 20 Mar 2013 00:38:54 +0100 Subject: How do get the email associated with a username? In-Reply-To: <8C58A256-D2A4-4041-9BA2-8BF2891E9117@cpanel.net> References: <8C58A256-D2A4-4041-9BA2-8BF2891E9117@cpanel.net> Message-ID: Todd Rinaldo wrote: > Howdy, Hello, Apologies for not answering earlier. > Is there a reason there is no form that I can put in a username and it will email the password to the associated email account? No reason per se except that there is no cross-conferences view of Act. There is demand for this, so that people can have a permanent Act profile. Admin tools like the one you ask could go there as well. > Is there a chance someone could tell me what email address is associated with vmbrasseur? His email is brasseur at ipost.com -- S?bastien Aperghis-Tramoni Close the world, txEn eht nepO. From gabor at szabgab.com Sun Mar 31 17:48:16 2013 From: gabor at szabgab.com (Gabor Szabo) Date: Sun, 31 Mar 2013 18:48:16 +0300 Subject: Are there still several Act installations? Message-ID: There used to be several Act installations. One for YAPC::NA::2012 one for YAPC::Russia. If I am not mistaken a 3rd one for YAPC::Brazil and then the main one for most of Europe and USA. If they are still separate. Is there a plan in place to unite them? Could someone propose this as a project for TPF grant? Gabor -------------- section suivante -------------- Une pi?ce jointe HTML a ?t? nettoy?e... URL: From andy at shitov.ru Sun Mar 31 17:53:29 2013 From: andy at shitov.ru (Andrew Shitov) Date: Sun, 31 Mar 2013 17:53:29 +0200 Subject: Are there still several Act installations? In-Reply-To: References: Message-ID: I believe there's one more for the TLOV (well, it's not a Perl event). At least its IP address is different: Name: act.yapcna.org Address: 72.14.186.93 Name: yapcbrasil.org.br Address: 97.107.128.34 Name: tlov.org Address: 173.11.48.50 Name: 2012.perlbulgaria.org Address: 5.9.97.164 On Sun, Mar 31, 2013 at 5:48 PM, Gabor Szabo wrote: > There used to be several Act installations. > One for YAPC::NA::2012 one for YAPC::Russia. > If I am not mistaken a 3rd one for YAPC::Brazil > and then the main one for most of Europe and USA. > > If they are still separate. Is there a plan in place to unite them? > Could someone propose this as a project for TPF grant? > > Gabor > > > _______________________________________________ > Act mailing list > Act at mongueurs.net > http://listes.mongueurs.net/mailman/listinfo/act > > -- Andrew Shitov ______________________________________________________________________ andy at shitov.ru | http://shitov.ru -------------- section suivante -------------- Une pi?ce jointe HTML a ?t? nettoy?e... URL: From autarch at urth.org Sun Mar 31 18:46:17 2013 From: autarch at urth.org (Dave Rolsky) Date: Sun, 31 Mar 2013 11:46:17 -0500 (CDT) Subject: Are there still several Act installations? In-Reply-To: References: Message-ID: On Sun, 31 Mar 2013, Andrew Shitov wrote: > I believe there's one more for the TLOV (well, it's not a Perl event). At least its IP address is different: That's something I set up. There's definitely no plan to unify this with any other ACT instances. We're not doing the conference any more, so the site is just up for historical records. I really need to spider it and replace it with plain HTML. -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/ From torsten at raudss.us Sun Mar 31 20:28:09 2013 From: torsten at raudss.us (Torsten Raudssus) Date: Sun, 31 Mar 2013 20:28:09 +0200 Subject: Are there still several Act installations? In-Reply-To: References: Message-ID: I actually work on this problem and try to cover up all the requirements of those act in the next yact development that started at the last quack and hack. We didnt made much progress, but there is a plan to unite them and I work on that political also, discussed it with the other act owners what were their problems and so on. Its a longtime mission, if someone wants to help, be welcome. On Sun, Mar 31, 2013 at 6:46 PM, Dave Rolsky wrote: > On Sun, 31 Mar 2013, Andrew Shitov wrote: > > I believe there's one more for the TLOV (well, it's not a Perl event). At >> least its IP address is different: >> > > That's something I set up. There's definitely no plan to unify this with > any other ACT instances. We're not doing the conference any more, so the > site is just up for historical records. I really need to spider it and > replace it with plain HTML. > > > -dave > > /*============================**==============================**== > http://VegGuide.org http://blog.urth.org > Your guide to all that's veg House Absolute(ly Pointless) > ==============================**==============================***/ > > ______________________________**_________________ > Act mailing list > Act at mongueurs.net > http://listes.mongueurs.net/**mailman/listinfo/act > -------------- next part -------------- An HTML attachment was scrubbed... URL: