/usr/lib32 question

2012-03-13 Thread Waitman Gobble
Hi,


I have four files in /usr/lib32  - libc.so.7, libcrypt.so.5, librt.so.1,
libthr.so.3 that are 444 root. Seems like i am unable to change permissions
or remove... any idea why? or really, how to delete those files. it's an
amd64 machine.

Thanks,
Waitman Gobble
San Jose California USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: /usr/lib32 question

2012-03-13 Thread Waitman Gobble
On Mon, Mar 12, 2012 at 11:49 PM, Waitman Gobble gobble...@gmail.comwrote:

 Hi,


 I have four files in /usr/lib32  - libc.so.7, libcrypt.so.5, librt.so.1,
 libthr.so.3 that are 444 root. Seems like i am unable to change permissions
 or remove... any idea why? or really, how to delete those files. it's an
 amd64 machine.

 Thanks,
 Waitman Gobble
 San Jose California USA


oops, duh sorry it's late. figured it out. :)
chflags noschg

Thanks
Waitman Gobble
San Jose California USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: /usr/lib32 question

2012-03-13 Thread Polytropon
On Mon, 12 Mar 2012 23:49:50 -0700, Waitman Gobble wrote:
 Hi,
 
 
 I have four files in /usr/lib32  - libc.so.7, libcrypt.so.5, librt.so.1,
 libthr.so.3 that are 444 root. Seems like i am unable to change permissions
 or remove... any idea why? or really, how to delete those files. it's an
 amd64 machine.

I'm on i386 here, so I can't check, but:

See if the files have additional flags set, especially
the system immutable flag (schg):

# ls -lo /usr/lib32

If neccessary, use:

# chflags noschg /usr/lib32/*

and continue trying to change permissions or remove the
files in that directory.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: /usr/lib32 question

2012-03-13 Thread Waitman Gobble
On Tue, Mar 13, 2012 at 12:06 AM, Polytropon free...@edvax.de wrote:

 On Mon, 12 Mar 2012 23:49:50 -0700, Waitman Gobble wrote:
  Hi,
 
 
  I have four files in /usr/lib32  - libc.so.7, libcrypt.so.5, librt.so.1,
  libthr.so.3 that are 444 root. Seems like i am unable to change
 permissions
  or remove... any idea why? or really, how to delete those files. it's an
  amd64 machine.

 I'm on i386 here, so I can't check, but:

 See if the files have additional flags set, especially
 the system immutable flag (schg):

# ls -lo /usr/lib32

 If neccessary, use:

# chflags noschg /usr/lib32/*

 and continue trying to change permissions or remove the
 files in that directory.



 --
 Polytropon
 Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...


cool, thank you.

Waitman Gobble
San Jose California USa
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org