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
2024 May 25
1
dplyr, group_by and selective action according to each group
Although there may well be many ways to do what is being asked for with the tidyverse, sometimes things are simple enough to do the old-fashioned way. The request seems to have been to do something to all rows in ONE specific group but was phrased in the sense of wanting to know which group your functionality is being called in. What grouping gains you is more worthwhile if you are interested in
2024 Jun 16
1
slowness when I use a list comprehension
This can be vectorized. Try ix <- seq_along(vec2) S_diff2 <- sapply(seq_len(N1-(N2-1)*ratio_sampling), \(j) sum((vec1[(ix-1)*ratio_sampling+j] - vec2[ix])**2)) On Sun, Jun 16, 2024 at 11:27?AM Laurent Rhelp <laurentRHelp at free.fr> wrote: > > Dear RHelp-list, > > I try to use the package comprehenr to replace a for loop by a list > comprehension. > > I
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 : > > > > > >
2024 May 21
1
wrtiteBin in conjunction with seek : the position in the file is not good when writing
? Tue, 21 May 2024 11:29:33 +0200 Laurent Rhelp <laurentRHelp at free.fr> ?????: > pos <- seek(con_in,2,origin="start") > # We have to repeat the command to return the good amount of read > # bytes > print(paste0("pos is not equal to 2, pos = ",pos)) That's because seek() returns the previous position ("before any move", the one that the
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>
2024 May 24
1
dplyr, group_by and selective action according to each group
Laurent: As I don't use dplyr, this won't help you, but I hope you and others may find it entertaining anyway. If I understand you correctly (and ignore this if I have not), there are a ton of ways to do this in base R, including using switch() along the lines you noted in your post. However, when the functions get sufficiently complicated or numerous, it may be useful to store them in a
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") >