Forum

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /homepages/13/d467848118/htdocs/templates/cleanout/vertex/responsive/responsive_mobile_menu.php on line 158
Welcome, Guest
Username: Password: Remember me
This is the optional category header for the Suggestion Box.

TOPIC:

How to get mail work? 6 years 1 month ago #1936

  • Salvatore Costantino
  • Salvatore Costantino's Avatar
  • Offline
  • Posts: 728
Can you try this new release and report back on whether it resolved the issue with the bond failure on boot?

halizard.org/release/iscsi-ha/iscsi-ha-2.2.3-1.rpm

Please Log in or Create an account to join the conversation.

How to get mail work? 6 years 1 month ago #1937

  • fow0ryl
  • fow0ryl's Avatar Topic Author
  • Offline
  • Posts: 13
Hello,
I installed the new version. And after reboot the bond comes up.
Then tried again and again.
The bond did'nt come up any more :(

New logs here

File Attachment:

File Name: user.log_2...0-24.tgz
File Size:66 KB
Attachments:

Please Log in or Create an account to join the conversation.

How to get mail work? 6 years 1 month ago #1938

  • Salvatore Costantino
  • Salvatore Costantino's Avatar
  • Offline
  • Posts: 728
I have a new build for you to try.
halizard.org/release/iscsi-ha/iscsi-ha-2.2.3-2.rpm

The version number is the same, so you will need to use --force when installing
rpm -Uvh iscsi-ha-2.2.3-2.rpm --force

Another small change has been added having to do with bonds with more than 2 interfaces. Please report back results after you've had a chance to test.
thanks

Please Log in or Create an account to join the conversation.

How to get mail work? 6 years 1 month ago #1939

  • fow0ryl
  • fow0ryl's Avatar Topic Author
  • Offline
  • Posts: 13
Hello Salvatore,

gratulations. At first glance it looks better now.
During 3 tests the drbd connection was established within 6 to 15 minutes after power on.
Will do some more tests in the next day's...

Henning

Please Log in or Create an account to join the conversation.

How to get mail work? 6 years 1 month ago #1940

  • fow0ryl
  • fow0ryl's Avatar Topic Author
  • Offline
  • Posts: 13
Did some more tests.
There where no more problems starting bond interface.
As in previous tests the connection was established within 4 to 15 minutes after power on.

Henning
The following user(s) said Thank You: Salvatore Costantino

Please Log in or Create an account to join the conversation.

How to get mail work? 10 months 3 weeks ago #5287

How to specify TLS?

I'm trying to set this up and I'm getting

```python
Sending email from: This email address is being protected from spambots. You need JavaScript enabled to view it.
Sending email to: This email address is being protected from spambots. You need JavaScript enabled to view it.
Email Alert Subject: SYSTEM_ALERT-FROM_HOST:xen1
Email Alert Timestamp: Tue Jan 7 16:13:33 EST 2025
Email Alert Process: ha-lizard Version: 2.3.1
Email Alert Message Content: Test Message ID b91a51e3-dccb-4837-91fc-79df47a1294d
Email Alert Message Hostname: xen1
send: 'ehlo xen1\r\n'
reply: '250-smtp.gmail.com at your service, [50.73.66.1]\r\n'
reply: '250-SIZE 35882577\r\n'
reply: '250-8BITMIME\r\n'
reply: '250-STARTTLS\r\n'
reply: '250-ENHANCEDSTATUSCODES\r\n'
reply: '250-PIPELINING\r\n'
reply: '250-CHUNKING\r\n'
reply: '250 SMTPUTF8\r\n'
reply: retcode (250); Msg: smtp.gmail.com at your service, [50.73.66.1]
SIZE 35882577
8BITMIME
STARTTLS
ENHANCEDSTATUSCODES
PIPELINING
CHUNKING
SMTPUTF8
Traceback (most recent call last):
File "/etc/ha-lizard/scripts/email_alert.py", line 111, in <module>
message.login(smtp_user, smtp_pass)
File "/usr/lib64/python2.7/smtplib.py", line 584, in login
raise SMTPException("SMTP AUTH extension not supported by server.")

```

Please Log in or Create an account to join the conversation.