Stories
Slash Boxes
Comments

SoylentNews is people

Meta
posted by janrinok on Tuesday May 07 2024, @07:31AM   Printer-friendly

Audioguy was one of the original team who created the existing SoylentNews site. He has stayed with us since that time and has served the community as a sys-admin for over 10 years. It is no exaggeration to say that over the last year or two he has played an almost single-handed role in keeping this site working.

Audioguy has suffered a series of significant personal and medical events over the last 6 months or so. He is now about to commence ophthalmic surgery tomorrow (Wednesday) and is facing other potentially life changing medical issues in the near future. He has, quite understandably and reluctantly, been forced to stand down from his role which was effective from late last week. Unfortunately that has meant that we have lost the ability to correct the current certificates problem. Access to the Linode servers is still controlled by the existing Board and we have experienced additional problems accessing one of our servers by the usual methods. This appears to be common to many staff and has further exacerbated the current problem.

I have written an email to NCommander requesting his assistance in updating the certificates so that the site becomes fully operational again. Your patience is appreciated. What might appear to many in the community to be a relatively minor issue is, behind the scenes, a major blow to the existing team. We have other sys-admins who are ready to pick up the challenge but they do not yet have the necessary access, nor are they yet experienced in managing the beast that that is Slashd.

Returning to audioguy, I am sure that the entire community would wish to join me in thanking him for a decade of support to the site, and to wish him well for the upcoming surgery. He remains one of this community and evidence of his past contributions can be found in numerous bits of code and associated documentation. He has also, for example, been the manager of the technical wiki which has been vital to the support team for all of that period. We are indebted to him.

Good luck for the future, audioguy. Take it easy. Best wishes to you and your family.

 
This discussion was created by janrinok (52) for logged-in users only, but now has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by Whoever on Tuesday May 07 2024, @09:21PM (4 children)

    by Whoever (4524) on Tuesday May 07 2024, @09:21PM (#1356096) Journal

    Try:
    https://sylnt.us/ [sylnt.us]

    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 3, Informative) by janrinok on Tuesday May 07 2024, @09:34PM (3 children)

    by janrinok (52) Subscriber Badge on Tuesday May 07 2024, @09:34PM (#1356101) Journal
    The point I was making (badly) is that I don't think that you don't need https for IRC, nor does it need a certificate. It depends on how our server is configured. One reason for NOT having a certificate is that IRC stays up during the site downtime when the certs do expire. IRC is our principle communication for any site outages. The SN mailserver is no help whatsoever in those times. How do you know that it is meant to be serving https? It might be a server for something else but, at the moment, I cannot find out what is missing. There are lots of protocols we could try but I don't suppose they would respond either.
    --
    [nostyle RIP 06 May 2025]
    • (Score: 2) by Whoever on Tuesday May 07 2024, @09:55PM (2 children)

      by Whoever (4524) on Tuesday May 07 2024, @09:55PM (#1356107) Journal

      The point I was making (badly) is that I don't think that you don't need https for IRC,

      That's true. In fact, if you click on the link for IRC, it goes back to soylentnews.org.

      Services on sylnt.us -- note that it is the mail server for soylentnews.org:

      Starting Nmap 6.40 ( http://nmap.org [nmap.org] ) at 2024-05-07 21:49 UTC
      Nmap scan report for mail.soylentnews.org (72.14.184.41)
      Host is up (0.11s latency).
      Not shown: 927 closed ports, 61 filtered ports
      PORT STATE SERVICE
      22/tcp open ssh
      25/tcp open smtp
      80/tcp open http
      143/tcp open imap
      443/tcp open https
      587/tcp open submission
      993/tcp open imaps
      6666/tcp open irc
      6667/tcp open irc
      6668/tcp open irc
      6669/tcp open irc
      7000/tcp open afs3-fileserver

      Nmap done: 1 IP address (1 host up) scanned in 2.82 seconds

      It does appear to be running some kind of irc.

      But I'll come back to my original point: first order of business is to automate the certificate updates. I think some complexity in the current setup comes from using wildcard certificates, instead of individual host certificates and perhaps some judicious use of self-signed certificates might simplify things.

      Note that the DNS is also a mess: there are tow MX records, but, when resolved, they both point to the same IP address.

      • (Score: 2) by RS3 on Tuesday May 07 2024, @10:44PM

        by RS3 (6367) on Tuesday May 07 2024, @10:44PM (#1356119)

        IIRC someone (NCommander?) said they condensed some of the (too) many servers, so some of the DNS / IP stuff might not have been updated (yet).

        Also IIRC there is / was a web interface for IRC. Used to be, but I'm not really an IRC person; I can't remember the last time I was on it, likely more than a year ago.

      • (Score: 3, Informative) by RS3 on Tuesday May 07 2024, @10:47PM

        by RS3 (6367) on Tuesday May 07 2024, @10:47PM (#1356120)

        Seems to be still there: https://irc.staging.soylentnews.org [soylentnews.org]

        I don't have time to try it more.