Issues
- Denial of service in threeALEC-292
- Cross-site Scripting in karmaALEC-291
- Open redirect in karmaALEC-290
- Cross site scripting in AngularALEC-289
- word-wrap vulnerable to Regular Expression Denial of ServiceALEC-288
- Can't enable situation feedbackALEC-293
- TemporaryFolder on unix-like systems does not limit access to created filesALEC-287
- Information Disclosure in GuavaALEC-286
- Information Disclosure in GuavaALEC-285
- Path Traversal and Improper Input Validation in Apache Commons IOALEC-284
- Path Traversal and Improper Input Validation in Apache Commons IOALEC-283
- Deserialization of Untrusted Data in GsonALEC-282
- Denial of Service in Google GuavaALEC-281
- Improper Input Validation and Injection in Apache Log4j2ALEC-280
- decode-uri-component vulnerable to Denial of Service (DoS)ALEC-279
- Prototype Pollution in JSON5 via Parse MethodALEC-278
- antfu/utils vulnerable to prototype pollutionALEC-277
- Vite Server Options (server.fs.deny) can be bypassed using double forward-slash (//)ALEC-276
- Guava vulnerable to insecure use of temporary directoryALEC-275
- Guava vulnerable to insecure use of temporary directoryALEC-274
- Guava vulnerable to insecure use of temporary directoryALEC-273
- semver vulnerable to Regular Expression Denial of ServiceALEC-272
- semver vulnerable to Regular Expression Denial of ServiceALEC-271
- Links in the UI are pointing to a page that doesn't exist on doc.opennms.comALEC-270
- handle new linkd protocol types in inventory correlationALEC-269
- DOC: remove reference to layout in docs index fileALEC-268Resolved issue: ALEC-268Bonnie Robinson
- Remove reference to apt-key in examplesALEC-267Resolved issue: ALEC-267Bonnie Robinson
- Release ALEC 3.0.0ALEC-266Resolved issue: ALEC-266Benjamin Janssens
- Description doesn't show when user creates a new situationALEC-265Resolved issue: ALEC-265Benjamin Janssens
- Situation ID not sent to datalake when user creates situationALEC-264Resolved issue: ALEC-264Benjamin Janssens
- ALEC docs: Update diagrams and provide editable filesALEC-263Emily Marsh
- UI text updates and feedbackALEC-262Anya Rybalova
- Move chapters into Reference sectionALEC-261Resolved issue: ALEC-261Emily Marsh
- Check if we can store situation can not be updatedALEC-260Resolved issue: ALEC-260Benjamin Janssens
- Make send situation to datalake asyncALEC-259Resolved issue: ALEC-259Benjamin Janssens
- DOC: Update model chapterALEC-258Resolved issue: ALEC-258Emily Marsh
- Feedback and ImprovmentsALEC-257Resolved issue: ALEC-257Anya Rybalova
- ALEC docs: Add tabs to installation sectionALEC-256
- Inconsistent terminology in the UIALEC-255Anya Rybalova
- Show configuration pageALEC-254Resolved issue: ALEC-254Anya Rybalova
- alarms with a 'bgp-peer' managed object type are not properly represented on the graphALEC-253Jesse White
- Fix getSituationStatusListALEC-252Resolved issue: ALEC-252Benjamin Janssens
- Add feedback and engine parameter to situationALEC-251Resolved issue: ALEC-251Benjamin Janssens
- Unit testsALEC-250Resolved issue: ALEC-250Anya Rybalova
- FIx import ref and watchALEC-249Resolved issue: ALEC-249Anya Rybalova
- Allow to remove and add multiple alarms in one callALEC-248Resolved issue: ALEC-248Benjamin Janssens
- SonarCloud - Automatic analysis that's enabled for Alec does not support scanning for security vulnerabilitiesALEC-247Benjamin Janssens
- Fix testsALEC-246Resolved issue: ALEC-246Anya Rybalova
- Add long id to alarm and situation alec apiALEC-245Resolved issue: ALEC-245Benjamin Janssens
- Rename Alec plugin because it creates conflicts with others pluginsALEC-244Resolved issue: ALEC-244Anya Rybalova
50 of 278
install_iplike.sh fails on Solaris
Fixed
Description
Environment
Operating System: All
Platform: All
Lucidchart Diagrams
Details
Assignee
OpenNMS Bug Mailing ListOpenNMS Bug Mailing ListReporter
Tarus BalogTarus BalogComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
OpenNMS Bug Mailing List
OpenNMS Bug Mailing ListReporter
Tarus Balog
Tarus BalogComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created July 8, 2007 at 10:58 AM
Updated November 18, 2010 at 1:12 PM
Resolved September 15, 2010 at 10:52 AM
Activity
Show:
DJ GregorJuly 8, 2007 at 3:50 PM
Fixed in revision 6704. Instead of using /bin/bash (which won't exist on older versions of Solaris), I changed "source" to ".".
It looks like the install_iplike.sh script uses /bin/sh which doesn't support "source" on Solaris. Changing it to /bin/bash causes it to complete just fine.
bash-3.00# /usr/local/sbin/install_iplike.sh -d opennms
/usr/local/sbin/install_iplike.sh: source: not found
Cannot install iplike: /usr/local/lib/ does not exist