From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Cannot access repository Date: Wed, 6 Jun 2018 08:48:18 -0400 Message-ID: <4f6d835f-9bee-a5f2-962a-dcde298bf2c1@verizon.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------B9F77B8BC1164496ECF13810" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQXrX-0003tz-Fq for emacs-orgmode@gnu.org; Wed, 06 Jun 2018 08:48:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQXrU-0000se-FZ for emacs-orgmode@gnu.org; Wed, 06 Jun 2018 08:48:27 -0400 Received: from sonic312-20.consmr.mail.bf2.yahoo.com ([74.6.128.82]:40943) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fQXrU-0000sH-9C for emacs-orgmode@gnu.org; Wed, 06 Jun 2018 08:48:24 -0400 Received: from pool-96-238-157-66.syrcny.east.verizon.net (EHLO [10.0.0.2]) ([96.238.157.66]) by smtp411.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID b6af620c8515045d77413ee2007f3a22 for ; Wed, 06 Jun 2018 12:48:19 +0000 (UTC) Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --------------B9F77B8BC1164496ECF13810 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit I cannot access https://code.orgmode.org/bzg/org-mode.git requested url returned error 502 Charlie Millar --------------B9F77B8BC1164496ECF13810 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit

I cannot access

https://code.orgmode.org/bzg/org-mode.git

requested url returned error 502

Charlie Millar

--------------B9F77B8BC1164496ECF13810-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Re: Cannot access repository Date: Wed, 6 Jun 2018 15:06:34 +0200 Message-ID: <20180606150634.02ec3a15@lt70.mpip-mainz.mpg.de> References: <4f6d835f-9bee-a5f2-962a-dcde298bf2c1@verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQY9T-0002db-L1 for emacs-orgmode@gnu.org; Wed, 06 Jun 2018 09:07:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQY9S-0002yy-RH for emacs-orgmode@gnu.org; Wed, 06 Jun 2018 09:06:59 -0400 In-Reply-To: <4f6d835f-9bee-a5f2-962a-dcde298bf2c1@verizon.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Charles Millar Cc: Bastien , emacs-orgmode@gnu.org Hi, I can confirm, that the gogs service is down. Bastien, I'm not sure how you started gogs. How about starting it using a systemd unit? (Example @ https://github.com/gogs/gogs/blob/master/scripts/systemd/gogs.service) Best regards Robert On Wed, 6 Jun 2018 08:48:18 -0400 Charles Millar wrote: > I cannot access > > https://code.orgmode.org/bzg/org-mode.git > > requested url returned error 502 > > Charlie Millar > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Cannot access repository Date: Wed, 06 Jun 2018 15:24:15 +0200 Message-ID: <87d0x459q8.fsf@gnu.org> References: <4f6d835f-9bee-a5f2-962a-dcde298bf2c1@verizon.net> <20180606150634.02ec3a15@lt70.mpip-mainz.mpg.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQYQL-00041H-QZ for emacs-orgmode@gnu.org; Wed, 06 Jun 2018 09:24:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQYQI-0004Bt-Nt for emacs-orgmode@gnu.org; Wed, 06 Jun 2018 09:24:25 -0400 In-Reply-To: <20180606150634.02ec3a15@lt70.mpip-mainz.mpg.de> (Robert Klein's message of "Wed, 6 Jun 2018 15:06:34 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Robert Klein Cc: emacs-orgmode@gnu.org, Charles Millar Hi Robert, Robert Klein writes: > I can confirm, that the gogs service is down. I restarted gogs, thanks for letting me know. > Bastien, I'm not sure how you started gogs. How about starting it > using a systemd unit? (Example @ > https://github.com/gogs/gogs/blob/master/scripts/systemd/gogs.service) The setup is manual for now: I'll send you details in private. Thanks! -- Bastien