Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu 24 LTS and "make deb" bit working #262

Open
francesco-maria opened this issue Dec 13, 2024 · 4 comments
Open

ubuntu 24 LTS and "make deb" bit working #262

francesco-maria opened this issue Dec 13, 2024 · 4 comments
Assignees
Labels

Comments

@francesco-maria
Copy link

Disaster Recovery Linux Manager (DRLM) Issue Template

Quick response time is not guaranteed with free support, if you are using DRLM in a production environment and enterprise grade level support services are required, please see: http://www.brainupdaters.net/en/drlm-services.

Please fill in the following items before submitting a new issue:

Issue details:
  • Issue type (Bug):

  • Impact (Urgent):

  • How often it happens (Always):

  • Brief description of the issue:
    make deb not working with this msg:
    == Building DRLM API ==
    go get github.com/google/uuid
    go: go.mod file not found in current directory or any parent directory.
    'go get' is no longer supported outside a module.
    To build and install a command, use 'go install' with a version,
    like 'go install example.com/cmd@latest'
    For more information, see https://golang.org/doc/go-get-install-deprecation
    or run 'go help get' or 'go help install'.
    make: *** [Makefile:203: drlmapi] Error 1

  • Work-around, if any:

DRLM Server information:
  • DRLM version (/usr/sbin/drlm -V):

  • OS version (cat /etc/drlm/os.conf or lsb_release -a):

  • DRLM configuration files output:

    • cat /etc/drlm/local.conf
    • cat /etc/drlm/clients/client_name.cfg
  • DRLM error reporting configuration output (if applicable):

    • more /etc/drlm/alerts/*.cfg
  • Output of:

    • drlm listclient -c client_name
    • drlm listnetwork -A
DRLM Client information:
  • ReaR version (/usr/sbin/rear -V):
  • OS version (cat /etc/rear/os.conf or lsb_release -a):
  • ReaR configuration files (cat /etc/rear/site.conf or cat /etc/rear/local.conf):
  • Hardware platform (uname -i):
    • In case of i386/i686 or x86_64 platforms, BIOS or UEFI?
@proura proura self-assigned this Dec 17, 2024
@proura proura added the bug label Dec 17, 2024
@proura
Copy link
Member

proura commented Dec 17, 2024

Hello @francesco-maria,

First of all thank you for reporting the issue.
Could you tell me what version of go you have? (you can use the command go version)

@francesco-maria
Copy link
Author

francesco-maria commented Dec 27, 2024 via email

@proura
Copy link
Member

proura commented Jan 16, 2025

You probably did a 'make deb' and it gave you some error. You can try to install it as shown in the documentation (https://drlm-docs.readthedocs.io/en/latest/Install.html#drlm-installation)

If you want to check what this script does you can find it here: https://github.com/brainupdaters/drlm/blob/develop/utils/drlm-build-install.sh

@proura
Copy link
Member

proura commented Jan 23, 2025

I just did a test installation on a new ubuntu 24 machine and it worked correctly.

Image

Were you able to install it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants