初中生
最后登录1970-1-1
在线时间 小时
注册时间2019-10-29
|
开发板已经接上网络,可以ping通百度。
- debian@lubancat123:~$<font color="Red"> ping www.baidu.com</font>
- PING www.a.shifen.com (220.181.38.150) 56(84) bytes of data.
- 64 bytes from 220.181.38.150 (220.181.38.150): icmp_seq=1 ttl=52 time=28.2 ms
- 64 bytes from 220.181.38.150 (220.181.38.150): icmp_seq=2 ttl=52 time=56.6 ms
- 64 bytes from 220.181.38.150 (220.181.38.150): icmp_seq=3 ttl=52 time=54.7 ms
- 64 bytes from 220.181.38.150 (220.181.38.150): icmp_seq=4 ttl=52 time=52.8 ms
- ^C
- --- www.a.shifen.com ping statistics ---
- 4 packets transmitted, 4 received, 0% packet loss, time 8ms
- rtt min/avg/max/mdev = 28.154/48.090/56.648/11.589 ms
- debian@lubancat123:~$
复制代码
但安装NFS始终无法成功。
照着别人的解决办法,先sudo apt update再sudo apt upgrade后提示如下。
- debian@lubancat123:~$<font color="Red"> sudo apt update</font>
- Get:1 https://cloud.embedfire.com/mirrors/ebf-debian buster InRelease [5490 B]
- Get:2 https://cloud.embedfire.com/mirrors/ebf-debian carp-stm32-mp157 InRelease [5415 B]
- Err:1 https://cloud.embedfire.com/mirrors/ebf-debian buster InRelease
- The following signatures were invalid: EXPKEYSIG 8C02E9210430241B laoyening <1337849843@qq.com>
- Err:2 https://cloud.embedfire.com/mirrors/ebf-debian carp-stm32-mp157 InRelease
- The following signatures were invalid: EXPKEYSIG 8C02E9210430241B laoyening <1337849843@qq.com>
- Get:3 http://deb.debian.org/debian buster InRelease [122 kB]
- Get:4 http://deb.debian.org/debian buster/contrib armhf Packages [40.1 kB]
- Get:5 http://deb.debian.org/debian buster/non-free armhf Packages [62.1 kB]
- Get:6 http://deb.debian.org/debian buster/main armhf Packages [7698 kB]
- Ign:6 http://deb.debian.org/debian buster/main armhf Packages
- Get:6 http://deb.debian.org/debian buster/main armhf Packages [10.5 MB]
- Ign:6 http://deb.debian.org/debian buster/main armhf Packages
- Ign:6 http://deb.debian.org/debian buster/main armhf Packages
- Err:6 http://deb.debian.org/debian buster/main armhf Packages
- Write error - write (28: No space left on device)
- Reading package lists... Done
- W: GPG error: https://cloud.embedfire.com/mirrors/ebf-debian buster InRelease: The following signatures were invalid: EXPKEYSIG 8C02E9210430241B laoyening <1337849843@qq.com>
- E: The repository 'https://cloud.embedfire.com/mirrors/ebf-debian buster InRelease' is not signed.
- N: Updating from such a repository can't be done securely, and is therefore disabled by default.
- N: See apt-secure(8) manpage for repository creation and user configuration details.
- W: GPG error: https://cloud.embedfire.com/mirrors/ebf-debian carp-stm32-mp157 InRelease: The following signatures were invalid: EXPKEYSIG 8C02E9210430241B laoyening <1337849843@qq.com>
- E: The repository 'https://cloud.embedfire.com/mirrors/ebf-debian carp-stm32-mp157 InRelease' is not signed.
- N: Updating from such a repository can't be done securely, and is therefore disabled by default.
- N: See apt-secure(8) manpage for repository creation and user configuration details.
- debian@lubancat123:~$ sudo apt upgrade
复制代码
- debian@lubancat123:~$<font color="Red"> sudo apt upgrade</font>
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- Calculating upgrade... Done
- 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
- debian@lubancat123:~$ sudo apt install nfs-common
复制代码
再进行nfs-common的安装始终失败,更无法使用showmount命令了。
- debian@lubancat123:~$ <font color="Red">sudo apt install nfs-common</font>
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- Package nfs-common is not available, but is referred to by another package.
- This may mean that the package is missing, has been obsoleted, or
- is only available from another source
- E: Package 'nfs-common' has no installation candidate
- debian@lubancat123:~$ <font color="Red">showmount -e</font>
- -bash: showmount: command not found
- debian@lubancat123:~$
复制代码
请教一下,这个问题该怎么解决呢???
|
|