[fossil-users] SSH commands run as user nobody

2012-05-07 Thread Timothy Beyer
Dear List, All of the remote ssh commands that I execute (pull/push/sync/clone) try to run as the user nobody. This is a big problem, because I need to make sure that other users on my machine cannot login to the web interface, (eg. I want nobody and anonymous to have no capabilities) and I

Re: [fossil-users] SSH commands run as user nobody

2012-05-07 Thread Martin Gagnon
Le 2012-05-07 à 05:22, Timothy Beyer bey...@fastmail.net a écrit : Dear List, All of the remote ssh commands that I execute (pull/push/sync/clone) try to run as the user nobody. This is a big problem, because I need to make sure that other users on my machine cannot login to the web

Re: [fossil-users] SSH commands run as user nobody

2012-05-07 Thread Timothy Beyer
At Mon, 7 May 2012 05:48:54 -0400, Martin Gagnon wrote: I'm using FreeBSD 9.0-RELEASE on both machines, with a snapshot from 2012-03-17. Should I use a newer snapshot? Yes, this as been resolve recently. Now you have all capabilities via ssh, since one which have ssh access can do

Re: [fossil-users] SSH commands run as user nobody

2012-05-07 Thread Timothy Beyer
At Mon, 7 May 2012 05:48:54 -0400, Martin Gagnon wrote: Yes, this as been resolve recently. Now you have all capabilities via ssh, since one which have ssh access can do whatever he want with the .fossil file. -- Martin G. I just tried the version from fossil (2012-05-05 13:53:37 UTC),

Re: [fossil-users] SSH commands run as user nobody

2012-05-07 Thread Martin Gagnon
Le 2012-05-07 à 06:20, Timothy Beyer bey...@fastmail.net a écrit : At Mon, 7 May 2012 05:48:54 -0400, Martin Gagnon wrote: Yes, this as been resolve recently. Now you have all capabilities via ssh, since one which have ssh access can do whatever he want with the .fossil file. --

[fossil-users] HOWTO delete a Wiki page?

2012-05-07 Thread Jiri Navratil
Hi, I made a typo in Wiki page. Can I rename Wiki page or delete a Wiki page? Thx, Jiri -- Jiri Navratil, http://www.navratil.cz, +420 777 224 245 ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] HOWTO delete a Wiki page?

2012-05-07 Thread Mike Meyer
On Mon, 7 May 2012 14:16:59 +0200 Jiri Navratil j...@navratil.cz wrote: I made a typo in Wiki page. Can I rename Wiki page or delete a Wiki page? In one sense, no. Artifacts are forever (though you can shun them). However, if you delete all the text from a page, it'll vanish from the list of

[fossil-users] Wysiwyg wiki editing. Was: Side-by-side wiki editing?

2012-05-07 Thread Richard Hipp
What if we were to provide full WYSIWYG editing of wiki pages in Fossil? I've been experimenting with the code at https://developer.mozilla.org/en/Rich-Text_Editing_in_Mozilla (with the bug on line 140 fixed, as well as other enhancements). The basic code seems to work pretty well on Firefox,

[fossil-users] what device is full?

