search for: currectly

Displaying 20 results from an estimated 53 matches for "currectly".

Did you mean: correctly
2005 Aug 25
3
dell sc420 connect to LCD 32" at 1366x768
Hi, I am attempting to connect my dell SC420 to a 32" LCD at 1366x768. I have attached my currect config file and currect X start log. How do I massage the xorf file to run at the native resolution of the LCD? It currently runs but is in a virtual mode. The screen scrolls. Any help is appreciated. I am using Centos 4.1. Jerry -------------- next part -------------- An embedded and
2009 Jan 08
2
Restoring individual messages from a backup into a Maildir setup?
We have a user who deleted IMAP folders from his account, so I simply tried to restore the folder ".FolderName" from our backup. I checked that file/folder ownership was the same as the original, but the Dovecot IMAP server is throwing errors at the client. I've tried copying the individual message files from the "cur" folders in the backup directory, but Dovecot
2006 Jul 12
3
How to get the current URL?
Hi, how can I get the current URL withing a controller? There seems to be no appropriate method in ActionController::Base. I''m creating a site, which requires a login for some pages. I''m using before_filter for authentication. My idea was to store the currect URL in a session before redirecting to the login page and then redirect to this URL after successful authenfication.
2006 Mar 03
3
Switchtower not updating code...
When I deploy using switchtower the code does not update at all. It does however copy the old release into its timestamped directory under /releases/, but nothing in /currect/... is updated. Any help at all would be much appreciated! -- Posted via http://www.ruby-forum.com/.
2008 Nov 12
1
How to get correct dial result for outgoing calls thru ISDN?
Hi everyone, Currectly I'm having some troubles to get correct status of my calls throug ISDN lines, when outbound calls don't get its destination I always receive NO ANSWER as ${DIALSTATUS} despite the fact I know the target number doesn't exists or is busy at that time. Maybe there is something I must cha...
2007 Dec 07
0
Associations counting
...d) User has_many adds, and has_many items through adds Item has_many adds, and has_many users through adds When I go to save a new Item, I want to create a new Add for this, with the proper (loged in) User: @item.adds.create :user => @current_user In the view, the number of items is displayed currectly, but in the database it is shown as 0, if I looking at the items table; at the same time the table users show: adds_count = 1, or the currect number of adds. Why? How can I fix it? Ranieri Teixeira --------------------------------- Abra sua conta no Yahoo! Mail, o Ășnico sem limite de espa...
2006 May 25
1
prototype Ajax.Request
Hi, I''m using like this var pars = ''table=''+this.config[''table'']+''&op=update&id=''+id; new Ajax.Request( this.config[''url''], { method: ''get'', parameters: pars,
2018 Mar 09
0
Externally loadable Alias Analysis pass
I am currectly experimenting with -Xclang option.. I have a simple pass (to just print function names). I ran: clang -Xclang -load -Xclang LLVMHello.so t.c but nothing was printed, no output from the pass. when I run: opt -load LLVMHello.so -hello t.ll I get the output from pass (i.e. list of function names)...
2013 Feb 07
4
ATI/AMDs atikmpag.sys BSOD while vga passthrough
...;m passing some USB controller to the domU) but even deactivating them didn''t help. What I actually found helping boosting the success rate (but not solving the overall issue) is deinstalling all VGA-Related AMD Driver. Windows then runs on it''s own VGA-Driver (the graphic card is currectly identified and this is an actual ati driver, so I''m not talking about some generic standard vga driver. I don''t know where is driver is coming from). I''ve attached an analysis file i''ve gethered from the bluescreen crash dump. I created it using BluescreenView. T...
2002 Jun 17
2
[PATCH] chages to pdb_ldap for new OpenLDAP versions and for better rebinds
...gt; > openldap-2.0.23-4 > > I would appricate it if some people could test out the attached patch to > current Samba HEAD (pserver.samba.org). The patch does the appropriate > #ifdef magic for the various implementations of ldap_set_rebind_proc(), > including the version that is currectly breaking builds. > > In particular, I would appricate it if sombody could test the actual > rebind functionality itself - needed for some master/slave ldap setups. We REALLY need this BUT for version 2.2.4,5 (see my post from last week). Is it possible to tweak this patch and apply it to...
2016 Apr 19
2
[PATCH RFC] fixup! virtio: convert to use DMA api
...on. > > FWIW, as far as I can tell, PPC and SPARC really could, in principle, > set up 1:1 mappings in the guest so that the virtio devices would work > regardless of whether QEMU is ignoring the IOMMU or not -- I think the > only obstacle is that the PPC and SPARC 1:1 mappings are currectly set > up with an offset. I don't know too much about those platforms, but > presumably the layout could be changed so that 1:1 really was 1:1. > > --Andy Sure. Do you see any reason why the decision to do this can't be keyed off the virtio feature bit? -- MST
2016 Apr 19
2
[PATCH RFC] fixup! virtio: convert to use DMA api
...on. > > FWIW, as far as I can tell, PPC and SPARC really could, in principle, > set up 1:1 mappings in the guest so that the virtio devices would work > regardless of whether QEMU is ignoring the IOMMU or not -- I think the > only obstacle is that the PPC and SPARC 1:1 mappings are currectly set > up with an offset. I don't know too much about those platforms, but > presumably the layout could be changed so that 1:1 really was 1:1. > > --Andy Sure. Do you see any reason why the decision to do this can't be keyed off the virtio feature bit? -- MST
2016 Apr 19
2
[PATCH RFC] fixup! virtio: convert to use DMA api
On Tue, Apr 19, 2016 at 12:26:44PM -0400, David Woodhouse wrote: > On Tue, 2016-04-19 at 19:20 +0300, Michael S. Tsirkin wrote: > > > > > I thought that PLATFORM served that purpose.? Woudn't the host > > > advertise PLATFORM support and, if the guest doesn't ack it, the host > > > device would skip translation?? Or is that problematic for vfio? >
2016 Apr 19
2
[PATCH RFC] fixup! virtio: convert to use DMA api
On Tue, Apr 19, 2016 at 12:26:44PM -0400, David Woodhouse wrote: > On Tue, 2016-04-19 at 19:20 +0300, Michael S. Tsirkin wrote: > > > > > I thought that PLATFORM served that purpose.? Woudn't the host > > > advertise PLATFORM support and, if the guest doesn't ack it, the host > > > device would skip translation?? Or is that problematic for vfio? >
2018 Mar 08
2
Externally loadable Alias Analysis pass
Hello, I am currently working with the implementation of CFL Andersen algorithmand I am trying to do some improvements to the Andersen algorithm. I would like to create loadable module .so and run clang with my e.g. "cfl-anders-improved.so" to avoid the "long" way - generating IR, running opt with my improved algorithm to generate optimalized code and then building it. Is a
2005 Feb 03
7
[Bug 980] sshd does not write the session leader pid to utmp when priv-separation is enabled
...mindrot.org ReportedBy: logsnaath at gmx.net sshd when privilege separation is enabled and when a normal user logs in, writes privileged sshd's pid to the utmp file instead of writing the session leader's (shell)pid. As an effect this, the w command in linux shows that the user is currectly executing sshd, when the user is idle. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2016 Apr 19
2
[PATCH RFC] fixup! virtio: convert to use DMA api
...r as I can tell, PPC and SPARC really could, in principle, > >> set up 1:1 mappings in the guest so that the virtio devices would work > >> regardless of whether QEMU is ignoring the IOMMU or not -- I think the > >> only obstacle is that the PPC and SPARC 1:1 mappings are currectly set > >> up with an offset. I don't know too much about those platforms, but > >> presumably the layout could be changed so that 1:1 really was 1:1. > >> > >> --Andy > > > > Sure. Do you see any reason why the decision to do this can't be &gt...
2016 Apr 19
2
[PATCH RFC] fixup! virtio: convert to use DMA api
...r as I can tell, PPC and SPARC really could, in principle, > >> set up 1:1 mappings in the guest so that the virtio devices would work > >> regardless of whether QEMU is ignoring the IOMMU or not -- I think the > >> only obstacle is that the PPC and SPARC 1:1 mappings are currectly set > >> up with an offset. I don't know too much about those platforms, but > >> presumably the layout could be changed so that 1:1 really was 1:1. > >> > >> --Andy > > > > Sure. Do you see any reason why the decision to do this can't be &gt...
2010 Jun 17
1
[LLVMdev] Strange pointer aliasing behaviour
On Jun 17, 2010, at 1:34 PM, Eugene Toder wrote: >> Do you have a reference to the standard that makes it undefined? > > I'm second this question. I tried to find anything banning calculating > address of one field from address of another in the standard some time > ago, but could not find it. In the currect C++0x FCD, 5.7/5: "When an expression that has integral
2003 Aug 25
3
QOS and gameserver lags
Dear list, I have experimented some time now with HTB queues, and have received a lot of help from this list, especially from Stef. Thank you. My currect Shaper looks like this: http://www.designobjekt.de/test/rc.trafficshaper Unfortunately I still experience lags of this type: -players from the internet playing on my server feel lags -I feel lags when I play on a different server on the