Re: [fossil-users] error on push

2011-01-25 Thread Dmitry Chestnykh
 Error: Database error: unable to open database file
 CREATE TEMP TABLE onremote(rid INTEGER PRIMARY KEY);

Check permissions and ownership of fossil repository file. Are your web process 
allowed to write to this file?

--
Dmitry Chestnykh

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] error on push

2011-01-25 Thread Bill Whiting
Dmitry,
I checked the permissions.  I am not running this from apache, fossil is 
launched from xinetd, so the fossil process is owned by the same user 
that owns the fossil repository file.

Thanks,
//Bill

On 01/25/2011 10:09 AM, Dmitry Chestnykh wrote:
  Error: Database error: unable to open database file
  CREATE TEMP TABLE onremote(rid INTEGER PRIMARY KEY);
 Check permissions and ownership of fossil repository file. Are your web 
 process allowed to write to this file?

 --
 Dmitry Chestnykh

 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] error on push

2011-01-25 Thread Richard Hipp
On Tue, Jan 25, 2011 at 10:09 AM, Dmitry Chestnykh
dmi...@codingrobots.comwrote:

  Error: Database error: unable to open database file
  CREATE TEMP TABLE onremote(rid INTEGER PRIMARY KEY);

 Check permissions and ownership of fossil repository file. Are your web
 process allowed to write to this file?


The TEMP table should be created in /var/tmp.  So please check to ensure
that the user that fossil is running as has write permission on /var/tmp.




 --
 Dmitry Chestnykh

 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] error on push

2011-01-25 Thread Bill Whiting
Richard,
That's it (sort of).  The /var file system is full.  I thought I had 
verified that all of the file systems had some free space, but 
overlooked /var.  I extended the file system and the push succeeded.

Thanks!
//Bill


On 01/25/2011 10:19 AM, Richard Hipp wrote:


 On Tue, Jan 25, 2011 at 10:09 AM, Dmitry Chestnykh 
 dmi...@codingrobots.com mailto:dmi...@codingrobots.com wrote:

  Error: Database error: unable to open database file
  CREATE TEMP TABLE onremote(rid INTEGER PRIMARY KEY);

 Check permissions and ownership of fossil repository file. Are
 your web process allowed to write to this file?


 The TEMP table should be created in /var/tmp.  So please check to 
 ensure that the user that fossil is running as has write permission on 
 /var/tmp.


 --
 Dmitry Chestnykh

 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 mailto:fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




 -- 
 D. Richard Hipp
 d...@sqlite.org mailto:d...@sqlite.org


 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users