upstreamdev(1)

NAME

upstream is a log file aggregator and report tool for *nix
systems.

SYNOPSIS

upstreamdev  yourname@yourdomain.org  Your support message
[options]

DESCRIPTION

upstream is a tool that allow users to send in system spe
cific log and troubleshooting data to support personnel.
It provides a end-user friendly interface that prompt for
type of problem and description and return a pastebin link con
taining all log and debugs data that could be useful.

OPTIONS

-h, --help
Show this help message and exit.
--pci Load all log modules in the pci category.
--video
Load all log modules in the video category.
--network
Load all log modules in the network category.
--apt Load all log modules in the apt category.
--pastebin=<submit-module>
Specify a pastebin module to use.
Available modules can be found by running:
for file in `find /usr/share/upstreamdev/submit
modules/ -name py`; do basename $file | grep -v "^__" | sed
"s/.py$//"; done
--log=<log-module>
Choose a specific a log module to use.
Available modules can be found by running:
for file in `find /usr/share/upstreamdev/log-mod
ules/ -name py`; do basename $file | grep -v "^__" | sed
"s/.py$//"; done

SEE ALSO

kayak(1)
canoe(1)
Homepage: http://www.upstreamdev.org

AUTHOR

This manual page was written by Adam Cecile <gandalf@le
vert.net> for the Debian system (but may be used by others).
Permission is granted to copy, distribute and/or modify
this document under the terms of the GNU General Public License,
Version 2 or any later version published by the Free Software
Foundation
On Debian systems, the complete text of the GNU General
Public License can be found in /usr/share/common-licenses/GPL.
0.1.0 November 2006
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout