What the heck are the /1 and /2 files for?
[root@foo /]# ls -l /[12] -rw-r--r-- 1 root root 161 Mar 21 22:28 /1 -rw-r--r-- 1 root root 0 Mar 21 22:28 /2
[root@foo /]# cat 1 make: Entering directory `/etc/security/selinux/src/policy' make: Nothing to be done for `/dev/null'. make: Leaving directory `/etc/security/selinux/src/policy'
Looks like temp files leftover from something in the install process, since the timestamp is before that of install.log:
[root@foo root]# ls -l install.log -rw-r--r-- 1 root root 62700 Mar 21 22:47 install.log
and this was a fresh format + everything install.
On Mon, 22 Mar 2004 17:06, "Charles R. Anderson" cra@WPI.EDU wrote:
What the heck are the /1 and /2 files for?
[root@foo /]# ls -l /[12] -rw-r--r-- 1 root root 161 Mar 21 22:28 /1 -rw-r--r-- 1 root root 0 Mar 21 22:28 /2
What is the contents of /1?
On Mon, Mar 22, 2004 at 05:14:20PM +1100, Russell Coker wrote:
On Mon, 22 Mar 2004 17:06, "Charles R. Anderson" cra@WPI.EDU wrote:
What the heck are the /1 and /2 files for?
[root@foo /]# ls -l /[12] -rw-r--r-- 1 root root 161 Mar 21 22:28 /1 -rw-r--r-- 1 root root 0 Mar 21 22:28 /2
What is the contents of /1?
It is in the part of the email you cut out...
On Sun, 2004-03-21 at 23:06, Charles R. Anderson wrote:
What the heck are the /1 and /2 files for?
[root@foo /]# ls -l /[12] -rw-r--r-- 1 root root 161 Mar 21 22:28 /1 -rw-r--r-- 1 root root 0 Mar 21 22:28 /2
[root@foo /]# cat 1 make: Entering directory `/etc/security/selinux/src/policy' make: Nothing to be done for `/dev/null'. make: Leaving directory `/etc/security/selinux/src/policy'
I am guessing that somewhere someone is using the old 2>& 1 type line and it didnt work. [I always get csh and bash mixed up myself on these.]
Looks like temp files leftover from something in the install process, since the timestamp is before that of install.log:
[root@foo root]# ls -l install.log -rw-r--r-- 1 root root 62700 Mar 21 22:47 install.log
and this was a fresh format + everything install.
-- fedora-selinux-list mailing list fedora-selinux-list@redhat.com http://www.redhat.com/mailman/listinfo/fedora-selinux-list
Stephen Smoogen wrote:
On Sun, 2004-03-21 at 23:06, Charles R. Anderson wrote:
What the heck are the /1 and /2 files for?
[root@foo /]# ls -l /[12] -rw-r--r-- 1 root root 161 Mar 21 22:28 /1 -rw-r--r-- 1 root root 0 Mar 21 22:28 /2
[root@foo /]# cat 1 make: Entering directory `/etc/security/selinux/src/policy' make: Nothing to be done for `/dev/null'. make: Leaving directory `/etc/security/selinux/src/policy'
I am guessing that somewhere someone is using the old 2>& 1 type line and it didnt work. [I always get csh and bash mixed up myself on these.]
Looks like temp files leftover from something in the install process, since the timestamp is before that of install.log:
[root@foo root]# ls -l install.log -rw-r--r-- 1 root root 62700 Mar 21 22:47 install.log
and this was a fresh format + everything install.
Guilty. I had it backwards in policy-sources. Fixed in next version.
-- fedora-selinux-list mailing list fedora-selinux-list@redhat.com http://www.redhat.com/mailman/listinfo/fedora-selinux-list
selinux@lists.fedoraproject.org