search for: kasper

Displaying 20 results from an estimated 229 matches for "kasper".

Did you mean: jasper
2001 Sep 26
2
"Unexpected network error" copying large files NT->Linux?
...saw said something like "Unable to copy <file>. End of file reached." I have some users who need to back up gigabyte-size tar files, and this bug is preventing them from doing so. I'd really appreciate any advice anyone can offer. Thanks in advance for your time .... -Brian Kasper kasper@aero.org
2020 Oct 30
1
bug report for make check
Thanks, I'm going to shut up then. Despite having been reported multiple times, it was not at all clear to me that this was being worked on with the intention of addressing make check - that is one of the limitations of the communication system we use. Best, Kasper On Fri, Oct 30, 2020 at 11:38 AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > Dear Kasper, > > if you want to submit a bug via bugzilla, please first read > > https://www.r-project.org/bugs.html > > and you will learn there that there is an email address to use...
2017 May 04
2
complex tests failure
Thanks. I assume there is no way to control this via. environment variables or configure settings? Obviously that would be great for something like this which affects tests and seems to be a known problem for older C standard libraries. Best, Kasper On Thu, May 4, 2017 at 9:12 AM, Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > > As a quick fix, you can undefine HAVE_CTANH in complex.c, somewhere after > including config.h > An internal substitute, which is implemented inside complex.c, will be > used. > > Be...
2017 May 05
1
complex tests failure
...handled in configure in 72661 (R-devel). I'll also port to R-patched. Best Tomas On 05/04/2017 03:49 PM, Tomas Kalibera wrote: > > There is no way to control this at runtime. > We will probably have to add a configure test. > > Best, > Tomas > > On 05/04/2017 03:23 PM, Kasper Daniel Hansen wrote: >> Thanks. >> >> I assume there is no way to control this via. environment variables >> or configure settings? Obviously that would be great for something >> like this which affects tests and seems to be a known problem for >> older C sta...
2020 Oct 02
2
timezone tests and R-devel
...uot;Europe/Berlin" "CET" "CEST" > > This might be system-specific. > > I suggest to modify the test as attached for make check to pass in this > setting. > > Best regards, > > Sebastian > > > Am 01.10.20 um 20:31 schrieb Kasper Daniel Hansen: > > The return value of Sys.time() today with a timezone of US/Eastern is > > unchanged between 4.0.3-patched and devel, but on devel the following > test > > fails > > all.equal(x, as.POSIXlt(x)) > > with > > x = Sys.time() > > > &...
2023 Aug 11
1
Bug in dhcp-dyndns.sh script, A_REC always singleton array
On Fri, Aug 11, 2023, at 2:58 PM, Rowland Penny via samba wrote: > On Fri, 11 Aug 2023 14:03:01 +0200 > Kasper Brandt via samba <samba at lists.samba.org> wrote: > > > Hello > > I was directed to discuss this issue here. As I understand the issue > > with using the unquoted variable is that it expand globs unless > > noglob is set. E.g. > > > > root at dy3:/# t...
2020 Oct 30
2
bug report for make check
...ble TZ is set to TZ="US/Eastern" (and likely other values). This can be addressed by using the argument check.tzone=FALSE in the call to all.equal.POSIXt in reg-tests-2.R. A patch has been posted by Sebastian Meyer in the R-devel thread "timezone tests and R-devel". -- Best, Kasper [[alternative HTML version deleted]]
2015 Aug 15
1
Why not pthreads on Windows in 'parallel' package?
Aaaah ... and argh - I should have better not to post R question at midnight, especially when I know it forks the process and it's not using threads. Brain meltdown. (So, we'll proceed trying to use pthreads in matrixStats also for Windows). Sorry for the noise and thanks Kasper. Henrik On Aug 15, 2015 02:52, "Kasper Daniel Hansen" <kasperdanielhansen at gmail.com> wrote: > mclapply uses fork which is different from pthreads. As I understand it, > pthreads requires you to rewrite code, fork is a system call which takes > care of completely repli...
2019 Jan 21
2
pmax and long vector
Kasper, If you're not interested or dont have time to create said patch yourself let me know and i can do it. Best, ~G On Mon, Jan 21, 2019, 11:36 AM Duncan Murdoch <murdoch.duncan at gmail.com wrote: > On 21/01/2019 12:35 p.m., Kasper Daniel Hansen wrote: > > I see that base::pmax() d...
2020 Oct 23
1
timezone tests and R-devel
...f the objects (similar to check_tzones): I think this is a bad idea because tzone affects how POSIXt objects are printed, and under check.tzone=TRUE, two objects shouldn't be considered "nearly equal" if they print differently. Best regards, Sebastian Am 23.10.20 um 10:28 schrieb Kasper Daniel Hansen: > So let me try to raise this issue once more, and perhaps be more clear > about what I think the?issue is.. > > In my opinion there is now a bug in? > ? make check > in R-development (tested today with r79361). As I see it, I specify a > reasonable TZ environme...
2023 Aug 11
1
Bug in dhcp-dyndns.sh script, A_REC always singleton array
On Fri, 11 Aug 2023 14:03:01 +0200 Kasper Brandt via samba <samba at lists.samba.org> wrote: > Hello > I was directed to discuss this issue here. As I understand the issue > with using the unquoted variable is that it expand globs unless > noglob is set. E.g. > > root at dy3:/# test="b*" > root at dy3...
2011 Oct 12
14
pv-grub Solaris support
...ch) to build stubdom/libxc-x86_64 succesfully. Is this a bug, or is there something wrong in my setup? If you think this code is useful for other users, I''d be happy to see it included in the Xen repository. Please let me know if there''s anything that needs to be changed. Best, Kasper _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2017 May 20
1
test fails when requesting LC_CTYPE
>>>>> Kasper Daniel Hansen <kasperdanielhansen at gmail.com> >>>>> on Fri, 19 May 2017 20:09:24 -0400 writes: > I rebuilt R with > export LC_CTYPE=en_US.UTF-8 > and the test still fail. Surprisingly, when I run R from the bin directory > and execute the tes...
2017 May 04
2
complex tests failure
...s requires updating the C standard library? ** From complex.Rout.fail > stopifnot(identical(tanh(356+0i), 1+0i)) Error: identical(tanh(356 + (0+0i)), 1 + (0+0i)) is not TRUE In addition: Warning message: In tanh(356 + (0+0i)) : NaNs produced in function "tanh" Execution halted Best, Kasper [[alternative HTML version deleted]]
2016 Mar 24
3
summary( prcomp(*, tol = .) ) -- and 'rank.'
I agree with Kasper, this is a 'big' issue. Does your method of taking only n PCs reduce the load on memory? The new addition to the summary looks like a good idea, but Proportion of Variance as you describe it may be confusing to new users. Am I correct in saying Proportion of variance describes the amount o...
2020 Oct 23
0
timezone tests and R-devel
...o raise this issue once more, and perhaps be more clear about what I think the issue is.. In my opinion there is now a bug in make check in R-development (tested today with r79361). As I see it, I specify a reasonable TZ environment variable and this leads to make check emitting an error. Best, Kasper On Fri, Oct 2, 2020 at 11:28 AM Kasper Daniel Hansen < kasperdanielhansen at gmail.com> wrote: > Yes, the potential issue I see is that > make check > fails when I explicitly set TZ. However, I set it to be the same as what > the system reports when I login. > > Details:...
2023 Aug 11
1
Bug in dhcp-dyndns.sh script, A_REC always singleton array
...-tool dns query "dy3" "poizan.dk" "test" A "--use-kerberos=required" 2>/dev/null | grep 'A:' | awk '{print $2}') root at dy3:/# echo ${#A_REC[@]} 2 root at dy3:/# echo ${A_REC[0]} 10.13.37.100 root at dy3:/# echo ${A_REC[1]} 10.13.37.101 - Kasper Brandt On Fri, Aug 11, 2023, at 1:14 PM, Rowland Penny wrote: > On Fri, 11 Aug 2023 02:52:59 +0200 > Kasper Brandt via samba-team <samba-team at lists.samba.org> wrote: > > > Hello > > I encountered a bug in the dhcp-dyndns.sh script embedded in the site > > at &g...
2017 May 19
2
test fails when requesting LC_CTYPE
On RedHat Enterprise Linux 6, the test below fails (this is using the stock GCC 4.4.7) from R-devel r72707. LC_CTYPE is unset when I run it, but LANG=en_US.UTF-8 It also failed "yesterday" where as far as I recall the test code looked a bit different. Best, Kasper > ## Results differed by platform, but some gave incorrect results on string 10. > > > ## str() on large strings (in multibyte locales; changing locale may not work everywhere > oloc <- Sys.getlocale("LC_CTYPE") > mbyte.lc <- { + if(.Platform$OS.type == "...
2015 May 30
5
Using two agents
...erver and then forwards an agent to that server, it will always use the same agent for both purposes. Has there been any attempt to make it possible for the ssh command to use two different agents, such that I can use one agent to authenticate and then forward a different agent to the server? -- Kasper Dupont -- Rigtige m?nd skriver deres egne backupprogrammer #define _(_)"d.%.4s%."_"2s" /* This is my email address */ char*_="@2kaspner"_()"%03"_("4s%.")"t\n";printf(_+11,_+6,_,12,_+2,_+7,_+6);
2015 Mar 27
2
About removing zlib from R-devel
...nfigure:34173: checking whether bzip2 support suffices configure:34180: error: bzip2 library and headers are required To me, it seems as if the test might be broken. I'll do some more investigation, but thought I would report this. It works for libz which I also had to install by hand. Best, Kasper On Thu, Mar 26, 2015 at 2:49 PM, Dirk Eddelbuettel <edd at debian.org> wrote: > > On 26 March 2015 at 07:47, G?bor Cs?rdi wrote: > | Dear All, > | > | zlib has been removed from R-devel src/extra recently, and building R > | requires zlib >= 1.2.5. Ubuntu 12.04 LTS (al...