summaryrefslogtreecommitdiffstats
path: root/core/modules/debug-report-bwlp
Commit message (Collapse)AuthorAgeFilesLines
* [debug-report-bwlp] Simplify scriptSimon Rettberg2024-03-111-4/+2Star
|
* [slx-brightness] Add new module to control backlit displaysSimon Rettberg2024-03-111-0/+1
| | | | | | | | | We do this raw by reading /dev/input/eventX to make sure no running program (e.g. VMware Player) can grab the keyboard and prevent any other running daemon (e.g. xfce-power-manager) from seeing the keystrokes. Another advantage is that this will work everywhere (tty, lightdm, VM, desktop session) since the daemon starts on system bootup.
* [debug-report-bwlp] Include special bwlp log directorySteffen Ritter2024-01-221-0/+1
| | | | | | | | | | Sometimes we need more debug output, so we extend our scripts with additional logging information. But where to store such logs without always overwriting 'debug_report' binary or hacking log file names to somethin we already include? So we include a special '/tmp/bwlp_debug_logs' directory where we could store and report e.g. 'set -x' output from our scripts.
* [debug-report-bwlp] Include tigervnc logSimon Rettberg2024-01-081-1/+1
|
* [debug-report-bwlp] Check for --kill-after, fix indentationSimon Rettberg2023-08-021-4/+4
|
* [debug-report-bwlp] Gracefully handle hung XorgSimon Rettberg2023-08-021-1/+8
| | | | ... instead of hanging too
* [debug-report-bwlp] Add lsiommuSimon Rettberg2023-06-272-0/+27
|
* [debug-report-bwlp] Add --message option for non-interactive useSimon Rettberg2023-03-151-12/+43
|
* [debug-report-bwlp] Include root's xsession-errorsSimon Rettberg2023-03-071-1/+1
|
* [debug-report-bwlp] Add useful params to some toolsSimon Rettberg2023-02-151-6/+7
| | | | Also add a fallback for determining XAUTHORITY
* [debug-report-bwlp] Fix missing '\'Steffen Ritter2022-11-221-1/+1
|
* [debug-report-bwlp] Include resolv.conf, censor passwords from configSimon Rettberg2022-05-231-1/+3
|
* [debug-report-bwlp] Include dhcpd config for VMsSimon Rettberg2022-05-201-0/+1
|
* [debug-report-bwlp] Add brctl showSimon Rettberg2022-02-211-0/+2
|
* [debug-report-bwlp] Copy .mltk metadataSimon Rettberg2021-07-091-0/+1
|
* [debug-report-bwlp] add blkid outputJonathan Bauer2021-06-171-0/+3
|
* [debug-report] New argument "--local"Steffen Ritter2021-06-161-7/+19
| | | | | | Instead of sending a report it can sometimes also help to gather relevant logs and just save them e.g. when sending is not possible (no internet, ...)
* [debug-report-bwlp] Seems I accidentally a line on commitSimon Rettberg2021-03-031-0/+1
|
* [debug-report-bwlp] Add X errors and remote-log to debug reportSimon Rettberg2021-03-021-1/+10
|
* [debug-report-bwlp] Switch to master server for error reportsSimon Rettberg2021-03-021-9/+19
| | | | .... with fallback to old URL in case https doesn't work
* [debug-report-bwlp] Add x11vnc logSimon Rettberg2021-01-151-1/+4
| | | | Closes #3816
* [debug-report-bwlp] include stage4 setup logsJonathan Bauer2020-01-141-0/+1
|
* [debug-report-bwlp] Include openslx & lightdm dirs from /var/logSimon Rettberg2019-09-031-2/+1Star
|
* [debug-report-bwlp] Include downloaded virtualizer confSimon Rettberg2019-06-141-1/+1
|
* [debug-report-bwlp] Include list of config.tgz filesSimon Rettberg2018-07-121-1/+1
|
* [debug-report-bwlp] fdisk output in sectorsSimon Rettberg2018-04-131-1/+1
|
* [debug-report-bwlp] Include iptables rules, fdisk output, /dev listingSimon Rettberg2018-03-161-0/+11
|
* [debug-report-bwlp] How about including cups log...Simon Rettberg2018-03-161-1/+1
|
* [debug-report-bwlp] Try to figure out display if not running under XSimon Rettberg2017-12-141-1/+7
|
* [debug-report-bwlp] Extend: systemd-analyze and xrandrSimon Rettberg2017-12-141-0/+8
|
* [debug-report-bwlp] Include mtrr, interrups, nvidia stuff from /procSimon Rettberg2017-04-101-2/+2
|
* Add bash shebangs to all our includes:Simon Rettberg2017-02-285-0/+5
| | | | | | | github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either.
* merge with latest dev version (tm-scripts commit ↵Jonathan Bauer2016-12-236-0/+154
f5a59daf8d70a9027118292cd40b18c221897408)