Hello Don, This is likely the InnoDB database engine problem with the SERVICES table in the Rivendell MySQL database.
The command pipeline below (3 lines) converts the engine type for SERVICES to MyISAM and thus works around this limitation. You can copy the three lines below and paste them into a terminal window running on the Pi. The username "rduser" and the password "letmein" are defaults for many Rivendell installations. Check your installation and substitute as needed. mysqldump -u rduser -pletmein Rivendell SERVICES | sed -e 's/InnoDB/MyISAM/' | mysql -u rduser -pletmein Rivendell Hope this helps! ~David Klann On 01/20/2017 11:15 AM, Harris, Don wrote: > I have installed Riv on a Pi3 and it works fairly well. That said, the > LogManager Edit Grid function will not let me add any clocks past 14-15 > on Friday and nothing saves on Sat or Sun. Thus it won’t create any logs > for the weekend. I can generate weekday logs with no problem. > > > > I’ve checked the system timezone and clock settings. Not sure where to > check next. Any Ideas? > > > > Thanks. > > > > Don Harris > > > > > > _______________________________________________ > Rivendell-dev mailing list > Rivendell-dev@lists.rivendellaudio.org > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev >
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev