Re: Directories created in /tmp are owned by group root

2012-03-03 Thread Cyril Brulebois
Javi Merino (03/03/2012): > Fair enough, I'll tell upstream and hopefully it will help getting my > hacky patch accepted. I guess you could just make it respect TMPDIR and set it in debian/rules? Mraw, KiBi. signature.asc Description: Digital signature

Re: Directories created in /tmp are owned by group root

2012-03-03 Thread Javi Merino
On Sat, Mar 03, 2012 at 03:41:05PM +0100, Aurelien Jarno wrote: > On Sat, Mar 03, 2012 at 12:47:10PM +, Javi Merino wrote: > > Hi, > > > > In kfreebsd-* buildds and porterboxes, directories created in /tmp are > > owned by group root. In linux-* buildds and porter

Re: Directories created in /tmp are owned by group root

2012-03-03 Thread Aurelien Jarno
On Sat, Mar 03, 2012 at 12:47:10PM +, Javi Merino wrote: > Hi, > > In kfreebsd-* buildds and porterboxes, directories created in /tmp are > owned by group root. In linux-* buildds and porterboxes they are > owned by the "Debian" group. > > vicho@asdfasdf:/t

Re: Directories created in /tmp are owned by group root

2012-03-03 Thread Axel Beckert
Hi, Robert Millan wrote: > > In kfreebsd-* buildds and porterboxes, directories created in /tmp are > > owned by group root.  In linux-* buildds and porterboxes they are > > owned by the "Debian" group. > > > > vicho@asdfasdf:/tmp$ mkdir test > > vic

Re: Directories created in /tmp are owned by group root

2012-03-03 Thread Javi Merino
On Sat, Mar 03, 2012 at 02:09:16PM +0100, Robert Millan wrote: > El 3 de març de 2012 13:47, Javi Merino ha escrit: > > Hi, > > > > In kfreebsd-* buildds and porterboxes, directories created in /tmp are > > owned by group root.  In linux-* buildds and porterboxes they a

Re: Directories created in /tmp are owned by group root

2012-03-03 Thread Robert Millan
El 3 de març de 2012 13:47, Javi Merino ha escrit: > Hi, > > In kfreebsd-* buildds and porterboxes, directories created in /tmp are > owned by group root.  In linux-* buildds and porterboxes they are > owned by the "Debian" group. > > vicho@asdfasdf:/tmp$ mkdir tes

Directories created in /tmp are owned by group root

2012-03-03 Thread Javi Merino
Hi, In kfreebsd-* buildds and porterboxes, directories created in /tmp are owned by group root. In linux-* buildds and porterboxes they are owned by the "Debian" group. vicho@asdfasdf:/tmp$ mkdir test vicho@asdfasdf:/tmp$ ls -ld test drwxr-xr-x 2 vicho root 512 mar 3 13:44 test vich