search for: read

Displaying 20 results from an estimated 180775 matches for "read".

2006 Apr 05
0
TE110P errors
...group = 1 channel => 1-23 When I load the wcte11xp module, I get the following: Zapata Telephony Interface Registered on major 196 Zaptel Version: 1.2.5 Echo Canceller: KB1 ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 16 (level, low) -> IRQ 169 Controller version: 24 Wrote '10' but read '0' Wrote '11' but read '1' Wrote '12' but read '2' Wrote '13' but read '3' Wrote '14' but read '4' Wrote '15' but read '5' Wrote '16' but read '6' Wrote '17' but read '7' Wrote &...
2013 May 11
1
blazer_ser problem on windows NUT 2.6.5-3780M
...0 setting initial state on com6 0.231013 00000050 = w32_serial_open (com6) 0.236014 Warning: no locking method is available: No error [The operation completed successfully. ] 0.244014 vmin_ 0, vtime_ 0 0.346020 action 0 0.398023 vtime 0, vmin 1 0.401023 ReadTotalTimeoutConstant -2, ReadIntervalTimeout -1, ReadTotalTimeoutMultiplier -1 0.408024 vmin_ 1, vtime_ 0 0.410024 action 0 0.412024 vtime 0, vmin -1 0.414024 ReadTotalTimeoutConstant -2, ReadIntervalTimeout -1, ReadTotalTimeoutMultiplier -1 0.521030 Trying megatec...
2004 Aug 06
1
Problems with ices
Hi, I compiled the latest version of ices from cvs, but I have some problems with it. When I start it up, I only get the error "Failed to read config file "/usr/local/icecast/etc/ices.conf"" My /usr/local/icecast/etc/ices.conf looks like this: <?xml version="1.0"?> <ices:Configuration xmlns:ices="http://www.icecast.org/projects/ices"> <Playlist> <File>/home/mp3/playlist.tx...
2006 Sep 13
2
recursive methods for concatenating sets of files
Hello, I would like to read sets of files within a folder, perhaps using recursive methods. Right now, I rename the files before import. It would be even better to do this without renaming files, without providing explicit filenames, perhaps by importing files based on chronology, and translating each filename into a header?...
2011 Sep 09
3
Read a list of files into named R data.frames
I have a collection of .csv files in a directory, and want to read them into R data.frames whose names are the same as the file names, without the .csv extension e.g., from > (files <- list.files(pattern="*.csv")) [1] "Allstar.csv" "AllstarFull.csv" [3] "Appearances.csv" "AwardsManagers....
2005 Nov 21
5
question about disk performance in domU
.../ tmpfs 62M 4.0K 62M 1% /dev/shm /dev/sda6 4.2G 3.6G 453M 89% /tmp /dev/sda5 938M 205M 685M 23% /var cctest1$ dmesg | grep DMA DMA zone: 101376 pages, LIFO batch:16 cctest1$ for i in `seq 1 10`; do hdparm -tT /dev/sda1; done Timing cached reads: 512 MB in 2.00 seconds = 256.00 MB/sec Timing buffered disk reads: 44 MB in 3.00 seconds = 14.67 MB/sec Timing cached reads: 528 MB in 2.01 seconds = 262.69 MB/sec Timing buffered disk reads: 84 MB in 3.08 seconds = 27.27 MB/sec Timing cached reads: 520 MB in 2.00 secon...
2007 Oct 04
1
[PATCH 0/5] Boot protocol changes
...4005000 Output to console Notify on address 0x4005000 Output to console Notify on address 0x4005000 Output to console Notify on address 0x4005000 Output to console Notify on address 0x4005000 Output to console Notify on address 0x4005000 Output to console Notify on address 0x4001000 Output to block READ from sector 0: 4096 Notify on address 0x4005000 Output to console Notify on address 0x4005000 Output to console Notify on address 0x4005000 Output to console Notify on address 0x4005000 Output to console Notify on address 0x4005000 Output to console Notify on address 0x4001000 Output to block READ...
2007 Oct 04
1
[PATCH 0/5] Boot protocol changes
...4005000 Output to console Notify on address 0x4005000 Output to console Notify on address 0x4005000 Output to console Notify on address 0x4005000 Output to console Notify on address 0x4005000 Output to console Notify on address 0x4005000 Output to console Notify on address 0x4001000 Output to block READ from sector 0: 4096 Notify on address 0x4005000 Output to console Notify on address 0x4005000 Output to console Notify on address 0x4005000 Output to console Notify on address 0x4005000 Output to console Notify on address 0x4005000 Output to console Notify on address 0x4001000 Output to block READ...
2005 Nov 11
1
trace the problem
...p. Anybody have an idea what could be and if really is a loop? Any help will be appreciated. Thank you in advance! --------------- select(5, NULL, [4], NULL, {60, 0}) = 1 (out [4], left {60, 0}) write(4, "P\f\n{p \0\0\0\0\0\344\377\332\10\252\252\252\252\252\252"..., 4110) = 4110 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 229376) = 229376 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 229376) = 229376 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 229376) = 229376 read(3, &quot...
2011 Dec 07
2
reading partial data set
Hi all, I'm trying to read a data set into R, but the file is messy, so I have to do it partially. The whole data is in a .txt file, and the values are separated by a space. So far ok. The problem is that in this file, not all the lines have the same number of elements, and the reading stops. And I loose the reading of the p...
2012 Feb 08
2
Problems reading tab-delim files using read.table and read.delim
Hello, I used read.xlsx to read in Excel files but for large files it turned out to be not very efficient. For that reason I use a programme which writes each sheet in an Excel file into tab-delim txt files. After that I tried using read.table and read.delim to read in those txt files. Unfortunately, the results are...
2005 May 31
11
More Tests for 2.4.0-RC2 - strange behaviour
...y in ''$CONFIG_PATH'' ++ ''['' -f /etc/shorewall/interfaces '']'' ++ echo /etc/shorewall/interfaces ++ IFS='' '' ++ return + fname=/etc/shorewall/interfaces + ''['' -f /etc/shorewall/interfaces '']'' + read_file /etc/shorewall/interfaces 0 + local first rest + ''['' -f /etc/shorewall/interfaces '']'' + read first rest + ''['' x# = xINCLUDE '']'' + echo ''# '' + read first rest + ''['' x# = xINCLUDE '...
2007 May 15
1
Asterisk 1.4.4 reproducibly dumps core on Solaris 10
...Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-pc-solaris2.10"... Core was generated by `./asterisk -gc'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libcurses.so.1...done. Loaded symbols for /usr/lib/libcurses.so.1 Reading symbols from /usr/lib/libpthread.so.1... warning: Lowest section in /usr/lib/libpthread.so.1 is .dynamic at 00000074 done. Loaded symbols for /usr/lib/libpthread.so.1 Reading symbols from /usr/lib/lib...
2001 May 31
0
Bug in scp
...my bash startup script. that confused scp. I removed it, and ... it worked. With 2.4.3. Now I think there is a bug in scp, because it tries to open a pipe but expects a tty (a friend told me that based on an strace -f output) I'll send you the strace call, too. The many lines at the end "read(8, " ", 1)" come from the finger output. If you have questions about my system configuration or some commands I used, feel free to mail me to "acolomb at web.de". thank you for your support... -- Greetings... From: Andre Colomb <acolomb at web.de> known as MinioN --...
2015 Mar 06
0
nutdrv_atcl_usb
...b_set_altinterface: skipped usb_set_altinterface(udev, 0) 0.398652 send_to_all: SETINFO ups.vendorid "0001" 0.398667 send_to_all: SETINFO ups.productid "0000" 0.398711 command: (8 bytes) => 80 06 04 03 51 47 53 00 0.403387 send: QGS 1.406382 read: could not claim interface 0: Device or resource busy (-110) 1.406443 qx_process_answer: short reply (input.voltage) 1.406477 command: (8 bytes) => 80 06 04 03 51 47 53 00 1.411388 send: QGS 2.413380 read: could not claim interface 0: Device or resource busy (-110)...
2005 Nov 21
0
question about disk performance in domU
.../ tmpfs 62M 4.0K 62M 1% /dev/shm /dev/sda6 4.2G 3.6G 453M 89% /tmp /dev/sda5 938M 205M 685M 23% /var cctest1$ dmesg | grep DMA DMA zone: 101376 pages, LIFO batch:16 cctest1$ for i in `seq 1 10`; do hdparm -tT /dev/sda1; done Timing cached reads: 512 MB in 2.00 seconds = 256.00 MB/sec Timing buffered disk reads: 44 MB in 3.00 seconds = 14.67 MB/sec Timing cached reads: 528 MB in 2.01 seconds = 262.69 MB/sec Timing buffered disk reads: 84 MB in 3.08 seconds = 27.27 MB/sec Timing cached reads: 520 MB in 2.00 secon...
2007 Jul 26
0
Asterisk 1.4.9 reproducibly dumps core on Solaris 10
...uot; to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i386-pc-solaris2.10"... > Core was generated by `./asterisk -gc'. > Program terminated with signal 11, Segmentation fault. > Reading symbols from /usr/lib/libcurses.so.1...done. > Loaded symbols for /usr/lib/libcurses.so.1 > Reading symbols from /usr/lib/libpthread.so.1... > warning: Lowest section in /usr/lib/libpthread.so.1 is .dynamic at 00000074 > done. > Loaded symbols for /usr/lib/libpthread.so.1 > Rea...
2023 Feb 28
1
Generic Function read?
Dear R-Users, I noticed that *read* is not a generic function. Although it could benefit from the functionality available for generic functions: read = function(file, ...) UseMethod("read") methods(read) ?# [1] read.csv???? read.csv2??? read.dcf???? read.delim read.delim2? read.DIF???? read.fortran ?# [8] read.ftable...
2004 Nov 20
1
Asterisk dead but pid file exists - gdb asterisk core.13089
...are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1". Core was generated by `asterisk -vvvg -c'. Program terminated with signal 11, Segmenta...
2010 Apr 02
7
Liebert GXT2 NUT driver
Hi guys, I found the troblue and fix it! I attached the patch. The trouble was in the command reply buffer use. You compute the value that value = reply[6]*256+reply[5] <- it's wrong The right solution: value = reply[5] * 256 + reply[6]; And other bug, battery.runtime compute, you divide this value 60 <- it's wrong right value: divide 1.0 I continue the work on this