[chromium-dev] Re: Linux developers: you need to read this

2009-07-15 Thread Adam Langley
On Wed, Jul 15, 2009 at 4:21 PM, Michaelmichael.monr...@gmail.com wrote: It's correctly set to User and I have since done a complete clean rebuild of the tree, still no joy... Please make sure that you sync = 20718. As Joel pointed out, I typoed a #define. AGL

[chromium-dev] Re: Linux developers: you need to read this

2009-07-15 Thread Michael
On Jul 15, 6:31 pm, Adam Langley a...@chromium.org wrote: Please make sure that you sync = 20718. As Joel pointed out, I typoed a #define. AGL Sure... svn info | grep Revision Revision: 20728 --~--~-~--~~~---~--~~ Chromium Developers mailing list:

[chromium-dev] Re: Linux developers: you need to read this

2009-07-15 Thread Michael
Oh... I am building Release configuration, maybe this is not yet working there? --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe:

[chromium-dev] Re: Linux developers: you need to read this

2009-07-15 Thread Adam Langley
On Wed, Jul 15, 2009 at 2:11 AM, Adam Langleya...@google.com wrote:  * Edit build/common.gypi and change linux_suid_sandbox_restrictions from Path to User (missed a step) * re-GYP: cd .. ./depot_tools/gclient runhooks --force cd src should probably do it. AGL

[chromium-dev] Re: Linux developers: you need to read this

2009-07-15 Thread Michael
On Jul 15, 4:51 pm, Adam Langley a...@chromium.org wrote:   * re-GYP: cd .. ./depot_tools/gclient runhooks --force cd src should probably do it. Ah... sure! Still wondering if this is working as intended... ps shows me: 28704 pts/2Z+ 0:00 [chrome-devel-sa] defunct 28706 pts/2Z+

[chromium-dev] Re: Linux developers: you need to read this

2009-07-15 Thread Adam Langley
On Wed, Jul 15, 2009 at 5:07 PM, Michaelmichael.monr...@gmail.com wrote: Ah... sure! Still wondering if this is working as intended... ps shows me: Zombies not intended, but it's not reducing the browser to an unworkable mess either so it's behind the bugs which are. Cheers AGL

[chromium-dev] Re: Linux developers: you need to read this

2009-07-15 Thread Chris Evans
On Jul 14, 7:26 pm, Adam Langley a...@chromium.org wrote: On Tue, Jul 14, 2009 at 7:18 PM, Jeremy Orlowjor...@chromium.org wrote: Wait...so is this something every linux Chromium developer is going to have to do forever? You only need to do it once and, if you don't, you just run without a

[chromium-dev] Re: Linux developers: you need to read this

2009-07-15 Thread Adam Langley
On Wed, Jul 15, 2009 at 10:14 PM, Chris Evanscev...@chromium.org wrote: What will replace it and why? seccomp sandbox: * none of this admin crap * restricts the network * restricts access to worrying syscalls (vsplice etc) probably other reasons too. AGL

[chromium-dev] Re: Linux developers: you need to read this

2009-07-14 Thread Antoine Labour
On Tue, Jul 14, 2009 at 7:12 PM, Adam Langley a...@chromium.org wrote: * If you update your google-chrome-unstable packages and your development builds start hanging, sync to = 20710 * Details: The latest google-chrome packages contain a sandbox binary, which the development builds of

[chromium-dev] Re: Linux developers: you need to read this

2009-07-14 Thread Adam Langley
On Tue, Jul 14, 2009 at 8:09 PM, Jeremy Orlowjor...@chromium.org wrote: Also, will the try bots and build bots run with the sandbox on? No, the build-bots currently run without a sandbox. I agree this should probably be changed and it's on my TODO list. Unfortunately, it's a very long list

[chromium-dev] Re: Linux developers: you need to read this

2009-07-14 Thread Adam Langley
On Tue, Jul 14, 2009 at 8:14 PM, Antoine Labourpi...@google.com wrote: Does this part need to be sticky, or is it just to build the chrome-devel-sandbox ? If the former it is going to be painful. You only need to build and install it once. AGL

[chromium-dev] Re: Linux developers: you need to read this

2009-07-14 Thread Antoine Labour
On Tue, Jul 14, 2009 at 8:19 PM, Adam Langley a...@chromium.org wrote: On Tue, Jul 14, 2009 at 8:14 PM, Antoine Labourpi...@google.com wrote: Does this part need to be sticky, or is it just to build the chrome-devel-sandbox ? If the former it is going to be painful. You only need to build

[chromium-dev] Re: Linux developers: you need to read this

2009-07-14 Thread Adam Langley
On Tue, Jul 14, 2009 at 8:21 PM, Antoine Labourpi...@google.com wrote: I meant the change in common.gpyi. Once I built the chrome-devel-sandbox I can revert that file, right ? Yes. AGL --~--~-~--~~~---~--~~ Chromium Developers mailing list:

[chromium-dev] Re: Linux developers: you need to read this

2009-07-14 Thread Joel Stanley
On Wed, Jul 15, 2009 at 02:12, Adam Langleya...@chromium.org wrote:  * build chrome_sandbox I think the defines got messed up somewhere... http://codereview.chromium.org/149667 fixes it for me. Joel --~--~-~--~~~---~--~~ Chromium Developers mailing list:

[chromium-dev] Re: Linux developers: you need to read this

2009-07-14 Thread Adam Langley
On Tue, Jul 14, 2009 at 8:50 PM, Joel Stanleyj...@jms.id.au wrote: I think the defines got messed up somewhere... Crap, yes. Thanks for that. Fixed. AGL --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives,