Re: [pgadmin-support] pgAdmin4 Server does not create SQLite tables

2016-10-10 Thread Dave Page
On Monday, October 10, 2016, Josh Berkus wrote: > On 10/10/2016 09:00 PM, Dave Page wrote: > > What is complicating matters here is that we need quite different > > configs for desktop vs. server mode, and it's hard to get that right. > > Another example, besides the paths; Devrim is configuring

Re: [pgadmin-support] pgAdmin4 Server does not create SQLite tables

2016-10-10 Thread Josh Berkus
On 10/10/2016 09:00 PM, Dave Page wrote: > What is complicating matters here is that we need quite different > configs for desktop vs. server mode, and it's hard to get that right. > Another example, besides the paths; Devrim is configuring the security > keys with default values in config_local.py

Re: [pgadmin-support] pgAdmin4 Server does not create SQLite tables

2016-10-10 Thread Dave Page
On Monday, October 10, 2016, Josh Berkus wrote: > On 10/10/2016 08:31 PM, Dave Page wrote: > > > > > > On Sunday, October 9, 2016, Josh Berkus > > > wrote: > > > > On 10/09/2016 05:04 PM, Josh Berkus wrote: > > > sqlite> select * from ConfigDB; > > > Error

Re: [pgadmin-support] pgAdmin4 Server does not create SQLite tables

2016-10-10 Thread Josh Berkus
On 10/10/2016 08:31 PM, Dave Page wrote: > > > On Sunday, October 9, 2016, Josh Berkus > wrote: > > On 10/09/2016 05:04 PM, Josh Berkus wrote: > > sqlite> select * from ConfigDB; > > Error: no such table: ConfigDB > > More relevantly: > > sqlite>

Re: [pgadmin-support] pgAdmin4 Server does not create SQLite tables

2016-10-10 Thread Dave Page
On Sunday, October 9, 2016, Josh Berkus wrote: > On 10/09/2016 05:04 PM, Josh Berkus wrote: > > sqlite> select * from ConfigDB; > > Error: no such table: ConfigDB > > More relevantly: > > sqlite> select * from version; > Error: no such table: version > Does it create pgadmin4.db at all? Having

Re: [pgadmin-support] pgAdmin4-web install issues WAS: PgAdmin4 is not usable when installed from RPMs on Fedora linux

2016-10-10 Thread Josh Berkus
On 10/10/2016 11:26 AM, Magnus Hagander wrote: > On Mon, Oct 10, 2016 at 6:57 PM, Josh Berkus And you'd need the SELinux perms even if it was in /var/lib/, because of > the nologin status of the Apache user. > > > Yes, but /var/lib is supposed to be for persistant data modified by > prog

Re: [pgadmin-support] pgAdmin4-web install issues WAS: PgAdmin4 is not usable when installed from RPMs on Fedora linux

2016-10-10 Thread Magnus Hagander
On Mon, Oct 10, 2016 at 6:57 PM, Josh Berkus wrote: > On 10/10/2016 03:36 AM, Magnus Hagander wrote: > > > > > > On Mon, Oct 10, 2016 at 2:26 AM, Josh Berkus > > wrote: > > > > On 10/09/2016 04:36 PM, Josh Berkus wrote: > > > I'll confirm here that the Web versi

Re: [pgadmin-support] pgAdmin4-web install issues WAS: PgAdmin4 is not usable when installed from RPMs on Fedora linux

2016-10-10 Thread Josh Berkus
On 10/10/2016 03:36 AM, Magnus Hagander wrote: > > > On Mon, Oct 10, 2016 at 2:26 AM, Josh Berkus > wrote: > > On 10/09/2016 04:36 PM, Josh Berkus wrote: > > I'll confirm here that the Web version doesn't work either from the > > Fedora packages. In the ca

Re: [pgadmin-support] pgAdmin4-web install issues WAS: PgAdmin4 is not usable when installed from RPMs on Fedora linux

2016-10-10 Thread Magnus Hagander
On Mon, Oct 10, 2016 at 2:26 AM, Josh Berkus wrote: > On 10/09/2016 04:36 PM, Josh Berkus wrote: > > I'll confirm here that the Web version doesn't work either from the > > Fedora packages. In the case of the web version, this appears to be > > because of confusion between Python2 and Python3 de

Re: [pgadmin-support] PgAdmin4 is not usable when installed from RPMs on Fedora linux

2016-10-10 Thread Devrim Gündüz
Hi Josh, On Sun, 2016-10-09 at 16:36 -0700, Josh Berkus wrote: > I'll confirm here that the Web version doesn't work either from the > Fedora packages.  In the case of the web version, this appears to be > because of confusion between Python2 and Python3 dependencies. Err, this should not happen