SezerC wrote:I've succcessfully installed debian to my HMNDCE. Everythings fine. But i think there are something unstable; when i plug device into electricity, it doesnt boot debian. ı cannot connect device via ssh or even via webmin But press power button once to restart, it restarts and boot debian.
How can we fix this?
(excuse me for bad english)
Sezer.
edit: and also i tried to install open media vault manually onto debian, but it gave an error about Arm CPus. Any fix for that?
if you used this commond:In this Debian [or ArchLinuxARM] systen, HMNHDCE's powerbutton is redefined as:
Press once: After 8 seconds, system will restart network service;
Press twice (In 8 seconds, after first press): After 5 seconds, system will reboot;
Press triple (In 5 seconds, after second press): System will shut down immediately;
This redefined depend on package screen, it already include in this system;
Code: Select all
ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
your can bootup from usb storage, and:
mount inner hdd:
Code: Select all
mkdir -p /hdd
mount /dev/sda1 /hdd
chroot /hdd
passwd root
exit
My english is pool 2...