Postfix SMTP server: errors from localhost[::1]
by Mail Delivery System
Transcript of session follows.
Out: 220 lists.ovirt.org ESMTP Postfix
In: ehlo linode01.ovirt.org
Out: 250-lists.ovirt.org
Out: 250-PIPELINING
Out: 250-SIZE 10240000
Out: 250-VRFY
Out: 250-ETRN
Out: 250-ENHANCEDSTATUSCODES
Out: 250-8BITMIME
Out: 250 DSN
In: mail FROM:<infra-bounces(a)ovirt.org> size=1437
Out: 452 4.3.1 Insufficient system storage
In: rset
Out: 250 2.0.0 Ok
In: quit
Out: 221 2.0.0 Bye
For other details, see the local mail logfile
11 years, 4 months
Postfix SMTP server: errors from localhost[::1]
by Mail Delivery System
Transcript of session follows.
Out: 220 lists.ovirt.org ESMTP Postfix
In: ehlo linode01.ovirt.org
Out: 250-lists.ovirt.org
Out: 250-PIPELINING
Out: 250-SIZE 10240000
Out: 250-VRFY
Out: 250-ETRN
Out: 250-ENHANCEDSTATUSCODES
Out: 250-8BITMIME
Out: 250 DSN
In: mail FROM:<infra-bounces(a)ovirt.org> size=1437
Out: 452 4.3.1 Insufficient system storage
In: rset
Out: 250 2.0.0 Ok
In: quit
Out: 221 2.0.0 Bye
For other details, see the local mail logfile
11 years, 4 months
Postfix SMTP server: errors from localhost[::1]
by Mail Delivery System
Transcript of session follows.
Out: 220 lists.ovirt.org ESMTP Postfix
In: ehlo linode01.ovirt.org
Out: 250-lists.ovirt.org
Out: 250-PIPELINING
Out: 250-SIZE 10240000
Out: 250-VRFY
Out: 250-ETRN
Out: 250-ENHANCEDSTATUSCODES
Out: 250-8BITMIME
Out: 250 DSN
In: mail FROM:<infra-bounces(a)ovirt.org> size=1437
Out: 452 4.3.1 Insufficient system storage
In: rset
Out: 250 2.0.0 Ok
In: quit
Out: 221 2.0.0 Bye
For other details, see the local mail logfile
11 years, 4 months
Postfix SMTP server: errors from localhost[::1]
by Mail Delivery System
Transcript of session follows.
Out: 220 lists.ovirt.org ESMTP Postfix
In: ehlo linode01.ovirt.org
Out: 250-lists.ovirt.org
Out: 250-PIPELINING
Out: 250-SIZE 10240000
Out: 250-VRFY
Out: 250-ETRN
Out: 250-ENHANCEDSTATUSCODES
Out: 250-8BITMIME
Out: 250 DSN
In: mail FROM:<infra-bounces(a)ovirt.org> size=1752
Out: 452 4.3.1 Insufficient system storage
In: rset
Out: 250 2.0.0 Ok
In: quit
Out: 221 2.0.0 Bye
For other details, see the local mail logfile
11 years, 4 months
Postfix SMTP server: errors from localhost[::1]
by Mail Delivery System
Transcript of session follows.
Out: 220 lists.ovirt.org ESMTP Postfix
In: ehlo linode01.ovirt.org
Out: 250-lists.ovirt.org
Out: 250-PIPELINING
Out: 250-SIZE 10240000
Out: 250-VRFY
Out: 250-ETRN
Out: 250-ENHANCEDSTATUSCODES
Out: 250-8BITMIME
Out: 250 DSN
In: mail FROM:<infra-bounces(a)ovirt.org> size=1752
Out: 452 4.3.1 Insufficient system storage
In: rset
Out: 250 2.0.0 Ok
In: quit
Out: 221 2.0.0 Bye
For other details, see the local mail logfile
11 years, 4 months
Postfix SMTP server: errors from localhost[::1]
by Mail Delivery System
Transcript of session follows.
Out: 220 lists.ovirt.org ESMTP Postfix
In: ehlo linode01.ovirt.org
Out: 250-lists.ovirt.org
Out: 250-PIPELINING
Out: 250-SIZE 10240000
Out: 250-VRFY
Out: 250-ETRN
Out: 250-ENHANCEDSTATUSCODES
Out: 250-8BITMIME
Out: 250 DSN
In: mail FROM:<infra-bounces(a)ovirt.org> size=1731
Out: 452 4.3.1 Insufficient system storage
In: rset
Out: 250 2.0.0 Ok
In: quit
Out: 221 2.0.0 Bye
For other details, see the local mail logfile
11 years, 4 months
sudo permissions for jenkins
by Mike Burns
I have a task that is currently not allowed due to the current sudo
rules. I need to be able to run the edit-node tool to generate
ovirt-node isos containing vdsm. This tool requires root or sudo access.
The problem is that I'm extracting the tool from it's rpm since it's
generated in a different jenkins job. The execution is done with a
command like this:
sudo ${WORKSPACE}/edit-node <options>
AFAIK, this can't be handled in the sudoers file in any easy way.
Any suggestions? Or maybe simply enable universal passwordless sudo?
Thanks
Mike
11 years, 4 months