search for: 11s

Displaying 20 results from an estimated 57 matches for "11s".

Did you mean: 11
2013 Apr 09
2
NTP doesnt work for Win2000 clients + Samba 4.0.4 (see tcpdump)
...------------------------------------ 08:46:21.067456 IP (tos 0x0, ttl 128, id 4794, offset 0, flags [none], proto UDP (17), length 76) smb4testw2k.dhcp.mycompany.com.1856 > r4dv3ld002.mycompany.com.ntp: [udp sum ok] NTPv2, length 48 Client, Leap indicator: (0), Stratum 0 (unspecified), poll 11s, precision 0 Root Delay: 0.000000, Root dispersion: 0.000000, Reference-ID: (unspec) Reference Timestamp: 0.000000000 Originator Timestamp: 0.000000000 Receive Timestamp: 0.000000000 Transmit Timestamp: 3574467978.435999989 (2013/04/09 05:46:18) Originator - Receive Timestamp: 0.000000000 Or...
2010 Oct 11
4
Horrible btrfs performance on cold cache
Hi, I use btrfs on most of my volumes on my laptop, and I''ve always felt booting was very slow, but definitely sure is slow, is starting up Google Chrome: encrypted ext4: ~20s btrfs: ~2:11s I have tried different things to find out exactly what is the issue, but haven''t quite found it yet. Here''s some stuff I got from latencytop, not sure if would be helpful: 4969.1ms sys_mmap_pgoff syscall_call (chrome) 1139.9ms sync_page sync_page_killable __lock_page_killable...
2012 Feb 14
3
Regain play analysis patches
...either require > another program or script (eg Perl), Anything but Perl. I can write Perl but I can't read it :-). > or a dependence on an external toolkit such as sox. I'd be ok with requiring sox to run the test suite. > The tests increase the runtime of test_metaflac.sh from 11s to 15s > on my machine. Thats fine too. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2017 Nov 29
1
Un-informative Error in re-building vignettes
...s an error in re-building vignettes, but I do not have any idea what it is, because all that is listed is three dots (...). Is this a bug in R CMD check? If not, the only solution I can think of is removing the vignette entirely. Any other ideas? - checking re-building of vignette outputs ... [11s] WARNING Error in re-building vignettes: ... - checking PDF version of manual ... OK [[alternative HTML version deleted]]
2023 Jul 07
1
Linux vs Windows SMB performance
...cting as a file share to both Linux (CentOS 7 mainly) and Windows 10 clients. >From Linux client, I run a python script that will parse recursively one directory of the share (os.scandir) and display the time needed to scan the directory => 3s. >From Windows client, the same script run in 11s. I use the same python version (2.7) on both Linux and Windows. I don't have any anti-virus, realtime software, ... that could impact performances. On Windows, if I make a NFS mount point, the script take 3s to run. Python interpreter is then not in cause. I try dozens of samba options (forc...
2006 Jun 21
1
new asterisk server...welcome message cut off
...p an asterisk server. On dialing "2" from grandstream hardphone, I get the beginning of the welcome message, but each segment is cutoff. Specifically "Asterisk is an open source full"-1s silence-"if you'd like to learn more technical information about Asterisk"-11s silience-"goodbye" Any help or pointers on how to gather more debug info is appreciated in advance! Here's the output from -vvvc for the call: -- Executing [2@default:1] BackGround("SIP/159-f2da", "demo-moreinfo") in new stack -- Playing 'demo-more...
2012 Feb 14
2
Regain play analysis patches
Earl Chew wrote: > Erik, > > Ok. I've updated the patches, and made some additions to the test harness. > > For the test harness, I used sox to generate 1kHz wav files over a range of > sampling rates. The test harness runs the replaygain analysis, and compares > the resulting metadata. > > Are you ok with this approach ?? It means that the wav files need to be
2008 Jun 18
3
[LLVMdev] JIT bug?
...CC='llvm-gcc' LD='llvm-gcc -lm' make -f Makefile.seq -->works, but is slower than gcc (35s vs 16s on my Intel 32b system) CC='llvm-gcc -emit-llvm' LD='llvm-ld -lm' make -f Makefile.seq --> does not work (lot's of NaN's in the output, and much faster (11s)) CC='llvm-gcc -emit-llvm' LD='llvm-ld -lm -disable-opt' make -f Makefile.seq --> does not work either CC='llvm-gcc -emit-llvm' LD='llvm-ld -lm -disable-opt -native' make -f --> looks as if it would work (and is faster, 16s) CC='llvm-gcc -emit-llvm'...
2004 Dec 21
1
sloowww data transfers
...fortunately data transfers vary from 1MB to 2MBs from samba to winders whereas winders to winders does several times as fast It does not apear to be the hub or the network cards as the following indicates A 110MB file xferred from samba linux - linux takes about 77s doing the same over NFS takes 11s. I also did this with a 740MB iso 88s over nfs ~ 440 over smbfs ?? I get similar transfer rates when using the samba server on my pc. I have tested this also with a base smb.conf consisting only of - server name - workgroup name - share name - share path no noticeable difference the running ke...
2015 Nov 25
1
Install Firewalld
...nable firewalld [root at ns1 httpd]# systemctl start firewalld [root at ns1 httpd]# systemctl status firewalld firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled) Active: inactive (dead) since Thu 2015-11-26 02:43:16 SGT; 11s ago Process: 35808 ExecStart=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS (code=exited, status=0/SUCCESS) Main PID: 35808 (code=exited, status=0/SUCCESS) Nov 26 02:43:16 ns1.currencybooking.com systemd[1]: Started firewalld - dynamic firewall daemon. Nov 26 02:43:16 ns1.currencybooking....
2010 Oct 31
6
Horrible btrfs performance due to fragmentation
...on, 2010-10-11 at 03:30 +0300, Felipe Contreras wrote: >> I use btrfs on most of my volumes on my laptop, and I''ve always felt >> booting was very slow, but definitely sure is slow, is starting up >> Google Chrome: >> >> encrypted ext4: ~20s >> btrfs: ~2:11s >> >> I have tried different things to find out exactly what is the issue, >> but haven''t quite found it yet. > > If you''ve been using this volume for a while, it could just have become > badly fragmented. You could try btrfs''s fancy online defr...
2014 May 15
4
[LLVMdev] SROA is slow when compiling a large basic block
...idea, but I am not sure if that is possible (I don't think this is currently supported). This brings down the compilation time (using clang -emit-llvm) from 350s to 30s (it still takes about 23s to do GVN). It also might fix PR17855 (the program that used to take 65s to compile now takes just 11s): http://llvm.org/bugs/show_bug.cgi?id=17855 2. Cache the ordering of loads and stores in LoadAndStorePromoter::run. I don't know how hard it would be to implement this, but I think it would be as fast as 1 (using mem2reg). 3. Insert a pass that splits huge basic blocks into smaller block...
2008 May 10
2
kernel- 2.6.25.3 + xen 3.2
Hi Does anyone uses 2.6.25-3 kernel and xen-3.2? I have a problem with kernel 2.6.24. I find some patch for this kernel? Regards, Albert _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2019 Oct 12
2
PANDOC
...ris and mtcars data.frames on 3 of 4 computers today. It took hours, but the problem seems related to newer versions of Pandoc. Only Pandoc 2.6 works with DataExplorer. It will fail with newer versions 2.7 or higher. Error 99 was most common with Pandoc 2.7 or higher, but I did seem see some error 11s too. El sáb., 12 oct. 2019 a las 9:33, Emilio L. Cano (<emilopezcano en gmail.com>) escribió: > Hola Jose, > > A mí también me funciona bien el código en RStudio (con macOS 10.15, R > 3.6.1 y RStudio 1.2), por lo que debe ser una cuestión particular de tu > instalación. El...
2008 Jun 19
0
[LLVMdev] JIT bug?
...='llvm-gcc -lm' make -f Makefile.seq > -->works, but is slower than gcc (35s vs 16s on my Intel 32b system) > > CC='llvm-gcc -emit-llvm' LD='llvm-ld -lm' make -f Makefile.seq > --> does not work (lot's of NaN's in the output, and much faster > (11s)) > > CC='llvm-gcc -emit-llvm' LD='llvm-ld -lm -disable-opt' make -f > Makefile.seq > --> does not work either > > CC='llvm-gcc -emit-llvm' LD='llvm-ld -lm -disable-opt -native' make - > f --> > looks as if it would work (and is faste...
2015 Mar 21
2
imap-login SSLv3 causes signal 11, core dump and DoS. ssl_protocols = ??
On 20/03/2015 18:24, Timo Sirainen wrote: >> Connecting to dovecot with ssl3 causes imap-login to die: >> >> Mar 20 11:30:35 MAILHOST dovecot: [ID 583609 mail.crit] imap-login: Fatal: master: service(imap-login): child 21918 killed with signal 11 (core dumped) [last ip=127.0.0.1] > > I can't reproduce it. I tried it with the same ssl_* settings you had. Can you get a
2008 Jan 10
8
IEEE 802.1x capable sip phones
Does anyone know if sip phones from any of the major IP phone vendors support 802.1x authentication? Any feedback would be greatly appreciated. Thanks in advance. ====================== Jeronimo Romero EUS Networks Email: jromero at euscorp.com Cell: 917-332-7238 Office: 212-624-5943 Web: www.euscorp.com ====================== -------------- next part -------------- An HTML
2015 Jun 01
1
GlusterFS 3.7 - slow/poor performances
...---- | replicated | ~5m10s | ~59s | ~1m6s | ~1m19s | ~1m49s | --------------------------------------------------------------- | distributed | ~4m18s | ~41s | ~57s | ~2m24s | ~1m38s | --------------------------------------------------------------- | dist-repl | ~8m18s | ~1m4s | ~1m11s | ~1m24s | ~2m40s | --------------------------------------------------------------- | native FS | ~11s | ~4s | ~2s | ~56s | ~10s | --------------------------------------------------------------- I get the same results, whether with default configurations with custom configuration...
2013 Feb 01
0
snapshot scripts run on linux to allow samba to export Windows "Previous copies" when looking at a network file?
...Snapshot of Home wanted: y Create snapshot Home-2013.01.17-05.07.02, size 1.0T Logical volume "Home-2013.01.17-05.07.02" created Oldest Snapshot = Home-2013.01.16-05.07.03, @/home/.snapdir/@GMT-2013.01.16-05.07.03 Performing rsync with 7 excludes used from config file. rsync took 115m, 11s Empty-directory removal took 0m, 48s Find size of dir @ /home.diff size=14248587264, minsize=17098304717, extent_size=4194304, nextents=4077 Old volume active: Deactivated. Removed. size=17100177408 Create vol. Home-2013.01.16-05.07.03, size 15.9G Logical volume "Home-2013.01.16-05.07.03&qu...
2015 Jun 02
2
GlusterFS 3.7 - slow/poor performances
...| ~5m10s | ~59s | ~1m6s | ~1m19s | ~1m49s | > --------------------------------------------------------------- > | distributed | ~4m18s | ~41s | ~57s | ~2m24s | ~1m38s | > --------------------------------------------------------------- > | dist-repl | ~8m18s | ~1m4s | ~1m11s | ~1m24s | ~2m40s | > --------------------------------------------------------------- > | native FS | ~11s | ~4s | ~2s | ~56s | ~10s | > --------------------------------------------------------------- > > I get the same results, whether with default configurations with...