[CentOS] CentOS 7, nfsdcltrack

Fri Jun 3 17:24:54 UTC 2016
cpolish at surewest.net <cpolish at surewest.net>

On 2016-06-02 16:40, m.roth at 5-cent.us wrote:
> Frank Cox wrote:
> > On Thu, 2 Jun 2016 16:17:28 -0400
> > m.roth at 5-cent.us wrote:
> >
> >> <timestamp> <hostname> nfsdcltrack[39406]: sqlite_insert_client: insert
> >> statement prepare failed: table clients has 2 columns but 3 values were
> >> supplied
> >>
> >> Anyone got any ideas as to a) why this is happening, and b) what I can
> >> do about it?
> >
> > https://www.svennd.be/nfsdcltrack-sqlite_insert_client-insert-statement-prepare-failed-table-clients-has-2-columns-but-3-values-were-supplied/
> >
> Yeah, after I posted, I went googling, and found the same post. Thanks
> muchly, though.
> 
> Did they fire the regression testing dept?


Workaround:
https://www.svennd.be/nfsdcltrack-sqlite_insert_client-insert-statement-prepare-failed-table-clients-has-2-columns-but-3-values-were-supplied/ 

    # sqlite3 /var/lib/nfs/nfsdcltrack/main.sqlite
    clients     parameters
    sqlite> alter table clients add column has_session TINYINT;
    sqlite> .exit