search for: allen

Displaying 20 results from an estimated 1155 matches for "allen".

2005 May 15
1
Corrupted transaction log file, dotlocks..?
...from the last 10 years) from the existing IMAP server (UW-IMAP) using imapsync, I'm seeing some problems. While copying the 1000 or so messages from the main INBOX, Dovecot seems to hang after 50-100 messages and the following lines appear in the server log: May 15 18:45:21 [dovecot] IMAP(allen): utime(/home/allen/Maildir/dovecot-uidlist.lock) failed: No such file or directory May 15 18:45:21 [dovecot] IMAP(allen): Our dotlock file /home/allen/Maildir/dovecot-uidlist.lock was deleted May 15 18:45:21 [dovecot] IMAP(allen): Corrupted transaction log file /home/allen/Maildir/dovecot.inde...
2017 Sep 13
17
[PATCH 01/10] arch:powerpc: return -ENOMEM on failed allocation
Signed-off-by: Allen Pais <allen.lkml at gmail.com> --- arch/powerpc/platforms/cell/spider-pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/platforms/cell/spider-pci.c b/arch/powerpc/platforms/cell/spider-pci.c index d1e61e2..82aa3f7 100644 --- a/arch/powerpc/platforms/c...
2008 Sep 19
2
Possible bug involving LDA and Namespaces
Hi All, Yesterday I began experimenting with using LDA to do delivery. To begin with I'm using a .forward file entry for myself so as to avoid affecting other users. When "deliver" is passed an item to deliver, the following is logged: > deliver(allen): Sep 18 19:28:52 Info: Namespace: type=private, > prefix=INBOX., sep=., inbox=yes, hidden=no, list=yes, subscriptions=yes > deliver(allen): Sep 18 19:28:52 Info: maildir: > data=/home/cns/allen/Maildir > deliver(allen): Sep 18 19:28:52 Info: maildir++: > root=/home/cns/allen/Mail...
2004 Feb 08
5
can't access samba server from xp
...anyone tell what I need to do ? --------------------- c:>net view \\smbhost System error 5 has occured. Access is denied. c:>net use x: \\smbhost\tmp System error 1240 has occured. The account is not authorized to log in from this station. -------------------------b Thanks in Advanced. Allen Liu IP Application Design and Engineering Bell Canada (613) 781-7368, allen@bellglobal.com 1240 -160 Elgin St, Ottawa,ON, K2P 2C4
2005 May 28
0
Transaction log file issue on dovecot-stable
...#39;m trying to use the imapsync utility (http://www.linux-france.org/prj/imapsync/) to copy 1500 messages from a UW-imap server to dovecot. After about 100 messages are successfully appended, I'm seeing this in the server log, following which all APPENDs fail. May 28 09:01:06 [dovecot] IMAP(allen): utime(/home/allen/Maildir/dovecot-uidlist.lock) failed: No such file or directory May 28 09:01:06 [dovecot] IMAP(allen): Our dotlock file /home/allen/Maildir/dovecot-uidlist.lock was deleted May 28 09:01:06 [dovecot] IMAP(allen): Corrupted transaction log file /home/allen/Maildir/dovecot.index.lo...
2015 Jun 12
2
[Bug 2302] with DH-GEX, ssh (and sshd) should not fall back to unconfigured DH groups or at least document this behaviour and use a stronger group
On Fri 2015-06-12 01:52:54 -0400, Mark D. Baushke wrote: > I have communicated with Allen Roginsky on this topic and I have been given permission to post his response. > > In this message below, the 'vendor' was Darren Tucker's generated prime > that used a generator value of 5. > > -- Mark > > From: "Roginsky, Allen" <allen.roginsky at nis...
2011 Jul 30
22
[bug] ''VT-d 1G super page'' feature is blocked
Hi Tim, Could you please have a look at this bug? Thanks a lot. http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1774 Best Regards, Yongjie Ren (Jay) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Feb 09
9
virt-manager and virt-install can''t use with new built xvm 3.3
...ot;libvirt.py", line 775, in getInfo if ret is None: raise libvirtError (''virNodeGetInfo() failed'', conn=self) libvirtError: virNodeGetInfo() failed socket closed unexpectedly ====end of error message==== The error message of virt-install: ====start of error message==== [allen@blu-nhm-ep:~]sudo virt-install What is the name of your virtual machine? snv_106 How much RAM should be allocated (in megabytes)? 1024 What would you like to use as the disk (file path)? /export/home/allen/IMAGE/snv_106 How large would you like the disk (/export/home/allen/IMAGE/snv_106) to be (...
2010 Oct 07
31
[RFC][QEMU] ATI graphics VBIOS passthru support
Hi Ian, There have been a lot of interest on gfx passthru recently. This patch enables ATI VBIOS in passthru mode. The guest VM system BIOS (including Windows boot logo) can now show in passthru screen. We have tested with various Windows and Linux guest VMs. Please help review it. We are also looking forward to comments and suggestions from Xen community users. Signed-off-by: Wei Huang
2008 Dec 08
4
[PATCH][VTD] pci mmcfg patch for x86-64 - version 2
...equire 44-bits. Since each slot only has 39-bits, we support 2048 PCI segments for now. This can be easily expanded if deemed necessary in the future. 2) Integrated PCI mmcfg access with existing PCI config interface for x86_64. Use MMCFG interface if offset is greater than 256. Signed-off-by: Allen Kay <allen.m.kay@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2023 May 12
2
[PATCH] vdpa: consume device_features parameter
From: Allen Hubbe <allen.hubbe at amd.com> Consume the parameter to device_features when parsing command line options. Otherwise the parameter may be used again as an option name. # vdpa dev add ... device_features 0xdeadbeef mac 00:11:22:33:44:55 Unknown option "0xdeadbeef" Fixes: a4442c...
2023 May 12
2
[PATCH] vdpa: consume device_features parameter
From: Allen Hubbe <allen.hubbe at amd.com> Consume the parameter to device_features when parsing command line options. Otherwise the parameter may be used again as an option name. # vdpa dev add ... device_features 0xdeadbeef mac 00:11:22:33:44:55 Unknown option "0xdeadbeef" Fixes: a4442c...
2011 Oct 22
3
R for loop stops after 4 iterations
I have a data frame called e, dim is 27,3, the first 5 lines look like this: V1 V2 V3 V4 1 1673 0.36 0.08 Smith 2 167 0.36 0.08 Allen 3 99 0.37 0.06 Allen 4 116 0.38 0.07 Allen 5 95 0.41 0.08 Allen I am trying to calculate the proportion/percentage of V1 which would have values >0.42 if V2 was the mean of a normal distribution with V1 people and a standard distribution of V3. The loop works but only...
2002 Apr 02
3
getaddrinfo() problem with AIX 4.3.3 and rsync 2.5.2?
...error = getaddrinfo(name_buf, port_buf, &hints, &res0); + error = getaddrinfo(name_buf, NULL, &hints, &res0); if (error) { rprintf(FERROR, RSYNC_NAME ": forward name lookup for %s failed: %s\n", -- John L. Allen, Dept 0631, EMS 516-346-8456, MS C06-001 Northrop Grumman Information Technology Internal Information Services -- <<JOHN.L.ALLEN.vcf>> -------------- next part -------------- A non-text attachment was scrubbed... Name: JOHN.L.ALLEN.vcf Type: application/o...
2007 May 10
13
Is there a way to do incremental search?
Say the user first enters "ruby" for search and gets 1000 results. Then he can search "rails" just in the 1000 results just returned. The common scenario is some kind of advanced search. User can incrementally add criteria and the program will narrow the results step by step. I know that at least I can use all the criteria as a whole to do the searching, but this is a waste
2016 Feb 10
3
ldbadd issue on Samba 4.1.13 AD DC
On 2/9/2016 3:48 PM, Rowland penny wrote: > On 09/02/16 19:59, Allen Chen wrote: >> Hi there, >> >> I have Samba 4.1.13 AD DC compiled on CentOS 6.2 (32bit). Everything >> is working fine. >> >> Issue: ldbadd cannot re-add a deleted user account. >> What I did: >> 1. save user account >> # ./bin/ldbsearch -H /us...
2003 Jun 20
2
Samba 2.2.7a - adduser script only worked the first time
...wo more computers since and keep getting the same thing but the first machine still logs in and out fine. The samba.log keeps saying that the user does not exist on the domain. All of my WinXP machines were ghosted from the same image so I don't believe the problem is on that side. Any ideas? -Allen ---------------------------- Allen Seelye "DeadTOm" Aseelye@blackfoot.net ICQ# 8286205
2018 Mar 26
3
[PATCH] Support for Ambisonics
Apologies! That patch will not work correctly with Opus 1.2. Will send an updated patch shortly!! On Mon, Mar 26, 2018 at 11:56 AM Drew Allen <bitllama at google.com> wrote: > Hello all! > > I've attached an updated patch for opusfile, based on formatting > suggestions I got for the opus and libopusenc patches. > > Cheers! > Drew > > On Thu, Mar 22, 2018 at 9:19 AM Drew Allen <bitllama at google.c...
2009 May 23
9
undefined method `assert_select'
I''m having trouble getting the specs to run for a plugin where I want to fix a bug. (I''ve actually already found and fixed the bug, but I don''t want to submit a fix without a test!) When I started the specs weren''t running, but it may be that I''m using Rails 2.3.3 and the plugin has been tested on 2.1 and earlier. I went through writing a spec for a
2009 Jan 07
4
Another newbie question
...entries for each row is a list of the column names in which a species is present (ie. for row one its entry might read: "sp1","sp2", etc.). I've tried various functions etc. but can't seem to get the syntax right/ the correct combination of functions. Thanks in advance! -Allen -- View this message in context: http://www.nabble.com/Another-newbie-question-tp21337371p21337371.html Sent from the R help mailing list archive at Nabble.com.