cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Who Me Too'd this topic

No space left on device

Not applicable

I'm trying to upgrade software 4.0.1 -> 4.0.2. When I am downloading new image via web I receive following error :

Traceback (most recent call last):   File "/usr/local/bin/swm", line 10, in ?     swmmain.main(sys.argv[1:])   File "/usr/share/pan-swm/swmmain.py", line 91, in main     UI.runCommand(H)   File "/usr/share/pan-swm/swmcli.py", line 122, in runCommand     cmd(self.extcmds)   File "/usr/share/pan-swm/swmcli.py", line 261, in do_load     swm.swmRepository(self).load(args[0], not self.options['nocrypt'])   File "/usr/lib/python2.4/site-packages/swm/repo.py", line 243, in load     strict=self.swm.fips_mode)   File "/usr/lib/python2.4/site-packages/imgsecure/imgsecure.py", line 285, in unsecure     self.panimage_3_0_unsecure(secimage, authonly)   File "/usr/lib/python2.4/site-packages/imgsecure/imgsecure.py", line 377, in panimage_3_0_unsecure     shutil.move(dpth, secimage)   File "/usr/lib/python2.4/shutil.py", line 193, in move     copy2(src,dst)   File "/usr/lib/python2.4/shutil.py", line 92, in copy2     copyfile(src, dst)   File "/usr/lib/python2.4/shutil.py", line 49, in copyfile     copyfileobj(fsrc, fdst)   File "/usr/lib/python2.4/shutil.py", line 25, in copyfileobj     fdst.write(buf) IOError: [Errno 28] No space left on device

Failed to load into software manager. Please retry. Post processing failed. Please retry.

After that I tried to upload previously downloaded image, I received error :

Failed to install with the following errors. Image File Authentication Error Failed to load
/opt/pancfg/mgmt/sw-images/PanOS_2000-4.0.2

Do you know how to get access to filesystem ? How to remove unused files from /opt/pancfg

Who Me Too'd this topic