Re: su on 10.2: TERM: Undefined variable

2015-11-23 Thread Miroslav Lachman

Michael B. Eichorn wrote on 11/23/2015 05:32:

On Sun, 2015-11-22 at 19:43 -0500, Brandon Allbery wrote:

On Sun, Nov 22, 2015 at 6:31 PM, Erich Dollansky <
erichsfreebsdl...@alogt.com> wrote:


this is a bit strange. TERM should be always define to tell the
applications the capabilities of your terminal.



Things run from crontab don't have a terminal.


Indeed cron only sets SHELL HOME PATH and USER



I note the error message looks like csh; check the target user's
.cshrc.



but we are running from cron which defaults to sh inside a script with
a #!/bin/sh and the call is su -m which should leave the environment
unmodified and use the current shell (presumably still sh) as the login
shell.

Also www has a home of /nonexistant, no .cshrc file to be had.


Maybe freebsd-update IDS is in order?


We don't use freebsd-update. All our machines are updated / upgraded 
from central build server by "make installkernel && make installworld" 
throught NFS mounted /usr/src and /usr/obj


I will try this script in clean FreeBSD 10.2 install in VirtualBox and 
will report results later.


Thank you for your time!

Miroslav Lachman

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


FreeBSD_stable_10 - Build #1833 - Failure

2015-11-23 Thread jenkins-admin
FreeBSD_stable_10 - Build #1833 - Failure:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1833/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1833/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1833/console

Change summaries:

291179 by ngie:
MFC r290911,r290912:

r290911:

Ignore EINTR from usleep(3) in try_locks(..)

NetBSD's usleep(3) only returns -1/sets errno=EINVAL when `microseconds`
is one million or more

Submitted by: pho
Sponsored by: EMC / Isilon Storage Division

r290912:

Integrate contrib/netbsd-tests/kernel/t_lockf.c into the FreeBSD test suite as
tests/sys/kern/lockf_test

Sponsored by: EMC / Isilon Storage Division

291178 by ngie:
MFC r290532,r290561,r290843,r290844,r290845:

r290532:

Integrate tools/regression/lib/libc/locale into the FreeBSD test suite
as lib/libc/tests/locale

Sponsored by: EMC / Isilon Storage Division

r290561:

Delete leftover printfs from when these were TAP tests

Sponsored by: EMC / Isilon Storage Division

r290843:

Polish up the tests a bit more after projects/collation was merged to head

Provide more meaningful diagnostic messages if LC_CTYPE can't be set properly
instead of segfaulting, because setlocale returns NULL and strcmp(NULL, b) will
always segfault

Split up the testcases so one failing (in this case en_US.ISO8859-15) won't
cause the rest of the testcases to be skipped

Remove some unused variables

Sponsored by: EMC / Isilon Storage Division

r290844:

Polish up iswctype_test

- Split up the testcases into C locale and ja_JP.eucJP testcases.
- Avoid a segfault in the event that setlocale fails, similar to r290843
- Replace `sizeof(x) / sizeof(*x)` pattern with `nitems(x)`

Sponsored by: EMC / Isilon Storage Division

r290845:

Remove unused variables; sort by alignment where needed

Sponsored by: EMC / Isilon Storage Division

291177 by ngie:
MFC r290850:

Cast xdr_void to xdrproc_t to mute -Wincompatible-pointer-types warnings from
clang

This pattern is used in other areas of lib/libc/rpc

Sponsored by: EMC / Isilon Storage Division

291176 by ngie:
MFC r290869:

Redo r290847: use #ifdef __NetBSD__ on all the non-public APIs to
mute -Wunused-but-set-variable warnings with gcc dealing with the
function calls

Reported by: gcc
Sponsored by: EMC / Isilon Storage Division

291175 by ngie:
MFC r290563,r290868,r291038:

r290563:

Integrate tools/regression/lib/libc/net into the FreeBSD test suite
as lib/libc/tests/net

Also, fix eui64_aton_test:test_str(..). The test was comparing the result
of eui64_aton to a pointer of the expected result.

Sponsored by: EMC / Isilon Storage Division

r290868:

Fix -Wformat issues

Reported by: gcc
Sponsored by: EMC / Isilon Storage Division

r291038:

Do not print out errno if the call succeeded unexpectedly; this was a mistake
made in r290868

Reported by: jilles
Sponsored by: EMC / Isilon Storage Division

291174 by ngie:
MFC r290907:

Expect all testcases dealing with invalid salts to fail on FreeBSD

Sponsored by: EMC / Isilon Storage Division

291173 by ngie:
MFC r290905,r290922:

r290905:

Integrate acct(2) testcase in as tests/sys/kern/acct/acct_test

The :encode_tv_random_million testcase fails the epsilon tests a few thousand
times out of one million, so expect the testcase to fail

Submitted by: keramida
Sponsored by: EMC / Isilon Storage Division

r290922:

Remove directory made obsolete by r290905

X-MFC note: stable/10 only
Sponsored by: EMC / Isilon Storage Division



The end of the build log:

[...truncated 64059 lines...]
printf '#include "SYS.h"\nRSYSCALL(cap_ioctls_limit)\n' >> cap_ioctls_limit.S
printf  '\t.section .note.GNU-stack,"",%%progbits\n' >>cap_ioctls_limit.S
--- cap_fcntls_limit.S ---
printf '#include "compat.h"\n' > cap_fcntls_limit.S
printf '#include "SYS.h"\nRSYSCALL(cap_fcntls_limit)\n' >> cap_fcntls_limit.S
printf  '\t.section .note.GNU-stack,"",%%progbits\n' >>cap_fcntls_limit.S
--- aio_mlock.S ---
--- bindat.S ---
printf '#include "compat.h"\n' > bindat.S
printf '#include "SYS.h"\nRSYSCALL(bindat)\n' >> bindat.S
printf  '\t.section .note.GNU-stack,"",%%progbits\n' >>bindat.S
--- procctl.S ---
--- chflagsat.S ---
printf '#include "compat.h"\n' > chflagsat.S
printf '#include "SYS.h"\nRSYSCALL(chflagsat)\n' >> chflagsat.S
printf  '\t.section .note.GNU-stack,"",%%progbits\n' >>chflagsat.S
--- _exit.S ---
--- _pwrite.S ---
--- aio_mlock.S ---
printf '#include "compat.h"\n' > aio_mlock.S
printf '#include "SYS.h"\nRSYSCALL(aio_mlock)\n' >> aio_mlock.S
printf  '\t.section .note.GNU-stack,"",%%progbits\n' >>aio_mlock.S
--- procctl.S ---
printf '#include "compat.h"\n' > procctl.S
printf '#include "SYS.h"\nRSYSCALL(procctl)\n' >> procctl.S
--- _mmap.S ---
--- procctl.S ---
printf  '\t.section .note.GNU-stack,"",%%progbits\n' >>procctl.S
--- _exit.S ---
printf '#include "compat.h"\n' > _exit.S
printf '#include "SYS.h"\nPSEUDO(exit)\n'  >> _exit.S
printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_exit.S
--- _clock_g

