Re: installworld woes

2016-05-29 Thread Ngie Cooper (yaneurabeya)

> On May 28, 2016, at 17:31, Shawn Webb  wrote:

…

> No worries. No rush here. I appreciate the help! Can you add “Reported by: 
> HardenedBSD” to the commit log?

Fixed in r300922 — thanks!
-Ngie


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: installworld woes

2016-05-28 Thread Shawn Webb
On May 28, 2016, at 8:29 PM, Alan Somers  wrote:
> 
> On Sat, May 28, 2016 at 6:26 PM, Shawn Webb  
> wrote:
>> On May 28, 2016, at 8:23 PM, Alan Somers  wrote:
>>> 
>>> On Sat, May 28, 2016 at 6:14 PM, Shawn Webb  
>>> wrote:
 I haven’t had the time to properly diagnose this one. But here’s a little 
 installworld bug I’ve run into. When performing the following, 
 installworld fails:
 
 1. Make sure /chroot doesn’t exist, if it does, then `rm -rf /chroot`
 2. mkdir /chroot
 3. cd /usr/src
 4. make installworld DESTDIR=/chroot
 
 I’m my case, the chroot is at /builds/updater/chroot. Below is a link to 
 the log of the error I’m getting. I’m using HardenedBSD’s source, the 
 hardened/current/master branch.
 
 Link to log: http://pastebin.com/titmiNCW 
 
 Thanks,
 
 Shawn Webb
 Cofounder and Security Engineer
 HardenedBSD
 
 GPG Key ID:  0x6A84658F52456EEE
 GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89  3D9E 6A84 658F 5245 6EEE
 
>>> 
>>> Can you please send me your copy of etc/mtree/BSD.tests.dist?  And did
>>> you set anything like WITHOUT_TESTS=1 in /etc/src.conf?  Also, what
>>> exact revision of HardenedBSD are you using?
>>> 
>>> -Alan
>> 
>> Hey Alan,
>> 
>> Both make.conf and src.conf is empty. I’m at commit 
>> 41e51b23103daca5c5cdbfa894f1166d07f87c15 in the hardened/current/master 
>> branch. Here’s etc/mtree/BSD.tests.dist in my src tree: http://ix.io/MiS
>> 
>> Thanks,
>> 
>> Shawn Webb
>> Cofounder and Security Engineer
>> HardenedBSD
>> 
>> GPG Key ID:  0x6A84658F52456EEE
>> GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89  3D9E 6A84 658F 5245 6EEE
> 
> I'll fix it tonight after I get the kids into bed.  In the meantime,
> you can roll back to before this commit.
> https://github.com/HardenedBSD/hardenedBSD/commit/442baa51845cf38dbcfdc44bd8493defdaad630a
> 
> -Alan

No worries. No rush here. I appreciate the help! Can you add “Reported by: 
HardenedBSD” to the commit log?

Thanks,


Shawn Webb
Cofounder and Security Engineer
HardenedBSD

GPG Key ID:  0x6A84658F52456EEE
GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89  3D9E 6A84 658F 5245 6EEE


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: installworld woes

2016-05-28 Thread Alan Somers
On Sat, May 28, 2016 at 6:26 PM, Shawn Webb  wrote:
> On May 28, 2016, at 8:23 PM, Alan Somers  wrote:
>>
>> On Sat, May 28, 2016 at 6:14 PM, Shawn Webb  
>> wrote:
>>> I haven’t had the time to properly diagnose this one. But here’s a little 
>>> installworld bug I’ve run into. When performing the following, installworld 
>>> fails:
>>>
>>> 1. Make sure /chroot doesn’t exist, if it does, then `rm -rf /chroot`
>>> 2. mkdir /chroot
>>> 3. cd /usr/src
>>> 4. make installworld DESTDIR=/chroot
>>>
>>> I’m my case, the chroot is at /builds/updater/chroot. Below is a link to 
>>> the log of the error I’m getting. I’m using HardenedBSD’s source, the 
>>> hardened/current/master branch.
>>>
>>> Link to log: http://pastebin.com/titmiNCW 
>>>
>>> Thanks,
>>>
>>> Shawn Webb
>>> Cofounder and Security Engineer
>>> HardenedBSD
>>>
>>> GPG Key ID:  0x6A84658F52456EEE
>>> GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89  3D9E 6A84 658F 5245 6EEE
>>>
>>
>> Can you please send me your copy of etc/mtree/BSD.tests.dist?  And did
>> you set anything like WITHOUT_TESTS=1 in /etc/src.conf?  Also, what
>> exact revision of HardenedBSD are you using?
>>
>> -Alan
>
> Hey Alan,
>
> Both make.conf and src.conf is empty. I’m at commit 
> 41e51b23103daca5c5cdbfa894f1166d07f87c15 in the hardened/current/master 
> branch. Here’s etc/mtree/BSD.tests.dist in my src tree: http://ix.io/MiS
>
> Thanks,
>
> Shawn Webb
> Cofounder and Security Engineer
> HardenedBSD
>
> GPG Key ID:  0x6A84658F52456EEE
> GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89  3D9E 6A84 658F 5245 6EEE

