On Wed, Aug 20, 2008 at 01:31:49PM -0600, Virginia Wray wrote: > File "/usr/lib/python2.4/vendor-packages/pkg/catalog.py", line 154, in > add_fmri > tmp_num, tmpfile = tempfile.mkstemp(dir=self.catalog_root) > File "/usr/lib/python2.4/tempfile.py", line 302, in mkstemp > return _mkstemp_inner(dir, prefix, suffix, flags) > File "/usr/lib/python2.4/tempfile.py", line 236, in _mkstemp_inner > fd = _os.open(file, flags, 0600) > OSError: [Errno 2] No such file or directory: > '/export/nightly_builds/pkg_server/catalog/tmpv7uAyn'
Ouch. What *does* exist under /export/nightly_builds/pkg_server? You ought to have both a catalog directory and an updatelog directory (that was the other stack trace). Did you go remove those directories at some point without restarting the depot? Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