FreeBSD_STABLE_10-i386 - Build #658 - Still Failing

2015-11-23 Thread jenkins-admin
FreeBSD_STABLE_10-i386 - Build #658 - Still Failing:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/658/
Full change log: 
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/658/changes
Full build log: 
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/658/console

Change summaries:

291185 by ngie:
MFC r291047:

Don't leak work if __mlx4_register_vlan(..) fails in
mlx4_master_immediate_activate_vlan_qos(..)

Differential Revision: https://reviews.freebsd.org/D4203
Submitted by: Miles Olrich 
Sponsored by: EMC / Isilon Storage Division

291184 by hselasky:
MFC r290650, r290709, r291067, r291068, r291069 and r291070:
Add mlx5 and mlx5en driver(s) for ConnectX-4 and ConnectX-4LX cards
from Mellanox Technologies. The current driver supports ethernet
speeds up to and including 100 GBit/s. Infiniband support will be
done later.

The code added is not compiled by default, which will be done by a
separate commit.

Sponsored by:   Mellanox Technologies
Differential Revision:  https://reviews.freebsd.org/D4177
Differential Revision:  https://reviews.freebsd.org/D4178
Differential Revision:  https://reviews.freebsd.org/D4179
Differential Revision:  https://reviews.freebsd.org/D4180

291183 by ngie:
MFC r290914:

Integrate tools/regression/pipe in to the FreeBSD test suite as
tests/sys/kern/pipe

- Fix style(9) bugs
- Fix compiler warnings
- Use `nitems(x)` instead of `sizeof(x) / sizeof(*x)` pattern

The testcases will be converted over to ATF eventually, but for now will be
integrated in as plain C tests

Sponsored by: EMC / Isilon Storage Division

291182 by ngie:
MFC r290909:

Add some initial tests for SLIST and STAILQ macros

Sponsored by: EMC / Isilon Storage Division

291179 by ngie:
MFC r290911,r290912:

r290911:

Ignore EINTR from usleep(3) in try_locks(..)

NetBSD's usleep(3) only returns -1/sets errno=EINVAL when `microseconds`
is one million or more

Submitted by: pho
Sponsored by: EMC / Isilon Storage Division

r290912:

Integrate contrib/netbsd-tests/kernel/t_lockf.c into the FreeBSD test suite as
tests/sys/kern/lockf_test

Sponsored by: EMC / Isilon Storage Division

291178 by ngie:
MFC r290532,r290561,r290843,r290844,r290845:

r290532:

Integrate tools/regression/lib/libc/locale into the FreeBSD test suite
as lib/libc/tests/locale

Sponsored by: EMC / Isilon Storage Division

r290561:

Delete leftover printfs from when these were TAP tests

Sponsored by: EMC / Isilon Storage Division

r290843:

Polish up the tests a bit more after projects/collation was merged to head

Provide more meaningful diagnostic messages if LC_CTYPE can't be set properly
instead of segfaulting, because setlocale returns NULL and strcmp(NULL, b) will
always segfault

Split up the testcases so one failing (in this case en_US.ISO8859-15) won't
cause the rest of the testcases to be skipped

Remove some unused variables

Sponsored by: EMC / Isilon Storage Division

r290844:

Polish up iswctype_test

- Split up the testcases into C locale and ja_JP.eucJP testcases.
- Avoid a segfault in the event that setlocale fails, similar to r290843
- Replace `sizeof(x) / sizeof(*x)` pattern with `nitems(x)`

Sponsored by: EMC / Isilon Storage Division

r290845:

Remove unused variables; sort by alignment where needed

Sponsored by: EMC / Isilon Storage Division

291177 by ngie:
MFC r290850:

Cast xdr_void to xdrproc_t to mute -Wincompatible-pointer-types warnings from
clang

This pattern is used in other areas of lib/libc/rpc

Sponsored by: EMC / Isilon Storage Division

291176 by ngie:
MFC r290869:

Redo r290847: use #ifdef __NetBSD__ on all the non-public APIs to
mute -Wunused-but-set-variable warnings with gcc dealing with the
function calls

Reported by: gcc
Sponsored by: EMC / Isilon Storage Division

291175 by ngie:
MFC r290563,r290868,r291038:

r290563:

Integrate tools/regression/lib/libc/net into the FreeBSD test suite
as lib/libc/tests/net

Also, fix eui64_aton_test:test_str(..). The test was comparing the result
of eui64_aton to a pointer of the expected result.

Sponsored by: EMC / Isilon Storage Division

r290868:

Fix -Wformat issues

Reported by: gcc
Sponsored by: EMC / Isilon Storage Division

r291038:

Do not print out errno if the call succeeded unexpectedly; this was a mistake
made in r290868

Reported by: jilles
Sponsored by: EMC / Isilon Storage Division

291174 by ngie:
MFC r290907:

Expect all testcases dealing with invalid salts to fail on FreeBSD

Sponsored by: EMC / Isilon Storage Division

291173 by ngie:
MFC r290905,r290922:

r290905:

Integrate acct(2) testcase in as tests/sys/kern/acct/acct_test

The :encode_tv_random_million testcase fails the epsilon tests a few thousand
times out of one million, so expect the testcase to fail

Submitted by: keramida
Sponsored by: EMC / Isilon Storage Division

r290922:

Remove directory made obsolete by r290905

