summaryrefslogtreecommitdiffstats
path: root/vespabase/src
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+1
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-1/+0
|
* Fix directories.Arnstein Ressem2017-09-261-0/+1
|
* Remove yjava and yell directories.Arnstein Ressem2017-09-221-1/+0
|
* change wording after reviewArne Juul2017-09-212-2/+2
|
* ensure error messages are propagatedArne Juul2017-09-212-10/+4
| | | | | | * this should ensure that failures to start send any error messages back so they are available. Tested both in the docker and the systemd startup cases.
* Remove unused directory used only in previous versionsHarald Musum2017-09-181-2/+0
|
* Write to a directory only writable by vespa user.Henning Baldersheim2017-08-111-0/+1
|
* neutral default for VESPA_USERArne Juul2017-07-252-4/+6
|
* Revert "Remove fallback setting of VESPA_USER, it should already be set from"Geir Storli2017-07-071-1/+5
|
* Merge pull request #2930 from yahoo/toregge/move-chown-of-ylock-arenaGeir Storli2017-07-071-4/+0
|\ | | | | Remove chown, this is now handled elsewhere.
| * Remove chown, this is now handled elsewhere.Tor Egge2017-07-071-4/+0
| |
* | Remove fallback setting of VESPA_USER, it should already be set fromTor Egge2017-07-071-5/+1
|/ | | | config file (default-env.txt).
* use VESPA_HOMEArne H Juul2017-06-281-1/+2
| | | | * also, ensure logs/configserver exists
* use VESPA_HOMEArne H Juul2017-06-281-19/+19
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-1710-26/+8
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Update copyright headersJon Bratseth2017-06-1413-11/+13
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1413-13/+11
|
* Update copyright headersJon Bratseth2017-06-1413-11/+13
|
* Remove carriage returnJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-1313-15/+13
|
* Copyright headerJon Bratseth2017-06-1313-13/+15
|
* Rename configd programs to have vespa- prefix.Tor Egge2017-06-132-2/+2
| | | | Temporarily add symlinks from old name to new name.
* Rename config-proxy programs to have vespa- prefix.Tor Egge2017-06-122-2/+2
|
* refactorArne H Juul2017-06-081-137/+87
| | | | | * rewrite to make further changes easier * also: avoid /home/y references
* Stop supporting downgrade to vespa 5.Tor Egge2017-06-051-8/+0
|
* increase the open-files resource limitArne H Juul2017-04-281-2/+2
|
* Fix syntaxHarald Musum2017-02-071-1/+1
|
* Apparently [ a -a b] does not short-cicuit, whereas [[ a && b ]] doesHarald Musum2017-02-071-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.
* 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-221-28/+0
|
* ignore files generated by cmake (#141)havardpe2016-06-211-0/+2
|
* First draft of systemd service unit configuration files (#133)Vegard Sjonfjell2016-06-212-0/+22
| | | 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-211-1/+1
| | | | 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
|
* PublishJon Bratseth2016-06-1516-0/+1256