search for: rutz

Displaying 8 results from an estimated 8 matches for "rutz".

Did you mean: ruiz
2007 Apr 18
3
dtrace-discuss: cannot get a ''string'' to print...
hi, I''m using the PID provider to trace a 32-bit app, prtdiag. I''m trying to print the value of "propname" (arg1) in the following func: int picl_get_propval_by_name(picl_nodehdl_t nodeh, const char *propname, void *valbuf, size_t nbytes) ... i''ve tried many versions, but this is a representative one: 53 this string propname; 54 55
2009 Aug 05
2
FLAC 1.2.1 on OS X 10.4.11
...in 1.2? unfortunately, the binary for 1.2 does not run on OS X 10.4 (says libiconv is too old). i removed libiconv and reinstalled that from source, but then flac 1.2.1 just prints "Bus error" and exits. Ok, so i tried to compile flac from source, and end up with Extracting /Users/rutz/Desktop/flac-1.2.1/src/libFLAC/ia32/.libs/ libFLAC-asm.a (cd .libs/libFLAC.lax/libFLAC-asm.a && ar x /Users/rutz/Desktop/ flac-1.2.1/src/libFLAC/ia32/.libs/libFLAC-asm.a) gcc -dynamiclib ${wl}-flat_namespace ${wl}-undefined ${wl}suppress - o .libs/libFLAC.8.2.0.dylib .libs/bitmath.o .li...
2009 Mar 17
7
Shorewall 4.3.7
Shorewall 4.3.7 is available for testing. ---------------------------------------------------------------------------- P R O B L E M S C O R R E C T E D I N 4 . 3 . 7 ---------------------------------------------------------------------------- 1) Klemens Rutz reported a problem that affects all Shorewall-perl 4.2 and 4.3 versions. The problem: a) Only occurs when there are more than one non-firewall zone. b) Results in the following interface options not being applied to forwarded traffic. blacklist dhcp...
2006 Oct 31
0
5097578 cdrw dumps a core due to redzone violation
Author: arutz Repository: /hg/zfs-crypto/gate Revision: d6168689a27a22f7ca097c0dfd29141db33d147f Log message: 5097578 cdrw dumps a core due to redzone violation Files: update: usr/src/cmd/cdrw/device.c update: usr/src/cmd/cdrw/write_audio.c
2006 Oct 31
0
6226041 "cdrw -p" command doesn''t display the default speed
Author: arutz Repository: /hg/zfs-crypto/gate Revision: c48d151e68f91ea3bbad65703b216bb8517b9d78 Log message: 6226041 "cdrw -p" command doesn''t display the default speed 6327126 cdrw incorrectly interprets "1X" for DVD Files: update: usr/src/cmd/cdrw/dae.c update: usr/src/cmd/cdrw...
2006 Oct 31
0
6216819 smserverd''s use of asynchronous cancellation needs investigation
Author: arutz Repository: /hg/zfs-crypto/gate Revision: 27575db763e2bf926e8c2aaedcb607e5eaf31a72 Log message: 6216819 smserverd''s use of asynchronous cancellation needs investigation Files: update: usr/src/cmd/smserverd/smediad.c update: usr/src/cmd/smserverd/smediad_err.c update: usr/src/cmd/smserv...
2010 Mar 10
1
Importing Access 2007 data with ROBC
Hi all, I'm trying to import Microsoft Access data into R. It looks like I'm supposed to use the ROBC package, and this works fine with old Access files (those with an .mdb extension). However, lovely Microsoft must constantly update their software. Modern Access files have an .ACCDB extension. I cannot seem to coerce R to import data from such a file. Any advice? I've been using
2010 Mar 18
1
Imported tables from Access 2007
Hi all, I am very new to R and I'm trying to import data from Microsoft Access. So far, I've managed to do so successfully using the following code: testdb <- file.path("c:\Databse.accdb") channel2 <- odbcConnectAccess2007(testdb) data.table <- sqlFetch(channel2,"data") This successfully imports a table(?) called "data.table". But when I try to