search for: pedersen

Displaying 20 results from an estimated 417 matches for "pedersen".

2023 Feb 21
2
Gluster 11.0 upgrade
...28AM +0100, Xavi Hernandez wrote: > CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. > > > Hi Marcus, > > On Mon, Feb 20, 2023 at 2:53 PM Marcus Peders?n <marcus.pedersen at slu.se<mailto:marcus.pedersen at slu.se>> wrote: > Hi again Xavi, > > I did some more testing on my virt machines > with same setup: > Number of Bricks: 1 x (2 + 1) = 3 > If I do it the same way, I upgrade the arbiter first, > I get the same behavior that the bricks...
2017 Aug 14
4
Help creating the IBM Randu function
...wice doesn't give the same result as above. > RANDU(RANDU(1)) [1] 4295360521 I expect these two values to be the same but that is not the case. 393225 should be the correct. I guess it might be something with local vs. global environment ?! Please advise and thanks. Regards Martin M. S. Pedersen (1) https://en.wikipedia.org/wiki/RANDU [[alternative HTML version deleted]]
2017 Aug 14
0
Help creating the IBM Randu function
Please look at ?datasets::randu for David Donoho's translation of RANDU into R. On Mon, Aug 14, 2017 at 12:49 PM, Martin M?ller Skarbiniks Pedersen <traxplayer at gmail.com> wrote: > Dear all, > > I am trying to learn functions in R and 3D plotting so I decided to try > to plot > the famous bad PRNG Randu from IBM(1). > However something is not correct in the function I have created. > First I define the func...
2018 Jan 17
3
roxygen2 error - x$tag operator is invalid for atomic vectors
...I will later today put the files on Github. However I gets this error and I can't find any reason for it: R> roxygen2::roxygenise() First time using roxygen2. Upgrading automatically... Error in x$tag : $ operator is invalid for atomic vectors R> Any ideas? Regards Martin M. S. Pedersen [[alternative HTML version deleted]]
2010 Aug 07
7
OT Thunderbird
some senders on this maillist use a version of thunderbird that adds more then one references header and this imho breaks threading :( -- xpoint
2023 Feb 20
2
Gluster 11.0 upgrade
...te: > > CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. > > > > > > Hi Marcus, > > > > On Mon, Feb 20, 2023 at 8:50 AM Marcus Peders?n <marcus.pedersen at slu.se<mailto:marcus.pedersen at slu.se>> wrote: > > Hi Xavi, > > I stopped glusterd and killall glusterd glusterfs glusterfsd > > and started glusterd again. > > > > The only log that is not empty is glusterd.log, I attach the log > > from the restar...
2023 Feb 20
1
Gluster 11.0 upgrade
...37PM +0100, Xavi Hernandez wrote: > CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. > > > Hi Marcus, > > On Mon, Feb 20, 2023 at 8:50 AM Marcus Peders?n <marcus.pedersen at slu.se<mailto:marcus.pedersen at slu.se>> wrote: > Hi Xavi, > I stopped glusterd and killall glusterd glusterfs glusterfsd > and started glusterd again. > > The only log that is not empty is glusterd.log, I attach the log > from the restart time. The brick log, gluster...
2017 Dec 03
5
Rcpp, dyn.load and C++ problems
...s and I get a logistic_map.so file as expected. However in R: R> dyn.load("logistic_map.so") R> compute_values_cpp() Error in compute_values_cpp() : could not find function "compute_values_cpp" Please advise, What piece of the puzzle is missing? Regards Martin M. S. Pedersen [[alternative HTML version deleted]]
2017 Sep 15
2
How to add make option to package compilation?
On 15 September 2017 at 14:13, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 15/09/2017 8:11 AM, Martin M?ller Skarbiniks Pedersen wrote: > >> Hi, >> >> I am installing a lot of packages to a new R installation and it takes >> a >> long time. >> However the machine got 4 cpus and most of the packages are written in >> C/C++. >> >> So is it possible to add a -j4...
2018 Jan 22
2
Better error message in loadNamespace
...f` block where `vI` gets assigned that warns about potential corruption of the library and names the package that caused the error. I can open a bug report if you wish, but I would require a bugzilla account for that. Otherwise you?re also welcome to take it from here. With best wishes Thomas Lin Pedersen
2018 Nov 12
2
Better cleanup of example session during check
...example code. While it is possible to hide all that inside a \dontshow{} block, it appears to me that it would be better if cleanEx() did a cleaning of the environment along with a single gc call prior to performing any checks on the end state. Is this something you would consider? best Thomas Lin Pedersen [[alternative HTML version deleted]]
2017 Aug 14
0
Help creating the IBM Randu function
Hi Martin, The corrected function would be RANDU <- function(num) { return ((65539*num)%%(2^31)) } You forgot the brackets for the return function. Hence, what was returned was always (65539 * num) On Mon, Aug 14, 2017 at 12:49 PM, Martin M?ller Skarbiniks Pedersen <traxplayer at gmail.com> wrote: > Dear all, > > I am trying to learn functions in R and 3D plotting so I decided to try > to plot > the famous bad PRNG Randu from IBM(1). > However something is not correct in the function I have created. > First I define the func...
2017 Sep 15
0
How to add make option to package compilation?
In line On 15/09/2017 13:30, Martin M?ller Skarbiniks Pedersen wrote: > On 15 September 2017 at 14:13, Duncan Murdoch <murdoch.duncan at gmail.com> > wrote: > >> On 15/09/2017 8:11 AM, Martin M?ller Skarbiniks Pedersen wrote: >> >>> Hi, >>> >>> I am installing a lot of packages to a new R installation...
2017 Sep 08
5
Optimize code to read text-file with digits
...# remove spaces lines[i] <- gsub(" ","",lines[i]) # split the characters and convert them into numbers numbers <- c(numbers,as.numeric(unlist(strsplit(lines[i],"")))) } Thanks for any advice how this program can be improved. Regards Martin M. S. Pedersen [[alternative HTML version deleted]]
2018 Jul 13
2
Upgrade to 4.1.1 geo-replication does not work
...############## Sent from my phone ################ Den 13 juli 2018 11:28 skrev Kotresh Hiremath Ravishankar <khiremat at redhat.com>: Hi Marcus, Is the gluster geo-rep version is same on both master and slave? Thanks, Kotresh HR On Fri, Jul 13, 2018 at 1:26 AM, Marcus Peders?n <marcus.pedersen at slu.se<mailto:marcus.pedersen at slu.se>> wrote: Hi Kotresh, i have replaced both files (gsyncdconfig.py<https://review.gluster.org/#/c/20207/1/geo-replication/syncdaemon/gsyncdconfig.py> and repce.py<https://review.gluster.org/#/c/20207/1/geo-replication/syncdaemon/repce.py&...
2006 Nov 02
1
pxelinux: Forward control to another PXE server
...ct pxelinux to load the PXE software from another TFTP server and pass control over to that, if the operator selects 'LABEL ads'? I haven't been able to find any way to tell pxelinux to use another TFTP server for loading images, but maybe I'm missing something? Regards, Anders K. Pedersen -- The From: and Reply-To: addresses are internal news2mail gateway addresses. Reply to the list or to "Anders K. Pedersen" <akp at cohaesio.com>
2012 Aug 10
2
postfix mysql quota map to dovecot dict in mysql
...SAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; there is not field that says how much quota each user have, so one cant make a query on how much its left pr user how can i resolve this in dovecot dict ? i like to do an postfix mysql map to temp reject if quota is out of limit -- Benny Pedersen
2017 Sep 15
2
How to add make option to package compilation?
...and it takes a long time. However the machine got 4 cpus and most of the packages are written in C/C++. So is it possible to add a -j4 flag to the make command when I use the install.packages() function? That will probably speed up the package installation process 390%. Regards Martin M. S. Pedersen [[alternative HTML version deleted]]
2006 Jan 17
4
find_by_sql column ordering defect?
...does NOT even represent the original ordering of the columns in the database table, NOR does it represent the alphabetical ordering of the columns. This must surely be a bug? I''ve posted a bug report as well, but posting here in case anyone has any thoughts... Help? :) Regards, Henning Pedersen
2012 Jan 21
9
linux kernel 3.2.x gentoo maclist
how to make this work, its seem to me that netfilter is changed more or less someplaces that shorewall do not support, using 4.4.27 shorewall and shorewall6 suggestion welcomed ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99!