From abdelkrime.agrou at gmail.com Tue May 8 09:38:38 2018 From: abdelkrime.agrou at gmail.com (Abdelkrime Agrou) Date: Tue, 8 May 2018 09:38:38 +0100 Subject: [ZendTo] Fwd: Zendto Internet explorer error. In-Reply-To: References: Message-ID: Hi, I hope everything goes well for you, Could you please help me, i got the error message below in the log, while trying to upload a file from Internet explorer. (only form IE) Error: failed to add authdata for test at test.com to authtable Thanks for your collaboration, Regards, -- -- ------------------------------------------ *Abdelkrime AGROU* *Ing?nieur en informatique* *tel : 0670160865* *0628518714* -------------- next part -------------- An HTML attachment was scrubbed... URL: From burnsr at william.jewell.edu Wed May 9 23:23:20 2018 From: burnsr at william.jewell.edu (Richard H. Burns) Date: Wed, 9 May 2018 22:23:20 +0000 Subject: [ZendTo] Upload limitation References: Message-ID: I am only able to upload 19 files at a time. This didn't use to be a problem and I am not sure when it broke. I went through the prefs and don't see and option for this, nor do I see a setting in PHP.ini that would impact this. I checked the Southampton mothership and it doesn't have this problem, so it must be me. Any ideas? -- Richard Burns Server and Systems Administrator Office 816.415.7633 William Jewell College | www.jewell.edu From kbe2 at lehigh.edu Thu May 10 02:04:04 2018 From: kbe2 at lehigh.edu (Keith Erekson) Date: Wed, 9 May 2018 21:04:04 -0400 Subject: [ZendTo] Upload limitation In-Reply-To: References: Message-ID: What happens when you try to add the 20th file? Anything in the apache error log? > On May 9, 2018, at 6:23 PM, Richard H. Burns via ZendTo wrote: > > I am only able to upload 19 files at a time. This didn't use to be a problem and I am not sure when it broke. I went through the prefs and don't see and option for this, nor do I see a setting in PHP.ini that would impact this. I checked the Southampton mothership and it doesn't have this problem, so it must be me. Any ideas? > > -- > Richard Burns > Server and Systems Administrator > Office 816.415.7633 > William Jewell College | www.jewell.edu > > > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto From burnsr at william.jewell.edu Fri May 11 17:15:28 2018 From: burnsr at william.jewell.edu (Richard H. Burns) Date: Fri, 11 May 2018 16:15:28 +0000 Subject: [ZendTo] Upload limitation In-Reply-To: References: Message-ID: I have looked through the logs and found nothing so far. It just ignores anything past 19, either by dragging or adding the file. If I remove one, it lets me add another, but still can't get past 19. ?On 5/9/18, 8:04 PM, "ZendTo on behalf of Keith Erekson via ZendTo" wrote: What happens when you try to add the 20th file? Anything in the apache error log? > On May 9, 2018, at 6:23 PM, Richard H. Burns via ZendTo wrote: > > I am only able to upload 19 files at a time. This didn't use to be a problem and I am not sure when it broke. I went through the prefs and don't see and option for this, nor do I see a setting in PHP.ini that would impact this. I checked the Southampton mothership and it doesn't have this problem, so it must be me. Any ideas? > > -- > Richard Burns > Server and Systems Administrator > Office 816.415.7633 > William Jewell College | www.jewell.edu > > > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto From john.thurston at alaska.gov Fri May 11 18:00:49 2018 From: john.thurston at alaska.gov (John Thurston) Date: Fri, 11 May 2018 09:00:49 -0800 Subject: [ZendTo] Upload limitation In-Reply-To: References: <1888e73a-2332-4c38-9800-f10ca49f160c@alaska.gov> Message-ID: On 5/11/2018 8:15 AM, Richard H. Burns via ZendTo wrote: > I have looked through the logs and found nothing so far. It just ignores anything past 19, either by dragging or adding the file. If I remove one, it lets me add another, but still can't get past 19. I see no such limitation here. I see the same (uninhibited) performance with both the 'drag and drop' and 'file pick' interface. I'm running 5.02 on linux. Testing with Firefox 54 What is your test environment? My hypothesis is something in your PHP implementation. -- Do things because you should, not just because you can. John Thurston 907-465-8591 John.Thurston at alaska.gov Department of Administration State of Alaska From burnsr at william.jewell.edu Fri May 11 18:58:03 2018 From: burnsr at william.jewell.edu (Richard H. Burns) Date: Fri, 11 May 2018 17:58:03 +0000 Subject: [ZendTo] Upload limitation In-Reply-To: References: <1888e73a-2332-4c38-9800-f10ca49f160c@alaska.gov> Message-ID: Mac OS. Safari and Chrome. I was leaning toward a PHP issue, but what setting in PHP could do this? It's not a file size issue like many of the settings. So that would imply there was a setting that said '19' or some other number. That sounds more like something that would be in the Zend.to configuration file. -- Richard Burns Server and Systems Administrator Office 816.415.7633 William Jewell College | www.jewell.edu ?On 5/11/18, 12:01 PM, "ZendTo on behalf of John Thurston via ZendTo" wrote: On 5/11/2018 8:15 AM, Richard H. Burns via ZendTo wrote: > I have looked through the logs and found nothing so far. It just ignores anything past 19, either by dragging or adding the file. If I remove one, it lets me add another, but still can't get past 19. I see no such limitation here. I see the same (uninhibited) performance with both the 'drag and drop' and 'file pick' interface. I'm running 5.02 on linux. Testing with Firefox 54 What is your test environment? My hypothesis is something in your PHP implementation. -- Do things because you should, not just because you can. John Thurston 907-465-8591 John.Thurston at alaska.gov Department of Administration State of Alaska _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto From Jules at Zend.To Wed May 23 17:27:05 2018 From: Jules at Zend.To (Jules Field) Date: Wed, 23 May 2018 17:27:05 +0100 Subject: [ZendTo] Upload limitation In-Reply-To: References: <1888e73a-2332-4c38-9800-f10ca49f160c@alaska.gov> Message-ID: In php.ini you should find a setting like this: ; Maximum number of files that can be uploaded via a single request max_file_uploads = 200 I suspect someone accidentally deleted one of the zeros, and 19 is just an off-by-one error somewhere. Cheers, Jules. On 11/05/2018 18:58, Richard H. Burns via ZendTo wrote: > Mac OS. Safari and Chrome. > > I was leaning toward a PHP issue, but what setting in PHP could do this? It's not a file size issue like many of the settings. So that would imply there was a setting that said '19' or some other number. That sounds more like something that would be in the Zend.to configuration file. > Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'If I were a Brazilian without land or money or the means to feed my children, I would be burning the rain forest too.' - Sting www.Zend.To Twitter: @JulesFM PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654 From burnsr at william.jewell.edu Wed May 23 17:35:41 2018 From: burnsr at william.jewell.edu (Richard H. Burns) Date: Wed, 23 May 2018 16:35:41 +0000 Subject: [ZendTo] Upload limitation In-Reply-To: References: <1888e73a-2332-4c38-9800-f10ca49f160c@alaska.gov> <20A99F2E-A176-499D-889A-28AD3D1E98B7@william.jewell.edu> Message-ID: It's correct now, so I assume when I restored the settings it was in there somewhere. Thanks! -- Richard Burns Server and Systems Administrator Office 816.415.7633 William Jewell College | www.jewell.edu ?On 5/23/18, 11:27 AM, "Jules Field" wrote: In php.ini you should find a setting like this: ; Maximum number of files that can be uploaded via a single request max_file_uploads = 200 I suspect someone accidentally deleted one of the zeros, and 19 is just an off-by-one error somewhere. Cheers, Jules. On 11/05/2018 18:58, Richard H. Burns via ZendTo wrote: > Mac OS. Safari and Chrome. > > I was leaning toward a PHP issue, but what setting in PHP could do this? It's not a file size issue like many of the settings. So that would imply there was a setting that said '19' or some other number. That sounds more like something that would be in the Zend.to configuration file. > Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'If I were a Brazilian without land or money or the means to feed my children, I would be burning the rain forest too.' - Sting www.Zend.To Twitter: @JulesFM PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654 From Jules at Zend.To Fri May 25 16:11:10 2018 From: Jules at Zend.To (Jules Field) Date: Fri, 25 May 2018 16:11:10 +0100 Subject: [ZendTo] Fwd: Zendto Internet explorer error. In-Reply-To: References: Message-ID: My guess would be that you are using SQLite as the database back-end for ZendTo, and have just setup a new ZendTo server. At the end of the installation process, it specifically tells you to reboot your server and use a web browser to display the home page of your ZendTo installation *before* adding any users. Provided you haven't added lots of users yet, your quickest way out is to 1. Delete /var/zendto/zendto.sqlite 2. Restart your web server (apache2 or httpd depending on what Linux you're running) 3. Browse to the home page of your ZendTo installation, so you show the main menu. 4. Only *THEN* add a user. If you do it in the wrong order, the file ownership+permissions on the zendto.sqlite file end up totally wrong, which stops ZendTo (i.e. your Apache) being able to write to it. Cheers, Jules. On 08/05/2018 09:38, Abdelkrime Agrou via ZendTo wrote: > Could you please help me, i got the error message below in the log, > while trying to upload a file from Internet explorer. (only form IE) > > Error: failed to add authdata fortest at test.com to authtable > Thanks for your collaboration, > Regards, > -- -- > ------------------------------------------ > _/*Abdelkrime AGROU*/_ > *Ing?nieur en informatique* > /*tel : 0670160865*/ > /*0628518714*/ Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'There is one thing stronger than all the armies in the world; and that is an idea whose time has come.' www.Zend.To Twitter: @JulesFM PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jules at Zend.To Fri May 25 16:42:53 2018 From: Jules at Zend.To (Jules Field) Date: Fri, 25 May 2018 16:42:53 +0100 Subject: [ZendTo] Migration woes In-Reply-To: References: Message-ID: <1dc6294c-bf92-adc1-81a1-264b7e5f555f@Zend.To> Check the ownership and permissions of /var/zendto/zendto.sqlite. It needs to be read+writeable by the web server, so basically the same ownership and r/w permissions as the /var/zendto/incoming directory has. Cheers, Jules. On 18/04/2018 07:51, Giddings, Bret via ZendTo wrote: > > Hello, > > I?m trying to do a migration from 3.71(!!) to the latest version. > Using information at > http://jul.es/pipermail/zendto/2014-February/002309.html, I have > successfully been able to port the DB (sqlite2 to sqlite3) and dropped > off files from the older server to a new one. This lets me pick up > files that we?re previously on the old server. However, when trying to > drop off anything on the new server, I am getting an error of > > /Database Error/ > > // > > /Database failure writing authentication key. Please notify the system > administrator./ > > In the GUI and > > /Error: failed to add authdata for bret at essex.ac.uk to authtable/ > > // > > In the zendto.log. I?ve checked that the authtable structure is the > same between versions and can insert the data that DBWriteAuthData > attempts to write if I interact with the DB via the command line. > > Have I missed anything? > > Thanks, > > Bret > > > > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'No more impressive warning can be given to those who would confine knowledge and rsearch to what is apparently useful, than the reflection that conic sections were studied for eighteen hundred years merely as an abstract science, without regard to any utility other than to satisfy the craving for knowledge on the part of mathematicians, and that then at the end of this long period of abstract study, they were found to be the necessary key with which to attain the knowledge of the most important laws of nature.' - Alfred North Whitehead www.Zend.To Twitter: @JulesFM PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jules at Zend.To Fri May 25 16:43:55 2018 From: Jules at Zend.To (Jules Field) Date: Fri, 25 May 2018 16:43:55 +0100 Subject: [ZendTo] Disable ciphers In-Reply-To: References: <2f44722a-70c8-3252-05b7-1bdb432affde@alaska.gov> Message-ID: <3ce44c7f-e50d-49cb-8995-62ea19c80b6d@Zend.To> How Apache happens to talk https to the web browser clients is entirely up to Apache, and is nothing to do with ZendTo at all. Cheers, Jules. On 17/04/2018 17:25, Dale E. Qualls via ZendTo wrote: > > Correct, I'm not sure why it would either but it never hurts to ask J > > > > > > > > > Dale E. Qualls > Director of Information Technology > Pattishall, McAuliffe, Newbury, Hilliard & Geraldson LLP > 200 South Wacker Drive, Suite 2900 > Chicago, IL?60606-5896 > Direct: (312) 554-7979 Main: (312) 554-8000 Fax: (312) 554-8015 > deq at pattishall.com www.pattishall.com > Follow us on Twitter > > > Pattishall Ranks GOLD in the United States?and in Illinois in the > prestigious > WTR 1000 > > ------------------------------------------------------------------------ > The preceding message and any attachments may contain confidential > information protected by the attorney-client or other privilege. You > may not forward this message or any attachments without the permission > of the sender. If you believe that it has been sent to you in error, > please reply to the sender that you received the message in error and > then delete it. Nothing in this email message, including the typed > name of the sender and/or this signature block, is intended to > constitute an electronic signature unless a specific statement to the > contrary is included in the message. > ------------------------------------------------------------------------ > > *From:*ZendTo [mailto:zendto-bounces at zend.to] *On Behalf Of *John > Thurston via ZendTo > *Sent:* Tuesday, April 17, 2018 10:45 AM > *To:* zendto at zend.to > *Cc:* John Thurston > *Subject:* Re: [ZendTo] Disable ciphers > > External email, exercise caution. > > > On 4/17/2018 5:51 AM, Dale E. Qualls via ZendTo wrote: > > Jules (or anyone J) > > > > My newly built zendto server (on CentOS 7) is testing poorly for > sweet32 > > (using medium strength ciphers). ?I need to remediate this but I > want to > > be sure it won't break zendto.? I don't see why it would but I thought > > I'd ask before I go to tweaking things. > > I don't see how this could affect ZendTo. What you are adjusting is the > cipher-suite available to the Apache web server. > > -- > Do things because you should, not just because you can. > > John Thurston 907-465-8591 > John.Thurston at alaska.gov > Department of Administration > State of Alaska > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto > > > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'No more impressive warning can be given to those who would confine knowledge and rsearch to what is apparently useful, than the reflection that conic sections were studied for eighteen hundred years merely as an abstract science, without regard to any utility other than to satisfy the craving for knowledge on the part of mathematicians, and that then at the end of this long period of abstract study, they were found to be the necessary key with which to attain the knowledge of the most important laws of nature.' - Alfred North Whitehead www.Zend.To Twitter: @JulesFM PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654 -------------- next part -------------- An HTML attachment was scrubbed... URL: From pedrosi at millercanfield.com Tue May 29 13:43:42 2018 From: pedrosi at millercanfield.com (Pedrosi, Derek G.) Date: Tue, 29 May 2018 12:43:42 +0000 Subject: [ZendTo] Statistic v5 References: Message-ID: I have may v5.03 up and running, and the logs show things coming in and going out; it appears to be working great. The only thing is that on my ?stats page? it indicates nothing, it is completely blank. Any ideas? V5.03 on Ubuntu 16.04.2 LTS derek -------------- next part -------------- An HTML attachment was scrubbed... URL: From Stephane.Bocquet at mediapost.fr Tue May 29 14:15:26 2018 From: Stephane.Bocquet at mediapost.fr (=?utf-8?B?Qm9jcXVldCBTdMOpcGhhbmU=?=) Date: Tue, 29 May 2018 13:15:26 +0000 Subject: [ZendTo] Statistic v5 In-Reply-To: References: Message-ID: Hi, Stats are running each night at 1 AM & 3 AM? ;) Cheers De : ZendTo [mailto:zendto-bounces at zend.to] De la part de Pedrosi, Derek G. via ZendTo Envoy? : mardi 29 mai 2018 14:45 ? : ZendTo Users Cc : Pedrosi, Derek G. Objet : [ZendTo] Statistic v5 I have may v5.03 up and running, and the logs show things coming in and going out; it appears to be working great. The only thing is that on my ?stats page? it indicates nothing, it is completely blank. Any ideas? V5.03 on Ubuntu 16.04.2 LTS derek -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jules at Zend.To Tue May 29 14:33:31 2018 From: Jules at Zend.To (Jules Field) Date: Tue, 29 May 2018 14:33:31 +0100 Subject: [ZendTo] Statistic v5 In-Reply-To: References: Message-ID: And you need to leave some drop-offs in place overnight for 2 or 3 nights before you are likely to see anything on the graphs. It is just the way that rrdtool works. Cheers, Jules. On 29/05/2018 14:15, Bocquet St?phane via ZendTo wrote: > > Hi, > > Stats are running each night at 1 AM & 3 AM? > > ;) > > Cheers > > *De?:*ZendTo [mailto:zendto-bounces at zend.to] *De la part de* Pedrosi, > Derek G. via ZendTo > *Envoy??:* mardi 29 mai 2018 14:45 > *??:* ZendTo Users > *Cc?:* Pedrosi, Derek G. > *Objet?:* [ZendTo] Statistic v5 > > I have may v5.03 up and running, and the logs show things coming in > and going out; it appears to be working great. > > The only thing is that on my ?stats page? it indicates nothing, it is > completely blank. > > Any ideas? > > V5.03 on Ubuntu 16.04.2 LTS > > derek > > > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM Malin, Hebrides: East 3 or 4, occasionally 5 for a time. Moderate. Mainly fair. Moderate or good. www.Zend.To Twitter: @JulesFM PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654 -------------- next part -------------- An HTML attachment was scrubbed... URL: From pedrosi at millercanfield.com Tue May 29 15:44:29 2018 From: pedrosi at millercanfield.com (Pedrosi, Derek G.) Date: Tue, 29 May 2018 14:44:29 +0000 Subject: [ZendTo] Statistic v5 In-Reply-To: References: Message-ID: Several of my test drop-offs and pick-ups have come and gone from ZendTo (8 days). In /var/zendto/rrd I see a zendto.rrd file; with a size of 17488 and a date stamp of May 28 01:01. Interestingly, ?past week? and ?past month? show nothing. ?Past 90 days? and ?Past year? show data. derek From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Jules Field via ZendTo Sent: Tuesday, May 29, 2018 9:34 AM To: ZendTo Users Cc: Jules Field Subject: Re: [ZendTo] Statistic v5 And you need to leave some drop-offs in place overnight for 2 or 3 nights before you are likely to see anything on the graphs. It is just the way that rrdtool works. Cheers, Jules. On 29/05/2018 14:15, Bocquet St?phane via ZendTo wrote: Hi, Stats are running each night at 1 AM & 3 AM? ;) Cheers De : ZendTo [mailto:zendto-bounces at zend.to] De la part de Pedrosi, Derek G. via ZendTo Envoy? : mardi 29 mai 2018 14:45 ? : ZendTo Users Cc : Pedrosi, Derek G. Objet : [ZendTo] Statistic v5 I have may v5.03 up and running, and the logs show things coming in and going out; it appears to be working great. The only thing is that on my ?stats page? it indicates nothing, it is completely blank. Any ideas? V5.03 on Ubuntu 16.04.2 LTS derek _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM Malin, Hebrides: East 3 or 4, occasionally 5 for a time. Moderate. Mainly fair. Moderate or good. www.Zend.To Twitter: @JulesFM PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jules at Zend.To Tue May 29 17:12:08 2018 From: Jules at Zend.To (Jules Field) Date: Tue, 29 May 2018 17:12:08 +0100 Subject: [ZendTo] Statistic v5 In-Reply-To: References: Message-ID: <78bc405d-c6fc-fac9-d4d0-c67397b251d5@Zend.To> I assume you've done obvious things like clear your browser cache... On 29/05/2018 15:44, Pedrosi, Derek G. via ZendTo wrote: > > Several of my test drop-offs and pick-ups have come and gone from > ZendTo (8 days). > > In /var/zendto/rrd I see a zendto.rrd file; with a size of 17488 and a > date stamp of May 28 01:01. > > Interestingly, ?past week? and ?past month? show nothing.? ?Past 90 > days? and ?Past year? show data. > > derek > > *From:*ZendTo [mailto:zendto-bounces at zend.to] *On Behalf Of *Jules > Field via ZendTo > *Sent:* Tuesday, May 29, 2018 9:34 AM > *To:* ZendTo Users > *Cc:* Jules Field > *Subject:* Re: [ZendTo] Statistic v5 > > And you need to leave some drop-offs in place overnight for 2 or 3 > nights before you are likely to see anything on the graphs. It is just > the way that rrdtool works. > > Cheers, > Jules. > > On 29/05/2018 14:15, Bocquet St?phane via ZendTo wrote: > > Hi, > > Stats are running each night at 1 AM & 3 AM? > > ;) > > Cheers > > *De?:*ZendTo [mailto:zendto-bounces at zend.to] *De la part de* > Pedrosi, Derek G. via ZendTo > *Envoy??:* mardi 29 mai 2018 14:45 > *??:* ZendTo Users > *Cc?:* Pedrosi, Derek G. > > *Objet?:* [ZendTo] Statistic v5 > > I have may v5.03 up and running, and the logs show things coming > in and going out; it appears to be working great. > > The only thing is that on my ?stats page? it indicates nothing, it > is completely blank. > > Any ideas? > > V5.03 on Ubuntu 16.04.2 LTS > > derek > > > > > _______________________________________________ > > ZendTo mailing list > > ZendTo at zend.to > > http://jul.es/mailman/listinfo/zendto > > > > Jules > -- > Julian Field MEng CEng CITP MBCS MIEEE MACM > Malin, Hebrides: East 3 or 4, occasionally 5 for a time. Moderate. Mainly > fair. Moderate or good. > www.Zend.To > Twitter: @JulesFM > PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654 > > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'Intelligence is quickness to apprehend as distinct from ability, which is capacity to act wisely on the thing apprehended.' - Alfred North Whitehead www.Zend.To Twitter: @JulesFM PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654 -------------- next part -------------- An HTML attachment was scrubbed... URL: From pedrosi at millercanfield.com Wed May 30 15:14:40 2018 From: pedrosi at millercanfield.com (Pedrosi, Derek G.) Date: Wed, 30 May 2018 14:14:40 +0000 Subject: [ZendTo] Statistic v5 In-Reply-To: References: <78bc405d-c6fc-fac9-d4d0-c67397b251d5@Zend.To> Message-ID: All have been cleared, same result (different browsers too). Interestingly, the date/time stamp on all files in the /var/zendto/rrd have been updated (03:03 May 30); But it does not look the data updated. That?s good. BUT, the zendto.rrd file is the exact same size as yesterday; and the data on the graph that does appear (90 days and 1 year) has not changed, even though there has been activity on the server . derek ________________________________ Derek G. Pedrosi | Manager of Technology Infrastructure Miller Canfield Detroit, Michigan ________________________________ From: Jules Field [mailto:Jules at Zend.To] Sent: Tuesday, May 29, 2018 12:12 PM To: ZendTo Users Cc: Pedrosi, Derek G. Subject: Re: [ZendTo] Statistic v5 I assume you've done obvious things like clear your browser cache... On 29/05/2018 15:44, Pedrosi, Derek G. via ZendTo wrote: Several of my test drop-offs and pick-ups have come and gone from ZendTo (8 days). In /var/zendto/rrd I see a zendto.rrd file; with a size of 17488 and a date stamp of May 28 01:01. Interestingly, ?past week? and ?past month? show nothing. ?Past 90 days? and ?Past year? show data. derek From: ZendTo [mailto:zendto-bounces at zend.to] On Behalf Of Jules Field via ZendTo Sent: Tuesday, May 29, 2018 9:34 AM To: ZendTo Users Cc: Jules Field Subject: Re: [ZendTo] Statistic v5 And you need to leave some drop-offs in place overnight for 2 or 3 nights before you are likely to see anything on the graphs. It is just the way that rrdtool works. Cheers, Jules. On 29/05/2018 14:15, Bocquet St?phane via ZendTo wrote: Hi, Stats are running each night at 1 AM & 3 AM? ;) Cheers De : ZendTo [mailto:zendto-bounces at zend.to] De la part de Pedrosi, Derek G. via ZendTo Envoy? : mardi 29 mai 2018 14:45 ? : ZendTo Users Cc : Pedrosi, Derek G. Objet : [ZendTo] Statistic v5 I have may v5.03 up and running, and the logs show things coming in and going out; it appears to be working great. The only thing is that on my ?stats page? it indicates nothing, it is completely blank. Any ideas? V5.03 on Ubuntu 16.04.2 LTS derek _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM Malin, Hebrides: East 3 or 4, occasionally 5 for a time. Moderate. Mainly fair. Moderate or good. www.Zend.To Twitter: @JulesFM PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654 _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'Intelligence is quickness to apprehend as distinct from ability, which is capacity to act wisely on the thing apprehended.' - Alfred North Whitehead www.Zend.To Twitter: @JulesFM PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654 -------------- next part -------------- An HTML attachment was scrubbed... URL: From john.thurston at alaska.gov Wed May 30 17:00:21 2018 From: john.thurston at alaska.gov (John Thurston) Date: Wed, 30 May 2018 08:00:21 -0800 Subject: [ZendTo] Statistic v5 In-Reply-To: References: <78bc405d-c6fc-fac9-d4d0-c67397b251d5@Zend.To> Message-ID: On 5/30/2018 6:14 AM, Pedrosi, Derek G. via ZendTo wrote: > zendto.rrd file is the exact same size as yesterday; This is a feature of rrd, and can not be used to indicate nothing is changing inside the file. RoundRobinDatabase ... the files are built once at their full size. New data forces old data out of the file. How it is forced out is governed by rules established at the time of creation. there are tools for rrd which will let you look inside that file. That is how you will know if it has received new data. -- Do things because you should, not just because you can. John Thurston 907-465-8591 John.Thurston at alaska.gov Department of Administration State of Alaska