× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Ryan,

A couple of things about '/tmp'.
1 - At some release IBM changed an attribute about it and you may want to
ensure that you change it back. The problem that the IBM change did was
that if you use api's to send email from your i then it abends the process
leaving hung email (and a lot of files in '/tmp'). The reason being is
that user RYAN can send out the email but the IBM change did not allow
QTCP to rename or delete the files in /tmp and thus when RYAN handed off
the process to QTCP - abort. So,
CHGATR OBJ('/tmp') ATR(*RSTDRNMUNL) VALUE(*NO)
Seeing that you call it Root/TMP you may be using iNav to view this. Then
right click on '/tmp' and you can turn off the "Restrict Rename and
Unlink" there.
2 - Every time I bring the system down into restricted state I clear off
everything in that directory - subdirectories and files alike. I find
that
EDTF '/tmp'
and using 4 for delete and 9 for recursive delete work great. Leave the
main directory '/tmp' there though. Just delete all the stuff in it.
Doing this when the system is not in restricted state may cause
unacceptable results.
Seeing that you call it Root/TMP you may be using iNav to delete this
stuff - that's ok and should work fine.

Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.