search for: suspicion

Displaying 20 results from an estimated 903 matches for "suspicion".

2004 Sep 10
1
Optimizing FLAC decoding
Hi all, I am trying to run the FLAC decompression at optimal performance, but the CPU utilization averages only around 60%. I have a suspicion that this is a desired behaviour to enable run-time decompression without slowing any other programs (i.e. players) down. There should not be any IO bottlenecks on the machine that I am using. Can anybody confirm my suspicions? Are there any workarounds? Sincerely, Henrik Pettersen http://www.sh...
2010 Jul 15
2
Conflict with Ctrl key in MacOS?
...every mouseclick a right-button click, regardless of which button was pressed. The behaviour was somehow connected to the Ctrl-key. Pressing that key would momentarily solve the problem. After re-installing the system umpteen times, and systematically excluding applications, I have now a growing suspicion that it is my Wine-based NoteTab at the bottom of it. Mac computers have for historic reasons (i.e one button mouses) used Ctrl as a a switch between left- and right-click. At the same time, my Windows application internally still uses Ctrl as modifier for frequent key-initiated commands, as oppose...
2003 Apr 03
2
write.matrix has limited line length -> truncation (PR#2722)
...15 ), file = "C:\\Documents and Settings\\Administrator\\My Documents\\R\\plot-u2-2.txt" ) Then I had to find out that only 195 (out of 705) columns were saved :-( I tried then to reduce the accuracy to 5 digits, which gave me 373 columns, already better, but still insufficient. So my suspicion is that an internal line buffer is limited to something less than 4k and all subsequent data gets truncated and thus will not be saved.
2010 Oct 28
4
how do i find the trigger of an 'unknown' action
...eters: {"id"=>"loading"} ActionController::UnknownAction (No action responded to images. then to stop the error, i created an action plus view, although it doesnt get rendered. > how can i find out who is triggering that action? is there a way at all? > i do have a suspicion that this is coming from one of those lightbox olugins.... thx -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscrib...
2007 May 02
4
[patch] Mac Universal Binaries
Hi all, Speex currently decides endianness at configure-time. This causes the ppc half of Mac universal binaries to have some endianness problems. Most notably, the header built by speex_packet_to_header() has incorrect byte-ordering. This Apple developer page describes the incantation that can be used to build universal binaries on Mac. It also highlights the configure-time versus compile-time
2003 Nov 30
2
Cisco 6.0 + Asterisk question
...viors, but one of them has an unsettling propensity to lock up after several hours, where the softkey labels disappear and the phone stops registering, requiring the standard *-6-settings reboot sequence. Otherwise, the phone seems to work OK except for a slight flickering of the LCD (hence my suspicions that this might be a hardware issue.) The two working 6.0 phones I have are registered to "Asterisk CVS-11/08/03-20:12:44" and the one failing phone is registering to "Asterisk CVS-11/18/03-16:53:17". I can't easily move phones around at the moment due to a variety of...
2016 Jul 11
2
LibC++ failure on ARM
...> What C library is being used? Maybe newlocale with the empty string returns > NULL with that C library. (Ubuntu EGLIBC 2.19-0ubuntu6.3) This is the exact same machine in the exact same configuration that we were using for the old builder, just changed the master configuration. > My suspicion is that the test is failing in the test block starting at line > 48, where a std::locale is constructed with the empty string. Why would it be breaking now and not before? cheers, --renato
2015 Aug 12
2
how do I stop automount of Hitichi Lifestudio USB drive
Most of the time, if I plug a USB drive into my computer, gnome/centos/whatever will ask me what I want to do with it. With a Hitachi Lifestudio, all the partitions mount without asking me. How do I stop that behavior? My suspicion is that the same kind of mechanism is what makes candy drops work. So far as I know, my backup drive is not candy, but I would still like to be able to control my computer. -- Michael hennebry at web.cs.ndsu.NoDak.edu "SCSI is NOT magic. There are *fundamental technical reasons* why it is...
2013 Mar 11
7
Installing Ruby 2.0.0-p0 using Rbenv on Ubuntu 12.04.2 LTS
...tu 12.04.2 LTS running on Virtualbox. I am getting this error and the build is failing. I think I read that the new RubyGems requires https. I have tried rbenv install --with-openssl-dir=/usr/bin, but with no success. The Ruby openssl extension was not compiled. Missing the OpenSSL lib? My suspicion is that ruby-build isn''t finding system openssl. Would anyone know how to fix this problem? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails...
2005 Mar 07
2
Threaded logging?
...logging system thread-safe? I have a process that takes about 5 hours, and twice, it has stopped, giving me no errors at all... but the process hasnt been finished... The second time, I loaded the status page, and it gave me a 500 error, at the same time the process stopped. I have a sneaking suspicion that the cause is two processes trying to write to the log-file at the same time... I know the logging system keeps the log file open... any pointers or suggestions? help! :) Thanks, bodhi ==================================================== Bodhi Philpot Programmer GPlusMedia Co., Ltd. ACCJ E...
2016 May 10
2
Did llvm.org just run out of disk space?
...$ svn co https://llvm.org/svn/llvm-project/llvm/trunk svn: E200029: Couldn't perform atomic initialization https://llvm.org/bugs/show_bug.cgi?id=24734: "undef error - DBD::mysql::st execute failed: Got error 28 from storage engine" On Linux, errno 28 corresponds with ENOSPC, so my suspicion is that the server running both SVN and Bugzilla ran out of disk space. -- Ed Schouten <ed at nuxi.nl> Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717
2015 Mar 09
2
"failed to lookup DC info for domain over rpc" when joining samba4 domain
On 09/03/2015 21:59, Rowland Penny wrote: > How did you try to join the machine to the domain ? I think I know, > but it would like you to confirm my suspicions. Hi Rowland, This output was generated with `net ads join -Uprovisioning%<password> -d10 Regards, Richard
2017 Jun 17
1
dist function in R is very slow
...e the matrix to disk, read it ans compute the distances in C, write them to the disk and read them into R it takes 10 - 15 minutes (and I did not spend much time on optimising my C code).The question is why the R function is so slow? I understand that it calls C (or C++) to compute the distance. My suspicion is that the transposed matrix is passed to C and so each time a distance between two columns of a matrix is computed, and since C stores matrices by rows it is very inefficient and causes many cache misses (my first C implementation was like this and I had to stop the run after an hour when it fail...
2012 Jan 10
3
Write to USB pendrives horribly slow
...s vfat. Neither when writing to those pendrives from another hardware system. `hdparm -tT` is useless here. I wonder if some mount options aren't wrong with USB pendrives, see: /dev/sdd1 on /media/monolith type vfat (rw,nosuid,nodev,uhelper=udisks,shortname=mixed,dmask=0077,utf8=1,flush) my suspicion is about the flush option, which I find atypical here. BTW, I'm still unable to control the mount options that are automatically set by Gnome - even if I can mount manually if I want. Any hint? Regards, -- wwp -------------- next part -------------- A non-text attachment was scrubbed... N...
2009 May 06
3
Strange problem with filesystem changes reverting on reboot
...d this phenomenon ... suffice to say I am really really suspicious about ext3 now. The previous time this occurred was quite some time ago, probably soon after the CentOS 5.1 release -- we'd written it off as pilot error of some kind. The root is not an LVM, but it is on a software RAID -- my suspicion leans more toward a RAID issue than ext3. Does any of this sound familiar to anyone?
2003 Oct 15
1
RODBC on Mac OSX pointers?
...C] ERROR: state IM002, code 0, message [unixODBC][Driver > Manager]Data so > urce name not found, and no default driver specified > 2: ODBC connection failed in: odbcDriverConnect(paste("DSN=", dsn, > ";UID=", uid, > ";PWD=", pwd, Any suggestions? My suspicion is that RODBC requires unixODBC and doesn't know about iOBDC, but in which case I wouldn't expect to see a Driver Manager error code. Thanks, David --------------------------------------- Dr. David Orme Department of Biological Sciences Imperial College London Silwood Park Campus Asco...
2013 Dec 09
2
How can I find nonstandard or control characters in a large file?
...lumns from this file using the colbycol package. This works for certain subsets of the columns, but not for others. I have not yet been able to precisely identify the problem columns, as there are 731 columns and running colbycol on the file on my old slow machine takes about 6 hours. However, my suspicion is that there are some funky characters, either control characters or characters with some non-standard encoding, somewhere in this 14 gig file. Moreover, I am concerned that these characters may cause me trouble down the road even if I use a different approach to getting columns out of the file....
2019 May 15
3
AARCH64 Code Size regression between 6/7
...DD combo is performed every time I try to access something inside the struct. The net result is slightly larger code that has the potential to cause me issues. There are plenty of unused registers that could be used for the purpose of not constantly re-loading the address of my struct. My current suspicion is that later versions are presuming fewer registers are not being preserved by other function calls, and therefore can't be relied upon to hold the address of my struct. Assuming this is right, is there some way to encourage the behavior of the older versions? Thanks, Robert M --------------...
2008 Feb 29
10
[PATCH] [RFC] More fp instructions for realmode emulation (Enables booting OS/2 as a HVM guest on Intel/VT hardware)
This patch adds a number of fp instructions needed for OS/2 to boot as a HVM guest on Intel/VT hardware. It appears to work fine, and OS/2 is now finally working on Intel/VT as well as AMD/SVM. I''m a little concerned about the "correctness" of the FSTSW emulation and the use of inline assembly directly using the corresponding ops for emulation. Wrt FSTSW, it is really two ops
2015 Aug 03
3
"enable dri3 support without glamor" causes gnome-shell regression on nv4x
Hi, On 30-07-15 16:09, Ilia Mirkin wrote: > FWIW this is a fail on nv50+ as well. See for example > https://bugs.freedesktop.org/show_bug.cgi?id=91445 > > My suspicion is that this is due to the lack of PUSH_KICK in the *Done > exa handlers -- works fine with DRI2, but DRI3 has no synchronization > and so the commands never get flushed out. Easily verified by sticking > PUSH_KICK's everywhere. I do not believe that that is the problem, in my case it...