-
Notifications
You must be signed in to change notification settings - Fork 101
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
Fails to run on OpenBSD 6.9 #231
Comments
Hello,
Sorry for the late reply.
Please use latest git master as *many* OS support changes have been merged since, and let me know if everything works for you.
Btw, you might want to add /dev to the list of exlcuded directories, since you probably don't want to sync files in there anyway.
Best regards
…-----Message initial-----
De: Ati ***@***.***>
Envoyé: jeudi 10 juin 2021 14:17
À: deajan/osync ***@***.***>
Cc: Subscribed ***@***.***>
Sujet: [deajan/osync] Fails to run on OpenBSD 6.9 (#231)
osync (stable or git HEAD) fails to sync due to not recognising the OS.
To reproduce
For example,
asharma:~$ bash /usr/local/bin/osync.sh /etc/osync/notes.conf
TIME: 1 - Running on >> GENERIC.MP#1 << not supported. Please report to the author.
and
but
asharma:~$ IGNORE_OS_TYPE=yes bash /usr/local/bin/osync.sh /etc/osync/notes.conf
TIME: 0 - Running on unknown local OS [GENERIC.MP#1].
TIME: 0 - -------------------------------------------------------------
TIME: 0 - Thu Jun 10 13:10:19 BST 2021 - osync 1.2 script begin.
TIME: 0 - -------------------------------------------------------------
TIME: 0 - Sync task [sync_notes] launched as asharma@XXXXX. (PID 75192)
TIME: 2 - Checking minimum disk space in local replica [/home/asharma/notes/].
ps: /dev/mem: Permission denied
ps: /dev/mem: Permission denied
ps: /dev/mem: Permission denied
[...]
works, even with the errors.
**Expected behavior**
I'd expect osync to recognise the OS and proceed.
** Deviated behavior**
It doesn't recognise the OS and bails out early.
**Logs**
**Environment:**
- Full osync version (including build) osync 1.2 2017032101 and 1.3.0-dev-rc2 2021022401
- OS: OpenBSD 6.9
- Bitness x64
- bash
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
[ { ***@***.***": "http://schema.org", ***@***.***": "EmailMessage", "potentialAction": { ***@***.***": "ViewAction", "target": "#231", "url": "#231", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { ***@***.***": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
|
It was with the latest git master. I no longer have openbsd, so unable to test (sorry). |
Okay, thanks for the quick answer anyway. Best regards. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
osync (stable or git HEAD) fails to sync due to not recognising the OS.
To reproduce
For example,
but
works, even with the errors.
Expected behavior
I'd expect osync to recognise the OS and proceed.
Deviated behavior
It doesn't recognise the OS and bails out early.
Environment:
The text was updated successfully, but these errors were encountered: