From luke at brit.com Wed Aug 7 17:07:14 2019 From: luke at brit.com (Luke Howerter) Date: Wed, 7 Aug 2019 11:07:14 -0500 Subject: [ZendTo] Issues with variable interpolation after upgrade References: <26920e49-3478-3c99-07c6-63be89081551@brit.com> Message-ID: Hello, I have ended up with the maintenance of my company's zendto server after a colleague left. Google recaptcha broke after we changed ISPs, and attempting to use newly created keys led to a very odd error where instead of an actual recaptcha, it just printed the public key to the screen. I went ahead and updated according to the website directions (installed new packages for this Ubuntu 14.04 server) and ran the update script in /opt/zendto/bin. This seemed to get us back up and working with one caveat; the values from our zendto.conf are not being inserted into the template. Poking around I see that it may be that values whose names haven't changed between our old config and new seem to work (ServiceTitle, notably) but ones which are new (OrganizationShortName, for example) are blank. The variable names in the template and the .conf match, and they have the correct values in the .conf file. Does anyone have a suggestion for this? Thanks in advance. -- Luke Howerter System Administrator I, BRIT Systems Support line: 214.630.0636 | support at brit.com Direct line: 214-771-7729 |luke at brit.com This E-mail and any of its attachments may contain BRIT Systems LLC. proprietary information, which is privileged, confidential, or subject to copyright belonging to BRIT Systems LLC.is covered by the Electronic Communications Privacy Act, 18 U.S.C 2510-2521 and is for the sole use of the intended recipient(s).. This E-mail is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient of this E-mail, you are hereby notified that any dissemination, distribution, copying, or action taken in relation to the contents of and attachments to this E-mail is strictly prohibited and may be unlawful. If you have received this E-mail in error, please notify the sender immediately and permanently delete the original and any copy of this E-mail and any printout. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: efpagmjpddagbpee.png Type: image/png Size: 13723 bytes Desc: not available URL: From Jules at Zend.To Fri Aug 9 09:01:54 2019 From: Jules at Zend.To (Jules Field) Date: Fri, 9 Aug 2019 09:01:54 +0100 Subject: [ZendTo] Issues with variable interpolation after upgrade In-Reply-To: References: <26920e49-3478-3c99-07c6-63be89081551@brit.com> Message-ID: <8A79E5B8-5F9E-4739-B34B-D2808FCF2139@Zend.To> Luke, What version were you running before, and what version are you running now? Are they both 5.something? For the template problem, I would advise you check your template files are exactly the supplied ones for your new version. If your predecessor had edited them, it?s highly likely you still have some old ones. Grab the tgz of your new version, unpack it (?tar xzvf blah.tgz?) and overwrite your existing templates with the files in that one. Then clear the template cache by hand: rm -f /var/zendto/templates_c/*.php and refresh the page in your browser. Let me know how you get on. Cheers! -- Jules > On 7 Aug 2019, at 5:07 pm, Luke Howerter via ZendTo wrote: > > Hello, > > I have ended up with the maintenance of my company's zendto server after a colleague left. Google recaptcha broke after we changed ISPs, and attempting to use newly created keys led to a very odd error where instead of an actual recaptcha, it just printed the public key to the screen. I went ahead and updated according to the website directions (installed new packages for this Ubuntu 14.04 server) and ran the update script in /opt/zendto/bin. > > This seemed to get us back up and working with one caveat; the values from our zendto.conf are not being inserted into the template. Poking around I see that it may be that values whose names haven't changed between our old config and new seem to work (ServiceTitle, notably) but ones which are new (OrganizationShortName, for example) are blank. The variable names in the template and the .conf match, and they have the correct values in the .conf file. Does anyone have a suggestion for this? > > Thanks in advance. > > -- > Luke Howerter > System Administrator I, BRIT Systems > Support line: 214.630.0636 | support at brit.com > Direct line: 214-771-7729 |luke at brit.com > > This E-mail and any of its attachments may contain BRIT Systems LLC. proprietary information, which is privileged, confidential, or subject to copyright belonging to BRIT Systems LLC. is covered by the Electronic Communications Privacy Act, 18 U.S.C 2510-2521 and is for the sole use of the intended recipient(s).. This E-mail is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient of this E-mail, you are hereby notified that any dissemination, distribution, copying, or action taken in relation to the contents of and attachments to this E-mail is strictly prohibited and may be unlawful. If you have received this E-mail in error, please notify the sender immediately and permanently delete the original and any copy of this E-mail and any printout. > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jules at zend.to Fri Aug 9 15:20:50 2019 From: Jules at zend.to (Jules) Date: Fri, 09 Aug 2019 15:20:50 +0100 Subject: [ZendTo] ANNOUNCE: Production release 5.21-1 Message-ID: <9db7ca67add29434acdcbd34d7379bfd@zend.to> Folks, Before I head off to Wales for a well-earned week of rest, I have just done a new production release of ZendTo. There are many small improvements and fixes, but the major new features are: 1. When you download a drop-off, there is a new "Download all files as a zip" button. It does what it says on the tin. Note that if the drop-off itself was encrypted, the zip file you download will *not* be encrypted. It doesn't require any significant memory overhead on the ZendTo server, and needs no temporary disk space or anything, even if the drop-off is huge. It's generated on the fly as your browser downloads it. 2. The "Request a drop-off" functionality is improved. At this point you can enforce encryption on the resulting drop-off, and set the passphrase that will be used. The person sending you the drop-off never finds out what the passphrase is, and they cannot disable the encryption. Also the little red "trash can" buttons in the recipient name autocomplete lists have spread to the "Request a drop-off" form. 3. You can place an announcement in /opt/zendto/config/system-announcement.txt (it can be HTML or plain text). If there is anything in this file it will be shown as a note to all users at the top of the "main menu" and "login" pages. Read the comments above the new preferences.php setting 'systemAnnouncementFilePath' to see exactly how to specify the header and content. Leave the file 0 bytes long and it won't do anything. For the full details, please see the Change Log [1] on the website. I'm heading off to see my folks in Wales for a week's rest, but do let me know if you find any problems. There are still outstanding jobs and features on my To Do list, but they will wait a week or two. P.S. Sorry for the formatting of this email. I'm running macOS Catalina beta 5, which totally broke Thunderbird :-( I'm reliably informed that beta 6 will fix it again! -- Jules Jules at Zend.To Links: ------ [1] https://zend.to/changelog.php -------------- next part -------------- An HTML attachment was scrubbed... URL: From luke at brit.com Fri Aug 9 18:07:20 2019 From: luke at brit.com (Luke Howerter) Date: Fri, 9 Aug 2019 12:07:20 -0500 Subject: [ZendTo] Issues with variable interpolation after upgrade In-Reply-To: References: <26920e49-3478-3c99-07c6-63be89081551@brit.com> <8A79E5B8-5F9E-4739-B34B-D2808FCF2139@Zend.To> <5be0dd3a-00c4-d677-a26c-3af62de57cb4@brit.com> Message-ID: Jules, I am replying to all in case future users ever run into this same problem. I had upgraded from 5.17 to 5.20. I had already updated the template files. After double checking this, simply rm -f /var/zendto/templates_c/*.php fixed the issue. It looks great now! Thanks, Luke from BRIT Support On 8/9/19 3:01 AM, Jules Field wrote: > Luke, > > What version were you running before, and what version are you running > now? > Are they both 5.something? > > For the template problem, I would advise you check your template files > are exactly the supplied ones for your new version. If your > predecessor had edited them, it?s highly likely you still have some > old ones. Grab the tgz of your new version, unpack it (?tar xzvf > blah.tgz?) and overwrite your existing templates with the files in > that one. > > Then clear the template cache by hand: > rm -f /var/zendto/templates_c/*.php > and refresh the page in your browser. > > Let me know how you get on. > > Cheers! > -- > Jules > > On 7 Aug 2019, at 5:07 pm, Luke Howerter via ZendTo > wrote: > >> Hello, >> >> I have ended up with the maintenance of my company's zendto server >> after a colleague left. Google recaptcha broke after we changed ISPs, >> and attempting to use newly created keys led to a very odd error >> where instead of an actual recaptcha, it just printed the public key >> to the screen. I went ahead and updated according to the website >> directions (installed new packages for this Ubuntu 14.04 server) and >> ran the update script in /opt/zendto/bin. >> >> This seemed to get us back up and working with one caveat; the values >> from our zendto.conf are not being inserted into the template. Poking >> around I see that it may be that values whose names haven't changed >> between our old config and new seem to work (ServiceTitle, notably) >> but ones which are new (OrganizationShortName, for example) are >> blank. The variable names in the template and the .conf match, and >> they have the correct values in the .conf file. Does anyone have a >> suggestion for this? >> >> Thanks in advance. >> >> -- >> Luke Howerter >> System Administrator I, BRIT Systems >> Support line: 214.630.0636 | support at brit.com >> Direct line: 214-771-7729 |luke at brit.com >> >> >> This E-mail and any of its attachments may contain BRIT Systems LLC. >> proprietary information, which is privileged, confidential, or >> subject to copyright belonging to BRIT Systems LLC.is covered by the >> Electronic Communications Privacy Act, 18 U.S.C 2510-2521 and is for >> the sole use of the intended recipient(s).. This E-mail is intended >> solely for the use of the individual or entity to which it is >> addressed. If you are not the intended recipient of this E-mail, you >> are hereby notified that any dissemination, distribution, copying, or >> action taken in relation to the contents of and attachments to this >> E-mail is strictly prohibited and may be unlawful. If you have >> received this E-mail in error, please notify the sender immediately >> and permanently delete the original and any copy of this E-mail and >> any printout. >> >> _______________________________________________ >> ZendTo mailing list >> ZendTo at zend.to >> http://jul.es/mailman/listinfo/zendto -- Luke Howerter System Administrator I, BRIT Systems Support line: 214.630.0636 | support at brit.com Direct line: 214-771-7729 |luke at brit.com This E-mail and any of its attachments may contain BRIT Systems LLC. proprietary information, which is privileged, confidential, or subject to copyright belonging to BRIT Systems LLC.is covered by the Electronic Communications Privacy Act, 18 U.S.C 2510-2521 and is for the sole use of the intended recipient(s).. This E-mail is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient of this E-mail, you are hereby notified that any dissemination, distribution, copying, or action taken in relation to the contents of and attachments to this E-mail is strictly prohibited and may be unlawful. If you have received this E-mail in error, please notify the sender immediately and permanently delete the original and any copy of this E-mail and any printout. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: kniejngjemkiflhb.png Type: image/png Size: 13723 bytes Desc: not available URL: From KLE at msktd.com Fri Aug 9 22:02:09 2019 From: KLE at msktd.com (Ken Etter) Date: Fri, 09 Aug 2019 17:02:09 -0400 Subject: [ZendTo] ANNOUNCE: Production release 5.21-1 In-Reply-To: <5D4DDBE802000013001388E8@mail.msktd.com> References: <9db7ca67add29434acdcbd34d7379bfd@zend.to> <5D4DDBE802000013001388E8@mail.msktd.com> <5D4DDF5102000013001388ED@mail.msktd.com> Message-ID: Hmm...just ran the sub installer for Zend.To and took a closer look and realized it was throwing this error: Problem: nothing provides jq needed by zendto-5.21-1.noarch Solution 1: do not install zendto-5.21-1.noarch Solution 2: break zendto-5.21-1.noarch by ignoring some of its dependencies And it chose C, and did not install the new version. Any suggestions for how to fix this dependency? Ken >>> Ken Etter 8/9/2019 4:47 PM >>> I'm currently running 5.15-1. I was under the impression that I just needed to download the latest installer and run it and that would update me to the latest version. Just tried that, but no version change. So what is the current process? I'm running on SUSE, so I don't use apt-get or yum. Thanks, Ken >>> Jules via ZendTo 8/9/2019 10:20 AM >>> Folks, Before I head off to Wales for a well-earned week of rest, I have just done a new production release of ZendTo. There are many small improvements and fixes, but the major new features are: 1. When you download a drop-off, there is a new "Download all files as a zip" button. It does what it says on the tin. Note that if the drop-off itself was encrypted, the zip file you download will *not* be encrypted. It doesn't require any significant memory overhead on the ZendTo server, and needs no temporary disk space or anything, even if the drop-off is huge. It's generated on the fly as your browser downloads it. 2. The "Request a drop-off" functionality is improved. At this point you can enforce encryption on the resulting drop-off, and set the passphrase that will be used. The person sending you the drop-off never finds out what the passphrase is, and they cannot disable the encryption. Also the little red "trash can" buttons in the recipient name autocomplete lists have spread to the "Request a drop-off" form. 3. You can place an announcement in /opt/zendto/config/system-announcement.txt (it can be HTML or plain text). If there is anything in this file it will be shown as a note to all users at the top of the "main menu" and "login" pages. Read the comments above the new preferences.php setting 'systemAnnouncementFilePath' to see exactly how to specify the header and content. Leave the file 0 bytes long and it won't do anything. For the full details, please see the Change Log ( https://zend.to/changelog.php) on the website. I'm heading off to see my folks in Wales for a week's rest, but do let me know if you find any problems. There are still outstanding jobs and features on my To Do list, but they will wait a week or two. P.S. Sorry for the formatting of this email. I'm running macOS Catalina beta 5, which totally broke Thunderbird :-( I'm reliably informed that beta 6 will fix it again! -- Jules Jules at Zend.To -------------- next part -------------- An HTML attachment was scrubbed... URL: From KLE at msktd.com Fri Aug 9 21:47:36 2019 From: KLE at msktd.com (Ken Etter) Date: Fri, 09 Aug 2019 16:47:36 -0400 Subject: [ZendTo] ANNOUNCE: Production release 5.21-1 In-Reply-To: References: <9db7ca67add29434acdcbd34d7379bfd@zend.to> <5D4DDBE802000013001388E8@mail.msktd.com> Message-ID: I'm currently running 5.15-1. I was under the impression that I just needed to download the latest installer and run it and that would update me to the latest version. Just tried that, but no version change. So what is the current process? I'm running on SUSE, so I don't use apt-get or yum. Thanks, Ken >>> Jules via ZendTo 8/9/2019 10:20 AM >>> Folks, Before I head off to Wales for a well-earned week of rest, I have just done a new production release of ZendTo. There are many small improvements and fixes, but the major new features are: 1. When you download a drop-off, there is a new "Download all files as a zip" button. It does what it says on the tin. Note that if the drop-off itself was encrypted, the zip file you download will *not* be encrypted. It doesn't require any significant memory overhead on the ZendTo server, and needs no temporary disk space or anything, even if the drop-off is huge. It's generated on the fly as your browser downloads it. 2. The "Request a drop-off" functionality is improved. At this point you can enforce encryption on the resulting drop-off, and set the passphrase that will be used. The person sending you the drop-off never finds out what the passphrase is, and they cannot disable the encryption. Also the little red "trash can" buttons in the recipient name autocomplete lists have spread to the "Request a drop-off" form. 3. You can place an announcement in /opt/zendto/config/system-announcement.txt (it can be HTML or plain text). If there is anything in this file it will be shown as a note to all users at the top of the "main menu" and "login" pages. Read the comments above the new preferences.php setting 'systemAnnouncementFilePath' to see exactly how to specify the header and content. Leave the file 0 bytes long and it won't do anything. For the full details, please see the Change Log ( https://zend.to/changelog.php) on the website. I'm heading off to see my folks in Wales for a week's rest, but do let me know if you find any problems. There are still outstanding jobs and features on my To Do list, but they will wait a week or two. P.S. Sorry for the formatting of this email. I'm running macOS Catalina beta 5, which totally broke Thunderbird :-( I'm reliably informed that beta 6 will fix it again! -- Jules Jules at Zend.To -------------- next part -------------- An HTML attachment was scrubbed... URL: From m.a.young at durham.ac.uk Fri Aug 9 22:17:26 2019 From: m.a.young at durham.ac.uk (YOUNG, MICHAEL A.) Date: Fri, 9 Aug 2019 21:17:26 +0000 Subject: [ZendTo] ANNOUNCE: Production release 5.21-1 In-Reply-To: References: <9db7ca67add29434acdcbd34d7379bfd@zend.to> <5D4DDBE802000013001388E8@mail.msktd.com> Message-ID: On Fri, 9 Aug 2019, Ken Etter via ZendTo wrote: > I'm currently running 5.15-1.? I was under the impression that I just needed > to download the latest installer and run it and that would update me to the > latest version.? Just tried that, but no version change.? So what is the > current process?? I'm running on SUSE, so I don't use apt-get or yum. For SUSE you could look at https://software.opensuse.org/download.html?project=utilities&package=jq I am not an expert on SUSE but it looks like you need the utilities repo. Michael Young From KLE at msktd.com Fri Aug 9 22:19:07 2019 From: KLE at msktd.com (Ken Etter) Date: Fri, 09 Aug 2019 17:19:07 -0400 Subject: [ZendTo] ANNOUNCE: Production release 5.21-1 In-Reply-To: References: <9db7ca67add29434acdcbd34d7379bfd@zend.to> <5D4DDBE802000013001388E8@mail.msktd.com> <5D4DDF5102000013001388ED@mail.msktd.com> <5D4DE34B02000013001388FE@mail.msktd.com> Message-ID: SLE 12 SP4 to be exact. Just did a search for jq and found this: https://software.opensuse.org/package/jq Which states: "There is no official package available for SUSE SLE-12-SP4" Ken >>> Ken Etter via ZendTo 8/9/2019 5:02 PM >>> Hmm...just ran the sub installer for Zend.To and took a closer look and realized it was throwing this error: Problem: nothing provides jq needed by zendto-5.21-1.noarch Solution 1: do not install zendto-5.21-1.noarch Solution 2: break zendto-5.21-1.noarch by ignoring some of its dependencies And it chose C, and did not install the new version. Any suggestions for how to fix this dependency? Ken >>> Ken Etter 8/9/2019 4:47 PM >>> I'm currently running 5.15-1. I was under the impression that I just needed to download the latest installer and run it and that would update me to the latest version. Just tried that, but no version change. So what is the current process? I'm running on SUSE, so I don't use apt-get or yum. Thanks, Ken >>> Jules via ZendTo 8/9/2019 10:20 AM >>> Folks, Before I head off to Wales for a well-earned week of rest, I have just done a new production release of ZendTo. There are many small improvements and fixes, but the major new features are: 1. When you download a drop-off, there is a new "Download all files as a zip" button. It does what it says on the tin. Note that if the drop-off itself was encrypted, the zip file you download will *not* be encrypted. It doesn't require any significant memory overhead on the ZendTo server, and needs no temporary disk space or anything, even if the drop-off is huge. It's generated on the fly as your browser downloads it. 2. The "Request a drop-off" functionality is improved. At this point you can enforce encryption on the resulting drop-off, and set the passphrase that will be used. The person sending you the drop-off never finds out what the passphrase is, and they cannot disable the encryption. Also the little red "trash can" buttons in the recipient name autocomplete lists have spread to the "Request a drop-off" form. 3. You can place an announcement in /opt/zendto/config/system-announcement.txt (it can be HTML or plain text). If there is anything in this file it will be shown as a note to all users at the top of the "main menu" and "login" pages. Read the comments above the new preferences.php setting 'systemAnnouncementFilePath' to see exactly how to specify the header and content. Leave the file 0 bytes long and it won't do anything. For the full details, please see the Change Log ( https://zend.to/changelog.php) on the website. I'm heading off to see my folks in Wales for a week's rest, but do let me know if you find any problems. There are still outstanding jobs and features on my To Do list, but they will wait a week or two. P.S. Sorry for the formatting of this email. I'm running macOS Catalina beta 5, which totally broke Thunderbird :-( I'm reliably informed that beta 6 will fix it again! -- Jules Jules at Zend.To -------------- next part -------------- An HTML attachment was scrubbed... URL: From KLE at msktd.com Fri Aug 9 22:20:45 2019 From: KLE at msktd.com (Ken Etter) Date: Fri, 09 Aug 2019 17:20:45 -0400 Subject: [ZendTo] ANNOUNCE: Production release 5.21-1 In-Reply-To: References: <9db7ca67add29434acdcbd34d7379bfd@zend.to> <5D4DDBE802000013001388E8@mail.msktd.com> <5D4DE3AD0200001300138903@mail.msktd.com> Message-ID: Thanks Michael. It appears there isn't an official package for SP4, but maybe I can get it to work regardless. I'll have to dig into this next week. Ken >>> "YOUNG, MICHAEL A." 8/9/2019 5:17 PM >>> On Fri, 9 Aug 2019, Ken Etter via ZendTo wrote: > I'm currently running 5.15-1. I was under the impression that I just needed > to download the latest installer and run it and that would update me to the > latest version. Just tried that, but no version change. So what is the > current process? I'm running on SUSE, so I don't use apt-get or yum. For SUSE you could look at https://software.opensuse.org/download.html?project=utilities&package=jq I am not an expert on SUSE but it looks like you need the utilities repo. Michael Young -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jules at Zend.To Fri Aug 9 23:33:53 2019 From: Jules at Zend.To (Jules Field) Date: Fri, 9 Aug 2019 23:33:53 +0100 Subject: [ZendTo] ANNOUNCE: Production release 5.21-1 In-Reply-To: References: <9db7ca67add29434acdcbd34d7379bfd@zend.to> <5D4DDBE802000013001388E8@mail.msktd.com> <5D4DE3AD0200001300138903@mail.msktd.com> Message-ID: <93166E0D-EF65-4F51-8C28-2D14FE7B3065@Zend.To> Ken, ?jq? is only needed for the automation interface to ZendTo so you can drive it from the command line. The web app itself will work perfectly well without it. jq is a command line utility that can parse JSON and extract values from it. The automation interface replies in JSON. -- Jules > On 9 Aug 2019, at 10:20 pm, Ken Etter via ZendTo wrote: > > Thanks Michael. It appears there isn't an official package for SP4, but maybe I can get it to work regardless. I'll have to dig into this next week. > > Ken > >>> "YOUNG, MICHAEL A." 8/9/2019 5:17 PM >>> > On Fri, 9 Aug 2019, Ken Etter via ZendTo wrote: > > > I'm currently running 5.15-1. I was under the impression that I just needed > > to download the latest installer and run it and that would update me to the > > latest version. Just tried that, but no version change. So what is the > > current process? I'm running on SUSE, so I don't use apt-get or yum. > > For SUSE you could look at > https://software.opensuse.org/download.html?project=utilities&package=jq > > I am not an expert on SUSE but it looks like you need the utilities repo. > > Michael Young > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto -------------- next part -------------- An HTML attachment was scrubbed... URL: From kle at msktd.com Fri Aug 9 23:35:53 2019 From: kle at msktd.com (Ken Etter) Date: Fri, 09 Aug 2019 18:35:53 -0400 Subject: [ZendTo] ANNOUNCE: Production release 5.21-1 In-Reply-To: References: <9db7ca67add29434acdcbd34d7379bfd@zend.to> <5D4DDBE802000013001388E8@mail.msktd.com> <5D4DE3AD0200001300138903@mail.msktd.com> <93166E0D-EF65-4F51-8C28-2D14FE7B3065@Zend.To> <5D4DF551020000130013891F@mail.msktd.com> Message-ID: So is there a way to tell the installer to ignore that error? Ken Sent from my iPhone > On Aug 9, 2019, at 6:34 PM, Jules Field wrote: > > Ken, > > ?jq? is only needed for the automation interface to ZendTo so you can drive it from the command line. The web app itself will work perfectly well without it. > > jq is a command line utility that can parse JSON and extract values from it. The automation interface replies in JSON. > > -- > Jules > >> On 9 Aug 2019, at 10:20 pm, Ken Etter via ZendTo wrote: >> >> Thanks Michael. It appears there isn't an official package for SP4, but maybe I can get it to work regardless. I'll have to dig into this next week. >> >> Ken >> >>> "YOUNG, MICHAEL A." 8/9/2019 5:17 PM >>> >> On Fri, 9 Aug 2019, Ken Etter via ZendTo wrote: >> >> > I'm currently running 5.15-1. I was under the impression that I just needed >> > to download the latest installer and run it and that would update me to the >> > latest version. Just tried that, but no version change. So what is the >> > current process? I'm running on SUSE, so I don't use apt-get or yum. >> >> For SUSE you could look at >> https://software.opensuse.org/download.html?project=utilities&package=jq >> >> I am not an expert on SUSE but it looks like you need the utilities repo. >> >> Michael Young >> _______________________________________________ >> ZendTo mailing list >> ZendTo at zend.to >> http://jul.es/mailman/listinfo/zendto -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jules at Zend.To Sat Aug 10 20:06:19 2019 From: Jules at Zend.To (Jules Field) Date: Sat, 10 Aug 2019 20:06:19 +0100 Subject: [ZendTo] ANNOUNCE: Production release 5.21-1 In-Reply-To: References: <9db7ca67add29434acdcbd34d7379bfd@zend.to> <5D4DDBE802000013001388E8@mail.msktd.com> <5D4DE3AD0200001300138903@mail.msktd.com> <93166E0D-EF65-4F51-8C28-2D14FE7B3065@Zend.To> <5D4DF551020000130013891F@mail.msktd.com> Message-ID: <864C3B92-C27D-4277-A5EC-E9B333AF6DBC@Zend.To> Ken, Zypper will have a command-Line option to tell it to ignore dependencies. I don?t think you should need to run the ZendTo Installer to do this little upgrade. Just tell zypper to upgrade the zendto package, but ignore decencies. Then run /opt/zendto/bin/upgrade -- Jules > On 9 Aug 2019, at 11:35 pm, Ken Etter wrote: > > So is there a way to tell the installer to ignore that error? > Ken > > Sent from my iPhone > >> On Aug 9, 2019, at 6:34 PM, Jules Field wrote: >> >> Ken, >> >> ?jq? is only needed for the automation interface to ZendTo so you can drive it from the command line. The web app itself will work perfectly well without it. >> >> jq is a command line utility that can parse JSON and extract values from it. The automation interface replies in JSON. >> >> -- >> Jules >> >>> On 9 Aug 2019, at 10:20 pm, Ken Etter via ZendTo wrote: >>> >>> Thanks Michael. It appears there isn't an official package for SP4, but maybe I can get it to work regardless. I'll have to dig into this next week. >>> >>> Ken >>> >>> "YOUNG, MICHAEL A." 8/9/2019 5:17 PM >>> >>> On Fri, 9 Aug 2019, Ken Etter via ZendTo wrote: >>> >>> > I'm currently running 5.15-1. I was under the impression that I just needed >>> > to download the latest installer and run it and that would update me to the >>> > latest version. Just tried that, but no version change. So what is the >>> > current process? I'm running on SUSE, so I don't use apt-get or yum. >>> >>> For SUSE you could look at >>> https://software.opensuse.org/download.html?project=utilities&package=jq >>> >>> I am not an expert on SUSE but it looks like you need the utilities repo. >>> >>> Michael Young >>> _______________________________________________ >>> ZendTo mailing list >>> ZendTo at zend.to >>> http://jul.es/mailman/listinfo/zendto -------------- next part -------------- An HTML attachment was scrubbed... URL: From kle at msktd.com Sun Aug 11 02:36:58 2019 From: kle at msktd.com (Ken Etter) Date: Sat, 10 Aug 2019 21:36:58 -0400 Subject: [ZendTo] ANNOUNCE: Production release 5.21-1 In-Reply-To: References: <9db7ca67add29434acdcbd34d7379bfd@zend.to> <5D4DDBE802000013001388E8@mail.msktd.com> <5D4DE3AD0200001300138903@mail.msktd.com> <93166E0D-EF65-4F51-8C28-2D14FE7B3065@Zend.To> <5D4DF551020000130013891F@mail.msktd.com> <864C3B92-C27D-4277-A5EC-E9B333AF6DBC@Zend.To> <5D4F713C0200001300138930@mail.msktd.com> Message-ID: Thanks Jules! That makes sense. And here you are trying to enjoy some down time and I'm pestering you with questions. Relax, have fun, and I will dig into this Monday and try not to bother you. Ken Sent from my iPhone > On Aug 10, 2019, at 3:06 PM, Jules Field wrote: > > Ken, > > Zypper will have a command-Line option to tell it to ignore dependencies. I don?t think you should need to run the ZendTo Installer to do this little upgrade. Just tell zypper to upgrade the zendto package, but ignore decencies. > Then run > /opt/zendto/bin/upgrade > > > -- > Jules > >> On 9 Aug 2019, at 11:35 pm, Ken Etter wrote: >> >> So is there a way to tell the installer to ignore that error? >> Ken >> >> Sent from my iPhone >> >>> On Aug 9, 2019, at 6:34 PM, Jules Field wrote: >>> >>> Ken, >>> >>> ?jq? is only needed for the automation interface to ZendTo so you can drive it from the command line. The web app itself will work perfectly well without it. >>> >>> jq is a command line utility that can parse JSON and extract values from it. The automation interface replies in JSON. >>> >>> -- >>> Jules >>> >>>> On 9 Aug 2019, at 10:20 pm, Ken Etter via ZendTo wrote: >>>> >>>> Thanks Michael. It appears there isn't an official package for SP4, but maybe I can get it to work regardless. I'll have to dig into this next week. >>>> >>>> Ken >>>> >>> "YOUNG, MICHAEL A." 8/9/2019 5:17 PM >>> >>>> On Fri, 9 Aug 2019, Ken Etter via ZendTo wrote: >>>> >>>> > I'm currently running 5.15-1. I was under the impression that I just needed >>>> > to download the latest installer and run it and that would update me to the >>>> > latest version. Just tried that, but no version change. So what is the >>>> > current process? I'm running on SUSE, so I don't use apt-get or yum. >>>> >>>> For SUSE you could look at >>>> https://software.opensuse.org/download.html?project=utilities&package=jq >>>> >>>> I am not an expert on SUSE but it looks like you need the utilities repo. >>>> >>>> Michael Young >>>> _______________________________________________ >>>> ZendTo mailing list >>>> ZendTo at zend.to >>>> http://jul.es/mailman/listinfo/zendto -------------- next part -------------- An HTML attachment was scrubbed... URL: From KLE at msktd.com Mon Aug 12 14:28:57 2019 From: KLE at msktd.com (Ken Etter) Date: Mon, 12 Aug 2019 09:28:57 -0400 Subject: [ZendTo] ANNOUNCE: Production release 5.21-1 In-Reply-To: References: <9db7ca67add29434acdcbd34d7379bfd@zend.to> <5D4DDBE802000013001388E8@mail.msktd.com> <5D4DE3AD0200001300138903@mail.msktd.com> <93166E0D-EF65-4F51-8C28-2D14FE7B3065@Zend.To> <5D4DF551020000130013891F@mail.msktd.com> <864C3B92-C27D-4277-A5EC-E9B333AF6DBC@Zend.To> <5D516999020000130013898E@mail.msktd.com> Message-ID: That worked! Thanks! Ken >>> Jules Field 8/10/2019 3:06 PM >>> Ken, Zypper will have a command-Line option to tell it to ignore dependencies. I don?t think you should need to run the ZendTo Installer to do this little upgrade. Just tell zypper to upgrade the zendto package, but ignore decencies. Then run /opt/zendto/bin/upgrade -- Jules On 9 Aug 2019, at 11:35 pm, Ken Etter wrote: So is there a way to tell the installer to ignore that error? Ken Sent from my iPhone On Aug 9, 2019, at 6:34 PM, Jules Field wrote: Ken, ?jq? is only needed for the automation interface to ZendTo so you can drive it from the command line. The web app itself will work perfectly well without it. jq is a command line utility that can parse JSON and extract values from it. The automation interface replies in JSON. -- Jules On 9 Aug 2019, at 10:20 pm, Ken Etter via ZendTo wrote: Thanks Michael. It appears there isn't an official package for SP4, but maybe I can get it to work regardless. I'll have to dig into this next week. Ken >>> "YOUNG, MICHAEL A." 8/9/2019 5:17 PM >>> On Fri, 9 Aug 2019, Ken Etter via ZendTo wrote: > I'm currently running 5.15-1. I was under the impression that I just needed > to download the latest installer and run it and that would update me to the > latest version. Just tried that, but no version change. So what is the > current process? I'm running on SUSE, so I don't use apt-get or yum. For SUSE you could look at https://software.opensuse.org/download.html?project=utilities&package=jq I am not an expert on SUSE but it looks like you need the utilities repo. Michael Young _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto -------------- next part -------------- An HTML attachment was scrubbed... URL: From Nigel.Kendrick at kineo.com Sat Aug 17 08:38:51 2019 From: Nigel.Kendrick at kineo.com (Nigel Kendrick) Date: Sat, 17 Aug 2019 07:38:51 +0000 Subject: [ZendTo] ANNOUNCE: Production release 5.21-1 In-Reply-To: References: <9db7ca67add29434acdcbd34d7379bfd@zend.to> <5D4DDBE802000013001388E8@mail.msktd.com> <5D4DE3AD0200001300138903@mail.msktd.com> <93166E0D-EF65-4F51-8C28-2D14FE7B3065@Zend.To> <5D4DF551020000130013891F@mail.msktd.com> <864C3B92-C27D-4277-A5EC-E9B333AF6DBC@Zend.To> <5D516999020000130013898E@mail.msktd.com> Message-ID: Hi Jules, I?ve installed the upgrade ? great to have the announcements option! A few small issues: * I am using a png version of the company logo with a transparent background and this used to overhang the main white area, but now it?s half behind it!? How best to fix this in a way that isn?t reverted on the next update? * I have a different image for the dropbox icon on the ?about? page and this gets reverted every upgrade ? have I missed a config option to set this, or can there be one? * During the upgrade, something was displayed about a cookies length setting issue ? it scrolled off the screen very quickly and I was performing the upgrade through a vmware remote console window and there?s no scrollback! What do I have to change!? Thanks as ever Nigel Kendrick ----------------------------------------------------------------------------------------------------------------------------------------- This email message has been delivered safely and archived online by Mimecast. For more information please visit http://www.mimecast.com ----------------------------------------------------------------------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jules at Zend.To Thu Aug 22 10:04:49 2019 From: Jules at Zend.To (Jules) Date: Thu, 22 Aug 2019 10:04:49 +0100 Subject: [ZendTo] ANNOUNCE: Production release 5.21-1 In-Reply-To: References: <9db7ca67add29434acdcbd34d7379bfd@zend.to> <864C3B92-C27D-4277-A5EC-E9B333AF6DBC@Zend.To> <5D516999020000130013898E@mail.msktd.com> Message-ID: Nigel, Sorry for the delay, I've been supposedly on holiday for a week visiting my elderly parents in Wales, but managed to wind up in hospital (only 2 days!) instead. On 17/08/2019 8:38 am, Nigel Kendrick via ZendTo wrote: > > Hi Jules, > > I?ve installed the upgrade ? great to have the announcements option! > > A few small issues: > > * I am using a png version of the company logo with a transparent > background and this used to overhang the main white area, but now > it?s half behind it!? How best to fix this in a way that isn?t > reverted on the next update? > Add some over-riding CSS to /opt/zendto/www/css/local.css. If you take a look in /opt/zendto/www/css/swish2.css, search for "logo". There you'll find #logo and #logoxclip. If you over-ride their definitions by adding new ones in local.css, those changes will survive future upgrades. Sorry I had to mess with the logo's CSS, but space on that top line was getting very tight for some languages. > * > > > * I have a different image for the dropbox icon on the ?about? page > and this gets reverted every upgrade ? have I missed a config > option to set this, or can there be one? > I have just changed the rpm and deb packages so that logo is now treated as a "config file" and therefore won't be overwritten in upgrades if you change it. BTW what picture are you using? I would very much like to use something better if I can!! > * > > > * During the upgrade, something was displayed about a cookies length > setting issue ? it scrolled off the screen very quickly and I was > performing the upgrade through a vmware remote console window and > there?s no scrollback! What do I have to change!? > Run /opt/zendto/sbin/genCookieSecret.php That will print out a new line that you should copy and paste into preferences.php to replace the existing value for that setting. It's just that if you set an encryption passphrase when requesting a drop-off, that passphrase now actually has to be stored in the ZendTo database (until the drop-off is created, at which point the passphrase is wiped again). So I needed to use a much better random number as the "shared key" for that encryption process. BTW in a VMware remote console window, shift+pageup and shift+pagedown should still give you a fair amount of scrollback history on most Linuxes. Not perfect, but better than nothing. (I run a vSphere at home. It's a form of masochism I know... :-) Cheers, Jules. > * > > Thanks as ever > > Nigel Kendrick > > > > ------------------------------------------------------------------------ > This email message has been delivered safely and archived online by > Mimecast. > For more information please visit http://www.mimecast.com > ------------------------------------------------------------------------ > > _______________________________________________ > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Matt.Broughton at tamusa.edu Fri Aug 23 20:39:21 2019 From: Matt.Broughton at tamusa.edu (Matt Broughton) Date: Fri, 23 Aug 2019 19:39:21 +0000 Subject: [ZendTo] Odd 'pause' on random page load References: <24ED2061-C69C-4F21-A362-666E93A5C71F@tamusa.edu> Message-ID: Good afternoon, I?ve got everything configured and working with zendto, I?m not getting any error messages in the browser or logs. There is this really odd 2-2.5 minute pause when randomly loading pages, even if there?s nothing large on the page. Sometimes clicking the link again makes it load instantly, other times (specifically logging in) resubmitting doesn?t work. But not every login hangs either. Has anyone seen something like this before? Matt Broughton Enterprise Systems Engineer Texas A&M University - San Antonio Matt.Broughton at tamusa.edu One University Way, San Antonio, TX -------------- next part -------------- An HTML attachment was scrubbed... URL: From zend.to at neilzone.co.uk Fri Aug 23 21:00:41 2019 From: zend.to at neilzone.co.uk (zend.to at neilzone.co.uk) Date: Fri, 23 Aug 2019 21:00:41 +0100 Subject: [ZendTo] Odd 'pause' on random page load In-Reply-To: References: <24ED2061-C69C-4F21-A362-666E93A5C71F@tamusa.edu> Message-ID: > On 23 Aug 2019, at 20:39, Matt Broughton via ZendTo wrote: > > I?m not getting any error messages in the browser or logs. Not something I?ve seen before ? and there?s nothing in the php or apache error logs? Neil -------------- next part -------------- An HTML attachment was scrubbed... URL: From Matt.Broughton at tamusa.edu Fri Aug 23 21:07:03 2019 From: Matt.Broughton at tamusa.edu (Matt Broughton) Date: Fri, 23 Aug 2019 20:07:03 +0000 Subject: [ZendTo] Odd 'pause' on random page load In-Reply-To: References: <24ED2061-C69C-4F21-A362-666E93A5C71F@tamusa.edu> Message-ID: Nothing, I?ve enabled debug logging. There are no warnings or errors, only info. Matt Broughton Enterprise Systems Engineer Texas A&M University - San Antonio Matt.Broughton at tamusa.edu One University Way, San Antonio, TX From: ZendTo on behalf of Neil via ZendTo Reply-To: ZendTo Users Date: Friday, August 23, 2019 at 3:01 PM To: ZendTo Users Cc: "zend.to at neilzone.co.uk" Subject: Re: [ZendTo] Odd 'pause' on random page load On 23 Aug 2019, at 20:39, Matt Broughton via ZendTo > wrote: I?m not getting any error messages in the browser or logs. Not something I?ve seen before ? and there?s nothing in the php or apache error logs? Neil -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jules at Zend.To Sat Aug 24 10:32:13 2019 From: Jules at Zend.To (Jules Field) Date: Sat, 24 Aug 2019 10:32:13 +0100 Subject: [ZendTo] Odd 'pause' on random page load In-Reply-To: References: <24ED2061-C69C-4F21-A362-666E93A5C71F@tamusa.edu> Message-ID: <750EA207-A205-4845-A004-7BD909590285@Zend.To> My tried and trusted answer to ones like this is ?it?s always a DNS problem?. Use your browser performance tools to watch what?s happening and when as it starts to load a page. That may give some clues. Also, try creating a static page that just says ?Hello,world!? In the /opt/zendto/www directory. Does that page suffer the same symptoms? Are you using MySQL rather than SQLite as the DB back-end? If so, it might be a DB server problem. Let us know how you get on. -- Jules > On 23 Aug 2019, at 9:07 pm, Matt Broughton via ZendTo wrote: > > Nothing, I?ve enabled debug logging. There are no warnings or errors, only info. > > Matt Broughton > Enterprise Systems Engineer > Texas A&M University - San Antonio > Matt.Broughton at tamusa.edu > One University Way, San Antonio, TX > > > > From: ZendTo on behalf of Neil via ZendTo > Reply-To: ZendTo Users > Date: Friday, August 23, 2019 at 3:01 PM > To: ZendTo Users > Cc: "zend.to at neilzone.co.uk" > Subject: Re: [ZendTo] Odd 'pause' on random page load > > > > > On 23 Aug 2019, at 20:39, Matt Broughton via ZendTo wrote: > > I?m not getting any error messages in the browser or logs. > > Not something I?ve seen before ? and there?s nothing in the php or apache error logs? > > Neil > > > > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto -------------- next part -------------- An HTML attachment was scrubbed... URL: From Matt.Broughton at tamusa.edu Sun Aug 25 05:29:55 2019 From: Matt.Broughton at tamusa.edu (Matt Broughton) Date: Sun, 25 Aug 2019 04:29:55 +0000 Subject: [ZendTo] Odd 'pause' on random page load In-Reply-To: References: <24ED2061-C69C-4F21-A362-666E93A5C71F@tamusa.edu> <750EA207-A205-4845-A004-7BD909590285@Zend.To>, Message-ID: I?ve already tried all of the above, static page doesn?t exhibit the same symptoms. It always loads. I?m still using SQLite, that process shows no signs of increased load during the times the page hangs. The closest I?ve been able to see in the Apache debug logs is during the header debug info, the pause comes between the last header load and the first mod_ssl load message. When it loads normally they all display together, when there?s a pause that?s where the gap is. But there are no errors generated. I?m honestly baffled, I?ve tried with SSL stapling and without, the issue is the same so I don?t think it?s there. Is it possible to disable the headers? Matt Broughton Enterprise Systems Engineer Texas A&M - San Antonio matt.broughton at tamusa.edu Sent from a mobile device, please excuse any mistakes. ________________________________ From: Jules Field Sent: Saturday, August 24, 2019 4:32:13 AM To: ZendTo Users Cc: Matt Broughton Subject: Re: [ZendTo] Odd 'pause' on random page load My tried and trusted answer to ones like this is ?it?s always a DNS problem?. Use your browser performance tools to watch what?s happening and when as it starts to load a page. That may give some clues. Also, try creating a static page that just says ?Hello,world!? In the /opt/zendto/www directory. Does that page suffer the same symptoms? Are you using MySQL rather than SQLite as the DB back-end? If so, it might be a DB server problem. Let us know how you get on. -- Jules On 23 Aug 2019, at 9:07 pm, Matt Broughton via ZendTo > wrote: Nothing, I?ve enabled debug logging. There are no warnings or errors, only info. Matt Broughton Enterprise Systems Engineer Texas A&M University - San Antonio Matt.Broughton at tamusa.edu One University Way, San Antonio, TX From: ZendTo > on behalf of Neil via ZendTo > Reply-To: ZendTo Users > Date: Friday, August 23, 2019 at 3:01 PM To: ZendTo Users > Cc: "zend.to at neilzone.co.uk" > Subject: Re: [ZendTo] Odd 'pause' on random page load On 23 Aug 2019, at 20:39, Matt Broughton via ZendTo > wrote: I?m not getting any error messages in the browser or logs. Not something I?ve seen before ? and there?s nothing in the php or apache error logs? Neil _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jules at Zend.To Sun Aug 25 11:37:11 2019 From: Jules at Zend.To (Jules Field) Date: Sun, 25 Aug 2019 11:37:11 +0100 Subject: [ZendTo] Odd 'pause' on random page load In-Reply-To: References: <24ED2061-C69C-4F21-A362-666E93A5C71F@tamusa.edu> <750EA207-A205-4845-A004-7BD909590285@Zend.To> Message-ID: Matt, Try disabling the automatic http->https redirection. Then try accessing the pages as http only. Does that change the behaviour at all? The https security headers are sent by a little function called something like sendHTTPsecurityheaders which is most likely defined in /opt/zendto/lib/NSSUtils.php. Look for ?send? in that file and you?ll probably find it. Edit that function and just add a line saying ?return;? as the first line of the function. Let us know if that helps. -- Jules > On 25 Aug 2019, at 5:29 am, Matt Broughton via ZendTo wrote: > > I?ve already tried all of the above, static page doesn?t exhibit the same symptoms. It always loads. I?m still using SQLite, that process shows no signs of increased load during the times the page hangs. > > The closest I?ve been able to see in the Apache debug logs is during the header debug info, the pause comes between the last header load and the first mod_ssl load message. > > When it loads normally they all display together, when there?s a pause that?s where the gap is. But there are no errors generated. > > I?m honestly baffled, I?ve tried with SSL stapling and without, the issue is the same so I don?t think it?s there. > > Is it possible to disable the headers? > > Matt Broughton > Enterprise Systems Engineer > Texas A&M - San Antonio > matt.broughton at tamusa.edu > > > Sent from a mobile device, please excuse any mistakes. > From: Jules Field > Sent: Saturday, August 24, 2019 4:32:13 AM > To: ZendTo Users > Cc: Matt Broughton > Subject: Re: [ZendTo] Odd 'pause' on random page load > > My tried and trusted answer to ones like this is ?it?s always a DNS problem?. > > Use your browser performance tools to watch what?s happening and when as it starts to load a page. That may give some clues. > > Also, try creating a static page that just says ?Hello,world!? In the /opt/zendto/www directory. Does that page suffer the same symptoms? > > Are you using MySQL rather than SQLite as the DB back-end? If so, it might be a DB server problem. > > Let us know how you get on. > > -- > Jules > > On 23 Aug 2019, at 9:07 pm, Matt Broughton via ZendTo wrote: > >> Nothing, I?ve enabled debug logging. There are no warnings or errors, only info. >> >> Matt Broughton >> Enterprise Systems Engineer >> Texas A&M University - San Antonio >> Matt.Broughton at tamusa.edu >> One University Way, San Antonio, TX >> >> >> >> From: ZendTo on behalf of Neil via ZendTo >> Reply-To: ZendTo Users >> Date: Friday, August 23, 2019 at 3:01 PM >> To: ZendTo Users >> Cc: "zend.to at neilzone.co.uk" >> Subject: Re: [ZendTo] Odd 'pause' on random page load >> >> >> >> >> On 23 Aug 2019, at 20:39, Matt Broughton via ZendTo wrote: >> >> I?m not getting any error messages in the browser or logs. >> >> Not something I?ve seen before ? and there?s nothing in the php or apache error logs? >> >> Neil >> >> >> >> >> _______________________________________________ >> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Matt.Broughton at tamusa.edu Sun Aug 25 16:42:27 2019 From: Matt.Broughton at tamusa.edu (Matt Broughton) Date: Sun, 25 Aug 2019 15:42:27 +0000 Subject: [ZendTo] Odd 'pause' on random page load In-Reply-To: References: <24ED2061-C69C-4F21-A362-666E93A5C71F@tamusa.edu> <750EA207-A205-4845-A004-7BD909590285@Zend.To> , Message-ID: That I haven?t done yet, I?ll report back tomorrow after trying it! Matt Broughton Enterprise Systems Engineer Texas A&M - San Antonio matt.broughton at tamusa.edu Sent from a mobile device, please excuse any mistakes. ________________________________ From: Jules Field Sent: Sunday, August 25, 2019 5:37:11 AM To: ZendTo Users Cc: Matt Broughton Subject: Re: [ZendTo] Odd 'pause' on random page load Matt, Try disabling the automatic http->https redirection. Then try accessing the pages as http only. Does that change the behaviour at all? The https security headers are sent by a little function called something like sendHTTPsecurityheaders which is most likely defined in /opt/zendto/lib/NSSUtils.php. Look for ?send? in that file and you?ll probably find it. Edit that function and just add a line saying ?return;? as the first line of the function. Let us know if that helps. -- Jules On 25 Aug 2019, at 5:29 am, Matt Broughton via ZendTo > wrote: I?ve already tried all of the above, static page doesn?t exhibit the same symptoms. It always loads. I?m still using SQLite, that process shows no signs of increased load during the times the page hangs. The closest I?ve been able to see in the Apache debug logs is during the header debug info, the pause comes between the last header load and the first mod_ssl load message. When it loads normally they all display together, when there?s a pause that?s where the gap is. But there are no errors generated. I?m honestly baffled, I?ve tried with SSL stapling and without, the issue is the same so I don?t think it?s there. Is it possible to disable the headers? Matt Broughton Enterprise Systems Engineer Texas A&M - San Antonio matt.broughton at tamusa.edu Sent from a mobile device, please excuse any mistakes. ________________________________ From: Jules Field > Sent: Saturday, August 24, 2019 4:32:13 AM To: ZendTo Users > Cc: Matt Broughton > Subject: Re: [ZendTo] Odd 'pause' on random page load My tried and trusted answer to ones like this is ?it?s always a DNS problem?. Use your browser performance tools to watch what?s happening and when as it starts to load a page. That may give some clues. Also, try creating a static page that just says ?Hello,world!? In the /opt/zendto/www directory. Does that page suffer the same symptoms? Are you using MySQL rather than SQLite as the DB back-end? If so, it might be a DB server problem. Let us know how you get on. -- Jules On 23 Aug 2019, at 9:07 pm, Matt Broughton via ZendTo > wrote: Nothing, I?ve enabled debug logging. There are no warnings or errors, only info. Matt Broughton Enterprise Systems Engineer Texas A&M University - San Antonio Matt.Broughton at tamusa.edu One University Way, San Antonio, TX From: ZendTo > on behalf of Neil via ZendTo > Reply-To: ZendTo Users > Date: Friday, August 23, 2019 at 3:01 PM To: ZendTo Users > Cc: "zend.to at neilzone.co.uk" > Subject: Re: [ZendTo] Odd 'pause' on random page load On 23 Aug 2019, at 20:39, Matt Broughton via ZendTo > wrote: I?m not getting any error messages in the browser or logs. Not something I?ve seen before ? and there?s nothing in the php or apache error logs? Neil _______________________________________________ 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From cbritton1978 at yahoo.com Mon Aug 26 23:53:54 2019 From: cbritton1978 at yahoo.com (Corey Britton) Date: Mon, 26 Aug 2019 22:53:54 +0000 (UTC) Subject: [ZendTo] Fresh Install Of ZendTo References: <434844961.2950702.1566860034494.ref@mail.yahoo.com> <434844961.2950702.1566860034494@mail.yahoo.com> Message-ID: Hello, I am hoping you can help me out. I am trying ZendTo for the first time. I went thru the setup and entered the mail setup information. Rebooted the machine and added an user. Tried to send a file and received a SMTP error so I looked at the mail server's logs and when the connection is being made it's showing the user being?helpdesk at zend.to. I've double checked the preferences file. It has the correct information in it. Not sure why it's doing it. I've tried it on CentOS 7 and Unbuntu 18 both have the same results. ? 'SMTPserver'? ?=> 'smtp.brittaero.com', // If blank, will use PHP mail(). See$? // SMTP port number. Usually 25, 465 or 587.? 'SMTPport'? ? ?=> 587,? // What encryption to use: must be '' (for no encryption) or 'tls'? // (or 'ssl' which is deprecated)? 'SMTPsecure'? ?=> 'tls',? // Do you need to authenticate to your SMTP server?? // If not, leave SMTPusername set to ''.? // If you do, set the username and password.? 'SMTPusername' => 'autorespond',?'SMTPpassword' => 'somepassword', Thanks, Corey -------------- next part -------------- An HTML attachment was scrubbed... URL: From ssilva at sgvwater.com Tue Aug 27 00:02:00 2019 From: ssilva at sgvwater.com (Scott Silva) Date: Mon, 26 Aug 2019 23:02:00 +0000 Subject: [ZendTo] Fresh Install Of ZendTo In-Reply-To: References: <434844961.2950702.1566860034494.ref@mail.yahoo.com> <434844961.2950702.1566860034494@mail.yahoo.com> <54D3F6A07E3F2A4AAD4CBA73922025F4206DD936@FONEXCH01.sgvwc.local> Message-ID: That looks like that would be in the setting ?EmailSenderAddress? in the file Zendto.conf From: ZendTo On Behalf Of Corey Britton via ZendTo Sent: Monday, August 26, 2019 3:54 PM To: zendto at zend.to Cc: Corey Britton Subject: [ZendTo] Fresh Install Of ZendTo Hello, I am hoping you can help me out. I am trying ZendTo for the first time. I went thru the setup and entered the mail setup information. Rebooted the machine and added an user. Tried to send a file and received a SMTP error so I looked at the mail server's logs and when the connection is being made it's showing the user being helpdesk at zend.to. I've double checked the preferences file. It has the correct information in it. Not sure why it's doing it. I've tried it on CentOS 7 and Unbuntu 18 both have the same results. 'SMTPserver' => 'smtp.brittaero.com', // If blank, will use PHP mail(). See$ // SMTP port number. Usually 25, 465 or 587. 'SMTPport' => 587, // What encryption to use: must be '' (for no encryption) or 'tls' // (or 'ssl' which is deprecated) 'SMTPsecure' => 'tls', // Do you need to authenticate to your SMTP server? // If not, leave SMTPusername set to ''. // If you do, set the username and password. 'SMTPusername' => 'autorespond', 'SMTPpassword' => 'somepassword', Thanks, Corey -------------- next part -------------- An HTML attachment was scrubbed... URL: From cbritton1978 at yahoo.com Tue Aug 27 01:44:39 2019 From: cbritton1978 at yahoo.com (Corey Britton) Date: Tue, 27 Aug 2019 00:44:39 +0000 (UTC) Subject: [ZendTo] Fresh Install Of ZendTo In-Reply-To: References: <434844961.2950702.1566860034494.ref@mail.yahoo.com> <434844961.2950702.1566860034494@mail.yahoo.com> <54D3F6A07E3F2A4AAD4CBA73922025F4206DD936@FONEXCH01.sgvwc.local> <1396426254.229172.1566866679033@mail.yahoo.com> Message-ID: That fixed it thanks! On Monday, August 26, 2019, 07:02:24 PM EDT, Scott Silva via ZendTo wrote: That looks like that would be in the setting ?EmailSenderAddress? in the file Zendto.conf ? ? From: ZendTo On Behalf Of Corey Britton via ZendTo Sent: Monday, August 26, 2019 3:54 PM To: zendto at zend.to Cc: Corey Britton Subject: [ZendTo] Fresh Install Of ZendTo ? Hello, ? I am hoping you can help me out. I am trying ZendTo for the first time. I went thru the setup and entered the mail setup information. Rebooted the machine and added an user. Tried to send a file and received a SMTP error so I looked at the mail server's logs and when the connection is being made it's showing the user being?helpdesk at zend.to. I've double checked the preferences file. It has the correct information in it. Not sure why it's doing it. I've tried it on CentOS 7 and Unbuntu 18 both have the same results. ? ? ? 'SMTPserver'? ?=> 'smtp.brittaero.com', // If blank, will use PHP mail(). See$ ? // SMTP port number. Usually 25, 465 or 587. ? 'SMTPport'? ? ?=> 587, ? // What encryption to use: must be '' (for no encryption) or 'tls' ? // (or 'ssl' which is deprecated) ? 'SMTPsecure'? ?=> 'tls', ? // Do you need to authenticate to your SMTP server? ? // If not, leave SMTPusername set to ''. ? // If you do, set the username and password. ? 'SMTPusername' => 'autorespond', ?'SMTPpassword' => 'somepassword', ? ? ? Thanks, ? Corey ? _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jules at Zend.To Tue Aug 27 11:31:43 2019 From: Jules at Zend.To (Jules) Date: Tue, 27 Aug 2019 11:31:43 +0100 Subject: [ZendTo] ANNOUNCE: 5.21-2 production release Message-ID: <26d0bebf-2e72-5744-3fc8-5c22da68cb7d@Zend.To> Morning all! I've just released 5.21-2. You can upgrade with a simple "yum upgrade zendto" or "sudo apt update && sudo apt upgrade zendto", or else see ??? https://zend.to/downloads.php for other routes. Don't forget to run /opt/zendto/bin/upgrade afterwards, to update your config files! This is mostly just bug-fixes that have come to light since 5.21-1, but also a few UI optimisations so it now spots you putting an email address into a recipient's "Name" box and moves it to the right box for you, which saves a few keystrokes or mouse clicks. I have also added to the Installer, so that it now sets up zendto.conf for you as well. Hopefully this will help reduce the amount of email I get at "helpdesk at zend.to" which is the default email sender address in zendto.conf! :-) Here is the full Change Log: - Fixed bug where 'authLDAPUsernameAttribute[123]' setting would have ? no effect when authenticating with AD. - Fixed bug where deleting recipients in the new drop-off form, other ? than the last ones in the list, could cause other recipients to be ? missed. - Improved intelligence of "new request" and "new drop-off" forms: ? if you enter an email address into the name box, it will be moved ? automatically to the email box (if that was empty). - In "new drop-off" form, instead of displaying an alert if there are ? no recipients, it now just shows the "Add Recipient" box. - "New request" form now works even if no recipient name specified. ? Any resulting emails are re-worded appropriately. - Clicking the "copy link to clipboard" button now makes it obvious that ? something did happen. - Improved Installer to configure zendto.conf file as well. Any comments or issues, please do get in touch straightaway. Cheers, 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Nigel.Kendrick at kineo.com Tue Aug 27 13:53:18 2019 From: Nigel.Kendrick at kineo.com (Nigel Kendrick) Date: Tue, 27 Aug 2019 12:53:18 +0000 Subject: [ZendTo] AD Authentication issue when using full email address as login? References: Message-ID: Hi Jules, Everyone. Although users were advised that they just need to use the first part of their AD/Email address to login (e.g.: nigel.kendrick), someone has inadvertently keyed in the whole lot including the @emaildomain.com - this gets them through the front door, but then any major operations result in "Access denied, this feature is only available to users who have logged in." This is the same in FF and Chrome. Are there any config options relevant to this, or does it merit a change in some parsing code? PS: Upgraded to 5.21-2 this morning. Thanks Nigel Kendrick ----------------------------------------------------------------------------------------------------------------------------------------- This email message has been delivered safely and archived online by Mimecast. For more information please visit http://www.mimecast.com ----------------------------------------------------------------------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From Nigel.Kendrick at kineo.com Tue Aug 27 14:10:27 2019 From: Nigel.Kendrick at kineo.com (Nigel Kendrick) Date: Tue, 27 Aug 2019 13:10:27 +0000 Subject: [ZendTo] ANNOUNCE: Production release 5.21-1 In-Reply-To: References: <9db7ca67add29434acdcbd34d7379bfd@zend.to> <864C3B92-C27D-4277-A5EC-E9B333AF6DBC@Zend.To> <5D516999020000130013898E@mail.msktd.com> Message-ID: Thanks Jules ? confirming that the logo is fixed by adding the following to the local css file with the change shown in bold? #logo { float: right; height: 60px; /* line-height: 60px; */ padding-left: 25px; padding-right: 20px; text-decoration: none; font-weight: bold; color: #a5abb0; font-size: 3.5em; text-shadow: 1px 1px 0px #fbfbfb; max-width: 270px; overflow: visible; } During the update to 5.21-2 this morning, I noticed that the customised dropbox logo was spotted and I was given the option to keep it ? thanks! The image I used was based on this one which suits our corporate colour scheme: http://www.clker.com/ ?Free Clip Art You Can Use For Anything You Like.? http://www.clker.com/cliparts/Q/Z/H/O/2/3/padlock-hi.png Hope your recovery is going well. Nigel Kendrick From: ZendTo On Behalf Of Jules via ZendTo Sent: 22 August 2019 10:05 To: Nigel Kendrick via ZendTo Cc: Jules Subject: Re: [ZendTo] ANNOUNCE: Production release 5.21-1 This email originated from outside of our organisation. ________________________________ Nigel, Sorry for the delay, I've been supposedly on holiday for a week visiting my elderly parents in Wales, but managed to wind up in hospital (only 2 days!) instead. On 17/08/2019 8:38 am, Nigel Kendrick via ZendTo wrote: Hi Jules, I?ve installed the upgrade ? great to have the announcements option! A few small issues: * I am using a png version of the company logo with a transparent background and this used to overhang the main white area, but now it?s half behind it!? How best to fix this in a way that isn?t reverted on the next update? Add some over-riding CSS to /opt/zendto/www/css/local.css. If you take a look in /opt/zendto/www/css/swish2.css, search for "logo". There you'll find #logo and #logoxclip. If you over-ride their definitions by adding new ones in local.css, those changes will survive future upgrades. Sorry I had to mess with the logo's CSS, but space on that top line was getting very tight for some languages. * * I have a different image for the dropbox icon on the ?about? page and this gets reverted every upgrade ? have I missed a config option to set this, or can there be one? I have just changed the rpm and deb packages so that logo is now treated as a "config file" and therefore won't be overwritten in upgrades if you change it. BTW what picture are you using? I would very much like to use something better if I can!! * * During the upgrade, something was displayed about a cookies length setting issue ? it scrolled off the screen very quickly and I was performing the upgrade through a vmware remote console window and there?s no scrollback! What do I have to change!? Run /opt/zendto/sbin/genCookieSecret.php That will print out a new line that you should copy and paste into preferences.php to replace the existing value for that setting. It's just that if you set an encryption passphrase when requesting a drop-off, that passphrase now actually has to be stored in the ZendTo database (until the drop-off is created, at which point the passphrase is wiped again). So I needed to use a much better random number as the "shared key" for that encryption process. BTW in a VMware remote console window, shift+pageup and shift+pagedown should still give you a fair amount of scrollback history on most Linuxes. Not perfect, but better than nothing. (I run a vSphere at home. It's a form of masochism I know... :-) Cheers, Jules. * Thanks as ever Nigel Kendrick ----------------------------------------------------------------------------------------------------------------------------------------- This email message has been delivered safely and archived online by Mimecast. For more information please visit http://www.mimecast.com ----------------------------------------------------------------------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From TZimmerman at fsu.edu Tue Aug 27 16:53:22 2019 From: TZimmerman at fsu.edu (Travis Zimmerman) Date: Tue, 27 Aug 2019 15:53:22 +0000 Subject: [ZendTo] custom authenticators in preference.php References: Message-ID: A while back you suggested that I should make a custom authenticator to deal our separate domains for students and staff, which has been working out great for us so far. Thanks for that suggestion. I noticed when I ran the update script that the stanza for my authenticator gets marked as obsolete, would it be possible to add a prefs.d directory to stick custom preferences like mine in so that they get loaded along with the main preference file but the update script doesn?t mark them as obsolete? Just out of curiosity do we need the individual authenticator attributes, since we could just use the Multi authenticator attribute? If we just want one auth method, we could only put in one method instead. ?authMultiAuthenticators? => array(?LDAP?), I don?t think you will find much in my code for my custom authenticator useful for others but I said I would send it to you in case there is anything of use. Most of the code is still your code and I just made some minor adjustments to use different attributes, as the AD admins had put the e-mail/username in a non-standard attribute. One thing that was handy for me to reduce errors was to use the domain part of the e-mail address to restrict users from being tested in the wrong domain, in my case I didn?t want staff/faculty being authenticated in the student AD. Just a simple compare of the e-mail domain against the authMyFSUAccountSuffix attribute. // Custom MyFSU authenticator // 'authenticator' => 'MyFSU', 'authMyFSUServers' => array(?cloud.server.url'), 'authMyFSUBaseDN' => 'DC=cloud,DC=server,DC=url', 'authMyFSUAccountSuffix' => ?@my.fsu.edu', 'authMyFSUUseSSL' => false, 'authMyFSUUseTLS' => true, 'authMyFSUBindUser' => ?', 'authMyFSUBindPass' => ?', 'authMyFSUOrg' => 'Florida State University', ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: NSSMyFSUAuthenticator.php Type: text/php Size: 20634 bytes Desc: NSSMyFSUAuthenticator.php URL: From Jules at Zend.To Wed Aug 28 14:50:11 2019 From: Jules at Zend.To (Jules) Date: Wed, 28 Aug 2019 14:50:11 +0100 Subject: [ZendTo] ANNOUNCE: Production release 5.21-1 In-Reply-To: References: <9db7ca67add29434acdcbd34d7379bfd@zend.to> <5D516999020000130013898E@mail.msktd.com> Message-ID: <9ffc8b03-55cb-ff8b-2ae7-b96cc4b8c4ee@Zend.To> Nigel, As you haven't changed the other settings for #logo, all you should need to put in local.css is this: #logo { ??? overflow: visible; } as that is the only property you need to over-ride. Cheers, Jules. P.S. Recovery has been terminated. I appear to probably have a recurrence of gallstone/gallbladder issues I had 6 years ago. So far I've had a continuous thumping headache and fever for just over 2 weeks. I'm seeing my consultant next Tuesday evening, hopefully he'll be able to get the necessary tests and scans done pretty quickly so they can come up with a plan of attack. The last time this happened, it took 8 operations over 9 months, most of which time I had chest drains fitted. I sure hope it's quicker and easier this time! (but Interventional Radiology is *dead cool*) On 27/08/2019 2:10 pm, Nigel Kendrick via ZendTo wrote: > > Thanks Jules ? confirming that the logo is fixed by adding the > following to the local css file with the change shown in bold? > > #logo { > > float: right; > > height: 60px; > > /* line-height: 60px; */ > > padding-left: 25px; > > padding-right: 20px; > > text-decoration: none; > > font-weight: bold; > > color: #a5abb0; > > font-size: 3.5em; > > text-shadow: 1px 1px 0px #fbfbfb; > > max-width: 270px; > > *overflow: visible;*** > > } > > During the update to 5.21-2 this morning, I noticed that the > customised dropbox logo was spotted and I was given the option to keep > it ? thanks! The image I used was based on this one which suits our > corporate colour scheme: > > http://www.clker.com/ ?Free Clip Art You Can Use For Anything You Like.? > > http://www.clker.com/cliparts/Q/Z/H/O/2/3/padlock-hi.png > > Hope your recovery is going well. > > *Nigel Kendrick* > > *From:*ZendTo *On Behalf Of *Jules via ZendTo > *Sent:* 22 August 2019 10:05 > *To:* Nigel Kendrick via ZendTo > *Cc:* Jules > *Subject:* Re: [ZendTo] ANNOUNCE: Production release 5.21-1 > > *This email originated from outside of our organisation.* > > ------------------------------------------------------------------------ > > Nigel, > > Sorry for the delay, I've been supposedly on holiday for a week > visiting my elderly parents in Wales, but managed to wind up in > hospital (only 2 days!) instead. > > On 17/08/2019 8:38 am, Nigel Kendrick via ZendTo wrote: > > Hi Jules, > > I?ve installed the upgrade ? great to have the announcements option! > > A few small issues: > > * I am using a png version of the company logo with a > transparent background and this used to overhang the main > white area, but now it?s half behind it!? How best to fix this > in a way that isn?t reverted on the next update? > > Add some over-riding CSS to /opt/zendto/www/css/local.css. > If you take a look in /opt/zendto/www/css/swish2.css, search for "logo". > There you'll find #logo and #logoxclip. > If you over-ride their definitions by adding new ones in local.css, > those changes will survive future upgrades. > > Sorry I had to mess with the logo's CSS, but space on that top line > was getting very tight for some languages. > > > * > * I have a different image for the dropbox icon on the ?about? > page and this gets reverted every upgrade ? have I missed a > config option to set this, or can there be one? > > I have just changed the rpm and deb packages so that logo is now > treated as a "config file" and therefore won't be overwritten in > upgrades if you change it. > > BTW what picture are you using? I would very much like to use > something better if I can!! > > > * > * During the upgrade, something was displayed about a cookies > length setting issue ? it scrolled off the screen very quickly > and I was performing the upgrade through a vmware remote > console window and there?s no scrollback! What do I have to > change!? > > Run > /opt/zendto/sbin/genCookieSecret.php > That will print out a new line that you should copy and paste into > preferences.php to replace the existing value for that setting. > > It's just that if you set an encryption passphrase when requesting a > drop-off, that passphrase now actually has to be stored in the ZendTo > database (until the drop-off is created, at which point the passphrase > is wiped again). > > So I needed to use a much better random number as the "shared key" for > that encryption process. > > BTW in a VMware remote console window, shift+pageup and shift+pagedown > should still give you a fair amount of scrollback history on most > Linuxes. Not perfect, but better than nothing. (I run a vSphere at > home. It's a form of masochism I know... :-) > > Cheers, > Jules. > > > > * > > Thanks as ever > > Nigel Kendrick > > > > ------------------------------------------------------------------------ > This email message has been delivered safely and archived online by > Mimecast. > For more information please visit http://www.mimecast.com > ------------------------------------------------------------------------ > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto Jules -- Julian Field MEng CEng CITP MBCS MIEEE MACM 'What happened in the past that was painful, has a great deal to do with what we are today.' - William Glasser www.Zend.To Twitter: @JulesFM -------------- next part -------------- An HTML attachment was scrubbed... URL: From TZimmerman at fsu.edu Wed Aug 28 19:25:09 2019 From: TZimmerman at fsu.edu (Travis Zimmerman) Date: Wed, 28 Aug 2019 18:25:09 +0000 Subject: [ZendTo] Force rebuild files in template_c References: <4945C101-B03F-4E5B-A014-6CD75D61B4DC@fsu.edu> Message-ID: Is there a way to force rebuilding the files in template_c? We had some sort of event this morning on our ZendTo server, where the server would only give an empty page. It looks like the template file for main_menu in template_c directory was only partial. ------------------------------------------------------ Travis Zimmerman tzimmerman at fsu.edu 850-645-8030 Linux Enterprise Applications & Systems its-linuxadmins at fsu.edu Information Technology Services, Florida State University -------------- next part -------------- An HTML attachment was scrubbed... URL: From Jules at Zend.To Wed Aug 28 19:57:41 2019 From: Jules at Zend.To (Jules Field) Date: Wed, 28 Aug 2019 19:57:41 +0100 Subject: [ZendTo] Force rebuild files in template_c In-Reply-To: References: <4945C101-B03F-4E5B-A014-6CD75D61B4DC@fsu.edu> Message-ID: <5DA93E91-E528-4AB1-9124-F33758D564D1@Zend.To> Just simply delete all the files in templates_c and they will be automatically rebuilt as needed. -- Jules Sent via a stabby glass thing. All inappropriate comments are entirely the fault of autocorrect. > On 28 Aug 2019, at 7:25 pm, Travis Zimmerman via ZendTo wrote: > > Is there a way to force rebuilding the files in template_c? > > We had some sort of event this morning on our ZendTo server, where the server would only give an empty page. It looks like the template file for main_menu in template_c directory was only partial. > > ------------------------------------------------------ > Travis Zimmerman > tzimmerman at fsu.edu > 850-645-8030 > Linux Enterprise Applications & Systems > its-linuxadmins at fsu.edu > Information Technology Services, Florida State University > > _______________________________________________ > ZendTo mailing list > ZendTo at zend.to > http://jul.es/mailman/listinfo/zendto -------------- next part -------------- An HTML attachment was scrubbed... URL: From cbritton1978 at yahoo.com Fri Aug 30 08:03:05 2019 From: cbritton1978 at yahoo.com (Corey Britton) Date: Fri, 30 Aug 2019 07:03:05 +0000 (UTC) Subject: [ZendTo] LDAP Help References: <588856044.191796.1567148585565.ref@mail.yahoo.com> <588856044.191796.1567148585565@mail.yahoo.com> Message-ID: Okay, not sure what I am doing wrong here. I've installed LDAP on a Synology NAS. I have everything functioning. Except for the users full name. When I do an ldapsearch I see the field gecos: Person's Full Name? so I've tried changing?? ?' authLDAPFullName'? ? ? => 'givenName sn', to this instead ' authLDAPFullName'? ? ? => 'gecos', It doesn't seem to do anything. It's not? a huge deal but when you send a drop it shows it as username . because sn is set to username. I am not sure what I need to do to use gecos instead or if it's even possible.? Thanks, Corey -------------- next part -------------- An HTML attachment was scrubbed... URL: From cbritton1978 at yahoo.com Sat Aug 31 00:09:46 2019 From: cbritton1978 at yahoo.com (Corey Britton) Date: Fri, 30 Aug 2019 23:09:46 +0000 (UTC) Subject: [ZendTo] LDAP Help In-Reply-To: References: <588856044.191796.1567148585565.ref@mail.yahoo.com> <588856044.191796.1567148585565@mail.yahoo.com> <1575568942.627302.1567206586230@mail.yahoo.com> Message-ID: Nevermind, I used Apache Directory Studio and edited the sn to the users full name. Sent from Yahoo Mail on Android On Fri, Aug 30, 2019 at 3:03 AM, Corey Britton via ZendTo wrote: Okay, not sure what I am doing wrong here. I've installed LDAP on a Synology NAS. I have everything functioning. Except for the users full name. When I do an ldapsearch I see the field gecos: Person's Full Name? so I've tried changing?? ?' authLDAPFullName'? ? ? => 'givenName sn', to this instead ' authLDAPFullName'? ? ? => 'gecos', It doesn't seem to do anything. It's not? a huge deal but when you send a drop it shows it as username . because sn is set to username. I am not sure what I need to do to use gecos instead or if it's even possible.? Thanks, Corey _______________________________________________ ZendTo mailing list ZendTo at zend.to http://jul.es/mailman/listinfo/zendto -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: Untitled URL: