search for: eddi

Displaying 20 results from an estimated 439 matches for "eddi".

Did you mean: eddie
2004 Sep 10
1
flac worse than shorten ON SOME FILES
had to fix the subject... was getting under my skin! yeah, could you put up the FLAC version of the worst track that is less than 20 megs compressed? (I'll have to grab it with a 56k modem). by worst I mean the one where shorten beats flac by the most. also: 1. what version of shorten are you using? 2. what command-line options for flac and shorten did you use on this track? thanks, Josh
2007 Jun 20
9
[Patch] Add NMI Injection and Pending Support in VMX
...end on NMI to function correctly, such as KDB and oprofile. The attached patch allows NMI to be injected to guest OS in NMIP capable platforms. It also enables to queue an NMI and then inject it as soon as possible. Signed-off-by: Haitao Shan <haitao.shan@intel.com> Signed-off-by: Eddie Dong <eddie.dong@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Please refer to the latest Intel SDM 3B (published in May, 2007): http://www.intel.com/products/processor/manuals/index.htm Best Regards Haitao Shan ___________________________________________...
2007 May 30
1
Dovecot Authentication Problem (REVISED)
...ing closer to getting a solution. I have done some modifications and now dovecot gives me a different error message than before.... Here is what I have for the password_query and user_query password_query = SELECT popbox.cleartext AS password FROM popbox, domain \ WHERE popbox.local_part = 'eddie' AND popbox.domain_name = 'demo.wananchi.com' \ AND popbox.domain_name = domain.domain_name; +----------+ | password | +----------+ | boeing8 | +----------+ user_query = SELECT CONCAT(domain.path, '/', popbox.mbox_name) as home, \ 69 as uid, 6 as gid FROM popbox, domain WHER...
2007 May 29
0
Migration from tpop3d to dovecot - troubles galore!
...ot seem to get right, is to first be able to make dovecot to authenticate against the current DB being used by tpop3d so that I can use imapsync to transfer the user mails. And I do believe that is what I am unable to get right!! So here goes what I have tried so far: Take a case of one username, eddie, who belongs to the domain, demo.wananchi.com. 1. This query is what I am using for password_query. I do suspect it is wrong, but well, this is what it yields from the current DB: mysql> SELECT CONCAT(domain.path, '/', popbox.mbox_name), popbox.password_hash FROM popbox, domain W...
2006 Oct 24
2
double invoke of hvm_do_resume
Keir: Not sure from when, at least now hvm_do_resume is double invoked in both 1: arch_vmx_do_resume from schedule_tail, and 2) vmx_asm_do_vmentry of ASM code for both x86 32 & 64 bits. I am wondering if the #1 is a redundant, can u have a double check? thx,eddie _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Mar 08
1
To convert an adjacency list model into a nested set model
...a.com Assume you have a tree structure like this Albert / \ / \ Bert Chuck / | \ / | \ / | \ / | \ Donna Eddie Fred in an adjacency list model: > emp=c("Albert", "Bert", "Chuck", "Donna", "Eddie", "Fred") > boss=c(NA, "Albert", "Albert", "Chuck", "Chuck", "Chuck") > print(Personnel...
2002 Aug 03
0
Fw: Samba 3.0-alpha 18 with ldapsam backend and primary gid of user?
Hi again, I just wanted to add this to make my information more complete: The id primary group id of user "eddie" in the ldap tree is 500:201. 201 is the group "Domain Users" But you have to know that user "eddie" also excists with id and gid 500:500 in the /etc/passwd and /etc/group files. Examining the log file below, this raises the following question to me: Is the passdb backen...
2010 Aug 18
4
RE: [PATCH 05/15] Nested Virtualization: core
...t; + * specific tweaks if necessary to make it work. > + */ > + rc = hvm_nestedhvm_vcpu_vmexit(v, regs, exitcode); > + hvm->nh_hostflags.fields.forcevmexit = 0; > + if (rc) { > + hvm->nh_hostflags.fields.vmentry = 0; > + return NESTEDHVM_VMEXIT_FATALERROR; > + } Thx, Eddie _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2010 Sep 27
3
Alphabetical sequence of data along the x-axis in a box plot
...our quandrants of a sample area (NE,NW, SE, SW) that was my first column of data). Is there a way to have R plot the data in a different order? I imagine you could use a dummy variable, but didn't know if there might be a simple argument that will address this? Thanks for any guidance, Eddie Hughes [[alternative HTML version deleted]]
2011 Feb 18
2
Re: Xen-devel Digest, Vol 71, Issue 85
...egan <Tim.Deegan@citrix.com> Subject: Re: [Xen-devel] [PATCH 00/12] Nested Virtualization: Overview To: Christoph Egger <Christoph.Egger@amd.com> Cc: Keir Fraser <keir@xen.org>, "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>, "Dong, Eddie" <eddie.dong@intel.com> Message-ID: <20110107160112.GC5651@whitby.uk.xensource.com> Content-Type: text/plain; charset="iso-8859-1" Hi, At 16:02 +0000 on 20 Dec (1292860962), Christoph Egger wrote: > This patch series brings Nested Virtualization to Xen. > This i...
2005 Nov 29
1
[PATCH] Disable SDL repeat key.
This is to disable SDL repeat key to fix the repeat key issue in slow network connection situation. thx,eddie Signed-off-by: Eddie Dong <eddie.dong@intel.com> diff -r f6fdb6e0d3c9 tools/ioemu/sdl.c --- a/tools/ioemu/sdl.c Thu Nov 17 13:56:50 2005 +++ b/tools/ioemu/sdl.c Sun Nov 27 22:26:07 2005 @@ -592,7 +592,7 @@ sdl_resize(ds, 640, 400); sdl_update_caption(); - SDL_EnableKeyRepe...
2004 Jun 23
5
Really basic stuff :(
...10.0.0.1 on my LAN, but the ADSL router has 10.0.0.1 set as the 'DMZ Host' so all incoming IP traffic (even AH/ESP for IPSec etc.) goes directly to that machine. I am not doing any firewalling, nor is my ISP. I've made my configuration as superficial as I can to ease diagnosis: root@eddie:/etc/asterisk# ls -l -rw-r--r-- 1 root root 104 Jun 23 21:21 extensions.conf -rw-r--r-- 1 root root 164 Jun 23 19:25 iax.conf -rw-r--r-- 1 root root 0 Jun 22 15:36 modem.conf -rw-r--r-- 1 root root 387 Jun 23 21:22 modules.conf -rw-...
2002 Aug 03
0
Samba 3.0-alpha 18 with ldapsam backend and primary gid of user?
...getting these kind of errors in the samba log files? I just went over from 2.2.5 to 3.0-alpha 18, I never had these errors in the 2.2.5 version. Especially the rid [0] is a complete mistery to me since I have no account defined in my ldap service that has rid 0. Thank you very much for your help. Eddie Lania. ---------------- [2002/08/03 19:21:27, 0, effective(1001, 202), real(0, 0)] rpc_server/srv_util.c:get_domain_user_groups(346) get_domain_user_groups: primary gid of user [eddie] is not a Domain group ! get_domain_user_groups: You should fix it, NT doesn't like that [2002/08/03 19:2...
2006 Apr 09
4
help with installing ruby
Hi, im new to all this. I have a laptop running Windows and i was wondering if someone could just write a brief set of instructions on everything i need to install/set up in order to get Ruby running. By the way, could someone explain to me exactly what Ruby is for and what you can make with it? Kinda a lot to ask but thanks! Ed -------------- next part -------------- An HTML attachment was
2003 Nov 20
0
(no subject)
...ld not create posix account info for 'STATION1$' Creating account: grumpy Creating account: sleepy Creating account: sneezy Creating account: bashfull Creating account: bugs Creating account: cadmin Creating account: daffy Creating account: sammy Creating account: eddie Creating account: porsche Creating account: jeep Creating account: LYNXPDC$ useradd: invalid user name 'LYNXPDC$' Could not create posix account info for 'LYNXPDC$' Group members of Domain Admins: cadmin, Adding user cadmin to group Domain Admins Group membe...
2003 Nov 20
0
problems with uppercase in usernames
...TION1$' > Creating account: grumpy > Creating account: sleepy > Creating account: sneezy > Creating account: bashfull > Creating account: bugs > Creating account: cadmin > Creating account: daffy > Creating account: sammy > Creating account: eddie > Creating account: porsche > Creating account: jeep > Creating account: LYNXPDC$ > useradd: invalid user name 'LYNXPDC$' > Could not create posix account info for 'LYNXPDC$' > Group members of Domain Admins: cadmin, > Adding user cadmin to...
2010 May 03
4
Bridging old system (ESI IVX E) with new Asterisk server
...bridge the two systems together, even temporarily? So if Jake is at extension 120 on the ESI system, and Regis is at extensions 155 on the asterisk server, Jake can call Regis and vice versa. I've pondered on this over the week-end, but don't see an easy way to handle this. Thanks! Eddie Mikell Senior Systems Engineer The Rimm-Kaufman Group
2006 Sep 14
5
[Bug 508] ip6tables conntrack marks all incoming packets as INVALID
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=508 ------- Additional Comments From kaber@trash.net 2006-09-14 13:18 MET ------- Did you enable nf_conntrack and the ipv6 connection tracking module? -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You reported the bug, or are watching the
2005 Aug 11
1
phpBB forum
Hi my name is Eddy I'm working with a samba serveur and 20 pc (windows xp). I would like to install a forum on intranet. I was trying to install phpBB but an error occured I had installed MySQL and APACHE but the error message is < you seem not have a good database to work with phpBB > An idea ? Thanks for help and sorry for my pity english Eddy
2012 Sep 02
2
Special Folder Mocking
Dear Dovecot List, probably everyone knows the problem that different clients use different names for "Sent", "Trash" and so on. A simple question: Isn't it possible to advertise one imap folder with different names, depending on the client? E.g. if the client is Outlook, show the "Sent" folder as "Sent Elements" (translated from german) and if the