# yum update kernelsomehow it fixed something. so i'll stop playing around with my box, for now. i can wait till there's a new kernel i can update to, in case i face another shutdown issue.
# yum update kernel
make: *** /lib/modules/3.9.5-301.fc19.i686/build: No such file or directory. Stop.
# ls /lib/modules/3.9.5-301.fc19.i686/build
lrwxrwxrwx. 1 root root 36 Jun 28 01:12 /lib/modules/3.9.5-301.fc19.i686/build -> /usr/src/kernels/3.9.5-301.fc19.i686
# ll /usr/src/kernels/3.9.5-301.fc19.i686
ls: cannot access /usr/src/kernels/3.9.5-301.fc19.i686: No such file or directory
# yum install kernel-headers-$(uname -r) kernel-devel-$(uname -r) dkm
Got this while connecting to my mikrotik router via ssh Unable to negotiate with <ip address> port <ssh port>: no matching hos...