Displaying 20 results from an estimated 100 matches similar to: "Incomplete Subject Line"
2017 Sep 13
0
(no subject)
On 13/09/2017 5:23 AM, Brayford, David wrote:
> When I try to install gsl in R I get the error Need GSL version >= 1.12 . However, I have version 2.3 of gsl installed on the system, which is picked up earlier in the configure process (see below). Is it possible for someone to fix this error in the configure script?
>
> checking for gsl-config...
2017 Sep 13
4
(no subject)
When I try to install gsl in R I get the error Need GSL version >= 1.12 . However, I have version 2.3 of gsl installed on the system, which is picked up earlier in the configure process (see below). Is it possible for someone to fix this error in the configure script?
checking for gsl-config... /lrz/sys/libraries/gsl/2.3/bin/gsl-config
checking if GSL version >= 1.12... checking for gcc...
2017 Sep 13
0
(no subject)
On 13/09/2017 9:10 AM, David Brayford wrote:
> Hi Duncan,
>
> The output of gsl-config --version
> 2.3
>
> The output of gsl-config --cflags
> -I/lrz/sys/libraries/gsl/2.3/include
>
> The output of gsl-config --libs
> -L/lrz/sys/libraries/gsl/2.3/lib -lgsl -lgslcblas -lm
>
> gsl_version.h cat output
> #define GSL_VERSION "2.3"
> #define
2008 Mar 26
4
Want to draw 3D cylinder objects
Hello,
I want to draw 3D cylinder objects in R.
Given is the length and the diameter of the cylinder.
Has anybody an example?
Thank you very much!
Best regards
--
----------------------
Dr. Hans-Joachim Klemmt
Forstoberrat
Organisationsprogrammierer IHK
Bayerische Landesanstalt f?r Wald und Forstwirtschaft
zugewiesen an
Lehrstuhl f?r Waldwachstumskunde
Technische Universit?t M?nchen
2014 Feb 26
3
VirtFS accessmode
Hi all,
I'm trying to share a folder between a host and a guest using VirtFS.
The source is NAS mounted on the host and QEMU runs as unprivileged user.
The only way for me to use the folder inside the guest is to set the access mode to 'squash' but all file operations are performed by the user running QEMU.
If I ran QEMU as root, the passthrough mode works as expected.
Is there
1999 Mar 27
2
migration win95 -> win98
Hi everybody,
we are currently running a small network with a samba server and a few
Windows _95_ workstations. The server stores roaming profiles for all
users and provides authentification (logon scripts, policy file, ...)
Now, we are planning to add a Windows _98_ workstation.
Q1: Will Win95 and Win98 be able to work with the same user profiles,
policy file etc?
If not, what can I do?
Q2:
1999 Sep 27
3
Building R-065 on SuSE-Linux 6.3
Hi,
is somebody out there who has successfullly built R-065 on SuSE-6.2
Linux ?
This is for short, If nobody has I?ll describe the problem in depth
later.
Ralph
--
Ralph Leonhardt, 8-)
Seminar fuer Internationale Wirtschaftsbeziehungen
Tel: 2180-2201
email: ralphl at lrz.uni-muenchen.de
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2005 Jan 16
3
Can I use....
Hi,
Is it possible to create a boot floppy that I can use to start iso's
that use say syslinux ?
Dave T.
2008 Feb 25
3
Whitespace in img src
Hello,
markdown (Python implementation) seems to render:
![alternativer text](pfad/und/eine lange/url zum bild.jpg)
to
<img src="pfad/und/eine" title="lange/url zum bild.jpg"
alt="alternativer text"/>
breaking the URL at the whitespace. AFAIK whitespaces are ok in URLs
so why is it breaking up the URL here?
Thanks,
Florian
--
I'm using an
2016 May 26
19
[Bug 2573] New: dead sessions cannot be closed with ~.
https://bugzilla.mindrot.org/show_bug.cgi?id=2573
Bug ID: 2573
Summary: dead sessions cannot be closed with ~.
Product: Portable OpenSSH
Version: 3.7.1p2
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
2005 May 26
3
Buidling R on Linux (Itanium) fails (PR#7897)
Full_Name: Reinhold Bader
Version: 2.1.0
OS: SLES 9
Submission from: (NULL) (129.187.48.1)
I tried to build R using the Intel compilers (icc, ifort) and the Math Kernel
Libraries
for BLAS/LAPACK
Optimizations used were -O3, and the
FPICFLAGS="-fpic"
was exported.
The build failed with the following error message:
...
dumping R code in package 'methods'
Saving namespace image
2012 Dec 16
1
read-write in LIBGUESTFS 1.20
How can i open a virtual disk in read-write mode ?
# guestmount --rw -d winxp -m /dev/sda1 /media/
# rm -f /media/pagefile.sys
rm: cannot remove ?/media/pagefile.sys?: Operation not permitted
# cd /media && touch file
touch: cannot touch ?file?: Permission denied
# cd && fusermount -u /media
I've tried with guestfish also.
I have compiled libguestfs with this conf:
2001 Jun 18
1
OpenSSH + Solaris + AFS ???
Hello *,
sorry if i missed an article which already solves my problem.
I need a working configuration of OpenSSH for Solaris 7 (SunOS 5.7)
with AFS support. PAM support to use the AFS PAm module `pam_afs.so'
and TCP-Wrapper support would be nice.
It would be nice to have similar configurations for Solaris 6
(SunOS 5.6), Solaris 8 (SunOS 5.8) and Solaris 2.5.1.
I have tested a few
2015 Aug 14
2
Build R on Haiku
Hi R-devel,
I'm trying to get R 3.2.1 working on Haiku (an open source OS inspired by
BeOS, not Linux based) on i586. With a few small changes to library paths
and ifdefs I am able to get a seemingly working R binary. The build process
stops with the 'tools' package. The last lines from make are below.
Does anyone have any tips? I'm rather new to debugging at this low level.
Are
2012 Mar 25
1
how to speed up OpenSSH command execution (and a speed analysis)
Hi.
I recently did some investigation about how to get out the last
microseconds of
executing commands via OpenSSH on remote host (of course I'm using
ConnectMaster).
MOTIVATION:
I'm introducing Nagios (well actualla Icinga) at the local institute.
We have
many active checks that must run locally on the remote hosts.
The "best" way to do this is using NRPE (Nagios Remote
2002 May 07
0
openssh-3.0.2p1 with AFS and Irix 6.5.12
Dear all,
I've tried to install openssh-3.0.2p1 with AFS-support on a Irix 6.5.12
Maschine. I can login as a local user, but I can't login as AFS-User.
The message is :
AFS token for cell lrz-muenchen.de rejected.
and then :
Permission denied.
I have installed krb4-1.1, openssl-0.9.6c, zlib-1.1.4, prngd-0.9.24 and
I've compiled all that with ggc and mabi=n32.
The configure options
2010 Feb 18
0
Munich R Course - Parallel Computing with R
Dear R users,
at March 15. & 16. there will be an R course for 'Parallel Computing
with R' in Munich at the super computer center. The course is part of
the Munich R Course series and gives an introduction to parallel
computing with R. Especially the R packages snow, snowfall, multicore,
nws and Rmpi will be used. The course is a hands-on tutorial with a lot
of different
2009 Aug 31
0
[LLVMdev] problems with the 2.6 branch under x86_64
Hi all,
I am currently porting my project to branches/release_26 and I noticed
the JIT doesn't seem to work anymore when used in 64-bit.
Every the very simple HowToUseJIT example crashes at runtime.
$ gdb --arg ./Release/examples/HowToUseJIT
GNU gdb 6.3.50-20050815 (Apple version gdb-1339) (Sat May 23 05:39:07
UTC 2009)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software,
2004 Aug 02
0
bri-stuff.0.1.0-RC2k + hfc card: dropouts on IAX2 & MP3Player quits on streams
Hi there,
I am using bri-stuff.0.1.0-RC2k and it seems that things didn't become
better. I have got lots of dropouts on the IAX2 link (no matter if
jitter buffers are enabled).
Further the MP3Player application does not playback streams like
http://somestreamserver/somestream. It stops saying:
-- Executing MP3Player("SIP/27870-ba4f",