I am using two user accounts on a Linux box (Slackware64-13.37). I'm
getting an error when trying to clone a repo made by one user as another
user. Here is how it happens :

1. I create a new fossil repo while being logged as first user:

$ fossil new -A user1 test.fossil

2. I open it:

$ fossil open

3. I start serving it:

$ fossil server

4. I switch to another user using sudo

5. I try to clone the repo served by first user:

$ fossil clone -A user2 http://localhost:8080 test.fossil
                Bytes      Cards  Artifacts     Deltas
Sent:              53          1          0          0
waiting for server...fossil: ../sysdeps/unix/sysv/linux/getpagesize.c:32:
__getpagesize: Assertion `_rtld_global_ro._dl_pagesize != 0' failed.
Aborted

I am attaching an archive with repo files for each user + the journal for
second user when cloning fails. If the attachment gets screwed up during
upload, I've also uploaded a copy here: http://ompldr.org/vZnF6Yw

$ md5sum files.tar.gz
1691d7cfd198b622333248ec7c899843  files.tar.gz

Attachment: files.tar.gz
Description: application/gzip

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to