:: Re: [DNG] Odd issue with busybox dc…
Forside
Slet denne besked
Besvar denne besked
Skribent: g4sra
Dato:  
Til: dng@lists.dyne.org
Emne: Re: [DNG] Odd issue with busybox dc in beowulf
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Thursday, April 29, 2021 2:59 AM, Brad Campbell via Dng <dng@???> wrote:

> G'day All,
>


> I've upgraded a staging server from Jessie to Beowulf and find a script in my initramfs is now broken, tracking it down it is a huge change in behaviour in the busybox version of dc and I can't find any reference to what I'm missing. Has anyone bumped up against this? I've tried this on both the arm and x64 versions and the behaviour is identical, so it's not an arm thing specifically.
>


> On jessie :
> brad@srv:~$ busybox dc
> 2
> 2
> add
> p
> 4
>


> On beowulf :
> root@rpi31:~# busybox dc
> 2
> 2
> add
> p
> ?



In case you did not try it, I observe the following on beowulf :

~$ busybox dc
2
2
+
p
4


<--snip-->