search for: retrace

Displaying 20 results from an estimated 44 matches for "retrace".

Did you mean: etrace
2009 Jun 14
3
Syncing to vblank for interlaced video modes
...stream by combining two consecutive (first and second) fields to produce a full progressive frame. For the purpose of displaying true interlaced video (e.g. DVD) to an interlaced television, without using deinterlacing, the full video frames need to be written to the linear video buffer during the retrace after the second frame is drawn, so that both fields are ready to be output in correct order to the display. The current proprietary drivers from nVidia synchronise buffer updates to the retrace after each single half frame is drawn, which for the most part is not satisfactory. The symptoms of th...
2016 Aug 18
4
BUG: soft lockup - CPU#0 stuck for 36s! [swapper/0:0]
This bug is reported only on the VM's with CentOS 7 running on on VMware ESXi 5.1. The vSphere performance graph shows high CPU consume and disk activity only on VM's with CentOS 7. Sometimes I can not connect remotely with ssh (timeout error). The details of last issues was reported to retrace.fedoraproject.org. ?Do you have a hint? [root at vmguest ~]# abrt-cli list id c52b463b15cfa94af7a96f237e5f525332750dd3 reason: systemd-journald killed by SIGABRT time: Tue 16 Aug 2016 03:10:52 PM CLST cmdline: /usr/lib/systemd/systemd-journald package: systemd-219...
2014 Nov 18
1
CentOS-announce Digest, Vol 117, Issue 9
...both user and developer information. For those looking to get started with hacking on ABRT, start by reading through the advanced usage examples at : http://abrt.readthedocs.org/en/latest/examples.html -------- The reports posted by CentOS machines will currently land at the Fedora Project hosted retrace server at : https://retrace.fedoraproject.org/ -------- For any problems or issues with the abrt code included in CentOS Linux, or for any problems associated with abrt user experience on CentOS Linux : please post reports at http://bugs.centos.org/ by selecting the right Distribution version and...
2006 Apr 18
9
SQL Syntax Errors
Hi, I''m running Rails on Mac OS X 10.4. I''ve installed ruby/gem from darwinports, and then rails through gem. I have a recurring problem where I get an SQL syntax error: Mysql::Error: #42000You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '''' at line 1: INSERT INTO
2014 Nov 17
0
ABRT for CentOS Linux is now live
...both user and developer information. For those looking to get started with hacking on ABRT, start by reading through the advanced usage examples at : http://abrt.readthedocs.org/en/latest/examples.html -------- The reports posted by CentOS machines will currently land at the Fedora Project hosted retrace server at : https://retrace.fedoraproject.org/ -------- For any problems or issues with the abrt code included in CentOS Linux, or for any problems associated with abrt user experience on CentOS Linux : please post reports at http://bugs.centos.org/ by selecting the right Distribution version and...
2010 Feb 12
1
Why does config.gem mess up migration?
I was working this morning, trying to clean up my project and I did something that sent migrations to hell-in-a-hand-basket. I tried to run rake db:migrate --trace I got the following error msg: (in /Users/richardmartin/NetBeansProjects/ReTrace) ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment rake aborted! Mysql::Error: Table ''rt_dev.priorities'' doesn''t exist: SELECT * FROM `priorities` LIMIT 1 /Library/Ruby/Gems/1.8/gems/activerecord-2.3.5/lib/active_record/ connecti...
2016 Apr 23
9
[Bug 95095] New: NV46 (G72) Full screen artifacts in Freespace 2 SW OT mod
...lists.freedesktop.org Hi, I've seen this problem sometime ago on NV44 and now traced on NV46 (G72) The GUI and the 3D models become completely corrupted with elements of the GUI and parts of the model distorted and covering the whole screen. Looking at the apitrace and errors highlighted by retracer, I'm not able to judge if it is a mesa problem. Here is the .trace: https://drive.google.com/file/d/0B_OFHiIqgpSFampXVVRKYkVzaTQ/view?usp=sharing Mauro -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part ---...
2006 Jan 23
2
Can one write a procedure in R like for instance in Maple ?
Dear R-wizards! I have been learning on my own how to use this fantastic program.. but I agree with some people that even with the manuals, the faq and so on.. when you are sitting fully alone.. progress can be ... slow... very slow indeed.. In fact sometimes, looking at the "solutions" provided by some of you- I am just flabbergasted to the point that I couldn't figure out how to
2009 May 07
1
I updated/reinstalled ggplot2 and the trouble started...
...#39;/usr/local/Gallo/R') > > > and there was a complaint as to permission denied for > > > saving the current version (or something). I reissued > > > the command as root and this time it gave me a normal > > > return. > > > > > I was ready to retrace my steps with the book. I only got > > > to page 11 this time. Here's what happened (in all three > > > versions): > > > > set.seed (1410) > > > > dsmall <- diamonds [sample (nrow(diamonds), 100), ] > > > > > > > > qplot...
2006 Jul 12
0
Can only connect after running 'wbinfo -u' or 'getent passwd', and then only for a few minutes
...uide to help me setup samba to authenticate using active directory. http://www.enterprisenetworkingplanet.com/netos/article.php/3487081 It worked great. Then I was trying to demonstrate it to someone, and it didn't work. I couldn't find anything I did to break it. After about an hour I retraced every step I made to set it up in the first place, and it worked again. Then a few minutes later it again stopped working. I finally traced it down to the 'wbinfo -u', and 'getent passwd' commands. Either of them will make it start allowing connections from windows clients for a...
2012 Mar 17
0
tryCatch interferes with traceback(), debugger(), dump.frames()....
...r. Actually in my opinion that is a big reason why exceptions are a language feature in the first place - to propagate out debugging information while allowing you to clean up. So I am confused why tryCatch ends up obscuring the debugging information. How can I use it in a way that dump.frames() or retrace() or some equivalent points me to the right spot? Peter Meilstrup [[alternative HTML version deleted]]
2008 Mar 19
0
[ANNOUNCE] xf86-video-savage 2.2.0
...BCI can only handle widths that are multiple of 16, so only use BCI for these (for now). Prevent use of BCI for YV12 -> YUY2 conversion from scribbling past the end of the allocated video buffer. Reset lastKnownPitch to 0 right after enabling streams. Do not wait for vertical retrace anymore on old streams engine. Alex Villac??s Lasso (3): Make sure MMIO region is mapped VIDMEM_MMIO, not VIDMEM_FRAMEBUFFER Fix ambiguous operator precedence Implement driver option IgnoreEDID Ian Romanick (5): Minimal change set to convert driver to the new PCI interface...
2005 Oct 01
1
Problem with VM Distribution Groups
Hi, We're experiencing a problem with basic VM distribution groups where messages won't be delivered. VM is called with a command like: Voicemail(20&30&39&... CLI Shows: Oct 1 20:54:33 NOTICE[26943]: app_voicemail.c:1990 copy_message: Copying message from 60@default to 50@default Oct 1 20:54:38 WARNING[26943]: app.c:1125 ast_lock_path: Failed to lock path
2010 Aug 03
1
how to read/save .zip compressed files from R?
Dear list, is there a way to open a .zip folder so that one can extract and modify files inside and then save teh .zip folder again? thanks! Jose -- Dr. Jose I. de las Heras Email: J.delasHeras at ed.ac.uk The Wellcome Trust Centre for Cell Biology Phone: +44 (0)131 6507095 Institute for Cell & Molecular Biology Fax: +44 (0)131 6507360 Swann Building,
2005 Sep 03
1
Changing permissions on files that only exist during USB operation
A while back I got help in getting my Palm Pilot to connect to CentOS, and through the advice I got here I was able to successfully back up my files to the computer using the CentOS default Palm utility. However, I now want to use JPilot to sync and install files. But when I attempt to sync through JPilot, I get the following error: ******************************* Syncing on device /dev/pilot
2015 May 01
2
Kvm + libvirt + virt-manager
Hi list, I have updated C7 to 7.1 and get some issue (I don't know if problems depend from upgrade). My first problem is on virt-manager that crash after some time. From system messages I get that virt-manager is crashed with signal sigsegv and this problem is related to python (python get sigsegv). Anyone get similar behaviour after upgrade? Another problem, I can't say if it showed
2009 Aug 04
1
Sweave, cm-lgc and minus signs
...ot appear in the final pdf of a latex file, if I try to incorporate the Computer- Modern fonts into the plot. It seems, that R uses different encodings for minus signs, which are put "by hand" and which are plotted from a variable with negative value. ### As a fast example everybody can retrace immediately, there is the nice example of Paul Murrell which can be found at: http://www.stat.auckland.ac.nz/~paul/R/CM/CMR.html Essentially, what I need from this page are the following 4 files for creating my final pdf: http://www.stat.auckland.ac.nz/~paul/R/CM/cmTutorial.Rnw This example nee...
2017 Feb 06
2
Dovecot dsync 'ssl_client_ca'
Hi Aki, I do not have any error message but (on both server): doveadm replicator status '*' doveadm(root): Fatal: net_connect_unix(/var/run/dovecot/replicator-doveadm) failed: Connection refused Thx Le vendredi 3 f?vrier 2017 ? 17:09:52, vous ?criviez : > Please keep responses in list. rm -f > /var/lib/dovecot/ssl-parameters.dat, i think it was in that dir. > On
2015 Jun 15
0
CESA-2015:1083 Important CentOS 7 abrt Security Update
...68a78077c85b408ec490d0c86bbe100df6e38d23b679829d888f655b735b4 abrt-python-2.1.11-22.el7.centos.0.1.x86_64.rpm 9c0907bf8caa77cfbb0d6bc59a9d47ed2ffc67eb02a8603693421b16cec0dc20 abrt-python-doc-2.1.11-22.el7.centos.0.1.noarch.rpm 37534405d8dd8b2a43e8fef049c09e3dcb9b48e26b5edd3a1b7c5bcddf799ec1 abrt-retrace-client-2.1.11-22.el7.centos.0.1.x86_64.rpm 3b5f7701995278372733d3266bfad44b9ff7e038ce93d12a5ac0e1f12a20abd7 abrt-tui-2.1.11-22.el7.centos.0.1.x86_64.rpm a95b88b14f9f0bd4906550103da3d7dc9df947f4623c4d6156204dbaa4dc5c4d libreport-2.1.11-23.el7.centos.0.1.i686.rpm d47bcfd15d2f310d99ef699de5137f15a2c...
2016 Jan 26
3
[Bug 93875] New: Random Xorg Crash when Away from Computer
https://bugs.freedesktop.org/show_bug.cgi?id=93875 Bug ID: 93875 Summary: Random Xorg Crash when Away from Computer Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at