X-MFC note: stable/10 only
Sponsored by: EMC / Isilon Storage Division



The end of the build log:

[...truncated 102290 lines...]

FreeBSD_STABLE_9-i386 - Build #236 - Failure

2015-11-23 Thread jenkins-admin
FreeBSD_STABLE_9-i386 - Build #236 - Failure:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/236/
Full change log: 
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/236/changes
Full build log: 
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/236/console

Change summaries:

291186 by ngie:
MFstable/10 r291185:

MFC r291047:

Don't leak work if __mlx4_register_vlan(..) fails in
mlx4_master_immediate_activate_vlan_qos(..)

Differential Revision: https://reviews.freebsd.org/D4203
Submitted by: Miles Olrich 
Sponsored by: EMC / Isilon Storage Division



The end of the build log:

[...truncated 52194 lines...]
cc -O2 -pipe  -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -include 
ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=gnu99  -fstack-protector 
-Wno-pointer-sign -c 
/usr/src/secure/usr.bin/ssh/../../../crypto/openssh/clientloop.c -o clientloop.o
ranlib libbackend.a
===> gnu/usr.bin/cc/cc (all)
cc -O2 -pipe  -DGCCVER=\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" 
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcclibs/include 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcclibs/libcpp/include 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcclibs/libdecnumber 
-DGCC_DRIVER  -DDEFAULT_TARGET_VERSION=\"4.2.1\"  
-DDEFAULT_TARGET_MACHINE=\"i386-undermydesk-freebsd\"   -DENABLE_SHARED_LIBGCC 
-std=gnu89  -fstack-protector  -c 
/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/gcc.c -o gcc.o
cc -O2 -pipe  -DGCCVER=\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" 
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcclibs/include 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcclibs/libcpp/include 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcclibs/libdecnumber 
-DGCC_DRIVER  -DDEFAULT_TARGET_VERSION=\"4.2.1\"  
-DDEFAULT_TARGET_MACHINE=\"i386-undermydesk-freebsd\"   -DENABLE_SHARED_LIBGCC 
-std=gnu89  -fstack-protector  -c 
/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/opts-common.c -o 
opts-common.o
cc -O2 -pipe  -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -include 
ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=gnu99  -fstack-protector 
-Wno-pointer-sign -c 
/usr/src/secure/usr.bin/ssh/../../../crypto/openssh/sshtty.c -o sshtty.o
cc -O2 -pipe  -DGCCVER=\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" 
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcclibs/include 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcclibs/libcpp/include 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcclibs/libdecnumber 
-DGCC_DRIVER  -DDEFAULT_TARGET_VERSION=\"4.2.1\"  
-DDEFAULT_TARGET_MACHINE=\"i386-undermydesk-freebsd\"   -DENABLE_SHARED_LIBGCC 
-std=gnu89  -fstack-protector  -c ../cc_tools/options.c -o options.o
cc -O2 -pipe  -DGCCVER=\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" 
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcclibs/include 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcclibs/libcpp/include 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcclibs/libdecnumber 
-DGCC_DRIVER  -DDEFAULT_TARGET_VERSION=\"4.2.1\"  
-DDEFAULT_TARGET_MACHINE=\"i386-undermydesk-freebsd\"   -DENABLE_SHARED_LIBGCC 
-std=gnu89  -fstack-protector  -c 
/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/intl.c -o intl.o
cc -O2 -pipe  -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -include 
ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=gnu99  -fstack-protector 
-Wno-pointer-sign -c 
/usr/src/secure/usr.bin/ssh/../../../crypto/openssh/sshconnect.c -o sshconnect.o
cc -O2 -pipe  -DGCCVER=\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" 
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcclibs/include 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcclibs/libcpp/include 
-I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcclibs/libdecnumber 
-DGCC_DRIVER  -DDEFAULT_TARGET_VERSION=\"4.2.1\"  
-DDEFAULT_TARGET_MACHINE=\"i386-undermydesk-freebsd\"   -DENABLE_SHARED_LIBGCC 
-std=gnu89  -fstac

FreeBSD_STABLE_10-i386 - Build #659 - Still Failing

2015-11-23 Thread jenkins-admin
FreeBSD_STABLE_10-i386 - Build #659 - Still Failing:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/659/
Full change log: 
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/659/changes
Full build log: 
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/659/console

Change summaries:

291191 by ngie:
MFC r290856:
r290856 (by bap):

also skip the definition of ':fopen_regular' to avoid the build to fail due to
unused variables defined by ATF macros

291190 by ngie:
MFC r290572,r290646,r290848,r290849:

r290572:

Integrate tools/regression/lib/libc/gen into the FreeBSD test suite
as lib/libc/tests/gen

The code in test-fnmatch that was used for generating:

- bin/sh/tests/builtins/case2.0
- bin/sh/tests/builtins/case3.0

has been left undisturbed. The target `make sh-tests` has been moved over
from tools/regression/lib/libc/gen/Makefile to
lib/libc/tests/gen/Makefile and made into a PHONY target

case2.0 and case3.0 test input generation isn't being done automatically.
This needs additional discussion.

Sponsored by: EMC / Isilon Storage Division

r290646:

Add missing licensing boilerplate to test-fnmatch.c

Carry over licensing author info from fnmatch_test.c (jilles@)

Sponsored by: EMC / Isilon Storage Division

r290848:

Fix -Wunused warnings

Sponsored by: EMC / Isilon Storage Division

r290849:

Fix -Wmissing-braces warnings by adding braces around all the
testcase inputs

Sponsored by: EMC / Isilon Storage Division

291189 by ngie:
MFC r290870:

Add NO_WERROR and WARNS to PROG_OVERRIDE_VARS for bsd.prog.mk compatibility

Sponsored by: EMC / Isilon Storage Division

291187 by ngie:
MFC r264725:

r264725 (by jilles):

libc: Add fopen() test to regression Makefile.

NOTE (ngie): this is a mergeinfo-only commit



The end of the build log:

