Seems umount sometimes don't work ... #133

Closed
opened 2015-08-15 08:28:52 +00:00 by philm · 9 comments
philm commented 2015-08-15 08:28:52 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

Using linux 4.x sometimes result into:

umount: /var/lib/manjaro-tools/buildpkg/unstable/x86_64/phil/dev: target is busy
        (In some cases useful info about processes that
         use the device is found by lsof(8) or fuser(1).)
umount: /var/lib/manjaro-tools/buildpkg/unstable/x86_64/phil: target is busy
        (In some cases useful info about processes that
         use the device is found by lsof(8) or fuser(1).)

Currently I can't pinpoint the issue.

*Created by: philmmanjaro* Using linux 4.x sometimes result into: ``` umount: /var/lib/manjaro-tools/buildpkg/unstable/x86_64/phil/dev: target is busy (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1).) umount: /var/lib/manjaro-tools/buildpkg/unstable/x86_64/phil: target is busy (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1).) ``` Currently I can't pinpoint the issue.
philm commented 2015-08-15 08:30:45 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

Following dirs are mounted:

[phil@manjaro community]$ mount | grep buildpkg
/dev/sda6 on /var/lib/manjaro-tools/buildpkg/unstable/x86_64/phil type ext4 (rw,relatime,data=ordered)
udev on /var/lib/manjaro-tools/buildpkg/unstable/x86_64/phil/dev type devtmpfs (rw,nosuid,relatime,size=1989436k,nr_inodes=497359,mode=755)
udev on /var/lib/manjaro-tools/buildpkg/unstable/x86_64/phil/dev type devtmpfs (rw,nosuid,relatime,size=1989436k,nr_inodes=497359,mode=755)
*Created by: philmmanjaro* Following dirs are mounted: ``` [phil@manjaro community]$ mount | grep buildpkg /dev/sda6 on /var/lib/manjaro-tools/buildpkg/unstable/x86_64/phil type ext4 (rw,relatime,data=ordered) udev on /var/lib/manjaro-tools/buildpkg/unstable/x86_64/phil/dev type devtmpfs (rw,nosuid,relatime,size=1989436k,nr_inodes=497359,mode=755) udev on /var/lib/manjaro-tools/buildpkg/unstable/x86_64/phil/dev type devtmpfs (rw,nosuid,relatime,size=1989436k,nr_inodes=497359,mode=755) ```
philm commented 2015-09-01 18:38:35 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: udeved

Will look into it.
Hasn't occurred on my end so far.

Is this a python package?
I recall the netrunner guy had similar problem with some python package.

*Created by: udeved* Will look into it. Hasn't occurred on my end so far. Is this a python package? I recall the netrunner guy had similar problem with some python package.
philm commented 2015-09-01 18:43:03 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

I really don't remember the package. Mostly I do kernels, extramodules and the installers.

*Created by: philmmanjaro* I really don't remember the package. Mostly I do kernels, extramodules and the installers.
philm commented 2015-09-01 18:44:16 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: udeved

Could be a thus build?
Its python, right?

*Created by: udeved* Could be a thus build? Its python, right?
philm commented 2015-09-01 18:44:57 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

No, thus I do with makepkg as it is any.

*Created by: philmmanjaro* No, thus I do with makepkg as it is any.
philm commented 2015-09-01 18:45:52 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: udeved

Hmm, if it occurs again, we need the package to reproduce it.

*Created by: udeved* Hmm, if it occurs again, we need the package to reproduce it.
philm commented 2015-09-01 18:46:10 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

it happend when I updated the chroot. I think it was the toolchain ...

*Created by: philmmanjaro* it happend when I updated the chroot. I think it was the toolchain ...
philm commented 2015-09-01 18:46:57 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: udeved

Yes, could be, I recall the chroot update is not the best solution.

*Created by: udeved* Yes, could be, I recall the chroot update is not the best solution.
philm commented 2015-11-26 15:55:12 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: udeved

I think the #150 fix will also take care of this issue.

*Created by: udeved* I think the #150 fix will also take care of this issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tools/manjaro-tools#133
No description provided.