:: Re: [DNG] Waterfox issues under Dev…
Top Page
Delete this message
Reply to this message
Author: Didier Kryn
Date:  
To: dng
Subject: Re: [DNG] Waterfox issues under Devuan ASCII
Le 14/04/2020 à 09:34, Dimitris via Dng a écrit :
> hey,
>
> On 4/14/20 10:23 AM, Edward Bartolo via Dng wrote:
>> I upgraded Ascii to Beowulf and successfully used the new version of
>> Waterfox. However, there are certain issues like a missing copy of
>> dpkg-reconfigure.
>
> does running `/usr/sbin/dpkg-reconfigure` work?
>
> that could happen because of a broken $PATH for root.


    Please note that su has changed as from Beowulf. By default it does
not set the full path. You need to invoke 'su -l' to get /sbin and
/usr/sbin in the path. This may cause some surprises.

    Didier