You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Charles (JIRA)" <ji...@apache.org> on 2019/07/19 09:09:00 UTC

[jira] [Updated] (DAEMON-403) umask log is wrong

     [ https://issues.apache.org/jira/browse/DAEMON-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charles updated DAEMON-403:
---------------------------
    Description: 
The following log is wrong in  jsvc-unix.c since the following bug  fix has been fixed:

fixed: https://issues.apache.org/jira/browse/DAEMON-318

l. 1271 log_debug("Switching umask back to %03o from %03o", envmask, args->umask);

 

Indeed the umask is never set back to the initial umask.

The log may show something like this instead:

l. 1271 log_debug("Switching umask from %03o to %03o", envmask, args->umask);

 

  was:
The following log is wrong in  jsvc-unix.c since the following bug  fix has been fixed:

fixed: https://issues.apache.org/jira/browse/DAEMON-318

l. 1271 log_debug("Switching umask back to %03o from %03o", envmask, args->umask);

 

Indeed the umask is never set back to the initial unmask.

The log may show something like this instead:

l. 1271 log_debug("Switching umask from %03o to %03o", envmask, args->umask);

 


> umask log is wrong
> ------------------
>
>                 Key: DAEMON-403
>                 URL: https://issues.apache.org/jira/browse/DAEMON-403
>             Project: Commons Daemon
>          Issue Type: Bug
>          Components: Jsvc
>    Affects Versions: 1.1.0, 1.2.0
>            Reporter: Charles
>            Priority: Minor
>              Labels: usability
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> The following log is wrong in  jsvc-unix.c since the following bug  fix has been fixed:
> fixed: https://issues.apache.org/jira/browse/DAEMON-318
> l. 1271 log_debug("Switching umask back to %03o from %03o", envmask, args->umask);
>  
> Indeed the umask is never set back to the initial umask.
> The log may show something like this instead:
> l. 1271 log_debug("Switching umask from %03o to %03o", envmask, args->umask);
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)