Bug 1352970
| Summary: | livemedia-creator f25 "No space left on device" | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | satellitgo |
| Component: | lorax | Assignee: | Brian Lane <bcl> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | anaconda-maint-list, bcl, satellitgo |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-07-08 18:13:31 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
satellitgo
2016-07-05 15:47:07 UTC
(In reply to satellitgo from comment #0) > Description of problem: > new install of Fedora-Workstation-Live-x86_64-Rawhide-20160704.n.0.iso Default install with thunderbird, xchat installed to 512GB ssd bios boot laptop install using https://fedoraproject.org/wiki/Livemedia-creator-_How_to_create_and_use_a_Live_CD > > Version-Release number of selected component (if applicable): > > > How reproducible: > > > Steps to Reproduce: > 1. > 2. > 3. > > Actual results: > after most of install 990 files: "No space left on device" > > Expected results: > Build live.iso > > Additional info: did a build with the change of not using /tmp and no logging https://wiki.sugarlabs.org/go/Fedora_25#livemedia-creator 1. Is this happening while trying to build the live iso with lmc? If so, please include the logs and the kickstart as individual text/plain attachments. 2. Is this happening during installation using a live iso built with lmc? If so please include the logs from /tmp/*log as individual text/plain attachments. Try to describe, in detail, the steps you have taken. See wiki pages for details: f24: https://fedoraproject.org/wiki/Livemedia-creator-_How_to_create_and_use_a_Live_CD works well; NUC i5 16 GB memory 1 TB HD f25: https://wiki.sugarlabs.org/go/Fedora_25#livemedia-creator "do not use /tmp/lmc as root file system runs out of room" also no logging to / as it also fills root directory in f25 (bios boot; f25 workstation in 512 GB ssd default install terminal output in f25:
----snip----
OSError: [Errno 28] No space left on device
Call stack:
File "/usr/sbin/livemedia-creator", line 1476, in <module>
main()
File "/usr/sbin/livemedia-creator", line 1393, in main
disk_img = make_image(opts, ks)
File "/usr/sbin/livemedia-creator", line 1080, in make_image
novirt_install(opts, disk_img, disk_size)
File "/usr/sbin/livemedia-creator", line 780, in novirt_install
log.info(line)
Message: 'File "/usr/lib64/python3.5/logging/__init__.py", line 1487, in callHandlers'
Arguments: ()
2016-07-08 09:03:48,341: hdlr.handle(record)
--- Logging error ---
Traceback (most recent call last):
File "/usr/lib64/python3.5/logging/__init__.py", line 984, in emit
self.flush()
File "/usr/lib64/python3.5/logging/__init__.py", line 964, in flush
self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
File "/usr/sbin/livemedia-creator", line 1476, in <module>
main()
File "/usr/sbin/livemedia-creator", line 1393, in main
disk_img = make_image(opts, ks)
File "/usr/sbin/livemedia-creator", line 1080, in make_image
novirt_install(opts, disk_img, disk_size)
File "/usr/sbin/livemedia-creator", line 780, in novirt_install
log.info(line)
Message: 'hdlr.handle(record)'
Arguments: ()
2016-07-08 09:03:48,342: File "/usr/lib64/python3.5/site-packages/pyanaconda/anaconda_log.py", line 72, in handle
--- Logging error ---
Traceback (most recent call last):
File "/usr/lib64/python3.5/logging/__init__.py", line 984, in emit
self.flush()
File "/usr/lib64/python3.5/logging/__init__.py", line 964, in flush
self.stream.flush()
OSError: [Errno 28] No space left on device
----snip----
Call stack:
File "/usr/sbin/livemedia-creator", line 1476, in <module>
main()
File "/usr/sbin/livemedia-creator", line 1393, in main
disk_img = make_image(opts, ks)
File "/usr/sbin/livemedia-creator", line 1080, in make_image
novirt_install(opts, disk_img, disk_size)
File "/usr/sbin/livemedia-creator", line 780, in novirt_install
log.info(line)
Message: 'Error occurred during writing of a log message: No space left on device'
Arguments: ()
That's not enough information to tell what's going on. If you're using /tmp/lmc you need to make sure you have enough RAM available (assuming it is mounted using tmpfs). But without at least the cmdline and kickstart you are using I cannot even try to reproduce this. I repeat:look at https://wiki.sugarlabs.org/go/Fedora_25#livemedia-creator from pagure: ksflatten -v, --config fedora-live-soas.ks -o flat-fedora-live-soas.ks --version F25 livemedia-creator --ks /home/(user)/Downloads/pagure/flat-fedora-live-soas.ks --no-virt --resultdir /home/(user)/lmc/ --project Fedora-soas-Live --make-iso --volid Fedora-SoaS-f25-live --iso-only --iso-name Fedora-SoaS-f25-live.iso --releasever 25 --title Fedora-SoaS-f25-live --macboot intel i3 64 bit 3.8 GB memory (In reply to satellitgo from comment #7) > I repeat:look at > https://wiki.sugarlabs.org/go/Fedora_25#livemedia-creator > > from pagure: > > ksflatten -v, --config fedora-live-soas.ks -o flat-fedora-live-soas.ks > --version F25 > > livemedia-creator --ks > /home/(user)/Downloads/pagure/flat-fedora-live-soas.ks --no-virt --resultdir > /home/(user)/lmc/ --project Fedora-soas-Live --make-iso --volid > Fedora-SoaS-f25-live --iso-only --iso-name Fedora-SoaS-f25-live.iso > --releasever 25 --title Fedora-SoaS-f25-live --macboot > > intel i3 64 bit 3.8 GB memory f25 workstation install to 512 GB ssd (In reply to satellitgo from comment #8) > (In reply to satellitgo from comment #7) > > I repeat:look at > > https://wiki.sugarlabs.org/go/Fedora_25#livemedia-creator > > > > from pagure: > > > > ksflatten -v, --config fedora-live-soas.ks -o flat-fedora-live-soas.ks > > --version F25 > > > > livemedia-creator --ks > > /home/(user)/Downloads/pagure/flat-fedora-live-soas.ks --no-virt --resultdir > > /home/(user)/lmc/ --project Fedora-soas-Live --make-iso --volid > > Fedora-SoaS-f25-live --iso-only --iso-name Fedora-SoaS-f25-live.iso > > --releasever 25 --title Fedora-SoaS-f25-live --macboot > > > > intel i3 64 bit 3.8 GB memory > > f25 workstation install to 512 GB ssd this works ^ but livemedia-creator --ks /home/(user)/Downloads/pagure/flat-fedora-live-soas.ks --logfile /tmp/lmc-logs/livemedia-out.log --no-virt --resultdir /tmp/lmc --project Fedora-soas-Live --make-iso --volid Fedora-SoaS-flat-live --iso-only --iso-name Fedora-SoaS-flat-live.iso --releasever 25 --title Fedora-SoaS-flat-live --macboot fails if use "--logfile /tmp/lmc-logs/livemedia-out.log --no-virt --resultdir /tmp/lmc " Right, if you only have 3.8G then 50% will be assigned to tmpfs and it's likely you'll run out of ram when using /tmp/ for the resultdir. |