* Re: [devel] Q: coreutils openat test
2007-02-02 20:50 [devel] Q: coreutils openat test Dmitry V. Levin
@ 2007-02-02 20:36 ` Alexander Bokovoy
2007-02-02 21:04 ` Dmitry V. Levin
2007-02-02 21:05 ` Pavlov Konstantin
` (2 subsequent siblings)
3 siblings, 1 reply; 8+ messages in thread
From: Alexander Bokovoy @ 2007-02-02 20:36 UTC (permalink / raw)
To: ALT Devel discussion list
Dmitry V. Levin пишет:
> Hi,
>
> После пересборки coreutils на glibc-2.5 получился один неприятный побочный
> эффект, который, как мне казалось, уже был исправлен:
>
> $ mkdir dir1 && cd dir1 && mkdir dir2 && cd dir2 && chmod a=x .. && /bin/pwd
> /bin/pwd: cannot open directory `..': Permission denied
>
> У меня просьба ко всем, у кого есть возможность выполнить этот тест на
> других ОС с coreutils >= 5.97 и glibc >= 2.5 (особенно меня интересует
> FC6 и FC-devel), написать мне результат.
ab@scaleot:~/tmp> mkdir dir1 && cd dir1 && mkdir dir2 && cd dir2 &&
chmod a=x .. && /bin/pwd
/home/ab/tmp/dir1/dir2
ab@scaleot:~/tmp/dir1/dir2> rpm -q coreutils glibc
coreutils-6.4-10
glibc-2.5-25
Это на OpenSUSE 10.2 x86_64, ближайший хост с glibc 2.5, который был под
рукой.
--
/ Alexander Bokovoy
^ permalink raw reply [flat|nested] 8+ messages in thread
* [devel] Q: coreutils openat test
@ 2007-02-02 20:50 Dmitry V. Levin
2007-02-02 20:36 ` Alexander Bokovoy
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Dmitry V. Levin @ 2007-02-02 20:50 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 477 bytes --]
Hi,
После пересборки coreutils на glibc-2.5 получился один неприятный побочный
эффект, который, как мне казалось, уже был исправлен:
$ mkdir dir1 && cd dir1 && mkdir dir2 && cd dir2 && chmod a=x .. && /bin/pwd
/bin/pwd: cannot open directory `..': Permission denied
У меня просьба ко всем, у кого есть возможность выполнить этот тест на
других ОС с coreutils >= 5.97 и glibc >= 2.5 (особенно меня интересует
FC6 и FC-devel), написать мне результат.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Q: coreutils openat test
2007-02-02 20:36 ` Alexander Bokovoy
@ 2007-02-02 21:04 ` Dmitry V. Levin
0 siblings, 0 replies; 8+ messages in thread
From: Dmitry V. Levin @ 2007-02-02 21:04 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 899 bytes --]
On Fri, Feb 02, 2007 at 11:36:28PM +0300, Alexander Bokovoy wrote:
> Dmitry V. Levin пишет:
> >
> > После пересборки coreutils на glibc-2.5 получился один неприятный побочный
> > эффект, который, как мне казалось, уже был исправлен:
> >
> > $ mkdir dir1 && cd dir1 && mkdir dir2 && cd dir2 && chmod a=x .. && /bin/pwd
> > /bin/pwd: cannot open directory `..': Permission denied
> >
> > У меня просьба ко всем, у кого есть возможность выполнить этот тест на
> > других ОС с coreutils >= 5.97 и glibc >= 2.5 (особенно меня интересует
> > FC6 и FC-devel), написать мне результат.
> ab@scaleot:~/tmp> mkdir dir1 && cd dir1 && mkdir dir2 && cd dir2 &&
> chmod a=x .. && /bin/pwd
> /home/ab/tmp/dir1/dir2
> ab@scaleot:~/tmp/dir1/dir2> rpm -q coreutils glibc
> coreutils-6.4-10
> glibc-2.5-25
Так и есть, в coreutils-6.x исправлено. Спасибо.
Вопрос по FC6 остаётся.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Q: coreutils openat test
2007-02-02 20:50 [devel] Q: coreutils openat test Dmitry V. Levin
2007-02-02 20:36 ` Alexander Bokovoy
@ 2007-02-02 21:05 ` Pavlov Konstantin
2007-02-02 21:08 ` Dmitry V. Levin
2007-02-05 10:55 ` Igor Zubkov
2007-02-15 8:54 ` Alexey Tourbin
3 siblings, 1 reply; 8+ messages in thread
From: Pavlov Konstantin @ 2007-02-02 21:05 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 909 bytes --]
On Friday 02 February 2007 23:50, Dmitry V. Levin wrote:
> Hi,
>
> После пересборки coreutils на glibc-2.5 получился один неприятный побочный
> эффект, который, как мне казалось, уже был исправлен:
>
> $ mkdir dir1 && cd dir1 && mkdir dir2 && cd dir2 && chmod a=x .. &&
> /bin/pwd /bin/pwd: cannot open directory `..': Permission denied
>
> У меня просьба ко всем, у кого есть возможность выполнить этот тест на
> других ОС с coreutils >= 5.97 и glibc >= 2.5 (особенно меня интересует
> FC6 и FC-devel), написать мне результат.
[thresh@fc ~]$ mkdir dir1 && cd dir1 && mkdir dir2 && cd dir2 && chmod a=x ..
&& /bin/pwd
/bin/pwd: cannot open directory `..': Permission denied
[thresh@fc dir2]$ rpm -q glibc coreutils
glibc-2.5-10.fc6
coreutils-5.97-12.3.fc6
[thresh@fc dir2]$ cat /etc/redhat-release
Fedora Core release 6 (Zod)
--
Pavlov Konstantin,
ALT Linux Team,
VideoLAN Team,
jid: thresh@altlinux.org
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Q: coreutils openat test
2007-02-02 21:05 ` Pavlov Konstantin
@ 2007-02-02 21:08 ` Dmitry V. Levin
0 siblings, 0 replies; 8+ messages in thread
From: Dmitry V. Levin @ 2007-02-02 21:08 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 1024 bytes --]
On Sat, Feb 03, 2007 at 12:05:03AM +0300, Pavlov Konstantin wrote:
> On Friday 02 February 2007 23:50, Dmitry V. Levin wrote:
> >
> > После пересборки coreutils на glibc-2.5 получился один неприятный побочный
> > эффект, который, как мне казалось, уже был исправлен:
> >
> > $ mkdir dir1 && cd dir1 && mkdir dir2 && cd dir2 && chmod a=x .. &&
> > /bin/pwd /bin/pwd: cannot open directory `..': Permission denied
> >
> > У меня просьба ко всем, у кого есть возможность выполнить этот тест на
> > других ОС с coreutils >= 5.97 и glibc >= 2.5 (особенно меня интересует
> > FC6 и FC-devel), написать мне результат.
>
> [thresh@fc ~]$ mkdir dir1 && cd dir1 && mkdir dir2 && cd dir2 && chmod a=x ..
> && /bin/pwd
> /bin/pwd: cannot open directory `..': Permission denied
> [thresh@fc dir2]$ rpm -q glibc coreutils
> glibc-2.5-10.fc6
> coreutils-5.97-12.3.fc6
> [thresh@fc dir2]$ cat /etc/redhat-release
> Fedora Core release 6 (Zod)
Всё понятно. Спасибо. Больше тестировать pwd не надо.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Q: coreutils openat test
2007-02-02 20:50 [devel] Q: coreutils openat test Dmitry V. Levin
2007-02-02 20:36 ` Alexander Bokovoy
2007-02-02 21:05 ` Pavlov Konstantin
@ 2007-02-05 10:55 ` Igor Zubkov
2007-02-15 8:54 ` Alexey Tourbin
3 siblings, 0 replies; 8+ messages in thread
From: Igor Zubkov @ 2007-02-05 10:55 UTC (permalink / raw)
To: ALT Devel discussion list
В Птн, 02/02/2007 в 23:50 +0300, Dmitry V. Levin пишет:
> Hi,
>
> После пересборки coreutils на glibc-2.5 получился один неприятный побочный
> эффект, который, как мне казалось, уже был исправлен:
>
> $ mkdir dir1 && cd dir1 && mkdir dir2 && cd dir2 && chmod a=x .. && /bin/pwd
> /bin/pwd: cannot open directory `..': Permission denied
>
> У меня просьба ко всем, у кого есть возможность выполнить этот тест на
> других ОС с coreutils >= 5.97 и glibc >= 2.5 (особенно меня интересует
> FC6 и FC-devel), написать мне результат.
[icesik@localhost tmp]$ mkdir dir1 && cd dir1 && mkdir dir2 && cd dir2
&& chmod a=x .. && /bin/pwd
/bin/pwd: невозможно открыть каталог `..': Отказано в доступе
[icesik@localhost dir2]$ cat /etc/fedora-release
Fedora Core release 6 (Zod)
[icesik@localhost dir2]$
Обновления на FC6 у меня стоят все.
[icesik@localhost ~]$ rpm -q glibc
glibc-2.5-10.fc6
[icesik@localhost ~]$ rpm -q coreutils
coreutils-5.97-12.3.fc6
[icesik@localhost ~]$
Я ничего не забыл?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Q: coreutils openat test
2007-02-02 20:50 [devel] Q: coreutils openat test Dmitry V. Levin
` (2 preceding siblings ...)
2007-02-05 10:55 ` Igor Zubkov
@ 2007-02-15 8:54 ` Alexey Tourbin
2007-02-15 11:19 ` Dmitry V. Levin
3 siblings, 1 reply; 8+ messages in thread
From: Alexey Tourbin @ 2007-02-15 8:54 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 474 bytes --]
On Fri, Feb 02, 2007 at 11:50:22PM +0300, Dmitry V. Levin wrote:
> Hi,
>
> После пересборки coreutils на glibc-2.5 получился один неприятный побочный
> эффект, который, как мне казалось, уже был исправлен:
>
> $ mkdir dir1 && cd dir1 && mkdir dir2 && cd dir2 && chmod a=x .. && /bin/pwd
> /bin/pwd: cannot open directory `..': Permission denied
Это значит вместо getcwd(3), который транслируется в системный вызов,
теперь используется opendir("..") тра-ля-ля?
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [devel] Q: coreutils openat test
2007-02-15 8:54 ` Alexey Tourbin
@ 2007-02-15 11:19 ` Dmitry V. Levin
0 siblings, 0 replies; 8+ messages in thread
From: Dmitry V. Levin @ 2007-02-15 11:19 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 624 bytes --]
On Thu, Feb 15, 2007 at 11:54:05AM +0300, Alexey Tourbin wrote:
> On Fri, Feb 02, 2007 at 11:50:22PM +0300, Dmitry V. Levin wrote:
> > После пересборки coreutils на glibc-2.5 получился один неприятный побочный
> > эффект, который, как мне казалось, уже был исправлен:
> >
> > $ mkdir dir1 && cd dir1 && mkdir dir2 && cd dir2 && chmod a=x .. && /bin/pwd
> > /bin/pwd: cannot open directory `..': Permission denied
>
> Это значит вместо getcwd(3), который транслируется в системный вызов,
> теперь используется opendir("..") тра-ля-ля?
Так было в той сборке coreutils, о которой шла речь. FIXED.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-02-15 11:19 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-02 20:50 [devel] Q: coreutils openat test Dmitry V. Levin
2007-02-02 20:36 ` Alexander Bokovoy
2007-02-02 21:04 ` Dmitry V. Levin
2007-02-02 21:05 ` Pavlov Konstantin
2007-02-02 21:08 ` Dmitry V. Levin
2007-02-05 10:55 ` Igor Zubkov
2007-02-15 8:54 ` Alexey Tourbin
2007-02-15 11:19 ` Dmitry V. Levin
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git