There are more Mageia tools than those that can be started in the Mageia Control Center. Click on a link below to learn more, or continue reading the next pages.
“Mageia 버그 보고 도구”drakbug
“버그 신고를 위한 로그 및 시스템 정보 수집”drakbug_report
“Display Available NFS And SMB Shares”TO BE WRITTEN
그리고 더 많은 도구?

Usually, this tool[50] starts automatically when a Mageia tool crashes. However, it is also possible that, after filing a bug report, you are asked to start this tool to check some of the information it gives, and then provide that in that existing bug report.
If a new bug report needs to be filed and you are not used to doing that, then please read How to report a bug report properly before clicking on the "Report" button.
In case the bug has already been filed by someone else (the error message that drakbug gave will be the same, then), it is useful to add a comment to that existing report that you saw the bug, too.
이 도구[51]는 명령줄에서만 시작하고 사용할 수 있습니다.
It is advised to write the output of this command to a file, for instance by doing drakbug_report > drakbugreport.txt, but make sure you have enough disk space first: the file can easily be several GBs large.
참고
출력이 너무 커서 불필요한 부분을 먼저 제거하지 않고 버그 신고에 첨부할 수 없습니다.
이 명령은 시스템에서 다음 정보를 수집합니다:
lspci
pci_devices
dmidecode
fdisk
scsi
/sys/bus/scsi/devices
lsmod
cmdline
pcmcia: stab
usb
파티션
cpuinfo
syslog
Xorg.log
monitor_full_edid
stage1.log
ddebug.log
install.log
fstab
modprobe.conf
lilo.conf
grub: menu.lst
grub: install.sh
grub: device.map
xorg.conf
urpmi.cfg
modprobe.preload
sysconfig/i18n
/proc/iomem
/proc/ioport
mageia 버전
rpm -qa
df
참고
At the time this help page was written, the "syslog" part of this command's output was empty, because this tool had not yet been adjusted to our switch to systemd. If it is still empty, you can retrieve the "syslog" by doing (as root) journalctl -a > journalctl.txt. If you don't have a lot of diskspace, you can, for instance, take the last 5000 lines of the log instead with: journalctl -a | tail -n5000 > journalctl5000.txt.
This tool [52] can only be started and used on the command line.
This page hasn't been written yet for lack of resources. If you think you can write this help, please contact the Documentation team. Thanking you in advance.
This tool [53] can only be started and used on the command line. It will give some more information if used under root.
lspcidrake gives the list of all the connected devices to the computer (USB, PCI and PCMCIA) and the used drivers. It needs the ldetect and ldetect-lst packages to work.

With the -v option, lspcidrake adds the vendor and device identifications.
lspcidrake often generates very long lists, so, to find an information, it is often used in a pipeline with the grep command, like in these examples:
Information about the graphic card;
lspcidrake | grep VGA
Information about the network
lspcidrake | grep -i network
-i to ignore case distinctions.
In this screenshot below, you can see the action of the -v option for lspcidrake and the -i option for grep.

There is another tool that gives information about the hardware, it is called dmidecode (under root)







