Re: Problem with project link

Dave Cooper <[email protected]> Fri, 27 Dec 2024 15:09:49 -0500
Newsgroups gmane.lisp.common-lisp-net.devel
Message-ID <CAJBkMPyV7aERN-HsY8+DOE2YL7S_EuYZzQ26Gy+XPjdRpJi8Hw@mail.gmail.com>
https://cryptpad.fr/pad/#/2/pad/edit/IYetddW5zzchwJOR-ivI8e08

On Fri, Dec 27, 2024, 14:44 Jon Boone <[email protected]> wrote:

> I think I was able to configure future.common-lisp.net so Ray can login.
> Do we have a wiki or other notes location that I can add to so we can keep
> track of these changes for future reference?
>
> —jon
>
>
> On Fri, Dec 27, 2024 at 12:42 PM Jon Boone <[email protected]>
> wrote:
>
>> I can work with Ray on this.  I already corrected the permissions on his
>> authorized_keys file on future....
>>
>> —jon
>>
>>
>> On Fri, Dec 27, 2024 at 12:17 PM David Cooper <[email protected]>
>> wrote:
>>
>>> Hi Raymond,
>>>
>>> Thanks for your continuing patience. The "repo read only" vibe you're
>>> experiencing may well be caused by the same issue as your inability to ssh
>>> to the host, since it might be true that gitlab is using normal ssh behind
>>> the scenes to do a merge even if said merge is being triggered through the
>>> web ui.
>>>
>>> If someone with sydo on the new machine could get to it before me and
>>> feels like it, please check the /home/rtoy/.ssh/ for correct ownerships,
>>> permissions, and authorized_keys contents. Assuming this is not still a
>>> basic connectivity issue (maybe try ssh -v[v] to confirm that).
>>>
>>> Otherwise, I should be able to get on this within the next couple hours.
>>>
>>>
>>> Dave Cooper
>>>
>>>
>>> ---- On Fri, 27 Dec 2024 11:58:24 -0500 * [email protected]
>>> <[email protected]> * wrote ----
>>>
>>> Fedora 41. Just recently upgraded my laptop. But my desktop running
>>> Fedora 40 has the same thing. But it also had problems connecting.
>>>
>>> On Fri, Dec 27, 2024, 8:55 AM Jon Boone <[email protected]> wrote:
>>>
>>> The nameserver entry (127.0.0.53) indicates that you have some kind of
>>> internal process on the machine that should be providing your dns
>>> resolution.  What OS and version are you running?
>>>
>>> —jon
>>>
>>>
>>> On Fri, Dec 27, 2024 at 11:01 AM Raymond Toy <[email protected]>
>>> wrote:
>>>
>>> On Thu, Dec 26, 2024 at 6:39 PM Jon Boone [email protected]
>>> <https://mailto:[email protected]> wrote:
>>>
>>> Yes, that's a strong indication that you have a DNS issue at play.  What
>>> does /etc/resolv.conf look like on your machine?
>>>
>>> It says:
>>>
>>> nameserver 127.0.0.53
>>> options edns0 trust-ad
>>> search lan
>>>
>>>
>>> I don’t know why. I’ve never touched that file myself. However, the last
>>> change to that file was Dec 26, 15:13.
>>>
>>> But I can now reach gitlab with my browsers. Still can’t ssh into
>>> gitlab.common-lisp.net (port 22 or 4022). No problems getting to
>>> common-lisp.net on port 22.
>>>
>>> Repo is apparently still read-only because I merge button isn’t merging
>>> for https://gitlab.common-lisp.net/cmucl/cmucl/-/merge_requests/259
>>>
>>>
>>> —jon
>>>
>>>
>>> On Thu, Dec 26, 2024 at 9:31 PM Raymond Toy <[email protected]>
>>> wrote:
>>>
>>>
>>>
>>> On Thu, Dec 26, 2024 at 6:12 PM Raymond Toy <[email protected]>
>>> wrote:
>>>
>>>
>>>
>>> On Thu, Dec 26, 2024 at 6:03 PM Jon Boone <[email protected]>
>>> wrote:
>>>
>>> Ray,
>>>
>>>   Can you add the following to /etc/hosts, then quit & re-launch your
>>> browsers to see if that corrects it temporarily?
>>>
>>>
>>> Hey, that worked!  And I didn't even need to relaunch my browser.  I
>>> guess that means DNS is messed up somewhere?
>>>
>>>
>>> Ok, on a different machine (was using my laptop mostly before), I can
>>> now navigate to gitlab.common-lisp.net.  I haven't changed anything on
>>> this machine but I did reboot my wifi router again.
>>>
>>> On a different note now that I can access gitlab again, I tried to merge
>>> a request.  It said the repo (cmucl) was read-only and to try again later.
>>>
>>>
>>>
>>> 65.108.13.229 gitlab.common-lisp.net
>>>
>>>
>>>
>>> —jon
>>>
>>>
>>> On Thu, Dec 26, 2024 at 6:31 PM Raymond Toy <[email protected]>
>>> wrote:
>>>
>>>
>>>
>>> On Thu, Dec 26, 2024 at 3:04 PM Jon Boone <[email protected]>
>>> wrote:
>>>
>>> Ray,
>>>
>>>   Your ping is definitely using the correct IPv4 address (65.108.13.229)
>>> for gitlab.common-lisp.net.  Note, that www.common-lisp.net is still on
>>> the old host (148.251.208.23).  Unless your browsers are configured with
>>> DNS-over-HTTPS, you should be able to properly navigate to
>>> gitlab.common-lisp.net at this point without rebooting or clearing your
>>> DNS cache.  Can you try again?
>>>
>>> I checked and I don't have dns-over-https enabled in either firefox or
>>> chrome.
>>>
>>> Still can't reach gitlab.common-lisp.net.
>>>
>>> I rebooted my wifi router too as that's apparently the only way to clear
>>> the DNS cache there.  (A Nest wifi).
>>>
>>>
>>> —jon
>>>
>>>
>>> On Thu, Dec 26, 2024 at 5:41 PM Raymond Toy <[email protected]>
>>> wrote:
>>>
>>>
>>>
>>> On Thu, Dec 26, 2024 at 12:53 PM David Cooper <[email protected]>
>>> wrote:
>>>
>>>
>>> Note that the DNS for gitlab.common-lisp.net switched over to a new IP
>>> address (a new Hetzner host) Christmas eve.
>>>
>>>
>>> What is the correct IP address?  Clearing the OS and browser DNS cache
>>> didn't seem to make a difference.  I can ping gitlab.common-lisp.net
>>> just fine:
>>> ```
>>> 64 bytes from future.common-lisp.net (65.108.13.229)
>>> ```
>>>
>>>
>>> So you may need to clear your DNS caches (browsers and OS).
>>>
>>> The toplevel common-lisp.net still resolves to the old host for now, so
>>> ssh'ing there will get you to the legacy host.  But the plan is to move
>>> that to the new host in due course as well.  I assume you'll need a shell
>>> login for the new host? The new host is reachable via
>>> future.common-lisp.net or gitlab.common-lisp.net, and i believe your
>>> shell login account has been replicated on the new host
>>>
>>> Yes, I'd like a shell login.  I still need to access it to upload cmucl
>>> release tarballs and such.
>>>
>>> Thanks for your help.  I think I should reboot my modem and wifi once
>>> again.  I think that's the only way to clear the DNS cache on my wifi
>>> router connected to my cable modem.
>>>
>>> already.
>>>
>>>
>>>
>>> Dave Cooper
>>>
>>> P.S. these mailing lists are still going through the legacy host.
>>>
>>>
>>> ---- On Thu, 26 Dec 2024 13:45:50 -0500 * [email protected]
>>> <[email protected]> * wrote ----
>>>
>>>
>>>
>>> On Thu, Dec 26, 2024 at 8:54 AM Jon Boone <[email protected]>
>>> wrote:
>>>
>>> I have no problems reaching it via Safari (Version 18.2
>>> (20620.1.16.11.8))  or Chrome (Version 131.0.6778.205 (Official Build)
>>> (arm64)) on macOS 15.2 (24C101) as of 2024-12-26 11:55 EST.
>>>
>>>
>>> Ok, it must be me.  I can't reach it on any of my computers, even after
>>> rebooting my modem and wifi point.  But I can over cellular with my phone.
>>> But every other site I try works fine over my home wifi.  I can even ssh
>>> into common-lisp.net.
>>>
>>> Not sure what's going on.  I didn't update anything or add a proxy or
>>> anything like that.
>>>
>>>
>>>
>>>
>>> —jon
>>>
>>>
>>> On Thu, Dec 26, 2024 at 11:26 AM Raymond Toy <[email protected]>
>>> wrote:
>>>
>>> On 12/25/24 12:28 PM, Georgiy Tugai wrote:
>>>
>>> I believe that the links should be working again now.
>>>
>>> FWIW, I can’t reach gitlab.common-lisp.net at all. Firefox says it’s
>>> unable to connect. Chrome says it can’t be reached. I think this started a
>>> couple of days ago, maybe?
>>>
>>>
>>> Regards,
>>> Georgiy
>>>
>>> On 25/12/2024 21:02, Robert Goldman wrote:
>>>
>>> I was trying to follow a link from the projects hub,
>>> https://common-lisp.net/phub for usocket, and got a 404.
>>>
>>> I've tried clicking some other links and they all 404 also, so maybe
>>> there's some rewrite or redirect logic that's busted?
>>>
>>> Happy Holidays,
>>> R
>>>
>>>
>>> &#8203;
>>>
>>>
>>>
>>> --
>>> Ray
>>>
>>>
>>>
>>>
>>> --
>>> Ray
>>>
>>>
>>>
>>> --
>>> Ray
>>>
>>>
>>>
>>> --
>>> Ray
>>>
>>>
>>>
>>> --
>>> Ray
>>>
>>> --
>>> Ray
>>>
>>>
>>>