[MPlayer-users] MPlayer 20020324 Skin default dir's changed?

Fredrik Kuivinen freku045 at student.liu.se
Mon Mar 25 11:28:01 CET 2002


On Mon, Mar 25, 2002 at 09:23:18AM -0500, Diego Zuccato wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> Attila Kinali wrote:
> > Attila "read bugreports.html" Kinali
> What about a "collect bugreport data" script ?
>

Try the attached script. You still have to read DOCS/bugreports.html though.
Only the simple things are collected with this script and only on Linux sustems.
(gdb backtraces and mplayer -v output are not handled for example.)

/ Fredrik

-------------- next part --------------
#!/bin/sh

echo "Kernel version:"
uname -a 2>&1
echo "Libc version:"
ls -l /lib/libc[.-]* 2>&1
echo "X version:"
X -version 2>&1
echo "gcc version:"
gcc -v 2>&1
echo "ld version:"
ld -v 2>&1
echo "as version:"
as --version 2>&1

echo "CPU information:"
cat /proc/cpuinfo 2>&1
echo "lspci output:"
lspci -vv 2>&1



More information about the MPlayer-users mailing list