Feel free to start discussion about linux-insides, Linux kernel and low-level stuff in general
0xAX on master
Fixing grammatical error Fixed… Merge pull request #803 from di… (compare)
0xAX on master
fix CONFIG_X86_MPPAARSE to CONF… Fix typos. Signed-off-by: Jing… Merge pull request #805 from le… (compare)
maxxam@osmc:~$ cp -R ../osmc/.kodi/ kodi-backup
maxxam@osmc:~$ cd kodi-backup/
maxxam@osmc:~/kodi-backup$ ls
ls: cannot open directory '.': Permission denied
maxxam@osmc:~/kodi-backup$ sudo ls -la
total 28
d-wxr-x--x 7 maxxam maxxam 4096 Jul 15 19:54 .
...
can someone explain me this?
sudo dmesg
? Or at sudo journalctl
? Is your laptop (if it is a laptop) hot at the point of the freeze? When did the freezing start, think about any specific actions, that happend before. If these started very recently you can observe your actions with the history
command (which can show the date of the action after appending HISTTIMEFORMAT="%d/%m/%y %T " to your ~/.bashrc file and executing source ~/.bashrc
afterwards.
request.c
, only two parameters are passed to the function part_round_stats
, but this function is declared that three parameters are necessary.