[...truncated 101411 lines...]
--- ea.o ---
cc  -O2 -pipe   -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount 
-std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare 
-Wno-unused-value -Wno-parentheses-equality -Wno-unused-function 
-Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter 
-c /usr/src/sbin/fsck_ffs/ea.c -o ea.o
--- fsutil.o ---
cc  -O2 -pipe   -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount 
-std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare 
-Wno-unused-value -Wno-parentheses-equality -Wno-unused-function 
-Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter 
-c /usr/src/sbin/fsck_ffs/fsutil.c -o fsutil.o
--- secure.all__D ---
--- f_int.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto 
-I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN 
-DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM 
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m 
-DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM 
-DWHIRLPOOL_ASM 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 
-Qunused-arguments  -fstack-protector -Wno-pointer-sign -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare 
-Wno-unused-value -Wno-parentheses-equality -Wno-unused-function 
-Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter 
-Wno-parentheses -c /usr/src/sec
 ure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/f_int.c -o f_int.po
--- f_string.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto 
-I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN 
-DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM 
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m 
-DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM 
-DWHIRLPOOL_ASM 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 
-Qunused-arguments  -fstack-protector -Wno-pointer-sign -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare 
-Wno-unused-value -Wno-parentheses-equality -Wno-unused-function 
-Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter 
-Wno-parentheses -c 

FreeBSD_stable_10 - Build #1834 - Fixed

2015-11-23 Thread jenkins-admin
FreeBSD_stable_10 - Build #1834 - Fixed:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1834/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1834/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1834/console

Change summaries:

291194 by smh:
MFC r290708:

Fix ixl debug sysctls panic

Sponsored by:   Multiplay

291191 by ngie:
MFC r290856:
r290856 (by bap):

also skip the definition of ':fopen_regular' to avoid the build to fail due to
unused variables defined by ATF macros

291190 by ngie:
MFC r290572,r290646,r290848,r290849:

r290572:

Integrate tools/regression/lib/libc/gen into the FreeBSD test suite
as lib/libc/tests/gen

The code in test-fnmatch that was used for generating:

- bin/sh/tests/builtins/case2.0
- bin/sh/tests/builtins/case3.0

has been left undisturbed. The target `make sh-tests` has been moved over
from tools/regression/lib/libc/gen/Makefile to
lib/libc/tests/gen/Makefile and made into a PHONY target

case2.0 and case3.0 test input generation isn't being done automatically.
This needs additional discussion.

Sponsored by: EMC / Isilon Storage Division

r290646:

Add missing licensing boilerplate to test-fnmatch.c

Carry over licensing author info from fnmatch_test.c (jilles@)

Sponsored by: EMC / Isilon Storage Division

r290848:

Fix -Wunused warnings

Sponsored by: EMC / Isilon Storage Division

r290849:

Fix -Wmissing-braces warnings by adding braces around all the
testcase inputs

Sponsored by: EMC / Isilon Storage Division

291189 by ngie:
MFC r290870:

Add NO_WERROR and WARNS to PROG_OVERRIDE_VARS for bsd.prog.mk compatibility

Sponsored by: EMC / Isilon Storage Division

291187 by ngie:
MFC r264725:

r264725 (by jilles):

libc: Add fopen() test to regression Makefile.

NOTE (ngie): this is a mergeinfo-only commit

291185 by ngie:
MFC r291047:

Don't leak work if __mlx4_register_vlan(..) fails in
mlx4_master_immediate_activate_vlan_qos(..)

Differential Revision: https://reviews.freebsd.org/D4203
Submitted by: Miles Olrich 
Sponsored by: EMC / Isilon Storage Division

291184 by hselasky:
MFC r290650, r290709, r291067, r291068, r291069 and r291070:
Add mlx5 and mlx5en driver(s) for ConnectX-4 and ConnectX-4LX cards
from Mellanox Technologies. The current driver supports ethernet
speeds up to and including 100 GBit/s. Infiniband support will be
done later.

The code added is not compiled by default, which will be done by a
separate commit.

Sponsored by:   Mellanox Technologies
Differential Revision:  https://reviews.freebsd.org/D4177
Differential Revision:  https://reviews.freebsd.org/D4178
Differential Revision:  https://reviews.freebsd.org/D4179
Differential Revision:  https://reviews.freebsd.org/D4180

291183 by ngie:
MFC r290914:

Integrate tools/regression/pipe in to the FreeBSD test suite as
tests/sys/kern/pipe

- Fix style(9) bugs
- Fix compiler warnings
- Use `nitems(x)` instead of `sizeof(x) / sizeof(*x)` pattern

The testcases will be converted over to ATF eventually, but for now will be
integrated in as plain C tests

Sponsored by: EMC / Isilon Storage Division

291182 by ngie:
MFC r290909:

Add some initial tests for SLIST and STAILQ macros

Sponsored by: EMC / Isilon Storage Division

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


FreeBSD_STABLE_10-i386 - Build #660 - Still Failing

2015-11-23 Thread jenkins-admin
FreeBSD_STABLE_10-i386 - Build #660 - Still Failing:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/660/
Full change log: 
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/660/changes
Full build log: 
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/660/console

Change summaries:

291202 by hselasky:
MFC r284722 and r284724:
Fix endless recursion in ti(4)'s ti_ifmedia_upd(), found by clang 3.7.0.

291201 by hselasky:
MFC r291072, r291168 and r291169:
Add the mlx5 and mlx5en modules to the i386 and amd64 kernel builds by
default and add a manual page for mlx5en. The mlx5 module contains
shared code for both infiniband and ethernet. The mlx5en module
contains specific code for ethernet functionality only. A mlx5ib
module is in the works for infiniband support.

Supported hardware:
- ConnectX-4: 10/20/25/40/50/56/100Gb/s speeds.
- ConnectX-4 LX: 10/25/40/50Gb/s speeds (low power consumption)

Refer to the mlx5en(4) manual page for a comprehensive list.

The team porting the mlx5 driver(s) to FreeBSD:
- Hans Petter Selasky 
- Oded Shanoon 
- Meny Yossefi 
- Shany Michaely 
- Shahar Klein 
- Daria Genzel 
- Mark Bloch 

Differential Revision:  https://reviews.freebsd.org/D4163
Sponsored by:   Mellanox Technologies

291196 by smh:
MFC r291071:

Fix zfs(8) set options

Sponsored by:   Multiplay

291195 by smh:
MFC r290406:

Fix g_eli error loss conditions

Sponsored by:   Multiplay

