Displaying 2 results from an estimated 2 matches for "print_to_file".
2019 Aug 21
3
CentOS 5 file system read only issue
Hello Everyone,
We are using CentOS 5 system for certain application. Those are VM guests
running in VMware. There is datastore issue occasionally, causing all file
systems becoming read only file systems. So application stop working, and
opened files cannot be written either. We cannot even ssh login to the
system. Typically we had to power cycle the VM. We are trying to add
reliability to the
2019 Aug 21
0
CentOS 5 file system read only issue
...ystem call intended for use on network socket handles, not file handles. Since socket handles and file handles are compatible on a Unix type system (including CentOS) the call doesn?t fail, but it *cannot* report the information you?re hoping to get.
I would first try calling the -w operator:
print_to_file() if -w $fh;