-
Notifications
You must be signed in to change notification settings - Fork 15
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
Comments
Hello @francesco-maria, First of all thank you for reporting the issue. |
My go version is:
go1.22.2 linux/amd64
…_________________
*Francesco Maria CompagnucciFìdoka srl*
*Via val di Fiastra, 6g 62020 Ripe San Ginesio (MC)Tel. +39 0733 663676
Fax. +39 0733 664140www.fidoka.it <http://www.fidoka.it>*
P. IVA 01900720432
Capitale Sociale € 600.000 i.v.
*DISCLAIMER: *
*(I) Questo documento è formato esclusivamente per il destinatario. Tutte
le informazioni ivi contenute, compresi eventuali allegati, sono da
ritenere esclusivamente confidenziali e riservate secondo i termini del
vigente D.Lgs. 196/2003 in materia di privacy e del Regolamento europeo
679/2016 – GDPR- e quindi ne è proibita l’utilizzazione ulteriore non
autorizzata. Se avete ricevuto per errore questo messaggio, Vi preghiamo
cortesemente di contattare immediatamente il mittente e cancellare la
e-mail. Grazie.(E) This e-mail message including any attachments is for the
sole use of the intended recipient and may contain confidential and
privileged information pursuant to Legislative Decree 196/2003 and the
European General Data Protection Regulation 679/2016 – GDPR-. Any
unauthorized review, use, disclosure or distribution is prohibited. If you
are not the intended recipient, please contact the sender by reply e-mail
and destroy all copies of the original message. Thank You.*
Il giorno mar 17 dic 2024 alle ore 07:47 proura ***@***.***>
ha scritto:
Hello @francesco-maria <https://github.com/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)
—
Reply to this email directly, view it on GitHub
<#262 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ24CKGWVTFHUG2TQI3ROBT2F7CGJAVCNFSM6AAAAABTS3Z4K2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBXGYZTANRRGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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 |
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:
DRLM error reporting configuration output (if applicable):
Output of:
DRLM Client information:
The text was updated successfully, but these errors were encountered: