ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] master2.2 - Access control list на EXT3
@ 2003-04-18 12:29 Yuri Nikolaev
  2003-04-18 12:52 ` vic ismakaev
  2003-04-18 19:47 ` [Comm] " Konstantin Lepikhov
  0 siblings, 2 replies; 4+ messages in thread
From: Yuri Nikolaev @ 2003-04-18 12:29 UTC (permalink / raw)
  To: community

Собрал ядро 2.4.20 (от kernel.org) с патчем  ea+acl:
CONFIG_FS_POSIX_ACL=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_XATTR_SHARING=y
CONFIG_EXT3_FS_XATTR_USER=y
CONFIG_EXT3_FS_XATTR_TRUSTED=y
CONFIG_EXT3_FS_POSIX_ACL=y

Не работает setfacl из дистрибутива (пакет acl-2.0.11-alt1):

[root@nik2 root]# setfacl -m u:nik:rwx acltest
setfacl: acltest: Operation not supported

Что делать? :)

-- 
Yuri Nikolaev




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Comm] master2.2 - Access control list на EXT3
  2003-04-18 12:29 [Comm] master2.2 - Access control list на EXT3 Yuri Nikolaev
@ 2003-04-18 12:52 ` vic ismakaev
  2003-04-18 19:47 ` [Comm] " Konstantin Lepikhov
  1 sibling, 0 replies; 4+ messages in thread
From: vic ismakaev @ 2003-04-18 12:52 UTC (permalink / raw)
  To: community

18 Апрель 2003 18:29, Yuri Nikolaev написал:
> Собрал ядро 2.4.20 (от kernel.org) с патчем  ea+acl:
> CONFIG_FS_POSIX_ACL=y
> CONFIG_EXT3_FS=y
> CONFIG_EXT3_FS_XATTR=y
> CONFIG_EXT3_FS_XATTR_SHARING=y
> CONFIG_EXT3_FS_XATTR_USER=y
> CONFIG_EXT3_FS_XATTR_TRUSTED=y
> CONFIG_EXT3_FS_POSIX_ACL=y
>
> Не работает setfacl из дистрибутива (пакет acl-2.0.11-alt1):
>
> [root@nik2 root]# setfacl -m u:nik:rwx acltest
> setfacl: acltest: Operation not supported
>
> Что делать? :)
Не пользую POSIX ACL, но в качестве альтернативы рекомендую посмотреть на 
trustees.sf.net - ACL по образу Novell,да к томуже не зависит от типа FS.
-- 
С уважением
Виктор В Исмакаев


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Comm] Re: master2.2 - Access control list на EXT3
  2003-04-18 12:29 [Comm] master2.2 - Access control list на EXT3 Yuri Nikolaev
  2003-04-18 12:52 ` vic ismakaev
@ 2003-04-18 19:47 ` Konstantin Lepikhov
  2003-04-18 20:40   ` Konstantin Lepikhov
  1 sibling, 1 reply; 4+ messages in thread
From: Konstantin Lepikhov @ 2003-04-18 19:47 UTC (permalink / raw)
  To: community

Hi Yuri!

Friday 18, at 04:29:15 PM you wrote:

> Собрал ядро 2.4.20 (от kernel.org) с патчем  ea+acl:
Тогда почему и поставили acl оттуда же?

> CONFIG_FS_POSIX_ACL=y
> CONFIG_EXT3_FS=y
> CONFIG_EXT3_FS_XATTR=y
> CONFIG_EXT3_FS_XATTR_SHARING=y
> CONFIG_EXT3_FS_XATTR_USER=y
> CONFIG_EXT3_FS_XATTR_TRUSTED=y
> CONFIG_EXT3_FS_POSIX_ACL=y
> 
> Не работает setfacl из дистрибутива (пакет acl-2.0.11-alt1):
прекрасно работает на xfs. 
> 
> [root@nik2 root]# setfacl -m u:nik:rwx acltest
> setfacl: acltest: Operation not supported
> 
> Что делать? :)
> 
думать и читать документацию. Вы же сами искали себе неприятности.

-- 
WBR, Konstantin	      chat with ==>ICQ: 109916175
     Lepikhov,	      speak  to ==>JID: lakostis@jabber.org
aka L.A. Kostis       write  to ==>mailto:lakostis@pisem.net.nospam

...The information is like the bank... 			  (c) EC8OR



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Comm] Re: master2.2 - Access control list на EXT3
  2003-04-18 19:47 ` [Comm] " Konstantin Lepikhov
@ 2003-04-18 20:40   ` Konstantin Lepikhov
  0 siblings, 0 replies; 4+ messages in thread
From: Konstantin Lepikhov @ 2003-04-18 20:40 UTC (permalink / raw)
  To: community

Hi community!

Friday 18, at 11:47:02 PM you wrote:

> Hi Yuri!
> 
> Friday 18, at 04:29:15 PM you wrote:
> 
> > Собрал ядро 2.4.20 (от kernel.org) с патчем  ea+acl:
> Тогда почему и поставили acl оттуда же?
> 
Блин, пора спать =) _Не_ поставили acl оттуда же?

-- 
WBR, Konstantin	      chat with ==>ICQ: 109916175
     Lepikhov,	      speak  to ==>JID: lakostis@jabber.org
aka L.A. Kostis       write  to ==>mailto:lakostis@pisem.net.nospam

...The information is like the bank... 			  (c) EC8OR



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-04-18 20:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-18 12:29 [Comm] master2.2 - Access control list на EXT3 Yuri Nikolaev
2003-04-18 12:52 ` vic ismakaev
2003-04-18 19:47 ` [Comm] " Konstantin Lepikhov
2003-04-18 20:40   ` Konstantin Lepikhov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git