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

having trouble installing socat on home node #147

Open
bennlich opened this issue Sep 25, 2018 · 1 comment
Open

having trouble installing socat on home node #147

bennlich opened this issue Sep 25, 2018 · 1 comment

Comments

@bennlich
Copy link
Collaborator

cc @eenblam @paidforby @gobengo

I see socat exists in the openwrt package directory: https://openwrt.org/packages/pkgdata/socat

But my node is unaware of it:

root@daisydebug:/# opkg install socat
Unknown package 'socat'.
Collected errors:
 * opkg_install_cmd: Cannot install package socat.

Any idea what I should check next? I guess I'm wondering what steps I need to take to determine if a package should be available to my node.

@paidforby
Copy link

Maybe something wrong with /etc/opkg.conf, what does opkg update return? Also I noticed that the socat openwrt package you linked doesn't appear to support ar71xx architecture, maybe that's why it isn't being found?

screenshot from 2018-09-24 22-37-41

There appears to be an old socat package for ar71xx here,
https://archive.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/
You could try adding this repo to your opkg.conf or you could install the ipk manually by wget-ing the file and running opkg install socat_1.7.3.0-1_ar71xx.ipk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants