|
Edited by BryanFRitt at 2017-6-3 04:03
The Kali Linux version that's available here[Sana] is an older version of Kali that has been EOL'd since the 15th of April 2016. *
Any chance of a newer version(of anything) being able to be download from here for the Orange Pi Plus? [current Kali version as of this post is the Kali Linux 2017.1 rolling release]
*"Please note that the Kali sana repositories will no longer be updated and will be EOL’d on the 15th of April 2016."
https://www.kali.org/news/kali-linux-rolling-edition-2016-1/
https://www.kali.org/kali-linux-releases/
https://www.kali.org/
---
I've tried upgrading from the version available here, but that has some issues.
"Transitioning From Kali 2.0 to Kali Rolling"
https://www.kali.org/news/kali-linux-rolling-edition-2016-1/
Something with /etc/inetd.conf- An unrecognized entry for tftp was found in /etc/inetd.conf while trying to add the following entry:
- tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=7 /srv/tftp
- The unrecognized entry is:
- tftp dgram udp4 wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 /srv/tftp
Copy code
after updating `sudo install_to_emmc btrfs` errors [note used #!/bin/bash -x to see it like this]
- + echo 'Mounting EMMC partitions...'
- Mounting EMMC partitions...
- + mount /dev/mmcblk1p1 /tmp/_fatdir
- + mount -o compress-force=lzo /dev/mmcblk1p2 /tmp/_extdir
- mount: wrong fs type, bad option, bad superblock on /dev/mmcblk1p2,
- missing codepage or helper program, or other error
- In some cases useful info is found in syslog - try
- dmesg | tail or so.
- + echo 'ERROR mounting linux partitions...'
- ERROR mounting linux partitions...
- + umount /tmp/_fatdir
- + exit 1
Copy code
`dmesg` shows a bunch messages showing up every second
- ADDRCONF(NETDEV_UP): wlan0: link is not ready
- ADDRCONF(NETDEV_UP): wlan1: link is not ready
- hw_var_set_bssid reg=618
Copy code
|
|