Opened 4 years ago
Closed 3 years ago
#2387 closed defect (fixed)
unset http_proxy in start_rasdaman.sh
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | bin | Version: | 9.8 |
Keywords: | Cc: | Vlad Merticariu | |
Complexity: | Medium |
Description
When this env variable is set on the system it usually messes up rasdaman start.
Likely the best way to fix it is unsetting it in start_rasdaman.sh
Change History (2)
comment:1 by , 3 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I fixed it, and log a message so it's not silent that we do this:
$ export http_proxy=testproxy $ start_rasdaman.sh start_rasdaman.sh: starting rasdaman v10.0.0-beta2 build gd33de398c... start_rasdaman.sh: Note: env variable http_proxy is set to "testproxy", and generally it breaks proper function of rasdaman; it will be unset before starting rasdaman processes.
Note:
See TracTickets
for help on using tickets.
that should be a low-hanging fruit…