Hi to all,

What I have to do for FOSSIL SERVER to work on my server?

I have installed a linux server on a VmWare Workstation and using the 1.28
version of fossil.
When I try to browse the repository i get a message of "Not Found" no
matter what path I try to access (/index , /timeline)

The linux distro is a debian based one, is TurnKey Linux (
http://www.turnkeylinux.org/lampstack).

[-------------------------CODE----------------]
root@lamp ~# uname -a
Linux lamp 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 GNU/Linux

root@lamp ~# cat /etc/issue
Debian GNU/Linux 7 \n \l

root@lamp ~# cat /etc/debian_version
7.5
[---------------------------------------------]

The odd thing is that a previous version of fossil works almost good, here
is the test I have performed on the machine using version 1.28 (foss128)
and 1.27 (foss127)

[-------------------------CODE----------------]
root@lamp ~# ./foss127 new repo.fsl
project-id: fa993116862f7a5d401b3f3649ef414d020e1fa5
server-id: 2c90e6a8fa9bbd06a0afe46be74c1a6ce2205859
admin-user: root (initial password is "225f67")

root@lamp ~# ./foss127 server repo.fsl

-------------------- Browsing to http://127.0.0.1:8080/index --------

I can see the index page, but with a red message:
SQLITE_WARNING: file renamed while open: /root/repo.fsl

---------------------------------------------------------------------

Now, lets try serving with the latest version...

[-------------------------CODE----------------]
root@lamp ~# ./foss128 server repo.fsl

-------------------- Browsing to http://127.0.0.1:8080/index --------

Not Found

---------------------------------------------------------------------

Now, let's try creating the repository with the latest version

[-------------------------CODE----------------]
root@lamp ~# ./foss128 new other.fsl
project-id: ca29fe005fe55bb5e8bd2634a104dd199276b72f
server-id: 1fa9e233a3f276b9e4fa64ab5f19d66db1fe1c34
admin-user: root (initial password is "4ca8eb")

root@lamp ~# ./foss128 server other.fsl

-------------------- Browsing to http://127.0.0.1:8080/index --------

Not Found

---------------------------------------------------------------------

And what happens when we try to serve with the previous version?

[-------------------------CODE----------------]
root@lamp ~# ./foss127 server other.fsl

-------------------- Browsing to http://127.0.0.1:8080/index --------

I can see again the index page, but again, with the red message
SQLITE_WARNING: file renamed while open: /root/other.fsl

---------------------------------------------------------------------


Could it be a permissions problem ?

[-------------------------CODE----------------]
root@lamp ~# ls -l *.fsl
-rw-r--r-- 1 root root 58368 May 22 23:39 other.fsl
-rw-r--r-- 1 root root 58368 May 22 23:34 repo.fsl

root@lamp ~# ls -l /
drwx------ 9 root root 4096 May 22 23:39 root
drwxr-xr-x 13 root root 4096 Oct 15 2013 var
drwxrwxrwt 6 root root 4096 May 22 23:39 tmp
[---------------------------------------------]

I tried the same exercise putting the repo files onto /tmp and /var/fossil
with the same results.

I have read some previous posts with some relevant information, but I don't
know what to do, here are the references:

http://www.mail-archive.com/fossil-users%40lists.fossil-scm.org/msg13410.html
http://www.mail-archive.com/fossil-users%40lists.fossil-scm.org/msg12224.html
http://www.mail-archive.com/fossil-users%40lists.fossil-scm.org/msg09440.html

To aggravate the problem, I have the same(?) turnkey linux version on AWS
(Amazon) and fossil 1.28 works flawlessly

?: Have to check, I guess is ubuntu based
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to