OpenWrt Forum Archive

Topic: Can anyone tell me how to install rpcd-mod-file

The content of this topic has been archived on 14 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I am looking to use Home Assistant (home-assistant.io) and I need to install
rpcd-mod-file

but I'm getting an error saying that the package isn't available

root@OpenWrt:~# opkg install rpcd-mod-file
Unknown package 'rpcd-mod-file'.
Collected errors:
* opkg_install_cmd: Cannot install package rpcd-mod-file.

Anyone know how to get round this?

Thanks

Try

opkg update
opkg install rpcd-mod-file

Sorry, thats what I had tried....here is the output

root@OpenWrt:/usr/share/rpcd/acl.d# opkg update
Downloading http://downloads.openwrt.org/chaos_calm … ckages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_base.
Downloading http://downloads.openwrt.org/chaos_calm … kages.sig.
Signature check failed.
Remove wrong Signature file.
Downloading http://downloads.openwrt.org/chaos_calm … ckages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_luci.
Downloading http://downloads.openwrt.org/chaos_calm … kages.sig.
Signature check passed.
Downloading http://downloads.openwrt.org/chaos_calm … ckages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_packages.
Downloading http://downloads.openwrt.org/chaos_calm … kages.sig.
Signature check failed.
Remove wrong Signature file.
Downloading http://downloads.openwrt.org/chaos_calm … ckages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_routing.
Downloading http://downloads.openwrt.org/chaos_calm … kages.sig.
Signature check passed.
Downloading http://downloads.openwrt.org/chaos_calm … ckages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_telephony.
Downloading http://downloads.openwrt.org/chaos_calm … kages.sig.
Signature check passed.
Downloading http://downloads.openwrt.org/chaos_calm … ckages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_management.
Downloading http://downloads.openwrt.org/chaos_calm … kages.sig.
Signature check passed.
root@OpenWrt:/usr/share/rpcd/acl.d# opkg install rpcd-mod-file
Unknown package 'rpcd-mod-file'.
Collected errors:
* opkg_install_cmd: Cannot install package rpcd-mod-file.

That worked - Thanks!

Here is the output...

root@OpenWrt:~# cat /etc/banner
  _______                     ________        __
|       |.-----.-----.-----.|  |  |  |.----.|  |_
|   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
|_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
-----------------------------------------------------
CHAOS CALMER (15.05, r46767)
-----------------------------------------------------
  * 1 1/2 oz Gin            Shake with a glassful
  * 1/4 oz Triple Sec       of broken ice and pour
  * 3/4 oz Lime Juice       unstrained into a goblet.
  * 1 1/2 oz Orange Juice
  * 1 tsp. Grenadine Syrup
-----------------------------------------------------
root@OpenWrt:~# opkg install rpcd-mod-file  --force-signature
Unknown package 'rpcd-mod-file'.
Collected errors:
* opkg_install_cmd: Cannot install package rpcd-mod-file.
root@OpenWrt:~# opkg update  --force-signature
Downloading http://downloads.openwrt.org/chaos_calm … ckages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_base.
Downloading http://downloads.openwrt.org/chaos_calm … kages.sig.
Signature check failed.
Downloading http://downloads.openwrt.org/chaos_calm … ckages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_luci.
Downloading http://downloads.openwrt.org/chaos_calm … kages.sig.
Signature check passed.
Downloading http://downloads.openwrt.org/chaos_calm … ckages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_packages.
Downloading http://downloads.openwrt.org/chaos_calm … kages.sig.
Signature check failed.
Downloading http://downloads.openwrt.org/chaos_calm … ckages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_routing.
Downloading http://downloads.openwrt.org/chaos_calm … kages.sig.
Signature check passed.
Downloading http://downloads.openwrt.org/chaos_calm … ckages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_telephony.Downloading http://downloads.openwrt.org/chaos_calm … kages.sig.
Signature check passed.
Downloading http://downloads.openwrt.org/chaos_calm … ckages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_management.
Downloading http://downloads.openwrt.org/chaos_calm … kages.sig.
Signature check passed.
root@OpenWrt:~# opkg install rpcd-mod-file  --force-signature
Installing rpcd-mod-file (2015-05-17-3d655417ab44d93aad56a6d4a668daf24b127b84) to root...
Downloading http://downloads.openwrt.org/chaos_calm … r71xx.ipk.
Configuring rpcd-mod-file.
Collected errors:
* opkg_install_pkg: Failed to verify the signature of /var/opkg-lists/chaos_calmer_base.
root@OpenWrt:~# opkg install rpcd-mod-file  --force-signature
Package rpcd-mod-file (2015-05-17-3d655417ab44d93aad56a6d4a668daf24b127b84) installed in root is up to date.
root@OpenWrt:~#

a8ree ,
Can you please share if you managed to run home-assistant on the open-wrt?

The discussion might have continued from here.