I am writing a bash script run in suse10 at domain0 to mount an ISO file which contains another suse10 for running at domainU. I use XEN 3
After my bash file mount the ISO file and remove the directory
/etc/sysconfig/network. I got segmentation fail at domain0 and
suse10 at domain0 do not respond any more.
I use "rm -rf /etc/sysconfig/network" to remove directory so that I can copy a preconfigured network directory to that location.
Is there any chance that segmentation fault show that there may be file corrupted in your linux system file?
I have be successful for removing that directory with bash script but segmentation fault occur now.
After my bash file mount the ISO file and remove the directory
/etc/sysconfig/network. I got segmentation fail at domain0 and
suse10 at domain0 do not respond any more.
I use "rm -rf /etc/sysconfig/network" to remove directory so that I can copy a preconfigured network directory to that location.
Is there any chance that segmentation fault show that there may be file corrupted in your linux system file?
I have be successful for removing that directory with bash script but segmentation fault occur now.