'Runtime error while running devstack script
I ran ./stack.sh and everything was going great. But after 10 mins or so, the following happened:
Setting up python3-apparmor (2.13.3-7ubuntu5.1) ...
Setting up apparmor-utils (2.13.3-7ubuntu5.1) ...
Processing triggers for man-db (2.9.1-1) ...
/usr/bin/mandb: can't chmod /var/cache/man/zh_TW/CACHEDIR.TAG: Read-only file system
Traceback (most recent call last):
File "/opt/stack/devstack/tools/outfilter.py", line 104, in <module>
sys.exit(main())
File "/opt/stack/devstack/tools/outfilter.py", line 98, in main
outfile.write(ts_line.encode('utf-8'))
OSError: [Errno 30] Read-only file system
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 153, in apport_excepthook
with os.fdopen(os.open(pr_filename,
OSError: [Errno 30] Read-only file system: '/var/crash/_usr_bin_python3.8.1001.crash'
Original exception was:
Traceback (most recent call last):
File "/opt/stack/devstack/tools/outfilter.py", line 104, in <module>
sys.exit(main())
File "/opt/stack/devstack/tools/outfilter.py", line 98, in main
outfile.write(ts_line.encode('utf-8'))
OSError: [Errno 30] Read-only file system
How to deal with this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
