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

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

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

Mark Thomas resolved DAEMON-403.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.2.1

Thanks for reporting this. I have applied your proposed fix to master and it will be in the next release.

> 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
>             Fix For: 1.2.1
>
>   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)