summaryrefslogtreecommitdiffstats
path: root/initscript
Commit message (Collapse)AuthorAgeFilesLines
* Fix PR 11363 by using logrotate to ensure logfile doesn't grow too large.David Smith2010-03-091-0/+7
| | | | | | | | * initscript/logrotate.stap-server: Add logrotate config file to make sure stap-server logfile doesn't grow too large. * systemtap.spec: Install logrotate config file. Also follow <https://fedoraproject.org/wiki/PackagingDrafts/Logfiles> to correctly create the logfile.
* PRs 11205, 11309: Specfile problems for stap-server:Dave Brolley2010-03-082-4/+4
| | | | | | | | - Use assigned gid/uid of 155/155 for stap-server. - Create stap-server group in main systemtap rpm. - Make uprobes runtime directory read/write/search by members of stap-server group in main systemtap rpm. - Keep stap-server log in %{_localstatedir}/log/stap-server/log
* Fix typos in several text filesWenji Huang2010-01-222-8/+8
|
* Typo: @bindir -> @bindir@Dave Brolley2009-12-211-1/+1
|
* PR 10905: initscript improvements.Dave Brolley2009-12-211-877/+2
| | | | | | Make the stap-server initscript available as $bindir/stap-server Reimplement the stap-server initscript as a thin wrapper around $bindir/stap-server.
* Look for stap-start-server and stap-stop-server in libexec.Dave Brolley2009-12-211-2/+2
|
* Some tools (temporarily) still in $bindir.Dave Brolley2009-12-181-2/+2
|
* s/pkglibexecdir/libexecdir/systemtap/Dave Brolley2009-12-181-1/+1
|
* PR 10247 10276 10905: Infrastructure for moving underlying client/server ↵Dave Brolley2009-12-181-12/+9
| | | | tools to libexec.
* PR 10889: Reorganize client/server man pages. Document --unprivileged.Dave Brolley2009-12-172-2/+13
|
* PR 10905: stap-server initscript improvementsDave Brolley2009-12-142-114/+464
| | | | | | | o Handle, -B, -I, -R options o Allow specification of servers by pid o Allow specification of servers by nickname. o Advertise options used using avahi.
* PR 10905 Ground Work: Save server status as PID files with the server config ↵Dave Brolley2009-12-081-149/+210
| | | | as contents.
* Update NEWS and initscript/README.stap-server with details of changesDave Brolley2009-11-271-0/+93
| | | | due to recent commits.
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-231-0/+1
|\ | | | | | | | | | | Conflicts: configure
| * Updated.David Smith2009-11-231-0/+1
| |
* | Ensure that server status files are written by the initscript, not ↵Dave Brolley2009-11-201-1/+1
| | | | | | | | stap-start-server.
* | Report correct status when a server fails to start.Dave Brolley2009-11-201-3/+5
|/
* PR 9973: Sign uprobes.ko when it is created and load it using insert_module.Dave Brolley2009-11-051-3/+3
| | | | Create home directory manually for stap-server.
* Final cleanup of stap-server initscript and packaging.Dave Brolley2009-11-023-294/+221
|
* Rework for bugs found during testing.Dave Brolley2009-10-291-77/+154
|
* stap-server initscript cleanup and follow fedora initscript requirements.Dave Brolley2009-10-295-97/+476
|
* Specialized user to run stap-server and improved logging.Dave Brolley2009-10-271-3/+6
|
* Change temporary paths to their proper values.Dave Brolley2009-10-271-5/+4
|
* stap-server initscript fully functional.Dave Brolley2009-10-261-36/+253
|
* stap-server initscript is now part of the systemtap-server package.Dave Brolley2009-10-201-11/+15
|
* Infrastructure for new stap-server initscript.Dave Brolley2009-10-201-0/+230
|
* Spelling fixes in the init scriptJosh Stone2009-09-161-6/+6
|
* PR10552: Removed references to the merge ('-M') option.David Smith2009-09-012-2/+2
| | | | | | | | | | | * hash.cxx (find_script_hash): Removed unused merge option. * main.cxx (checkOptions): Removed merge option checks. (main): Removed merge option. * session.h: Ditto. * initscript/README.initscript: Removed reference to '-M' option. * initscript/systemtap.in (stap_getopt): Ditto. * testsuite/parseko/cmdline01.stp: Removed merge option test. * testsuite/parseko/cmdline05.stp: Ditto.
* Fix various issues in initscript (bz506956)Masami Hiramatsu2009-06-191-11/+23
| | | | | | | | * initscript/systemtap.in: Fix messages. (clog): Don't strip spaces out. (parse_args): Parse -y option. (status): Show message if no scripts are running. (restart): Don't try to stop scripts if no scripts are running.
* .gitignore: Add testsuite exe and so files and initscript systemtap.Mark Wielaard2009-03-271-0/+1
|
* PR6930: initscript: support on-file flight recorderMasami Hiramatsu2009-03-202-10/+14
| | | | | Modify systemtap initscript to support on-file flight recoder options.
* Kill all ChangeLogsJosh Stone2009-02-191-6/+0
| | | | | | Mark Wielaard, a dear friend of the departed, will be performing a song and dance at the funeral services to commemorate the joyous times that they had together.
* PR6936: Add systemtap initscript and systemtap-initscript subpackage.Masami Hiramatsu2009-01-304-0/+1045