search for: postcondit

Displaying 7 results from an estimated 7 matches for "postcondit".

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
...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 failed: setstat readonly >> >> I couldn't reporoduce this on an illumos zone that I had access to, >> will try installing solaris10 next. > > I've been unable to get Solaris 10 working in a VM. Could you please > apply the below patch and run: > > m...
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
...S_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 (<bsd.subdir.mk>:48 'regress') I can see it is due to postcondition check failed: setstat readonly which fails since I am running the regression test as user 'root'. Question: Should I patch the test (to work as user root), or am I doing something wrong (e.g. missed to set an env variable or being the wrong user ?) Regards, Tim
2012 Dec 18
2
passdb to add extra fields?
...ere are already "deny" and "pass" settings. Interaction with them can be somewhat confusing.. Maybe all of these should be replaced with: type=deny: Same as old deny=yes (deny auth if user is in list) type=precondition(?): Same as pass=yes (require another passdb to match) type=postcondition(?): Require user to exist in this passdb/userdb as well, adding any extra fields in it. type=add: Add any extra fields, if the user exists at all. (Better ideas for the names here? Is even "type" a good name?) Then maybe a new setting to delete existing extra fields .. or perhaps jus...
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