https://bugs.koozali.org/show_bug.cgi?id=10950

Jean-Philippe Pialasse <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |IN_PROGRESS
                 CC|                            |[email protected]
         Resolution|FIXED                       |---

--- Comment #6 from Jean-Philippe Pialasse <[email protected]> ---
upon navigating we get 

[Mon May 31 12:25:19.099777 2021] [cgi:error] [pid 16783] [client
127.0.0.1:60668] AH01215: [Mon May 31 12:25:19 2021] dungog-domains: Use of
uninitialized value $d in string eq at
/etc/e-smith/web/functions/dungog-domains line 358., referer:
https://192.168.12.76/server-manager/cgi-bin/dungog-domains

however was able to create a pseudonym for a domain and expand it without error


line 41 of /etc/e-smith/web/functions/dungog-domains

    $ENV {'PATH'} = '';

cause all calls to event to fail

as a result :
head, tail, openssl, grep .... are not found and a new ssl cert is generated

then when calling action systemd-default
same issue grep, rpm and few other base utilities are not found
causing all enabled programs to be removed from starting list

we need
 $ENV{'PATH'} = '/usr/sbin:/usr/bin:/usr/local/bin';

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to