Re: [sr #111133] SSH pubkey not recognised

2024-10-15 Thread Sam Russell
Perfect, thanks for clarifying On Tue, Oct 15, 2024, 20:20 Ineiev wrote: > On Tue, Oct 15, 2024 at 07:58:31PM +0200, Sam Russell wrote: > > That makes sense, so for development I should just continue using > anonymous > > git access then? > > Quite right. >

Re: [sr #111133] SSH pubkey not recognised

2024-10-15 Thread Sam Russell
That makes sense, so for development I should just continue using anonymous git access then? On Tue, 15 Oct 2024 at 19:52, Ineiev wrote: > Follow-up Comment #2, sr #33 (group administration): > > By the way, I always forget: since you have never been a member of any > Savannah group, your Sa

Re: [sr #111133] SSH pubkey not recognised

2024-10-15 Thread Sam Russell
Mar 2022 debug1: Reading configuration data /home/sam/.ssh/config debug1: /home/sam/.ssh/config line 3: Applying options for *.nongnu.org debug1: /home/sam/.ssh/config line 5: Applying options for * debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: include /etc/s

Re: [sr #111133] SSH pubkey not recognised

2024-10-15 Thread Sam Russell
Thanks for the reply, I tried ssh -vvv and here's the output: $ ssh -vvv git.savannah.nongnu.org OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022 debug1: Reading configuration data /home/sam/.ssh/config debug1: /home/sam/.ssh/config line 3: Applying options for * debug1: Re

[sr #111133] SSH pubkey not recognised

2024-10-13 Thread Sam Russell
: Open Discussion Lock: Any ___ Follow-up Comments: --- Date: Mon 14 Oct 2024 06:20:55 AM UTC By: Sam Russell I created an account yesterday, followed the instructions at https://savannah.g

[savannah-help-public] [sr #110059] delete empty project

2019-10-14 Thread Sam Liddicott
URL: Summary: delete empty project Project: Savannah Administration Submitted by: samjam Submitted on: Mon 14 Oct 2019 06:49:51 PM UTC Category: None Priority:

[savannah-help-public] [sr #108639] Delete linux-doc-hr

2016-11-03 Thread Sam Geeraerts
pened the support request). bzr rmbranch bzr+ssh://sam...@bzr.savannah.gnu.org/gnewsense/packages-ucclia/linux-doc-hr That just leaves the empty folder. It probably contains a .bzr folder with some artifacts on disk. But the whole linux-doc-hr folder can be deleted. That will get rid of any doubt

[savannah-help-public] [sr #108639] Delete linux-doc-hr

2016-11-01 Thread Sam Geeraerts
Follow-up Comment #1, sr #108639 (project administration): Any progress on this? ___ Reply to this item at: ___ Message sent via/by Savannah http:

[savannah-help-public] [sr #108639] Delete linux-doc-hr

2014-08-25 Thread Sam Geeraerts
URL: Summary: Delete linux-doc-hr Project: Savannah Administration Submitted by: samgee Submitted on: Mon 25 Aug 2014 10:02:53 PM CEST Category: Developer Source Code Repositories

Re: [savannah-help-public] Delete Bazaar branches

2014-01-02 Thread Sam Geeraerts
Op Thu, 2 Jan 2014 11:23:05 -0700 schreef Bob Proulx : > Great! Let us know if you need anything else. Sure thing. FYI, we're reusing the freetype location. You can leave it alone now. :)

Re: [savannah-help-public] Delete Bazaar branches

2014-01-02 Thread Sam Geeraerts
Op Thu, 2 Jan 2014 11:01:16 -0700 schreef Bob Proulx : > Hmm... Okay. I can certainly do that! :-) (Safely. I will move > them to a trashcan first.) > > mv gnewsense/packages-parkes/debderiver > gnewsense/packages-parkes/freetype /var/tmp/gnewsense/ > > Take a look at things now. Good?

Re: [savannah-help-public] Delete Bazaar branches

2014-01-02 Thread Sam Geeraerts
Op Thu, 2 Jan 2014 10:37:15 -0700 schreef Bob Proulx : > If no one else jumps in first I will look into doing this a little > later today. Not being a bzr user I will first need to learn how to > use it. ;-) As far as I know, deleting the debderiver and freetype diretories should do the trick.

[savannah-help-public] Delete Bazaar branches

2013-12-31 Thread Sam Geeraerts
? Thanks, Sam Geeraerts gNewSense contributor

[Savannah-help-public] [sr #107716] please do git for homepages - it's is easier than cvs for homepages

2011-06-10 Thread Sam Liddicott
Follow-up Comment #3, sr #107716 (project administration): Well - although I don't think it is needed, here is some apache re-write rules: # get the project name RewriteCond %{REQUEST_FILENAME} ^/p/([^/]+)/ RewriteRule ^/p/([^/]+)/(.*) http://git.savannah.gnu.org/cgit/%1.git/plain/www/$2 [T=text/

[Savannah-help-public] [sr #107716] please do git for homepages - it's is easier than cvs for homepages

2011-06-09 Thread Sam Liddicott
Follow-up Comment #2, sr #107716 (project administration): I was actually quite fine using those URLs. (The repo.or.cz url can have a tag name instead of the hash that I showed). Savannah already lets you specify the home-page URL so that bit is already done. People knowing to use "/mime/" inst

[Savannah-help-public] [sr #107321] Add index.shtml to apache's DirectoryIndex

2011-06-09 Thread Sam Liddicott
Follow-up Comment #9, sr #107321 (project administration): I can report that index.html is not SSI-parsed. Compare: http://www.nongnu.org/newfangle/index.html and http://www.nongnu.org/newfangle/index.shtml And see that the index.html still contains the unparsed directive on line 1: and note t

[Savannah-help-public] [sr #107321] Add index.shtml to apache's DirectoryIndex

2011-06-09 Thread Sam Liddicott
Follow-up Comment #8, sr #107321 (project administration): > Well, index.html is SSI-parsed, so what's the problem? Hah - I never knew that! Thanks! ___ Reply to this item at:

[Savannah-help-public] [sr #107321] Add index.shtml to apache's DirectoryIndex

2011-06-08 Thread Sam Liddicott
Follow-up Comment #5, sr #107321 (project administration): Well... - a basic index.html landing page is bad practise as google will say. The shtml is what puts in my navigation and so forth. ...and including index.shtml in the directory index is common practise where SSI is used. I could put in

[Savannah-help-public] [sr #107321] Add index.shtml to apache's DirectoryIndex

2011-06-08 Thread Sam Liddicott
Follow-up Comment #6, sr #107321 (project administration): I suppose that when you intentionally reduced the list based on what people were actually using, SSI was disabled, so nobody was actually using it... Nobody will actually use it now, until it actually works :-) _

[Savannah-help-public] [sr #107716] please do git for homepages - it's is easier than cvs for homepages

2011-06-08 Thread Sam Liddicott
URL: Summary: please do git for homepages - it's is easier than cvs for homepages Project: Savannah Administration Submitted by: samjam Submitted on: Wed 08 Jun 2011 18:59:26 GMT C

[Savannah-help-public] [sr #107717] please rename project

2011-06-08 Thread Sam Liddicott
URL: Summary: please rename project Project: Savannah Administration Submitted by: samjam Submitted on: Wed 08 Jun 2011 19:54:54 GMT Category: None Priority: 5 - No

[Savannah-help-public] [sr #107321] Add index.shtml to apache's DirectoryIndex

2011-06-08 Thread Sam Liddicott
Follow-up Comment #3, sr #107321 (project administration): SSI support comes and goes depending on the phases of the moon. Will you please add it anyway. SSI seems to be working right now (and a good job, it saves me moving to google-code)

[Savannah-help-public] [sr #107353] GNU patch: push rejected (non-fast-forward)

2010-07-21 Thread Sam Liddicott
Follow-up Comment #1, sr #107353 (project administration): just do a delete-push to delete the remote branch and then push the new branch. The server-side check is of some value but can rightfully be worked around when needed (as you do).

[Savannah-help-public] [sr #106712] accepting follow-ups by email

2010-07-21 Thread Sam Steingold
Follow-up Comment #15, sr #106712 (project administration): there is a dupe for this: sr #107431 any chance this will be implemented? actually, it would seen that dropping the integrated savanna bug tracker in favor of a specially designed external tool (bugzilla or debbugs) which would allow bot

[Savannah-help-public] [sr #107431] mail-to-bugs gateway

2010-07-21 Thread Sam Steingold
Follow-up Comment #6, sr #107431 (project administration): why did you close this?! what is not clear in my comment#4? ___ Reply to this item at: ___

[Savannah-help-public] [sr #107431] mail-to-bugs gateway

2010-07-21 Thread Sam Steingold
Follow-up Comment #4, sr #107431 (project administration): > What is the difference with allowing anonymous comments? 1. convenience for the users 2. anonymous comments can be made without providing a back link, i.e., there is no way to get back to the commenter and ask him for more informatio

[Savannah-help-public] [sr #107431] mail-to-bugs gateway

2010-07-21 Thread Sam Steingold
Follow-up Comment #2, sr #107431 (project administration): >why is it a problem to get a Savannah account? some people do not want to get an extra account for each contribution they make. > I don't see how we could add a mail interface > hat would exclude other people (only include him) > with

[Savannah-help-public] [sr #107431] mail-to-bugs gateway

2010-07-19 Thread Sam Steingold
URL: Summary: mail-to-bugs gateway Project: Savannah Administration Submitted by: sds Submitted on: Mon 19 Jul 2010 08:57:29 PM EDT Category: Trackers (bugs, support, tasks...)

[Savannah-help-public] [sr #107429] Size/bandwidth limits for bzr

2010-07-15 Thread Sam Geeraerts
Follow-up Comment #2, sr #107429 (project administration): I feared that it would come to this. Even if we'd find another way to handle the OpenOffice.org issue, our amount of packages is only going to go up. We currently have almost 30 packages in the bzr repo, taking up a few hundred MB. I'm pr

[Savannah-help-public] [sr #107429] Size/bandwidth limits for bzr

2010-07-15 Thread Sam Geeraerts
er CVS Priority: 5 - Normal Severity: 1 - Wish Status: None Assigned to: None Originator Email: sam...@elmundolibre.be Operating System: None Open/Closed: Open Discussion Loc

[Savannah-help-public] [sr #107321] Add index.shtml to apache's DirectoryIndex

2010-03-26 Thread Sam Liddicott
URL: Summary: Add index.shtml to apache's DirectoryIndex Project: Savannah Administration Submitted by: samjam Submitted on: Fri 26 Mar 2010 09:17:22 AM GMT Category: Project home

[Savannah-help-public] [sr #106929] Embedding project News on project homepage?

2010-03-13 Thread Sam Liddicott
Follow-up Comment #2, sr #106929 (project administration): It could be possible with a little work at savannah. mod_ssi support is available, but your html files would have to end in .shtml to enable this feature. You could use a directive like: except that the url must be on the same server

[Savannah-help-public] [sr #107160] Unreliable submit times for bug reports

2009-12-18 Thread Sam Geeraerts
Follow-up Comment #3, sr #107160 (project administration): Oops, I see now. Are there any plans to show the time in a sane format (e.g. ISO 8601)? Or at least give users the choice between the popular formats? ___ Reply to this item at:

[Savannah-help-public] [sr #107160] Unreliable submit times for bug reports

2009-12-05 Thread Sam Geeraerts
URL: Summary: Unreliable submit times for bug reports Project: Savannah Administration Submitted by: samgee Submitted on: Sat 05 Dec 2009 11:14:45 AM GMT Category: Trackers (bugs,

[Savannah-help-public] [sr #107142] Browsing Bazaar repositories doesn't work

2009-11-23 Thread Sam Geeraerts
egory: None Priority: 5 - Normal Severity: 2 - Minor Status: None Assigned to: None Originator Email: sam...@elmundolibre.be Operating System: None Open/Closed: Open Discussio

[Savannah-help-public] [sr #106818] libffcall: please restore cvs from the full april backup

2009-06-02 Thread Sam Steingold
URL: Summary: libffcall: please restore cvs from the full april backup Project: Savannah Administration Submitted by: sds Submitted on: Tue 02 Jun 2009 12:18:17 PM EDT Category: R

[Savannah-help-public] [sr #106307] lightning jit anon cvs repo is not available

2008-03-16 Thread Sam Steingold
Follow-up Comment #2, sr #106307 (project administration): 4.8 MB is the size of all the packages installed by "yum install git". I don't want to pollute my system with extra packages that I do not want to use. thus your workaround is not of much interest to me - even though I appreciate not hav

[Savannah-help-public] [sr #106307] lightning jit anon cvs repo is not available

2008-03-16 Thread Sam Steingold
URL: Summary: lightning jit anon cvs repo is not available Project: Savannah Administration Submitted by: sds Submitted on: Sunday 03/16/2008 at 11:03 Category: Anonymous CVS

[Savannah-help-public] Re: www.gnu.org and .symlinks request from CLISP project

2007-01-09 Thread Sam Steingold
Hi, Sylvain Beucler wrote: Sam Steingold says: --- when I click on http://www.gnu.org/software/clisp/ in firefox, I get a dialog box saying "you have chosen to open which is a application/x-httpd-php what should Firefox do with this file?" -- instead of the file being shown in the wi

[Savannah-help-public] [sr #105724] homepage is served as "application/x-httpd-php", not as "text/html"

2007-01-08 Thread Sam Steingold
URL: Summary: homepage is served as "application/x-httpd-php", not as "text/html" Project: Savannah Administration Submitted by: sds Submitted on: Monday 01/08/2007 at 16:51 Categ

Re: [Savannah-hackers] submission of Ammerum - savannah.nongnu.org

2003-10-25 Thread Sam
Thanks! -Samuel On Sat, 2003-10-25 at 12:46, Rudy Gevaert wrote: > Hi, > > I have approved your project. You will receive an automated e-mail > containing detailled information about the approval. > > Regards, > > ___ Savannah-hackers mailing li

[Savannah-hackers] have RSA fingerprints changed?

2003-08-04 Thread Sam Steingold
" ... SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)!" thanks! -- Sam Steingold (http://www.podval.org/~sds) running w2k <http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/> <http

Re: [Savannah-hackers] Savannah NEEDS sftp;suggestions and offer of help

2003-08-02 Thread Sam Vilain
ed in this manner for debian stable at: http://vilain.net/ssh_3.6.1p2-4_i386.deb [md5 b68f3c6b8ad231b5f3382178027b8359] - -- Sam Vilain, [EMAIL PROTECTED] Real software engineers eat quiche. -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD

[Savannah-hackers] emacs cvs is locked

2003-06-10 Thread Sam Steingold
I have been getting this: cvs server: [17:59:10] waiting for anoncvs's lock in /cvsroot/emacs/emacs/leim/skk for several hours. could you please check for orphaned locks? thanks! -- Sam Steingold (http://www.podval.org/~sds) running RedHat9 GNU/Linux <http://www.camera.or