bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd


From: Elias Pipping
Subject: Re: new snapshot [Re: coreutils 6.9.92 fail to configure on *bsd
Date: Sat, 26 Jan 2008 12:39:03 +0100
User-agent: Mutt/1.5.17 (2007-11-01)

On Sat, Jan 26, 2008 at 08:58:34AM +0100, Jim Meyering wrote:
> 
> Please do this as root:
>
>   cd coreutils-6.10/src
>   ./id -a
>   ./rm -rf f g
>   echo a > f
>   ./chown +0:+0 f
>   ls -ld . f
>   ./cp f g
>   ls -l g
>
> and look at the output.
> The final ls should show g with group "root".

For some reason it doesn't.

  # cd coreutils-6.10/src
  # ./id -a
  uid=0(root) gid=0(wheel) groups=0(wheel),1(daemon),8(procview),
      2(kmem),29(certusers),3(sys),9(procmod),4(tty),
      102(com.apple.sharepoint.group.2),5(operator),80(admin),20(staff),
      101(com.apple.sharepoint.group.1)
  # ./rm -rf f g
  # echo a > f
  # ./chown +0:+0 f
  # ls -ld . f
  drwxr-xr-x  3 pipping  staff  11186 Jan 26 12:29 .
  -rw-r--r--  1 root     wheel      2 Jan 26 12:29 f
  # ./cp f g
  # ls -l g
  -rw-r--r--  1 root  staff  2 Jan 26 12:29 g
  #

( exactly the same happens when the bsd tools in /usr/bin and /bin are
  used instead btw )

> If not, please repeat but with this in place of the
> ./cp command above:
>
>   strace -o log ./cp f g
>
> and then send the output as well as the contents of "log"
> to the list.

Sorry, but there's no strace on darwin9.


-- Elias

Attachment: pgps8zcwZR4LZ.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]