<div dir="ltr">hi all,<div>today i found one bug for tlmgr  in usermode</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><ul style="padding:0px 2.5em;margin:0.5em 0px;line-height:1.4;font-family:Arial,Tahoma,Helvetica,FreeSans,sans-serif;font-size:13.2px"><li style="padding:0px;margin:0px 0px 0.25em">(base) [hongy19@CN-00000988 ~]$ tlmgr check files<br>Files present but not covered (relative to /home/hongy19/texmf):<br>web2c/tlmgr-commands.log<br>web2c/tlmgr.log<br><a href="http://tlmgr.pl">tlmgr.pl</a>: An error has occurred. See above messages. Exiting.</li></ul></blockquote><div> I checked man page and source code.  tlmgr man page mentioned that the log should be stored in TEXMFSYSVAR<span style="font-family:Arial,Tahoma,Helvetica,FreeSans,sans-serif;font-size:13.2px">/web2c, but actually the log is stored in </span><span style="font-family:Arial,Tahoma,Helvetica,FreeSans,sans-serif;font-size:13.2px">TEXMFHOME/web2c in usermode and man page doesn't mention it.</span></div><div><span style="font-family:Arial,Tahoma,Helvetica,FreeSans,sans-serif;font-size:13.2px"><br></span></div><div><b><span style="font-family:Arial,Tahoma,Helvetica,FreeSans,sans-serif;font-size:13.2px">Should man page mention that the log is in </span>TEXMFHOME/web2c in usermode and tlmgr check should ignore these logs?</b></div><div><br></div><div><ul style="padding:0px 2.5em;margin:0.5em 0px;line-height:1.4;font-family:Arial,Tahoma,Helvetica,FreeSans,sans-serif;font-size:13.2px"><li style="padding:0px;margin:0px 0px 0.25em">-package-logfile *file* "tlmgr" logs all package actions (install, remove, update, failed updates, failed restores) to a separate log file, by default "TEXMFSYSVAR/web2c/tlmgr.log". This option allows you to specify a different file for the log.</li><li style="padding:0px;margin:0px 0px 0.25em">--command-logfile *file* "tlmgr" logs the output of all programs invoked (mktexlr, mtxrun, fmtutil, updmap) to a separate log file, by default "TEXMFSYSVAR/web2c/tlmgr-commands.log". This option allows you to specify a different file for the log.</li></ul><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><i style="font-family:Arial,Tahoma,Helvetica,FreeSans,sans-serif;font-size:13.2px"> if ($opts{"usermode"}) {<br>    $packagelogfile ||= "$::maintree/web2c/tlmgr.log";<br>  } else {<br>    $packagelogfile ||= "$texmfsysvar/web2c/tlmgr.log";<br>  }</i><font face="Arial, Tahoma, Helvetica, FreeSans, sans-serif"><span style="font-size:13.2px"><br></span></font></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"></blockquote></div></div>