tools.iabot4nswiki@tools-sgebastion-11:~$ mkdir a
mkdir: cannot create directory ‘a’: Read-only file system
tools.iabot4nswiki@tools-sgebastion-11:~$ webservice stop
Your webservice is not running
Traceback (most recent call last):
File "/usr/local/bin/webservice", line 510, in <module>
update_manifest(job, "stop", args)
File "/usr/local/bin/webservice", line 150, in update_manifest
job.tool.save_manifest()
File "/usr/lib/python3/dist-packages/toolsws/tool.py", line 69, in save_manifest
tilde_file_path, os.O_CREAT | os.O_EXCL | os.O_WRONLY, 0o644
OSError: [Errno 30] Read-only file system: '/data/project/iabot4nswiki/service.manifest~'I created the tool yesterday, and anything worked just fine at that time. And now it shows this.
I can't understand what happened and don't know what to do next.