On Tue, Jun 04, 2002 at 02:17:55PM +0200, Marcus Brinkmann wrote:
> I hope Jeff makes sure that on his system, all debs have proper
> uid/gids (by using --inherit-dir-group on the autobuilder, and
> taking other appropriate measures, as making sure no sgid flag is
> set, and that he uses the patc
On Tue, Jun 04, 2002 at 02:25:31PM +0200, Santiago Vila wrote:
> >
> > but dpkg is expected to update file permissions/owners isn't it?
>
> No, actually it's not expected to do that.
>
> The current behaviour allows users to override permissions on
> directories without having to worry about the
> On Tue, Jun 04, 2002 at 02:05:27PM +0200, Santiago Vila wrote:
> >
> > This is normal dpkg behaviour.
> >
> > You should get the right permissions if you reinstall the system from
> > scratch using base-files_3.0.3 (alternatively, you can change them
> > yourself by hand). As far as base-files i
On Tue, Jun 04, 2002 at 02:03:35PM +0200, Alfred M. Szmidt wrote:
> That is a "small" known bug in the tar-ball. I reported it to Marcus a
> while back.
The file ids in the tar file come straight from the debs.
The debs were borged because of the different filesystem behaviour, a bug in
dpkg-so
On Tue, Jun 04, 2002 at 02:05:27PM +0200, Santiago Vila wrote:
>
> This is normal dpkg behaviour.
>
> You should get the right permissions if you reinstall the system from
> scratch using base-files_3.0.3 (alternatively, you can change them
> yourself by hand). As far as base-files is concerned,
* Robert Millan writes:
> On Mon, Jun 03, 2002 at 11:39:23PM +0200, Alfred M. Szmidt wrote:
>> * Robert Millan writes:
>> > It'd be nice if someone more clued than me
>> > had a look at that.
>>
>> Maybe this will clear things up for you:
>> http://mail.gnu.org/pipermail/bug-hurd/2002-April/00790
On Mon, Jun 03, 2002 at 11:39:23PM +0200, Alfred M. Szmidt wrote:
> * Robert Millan writes:
> > It'd be nice if someone more clued than me
> > had a look at that.
>
> Maybe this will clear things up for you:
> http://mail.gnu.org/pipermail/bug-hurd/2002-April/007902.html
I see. Then the problem
* Robert Millan writes:
> It'd be nice if someone more clued than me
> had a look at that.
Maybe this will clear things up for you:
http://mail.gnu.org/pipermail/bug-hurd/2002-April/007902.html
Cheers,
--
Alfred M. Szmidt
___
Bug-hurd mailing list
[E
Hello!
I noticed that when creating a file as root
(both uid=0 and gid=0), the default GID owner
won't be 0 but 1000.
This breaks execution of programs that check
GID of a specific file as a security feature,
like the X server does.
Went into hurd_file_name_lookup but don't
understand it well