291194 by smh:
MFC r290708:

Fix ixl debug sysctls panic

Sponsored by:   Multiplay



The end of the build log:

[...truncated 102052 lines...]
--- bss_null.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto 
-I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN 
-DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM 
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m 
-DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM 
-DWHIRLPOOL_ASM 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 
-Qunused-arguments  -fstack-protector -Wno-pointer-sign -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare 
-Wno-unused-value -Wno-parentheses-equality -Wno-unused-function 
-Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter 
-Wno-parentheses -c /usr/src/sec
 ure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_null.c -o bss_null.po
--- bss_sock.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto 
-I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN 
-DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM 
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m 
-DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM 
-DWHIRLPOOL_ASM 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 
-Qunused-arguments  -fstack-protector -Wno-pointer-sign -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare 
-Wno-unused-value -Wno-parentheses-equality -Wno-unused-function 
-Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter 
-Wno-parentheses -c /usr/src/sec
 ure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_sock.c -o bss_sock.po
--- sbin.all__D ---
--- ggate.o ---
cc  -O2 -pipe   -I/usr/src/sbin/ggate/ggated/../shared -std=gnu99 
-Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition 
-Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable -c 
/usr/src/sbin/ggate/ggated/../shared/ggate.c -o ggate.o
--- lib.all__D ---
--- all_subdir_libvgl ---
--- text.po ---
cc  -pg  -O2 -pipe   -Wall -I/usr/src/lib/libvgl -std=gnu99 -Qunused-arguments  
-fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k 
-Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int 
-Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value 
-Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch 
-Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libvgl/text.c -o 
text.po
--- all_subdir_libutil ---
--- quotaf

NSS changes in releng/10.2?

2015-11-23 Thread Patrick M. Hausen
Hi, all,

I just upgraded an older system from 8.4 to 10.2 in a single go.
No unexpected problems, until I tried to use "su":

$ su -
su: Sorry

Well, I *am* a member of the wheel group:

$ id
uid=10093(ry93) gid=10001(intern) 
groups=10001(intern),0(wheel),10002(entwickler)

Hmmm ... we pull all this information from LDAP. My nsswitch.conf has always 
been:

group: files cache ldap
passwd: files cache ldap

Without the "compat" entries. 

Let's check the groups:

$ pw group show -a
wheel:*:0:
wheel:*:0:ry22,ry96,ry90,ry93 

Before the update the members were merged. The first line is coming from 
/etc/group,
the second from LDAP. I do have to remove the "root" member in /etc/group from 
wheel
on all systems for LDAP information to be merged in, even on the older systems. 
But for
some reason that seems not to be sufficient, anymore. 

If I put myself (ry93) in the file, everything works as expected.


Another way I tried was this for nsswitch.conf:

group: compat
group_compat: cache ldap

and then the traditional "+:*:0:" entry in /etc/group. The outcome of "id" and 
"su -" is
precisely the same as above. I am shown to be a member of group wheel, yet su
won't let me.

Any ideas?

Thanks,
Patrick
-- 
punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe
Tel. 0721 9109 0 * Fax 0721 9109 100
i...@punkt.de   http://www.punkt.de
Gf: Jürgen Egeling  AG Mannheim 108285

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

FreeBSD_STABLE_9-i386 - Build #237 - Still Failing

2015-11-23 Thread jenkins-admin
FreeBSD_STABLE_9-i386 - Build #237 - Still Failing:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/237/
Full change log: 
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/237/changes
Full build log: 
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/237/console

Change summaries:

291206 by hselasky:
MFC r277974:
Fix a bunch of -Wcast-qual warnings in sys/dev/usb/input/uhid.c, by
using __DECONST.  No functional change.

Differential Revision: https://reviews.freebsd.org/D1743

291203 by hselasky:
MFC r284722 and r284724:
Fix endless recursion in ti(4)'s ti_ifmedia_upd(), found by clang 3.7.0.



The end of the build log:

[...truncated 52188 lines...]
cc -O2 -pipe  -DTERMIOS -DANSI_SOURCE 
-I/usr/src/secure/usr.bin/openssl/../../../crypto/openssl 
-I/usr/src/secure/usr.bin/openssl/../../../crypto/openssl/crypto 
-I/usr/obj/usr/src/secure/usr.bin/openssl -DOPENSSL_THREADS -DDSO_DLFCN 
-DHAVE_DLFCN_H -DOPENSSL_NO_IDEA -DL_ENDIAN -DMONOLITH 
-I/usr/src/secure/usr.bin/openssl -DNO_IDEA -std=gnu99  -fstack-protector 
-Wno-pointer-sign -c 
/usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/x509.c -o x509.o
cc -O2 -pipe  -DGCCVER=\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" 
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc 
-I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config 
-I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include 
-I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include 
-I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber 
-I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=gnu89  
-fstack-protector  -c 
/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/lex.c -o lex.o
gzip -cn /usr/src/secure/usr.bin/openssl/man/CA.pl.1 > CA.pl.1.gz
cc -O2 -pipe  -DGCCVER=\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" 
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools 
-I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc 
-I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config 
-I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include 
-I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include 
-I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber 
-I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=gnu89  
-fstack-protector  -c 
/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/mangle.c -o mangle.o
gzip -cn /usr/src/secure/usr.bin/openssl/man/asn1parse.1 > asn1parse.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/ca.1 > ca.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/ciphers.1 > ciphers.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/crl.1 > crl.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/crl2pkcs7.1 > crl2pkcs7.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/dgst.1 > dgst.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/dhparam.1 > dhparam.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/dsa.1 > dsa.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/dsaparam.1 > dsaparam.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/ec.1 > ec.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/ecparam.1 > ecparam.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/enc.1 > enc.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/errstr.1 > errstr.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/gendsa.1 > gendsa.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/genrsa.1 > genrsa.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/nseq.1 > nseq.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/ocsp.1 > ocsp.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/openssl.1 > openssl.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/passwd.1 > passwd.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/pkcs12.1 > pkcs12.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/pkcs7.1 > pkcs7.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/pkcs8.1 > pkcs8.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/rand.1 > rand.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/req.1 > req.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/rsa.1 > rsa.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/rsautl.1 > rsautl.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/s_client.1 > s_client.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/s_server.1 > s_server.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/s_time.1 > s_time.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/sess_id.1 > sess_id.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/smime.1 > smime.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/speed.1 > speed.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/spkac.1 > spkac.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/verify.1 > verify.1.gz
gzip -cn /usr/src/secure/usr.bin/openssl/man/version.1 > version.1.gz
gzip -cn /usr/s

