Problem of Enterprise Linux with NFS
Amit Gupta <[email protected]> Fri, 14 Oct 2005 11:51:28 -0700
| Newsgroups | gmane.linux.redhat.stronghold,gmane.linux.redhat.rhn.user |
|---|---|
| Message-ID | <BB72582A6FD37B49B74D2D7DF431C6BA07769FBF@sc-msexch-09.extremenetworks.com> |
Hi I am geting this error when i fired this command in enterprise linux . > perl -e 'use FileHandle; sysopen H, newfilename, O_CREAT|O_EXCL, 0600 or die "could not create file"' (0)[rtp-build@clementine ew-images] perl -e 'use FileHandle; sysopen H, newfilename, O_CREAT|O_EXCL, 0600 or die "could not create file"' could not create file at -e line 1. [root@clementine log]# uname -a Linux clementine.extremenetworks.com 2.6.9-11.ELsmp #1 SMP Fri May 20 18:26:27 EDT 2005 i686 i686 i386 GNU/Linux error in /var/log/messages Oct 14 23:13:50 clementine kernel: SELinux: initialized (dev 0:15, type nfs), uses genfs_contexts Oct 14 23:14:03 clementine kernel: SELinux: initialized (dev 0:16, type nfs), uses genfs_contexts ---------- but when i run this command in other system of red linux envoirnment it there is no error is coming. rtp-build@lime ew-images] perl -e 'use FileHandle; sysopen H, newfilename, O_CREAT|O_EXCL, 0600 or die "could not create file"' (0)[rtp-build@lime ew-images] ls newfilename* (0)[rtp-build@lime ew-images] uname -a Linux lime.extremenetworks.com 2.4.20-18.7 #1 Thu May 29 08:32:50 EDT 2003 i686 unknown Perl version is same both the machine. Thanks Amit Gupta