search for: wheres

Displaying 20 results from an estimated 43 matches for "wheres".

Did you mean: where
2005 Apr 27
5
Eager load mysteriously deletes records
...= ''where'' [4;35mCategory Load (0.000000) [0;37mSELECT * FROM categories WHERE ckey = ''when'' [4;33mTodo Columns (0.000000) [1;37mSHOW FIELDS FROM todos Rendering todos/list_edit within layouts/standard [4;35mWhere Load (0.000000) [0;37mSELECT * FROM wheres WHERE wheres.todo_id = 416 LIMIT 1 [4;33mWhere Columns (0.000000) [1;37mSHOW FIELDS FROM wheres [4;35mCategory Load (0.000000) [0;37mSELECT * FROM categories WHERE categories.id = 5 LIMIT 1 [4;33mCategory Columns (0.010000) [1;37mSHOW FIELDS FROM categories [4;35mCategory Load (0.0000...
2005 Feb 25
0
Wheres the Math application
From the docs on this command it should be available in 1.0.1. I don't find it under the apps directory even after doing an update -d (which I understand will add missing files or diretories) I have also downloaded ver 1.0.5 and looked in its apps directory. It isn't there either. Any suggestions? -- ___________________________________________________________ Sign-up for Ads Free at
2010 Mar 30
2
Cron and Cluster
I need an idea on how to accomplish this: I have a cluster that I only want to run cron jobs on when its active. I know the cron script can check for node status, but then I have multiple copies to maintain wheres my existing resources all reference config on the shard fs (httpd/sql etc) so a change on the active node makes that permanent on the next node. Any idea how to do this? Thanks! jlc
2002 Dec 01
1
Date: Sun, 1 Dec 2002 13:23:04 -0600
Hi, I've run into a bit of a problem with using the RMySQL library. I've been attempting to create a temporary table in a MySQL database and then perform a SELECT with a WHEREs clause on the table. In effect perform a SELECT with a subSELECT. The problem is that it never seems to be able to find the table after I create it. I've been using the dbSendQuery method to create the table since this seems to be the one too use for sending all forms of SQL commands. Is it...
2020 Nov 10
4
samba-tool gpo listall error
More problems... So cat /etc/resolv.conf yields nothing. root at ad2:~# ll /etc/resolv.conf lrwxrwxrwx 1 root root 39 Jun 17 2018 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf Shows a broken link. Since this is Ubuntu 18.04 with systemd and the stub-resolv.conf missing, I'm lost. I'll test my google fu to try to figure this out, but if someone can point me in the right
2006 Nov 24
6
Need clarifications: Xen and winXP HVM: pci direct access, USB, desktop resolution
...sn''t a missing files problem: Error: pci: PCI Backend does not own device 0000:00:1d.0 See the pciback.hide kernel command-line parameter or bind your slot/device to the PCI backend using sysfs So it''s here that I need some clarifications, because I''ve seen some posts wheres people were talking about successfully attaching a usb printer and some telling that it was impossible in a HVM to give direct access to hardware (fully virtualized so there is a need to develop none open source drivers etc...). My second problem is surely independent from the above. It is tha...
2014 Jun 04
1
[LLVMdev] Not able to run pass
attaching screenshot of errors I got On Wed, Jun 4, 2014 at 11:07 PM, Prashanth Sharma <cs13m1017 at iith.ac.in> wrote: > sir, > that I already applied this.As I followed these steps:-please tell me > whered did i go wrong? > > 1. Checkout LLVM: > - cd LLVM > - svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm > 2. Checkout Clang: >
2013 Nov 16
1
[LLVMdev] Limit loop vectorizer to SSE
...= load <8 x i32> (which has the semantics of “= load <8 xi32>, align 0” which means the address is aligned with target abi alignment, see http://llvm.org/docs/LangRef.html#load-instruction). When the backend generates code for the former it will emit an unaligned move: = vmovups ... wheres for the later it will use an aligned move: = vmovaps … vmovups can load from unaligned addresses while vmovaps can not. No, we currently don’t peel loops for alignment. Best, Arnold On Nov 15, 2013, at 7:23 PM, Frank Winter <fwinter at jlab.org> wrote: > I confirm that r194876 fixes...
2019 Jan 28
1
Re: [PATCH 2/2] v2v: allow alternative directories for distributions
...gt; distribution. > > For each distribution one can have either a common directory (e.g. > fedora) or a versioned directory (fedora28). This can also be combined. > I.e. one can have both `fedora` and `fedora28` in which case `fedora28` > will be used when converting Fedora 28 guest wheres `fedora` will be > used when converting guests with any other Fedora version. > > To have better names for unversioned directories the original names > were changed this way: > > fc -> fedora > el -> rhel > lp -> suse > > The original directory...
2019 Jan 26
1
Re: [PATCH 2/2] v2v: allow alternative directories for distributions
...> distribution. > > For each distribution one can have either a common directory (e.g. > fedora) or a versioned directory (fedora28). This can also be combined. > I.e. one can have both `fedora` and `fedora28` in which case `fedora28` > will be used when converting Fedora 28 guest wheres `fedora` will be > used when converting guests with any other Fedora version. > > To have better names for unversioned directories the original names > were changed this way: > > fc -> fedora > el -> rhel > this will cut centos off lp -> suse > &...
2015 Feb 02
0
hello world
...p://www.zytor.com/mailman/listinfo/syslinux > FWIW, most wiki pages I have mentioned in this email thread were written targeting common users. For example the "Library modules" wiki page uses language and terms for common users, and it includes the "whys" and the "wheres". This page answers (or at least tries to) some of the issues that common users have with c32 dependency modules, independently of the bootloader variant (since the matter is, indeed, relevant for c32 modules and not dependent on which Syslinux variant is being used). Users in forums, irc...
2015 Feb 02
2
hello world
Hi, As someone who just recently came to the Syslinux project, with a different agenda but still a Syslinux noob maybe I can add my perspective. The Doc/Wiki makes perfect sense from a DEVELOPERS point of view, but I think the point here is maybe from a USERS point of view not so much. Even approaching syslinux with the purpose of building a custom .c32 module and leveraging the core syslinux
2019 Jan 27
0
Re: [PATCH 2/2] v2v: allow alternative directories for distributions
...gt; > > For each distribution one can have either a common directory (e.g. > > fedora) or a versioned directory (fedora28). This can also be combined. > > I.e. one can have both `fedora` and `fedora28` in which case `fedora28` > > will be used when converting Fedora 28 guest wheres `fedora` will be > > used when converting guests with any other Fedora version. > > > > To have better names for unversioned directories the original names > > were changed this way: > > > > fc -> fedora > > el -> rhel > > > >...
2008 Jun 20
0
Quota warning question
Hi. Read the example conf and doku about the quota warning stuff, but how might such a "sh" file may look? If i want to sent a mail to the user, how to get the mail address? Wheres the glue between the "sh" file and the percentage given and the user? thx for hints Torsten -- Bitte senden Sie mir keine Word- oder PowerPoint-Anh?nge. Siehe http://www.gnu.org/philosophy/no-word-attachments.de.html Really, I'm not out to destroy Microsoft. That will just be a...
2009 Jul 17
2
Resolution changes sometimes rearranging desktop
Sometimes when I play games that use a resolution different from my normal X display, the windows on my workspace get shifted over toward the upper left. It's an issue that's been happening for a long while and I'm not sure if this is more of a general X issue or something specific to wine. As far back as I remember, it only happens with wine (0.x-0.9, 1.0, 1.1) and I've seen it in
2013 Apr 08
1
Xen XCP blog stats
Just a brief update, the XCP entry in my blog appears to be one of the most popular pages on my site on a recurring basis I think this is a sign that (surprise surprise) people are using Debian for servers, they want to continue doing so in the cloud/virtualization era and the ability to run XCP this way is something they specifically want - big thanks are due to all those who have made it
2012 Sep 17
1
Shared Mailboxes in a multi domain environment
Hi, I would like to enable mailbox sharing for my users. I'm using dovecot 2.1.9 with vpopmail authentication. For security reason shared mailboxes should be available only for users of the same domain. Dovecot's wiki suggest to enable acl like this: plugin { # assumes mailboxes are in /var/mail/%d/%n: acl_shared_dict = file:/var/mail/%d/shared-mailboxes.db } but in vpopmail,
2008 Apr 15
5
wine config is stuck in 800 x 600 i think...
i wanted to config something but mess up the config panel. i cannot switch back to default. was very visible before, but now its not useful in anyway i tried removeing wine using synaptic package manager but the screwed settings still remain i tried moving around the window to select the graphics tab but it can not scroll down to select resolution (wine conf ) i tried reinstalling but its
2019 Jan 26
6
[PATCH 0/2] allow alternative guest tools directories for distributions
First patch just fixes installing guest tools from directory that was broken. Second patch revamps how virt-v2v chooses from which directory install guest tools on Linux. Details in commit message. Tomáš Golembiovský (2): v2v: fix path to source when copying files from guest tools directory v2v: allow alternative directories for distributions v2v/windows_virtio.ml | 67
2014 Jun 02
2
[LLVMdev] Not able to run pass
sir, As defined in http://llvm.org/docs/WritingAnLLVMPass.html#setting-up-the-build-environment running pass with opt but here how I get hello.bc file . -- Thanks Prashant Sharma -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140602/648e5547/attachment.html>