Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script tidak jalan secara otomatis setelah router mati/reboot #4

Closed
kopijahe opened this issue Oct 24, 2020 · 0 comments
Closed

Script tidak jalan secara otomatis setelah router mati/reboot #4

kopijahe opened this issue Oct 24, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@kopijahe
Copy link
Owner

Permasalahan

Ketika awal menggunakan script untuk autologin, script bisa berjalan secara normal, akan tetapi begitu router sempat mati (misal karena reboot atau listrik padam), script tidak lagi berjalan sebagaimana mestinya.

Hal ini kemungkinan disebabkan karena sistem dan koneksi belum sepenuhnya kembali normal, sehingga menyebabkan gagalnya script.

Solusi

Tambahkan sleep 10 && sebelum baris /bin/sh /etc/autologin.sh & di berkas /etc/rc.local seperti gambar berikut:

sleep-10

Hal ini untuk memberikan waktu tambahan bagi sistem sebelum menjalankan script autologin.

Langkah-langkah detilnya bisa disimak di bawah:

  1. Buka PuTTY, mulai koneksi SSH ke router (biasanya 192.168.1.1)

  2. Ketikkan: vi /etc/rc.local

vi-etc-rc-local

  1. Tekan tombol i untuk memulai edit berkas, perhatikan status di bagian pojok bawah:

vi-etc-rc-local-2

vi-etc-rc-local-3

  1. Tambahkan sleep 10 && sehingga baris /bin/sh /etc/autologin.sh & berganti menjadi sleep 10 && /bin/sh /etc/autologin.sh &

vi-etc-rc-local-4

  1. Tekan tombol ESC lalu ketikkan :wq untuk menyimpan berkas

vi-etc-rc-local-5

  1. Silahkan lakukan reboot router dengan mengetik perintah: reboot atau dengan cabut-pasang kabel power pada router
@kopijahe kopijahe added the bug Something isn't working label Oct 24, 2020
@kopijahe kopijahe pinned this issue Oct 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant