Displaying 5 results from an estimated 5 matches for "450a".
Did you mean:
450
2020 May 26
2
doveadm: extra lines?
Hello,
I?m sending doveadm ?kick? commands to doveadm-server via the doveadm protocol. When ?kick? sends back a NOTFOUND error, though, it?s sending back additional output. strace shows:
write(3<UNIX:[3158354->3156665]>, "\t\tkick\tmyssltest\n", 17) = 17
...
read(3<UNIX:[3158354->3156665]>, "\n-NOTFOUND\n\n-\n", 8192) = 14
Going by the protocol
2020 May 27
0
doveadm: extra lines?
...appears to manifest only when doveadm sends back an error code.
Here is a ?user? and a ?kick?, both of which fail with error codes:
> echo -ne 'VERSION\tdoveadm-server\t1\t0\nD\tharry\tuser\nD\t\tkick\tharry\n' | nc -U /var/run/dovecot/doveadm-server | xxd
0000000: 2b0a 0a2d 5553 4147 450a 0a2d 0a0a 2d4e +..-USAGE..-..-N
0000010: 4f54 464f 554e 440a 0a2d 0a OTFOUND..-.
Here is an ?auth?/?lookup? and a ?kick?, both of which fail, but only the ?kick? gives back an error code:
> echo -ne 'VERSION\tdoveadm-server\t1\t0\nD\tharry\tauth\tlookup\nD\t\tkick\tharry\n...
2014 Feb 11
0
Re: Help? Running into problems with migrateToURI2() and virDomainDefCheckABIStability()
...evices/serial/source element in the XML it seems to make the
> serial console check work on the first migration, but upon doing subsequent
> migration it fails with a console count error:
>
> 2014-02-07 16:11:32.459 28759 ERROR nova.virt.libvirt.driver [-] [instance:
> 1d7c470d-4337-450a-8a40-d0fb375ca2c1] Live Migration failure: unsupported
> configuration: Target domain console count 0 does not match source 1
>
> Are we doing something wrong? Is there an issue with the console check code?
> Is there a better way to do what we're trying to do?
>
> Any hel...
2011 Dec 01
0
Apache conf.d file for omega?
...2011 16:29:26 +0100
> From: James Aylett <james-xapian at tartarus.org>
> Subject: Re: [Xapian-discuss] Apache conf.d file for omega?
> To: Charles <xapian at catcons.co.uk>
> Cc: Xapian Discussion <xapian-discuss at lists.xapian.org>
> Message-ID: <BAF0BF86-82BF-450A-AED6-6B678D689C37 at tartarus.org>
> Content-Type: text/plain; charset=iso-8859-1
>
> On 27 Oct 2011, at 15:56, Charles wrote:
>
>> > Sorry if this question is na?ve and confused; I'm new to Apache
>> > configuration.
> We're not apache experts by any m...
2014 Feb 10
2
Help? Running into problems with migrateToURI2() and virDomainDefCheckABIStability()
...e.
If we remove the devices/serial/source element in the XML it seems to
make the serial console check work on the first migration, but upon
doing subsequent migration it fails with a console count error:
2014-02-07 16:11:32.459 28759 ERROR nova.virt.libvirt.driver [-]
[instance: 1d7c470d-4337-450a-8a40-d0fb375ca2c1] Live Migration failure:
unsupported configuration: Target domain console count 0 does not match
source 1
Are we doing something wrong? Is there an issue with the console check
code? Is there a better way to do what we're trying to do?
Any help would be appreciated......