-
-
Notifications
You must be signed in to change notification settings - Fork 968
Troubleshooting
Martin Persson edited this page May 16, 2019
·
7 revisions
If you are running macOS, make sure you've followed the further setup guide.
// TODO: Xcode tips and instructions
If you've received an error when installing a program or running apk update
, e.g.
ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.8/main: temporary error (try again later)
check the output of cat /etc/resolv.conf
.
If that returns nothing, you might be on a cellular network. Solutions to this:
- Connect to a WiFi network so iSH can get the nameservers automatically, or set your own nameservers:
$ echo "nameserver 8.8.8.8" > /etc/resolv.conf
Now try
- Contributing to iSH Development
- How to add a new Character Device to iSH
- How to add a new entry to /proc/ish
- Fixing hostname localhost
- Running nmap
- Running Ruby Programs
- Installing PHP with a TLS certificate and a PHP filemanager
- Installing R and any package from the CRAN
- iSH Alpine Release Issues
- Using Alpine Linux repositories
- Upgrading to a new release
- Install & Activate Alternate Filesystems