search for: suspicions

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

Did you mean: suspicion
2004 Sep 10
1
Optimizing FLAC decoding
...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.shazamentertainment.com
2010 Jul 15
2
Conflict with Ctrl key in MacOS?
After a switch from Windows to Macintosh (running Mac OSX 10.6), I wanted to be able to run a dear old text editor, NoteTab Pro, which is only available in a Windows version. I did an installation using Wine, and after some initial issues in finding the supporting files to the editor (the path to them turned out to have 14(!) levels), everything was running smoothly. But pretty soon the MacBook
2003 Apr 03
2
write.matrix has limited line length -> truncation (PR#2722)
Full_Name: Dr. Wolfgang Christen Version: 1.62 OS: Windows 2000 Submission from: (NULL) (141.20.76.99) I have a matrix of 705 x 999 elements and would like to save the data to a file using the follwing line: write.matrix ( format ( U1r, digits = 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)
2010 Oct 28
4
how do i find the trigger of an 'unknown' action
hi , in my logs i see that: Completed in 1480ms (View: 267, DB: 90) | 200 OK [http://192.168.2.9/xyz/99] SQL (1.4ms) SET NAMES ''utf8'' SQL (0.7ms) SET SQL_AUTO_IS_NULL=0 Processing xyzsController#images to gif (for 192.168.2.3 at 2010-10-28 15:22:35) [GET] Parameters: {"id"=>"loading"} ActionController::UnknownAction (No action responded to
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 i...
2016 Jul 11
2
LibC++ failure on ARM
On 11 July 2016 at 15:30, Craig, Ben <ben.craig at codeaurora.org> wrote: > 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
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
2013 Mar 11
7
Installing Ruby 2.0.0-p0 using Rbenv on Ubuntu 12.04.2 LTS
I am having a problem installing Ruby 2.0.0-p0 using rbenv install on Ubuntu 12.04.2 LTS. I have clean version of Ubuntu 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
2005 Mar 07
2
Threaded logging?
Is the 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
2016 May 10
2
Did llvm.org just run out of disk space?
Hi there, I'm experiencing some problems accessing some of the services on llvm.org: $ 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
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
Dear R developers, I am visualising high dimensional genomic data and for this purpose I need to compute pairwise distances between many points in a high-dimensional space (say I have a matrix of 5,000 rows and 20,000 columns, so the result is a 5,000x5,000 matrix or it's upper diagonal).Computing such thing in R takes many hours (I am doing this on a Linux server with more than 100 GB of RAM,
2012 Jan 10
3
Write to USB pendrives horribly slow
Hello there, since I installed CentOS6 few months ago (kept up-to-date using yum), I'm facing very poor performances when writing to USB pendrives. The hardware: a Dell Latitude E6500 laptop (Intel Core Duo P8600 @2.40Ghz), 4Go RAM + 4Go swap, several USB2 pendrives of various brands (less than old, all formatted as vfat). When I perform a copy (with cp or midnight commander, copying big
2009 May 06
3
Strange problem with filesystem changes reverting on reboot
Our sysadmin was doing midnight work on moving some hardware to new power outlets. We'd recently done a CentOS 5.3 install on one of those machines and then "yum install" with the centosplus kernel and some rpmforge packages. It had been up and running fine for at least two weeks in that configuration. He sent this message: On reboot the root file system seems to have reverted to
2003 Oct 15
1
RODBC on Mac OSX pointers?
Hi, I'm trying to get to grips with accessing my postgresql tables in R using RODBC. I have Mac OS 10.2.8 (Darwin 6.8) installed and R 1.8.0 installed from source and I have updated RODBC to 1.0-4. On the ODBC manager end, I am using OpenLink software's iODBC Administrator and I've set up a User DSN called "PostGRES" - odbctest suggests that this is functioning: >
2013 Dec 09
2
How can I find nonstandard or control characters in a large file?
I have a humongous csv file containing census data, far too big to read into RAM. I have been trying to extract individual columns 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
2019 May 15
3
AARCH64 Code Size regression between 6/7
I am developing in C for an extremely memory constrained AARCH64 embedded environment. Sometime between llvm 6 and 7, I'm seeing a code size regression when I make multiple accesses into a global struct. Specifically, I have functions that perform several reads/writes into this global struct. In older versions (5/6) - a single ADRP/ADD combo is issued at the beginning of a function to get my
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 >