Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37892144
en ru br
ALT Linux repositórios
S:0.1-alt1

Group :: Sistema/Base
RPM: ltsp-sysreport

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

#!/bin/sh
# gather some hardware/system data for troubleshooting
#
# NB: don't forget to take them off the thin client,
# e.g. scp -pr /tmp/ltsp* USER@server:

DIR="/tmp/ltsp-${1:-$RANDOM}"
XLOG=/var/log/Xorg.7.log

mkdir -p $DIR
cd $DIR
free -m > free-m
pstree > pstree
dmesg > dmesg
lspci > lspci
lspci -k > lspci-k
ethtool eth0 > ethtool-eth0
[ ! -f "$XLOG" ] || cp -a "$XLOG" .
cat /proc/cpuinfo > cpuinfo
cd ..
ls -d "$DIR"
ls -l "$DIR"
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009