search for: rmodules

Displaying 19 results from an estimated 19 matches for "rmodules".

Did you mean: modules
2005 Jan 28
1
FC3 + udev + Asterisk v1.0.3 - Temporary Fix
...-f /etc/sysconfig/zaptel ] || exit 0 # Source zaptel configuration. . /etc/sysconfig/zaptel # Check that telephony is up. if [ "${TELEPHONY}" = "no" ]; then exit 0 fi [ -f /sbin/ztcfg ] || exit 0 [ -f /etc/zaptel.conf ] || exit 0 RETVAL=0 MODULES="wcfxs wcfxo" RMODULES="wcfxs wcfxo" if [ "${DEBUG}" = "yes" ]; then ARGS="debug=1" fi # See how we were called. case "$1" in start) # Load drivers rmmod wcusb >& /dev/null rmmod wcfxsusb >& /dev/null rmmod audio >& /dev/null action &...
2007 Jun 14
1
LAPACK Headers
...as La_dgesv from within my C code, but I do get warning when compiling the package saying: ***.c: In function '***': ***.c:37: warning: implicit declaration of function 'La_dgesv' ***.c:37: warning: assignment makes pointer from integer without a cast I tried using: #include <Rmodules/Rlapack.h> but it won't compile the package at all with that included, complaining that ***.h:5:30: error: Rmodules/Rlapack.h: No such file or directory Can someone explain to me how I should include the headers to this AWESOME wrapper code to the LAPACK libraries? Am I not following the...
2004 Aug 18
1
Another small suggestion patch
...;ve put here. These are based on zaptel-1.0-RC1. John --- zaptel-1.0/zaptel.init.ole 2003-07-14 14:25:44.000000000 -0500 +++ zaptel-1.0/zaptel.init 2004-08-18 16:43:04.000000000 -0500 @@ -27,9 +27,10 @@ RETVAL=0 -MODULES="torisa tor2 wct4xxp wct1xxp wcfxo wcfxs wcusb" - -RMODULES="wcusb wcfxs wcfxo wct1xxp wct4xxp tor2 torisa" if [ "${DEBUG}" = "yes" ]; then ARGS="debug=1" --- zaptel-1.0/zaptel.sysconfig.ole 2002-06-06 18:20:24.000000000 -0500 +++ zaptel-1.0/zaptel.sysconfig 2004-08-18 16:45:29.0000 -0500 @@ -1,2 +1,8 @...
2020 Aug 24
2
[PATCH v2v] Add ALT support
Patch supplied by Mikhail Gordeev, posting for review. I have compile tested it and checked the code and it looks all fine to me, so ACK from my point of view. I did not actually run it because I don't have an ALT Linux install, but it doesn't seem as if it would affect any other distro. Rich.
2003 Sep 23
1
install problem with R Windows
Dear R People: I'm trying to install R 1.7.1 for Windows from Source. The error that I get is: previous declarion of 'ssize_t' MAKE[2]: ***[internet.o]Error 1 MAKE[1]: ***[all]Error 1 MAKE: *** [rmodules] Error 2 Any ideas on how to proceed, please? thanks in advance! Sincerely, Erin Hodgess mailto: hodgess at gator.uhd.edu
2020 Aug 24
0
[PATCH v2v] Add ALT support
...*) + let kver = kernel.ki_version in + let kmodpath = kernel.ki_modpath in + + (* find module files *) + let files = g#find kmodpath |> Array.to_list in + let test f = + let r m = sprintf ".*/%s\\.ko$" m |> Str.regexp in + let rmodules = List.map r modules in + let fold_f acc mr = acc || Str.string_match mr f 0 in + List.fold_left fold_f false rmodules in + let files = List.filter test files in + + (* create new initrd with contents of old initrd *) + let tmpdir = g#mkdtemp "/tmp/new_in...
2020 Aug 25
2
Re: [PATCH v2v] Add ALT support
...i_version in > + let kmodpath = kernel.ki_modpath in > + > + (* find module files *) > + let files = g#find kmodpath |> Array.to_list in > + let test f = > + let r m = sprintf ".*/%s\\.ko$" m |> Str.regexp in > + let rmodules = List.map r modules in > + let fold_f acc mr = acc || Str.string_match mr f 0 in > + List.fold_left fold_f false rmodules in > + let files = List.filter test files in kernel.ki_modules contains already a list of modules for that kernel, so why are you searching f...
2012 Jul 02
1
'init.win' error when installing from source
...ctory -C ../modules -f Makefile.win \ CFLAGS='-O3 -Wall -pedantic -mtune=core2' FFLAGS='-O3 -mtune=core2' make[5]: *** No rule to make target `init_win.o', needed by `../../../bin/i386/Rlapack.dll'. Stop. make[4]: *** [all] Error 2 make[3]: *** [all] Error 1 make[2]: *** [rmodules] Error 2 make[1]: *** [rbuild] Error 2 make: *** [all] Error 2 c:\R\R-2.15.1\src\gnuwin32> Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess at gmail.com
2009 Oct 22
1
Automatization of non-linear regression
Hi everybody, I'm using the method described here to make a linear regression: http://www.apsnet.org/education/advancedplantpath/topics/Rmodules/Doc1/05_Nonlinear_regression.html > ## Input the data that include the variables time, plant ID, and severity > time <- c(seq(0,10),seq(0,10),seq(0,10)) > plant <- c(rep(1,11),rep(2,11),rep(3,11)) > > ## Severity represents the number of > ## lesions on the leaf surface...
2005 Mar 22
4
trouble building r-devel
I haven't been able to build yesterday's R-devel (or, as a test, R-devel_2005-03-11) on Windows XP. The error message I'm getting is to do with 'arithmetic.c', as shown below. Current R-patched seems to build fine, and I've built previous R-devels from source fairly often in the past-- though I have no understanding whatsoever of what's going on. FWIW the only changes
2006 Aug 04
0
Problem with installing R under Windows
..../bin - lRlapack -lRblas -lR > c:\minGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: > cannot fin > d -lRlapack > collect2: ld returned 1 exit status > make[5]: *** [lapack.dll] Error 1 > make[4]: *** [all] Error 2 > make[3]: *** [all] Error 1 > make[2]: *** [rmodules] Error 2 > make[1]: *** [rbuild] Error 2 > make: *** [all] Error 2 What should I be doing here? 3) Building manuals After I did > make manuals in R_HOME/src/gnuwin32, the process ends with the error message ! LaTeX Error: File `datasets-pkg.tex' not found. Type X to quit or <...
2003 Dec 19
0
Asterisk and Zaptel Load on Startup
...nfig (make config). This option adds an entry to your init.d directory for the applicable package, and registers it with the system. If you edit the zaptel file that's created, you'll find a string called MODULES that has most of the zaptel modules in it. There's also a string called RMODULES that appears to unload all modules loaded my MODULES. If you remove a module from one, you should probably remove it from the other. Now who wants to correct, comment, or add to this?! Sean -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: ap...
2007 May 03
2
zttranscode crashes server
...I am also using the /etc/sysconfig/zaptel file to only specify the two modules I do need. wct4xxp and wctdm24xxp. I am using a TE212P and a TDM844B card. I shouldn't need the zttransode module since I don't have a codec translation card. right? To work around this I added zttranscode to RMODULES in the zaptel init script. If I don't need the zttranscode module. I may try and rebuild zaptel without it. -- *** Forrest Beck IAXTEL: 17002871718 jonforrest.beck@gmail.com
2018 Dec 04
3
patch to support custom HTTP headers in download.file() and url()
...nnection R_newsock(const char *host, int port, int server, const char * const mode, int timeout); Rconnection in_R_newsock(const char *host, int port, int server, const char *const mode, int timeout); Rconnection R_newunz(const char *description, const char * const mode); diff --git a/src/include/Rmodules/Rinternet.h b/src/include/Rmodules/Rinternet.h index 619992eeda..5f02b78514 100644 --- a/src/include/Rmodules/Rinternet.h +++ b/src/include/Rmodules/Rinternet.h @@ -25,10 +25,10 @@ typedef SEXP (*R_DownloadRoutine)(SEXP args); -typedef Rconnection (*R_NewUrlRoutine)(const char *description, cons...
2012 Jun 07
2
x11 icon and class
The X11 device driver does not provide the X window manager with an icon (_NET_WM_ICON) or, under some circumstances, with a class (WM_CLASS). This hinders usability under the new stable version of Ubuntu, which has a (new) user interface centered around icons. I am not sure if this was a conscious choice by r-core or simply a low priority. In case of the latter, I attach a patch against
2005 Mar 22
6
IRQ headaches
Excuse my ignorance here, but I am desperately trying to isolate the IRQ for my TE110P card (shown below as t1xxp) Ive gone into my bios and disabled all usb , parallel, serial and some other devices, those that I needed to keep, I have moved off of IRQ 10 and onto IRQ 5, but everytime I boot up, I get usb-uhci and ehci_hcd using IRQ 10 as well as my Digium card. Does anybody know what these are
2005 Jun 03
1
ztdummy errors on WBEL4
zaptel compiles fine (make linux26) but when I modprobe ztdummy I get the follow error. [root@localhost zaptel]# modprobe ztdummy Notice: Configuration file is /etc/zaptel.conf line 0: Unable to open master device '/dev/zap/ctl' 1 error(s) detected FATAL: Error running install command for ztdummy System info: Linux localhost.localdomain 2.6.9-5.0.5.ELsmp #1 SMP Thu May 19 19:24:44
2005 May 11
5
Implementing R on IBM p690 cluster Jump
Dear All, we're trying to implement R on the IBM p690 cluster "Jump" at the research centre in J?lich, Germany (c.f. http://www.fz-juelich.de/nic/Supercomputer/computer-e.html) using the most recent version of R (2.1.0) and precisly following the installation instructions. After ./configure we get the final message: ---------------- R is now configured for powerpc-ibm-aix5.2.0.0
2019 Apr 30
6
Disk space and RAM requirements in docs
Hi, Have anybody recently built LLVM in Debug mode /within/ space requirements from the Getting Started doc? https://llvm.org/docs/GettingStarted.html#hardware > An LLVM-only build will need about 1-3 GB of space. A full build of LLVM and Clang will need around 15-20 GB of disk space. From my experience this numbers looks drastically low. On FreeBSD my recent builds consumed more than