Russell,

It might be a simple case that the IP address of the server has been blacklisted by livejournal.com for some reason?

As a test, I used curl on the server:

:# curl https://www.livejournal.com/

<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>

Then I found an open proxy online and tried with that proxy:


:# curl -x "http://61.29.96.146:8000"; https://www.livejournal.com/


The website code was displayed (too long to copy and paste here, and no benefit)

Not sure what calls the rss update on the server, maybe stop the update for a day and see if the blacklist is lifted?  Has anything been updated in recent days?

Regards,

Luke Attard
Rapid IT Group Pty Ltd

Phone: (03) 7064 9950
Email: [email protected]

On 22/08/2022 9:41 am, Russell Coker via luv-main wrote:
https://planet.luv.asn.au/

I run Planet Linux Australia because the previous operators gave up on it (see
the above URL).  Since 9PM last night it has been getting errors on Julien
Goodwin's blog (the only Live Journal blog used).  In a test the Debian/Buster
chroot used for the Planet installation (software that isn't supported in
Debian/Bullseye) was given HTTP response 403 from Live Journal.

Here's what happens when I try to use wget to get Julien's feed on Buster:

root@buster:~# wget --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36
Edge/12.246 Mozilla/5.0" --secure-protocol=TLSv1_3 https://
laptop006.livejournal.com/data/rss
--2022-08-21 23:33:54--  https://laptop006.livejournal.com/data/rss
Resolving laptop006.livejournal.com (laptop006.livejournal.com)... 81.19.74.0
Connecting to laptop006.livejournal.com (laptop006.livejournal.com)|
81.19.74.0|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2022-08-21 23:33:54 ERROR 403: Forbidden.

root@buster:~# wget https://laptop006.livejournal.com/data/rss
--2022-08-21 23:35:42--  https://laptop006.livejournal.com/data/rss
Resolving laptop006.livejournal.com (laptop006.livejournal.com)... 81.19.74.2
Connecting to laptop006.livejournal.com (laptop006.livejournal.com)|
81.19.74.2|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2022-08-21 23:35:42 ERROR 403: Forbidden.

Bullseye got the same result.

Here's what happens with Debian/Testing:

$ wget https://laptop006.livejournal.com/data/rss
--2022-08-22 09:34:38--  https://laptop006.livejournal.com/data/rss
Resolving laptop006.livejournal.com (laptop006.livejournal.com)... 81.19.74.5
Connecting to laptop006.livejournal.com (laptop006.livejournal.com)|
81.19.74.5|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 139368 (136K) [text/xml]
Saving to: ‘rss.1’

rss.1                    100%[==================================>] 136.10K
194KB/s    in 0.7s

2022-08-22 09:34:41 (194 KB/s) - ‘rss.1’ saved [139368/139368]


So it seems that as of last night the LiveJournal server changed something to
reject wget and Planet running on Debian/Buster and Debian/Bullseye.

A quick test on my server on the Oracle Cloud showed that Ubuntu/Focal (20.04
- released in 2020) works with wget.

Any ideas on what this could be?

Also Julien, you haven't blogged for almost 3 years, are you planning to start
doing so again and if so will it be on LiveJournal or some other service?  You
have one of the better blogs, it would be good if you chose to blog again.

_______________________________________________
luv-main mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to