I'll fix it tonight after I get the kids into bed.  In the meantime,
you can roll back to before this commit.
https://github.com/HardenedBSD/hardenedBSD/commit/442baa51845cf38dbcfdc44bd8493defdaad630a

-Alan
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: installworld woes

2016-05-28 Thread Shawn Webb
On May 28, 2016, at 8:23 PM, Alan Somers  wrote:
> 
> On Sat, May 28, 2016 at 6:14 PM, Shawn Webb  
> wrote:
>> I haven’t had the time to properly diagnose this one. But here’s a little 
>> installworld bug I’ve run into. When performing the following, installworld 
>> fails:
>> 
>> 1. Make sure /chroot doesn’t exist, if it does, then `rm -rf /chroot`
>> 2. mkdir /chroot
>> 3. cd /usr/src
>> 4. make installworld DESTDIR=/chroot
>> 
>> I’m my case, the chroot is at /builds/updater/chroot. Below is a link to the 
>> log of the error I’m getting. I’m using HardenedBSD’s source, the 
>> hardened/current/master branch.
>> 
>> Link to log: http://pastebin.com/titmiNCW 
>> 
>> Thanks,
>> 
>> Shawn Webb
>> Cofounder and Security Engineer
>> HardenedBSD
>> 
>> GPG Key ID:  0x6A84658F52456EEE
>> GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89  3D9E 6A84 658F 5245 6EEE
>> 
> 
> Can you please send me your copy of etc/mtree/BSD.tests.dist?  And did
> you set anything like WITHOUT_TESTS=1 in /etc/src.conf?  Also, what
> exact revision of HardenedBSD are you using?
> 
> -Alan

Hey Alan,

Both make.conf and src.conf is empty. I’m at commit 
41e51b23103daca5c5cdbfa894f1166d07f87c15 in the hardened/current/master branch. 
Here’s etc/mtree/BSD.tests.dist in my src tree: http://ix.io/MiS

Thanks,

Shawn Webb
Cofounder and Security Engineer
HardenedBSD

GPG Key ID:  0x6A84658F52456EEE
GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89  3D9E 6A84 658F 5245 6EEE


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: installworld woes

2016-05-28 Thread Alan Somers
On Sat, May 28, 2016 at 6:14 PM, Shawn Webb  wrote:
> I haven’t had the time to properly diagnose this one. But here’s a little 
> installworld bug I’ve run into. When performing the following, installworld 
> fails:
>
> 1. Make sure /chroot doesn’t exist, if it does, then `rm -rf /chroot`
> 2. mkdir /chroot
> 3. cd /usr/src
> 4. make installworld DESTDIR=/chroot
>
> I’m my case, the chroot is at /builds/updater/chroot. Below is a link to the 
> log of the error I’m getting. I’m using HardenedBSD’s source, the 
> hardened/current/master branch.
>
> Link to log: http://pastebin.com/titmiNCW 
>
> Thanks,
>
> Shawn Webb
> Cofounder and Security Engineer
> HardenedBSD
>
> GPG Key ID:  0x6A84658F52456EEE
> GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89  3D9E 6A84 658F 5245 6EEE
>

Can you please send me your copy of etc/mtree/BSD.tests.dist?  And did
you set anything like WITHOUT_TESTS=1 in /etc/src.conf?  Also, what
exact revision of HardenedBSD are you using?

-Alan
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

installworld woes

2016-05-28 Thread Shawn Webb
I haven’t had the time to properly diagnose this one. But here’s a little 
installworld bug I’ve run into. When performing the following, installworld 
fails:

1. Make sure /chroot doesn’t exist, if it does, then `rm -rf /chroot`
2. mkdir /chroot
3. cd /usr/src
4. make installworld DESTDIR=/chroot

I’m my case, the chroot is at /builds/updater/chroot. Below is a link to the 
log of the error I’m getting. I’m using HardenedBSD’s source, the 
hardened/current/master branch.

Link to log: http://pastebin.com/titmiNCW 

Thanks,

Shawn Webb
Cofounder and Security Engineer
HardenedBSD

GPG Key ID:  0x6A84658F52456EEE
GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89  3D9E 6A84 658F 5245 6EEE



signature.asc
Description: Message signed with OpenPGP using GPGMail