[GH-ISSUE #102] OSE_INSTALL_ADDRESS got blank #78

Closed
opened 2026-02-27 08:14:14 +03:00 by kerem · 3 comments
Owner

Originally created by @AndreFelipeMachado on GitHub (May 22, 2018).
Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/102

Originally assigned to: @lucascbeyeler on GitHub.

ISSUE TYPE
  • Bug Report
ENVIRONMENT VERSION
  • Zmbackup Version: 1.2.2
  • Zimbra Version: 8.8.8
  • Linux Distribution & Version: ubuntu 14.04 lts
SUMMARY

Guess that during installation the ip address got blank because of installScript/vars.sh hardcoded domain instead of using the variable OSE_INSTALL_DOMAIN

OSE_INSTALL_DOMAIN=`su -s /bin/bash -c "$OSE_INSTALL_DIR/bin/zmprov gad | head -1" $OSE_USER`                                                  # Zimbra's Domain
OSE_INSTALL_ADDRESS=`ping -c1 zimbra.example.com.br | head -1 | cut -d" " -f3`                                            # Zimbra's Server Address
STEPS TO REPRODUCE

Fresh install

ACTUAL RESULTS

OSE_INSTALL_ADDRESS got blank

Originally created by @AndreFelipeMachado on GitHub (May 22, 2018). Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/102 Originally assigned to: @lucascbeyeler on GitHub. ##### ISSUE TYPE - Bug Report ##### ENVIRONMENT VERSION - Zmbackup Version: 1.2.2 - Zimbra Version: 8.8.8 - Linux Distribution & Version: ubuntu 14.04 lts ##### SUMMARY Guess that during installation the ip address got blank because of installScript/vars.sh hardcoded domain instead of using the variable OSE_INSTALL_DOMAIN ``` OSE_INSTALL_DOMAIN=`su -s /bin/bash -c "$OSE_INSTALL_DIR/bin/zmprov gad | head -1" $OSE_USER` # Zimbra's Domain OSE_INSTALL_ADDRESS=`ping -c1 zimbra.example.com.br | head -1 | cut -d" " -f3` # Zimbra's Server Address ``` ##### STEPS TO REPRODUCE Fresh install ##### ACTUAL RESULTS OSE_INSTALL_ADDRESS got blank
kerem 2026-02-27 08:14:14 +03:00
Author
Owner

@ananiasfilho commented on GitHub (Jun 3, 2018):

Confirm! it occurred on CentOS 7 platfform. Need setup it manual.

<!-- gh-comment-id:394161221 --> @ananiasfilho commented on GitHub (Jun 3, 2018): Confirm! it occurred on CentOS 7 platfform. Need setup it manual.
Author
Owner

@lucascbeyeler commented on GitHub (Jun 3, 2018):

Hello @ananiasfilho and @AndreFelipeMachado,

Sorry for the delay, yes the bug was because I forgot to remove that zimbra.example.com.br. Sorry for that.

Could you guys validate if the bug persist?

Regards,
Lucas Costa Beyeler

<!-- gh-comment-id:394176019 --> @lucascbeyeler commented on GitHub (Jun 3, 2018): Hello @ananiasfilho and @AndreFelipeMachado, Sorry for the delay, yes the bug was because I forgot to remove that zimbra.example.com.br. Sorry for that. Could you guys validate if the bug persist? Regards, Lucas Costa Beyeler
Author
Owner

@lucascbeyeler commented on GitHub (Jun 24, 2018):

Closing the issue because this bug is already fixed in branch 1.2-version

<!-- gh-comment-id:399724374 --> @lucascbeyeler commented on GitHub (Jun 24, 2018): Closing the issue because this bug is already fixed in branch 1.2-version
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/zmbackup#78
No description provided.