search for: 40s

Displaying 20 results from an estimated 89 matches for "40s".

Did you mean: 10s
2013 Aug 28
3
[PATCH] x86: AVX instruction emulation fixes
...se X86EMUL_FPU_mmx: - if ( cpu_has_mmx ) + case X86EMUL_FPU_ymm: + if ( cpu_has_avx ) break; default: return X86EMUL_UNHANDLEABLE; @@ -629,6 +641,73 @@ int main(int argc, char **argv) else printf("skipped\n"); + printf("%-40s", "Testing vmovdqu %ymm2,(%ecx)..."); + if ( stack_exec && cpu_has_avx ) + { + extern const unsigned char vmovdqu_to_mem[]; + + asm volatile ( "vpcmpeqb %%xmm2, %%xmm2, %%xmm2\n" + ".pushsection .test, \"a\",...
2020 Sep 29
3
No Samba NT DOMAIN Name found exitting now...
...AL="$(${SETTPUT} sgr0)" > GREEN="$(${SETTPUT} setaf 2)" > YELLOW="$(${SETTPUT} setaf 3)" > UNDERLINE="$(${SETTPUT} smul)" > WHITE="$(${SETTPUT} setaf 7)" > BOLD="$(${SETTPUT} bold)" > > message() { > printf "%40s\n" "${WHITE}${BOLD}$*${NORMAL}" > } > good() { > printf "%40s\n" "${GREEN}$*${NORMAL}" > } > error() { > printf "%40s\n" "${RED}$*${NORMAL}" > } > warning() { > printf "%40s\n" "${YELLOW}$*${NORMA...
2014 Jun 09
2
Lupus 500 MEC0003 Problems
...nd it appears that they use different Descriptor Indexes to acieve the desired effects. 0x18 Performs a shutdown.return with 30s delay and 10s delay before restart 0x1a Cancels the shutdown.return request (but not shutdown.stayoff) 0x20 = shutdown.stayoff with 30s delay 0x28 = shutdown.return with 40s delay 0x2a = cancel.shutdown.stayoff 0x24 = load.on 0x30 = shutdown.stayoff with 40s delay and so on with different indexes giving different delays. I'm in the process of mapping all of these commands at the moment and up until now I haven't found any battery test commands. My question i...
2020 Sep 29
0
No Samba NT DOMAIN Name found exitting now...
...; >> GREEN="$(${SETTPUT} setaf 2)" >> YELLOW="$(${SETTPUT} setaf 3)" >> UNDERLINE="$(${SETTPUT} smul)" >> WHITE="$(${SETTPUT} setaf 7)" >> BOLD="$(${SETTPUT} bold)" >> >> message() { >> printf "%40s\n" "${WHITE}${BOLD}$*${NORMAL}" >> } >> good() { >> printf "%40s\n" "${GREEN}$*${NORMAL}" >> } >> error() { >> printf "%40s\n" "${RED}$*${NORMAL}" >> } >> warning() { >> printf "%...
2009 Aug 24
2
Generate random sample interval
Hi, R users, I have a problem about how to generate random sample interval from a duration. For example, during a time duration 0-70s, I want to generate a sample which last 10s. the sample could be 0-10 or 30-40s or 25-35s etc How could I do it in R`?? Thanks a lot. Tammy _________________________________________________________________ Share your memories online with anyone you want. http://www.microsoft.com/middleeast/windows/windowslive/products/photos-share.aspx?tab=1 [[alternative HTML version dele...
2018 Jan 10
3
1600x900 not available
My laptop is a Dell XPS-13 running CentOS 7.? It has a 13" 1920x1080 screen and it's a bit difficult for my mid-40s eyesight.? Fedora and Debian, on this laptop, give me the option of choosing 1600x900 which is much easier for me to read but CentOS doesn't show this resolution as available. I followed the steps I found in a post on stackexchange using xrandr, substituting 1600x900 where applicable and i...
2001 Jul 24
3
strange slowness of plot
...)) plot(x, y, type='l', lty=1) - instantaneous plot(x, y, type='l', lty=2) - 18s plotting lines + 15s plotting axes = 33s plot(x, y, type='l', lty=3) - 76s ,, + 75s ,, = 151s plot(x, y, type='l', lty=4) - 40s ,, + 38s ,, = 78s A couple of observations: (1) The plots for lty>1 seem to be rendered in "one chunk", that is a blank graphics window appears and stays blank until all the lines appear at once. Then another long wait for axes. (2) While waiting for...
2014 Jun 11
0
Lupus 500 MEC0003 Problems
...e different Descriptor Indexes to acieve the desired effects. > > 0x18 Performs a shutdown.return with 30s delay and 10s delay before restart > 0x1a Cancels the shutdown.return request (but not shutdown.stayoff) > 0x20 = shutdown.stayoff with 30s delay > 0x28 = shutdown.return with 40s delay > 0x2a = cancel.shutdown.stayoff > 0x24 = load.on > 0x30 = shutdown.stayoff with 40s delay > > and so on with different indexes giving different delays. > > I'm in the process of mapping all of these commands at the moment and up until now I haven't found any...
2018 Oct 25
2
Possible bug in Opus 1.3 (opus-tools-0.2-opus-1.3)?
...s section follows... ENCODER=opusenc from opus-tools 0.2-3-gf5f571b ENCODER_OPTIONS=--bitrate 56 --vbr --comp 5 ALBUM=Test-Sweeps ARTIST=Audacity COMMENT=60s logarithmic sweep (0-20kHz): 5s=10Hz, 10s=20Hz, 15s=39Hz, 20 s=78Hz, 25s=156Hz, 30s=312Hz, 35s=625Hz, 40s=1.25kHz, 45s=2.5kHz, 50s=5kHz, 55s= 10kHz, 60s=20kHz COMMENTS=60s logarithmisch DATE=2016 TITLE=Sweep (0-20kHz at 96kHz) log TRACKNUMBER=2 Opus stream 1: Pre-skip: 312 Playback gain: 0 dB Channels: 1 Original sample rate: 96000 Hz...
2005 Sep 22
0
io provider and files in a forceddirectio mounted filesystem
...countem[args[1]->dev_pathname, args[2]->fi_pathname, self->action ] = count(); @elapsed[args[1]->dev_pathname, args[2]->fi_pathname, self->action ] = sum(timestamp - block[args[2]->fi_pathname, args[0]->b_blkno]); } dtrace:::END { printa("count: %64s %40s %1s %@14d\n", @countem); normalize(@elapsed, 1000); printa("elapsed: %64s %40s %1s %@14d\n", @elapsed); } #------------------------------------------------------------------ The Oracle dbase its files all reside in filesystems. The redo is on a directio mounted file...
2008 Oct 31
0
Abysmal Rails and Ruby 1.8.6_p287 performance on x86_64 Linux
Hi, I''m wondering if it''s a known problem but recently I had to revert a production server from 1.8.6_p287 to 1.8.6_p114 because the performance was abysmal. ./script/runner took nearly 40s to load the Rails environment before doing anything useful on a Core2Duo 2.66GHz running Gentoo Linux 64bit. ./script/console was affected too (~40s to prompt) and our most used controller actions were 2 to 4 times slower. Is it a known problem of p287 ? If the problem exists for x86 it is at leas...
2019 Aug 10
0
[PATCH libnbd 8/9] generator: Enhance Flags/OFlags with optional "all flags" mask.
...pr "\n" ) all_enums; List.iter ( - fun { flag_prefix; flags } -> + fun { flag_prefix; all_flags_bitmask; flags } -> List.iter ( fun (flag, i) -> let flag = sprintf "LIBNBD_%s_%s" flag_prefix flag in pr "#define %-40s %d\n" flag i ) flags; - pr "\n" + if all_flags_bitmask then ( + let all = List.fold_left (lor) 0 (List.map snd flags) in + let n = sprintf "LIBNBD_%s_ALL" flag_prefix in + pr "#define %-40s %d\n" n all; + ); + pr &qu...
2018 Nov 02
6
Antw: Re: Possible bug in Opus 1.3 (opus-tools-0.2-opus-1.3)?
...? I am not sure what Audacity means by a logarithmisch sweep. Is that a fixed number of Hertz per second (SoX calls that linear)? Or a fixed number of semitones per second (SoX calls that exponantional)? (The ogg comment says 5s=10Hz, 10s=20Hz, 15s=39Hz, 20s=78Hz, 25s=156Hz, 30s=312Hz, 35s=625Hz, 40s=1.25kHz, 45s=2.5kHz, 50s=5kHz, 55s=10kHz, 60s=20kHz so it seems the frequency rises logarithmically.) $ sox -c 1 -r 96k -b 16 -n /tmp/sweep.wav synth 60 sin create 1-20 gain -3 > With Opus I noticed that the file size for 48kHz and 48 kbps > compared to 96kHz Vorbis at 31kbps is about doubl...
2014 Jun 29
2
Lupus 500 MEC0003 Problems
...ptor Indexes to acieve the desired effects. >> >> 0x18 Performs a shutdown.return with 30s delay and 10s delay before restart >> 0x1a Cancels the shutdown.return request (but not shutdown.stayoff) >> 0x20 = shutdown.stayoff with 30s delay >> 0x28 = shutdown.return with 40s delay >> 0x2a = cancel.shutdown.stayoff >> 0x24 = load.on >> 0x30 = shutdown.stayoff with 40s delay >> >> and so on with different indexes giving different delays. >> >> I'm in the process of mapping all of these commands at the moment and up until now...
2013 Aug 14
7
Disk add fails while domain creation, which uses disk backend- "storage driver domain" with xen-4.3.0 , with errors libxl.c:2125
...=storage,target=/root/domsi.img''] And I got this console log - [ 5.588091] XENBUS: Waiting for devices to initialise: 25s...20s...15s...10s...5s...0s...235s...230s...225s...220s...215s...210s...205s...200s...195s...190s...185s...180s...175s...170s...165s...160s...155s...150s...145s...140s...135s...130s...125s...120s...115s...110s...105s...100s...95s...90s...85s...80s...75s...70s...65s...60s...55s...50s...45s...40s...35s...30s...25s...20s...15s...10s...5s...0s... [ 270.588319] XENBUS: Timeout connecting to device: device/vbd/51713 (local state 3, remote state 2) [ 270.588492] Magic...
2013 Aug 14
7
Disk add fails while domain creation, which uses disk backend- "storage driver domain" with xen-4.3.0 , with errors libxl.c:2125
...=storage,target=/root/domsi.img''] And I got this console log - [ 5.588091] XENBUS: Waiting for devices to initialise: 25s...20s...15s...10s...5s...0s...235s...230s...225s...220s...215s...210s...205s...200s...195s...190s...185s...180s...175s...170s...165s...160s...155s...150s...145s...140s...135s...130s...125s...120s...115s...110s...105s...100s...95s...90s...85s...80s...75s...70s...65s...60s...55s...50s...45s...40s...35s...30s...25s...20s...15s...10s...5s...0s... [ 270.588319] XENBUS: Timeout connecting to device: device/vbd/51713 (local state 3, remote state 2) [ 270.588492] Magic...
2008 Jun 19
5
Puppetmaster compile performance
Out of curiosity, I pulled 1188 records out of /var/log/messages, and extracted the number of seconds required to compile the manifest. Ran the output through perl and Excel to get a graph of count vs time to see what the puppetmaster box performance looks like. This excludes data out to the 2200 second mark, where the virtual machine got its knickers in a twist. Puppetmaster runs in a VMware
2014 Aug 11
3
Use postfix and spamd on CentOS 6 - looking for a shortest guide
...ix queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES sample_directory = /usr/share/doc/postfix-2.6.6/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop smtp_destination_concurrency_limit = 2 smtp_destination_rate_delay = 40s smtp_generic_maps = hash:/etc/postfix/generic unknown_local_recipient_reject_code = 550 virtual_alias_domains = videoskat.de balkan-preferans.de simplex.ru larissa-farber.de bukvy.de slova.de virtual_alias_maps = hash:/etc/postfix/virtual
2008 Jan 06
1
How do I blank or overwrite DVD-RW disks in CentOS 5?
...00 status: 0x2 (CHECK CONDITION) Sense Bytes: F0 00 05 00 00 00 00 10 B6 00 00 0D 21 00 00 00 Sense Key: 0x5 Illegal Request, Segmant 0 Sense Code: 0x21 Qual 0x00 (logical block address out of range) Fru 0x0 Sense flags: Blk 0 (valid) cmd finished after 0.004 s timeout 40s Current Secsize: 2048 cdrecord.prodvd: Cannot set speed/dummy. ATIP start of lead in: -150 (00:00/00) I've had similar lack of success trying to blank or overwrite using cdrecord or growisofs. The disks I'm using are Sony 2X DVD-RW 4.7GB, which _should_ be compatible with...
2012 Sep 19
2
write.table: strange output has been produced
...80096060985,80.0063286553601,213.595592564339,2.66973370924738,1.4166958484644,2.68061220749976e-07,4.62888115991058e-06,NA,NA,N "3078","159013",34.3260176515511,52.4580790080106,16.1939562950917,0.308702808057816,-1.69570948866688,2.69104298652827e-07,4.64379716436078e-06,"40S "4657","159998",133.10761487064,185.450704462326,80.7645252789532,0.435504009074069,-1.19924209513405,2.75544399955331e-07,4.75176501174632e-06,"IMP- 171597 171597 KOG1347 Uncharacterized membrane protein, predicted efflux pump General function prediction only POORLY...