Re: Keep getting SSL certificate failures

2023-03-23 Thread Anton Hvornum
> On 24 Mar 2023, at 06:18, Sadeep Madurange wrote: > > On 2023-03-24 00:53:45, Polarian wrote: >> I have now realised that this plays more of an issue, I am constantly >> getting errors such as: >> >> SSL_ERROR_ACCESS_DENIED_ALERT >> on firefox, and >> >> ERR_SSL_PROTOCOL_ERROR >> on chromi

TeXLive 2023 update

2023-03-23 Thread Rémy Oudompheng
Hello Texlive packages have been updated to 2023 version in [testing]. Important caveat: these packages do not include the luametatex program. The 'context' command remains mapped to the standard luatex, meaning that (as far as I understand, Context LMTX will not be usable, but Context MkII and M

Re: Spring cleanup '23

2023-03-23 Thread Knut Ahlers
On Thu, Mar 23, 2023 at 1:26 PM David C. Rankin wrote: >I would be nice if the members of the general list could see which packages > are orphaned. Currently a developer sign-in is needed. You can see the general list of orphaned packages here: https://archlinux.org/packages/?maintainer=orpha

Fwd: Spring cleanup '23

2023-03-23 Thread David C. Rankin
Just a note, I would be nice if the members of the general list could see which packages are orphaned. Currently a developer sign-in is needed. Forwarded Message Subject: Spring cleanup '23 Date: Wed, 22 Mar 2023 19:08:40 +0100 From: Antonio Rojas To: arch-dev-pub...@list

Re: /dev/stderr in early userspace

2023-03-23 Thread lacsaP Patatetom
Le jeu. 23 mars 2023 à 11:02, nl6720 a écrit : > > On Thursday, 23 March 2023 10:49:40 EET lacsaP Patatetom wrote: > > hi, > > > > I recently noticed that `/dev/stderr` was not present at the very > > beginning of the boot, in early userspace. > > > > if I add `break` parameter to have control dur

Re: /dev/stderr in early userspace

2023-03-23 Thread nl6720
On Thursday, 23 March 2023 10:49:40 EET lacsaP Patatetom wrote: > hi, > > I recently noticed that `/dev/stderr` was not present at the very > beginning of the boot, in early userspace. > > if I add `break` parameter to have control during this step and do a > `ls` test, this is what I get: > > `

/dev/stderr in early userspace

2023-03-23 Thread lacsaP Patatetom
hi, I recently noticed that `/dev/stderr` was not present at the very beginning of the boot, in early userspace. if I add `break` parameter to have control during this step and do a `ls` test, this is what I get: ``` [rootfs ]# ls -l /dev/std* ls: /dev/std*: No such file or directory ``` Is the