<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 11/23/2015 07:59 PM, Pino Toscano wrote:<br>
    <blockquote
      cite="mid:3458658.iJ1y60tO0g@pendragon.usersys.redhat.com"
      type="cite">
      <pre wrap="">Hi,

On Monday 23 November 2015 18:29:50 Maxim Perevedentsev wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">1) guestunmount never returns 3 (not mounted) - i guess it's a bug at 
guestunmount.c:223
</pre>
      </blockquote>
      <pre wrap="">
Indeed, thanks for the notice -- just send a patch for it.

</pre>
      <blockquote type="cite">
        <pre wrap="">2) I don't know whether it's a bug in guestunmount or fusermount, but on 
my machine while executing
 > guestmount
 > guestunmount
 > guestunmount
on second "guestunmount" I get
"guestunmount: failed to unmount {...}: fusermount: failed to unmount 
{...}: Invalid argument"
while, according to guestunmount.c, guestunmount should return something 
like
"entry for {} not found"
</pre>
      </blockquote>
      <pre wrap="">
Most probably it has to do with the (3) below: fusermount just reports
the EINVAL got from umount while trying to unmount an not-mounted
directory.</pre>
    </blockquote>
    I was mistaken. This should have been:<br>
    <pre wrap=""><font face="sans-serif">on second "guestunmount" I get
"guestunmount: failed to unmount {...}: fusermount: failed to unmount 
{...}: Invalid argument"
while, according to guestunmount.c, *<b>fusermount*</b> should return something 
like
"entry for {} not found"

It looks like the code path where guestunmount returns 3 is unreachable.
That's why I asked someone to check fusermount error text on his machine.

If fusermount always outputs "Invalid argument" in response to non-existent mount,
than parsing at guestunmount.c:200 should be fixed accordingly.</font>
</pre>
    <pre class="moz-signature" cols="72">-- 
Your sincerely,
Maxim Perevedentsev</pre>
  </body>
</html>