FreeBSD_STABLE_10-i386 - Build #661 - Still Failing

2015-11-23 Thread jenkins-admin
FreeBSD_STABLE_10-i386 - Build #661 - Still Failing:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/661/
Full change log: 
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/661/changes
Full build log: 
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/661/console

Change summaries:

291205 by hselasky:
MFC r277974:
Fix a bunch of -Wcast-qual warnings in sys/dev/usb/input/uhid.c, by
using __DECONST.  No functional change.

Differential Revision: https://reviews.freebsd.org/D1743



The end of the build log:

[...truncated 101435 lines...]
cc  -fpic -DPIC  -O2 -pipe   -I/usr/src/sbin/geom/class/stripe/../.. -std=gnu99 
-Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings 
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline 
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign 
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c 
/usr/src/sbin/geom/class/stripe/../../misc/subr.c -o subr.So
--- lib.all__D ---
--- thr_setschedparam.po ---
cc  -pg  -O2 -pipe   -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include 
-I/usr/src/lib/libthr/thread  -I/usr/src/lib/libthr/../../include 
-I/usr/src/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys 
-I/usr/src/lib/libthr/../../libexec/rtld-elf 
-I/usr/src/lib/libthr/../../libexec/rtld-elf/i386 
-I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions 
-D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx 
-DSYSCALL_COMPAT -std=gnu99 -Qunused-arguments  -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign 
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable 
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality 
-Wno-unused-function -Wno-enum-conversion -c 
/usr/src/lib/libthr/thread/thr_setschedparam.c -o thr_setschedparam.po
--- sbin.all__D ---
--- gstripe.8.gz ---
gzip -cn /usr/src/sbin/geom/class/stripe/gstripe.8 > gstripe.8.gz
--- secure.all__D ---
--- bn_gf2m.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto 
-I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN 
-DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM 
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m 
-DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM 
-DWHIRLPOOL_ASM 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 
-Qunused-arguments  -fstack-protector -Wno-pointer-sign -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare 
-Wno-unused-value -Wno-parentheses-equality -Wno-unused-function 
-Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter 
-Wno-parentheses -c /usr/src/sec
 ure/lib/libcrypto/../../../crypto/openssl/crypto/bn/bn_gf2m.c -o bn_gf2m.po
--- lib.all__D ---
--- all_subdir_libufs ---
===> lib/libufs (all)
--- block.po ---
cc  -pg  -O2 -pipe   -D_LIBUFS -I/usr/src/lib/libufs -g -std=gnu99 
-Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare 
-Wno-unused-value -Wno-parentheses-equality -Wno-unused-function 
-Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter 
-c /usr/src/lib/libufs/block.c -o block.po
--- all_subdir_libthr ---
--- thr_sig.po ---
cc  -pg  -O2 -pipe   -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include 
-I/usr/src/lib/libthr/thread  -I/usr/src/lib/libthr/../../include 
-I/usr/src/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys 
-I/usr/src/lib/libthr/../../libexec/rtld-elf 
-I/usr/src/lib/libthr/../../libexec/rtld-elf/i386 
-I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions 
-D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx 
-DSYSCALL_COMPAT -std=gnu99 -Qunused-arguments  -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign 
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable 
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality 
-Wno-unused-function -Wno-enum-conversion -c 
/usr/src/lib/libthr/thread/thr_sig.c -o thr_sig.po
--- sbin.all__D ---
--- geom_stripe.so ---
building shared library geom_stripe.so
cc   -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings 
-

PAM changes? (was: Re: NSS changes in releng/10.2?)

2015-11-23 Thread Patrick M. Hausen
Hi, all,

sorry for not trying this earlier and now replying to myself, but I'm
slowly making progress isolating the problem.

> Am 23.11.2015 um 15:42 schrieb Patrick M. Hausen :
> 
> Hi, all,
> 
> I just upgraded an older system from 8.4 to 10.2 in a single go.
> No unexpected problems, until I tried to use "su":
> 
>   $ su -
>   su: Sorry
> 
> Well, I *am* a member of the wheel group:
> 
>   $ id
>   uid=10093(ry93) gid=10001(intern) 
> groups=10001(intern),0(wheel),10002(entwickler)
> 
> Hmmm ... we pull all this information from LDAP. My nsswitch.conf has always 
> been:
> 
>   group: files cache ldap
>   passwd: files cache ldap

And this part seems to be just as valid and working as before. I had the 
implicit
assumption that su(1) was using something like getgroups() to determine if I am
a member of "wheel" - which it doesn't. I even hacked up 5 lines of C to quickly
get my supplementary group list and lo and behold:

$ ./groups 
10002
0
10001

So, it is not NSS' or LDAP's fault.


I just looked at the source for su(1) and it looks like it uses PAM to check if
I am authorized to su to root:

   retcode = pam_authenticate(pamh, 0);
