Displaying 20 results from an estimated 41 matches for "3625".
Did you mean:
362
2010 Sep 21
1
Abysmal sparse file performance!
...files that are, say, 90% full instead of 90% sparse
Though a 50% 35MB file was 8.5x slower than tar and had identical
block counts and sha256 with both.
/usr/bin/time rsync -HaxiS ./a ../
>f+++++++++ a
271.13 real 101.44 user 95.62 sys
l -s ./a ../a ; rm -f ../a
blocks bytes
3625 5535932416 ./a
3769 5535932416 ../a
/usr/bin/time tar -cf - ./a | /usr/bin/time tar -C .. -Sxf -
57.67 real 1.10 user 27.77 sys
57.67 real 10.68 user 5.87 sys
l -s ./a ../a ; rm -f ../a
blocks bytes
3625 5535932416 ./a
2977 5535932416 ../a
2002 Feb 01
0
No subject
...NSW Vic. Qld SA WA Tas. NT ACT Aust.
>> 1 1917 1904 1409 683 440 306 193 5 3 4941
>> 2 1927 2402 1727 873 565 392 211 4 8 6182
>> 3 1937 2693 1853 993 589 457 233 6 11 6836
>> 4 1947 2985 2055 1106 646 502 257 11 17 7579
>> 5 1957 3625 2656 1413 873 688 326 21 38 9640
>> 6 1967 4295 3274 1700 1110 879 375 62 103 11799
>> 7 1977 5002 3837 2130 1286 1204 415 104 214 14192
>> 8 1987 5617 4210 2675 1393 1496 449 158 265 16264
>> 9 1997 6274 4605 3401 1480 1798 474 187 310 18532
>>
>> $...
2010 Dec 08
3
DO NOT REPLY [Bug 7854] New: Abysmal sparse file performance
...iles that are, say, 90% full instead of 90% sparse
Though a 50% 35MB file was 8.5x slower than tar and had identical
block counts and sha256 with both.
/usr/bin/time rsync -HaxiS ./a ../
>f+++++++++ a
271.13 real 101.44 user 95.62 sys
ls -sl ./a ../a ; rm -f ../a
blocks bytes
3625 5535932416 ./a
3769 5535932416 ../a
/usr/bin/time tar -cf - ./a | /usr/bin/time tar -C .. -Sxf -
57.67 real 1.10 user 27.77 sys
57.67 real 10.68 user 5.87 sys
ls -sl ./a ../a ; rm -f ../a
blocks bytes
3625 5535932416 ./a
2977 5535932416 ../a
--
Config...
2002 Jan 31
1
obvious answer
...;austpop.r")
> austpop
$value
Year NSW Vic. Qld SA WA Tas. NT ACT Aust.
1 1917 1904 1409 683 440 306 193 5 3 4941
2 1927 2402 1727 873 565 392 211 4 8 6182
3 1937 2693 1853 993 589 457 233 6 11 6836
4 1947 2985 2055 1106 646 502 257 11 17 7579
5 1957 3625 2656 1413 873 688 326 21 38 9640
6 1967 4295 3274 1700 1110 879 375 62 103 11799
7 1977 5002 3837 2130 1286 1204 415 104 214 14192
8 1987 5617 4210 2675 1393 1496 449 158 265 16264
9 1997 6274 4605 3401 1480 1798 474 187 310 18532
$visible
[1] FALSE
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2001 Nov 09
1
Update of several SPECIFIC files
...11/01 18:01:38 etc/group
-rw-r--r-- 54 2000/01/08 18:04:21 etc/motd
-r--r--r-- 1239 2001/11/07 15:55:38 etc/passwd
-r-------- 592 2001/11/07 15:58:42 etc/shadow
-r--r----- 884 2001/11/01 18:02:44 etc/sudoers
wrote 192 bytes read 232 bytes 282.67 bytes/sec
total size is 3625 speedup is 8.55
Any ideas?
######updatesys.inc############################
/
/etc/
/etc/passwd
/etc/shadow
/etc/group
/etc/sudoers
/etc/auto_master
/etc/auto_home
/etc/motd
- *
-------------- next part --------------
HTML attachment scrubbed and removed
2011 Nov 13
1
Installing Powercom BNT-2000AP on CentOS 5.6
...UPS found
Driver failed to start (exit status=1)
and when I run lsusb I can see the UPS that it is hooked up
Bus 005 Device 002: ID 0d9f:0004 Powercom Co., Ltd
I am outputting the directory /etc/ups using ls -l
total 32
-rwxrwxrwx 1 root root 18 Nov 13 19:46 nut.conf
-rwxrwxrwx 1 root nut 3625 Nov 13 19:30 ups.conf
-rwxrwxrwx 1 root nut 2009 Nov 13 19:46 upsd.conf
-rwxrwxrwx 1 root nut 2250 Nov 13 19:01 upsd.users
-rwxrwxrwx 1 root nut 11900 Nov 11 17:43 upsmon.conf
-rwxrwxrwx 1 root nut 3891 Mar 23 2011 upssched.conf
ups.conf:
user = root
[pcom]
driver=usbhid-ups...
2001 Feb 27
6
How to read a text table? A bit of trouble with Using R - An Introduction
> Ok...So I actually *typed* the table with WordPad, using the Tab button
>in order to separate the columns, and saved it in rich text format. As you
>might have guessed, it didn´t work. I got a:
> Error in count.fields(file, sep, quote, skip, blank.lines.skip) :
> string terminated by newline or EOF
RTF is not what is meant by text. What I am writing is text.
Your
2011 Feb 26
0
rsync Digest, Vol 96, Issue 2
...% sparse
> Though a 50% 35MB file was 8.5x slower than tar and had identical
> block counts and sha256 with both.
>
> /usr/bin/time rsync -HaxiS ./a ../
>>f+++++++++ a
> ? ? ?271.13 real ? ? ? 101.44 user ? ? ? ?95.62 sys
> ls -sl ./a ../a ; rm -f ../a
> blocks bytes
> 3625 5535932416 ./a
> 3769 5535932416 ../a
>
> /usr/bin/time tar -cf - ./a | /usr/bin/time tar -C .. -Sxf -
> ? ? ? 57.67 real ? ? ? ? 1.10 user ? ? ? ?27.77 sys
> ? ? ? 57.67 real ? ? ? ?10.68 user ? ? ? ? 5.87 sys
> ls -sl ./a ../a ; rm -f ../a
> blocks bytes
> 3625 5535932416...
2007 Apr 06
1
Orphaned ncvar? (PR#9603)
...If you have notes within the .tgz files, I have not found those.
>
> Please, help ! ;-)
> regards, Bob C
>
>
>
>
> Dr. Robert Chatfield
> Earth Sciences, MS 245-5
> NASA Ames Research Center
> Moffett Field, CA 94035 USA
>
> Ph: 650-604-5490 FAX 650-604-3625
>
> http://geo.arc.nasa.gov/sgg/chatfield
>
[[alternative HTML version deleted]]
2006 Nov 04
1
[LLVMdev] llvm windows re-port
Hello Žiga
Sat, 04 Nov 2006 12:48:23 +0100 you wrote:
> I decided to make llvm port on windows, to support at least Visual
> Studio 7.1 and Visual Studio 8. I guess I will make only Visual
> Studio 7.1 version, since it can be easily converted to version 8.
Good. Please note, that they're something about 1.5 years old. There
already were some attempts to do visual studio port,
2015 Sep 07
0
[발송실패 안내] invain@naver.com 으로 메일이 전송되지 못했습니다.
...rubbed...
URL: <http://www.zytor.com/pipermail/klibc/attachments/20150908/e40a8120/attachment.html>
-------------- next part --------------
An embedded message was scrubbed...
From: klibc-request at zytor.com
Subject: klibc Digest, Vol 144, Issue 10
Date: Mon, 07 Sep 2015 12:00:02 -0700
Size: 3625
URL: <http://www.zytor.com/pipermail/klibc/attachments/20150908/e40a8120/attachment.eml>
2018 Jan 30
0
samba build 4.6.11-> 4.6.12 fails
...libldb_module_password_hash.so
[3621/3883] Linking
default/source4/dsdb/samdb/ldb_modules/libldb_module_samba3sid.so
[3622/3883] Linking default/examples/libsmbclient/testbrowse2
[3623/3883] Linking default/examples/libsmbclient/testacl2
[3624/3883] Linking default/source3/libtrusts-util-samba4.so
[3625/3883] Linking default/lib/ldb-samba/python-samba--ldb.so
[3626/3883] Linking default/source4/smbd/libservice-samba4.so
[3627/3883] Linking default/source4/smbd/samba
[3628/3883] Linking
default/source4/ldap_server/libservice_module_ldap.so
[3629/3883] Linking default/source3/libads-samba4.so
defaul...
2007 Jun 13
0
Using Rcov with rspec_on_rails
Running the defualt task which comes with rspec gives me the following:
=======================================================
euclid% rake spec:rcov
(in /Users/smtlaissezfaire/Sites/rails/changelog)
................................*..*..*...................*.............
...................................
Finished in 5.751487 seconds
107 examples, 0 failures, 4 not implemented
No file to
2009 Jul 16
0
My server reboots every hour! Help please! [update]
...en he rebooted to CentOS, and since then restarts have not happened
for a whole day now:
# uptime
16:26:25 up 22:11, 1 user, load average: 0.00, 0.00, 0.00
That means that (a) the problem went away and (b) I am not able to
reproduce it. From the logs I read that the resets were happening
every 3625 +- 10 seconds, so to speak.
The idea of intentionally skewing the system clock and wait for a
reaction was my next step, but since it stopped restarting I cannot
verify anything now.
Since the problem went away, I am moderately happy, so we can drop the
thread, and I'll make sure to reopen it...
2008 Oct 20
0
Today's git won't install DNS10 - IE not found
...of your distribution.
fixme:msi:MsiGetMode 1 2
err:msi:ITERATE_Actions Execution halted, action L"LaunchConditions" returned 1603
susan at ubuntu:~/DNS10$
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DNS10_installation.log
Type: text/x-log
Size: 3625 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-users/attachments/20081020/94ff093f/attachment.bin
2011 May 26
1
How to resolve conflicts between Cocoa and WineLib...?!
...nflicting types for 'GetPixel'
wingdi.h:3600: error: conflicting types for 'InvertRgn'
wingdi.h:3602: error: conflicting types for 'LineTo'
wingdi.h:3608: error: conflicting types for 'OffsetRgn'
wingdi.h:3611: error: conflicting types for 'PaintRgn'
wingdi.h:3625: error: 'Polygon' redeclared as different kind of symbol
wingdi.h:3643: error: conflicting types for 'ResizePalette'
wingdi.h:3686: error: conflicting types for 'SetRectRgn'
winuser.h:4562: error: conflicting types for 'EqualRect'
winuser.h:4566: error: conflicting...
2008 Apr 25
0
CircStats Bug? (PR#11266)
...ta)
[1] 0.2200071
> circ.summary(data)
n mean.dir rho
1 1 0.2200071 43.12534
> circ.disp(data)
n r rbar var
1 1 43.12534 43.12534 -42.12534
>
--
Robert Mark, Ph.D. rmark at infomagic.net
Rupestrian CyberServices Phone/FAX 928-526-3625
3644 N. Stone Crest St. http://www.rupestrian.com/
Flagstaff, AZ 86004-6811
USA
RCS: Computer science in the service of rock art research, protection, and education.
2013 Apr 28
0
Pre-release 1.3.0pre4 (hopefully the last)
...er.c: In function 'evaluate_lpc_subframe_':
stream_encoder.c:3539: warning: declaration of 'signal' shadows a global declaration
/usr/include/sys/signal.h:407: warning: shadowed declaration is here
stream_encoder.c: In function 'evaluate_verbatim_subframe_':
stream_encoder.c:3625: warning: declaration of 'signal' shadows a global declaration
/usr/include/sys/signal.h:407: warning: shadowed declaration is here
stream_encoder.c: In function 'get_wasted_bits_':
stream_encoder.c:4090: warning: declaration of 'signal' shadows a global declaration
/usr/inc...
2011 Jun 27
7
bnx2 FTQ issues on 2.6.32 + xen 4.0.1;
Hi Michael:
Sorry to brother. But I''ve been suffered this issue quite a long time.
My test environment is 2.6.32.36 + xen 4.0.1 + bnx2, 2.3.
Also cpu idle is disabled in grub.
Grub info:
title Red Hat Enterprise Linux Server (2.6.32.36xen)
kernel /xen-4.0.1.gz iommu=off x2apic=off console=com1,vga com1=115200,8n1 noreboot cpuidle=0 cpufreq=none
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
2020 Jul 15
2
read.csv fails in R console in Ubuntu terminal but works in RStudio after R 3.6.3 upgrade to R 4.0.2
Hi,
I am trying to download some data using read.csv and it works perfectly in
RStudio and fails in the R console in the terminal in Ubuntu 18.04 after
upgrading from R 3.6.3 to 4.0.2. Before upgrading this worked in the R
console in the terminal also without any issues.
Why would that be? How to fix this?
Below please find R code output and sessionInfo().
*Works in RStudio*
>