2012-05-07 Thread Pascal J. Bourguignon
Hello, Here is a suggestion. When issuing the following error message, write the full pathname of the file on which the error occured. [pjb@kuiper :0 src]$ fossil commit -m 'Tested with Lispworks.' generate-application.lisp fossil: SQLITE_FULL: statement aborts at 27: [UPDATE blob SET

[fossil-users] A draft of ranges contribution

2012-05-07 Thread Jacek Cała
Dear Richard, All, Finally, I've found a bit of time to implement the first draft of the ranges functionality I was posting a couple of months ago (http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg07419.html). This is my first contribution to the project so apologize if

Re: [fossil-users] HOWTO delete a Wiki page?

2012-05-07 Thread Stephan Beal
Didn't know the empty page heuristic - will need to add that to the json api. - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal On May 7, 2012 2:23 PM, Mike Meyer m...@mired.org wrote: On Mon, 7 May 2012 14:16:59 +0200 Jiri Navratil j...@navratil.cz wrote: I

Re: [fossil-users] Wysiwyg wiki editing. Was: Side-by-side wiki editing?

2012-05-07 Thread Cunningham, Robert
Wow, that rocks. I really should learn more about this web stuff someday. The js library and demo at kevinroth.com/rte is simple and convincing. The only major lack in that library seems to be the ability to change fonts inline (such as to show a function name in a monospaced serif font):

[fossil-users] fossil push doesn't show up on the server

2012-05-07 Thread Pascal J. Bourguignon
[pjb@kuiper :0 patchwork]$ fossil push Server:http://fossil.informatimago.com:8002/patchwork Bytes Cards Artifacts Deltas Sent: 268 4 0 0 Error: not authorized to write Received: 65 1 0 0

Re: [fossil-users] fossil push doesn't show up on the server

2012-05-07 Thread James Turner
On Mon, May 07, 2012 at 06:23:53PM +0200, Pascal J. Bourguignon wrote: What's wrong? What should I do to push my commits? Your answer is in the output of your failed fossil push: Error: not authorized to write -- James Turner ja...@calminferno.net

Re: [fossil-users] Wysiwyg wiki editing. Was: Side-by-side wiki editing?

2012-05-07 Thread Richard Hipp
On Mon, May 7, 2012 at 11:44 AM, Cunningham, Robert rcunning...@nsmsurveillance.com wrote: Wow, that rocks. I really should learn more about this web stuff someday. ** ** The js library and demo at kevinroth.com/rte is simple and convincing. The only major lack in that library seems

Re: [fossil-users] fossil push doesn't show up on the server

2012-05-07 Thread Pascal J. Bourguignon
James Turner ja...@calminferno.net writes: On Mon, May 07, 2012 at 06:23:53PM +0200, Pascal J. Bourguignon wrote: What's wrong? What should I do to push my commits? Your answer is in the output of your failed fossil push: Error: not authorized to write Why am I not? I created the remote

Re: [fossil-users] fossil push doesn't show up on the server

2012-05-07 Thread Stephan Beal
On Mon, May 7, 2012 at 7:02 PM, Pascal J. Bourguignon p...@informatimago.com wrote: I re-cloned the local from the remote. When you cloned it, did you add username:password to the URL? If not, try cloning with that. It doesn't look like you did because the Server: line does not show your

Re: [fossil-users] fossil push doesn't show up on the server

2012-05-07 Thread Matt Welland
I think this is a good illustration of how noisy output makes it hard for new users to see problems occurring. I would prefer to see most of the sync output suppressed unless a verbose switch is flipped. Most of the time people really only need to know that the sync succeeded or failed. At the

Re: [fossil-users] fossil push doesn't show up on the server

2012-05-07 Thread Pascal J. Bourguignon
Stephan Beal sgb...@googlemail.com writes: On Mon, May 7, 2012 at 7:02 PM, Pascal J. Bourguignon p...@informatimago.com wrote: I re-cloned the local from the remote. When you cloned it, did you add username:password to the URL? If not, try cloning with that. It doesn't look like you

Re: [fossil-users] fossil push doesn't show up on the server

2012-05-07 Thread Pascal J. Bourguignon
Matt Welland estifo...@gmail.com writes: I think this is a good illustration of how noisy output makes it hard for new users to see problems occurring. I would prefer to see most of the sync output suppressed unless a verbose switch is flipped. Most of the time people really only need to

Re: [fossil-users] Bug - Pictures not loaded consistently in wiki

2012-05-07 Thread Cunningham, Robert
Confirmed on Google Chrome under Win7, except I never saw both images displayed simultaneously (top, bottom or neither, never both). -BobC From: fossil-users-boun...@lists.fossil-scm.org [mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Bjorn Madsen Sent: Monday, May 07, 2012

Re: [fossil-users] Bug - Pictures not loaded consistently in wiki

2012-05-07 Thread Stephan Beal
On Mon, May 7, 2012 at 9:56 PM, Bjorn Madsen bjorn.h.mad...@googlemail.comwrote: org/index.html/doc/trunk/www/branching.wikihttp://www.fossil-scm.org/index.html/doc/trunk/www/branching.wiki by re-loading (F5) the pages a few times, to illustrate the inconsistency. (All attached). My

Re: [fossil-users] SSH commands run as user nobody

2012-05-07 Thread Timothy Beyer
At Mon, 7 May 2012 06:51:19 -0400, Martin Gagnon wrote: Have you update server side as well? Here is the output of fossil version on the server: This is fossil version 1.22 [7fb59a67dc] 2012-05-05 13:53:37 UTC Here is the output of fossil version on the client: This is fossil version 1.22

Re: [fossil-users] SSH commands run as user nobody

2012-05-07 Thread Matt Welland
Regarding ssh transport for fossil: I've been trying to get ssh to work with fsecure and on Linux (openssh) and I have never had any luck. If someone using fossil ssh for clone, sync etc. with different user(s) or different hosts at either end of the pipe could post their exact setup and settings

Re: [fossil-users] SSH commands run as user nobody

2012-05-07 Thread Lluís Batlle i Rossell
On Mon, May 07, 2012 at 01:37:39PM -0700, Matt Welland wrote: Regarding ssh transport for fossil: I've been trying to get ssh to work with fsecure and on Linux (openssh) and I have never had any luck. If someone using fossil ssh for clone, sync etc. with different user(s) or different hosts at

Re: [fossil-users] Bug - Pictures not loaded consistently in wiki

2012-05-07 Thread Richard Hipp
On Mon, May 7, 2012 at 3:56 PM, Bjorn Madsen bjorn.h.mad...@googlemail.comwrote: First of all thanks for a great piece of software, and all the constructive dialogue on the mailing list. It is quite educative! Whilst reading the wiki I noticed a minor bug - that pictures are not loaded

Re: [fossil-users] SSH commands run as user nobody

2012-05-07 Thread Richard Hipp
I tried a number of approaches to implementing ssh:. I finally settled on the following: (1) Run the ssh command using system() to get a shell on the remote system. (2) Send an echo command and get the reply. Hopefully this will move past the welcome banner. (3) Run fossil http on the remote