if (retcode != PAM_SUCCESS) {
syslog(LOG_AUTH|LOG_WARNING, "BAD SU %s to %s on %s",
username, user, mytty);
errx(1, "Sorry");

My /etc/pam.d/system looks like this:

--- system ---
#
# $FreeBSD: releng/10.2/etc/pam.d/system 197769 2009-10-05 09:28:54Z des $
#
# System-wide defaults
#

# auth
authsufficient  pam_opie.so no_warn no_fake_prompts
authrequisite   pam_opieaccess.so   no_warn allow_local
#auth   sufficient  pam_krb5.so no_warn try_first_pass
#auth   sufficient  pam_ssh.so  no_warn try_first_pass
authsufficient  /usr/local/lib/pam_ldap.so  no_warn 
try_first_pass
authrequiredpam_unix.so no_warn try_first_pass 
nullok

# account
#accountrequiredpam_krb5.so
account requiredpam_login_access.so
account required/usr/local/lib/pam_ldap.so  
ignore_authinfo_unavail ignore_unknown_user
account requiredpam_unix.so

# session
#sessionoptionalpam_ssh.so  want_agent
session requiredpam_lastlog.so  no_fail

# password
#password   sufficient  pam_krb5.so no_warn try_first_pass
passwordrequiredpam_unix.so no_warn try_first_pass
--

And /etc/pam.d/su like this:

--- su ---
#
# $FreeBSD: releng/10.2/etc/pam.d/su 219663 2011-03-15 10:13:35Z des $
#
# PAM configuration for the "su" service
#

# auth
authsufficient  pam_rootok.so   no_warn
authsufficient  pam_self.so no_warn
authrequisite   pam_group.sono_warn group=wheel 
root_only fail_safe ruser
authinclude system

# account
account include system

# session
session requiredpam_permit.so
--

Any changes that I missed on the way from 8.4 to 10.2? Unfortunately
I do not have an older 10.x system that runs with an Active Directory 
connection.
Only 8.4 ones - this one was the first to finally get updated to a current 
FreeBSD
version.

As I stated this PAM configuration works as intended on 8.4. I generated the
10.2 files above by running mergemaster.


Thanks,
Patrick
-- 
punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe
Tel. 0721 9109 0 * Fax 0721 9109 100
i...@punkt.de   http://www.punkt.de
Gf: Jürgen Egeling  AG Mannheim 108285

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

Re: FreeBSD_STABLE_10-i386 - Build #661 - Still Failing

2015-11-23 Thread Baptiste Daroussin
On Mon, Nov 23, 2015 at 04:10:33PM +, jenkins-ad...@freebsd.org wrote:
> FreeBSD_STABLE_10-i386 - Build #661 - Still Failing:
> 
> Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/661/
> Full change log: 
> https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/661/changes
> Full build log: 
> https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/661/console

Someone needs to update the jenkins to the latest head.

Best regards,
Bapt


signature.asc
Description: PGP signature


Re: FreeBSD_STABLE_10-i386 - Build #661 - Still Failing

2015-11-23 Thread Li-Wen Hsu
On Mon, Nov 23, 2015 at 17:20:36 +0100, Baptiste Daroussin wrote:
> On Mon, Nov 23, 2015 at 04:10:33PM +, jenkins-ad...@freebsd.org wrote:
> > FreeBSD_STABLE_10-i386 - Build #661 - Still Failing:
> > 
> > Build information: 
> > https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/661/
> > Full change log: 
> > https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/661/changes
> > Full build log: 
> > https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/661/console
> 
> Someone needs to update the jenkins to the latest head.

The build happens in a jail built every time the job starts, by fetching
the latest snapshot from:

http://ftp.freebsd.org/pub/FreeBSD/snapshots/i386/i386/11.0-CURRENT/base.txz

It looks there is no /usr/bin/colldef.  I haven't looked into what's
going on here.

Li-Wen

-- 
Li-Wen Hsu 
http://lwhsu.org


pgp9HlXG_2vzV.pgp
Description: PGP signature


FreeBSD_STABLE_10-i386 - Build #662 - Still Failing

2015-11-23 Thread jenkins-admin
FreeBSD_STABLE_10-i386 - Build #662 - Still Failing:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/662/
Full change log: 
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/662/changes
Full build log: 
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/662/console

Change summaries:

291214 by jimharris:
MFC r290199:

  nvd, nvme: report stripesize through GEOM disk layer

Sponsored by:   Intel

291213 by jimharris:
MFC r290198:

  nvme: fix race condition in split bio completion path

Sponsored by:   Intel



The end of the build log:

[...truncated 101401 lines...]
--- secure.all__D ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto 
-I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN 
-DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM 
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m 
-DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM 
-DWHIRLPOOL_ASM 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 
-Qunused-arguments  -fstack-protector -Wno-pointer-sign -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare 
-Wno-unused-value -Wno-parentheses-equality -Wno-unused-function 
-Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter 
-Wno-parentheses -c /usr/src/sec
 ure/lib/libcrypto/../../..--- gnu.all__D ---
ln -fs 
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texinfo.txi 
texinfo.texi
--- secure.all__D ---
/crypto/openssl/crypto/asn1/a_octet.c -o a_octet.po
--- gnu.all__D ---
--- info.info.gz ---
gzip -cn info.info > info.info.gz
--- info-stnd.info.gz ---
gzip -cn info-stnd.info > info-stnd.info.gz
--- texinfo.info ---
makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I 
/usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc texinfo.texi  
-o texinfo.info
--- sbin.all__D ---
--- fsdb.o ---
cc  -O2 -pipe   -I/usr/src/sbin/fsdb/../fsck_ffs -std=gnu99 -Qunused-arguments  
-fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k 
-Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int 
-Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value 
-Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch 
-Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/sbin/fsdb/fsdb.c -o 
fsdb.o
--- secure.all__D ---
--- a_print.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto 
-I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN 
-DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM 
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m 
-DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM 
-DWHIRLPOOL_ASM 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 
-Qunused-arguments  -fstack-protector -Wno-pointer-sign -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare 
-Wno-unused-value -Wno-parentheses-equality -Wno-unused-function 
-Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter 
-Wno-parentheses -c /usr/src/sec
 ure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/a_print.c -o a_print.po
--- lib.all__D ---
--- val_utils.po ---
cc  -pg  -I/usr/src/lib/libunbound/../../contrib/unbound 
-I/usr/src/lib/libunbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound 
-std=gnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign 
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable 
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality 
-Wno-unused-function -Wno-enum-conversion -c 
/usr/src/lib/libunbound/../../contrib/unbound/validator/val_utils.c -o 
val_utils.po
--- gnu.all__D ---
--- texinfo.info.gz ---
gzip -cn texinfo.info > texinfo.info.gz
--- secure.all__D ---
--- a_set.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto 
-I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN 
-DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM 
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m 
-DMD5_ASM -DGHASH_

Re: FreeBSD_STABLE_10-i386 - Build #661 - Still Failing

2015-11-23 Thread Baptiste Daroussin
On Tue, Nov 24, 2015 at 01:06:50AM +0800, Li-Wen Hsu wrote:
> On Mon, Nov 23, 2015 at 17:20:36 +0100, Baptiste Daroussin wrote:
> > On Mon, Nov 23, 2015 at 04:10:33PM +, jenkins-ad...@freebsd.org wrote:
> > > FreeBSD_STABLE_10-i386 - Build #661 - Still Failing:
> > > 
> > > Build information: 
> > > https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/661/
> > > Full change log: 
> > > https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/661/changes
> > > Full build log: 
> > > https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/661/console
> > 
> > Someone needs to update the jenkins to the latest head.
> 
> The build happens in a jail built every time the job starts, by fetching
> the latest snapshot from:
> 
> http://ftp.freebsd.org/pub/FreeBSD/snapshots/i386/i386/11.0-CURRENT/base.txz
> 
> It looks there is no /usr/bin/colldef.  I haven't looked into what's
> going on here.
> 
Ok so it will be fixed by the next snapshot

Best regards,
Bapt


signature.asc
Description: PGP signature


FreeBSD_STABLE_10-i386 - Build #663 - Still Failing

2015-11-23 Thread jenkins-admin
FreeBSD_STABLE_10-i386 - Build #663 - Still Failing:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/663/
Full change log: 
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/663/changes
Full build log: 
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/663/console

Change summaries:

291215 by smh:
MFC r274366:

Add missing privilege check when setting the dump device.

Approved by:pjd, secteam (both no objections)
Sponsored by:   Multiplay



The end of the build log:

[...truncated 101290 lines...]
cc  -pg  -O2 -pipe   -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include 
-I/usr/src/lib/libthr/thread  -I/usr/src/lib/libthr/../../include 
-I/usr/src/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys 
-I/usr/src/lib/libthr/../../libexec/rtld-elf 
-I/usr/src/lib/libthr/../../libexec/rtld-elf/i386 
-I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions 
-D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx 
-DSYSCALL_COMPAT -std=gnu99 -Qunused-arguments  -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign 
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable 
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality 
-Wno-unused-function -Wno-enum-conversion -c 
/usr/src/lib/libthr/thread/thr_join.c -o thr_join.po
--- secure.all__D ---
--- x_info.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto 
-I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN 
-DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM 
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m 
-DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM 
-DWHIRLPOOL_ASM 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 
-Qunused-arguments  -fstack-protector -Wno-pointer-sign -Wno-empty-body 
-Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare 
-Wno-unused-value -Wno-parentheses-equality -Wno-unused-function 
-Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter 
-Wno-parentheses -c /usr/src/sec
 ure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/x_info.c -o x_info.po
--- sbin.all__D ---
--- subr.So ---
cc  -fpic -DPIC  -O2 -pipe   
-I/usr/src/sbin/geom/class/multipath/../../../../sys 
-I/usr/src/sbin/geom/class/multipath/../.. -std=gnu99 -Qunused-arguments  
-fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W 
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter 
-Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls 
-Wold-style-definition -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int 
-Wno-unused-const-variable -c 
/usr/src/sbin/geom/class/multipath/../../misc/subr.c -o subr.So
--- lib.all__D ---
--- thr_list.po ---
cc  -pg  -O2 -pipe   -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include 
-I/usr/src/lib/libthr/thread  -I/usr/src/lib/libthr/../../include 
-I/usr/src/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys 
-I/usr/src/lib/libthr/../../libexec/rtld-elf 
-I/usr/src/lib/libthr/../../libexec/rtld-elf/i386 
-I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions 
-D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx 
-DSYSCALL_COMPAT -std=gnu99 -Qunused-arguments  -Wsystem-headers -Werror -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign 
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable 
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality 
-Wno-unused-function -Wno-enum-conversion -c 
/usr/src/lib/libthr/thread/thr_list.c -o thr_list.po
--- secure.all__D ---
--- x_long.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto 
-I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN 
-DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM 
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m 
-DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM 
-DWHIRLPOOL_ASM 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp 
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 
-Qunused-arguments  -fstack-protector -Wno-pointer-sign -Wno-empty-body 
-Wno-string-p

sshpass

2015-11-23 Thread Adam Vande More
sshpass seems to be broken for at least FreeBSD 10.X targets and here is
some debugging output:

 6347: 0.306948550 write(2,"debug2: input_userauth_info_req:"...,48) = 48
(0x30)
 6347: 0.307046901
openat(0xff9c,0x8008a4fe6,0x2,0x0,0x7ff7fc75ecfc,0x803856010) ERR#6
'Device not configured'
debug1: read_passphrase: can't open /dev/tty: Device not configured
 6347: 0.307174637 write(2,"debug1: read_passphrase: can't o"...,69) = 69
(0x45)
 6347: 0.307292478 open("/dev/tty",O_RDWR|O_CLOEXEC,0163727160) ERR#6
'Device not configured'
debug3: packet_send2: adding 48 (len 10 padlen 6 extra_pad 64)
 6347: 0.307424012 write(2,"debug3: packet_send2: adding 48 "...,64) = 64
(0x40)

It seems various tools like ansible and salt are running into this as well:

https://github.com/saltstack/salt/issues/20565
https://github.com/ansible/ansible/issues/11565
http://sourceforge.net/p/sshpass/bugs/12/ <- Misidentified cause

Can anyone offer insight into this?

Thanks,

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


Феерверк осенних предложений от Кексика.

2015-11-23 Thread wwwweb



Осень, пора дождей и уныния. Сделать мир ярче подвласно каждому, 
кто дружит с Кексиком.
Магазин Кексик это целый феерверк осенних предложений.


Мы приготовили для Вас: мир красок, мир ароматов и мир ярких 
детский фантазий.
А еще можно создать сахарные цветы, который принесут с собой 
маленький кусочек весны.
И конечно, не забываем, что мы стоим на пороге волшебного праздника 
с запахом мандаринов и веселых пряников.


И многое другое на сайте Кексика - http://keksik.com.ua/
На все интересующие вопросы Вам сможет ответить наш менеджер, по 
адресу: za...@keksik.com.ua
Кроме того, Вы сможете нас найти в ВКонтакте по адресу 
https://vk.com/keksik_com_ua


С Уважением
интернет магазин "Кексик"
Ваш E-Mail адрес был взят из открытых источников.


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