Articles Comments

{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 8. Data Comm / Inet of Things (IoT) » Debian Resolvconf error

Debian Resolvconf error

Kalo nemu masalah invoke-rc.d error setelah install aplikasi resolvconf di debian linux…. cara-nya cukup mudah, tinggal menambahkan path pada script…

—-

root@IdeDemo:~# joe /etc/resolvconf/update-libc.d/squid
—-

#!/bin/sh
PATH=/usr/sbin:/sbin:/usr/bin:/bin
# Make squid aware of changes to resolv.conf
invoke-rc.d squid reload || true

Filed under: 8. Data Comm / Inet of Things (IoT)

Leave a Reply

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>