summaryrefslogtreecommitdiffstats
path: root/vespabase
Commit message (Collapse)AuthorAgeFilesLines
...
* Apparently [ a -a b] does not short-cicuit, whereas [[ a && b ]] doesHarald Musum2017-02-071-1/+1
|
* Merge pull request #1673 from yahoo/aressem/fix-make-install-on-centosHenning Baldersheim2017-02-031-1/+1
|\ | | | | Fix make install from out of source build.
| * Fix make install from out of source build.Arnstein Ressem2017-02-021-1/+1
| |
* | Handle max processes not being a number ("unlimited")Harald Musum2017-02-031-1/+2
|/
* always optimizeArne H Juul2017-01-102-7/+2
| | | | * don't behave differently when running via yinst versus not.
* Remove vespsafeeder-oldJon Marius Venstad2016-11-151-1/+0
|
* Only set ulimit if neededHarald Musum2016-10-181-2/+10
|
* export STD_THREAD_PREVENT_TRY_CATCH=trueHenning Baldersheim2016-09-301-0/+2
|
* ignore SIGTERM during valgrind startupArne H Juul2016-09-121-0/+2
| | | | | | | | * we've seen some false valgrind positives when the application didn't finish loading shared libraries, etc before shutdown (TERM signal) happened. We may need to reset SIGTERM handling to default in some more places, but most of our programs already catch and handle it with controlled shutdown.
* Also verify the most dirty one.Henning Baldersheim2016-09-061-5/+0
|
* Clean up some old junkHenning Baldersheim2016-09-061-12/+0
|
* Merge pull request #327 from yahoo/arnej/enable-yjava-daemon-again-2Jon Bratseth2016-07-071-3/+11
|\ | | | | Arnej/enable yjava daemon again 2
| * bring back jsvc modeArne H Juul2016-07-071-3/+11
| | | | | | | | | | * bring back JSVC mode (aka yjava_daemon mode) as a possibility * create and use a common log_message function
* | remove hard-coded overridesArne H Juul2016-07-071-2/+1
| | | | | | | | | | * will now use setting from environment, with fallback from the Defaults class.
* | use new code to find configserversArne H Juul2016-07-071-1/+1
|/ | | | | | | * use binary from vespa_defaults instead of old perl code. This is mainly to allow VESPA_CONFIGSERVERS environment configuration to work. * Also, remove duplicate sourcing of common-env.sh
* Remove kernel.core_pattern modificationVegard Sjonfjell2016-06-221-4/+0
|
* Remove /etc/profile editingVegard Sjonfjell2016-06-221-7/+0
|
* Remove vespa-core-dumper from yahoo/vespaVegard Sjonfjell2016-06-222-29/+0
|
* Aressem/add systemd scripts to rpm spec (#140)Arnstein Ressem2016-06-211-1/+2
| | | | | | * Add generated service files for systemd integration. * vespa core dumper in wrong location.
* ignore files generated by cmake (#141)havardpe2016-06-211-0/+2
|
* First draft of systemd service unit configuration files (#133)Vegard Sjonfjell2016-06-213-0/+25
| | | systemd service unit configuration files for vespa (services) and vespa-configserver
* Add vespa-core-dumper and set the kernel.core_pattern to something usable ↵Arnstein Ressem2016-06-212-1/+2
| | | | for CentOS 7
* Allow using the 64-bit OpenJDK vm as well.Arnstein Ressem2016-06-171-2/+2
|
* use VESPA_USERArne Juul2016-06-171-24/+28
| | | | * also, add a couple more fixdir commands
* set VESPA_USER if unsetArne Juul2016-06-171-1/+6
|
* Use github name in @author and OWNERS filesHarald Musum2016-06-171-1/+1
|
* Install Defaults.pmEirik Nygaard2016-06-161-0/+2
|
* PublishJon Bratseth2016-06-1524-0/+1395