by steets » Wed Jul 18, 2012 6:37 am
$this->bbcode_second_pass_quote('WarheadsSE', 'T')his is a kmod change issue.
mv /lib/modules /usr/lib/modules
I am sorry to report that this didn't work for me: green/amber fast-blinking LED and not able to ssh after reboot.
Although it is a bit of
cross-posting, maybe the following helps.
I installed ArchLinuxARM-oxnas-latest.tar.gz on my PogoPlug Pro, which worked fine. But after "pacman -Syu" and reboot I would get a green/amber fast-blinking LED and not be able to ssh. After a long search, installing packages individually and rebooting after every single one, I figured out that the problem was in kmod, and "pacman -Syu --ignore kmod" allowed me to ssh after reboot.
Trying the fix in the above thread I found that "depmod -a" did not work for me:
$this->bbcode_second_pass_code('', '
ERROR: could not open directory /usr/lib/modules/2.6.31.6_SMP_820: No such file or directory
FATAL: could not search modules: No such file or directory
')
However "pacman -S linux" now worked fine, where before it would say (from pacman.log):
$this->bbcode_second_pass_code('', '
[2012-07-17 16:48] Running 'pacman -S linux'
[2012-07-17 16:48] >>> Updating module dependencies. Please wait ...
[2012-07-17 16:48] ERROR: could not open directory /lib/modules/3.1.10-12-ARCH: No such file or directory
[2012-07-17 16:48] FATAL: could not search modules: No such file or directory
[2012-07-17 16:48] upgraded linux (3.1.10-11 -> 3.1.10-12)
')
WarheadsSE replied in the above thread:
$this->bbcode_second_pass_quote('WarheadsSE', 'N')o, the oxnas DOES NOT RUN "linux" package @ 3.1.10-12
I am going to attempt to make a "clean" package for the oxnas.. it's not going to be fun.
If I can do anything to help fix this issue, please let me know.