From zack.galbreath at kitware.com Thu Dec 1 15:08:09 2016 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Thu, 1 Dec 2016 15:08:09 -0500 Subject: [CDash] new CDash release? In-Reply-To: References: <20160912172133.1941602283@mail.rogue-research.com> Message-ID: On Sun, Nov 27, 2016 at 1:20 PM, Xavier Besseron wrote: > Hi Zack, > > What is the status eventually? > Is CDash 2.4 ready to be released? > Real close! There's just a couple outstanding tweaks that we want to land first. It is certainly our attention to cut the release before the end of the year. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bloring at lbl.gov Tue Dec 13 17:26:57 2016 From: bloring at lbl.gov (Burlen Loring) Date: Tue, 13 Dec 2016 14:26:57 -0800 Subject: [CDash] database size issue Message-ID: Hi, I just got a note from my web hosting co, saying that my sql use attributed to cdash is too large. I poked around and it seems that I have set cdash to delete builds older than 30 days via the admin panel, but that is not occurring. I tried to run the autoRemoveBuilds script from the shell but the first attempt ran for a while before it reported "Terminated". My subsequent attempts error out, see output pasted below. Can anyone advise on how to delete the old builds? host190:~/www/CDash$php --version PHP 5.6.27 (cli) (built: Oct 20 2016 20:14:23) Copyright (c) 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v5.1.2, Copyright (c) 2002-2016, by ionCube Ltd. with SourceGuardian v11.0.2, Copyright (c) 2000-2016, by SourceGuardian Ltd. with Zend Guard Loader v3.3, Copyright (c) 1998-2014, by Zend Technologies with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2015, by Zend Technologies host190:~/www/CDash$php autoRemoveBuilds.php all removing builds for all -- removing old buildids for projectid: 1 Terminated host190:~/www/CDash$php autoRemoveBuilds.php all removing builds for all -- removing old buildids for projectid: 1 MySQL server has gone awaySQL error in remove_build():MySQL server has gone away
-- removing old buildids for projectid: 1 MySQL server has gone awaySQL error in dailyupdates::removeFirstBuilds():MySQL server has gone away
-- removing old buildids for projectid: 2 -- removing old buildids for projectid: 2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From DLRdave at aol.com Thu Dec 15 14:16:01 2016 From: DLRdave at aol.com (David Cole) Date: Thu, 15 Dec 2016 14:16:01 -0500 Subject: [CDash] email credentials Message-ID: Hi, I've been relying on having an email and password in a php file on the CDash server, so it can send emails using that account via SMTP. Recently I had to change the password, and then this stopped working until I noticed the failure, figured out why, and updated the password in the php file. While it should be secure from other folks being able to access that file (unauthorized access should not be possible), I am wondering if this is the typical way others enable their CDash installations to send mail. Is there a way to setup the CDash server with email sending capability without storing the email/password as plain text on the server? Thanks, David C. From chuck.atkins at kitware.com Thu Dec 22 13:24:35 2016 From: chuck.atkins at kitware.com (Chuck Atkins) Date: Thu, 22 Dec 2016 13:24:35 -0500 Subject: [CDash] email credentials In-Reply-To: References: Message-ID: > > I am wondering if > this is the typical way others enable their CDash installations to > send mail. > While I can't comment on the CDash configuration aspect, the need for credentials all depends on your SMTP server. Typically an organization will have thier own SMTP server internally that outgoing mail will use that doesn't require credentials but only accepts connections from inside the network. Similary, it's also typical to run an SMTP daemon on the local machine (i.e. sendmail or qmail) that doesn't require any credentials but only accepts connections from localhost. You usually only need credentials if your using a publicly accessible external SMTP server (like google's, where you login with your gmail account) but that's less common. - Chuck -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.lorensen at gmail.com Thu Dec 22 13:26:46 2016 From: bill.lorensen at gmail.com (Bill Lorensen) Date: Thu, 22 Dec 2016 13:26:46 -0500 Subject: [CDash] "Save image as" regression Message-ID: On dashboard test page for vtk, I used to be able to right click and "Save image as" to save a test image to disk. Now when I do that, it tries to save display.php. My workaround is to: Right click and "Open image in a new tab" Copy the url of the new tab Use curl to get the image into a local file Another workaround is to: Right click and "Copy image" Paste the image into a local image viewer Save the image from the image viewer. Ken has seen the same behavior. Bill -- Unpaid intern in BillsBasement at noware dot com From DLRdave at aol.com Thu Dec 22 13:39:30 2016 From: DLRdave at aol.com (David Cole) Date: Thu, 22 Dec 2016 13:39:30 -0500 Subject: [CDash] email credentials In-Reply-To: References: Message-ID: Thanks for the reply. Unfortunately, the internal network I'm referring to is largely ad-hoc, the CDash installation is on an AWS instance in the cloud, and the only emails I can use to send are my own personal ones via SMTP on "other people's servers" not inside the internal network... I guess I can try to set up SMTP with a localhost restriction on the AWS instance... Thanks for the advice, David C. On Thu, Dec 22, 2016 at 1:24 PM, Chuck Atkins wrote: >> I am wondering if >> this is the typical way others enable their CDash installations to >> send mail. > > > While I can't comment on the CDash configuration aspect, the need for > credentials all depends on your SMTP server. Typically an organization will > have thier own SMTP server internally that outgoing mail will use that > doesn't require credentials but only accepts connections from inside the > network. Similary, it's also typical to run an SMTP daemon on the local > machine (i.e. sendmail or qmail) that doesn't require any credentials but > only accepts connections from localhost. You usually only need credentials > if your using a publicly accessible external SMTP server (like google's, > where you login with your gmail account) but that's less common. > > - Chuck From chuck.atkins at kitware.com Mon Dec 26 14:48:26 2016 From: chuck.atkins at kitware.com (Chuck Atkins) Date: Mon, 26 Dec 2016 14:48:26 -0500 Subject: [CDash] email credentials In-Reply-To: References: Message-ID: > the CDash installation is on an AWS instance in the cloud Ok, that helps explain it and frame the context a bit then. > I guess I can try to set up SMTP with a localhost restriction on the > AWS instance... > That's likely the safest bet, in which you would configure a local mail server like postfix, sendmail, exim, etc. to accept localhost connections w/o credentials and to act as an SMTP relay to an external SMTP server. That way the SMTP credentials are stored with the mail server configs, out of reach from the web server, vs a PHP config file that sits on the web server. Amazon has a pretty easy guide to setting this up for a local mailserver to forward to the Amason SES SMTP server: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-using-smtp-integrate.html. In this case, you would configure CDash to use localhost w/ no credentials for the SMTP server and then configure postfix (or other) to relay to the amazon SMTP servers with the necessary credentials. - Chuck -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Thu Dec 29 11:11:02 2016 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Thu, 29 Dec 2016 11:11:02 -0500 Subject: [CDash] CDash 2.4.0 available for download Message-ID: I am proud to announce that CDash 2.4.0 is now available for download at: http://public.kitware.com/Wiki/CDash:Installation#Downloading_CDash Release notes are available at: http://public.kitware.com/Wiki/CDash:Upgrade#CDash_2.4 Thanks for using CDash! -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Thu Dec 29 14:12:17 2016 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Thu, 29 Dec 2016 14:12:17 -0500 Subject: [CDash] "Save image as" regression In-Reply-To: References: Message-ID: On Thu, Dec 22, 2016 at 1:26 PM, Bill Lorensen wrote: > On dashboard test page for vtk, I used to be able to right click and > "Save image as" to save a test image to disk. Now when I do that, it > tries to save display.php. > > My workaround is to: > Right click and "Open image in a new tab" > Copy the url of the new tab > Use curl to get the image into a local file > > Another workaround is to: > Right click and "Copy image" > Paste the image into a local image viewer > Save the image from the image viewer. > > Ken has seen the same behavior. > Seems to be working okay for me. If I go here: https://open.cdash.org/testDetails.php?test=512166576&build=4703648 Scroll down to DifferenceImage, right click, and select "Save Image As..." Chrome knows to save it as a PNG. I save it as displayImage.png on my desktop and it looks like a normal image file. Does this particular image reproduce the problem for you, or does it only happen with some images and not others? -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.lorensen at gmail.com Thu Dec 29 14:44:22 2016 From: bill.lorensen at gmail.com (Bill Lorensen) Date: Thu, 29 Dec 2016 14:44:22 -0500 Subject: [CDash] "Save image as" regression In-Reply-To: References: Message-ID: Did something change since my original email? Works for me now. Bill On Thu, Dec 29, 2016 at 2:12 PM, Zack Galbreath wrote: > On Thu, Dec 22, 2016 at 1:26 PM, Bill Lorensen > wrote: >> >> On dashboard test page for vtk, I used to be able to right click and >> "Save image as" to save a test image to disk. Now when I do that, it >> tries to save display.php. >> >> My workaround is to: >> Right click and "Open image in a new tab" >> Copy the url of the new tab >> Use curl to get the image into a local file >> >> Another workaround is to: >> Right click and "Copy image" >> Paste the image into a local image viewer >> Save the image from the image viewer. >> >> Ken has seen the same behavior. > > > Seems to be working okay for me. If I go here: > https://open.cdash.org/testDetails.php?test=512166576&build=4703648 > > Scroll down to DifferenceImage, right click, and select "Save Image As..." > Chrome knows to save it as a PNG. I save it as displayImage.png on my > desktop and it looks like a normal image file. > > Does this particular image reproduce the problem for you, or does it only > happen with some images and not others? -- Unpaid intern in BillsBasement at noware dot com From zack.galbreath at kitware.com Thu Dec 29 15:30:49 2016 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Thu, 29 Dec 2016 15:30:49 -0500 Subject: [CDash] "Save image as" regression In-Reply-To: References: Message-ID: On Thu, Dec 29, 2016 at 2:44 PM, Bill Lorensen wrote: > Did something change since my original email? Works for me now. > I upgraded to v2.4.0 of CDash today. Other than that, I didn't do anything specifically to fix this issue. Please let me know if it happens again. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.lorensen at gmail.com Thu Dec 29 15:41:54 2016 From: bill.lorensen at gmail.com (Bill Lorensen) Date: Thu, 29 Dec 2016 15:41:54 -0500 Subject: [CDash] "Save image as" regression In-Reply-To: References: Message-ID: Thanks On Thu, Dec 29, 2016 at 3:30 PM, Zack Galbreath wrote: > On Thu, Dec 29, 2016 at 2:44 PM, Bill Lorensen > wrote: >> >> Did something change since my original email? Works for me now. > > > I upgraded to v2.4.0 of CDash today. Other than that, I didn't do anything > specifically to fix this issue. Please let me know if it happens again. -- Unpaid intern in BillsBasement at noware dot com From bill.lorensen at gmail.com Fri Dec 30 12:33:51 2016 From: bill.lorensen at gmail.com (Bill Lorensen) Date: Fri, 30 Dec 2016 12:33:51 -0500 Subject: [CDash] Calendar not workng Message-ID: The calendar link no longer works -- Unpaid intern in BillsBasement at noware dot com From zack.galbreath at kitware.com Thu Dec 1 20:08:09 2016 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Thu, 1 Dec 2016 15:08:09 -0500 Subject: [CDash] new CDash release? In-Reply-To: References: <20160912172133.1941602283@mail.rogue-research.com> Message-ID: On Sun, Nov 27, 2016 at 1:20 PM, Xavier Besseron wrote: > Hi Zack, > > What is the status eventually? > Is CDash 2.4 ready to be released? > Real close! There's just a couple outstanding tweaks that we want to land first. It is certainly our attention to cut the release before the end of the year. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bloring at lbl.gov Tue Dec 13 22:26:57 2016 From: bloring at lbl.gov (Burlen Loring) Date: Tue, 13 Dec 2016 14:26:57 -0800 Subject: [CDash] database size issue Message-ID: Hi, I just got a note from my web hosting co, saying that my sql use attributed to cdash is too large. I poked around and it seems that I have set cdash to delete builds older than 30 days via the admin panel, but that is not occurring. I tried to run the autoRemoveBuilds script from the shell but the first attempt ran for a while before it reported "Terminated". My subsequent attempts error out, see output pasted below. Can anyone advise on how to delete the old builds? host190:~/www/CDash$php --version PHP 5.6.27 (cli) (built: Oct 20 2016 20:14:23) Copyright (c) 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v5.1.2, Copyright (c) 2002-2016, by ionCube Ltd. with SourceGuardian v11.0.2, Copyright (c) 2000-2016, by SourceGuardian Ltd. with Zend Guard Loader v3.3, Copyright (c) 1998-2014, by Zend Technologies with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2015, by Zend Technologies host190:~/www/CDash$php autoRemoveBuilds.php all removing builds for all -- removing old buildids for projectid: 1 Terminated host190:~/www/CDash$php autoRemoveBuilds.php all removing builds for all -- removing old buildids for projectid: 1 MySQL server has gone awaySQL error in remove_build():MySQL server has gone away
-- removing old buildids for projectid: 1 MySQL server has gone awaySQL error in dailyupdates::removeFirstBuilds():MySQL server has gone away
-- removing old buildids for projectid: 2 -- removing old buildids for projectid: 2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From DLRdave at aol.com Thu Dec 15 19:16:01 2016 From: DLRdave at aol.com (David Cole) Date: Thu, 15 Dec 2016 14:16:01 -0500 Subject: [CDash] email credentials Message-ID: Hi, I've been relying on having an email and password in a php file on the CDash server, so it can send emails using that account via SMTP. Recently I had to change the password, and then this stopped working until I noticed the failure, figured out why, and updated the password in the php file. While it should be secure from other folks being able to access that file (unauthorized access should not be possible), I am wondering if this is the typical way others enable their CDash installations to send mail. Is there a way to setup the CDash server with email sending capability without storing the email/password as plain text on the server? Thanks, David C. From chuck.atkins at kitware.com Thu Dec 22 18:24:35 2016 From: chuck.atkins at kitware.com (Chuck Atkins) Date: Thu, 22 Dec 2016 13:24:35 -0500 Subject: [CDash] email credentials In-Reply-To: References: Message-ID: > > I am wondering if > this is the typical way others enable their CDash installations to > send mail. > While I can't comment on the CDash configuration aspect, the need for credentials all depends on your SMTP server. Typically an organization will have thier own SMTP server internally that outgoing mail will use that doesn't require credentials but only accepts connections from inside the network. Similary, it's also typical to run an SMTP daemon on the local machine (i.e. sendmail or qmail) that doesn't require any credentials but only accepts connections from localhost. You usually only need credentials if your using a publicly accessible external SMTP server (like google's, where you login with your gmail account) but that's less common. - Chuck -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.lorensen at gmail.com Thu Dec 22 18:26:46 2016 From: bill.lorensen at gmail.com (Bill Lorensen) Date: Thu, 22 Dec 2016 13:26:46 -0500 Subject: [CDash] "Save image as" regression Message-ID: On dashboard test page for vtk, I used to be able to right click and "Save image as" to save a test image to disk. Now when I do that, it tries to save display.php. My workaround is to: Right click and "Open image in a new tab" Copy the url of the new tab Use curl to get the image into a local file Another workaround is to: Right click and "Copy image" Paste the image into a local image viewer Save the image from the image viewer. Ken has seen the same behavior. Bill -- Unpaid intern in BillsBasement at noware dot com From DLRdave at aol.com Thu Dec 22 18:39:30 2016 From: DLRdave at aol.com (David Cole) Date: Thu, 22 Dec 2016 13:39:30 -0500 Subject: [CDash] email credentials In-Reply-To: References: Message-ID: Thanks for the reply. Unfortunately, the internal network I'm referring to is largely ad-hoc, the CDash installation is on an AWS instance in the cloud, and the only emails I can use to send are my own personal ones via SMTP on "other people's servers" not inside the internal network... I guess I can try to set up SMTP with a localhost restriction on the AWS instance... Thanks for the advice, David C. On Thu, Dec 22, 2016 at 1:24 PM, Chuck Atkins wrote: >> I am wondering if >> this is the typical way others enable their CDash installations to >> send mail. > > > While I can't comment on the CDash configuration aspect, the need for > credentials all depends on your SMTP server. Typically an organization will > have thier own SMTP server internally that outgoing mail will use that > doesn't require credentials but only accepts connections from inside the > network. Similary, it's also typical to run an SMTP daemon on the local > machine (i.e. sendmail or qmail) that doesn't require any credentials but > only accepts connections from localhost. You usually only need credentials > if your using a publicly accessible external SMTP server (like google's, > where you login with your gmail account) but that's less common. > > - Chuck From chuck.atkins at kitware.com Mon Dec 26 19:48:26 2016 From: chuck.atkins at kitware.com (Chuck Atkins) Date: Mon, 26 Dec 2016 14:48:26 -0500 Subject: [CDash] email credentials In-Reply-To: References: Message-ID: > the CDash installation is on an AWS instance in the cloud Ok, that helps explain it and frame the context a bit then. > I guess I can try to set up SMTP with a localhost restriction on the > AWS instance... > That's likely the safest bet, in which you would configure a local mail server like postfix, sendmail, exim, etc. to accept localhost connections w/o credentials and to act as an SMTP relay to an external SMTP server. That way the SMTP credentials are stored with the mail server configs, out of reach from the web server, vs a PHP config file that sits on the web server. Amazon has a pretty easy guide to setting this up for a local mailserver to forward to the Amason SES SMTP server: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-using-smtp-integrate.html. In this case, you would configure CDash to use localhost w/ no credentials for the SMTP server and then configure postfix (or other) to relay to the amazon SMTP servers with the necessary credentials. - Chuck -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Thu Dec 29 16:11:02 2016 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Thu, 29 Dec 2016 11:11:02 -0500 Subject: [CDash] CDash 2.4.0 available for download Message-ID: I am proud to announce that CDash 2.4.0 is now available for download at: http://public.kitware.com/Wiki/CDash:Installation#Downloading_CDash Release notes are available at: http://public.kitware.com/Wiki/CDash:Upgrade#CDash_2.4 Thanks for using CDash! -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Thu Dec 29 19:12:17 2016 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Thu, 29 Dec 2016 14:12:17 -0500 Subject: [CDash] "Save image as" regression In-Reply-To: References: Message-ID: On Thu, Dec 22, 2016 at 1:26 PM, Bill Lorensen wrote: > On dashboard test page for vtk, I used to be able to right click and > "Save image as" to save a test image to disk. Now when I do that, it > tries to save display.php. > > My workaround is to: > Right click and "Open image in a new tab" > Copy the url of the new tab > Use curl to get the image into a local file > > Another workaround is to: > Right click and "Copy image" > Paste the image into a local image viewer > Save the image from the image viewer. > > Ken has seen the same behavior. > Seems to be working okay for me. If I go here: https://open.cdash.org/testDetails.php?test=512166576&build=4703648 Scroll down to DifferenceImage, right click, and select "Save Image As..." Chrome knows to save it as a PNG. I save it as displayImage.png on my desktop and it looks like a normal image file. Does this particular image reproduce the problem for you, or does it only happen with some images and not others? -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.lorensen at gmail.com Thu Dec 29 19:44:22 2016 From: bill.lorensen at gmail.com (Bill Lorensen) Date: Thu, 29 Dec 2016 14:44:22 -0500 Subject: [CDash] "Save image as" regression In-Reply-To: References: Message-ID: Did something change since my original email? Works for me now. Bill On Thu, Dec 29, 2016 at 2:12 PM, Zack Galbreath wrote: > On Thu, Dec 22, 2016 at 1:26 PM, Bill Lorensen > wrote: >> >> On dashboard test page for vtk, I used to be able to right click and >> "Save image as" to save a test image to disk. Now when I do that, it >> tries to save display.php. >> >> My workaround is to: >> Right click and "Open image in a new tab" >> Copy the url of the new tab >> Use curl to get the image into a local file >> >> Another workaround is to: >> Right click and "Copy image" >> Paste the image into a local image viewer >> Save the image from the image viewer. >> >> Ken has seen the same behavior. > > > Seems to be working okay for me. If I go here: > https://open.cdash.org/testDetails.php?test=512166576&build=4703648 > > Scroll down to DifferenceImage, right click, and select "Save Image As..." > Chrome knows to save it as a PNG. I save it as displayImage.png on my > desktop and it looks like a normal image file. > > Does this particular image reproduce the problem for you, or does it only > happen with some images and not others? -- Unpaid intern in BillsBasement at noware dot com From zack.galbreath at kitware.com Thu Dec 29 20:30:49 2016 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Thu, 29 Dec 2016 15:30:49 -0500 Subject: [CDash] "Save image as" regression In-Reply-To: References: Message-ID: On Thu, Dec 29, 2016 at 2:44 PM, Bill Lorensen wrote: > Did something change since my original email? Works for me now. > I upgraded to v2.4.0 of CDash today. Other than that, I didn't do anything specifically to fix this issue. Please let me know if it happens again. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.lorensen at gmail.com Thu Dec 29 20:41:54 2016 From: bill.lorensen at gmail.com (Bill Lorensen) Date: Thu, 29 Dec 2016 15:41:54 -0500 Subject: [CDash] "Save image as" regression In-Reply-To: References: Message-ID: Thanks On Thu, Dec 29, 2016 at 3:30 PM, Zack Galbreath wrote: > On Thu, Dec 29, 2016 at 2:44 PM, Bill Lorensen > wrote: >> >> Did something change since my original email? Works for me now. > > > I upgraded to v2.4.0 of CDash today. Other than that, I didn't do anything > specifically to fix this issue. Please let me know if it happens again. -- Unpaid intern in BillsBasement at noware dot com From bill.lorensen at gmail.com Fri Dec 30 17:33:51 2016 From: bill.lorensen at gmail.com (Bill Lorensen) Date: Fri, 30 Dec 2016 12:33:51 -0500 Subject: [CDash] Calendar not workng Message-ID: The calendar link no longer works -- Unpaid intern in BillsBasement at noware dot com From zack.galbreath at kitware.com Thu Dec 1 20:08:09 2016 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Thu, 1 Dec 2016 15:08:09 -0500 Subject: [CDash] new CDash release? In-Reply-To: References: <20160912172133.1941602283@mail.rogue-research.com> Message-ID: On Sun, Nov 27, 2016 at 1:20 PM, Xavier Besseron wrote: > Hi Zack, > > What is the status eventually? > Is CDash 2.4 ready to be released? > Real close! There's just a couple outstanding tweaks that we want to land first. It is certainly our attention to cut the release before the end of the year. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bloring at lbl.gov Tue Dec 13 22:26:57 2016 From: bloring at lbl.gov (Burlen Loring) Date: Tue, 13 Dec 2016 14:26:57 -0800 Subject: [CDash] database size issue Message-ID: Hi, I just got a note from my web hosting co, saying that my sql use attributed to cdash is too large. I poked around and it seems that I have set cdash to delete builds older than 30 days via the admin panel, but that is not occurring. I tried to run the autoRemoveBuilds script from the shell but the first attempt ran for a while before it reported "Terminated". My subsequent attempts error out, see output pasted below. Can anyone advise on how to delete the old builds? host190:~/www/CDash$php --version PHP 5.6.27 (cli) (built: Oct 20 2016 20:14:23) Copyright (c) 1997-2016 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v5.1.2, Copyright (c) 2002-2016, by ionCube Ltd. with SourceGuardian v11.0.2, Copyright (c) 2000-2016, by SourceGuardian Ltd. with Zend Guard Loader v3.3, Copyright (c) 1998-2014, by Zend Technologies with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2015, by Zend Technologies host190:~/www/CDash$php autoRemoveBuilds.php all removing builds for all -- removing old buildids for projectid: 1 Terminated host190:~/www/CDash$php autoRemoveBuilds.php all removing builds for all -- removing old buildids for projectid: 1 MySQL server has gone awaySQL error in remove_build():MySQL server has gone away
-- removing old buildids for projectid: 1 MySQL server has gone awaySQL error in dailyupdates::removeFirstBuilds():MySQL server has gone away
-- removing old buildids for projectid: 2 -- removing old buildids for projectid: 2 -------------- next part -------------- An HTML attachment was scrubbed... URL: From DLRdave at aol.com Thu Dec 15 19:16:01 2016 From: DLRdave at aol.com (David Cole) Date: Thu, 15 Dec 2016 14:16:01 -0500 Subject: [CDash] email credentials Message-ID: Hi, I've been relying on having an email and password in a php file on the CDash server, so it can send emails using that account via SMTP. Recently I had to change the password, and then this stopped working until I noticed the failure, figured out why, and updated the password in the php file. While it should be secure from other folks being able to access that file (unauthorized access should not be possible), I am wondering if this is the typical way others enable their CDash installations to send mail. Is there a way to setup the CDash server with email sending capability without storing the email/password as plain text on the server? Thanks, David C. From chuck.atkins at kitware.com Thu Dec 22 18:24:35 2016 From: chuck.atkins at kitware.com (Chuck Atkins) Date: Thu, 22 Dec 2016 13:24:35 -0500 Subject: [CDash] email credentials In-Reply-To: References: Message-ID: > > I am wondering if > this is the typical way others enable their CDash installations to > send mail. > While I can't comment on the CDash configuration aspect, the need for credentials all depends on your SMTP server. Typically an organization will have thier own SMTP server internally that outgoing mail will use that doesn't require credentials but only accepts connections from inside the network. Similary, it's also typical to run an SMTP daemon on the local machine (i.e. sendmail or qmail) that doesn't require any credentials but only accepts connections from localhost. You usually only need credentials if your using a publicly accessible external SMTP server (like google's, where you login with your gmail account) but that's less common. - Chuck -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.lorensen at gmail.com Thu Dec 22 18:26:46 2016 From: bill.lorensen at gmail.com (Bill Lorensen) Date: Thu, 22 Dec 2016 13:26:46 -0500 Subject: [CDash] "Save image as" regression Message-ID: On dashboard test page for vtk, I used to be able to right click and "Save image as" to save a test image to disk. Now when I do that, it tries to save display.php. My workaround is to: Right click and "Open image in a new tab" Copy the url of the new tab Use curl to get the image into a local file Another workaround is to: Right click and "Copy image" Paste the image into a local image viewer Save the image from the image viewer. Ken has seen the same behavior. Bill -- Unpaid intern in BillsBasement at noware dot com From DLRdave at aol.com Thu Dec 22 18:39:30 2016 From: DLRdave at aol.com (David Cole) Date: Thu, 22 Dec 2016 13:39:30 -0500 Subject: [CDash] email credentials In-Reply-To: References: Message-ID: Thanks for the reply. Unfortunately, the internal network I'm referring to is largely ad-hoc, the CDash installation is on an AWS instance in the cloud, and the only emails I can use to send are my own personal ones via SMTP on "other people's servers" not inside the internal network... I guess I can try to set up SMTP with a localhost restriction on the AWS instance... Thanks for the advice, David C. On Thu, Dec 22, 2016 at 1:24 PM, Chuck Atkins wrote: >> I am wondering if >> this is the typical way others enable their CDash installations to >> send mail. > > > While I can't comment on the CDash configuration aspect, the need for > credentials all depends on your SMTP server. Typically an organization will > have thier own SMTP server internally that outgoing mail will use that > doesn't require credentials but only accepts connections from inside the > network. Similary, it's also typical to run an SMTP daemon on the local > machine (i.e. sendmail or qmail) that doesn't require any credentials but > only accepts connections from localhost. You usually only need credentials > if your using a publicly accessible external SMTP server (like google's, > where you login with your gmail account) but that's less common. > > - Chuck From chuck.atkins at kitware.com Mon Dec 26 19:48:26 2016 From: chuck.atkins at kitware.com (Chuck Atkins) Date: Mon, 26 Dec 2016 14:48:26 -0500 Subject: [CDash] email credentials In-Reply-To: References: Message-ID: > the CDash installation is on an AWS instance in the cloud Ok, that helps explain it and frame the context a bit then. > I guess I can try to set up SMTP with a localhost restriction on the > AWS instance... > That's likely the safest bet, in which you would configure a local mail server like postfix, sendmail, exim, etc. to accept localhost connections w/o credentials and to act as an SMTP relay to an external SMTP server. That way the SMTP credentials are stored with the mail server configs, out of reach from the web server, vs a PHP config file that sits on the web server. Amazon has a pretty easy guide to setting this up for a local mailserver to forward to the Amason SES SMTP server: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-using-smtp-integrate.html. In this case, you would configure CDash to use localhost w/ no credentials for the SMTP server and then configure postfix (or other) to relay to the amazon SMTP servers with the necessary credentials. - Chuck -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Thu Dec 29 16:11:02 2016 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Thu, 29 Dec 2016 11:11:02 -0500 Subject: [CDash] CDash 2.4.0 available for download Message-ID: I am proud to announce that CDash 2.4.0 is now available for download at: http://public.kitware.com/Wiki/CDash:Installation#Downloading_CDash Release notes are available at: http://public.kitware.com/Wiki/CDash:Upgrade#CDash_2.4 Thanks for using CDash! -------------- next part -------------- An HTML attachment was scrubbed... URL: From zack.galbreath at kitware.com Thu Dec 29 19:12:17 2016 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Thu, 29 Dec 2016 14:12:17 -0500 Subject: [CDash] "Save image as" regression In-Reply-To: References: Message-ID: On Thu, Dec 22, 2016 at 1:26 PM, Bill Lorensen wrote: > On dashboard test page for vtk, I used to be able to right click and > "Save image as" to save a test image to disk. Now when I do that, it > tries to save display.php. > > My workaround is to: > Right click and "Open image in a new tab" > Copy the url of the new tab > Use curl to get the image into a local file > > Another workaround is to: > Right click and "Copy image" > Paste the image into a local image viewer > Save the image from the image viewer. > > Ken has seen the same behavior. > Seems to be working okay for me. If I go here: https://open.cdash.org/testDetails.php?test=512166576&build=4703648 Scroll down to DifferenceImage, right click, and select "Save Image As..." Chrome knows to save it as a PNG. I save it as displayImage.png on my desktop and it looks like a normal image file. Does this particular image reproduce the problem for you, or does it only happen with some images and not others? -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.lorensen at gmail.com Thu Dec 29 19:44:22 2016 From: bill.lorensen at gmail.com (Bill Lorensen) Date: Thu, 29 Dec 2016 14:44:22 -0500 Subject: [CDash] "Save image as" regression In-Reply-To: References: Message-ID: Did something change since my original email? Works for me now. Bill On Thu, Dec 29, 2016 at 2:12 PM, Zack Galbreath wrote: > On Thu, Dec 22, 2016 at 1:26 PM, Bill Lorensen > wrote: >> >> On dashboard test page for vtk, I used to be able to right click and >> "Save image as" to save a test image to disk. Now when I do that, it >> tries to save display.php. >> >> My workaround is to: >> Right click and "Open image in a new tab" >> Copy the url of the new tab >> Use curl to get the image into a local file >> >> Another workaround is to: >> Right click and "Copy image" >> Paste the image into a local image viewer >> Save the image from the image viewer. >> >> Ken has seen the same behavior. > > > Seems to be working okay for me. If I go here: > https://open.cdash.org/testDetails.php?test=512166576&build=4703648 > > Scroll down to DifferenceImage, right click, and select "Save Image As..." > Chrome knows to save it as a PNG. I save it as displayImage.png on my > desktop and it looks like a normal image file. > > Does this particular image reproduce the problem for you, or does it only > happen with some images and not others? -- Unpaid intern in BillsBasement at noware dot com From zack.galbreath at kitware.com Thu Dec 29 20:30:49 2016 From: zack.galbreath at kitware.com (Zack Galbreath) Date: Thu, 29 Dec 2016 15:30:49 -0500 Subject: [CDash] "Save image as" regression In-Reply-To: References: Message-ID: On Thu, Dec 29, 2016 at 2:44 PM, Bill Lorensen wrote: > Did something change since my original email? Works for me now. > I upgraded to v2.4.0 of CDash today. Other than that, I didn't do anything specifically to fix this issue. Please let me know if it happens again. -------------- next part -------------- An HTML attachment was scrubbed... URL: From bill.lorensen at gmail.com Thu Dec 29 20:41:54 2016 From: bill.lorensen at gmail.com (Bill Lorensen) Date: Thu, 29 Dec 2016 15:41:54 -0500 Subject: [CDash] "Save image as" regression In-Reply-To: References: Message-ID: Thanks On Thu, Dec 29, 2016 at 3:30 PM, Zack Galbreath wrote: > On Thu, Dec 29, 2016 at 2:44 PM, Bill Lorensen > wrote: >> >> Did something change since my original email? Works for me now. > > > I upgraded to v2.4.0 of CDash today. Other than that, I didn't do anything > specifically to fix this issue. Please let me know if it happens again. -- Unpaid intern in BillsBasement at noware dot com From bill.lorensen at gmail.com Fri Dec 30 17:33:51 2016 From: bill.lorensen at gmail.com (Bill Lorensen) Date: Fri, 30 Dec 2016 12:33:51 -0500 Subject: [CDash] Calendar not workng Message-ID: The calendar link no longer works -- Unpaid intern in BillsBasement at noware dot com