search for: a0000

Displaying 20 results from an estimated 110 matches for "a0000".

Did you mean: 0000
2018 Apr 22
1
Race condition when setting flags (\Deleted) + expunge quickly, leaving mails not deleted
...; > > > > > **** Method 1, with IDLE: > > > > Setup a local account, MY-USER / MY-PASSWORD (replace below). > > > >> mkdir Mail > >> cp error-box Mail/error1 > >> nc -v localhost 143 > > Paste the following 3 lines in a go: > > a0000 LOGIN "MY-USER" "MY-PASSWORD" > > a0010 SELECT "error1" > > a0020 IDLE > > > > then wait a second.. then paste the following 3 in a go: > > DONE > > a0030 UID STORE 1:3 +FLAGS (\Deleted) > > a0040 EXPUNGE > > > > No...
2018 Mar 20
2
Race condition when setting flags (\Deleted) + expunge quickly, leaving mails not deleted
...ymize.pl. It was created by sending test messages with mutt 1.7.2 through Dovecot/Postfix/Amavis. **** Method 1, with IDLE: Setup a local account, MY-USER / MY-PASSWORD (replace below). > mkdir Mail > cp error-box Mail/error1 > nc -v localhost 143 Paste the following 3 lines in a go: a0000 LOGIN "MY-USER" "MY-PASSWORD" a0010 SELECT "error1" a0020 IDLE then wait a second.. then paste the following 3 in a go: DONE a0030 UID STORE 1:3 +FLAGS (\Deleted) a0040 EXPUNGE Notice that the results from UID STORE + EXPUNGE gives: * 2 FETCH (UID 2 FLAGS (\Recent))...
2018 Mar 21
0
Race condition when setting flags (\Deleted) + expunge quickly, leaving mails not deleted
...ith mutt 1.7.2 through Dovecot/Postfix/Amavis. > > > > **** Method 1, with IDLE: > > Setup a local account, MY-USER / MY-PASSWORD (replace below). > >> mkdir Mail >> cp error-box Mail/error1 >> nc -v localhost 143 > Paste the following 3 lines in a go: > a0000 LOGIN "MY-USER" "MY-PASSWORD" > a0010 SELECT "error1" > a0020 IDLE > > then wait a second.. then paste the following 3 in a go: > DONE > a0030 UID STORE 1:3 +FLAGS (\Deleted) > a0040 EXPUNGE > > Notice that the results from UID STORE + EXPUNG...
2017 Aug 02
2
Understanding the contents of virsh dump --memory-only
...get the information that I need. Below shows the details of the loadable segments in a much better format :- Loading ELF header #1. offset: 1320 filesize: 655360 memsize: 655360 vaddr: 0 paddr: 0 align: 0 flags: 0 Loading ELF header #2. offset: 656680 filesize: 65536 memsize: 65536 vaddr: 0 paddr: a0000 align: 0 flags: 0 Loading ELF header #3. offset: 722216 filesize: 1072955392 memsize: 1072955392 vaddr: 0 paddr: c0000 align: 0 flags: 0 Loading ELF header #4. offset: 1073677608 filesize: 67108864 memsize: 67108864 vaddr: 0 paddr: f4000000 align: 0 flags: 0 Loading ELF header #5. offset: 114078647...
2012 Jan 02
1
Small LOGIN_MAX_INBUF_SIZE for GSSAPI with samba4 (AD)
...st at TEST Etype (skey, tkt): arcfour-hmac, arcfour-hmac I fixed this problem with enlarging LOGIN_MAX_INBUF_SIZE. I also red about wrong lower/uppercase but it's not definitely my problem (I tried all possibilities of lower/uppercas in login). I sniffed the plain communication and the "a0000 AUTHENTICATE GSSAPI" line has around 1873 chars. When I enlarged the LOGIN_MAX_INBUF_SIZE to 2048 the problem disappeared and I'm now able to login to dovecot using gssapi in mutt client. I use also thunderbird (on windows with sspi) and it works ok with LOGIN_MAX_INBUF_SIZE = 1024. Does...
2010 Sep 17
3
ZFS Dataset lost structure
...20000 L0 1:205c471600:20000 20000L/20000P F=1 B=91830/91830 40000 L0 0:3c418ac600:20000 20000L/20000P F=1 B=91830/91830 60000 L0 0:3c418cc600:20000 20000L/20000P F=1 B=91830/91830 80000 L0 0:3c418ec600:20000 20000L/20000P F=1 B=91830/91830 a0000 L0 0:3c4190c600:20000 20000L/20000P F=1 B=91830/91830 c0000 L0 0:3c4192c600:20000 20000L/20000P F=1 B=91830/91830 e0000 L0 0:3c4194c600:20000 20000L/20000P F=1 B=91830/91830 100000 L0 0:3c4198c600:20000 20000L/20000P F=1 B=91830/91830 120000...
2008 Nov 23
6
v1.1.7 released
http://dovecot.org/releases/1.1/dovecot-1.1.7.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.7.tar.gz.sig I should have released this earlier since v1.1.6 had that annoying startup problem, but surprisingly few people complained about it so I kind of forgot about it then. BTW. v1.2 progresses nicely. Now that shared mailboxes are finally fully supported, there aren't any widely used IMAP
2008 Nov 23
6
v1.1.7 released
http://dovecot.org/releases/1.1/dovecot-1.1.7.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.7.tar.gz.sig I should have released this earlier since v1.1.6 had that annoying startup problem, but surprisingly few people complained about it so I kind of forgot about it then. BTW. v1.2 progresses nicely. Now that shared mailboxes are finally fully supported, there aren't any widely used IMAP
2003 Sep 04
1
still getting weird .{inbox} folder creations with latest -test7
...y nested maildir folders? C. -- charlie at rubberduck.com - http://rubberduck.com/~yeled/ -------------- next part -------------- * OK dovecot ready. * CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE CHILDREN LISTEXT LIST-SUBSCRIBED NAMESPACE STARTTLS AUTH=PLAIN a0000 OK Capability completed. a0001 OK Logged in. * LIST (\Noselect) "." "" a0002 OK List completed. * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted. * 0 EXISTS * 0 RECENT * OK [UIDVALIDITY 1062657...
2017 Aug 02
0
Re: Understanding the contents of virsh dump --memory-only
...I need. Below shows >the details of the loadable segments in a much better format :- > >Loading ELF header #1. offset: 1320 filesize: 655360 memsize: 655360 vaddr: >0 paddr: 0 align: 0 flags: 0 >Loading ELF header #2. offset: 656680 filesize: 65536 memsize: 65536 vaddr: >0 paddr: a0000 align: 0 flags: 0 >Loading ELF header #3. offset: 722216 filesize: 1072955392 memsize: >1072955392 vaddr: 0 paddr: c0000 align: 0 flags: 0 >Loading ELF header #4. offset: 1073677608 filesize: 67108864 memsize: >67108864 vaddr: 0 paddr: f4000000 align: 0 flags: 0 >Loading ELF header #...
2009 Jul 01
2
Multi-tenant parking broken in 1.6.1.1?
...t If I understand this correctly, the parkinglog_a100 would be the channel variable and a100parking the context into which parking extensions are placed. We set the channel parameter in sip.conf: [a100](!,common) context=a100 vmext=999 parkinglot=parkinglot_a100 subscribecontext=a100 accountcode=a0000-0100 fromdomain=ssiservices.biz [userx](a100) mailbox=yyy at a100,xxx at a100 secret=something callerid=John A. Sullivan III <xxx> fromuser=userid and we included the context in extensions.conf: [a100] ; SSI exten => 911,1,Macro(emergency-US,xxxxxxxxxx) exten => 9911,1,Macro(emergenc...
2007 Sep 23
9
Confused about start of day setup
...-22 pinning failed: addr = 9b000 [1cb58000], op = 0, mfn = 1cb58 ERROR: -22 pinning failed: addr = 9c000 [707b000], op = 0, mfn = 707b ERROR: -22 pinning failed: addr = 9d000 [0], op = 0, mfn = 0 ERROR: -22 pinning failed: addr = 9e000 [7753000], op = 0, mfn = 7753 ERROR: -22 pinning failed: addr = a0000 [0], op = 0, mfn = 0 ERROR: -22 pinning failed: addr = a1000 [1cf10000], op = 0, mfn = 1cf10 ERROR: -22 pinning failed: addr = a2000 [1000], op = 0, mfn = 1 ERROR: -22 pinning failed: addr = a3000 [0], op = 0, mfn = 0 ERROR: -22 pinning failed: addr = a4000 [ffffffff000], op = 0, mfn = ffffffff ERR...
2007 Aug 23
0
Bug#439156: checked memory hole remapping, providing memory map
...version 2.6.18-5-amd64 (Debian 2.6.18.dfsg.1-13) (dannf at debian.org) (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #1 SMP Thu May 31 23:51:05 UTC 2007 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009c800 (usable) BIOS-e820: 000000000009c800 - 00000000000a0000 (reserved) BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 00000000bfff0000 (usable) BIOS-e820: 00000000bfff0000 - 00000000bfffe000 (ACPI data) BIOS-e820: 00000000bfffe000 - 00000000c0000000 (ACPI NVS) BIOS-e820: 00000000e0000000 - 00000000f0000000 (rese...
2013 Jun 19
0
Re: FreeBSD PVHVM call for testing
...0 xen_et0: <Xen PV Clock> on motherboard Event timer "XENTIMER" frequency 1000000000 Hz quality 950 Timecounter "XENTIMER" frequency 1000000000 Hz quality 950 acpi0: <Xen> on motherboard acpi0: Power Button (fixed) acpi0: Sleep Button (fixed) acpi0: reservation of 0, a0000 (3) failed cpu0: <ACPI CPU> on acpi0 cpu1: <ACPI CPU> on acpi0 attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: <AT realtime clock> port 0x70...
2013 Sep 17
10
RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
...Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Interrupt: pin A routed to IRQ 32 Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M] Region 2: Memory at f99c0000 (64-bit, non-prefetchable) [disabled] [size=128K] Region 4: I/O ports at a000 [disabled] [size=256] Expansion ROM at f99a0000 [disabled] [size=128K] from qemu-dm-log: vgabios-cirrus.bin: ROM id 10...
2012 Jan 15
0
[CENTOS6] mtrr_cleanup: can not find optimal value - during server startup
After fresh installation of CentOS 6.2 on my server, I get following errors in my dmesg output: ------- MTRR default type: uncachable MTRR fixed ranges enabled: 00000-9FFFF write-back A0000-BFFFF uncachable C0000-D7FFF write-protect D8000-E7FFF uncachable E8000-FFFFF write-protect MTRR variable ranges enabled: 0 base 000000000 mask C00000000 write-back 1 base 400000000 mask FC0000000 write-back 2 base 0CB800000 mask FFF800000 uncachable 3 base 0CC000000 mask FFC000000 un...
2011 Apr 28
2
Server offline :-( please help to repair software RAID
...3.2 (Debian 4.3.2-1.1) ) #20 SMP Mon Jul 19 18:35:15 CEST 2010 Command line: ramdisk_size=81920 initrd=rescue-image-2.6-64 root=/dev/ram BOOT_IMAGE=rescue-kernel-2.6-64 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009f000 (usable) BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved) BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 00000000ddfb0000 (usable) BIOS-e820: 00000000ddfb0000 - 00000000ddfbe000 (ACPI data) BIOS-e820: 00000000ddfbe000 - 00000000ddfe0000 (ACPI NVS) BIOS-e820: 00000000ddfe0000 - 00000000ddfee000 (rese...
2011 Jan 19
1
[BUG] Problem Booting Xen 4.0.1 on 2.6.32.26/27
...er time: 0 seconds (XEN) EDID info not retrieved because no DDC retrieval method detected (XEN) Disc information: (XEN) Found 1 MBR signatures (XEN) Found 1 EDD information structures (XEN) Xen-e820 RAM map: (XEN) 0000000000000000 - 000000000009a400 (usable) (XEN) 000000000009a400 - 00000000000a0000 (reserved) (XEN) 00000000000e6000 - 0000000000100000 (reserved) (XEN) 0000000000100000 - 00000000d7e80000 (usable) (XEN) 00000000d7e8e000 - 00000000d7e90000 type 9 (XEN) 00000000d7e90000 - 00000000d7eb4000 (ACPI data) (XEN) 00000000d7eb4000 - 00000000d7ee0000 (ACPI NVS) (XEN) 00000000d7ee0000...
2011 Oct 31
12
Phoronix Xen vs KVM vs Virtualbox benchmark with Ubuntu 11.10
Hello, http://www.phoronix.com/scan.php?page=article&item=ubuntu_1110_xenkvm&num=1 Ubuntu 11.10 with Xen 4.1.1 and Linux 3.0. Xen seems to be doing very poorly on that benchmark. If someone has time to repeat that benchmark it would be good.. Comparing the results to those from Stefano from XenSummit 2011 NA there has be something wrong.. the results at XenSummit were pretty much the
2008 May 07
0
Kernel panic - em0 culprit?
...(1023 MB) avail memory = 1041485824 (993 MB) ACPI APIC Table: <GBT AWRDACPI> ioapic0 <Version 0.3> irqs 0-23 on motherboard wlan: mac acl policy registered kbd1 at kbdmux0 acpi0: <GBT AWRDACPI> on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, 3fef0000 (3) failed Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 cpu0: <ACPI CPU> on acpi0 acpi_button0: <Power Button> on acpi0 pcib0: <ACPI H...