Displaying 7 results from an estimated 7 matches for "postconditions".
Did you mean:
postcondition
2015 Mar 06
2
Call for testing: OpenSSH 6.8
On Wed, 4 Mar 2015, mikep at noc.utoronto.ca wrote:
> Re-testing 'openssh-SNAP-20150305' on Solaris 10, with 'gcc':
>
> Configure, 'make' complete; 'make tests' fails at:
>
> postcondition check failed: setstat readonly
I couldn't reporoduce this on an illumos zone that I had access to,
will try installing solaris10 next.
-d
2015 Mar 11
4
Call for testing: OpenSSH 6.8
On Tue, 10 Mar 2015, Damien Miller wrote:
> On Fri, 6 Mar 2015, Damien Miller wrote:
>
>> On Wed, 4 Mar 2015, mikep at noc.utoronto.ca wrote:
>>
>>> Re-testing 'openssh-SNAP-20150305' on Solaris 10, with 'gcc':
>>>
>>> Configure, 'make' complete; 'make tests' fails at:
>>>
>>> postcondition check
2007 Feb 20
1
having should_receive expectation for things that happen in setup
...http://pastie.caboo.se/41732
However, if the call to msg() happens in the specify block after the
expecation and not in the setup, it will pass.
Why is this? I thought the setup method was there to actually
''construct'' the context and the specifications are some kind of
"postconditions" that only need to be validated after that - am I
thinking wrong here?
Greetings,
Esad
2013 Oct 17
1
SSH regression test failure question
Hi,
meanwhile I am deeper into OpenSSH (followed the well-done docs, that I missed
in the beginning).
'make build' works with current CVS.
But
REGRESS_FULL=1 make regress
fails for ssh:
failed sftp permissions
*** Error 1 in ssh (Makefile:145 't-sftp-perm')
FAILED
*** Error 1 in ssh (<bsd.regress.mk>:101 'regress')
*** Error 1 in /usr/src/regress/usr.bin
2012 Dec 18
2
passdb to add extra fields?
Some passdbs like PAM can't really return any extra fields. Also some
people have wanted to combine users' data from different passdb/userdbs
so that for example you'd have userdb passwd give the uid/gid/home, but
then you'd also have some other userdb give quota limits.
So I was thinking something like this:
passdb {
driver = pam
}
passdb {
driver = sql
include = yes
}
2015 Feb 19
34
Call for testing: OpenSSH 6.8
Hi,
OpenSSH 6.8 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This release contains
some substantial new features and a number of bugfixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is
2012 Mar 20
13
[PATCH 0 of 3 v2] PV-GRUB: add support for ext4 and btrfs
Hi,
The following patches add support for ext4 and btrfs to
PV-GRUB. These patches are taken nearly verbatim from those provided
by Fedora and Gentoo.
We''ve been using these patches for the PV-GRUB images available in EC2
for some time now with no problems.
Changes from v1:
- Makefile has been changed to check the exit code from patch
- The btrfs patch has been rebased to apply