Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

'chmod: not all requested changes were made '

2,129 views
Skip to first unread message

geoff

unread,
Jan 3, 2001, 1:53:26 PM1/3/01
to
I recently ran into this error message from chmod, never seen anything like
it before.
Does anyone know what's going on here ?

Following is cmd line transcript::


howard> mkdir xxx
howard> ls -ld xxx
drwxrwsr-x 2 howard other 512 Jan 03 13:01 xxx
howard> chmod 777 xxx
0481-014 chmod: not all requested changes were made to xxx
howard> ls -ld xxx
drwxrwxrwx 2 howard other 512 Jan 03 13:01 xxx
howard>

lam...@my-deja.com

unread,
Jan 4, 2001, 12:31:21 AM1/4/01
to
Geoff,
That is normal you have no problem with the message.
It means that you just create new directory without any file in it when
the changes made.
So the command just changed for the directory only but not the files or
subdirectroy when restored or created later onto it.


Cheers......Lamris P

In article <t56t5m3...@corp.supernews.com>,


Sent via Deja.com
http://www.deja.com/

bob

unread,
Jan 4, 2001, 6:13:15 AM1/4/01
to
Really not too sure here, we get this aswell sometimes,
probably the acl's

bret


In article <t56t5m3...@corp.supernews.com>, geoff_...@bmc.com
says...

geoff

unread,
Jan 4, 2001, 1:45:52 PM1/4/01
to
The problem is that we have an existing project with numerous Makefiles
having this 'mkdir - chmod' combination. It used to work and we're trying
to determine what's changed to produce this error because it kills make.
The alternative is to modify all the makefiles to ignore the chmod error, a
non trivial task based on the size of the project.
But thanks to you and bob for your input.

lam...@my-deja.com wrote in message <9311r9$hlv$1...@nnrp1.deja.com>...

lam...@my-deja.com

unread,
Jan 8, 2001, 9:23:24 PM1/8/01
to
Try use "chmod -R 777 * "

La's


In article <t59iqae...@corp.supernews.com>,

Tony Curtis

unread,
Jan 8, 2001, 9:36:57 PM1/8/01
to
>> On Wed, 3 Jan 2001 13:53:26 -0500,
>> "geoff" <geoff_...@bmc.com> said:

> I recently ran into this error message from chmod, never
> seen anything like it before. Does anyone know what's
> going on here ?
> Following is cmd line transcript::

> chmod 777 xxx


> 0481-014 chmod: not all requested changes were made to xxx

This may occur because an ACL is more restrictive. Try
"aclget xxx" and "aclget ." (and .. too) and see what it
says.

It could also be something to do with the parent directory
(or parents). Maybe they have more restrictive
permissions, belong to someone else (and thus you are
seeing owner/group related messages from chmod) or are
grpid (this last paragraph is pure speculation on my
part).

hth
t
--
Eih bennek, eih blavek.

Norman Levin

unread,
Jan 11, 2001, 12:43:44 AM1/11/01
to
lam...@my-deja.com wrote:
>
> Try use "chmod -R 777 * "

** you MUST BE KIDDING ****
chmod - recursive - the most DANGEROUS command in anybodys hands.
do NOT DO THIS.

--
Norman Levin


0 new messages