Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#46127 - [schroot] End Session fails
Attached to Project:
Community Packages
Opened by Khurram Mahmood (makh) - Friday, 28 August 2015, 05:35 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 06 January 2023, 16:02 GMT
Opened by Khurram Mahmood (makh) - Friday, 28 August 2015, 05:35 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 06 January 2023, 16:02 GMT
|
DetailsDescription:
I am having Debian Stable in the chroot environment under Arch. Editing the /etc/default/schroot --- STOP_ACTION="end" START_ACTION="end" --- >>> This fails to end the session. The regular user fails to end the session: --- $ schroot -e --all-sessions E: Access not authorised I: You do not have permission to access the schroot service. I: This failure will be reported. --- Root user cannot even end a session: --- # schroot -e --all-sessions E: 10mount: umount: /var/lib/schroot/mount/jessie_1-0d2ddd34-3755-4af4-8f50-645d316e0fd5/run/lock: target is busy E: 10mount: (In some cases useful info about processes that E: 10mount: use the device is found by lsof(8) or fuser(1).) E: jessie_1-0d2ddd34-3755-4af4-8f50-645d316e0fd5: Chroot setup failed: stage=setup-stop --- Kindly inform what is possible. Thankyou. Additional info: * package version(s) * config and/or log files etc. Steps to reproduce: |
This task depends upon
Closed by Sergej Pupykin (sergej)
Friday, 06 January 2023, 16:02 GMT
Reason for closing: No response
Additional comments about closing: probably fixed
Friday, 06 January 2023, 16:02 GMT
Reason for closing: No response
Additional comments about closing: probably fixed
$ yaourt -Ss schroot
community/schroot 1.6.10-10 [installed]
$ schroot -e --all-sessions
E: Access not authorised
I: You do not have permission to access the schroot service.
I: This failure will be reported.
# schroot -e --all-sessions
E: 10mount: umount: /var/lib/schroot/mount/jessie4-2d1c51e2-b392-4122-a859-764b26a35ce5/run/lock: target is busy
E: 10mount: (In some cases useful info about processes that
E: 10mount: use the device is found by lsof(8) or fuser(1).)
E: jessie4-2d1c51e2-b392-4122-a859-764b26a35ce5: Chroot setup failed: stage=setup-stop
File Path filled to a very large extent:
du -hs /var/lib/schroot/mount/
3.2G /var/lib/schroot/mount/
Thankyou