similar to: [Fwd: Re: regular expression]

Displaying 20 results from an estimated 4000 matches similar to: "[Fwd: Re: regular expression]"

2005 Apr 13
3
Patch for tunnelserver mode in protocol_subnet.c
Hello, Here is a patch for protocol_subnet.c with two modifications : - in tunnelserver mode, tinc must check subnets in the ".../hosts/owner" config file, not in "c->config_tree" (which is the configuration of the meta-connection from which we receive the ADD_SUBNET message). - this checking can be made before the check of the owner, especially before any
2008 Nov 22
2
ggplot2 - facet_grid and facet_wrap
Hello R users (and Hadley) I have another question about ggplot2 :-) (version 0.8) `dat` <- structure(list(D = c("a", "b", "c", "d"), G = c(1.51520888871520, 1.88812208268440, -6.60521862, 0.55968739), E = c(1.38888592256404, 1.39366168665589, 1.22509259382058, 1.36617701059296), I = c(6.92634958902857, 6.94416045215158, 13.2179488828556,
2005 Jan 20
1
problème de parametrage
contenu de type multipart/alternative saut?-------------- section suivante -------------- Une pi?ce jointe non texte a ?t? nettoy?e... Nom: Doc1.doc Type: application/msword Taille: 100352 octets Desc: non disponible Url: http://brouwer.uvt.nl/pipermail/tinc/attachments/20050115/ee0bd8e6/Doc1-0001.doc
2008 Sep 23
2
fatal signal 11 (segmentation)
Hello ! I've installed tinc on debian (2.6.24.2 kernel) and it is running perfectly except some troubles occurring randomly. You can found the log below. Does anyone know more details about this crash ? In advance, thnx a lot for your help. rezec. --------log----------- tincd 1.0.8 (Jul 4 2008 13:24:07) starting, debug level 0 Sep 21 18:29:38 tinc.vpn[11682]: /dev/net/tun is a Linux
2015 Mar 20
0
SSL only working in DEBUG mode
Hello all, With a really fast lookup, I think it is probably a problem of NSS initialization (key loading...) . As the problem occurs only when upsd is forked and as nss is initialized ( https://github.com/networkupstools/nut/blob/master/server/upsd.c#L1008)before upsd deamonify ( https://github.com/networkupstools/nut/blob/master/server/upsd.c#L1035), I suspect NSS to not be fork-safe. I will
2013 Sep 04
0
Nut client for VMware ESXi 5 version 1.2.0 released
Dear nut users, New ViB package version 1.2.0 has been released. What's new : - Mail now contains RFC-2822 compliant date attribute - FINALDELAY upsmon parameter is now configurable from UserVars vmware parameters Description : - Contains NUT client 2.6.5 compiled for VMWare ESXi 5.x hypervisor - Instructions for installation or upgrade are in the archive - Archive can be downloaded from
2016 Apr 17
0
VMware ESXi package 1.4.0 released
Hi all, I have released a new package version for the Network UPS Tools client for VMware ESXi hypervisor. Tested with ESXi 5.0, 5.1, 5.5, 6.0 So, what?s new inside ? - Nut client updated to version 2.7.4 - SSL support for server connexions. SSL will be preferred if available but server certificate will not be checked. SSL support is done using LibreSSL 2.3.0 statically linked. I can?t rely on
2013 Dec 06
0
Delayed UPS start up after shutdown?
Hi, I own one a MGE Protection Center 675. You can change the parameter ups.delay.start into your UPS to set the "Interval to wait before (re)starting the load (seconds)" use upsset to change the value. Regards, Ren? Le 2013-12-06 15:14, Angel Tsankov a ?crit : > Hello. > > I am faced with a configuration where the OS (Debian 6.0.8) and the PC > shut down before
2015 Apr 04
1
SSL only working in DEBUG mode
Hello All 2015-03-26 9:03 GMT+01:00 Arnaud Quette <arnaud.quette at gmail.com>: > > > What I will do is to move ssl initializing after usering and forking, > than add key file right checking where ssl was initialized before (before > forking). > > As keys should be owned by nut user, this would not be a problem. > > And moving this code, independently of SSL
2015 Mar 20
2
SSL only working in DEBUG mode
Some precisions: we are not alone, some projects had similar problem: http://bugs.bitlbee.org/bitlbee/ticket/785 And the problem is really coming from NSS initialization. Discussion about the issue here : http://osdir.com/ml/mozilla.crypto/2002-08/msg00016.html There is a workaround to use NSS with fork but it is more setting a flag to share some resources (primarily sockets) but must
2015 Mar 25
5
SSL only working in DEBUG mode
2015-03-21 17:06 GMT+01:00 Melkor Lord <melkor.lord at gmail.com>: > > On Fri, Mar 20, 2015 at 4:40 PM, Emilien Kia <kiae.dev at gmail.com> wrote: > > Some precisions: >> >> we are not alone, some projects had similar problem: >> http://bugs.bitlbee.org/bitlbee/ticket/785 >> And the problem is really coming from NSS initialization. Discussion
2015 Mar 26
3
SSL only working in DEBUG mode
2015-03-26 9:03 GMT+01:00 Arnaud Quette <arnaud.quette at gmail.com>: > Hey mister M' > > A first huge thanks for taking care of this, and so late in the night. I > know that it's not easy... > > (sent from my S3... please excuse my brevity) > Le 25 mars 2015 18:49, "Emilien Kia" <kiae.dev at gmail.com> a ?crit : > > > > > >
2010 Feb 08
2
the hat ^ in regular expression
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20100208/52a6d080/attachment.pl>
2011 Jun 23
2
Restarting NUT twice in the same time creates 2 instances of usbhid-ups driver
Hello I'm new on this list, nice to meet you My configuration : OS : Ubuntu server 10.04.1 LTS NUT : nut 2.4.3-1ubuntu3.1 from Ubuntu package UPS : APC Back-UPS ES 530 My problem : When restarting twice nut in the same time. I can see 2 instance of /lib/nut/usbhid-ups driver when using : ps aux | grep usbhid-ups I know that's not normal to restart nut twice at the same moment but it
2010 Jan 22
2
Optimizing C code
Hi the list, I need to write some efficient distances function, so I read the code for the Euclidean distance. I do not understand the purpose of the line 11 : if x[i] and y[i] are not NA (line 9), can dev be NA ? Christophe #define both_FINITE(a,b) (R_FINITE(a) && R_FINITE(b)) #define both_non_NA(a,b) (!ISNAN(a) && !ISNAN(b)) 1. static double R_euclidean2(double *x, double
2005 Jan 24
1
hist() and database
Hello, I'm a new R user and I'm having a little trouble getting started. I'm hoping someone can help me out. I read numbers (integer) from a SQL database. Some calculations as mean()are possible but hist() give an error. Here are the commands: library(RMySQL) Loading required package: DBI > con <- dbConnect(dbDriver("MySQL"), dbname = "test") >
2007 Apr 06
2
regular expression
Dear R-List, I have a great many files in a directory and I would like to replace in every file the character " by the character ' and in the same time, I have to change ' by '' (i.e. the character ' twice and not the unique character ") when the character ' is embodied in "....." So, "....." becomes '.....' and
2011 Jun 23
0
Restarting NUT twice in the same time creates 2 instances of usbhid-ups driver
Hello I'm new on this list, nice to meet you My configuration : OS : Ubuntu server 10.04.1 LTS NUT : nut 2.4.3-1ubuntu3.1 from Ubuntu package UPS : APC Back-UPS ES 530 My problem : When restarting twice nut in the same time. I can see 2 instance of /lib/nut/usbhid-ups driver when using : ps aux | grep usbhid-ups I know that's not normal to restart nut twice at the same moment but it
2011 Nov 18
0
Introduce jNutWebApi
Hi All, Perhaps you have seen, a few weeks ago, a release of jNut-0.2 which introduces nut-scanner capability to jNut java library, see http://networkupstools.org/download.html#_java_packages. With this package have been released jNutWebApi, a java web archive which uses jNut to present some UPSD and nut-scanner data on the form of a web service. This package is a maven-based project
2012 Nov 10
1
libnutclient pull request
Hello all, I come back to request comments (and merge) on my pull request of the libnutclient. https://github.com/clepple/nut/pull/2 All previous comments have been addressed (some fixes and documentation). For memory, the libnutclient is an high-level C++ and C client library allowing to dialog with upsd. The addressed model is oriented around devices, variables and commands; unlike