I am trying to push a changeset to the GraphicsMagick Mercurial repository. It worked fine (as it has worked a thousand times before), but then is not working a half hour later. The following is the error which is now produced:
~/src/GM% hg -v push osdn
pushing to ssh://bfriesen@hg.osdn.net//hgroot/graphicsmagick/GM
searching for changes
1 changesets found
remote: abort: No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/users/b/bf/bfriesen']
abort: unexpected response: empty string
It appears that the error being reported is that the temporarily directories normally used are not accessible or they are full.
Project Name: GraphicsMagick Client: Ubuntu 20.04 LTS
I am trying to push a changeset to the GraphicsMagick Mercurial repository. It worked fine (as it has worked a thousand times before), but then is not working a half hour later. The following is the error which is now produced:
It appears that the error being reported is that the temporarily directories normally used are not accessible or they are full.
Bob