search for: retracing

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

Did you mean: retracting
2009 Jun 14
3
Syncing to vblank for interlaced video modes
Hello, I'll start by applauding your efforts to make an open source driver for nv hardware. I imagine it is a very difficult task trying to reverse engineer hardware and produce something useful and featureful. I wish to make a change to the nouveau source. You might say I am considering becoming a nouveau developer. I am one of those crazy nutters who connects my nvidia card directly to
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
2014 Nov 18
1
CentOS-announce Digest, Vol 117, Issue 9
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2006 Apr 18
9
SQL Syntax Errors
...9;'' at line 1: INSERT INTO quote_items (`name`, `quote_id`, `body`) VALUES(#<Quote:0x248a32c>, #<Quote:0x2485aac>, #<Quote:0x247ff30>) I''ve tried this with both MySQL and SQLite and I get a similar error in both. I''ve tried recreating the project by retracing my steps, as well as reinstalling Ruby on Rails in its entirety. I imagine this is probably a problem with my specific project. Basically I am trying to create a sub-record (quote_item) from the super page. I am using the video with the blog example as a model. I''m creating my record...
2014 Nov 17
0
ABRT for CentOS Linux is now live
ABRT is a collection of scripts that makes it easier to report bugs and crashes in various components of the distribution to a central server. Metadata from this allows developers and upstream projects to evaluate their priority chain, and also get crucial information on why their software might not be performing as expected on CentOS Linux. This information is sent to the server in a json format
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
2016 Apr 23
9
[Bug 95095] New: NV46 (G72) Full screen artifacts in Freespace 2 SW OT mod
https://bugs.freedesktop.org/show_bug.cgi?id=95095 Bug ID: 95095 Summary: NV46 (G72) Full screen artifacts in Freespace 2 SW OT mod Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau
2006 Jan 23
2
Can one write a procedure in R like for instance in Maple ?
...ame created is generated by a function.. and somehow i still did not figure out how to write a function of functions and then maybe a loop do for all values of dates =1:162 this function.. (all the stuff I tried failed, because I was indexing objects that were also indexed.. I am vague.. but then retracing a 3 weeks of trials and errors errors errors errors ...\infty :-) is cumbersome) 1. Could anybody give me suggestions where to look and maybe unveil the tricks of the function of functions .. ideally I would construct a loop executing a super function.. whose results would be dumped in a file...
2009 May 07
1
I updated/reinstalled ggplot2 and the trouble started...
Hi Ian, Per your suggestion, I reinstalled R 2.9.0, then I reinstalled ggplot2 on top. The problem persists. Here's the what happens after the installation: > qplot (carat, price, data = diamonds, alpha = I(1/10)) Warning message: In grid.Call.graphics("L_points", x$x, x$y, x$pch, x$size) : semi-transparency is not supported on this device: reported only once per
2006 Jul 12
0
Can only connect after running 'wbinfo -u' or 'getent passwd', and then only for a few minutes
I used this guide 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
2012 Mar 17
0
tryCatch interferes with traceback(), debugger(), dump.frames()....
I want to use tryCatch, but tryCatch seems to obscure important things I need for debugging. For example, say I am working with an SQLite database, and have written this function: debugThisFunction <- function(dbfile) { require(RSQLite) drv <- SQLite() conn <- dbConnect(drv, dbfile) tryCatch({ dbBeginTransaction(conn) tryCatch({ for (i in 1:10) {
2008 Mar 19
0
[ANNOUNCE] xf86-video-savage 2.2.0
Adam Jackson (3): Death to RCS tags. Remove use of deprecated {DE,}ALLOCATE_LOCAL. savage 2.2.0 Alex Deucher (3): fix segfault from pScrn->currentMode fix the build for the non-pci-rework case (compile tested only) Fix reversed logic in SavageMapMem() Alex Villacs Lasso (1): Fix broken downscale past 2:1 - MM8190 and MM8198 can be used together for
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
...he device world writable. The author of the page says "making files (especially devices) world-writable should be avoided", but I think I'm not bothered either way. In any case, when it comes to making the device owned by anyone or world-writable, I'm not sure how to proceed. Retracing some of the steps given tome on this list before, I can see that the relevant device files have the following permissions: [root at localhost dev]# ls -l /dev/ttyUSB* /dev/pilot lrwxrwxrwx 1 root root 7 Sep 3 11:57 /dev/pilot -> ttyUSB1 crw-rw---- 1 root uucp 188, 0 Sep 3 11:57 /dev/t...
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
Hello, since a couple of days I'm trying hard to elicit a certain thing out of the Sweave function of R. Unfortunately I'm quite unsuccessful. It's only about a small, ridiculous minus sign, which does not 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
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
CentOS Errata and Security Advisory 2015:1083 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-1083.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 4b27d42a4ed792b8cc8729cc65e6d70a82225000bbad1aa0f002a05582679de2 abrt-2.1.11-22.el7.centos.0.1.x86_64.rpm
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