On Sep 20 2024, Bob Proulx wrote:
> TL;DR: git server upgraded, please report any problems
fatal: unable to connect to git.sv.gnu.org:
git.sv.gnu.org[0: 2001:470:142:6::78]: errno=Connection refused
git.sv.gnu.org[1: 209.51.188.78]: errno=Connection refused
--
Andreas Schwab, sch...@li
use SSH authentication.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
ractively. While Savannah servers are not meant for interactive
use, you _can_ access them with plain ssh, which gives you the login
banner, and adding the blurb from sv_membersh here would not disturb any
valid use.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69
tion on that page is no longer appropriate,
since pool.sks-keyservers.net is defunct now.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
to savannah.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
Do you have set CVS_RSH=ssh?
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
On Mai 03 2021, Dedeco Balaco wrote:
> gpg has nothing to do with ssh, but ssh will use gpg pairs of keys to
> log we into servers.
Nope, ssh uses its own pair(s) of keys, managed by ssh-keygen.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D6
On Mai 03 2021, Jan Owoc wrote:
> Savannah keeps a copy of your "public" key, and expects you to have
> the "private" half in your .ssh folder. You can use gpg to generate a
> new keypair.
gpg has nothing to do with ssh.
Andreas.
--
Andreas Schwab, sch...@linux
ss to cvs checkout.
But git cvsimport is deprecated, see the first paragraph in
git-cvsimport(1).
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
On Mär 22 2021, Carlo Wood wrote:
> However, when I do:
>
> which> cvs diff
>
> nothing happens. That command just hangs.
Have you set CVS_RSH to ssh?
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA
On Mär 21 2021, Carlo Wood wrote:
> However, now 'ssh ca...@savannah.gnu.org' asks
> for my password and refuses the one that I had
> used (Permission denied).
Try ssh -v ... to see what the server complains about.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key
On Jan 24 2019, Bob Proulx wrote:
> The Savannah web site UI dns should be delivering both IPv6 and IPv4
> addresses now. It is in my testing. Please try it again now.
Thanks, it works now.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D6
On Jan 21 2019, Bob Proulx wrote:
> Please try it now and let us know if it is working now. The DNS for
> the IPv6 addresses should be propagated.
I see IPv6 addresses for the various subdomains of
(sv|savannah).(non|)gnu.org, but not for the main domain itself.
Andreas.
--
Andreas
server. Also,
lists.nongnu.org still uses an IPv6 address from the old provider, which
doesn't work any more.
Andreas.
--
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
moved to a different provider. Since the host key didn't
change, you can be certain that you are connecting to the same server as
before.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
On Apr 07 2018, Steve White wrote:
> debug1: Skipping ssh-dss key /home/swhite/.ssh/id_dsa - not in
> PubkeyAcceptedKeyTypes
You only have an DSA key, but your local ssh configuration doesn't list
DSA as an acceptable key type.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.
boot happend just when the lock was held, and left some
inconsistent state on the nfs server?
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
s usually used for
> git-submodules (so might be considered important).
You can use
git config url.ssh://git.sv.gnu.org/srv/git/.insteadof git://git.sv.gnu.org/
to automatically redirect git:// to ssh://.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D5
thing different in the mean time.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
Nic Ferrier writes:
> Someone asked me a few days ago if savannah had a way of delivering git
> (or cvs) over secure transports.
>
> I presume it does not?
If you have a savannah account you can use ssh.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58
jdavidb...@adboyd.com (J. David Boyd) writes:
> Is there someway to have git be a little more verbose so I can find out what
> the actual underlying error might be?
Try ssh -v jdavidb...@git.sv.gnu.org.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C
Nicolas Neuss writes:
> But then I need to get the CVS repository which is on the Savannah
> server to which I do not have direct access. Is there a way to extract
> it?
$ rsync rsync://cvs.sv.gnu.org/sources/
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint =
git?
I'd start with cvs2git.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
gnu.org/projects/vrtater/ the project
was registered on 2012-11-16, so I don't understand what's the issue.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
ions>.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
rward)
>error: failed to push some refs to
> 'ssh://git.sv.gnu.org/srv/git/snogray.git'
>
> What setting can I change to allow this?
Would it have worked if you deleted and recreated the branch?
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C
Nicolas Bock writes:
> However, the public key is denied. I am at a loss what could possibly be
> wrong here. Could someone help, please?
It can take upto one hour until the key is synched.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756
http://identi.ca/group/fsfstatus
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
19:45:48 db
drwxr-xr-x4096 2010/05/03 17:05:11 hooks
drwxr-xr-x4096 2010/05/03 17:05:11 locks
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
ia sftp.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
30 matches
Mail list logo