fixing Zesty to use Apple boot selector

2017-03-31 Thread Jack Howarth
Zesty 17.04 x86_64 beta 2, while producing a bootable installation when installed on a MacPro, fails to appear in the Apple boot selector like a Fedora 24/25 installation does. It is trivial to emulate the Fedora approach by installing the mactel-boot-logo_1.0-1~xenial_all.deb and

Re: Set environment variable globally

2017-03-31 Thread Gunnar Hjalmarsson
On 2017-03-24 22:19, Andrew Martin wrote: I recently saw this blog post regarding performance when the TZ environment variable is not set: https://blog.packagecloud.io/eng/2017/02/21/set-environment-variable-save-thousands-of-system-calls/ I have noticed this problem when stracing running

Re: Set environment variable globally

2017-03-31 Thread GĂ©rard BIGOT
Hi, I added this line in /etc/environment since a long time : TZ="Europe/Paris" It gives me satisfaction. With this line, upon reboot, I have : ~$ echo $TZ Europe/Paris Without TZ doesn't exist. G. PS: You don't have to live in Paris for this to work, I guess. It should work with whatever

Warning vulnerability in monitoring-plugins : incomplete SSL certificate verify

2017-03-31 Thread Shopping Ruan
Hi developers: Nowadays we made a large scale security static analysis on several open source projects, and found some mistakes in monitoring-plugins-2.1.2. In the @plugins/sslutils.c:164: int np_net_ssl_check_cert(int days_till_exp_warn, int days_till_exp_crit){ # ifdef USE_OPENSSL [...]

no SSL certificate verify

2017-03-31 Thread Shopping Ruan
Hi developers: Nowadays we made a large scale security static analysis on several open source projects, and found some mistakes in uhub_0.4.1. In the @src/network/ openssl.c:245: ssize_t net_con_ssl_handshake(struct net_connection* con, enum net_con_ssl_mode ssl_mode, struct

Warning vulnerability in elog : no SSL certificate verify

2017-03-31 Thread Shopping Ruan
Hi developers: Nowdays we made a large scale security static analysis on several open source projects,and found some mistakes in elog-3.1.1-1.In the@src /elog.c:300: int ssl_connect(int sock, SSL ** ssl_con) { SSL_METHOD *meth; SSL_CTX *ctx; SSL_library_init();