|
|
本帖最后由 角色 于 2025-12-16 20:27 编辑
D 升级 Tailscale
D1:用 PuTTY IP=192.168.8.1 打开 GL-MT6000 shell,改动 OpenWrt repository server,如果不改就有 errors
- root@GL-MT6000:~# sed -i 's_https\?://downloads.openwrt.org_https://mirrors.tuna
- .tsinghua.edu.cn/openwrt_' /etc/opkg/distfeeds.conf
复制代码
D2:Opkg update
- root@GL-MT6000:~# opkg update
- Downloading https://fw.gl-inet.cn/releases/v24.x/24.10.4/mediatek/filogic/Packages.gz
- Updated list of available packages in /var/opkg-lists/core
- Downloading https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/base/Packages.gz
- Updated list of available packages in /var/opkg-lists/base
- Downloading https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/luci/Packages.gz
- Updated list of available packages in /var/opkg-lists/luci
- Downloading https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/packages/Packages.gz
- Updated list of available packages in /var/opkg-lists/packages
- Downloading https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/routing/Packages.gz
- Updated list of available packages in /var/opkg-lists/routing
- Downloading https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/telephony/Packages.gz
- Updated list of available packages in /var/opkg-lists/telephony
- Updating database.
- Database update completed.
复制代码
D3:Tailscale update
- root@GL-MT6000:~# tailscale update
- This will update Tailscale from 1.80.3 to 1.92.1. Continue? [y/n] y
- Downloading "https://pkgs.tailscale.com/stable/tailscale_1.92.1_arm64.tgz"
- Download size: 31108928
- Downloaded 512/31108928 (0.0%)
- Downloaded 18228128/31108928 (58.6%)
- Downloaded 31108928/31108928 (100.0%)
- Downloading "https://pkgs.tailscale.com/stable/tailscale_1.92.1_arm64.tgz.sig"
- Signature OK
- Extracting "/root/.cache/tailscale-update/tailscale_1.92.1_arm64.tgz"
- Updated /usr/sbin/tailscale
- Updated /usr/sbin/tailscaled
- Tailscale binaries updated successfully.
- Please restart tailscaled to finish the update.
复制代码
D4:Restart using service tailscale restart
- root@GL-MT6000:~# service tailscale restart
- TPM: error opening: stat /dev/tpmrm0: no such file or directory
- logtail started
- Program starting: v1.92.1-tfb55d3905-g9ac7fadc0, Go 1.25.5: []string{"/usr/sbin/tailscaled", "--cleanup"}
- LogID: 9dd622de2bc6c72c4bf456677a181f447abaabaadda75724814895705fa704d7
- logpolicy: using system state directory "/var/lib/tailscale"
- dns: [rc=resolvconf resolvconf=no ret=direct]
- dns: using "direct" mode
- dns: using *dns.directManager
- dns: inotify: NewDirWatcher: context canceled
- linuxfw: clear ip6tables: exec: "ip6tables": executable file not found in $PATH
- flushing log.
- logger closing down
- root@GL-MT6000:~#
复制代码
D5:升级到 1.92.1
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
|