Feel free to start discussion about linux-insides, Linux kernel and low-level stuff in general
initBasti on master
Update linux-interrupts-1.md F… Merge pull request #768 from ks… (compare)
initBasti on master
Fix minor typo at linux-bootstr… Merge pull request #766 from th… (compare)
initBasti on master
Update linux-timers-2.md Merge pull request #765 from Mu… (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.