-
Name Previous Value Current Value Type
Support Request
Bug
Seen Builds
empty 880
-
It turns out that OpenBSD does not have bash installed by default. To work around the issue, please run below commands:
sudo dpkg install bash sudo ln -s /usr/local/bin/bash /bin/bash -
Sorry should be:
sudo pkg install bash sudo ln -s /usr/local/bin/bash /bin/bash -
Thank you, that worked ish; as it did do something this time. However whatever it does with curl kind of broke. Not out of memory.
Writing objects: 100% (164/164), 30.46 MiB | 7.77 MiB/s, done. Total 164 (delta 5), reused 0 (delta 0) remote: Resolving deltas: 100% (5/5), done. remote: curl: option --data-urlencode: out of memory remote: curl: try 'curl --help' for more information To projectUrl * [new branch] master -> master Branch 'master' set up to track remote branch 'master' from 'origin'. -
Not sure why this is happening. Works on Linux/Windows/Mac fine (Never tested on FreeBSD before)
-
Maybe relating to:
-
Well after testing, the repo updates, revisions appears to work without the curl part. So not sure what that's about however I've recompiled curl to the latest version cloned from github, but no show.
curl 7.72.0-DEV (amd64-unknown-freebsd11.2) libcurl/7.72.0-DEV OpenSSL/1.0.2o zlib/1.2.11 Release-Date: [unreleased] Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp Features: AsynchDNS HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL TLS-SRP UnixSocketsThis devbox is FreeBSD11.2 rather then 12.1, it could be that but not sure it is.
-
Will it still report "out of memory" if you push a new repository?
-
Aye it does.
remote: curl: option --data-urlencode: out of memory remote: curl: try 'curl --help' for more information To http://x.x.x.x:6610/TestRepo -
Please specify path to your compiled curl via "Administration / System Setting". I just tested with the compiled version and the out of memory issue is fixed.
-
Same error.
Maybe this is another strange 12.0 issue, I'll see if I can get my devbox upgraded.
-
Forget to mention: I am compiling curl from 7.71.1 tag instead of master.
-
No luck here,
curl 7.71.1-DEV (amd64-unknown-freebsd11.2) libcurl/7.71.1-DEV OpenSSL/1.0.2o zlib/1.2.11 Release-Date: [unreleased]I'll upgrade my release and see if that fixes it like the last. Very weird.
-
Upgraded to 12.1 -- No luck.
curl 7.71.1-DEV (amd64-unknown-freebsd12.1) libcurl/7.71.1-DEV OpenSSL/1.1.1d zlib/1.2.11Total 8 (delta 7), reused 0 (delta 0), pack-reused 0 remote: curl: option --data-urlencode: out of memory remote: curl: try 'curl --help' for more information To http://10.0.0.19:6610/NeonCrystal 0d00b4b..d197f87 alpha -> alphaIf it working for you and not myself, then I expect something is more broken with devbox. And I've had no other issues with that error appeariing either.
-
This error will cause OneDev unable to notify commit events, including indexing, closing issues based on commit messages, etc.
Versions of curl and its libs are the same as mine. Please double check if OneDev is actually using this curl by examining OneDev system setting.
-
My bad, I had updated Curl on my dev box which I commit from, not the curl on the box which OneDev runs on.
All working good now. No errors on commits.
FYI I had no issues with referring to issues in git commits, very cool. Thanks.
-
Previous Value Current Value Open
Closed
| Type |
Bug
|
| Priority |
Normal
|
| Assignee | |
| Affected Versions |
Not Found
|
Not trying to do anything fancy, no hooks defined Just want to git my code.
I created new project and did the following:
Is there anything I need to do once creating a new project within OneDev? I've not found anything in docemmtation about this error.