xiaorouji / openwrt-passwall

7.01k stars 2.62k forks source link

[Bug]: 升级安装最新版4.77-5后,没有负载均衡菜单 #3157

Closed Forest919 closed 4 months ago

Forest919 commented 4 months ago

描述您遇到的bug

环境:R2S软路由,OpenWrt R24.2.2 系统的基础上,升级passwall 4.77-5. 升级成功后,更新全部组件至最新版成功。但是菜单中没有负载均衡。

复现此Bug的步骤

多次尝试升级安装最新 passwall 4.77-5 ,都一样情况。

您想要实现的目的

希望能使用负载均衡。

日志信息

2024-04-30 10:13:52: 清空并关闭相关程序和缓存完成。 2024-04-30 10:14:14: iptables透明代理基础依赖 iptables-mod-tproxy 未安装... 2024-04-30 10:14:14: iptables透明代理基础依赖 iptables-mod-socket 未安装... 2024-04-30 10:14:15: iptables透明代理基础依赖 iptables-mod-iprange 未安装... 2024-04-30 10:14:15: iptables透明代理基础依赖 iptables-mod-conntrack-extra 未安装... 2024-04-30 10:14:15: iptables透明代理基础依赖 kmod-ipt-nat 未安装... 2024-04-30 10:14:15: 运行完成!

截图

No response

系统相关信息

其他信息

No response

lwb1978 commented 4 months ago

确定你是否安装了haproxy,如果安装了试试浏览器输入 http://(路由ip)/cgi-bin/luci/admin/services/passwall/show

xcyll commented 4 months ago

看日志iptables透明代理基础依赖 未安装 估计HAPROXY也未安装

Forest919 commented 4 months ago

谢谢指点。为什么用官网三个包安装,也会缺少部件?

On Apr 30, 2024, at 14:47, xcyll @.***> wrote:



看日志iptables透明代理基础依赖 未安装 估计HAPROXY也未安装

— Reply to this email directly, view it on GitHubhttps://github.com/xiaorouji/openwrt-passwall/issues/3157#issuecomment-2084501144, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A6QUI2JEYWQI3DFWM6NC7VDY74453AVCNFSM6AAAAABG7Q5VFOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBUGUYDCMJUGQ. You are receiving this because you authored the thread.Message ID: @.***>

ShanStone commented 4 months ago

谢谢指点。为什么用官网三个包安装,也会缺少部件? On Apr 30, 2024, at 14:47, xcyll @.> wrote:  看日志iptables透明代理基础依赖 未安装 估计HAPROXY也未安装 — Reply to this email directly, view it on GitHub<#3157 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A6QUI2JEYWQI3DFWM6NC7VDY74453AVCNFSM6AAAAABG7Q5VFOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBUGUYDCMJUGQ. You are receiving this because you authored the thread.Message ID: @.>

https://github.com/xiaorouji/openwrt-passwall/discussions/3136

Forest919 commented 4 months ago

又安装了几次,发现安装过程中有如下错误:

...... Removing package xray-core from root... Command failed: Not found

Installing simple-obfs (0.0.5-1) to root... Unknown package 'sing-box'

...... Configuring luci-app-passwall. Configuring luci-i18n-passwall-zh-cn. Collected errors:

nftbty commented 4 months ago
  • check_data_file_clashes: Package simple-obfs wants to install file /usr/bin/obfs-local But that file is already provided by package * simple-obfs-client
  • opkg_install_cmd: Cannot install package simple-obfs

你设备上已经装了另一个包提供 simple-obfs 插件程序,提供相同程序的不同名的其他包当然就装不上了,也不用装。或者你先把 simple-obfs-client 卸载就可以装了。

  • pkg_hash_check_unresolved: cannot find dependency kmod-inet-diag for sing-box
  • pkg_hash_check_unresolved: cannot find dependency kmod-netlink-diag for sing-box
  • pkg_hash_fetch_best_installation_candidate: Packages for sing-box found, but incompatible with the architectures configured
  • opkg_install_cmd: Cannot install package sing-box.

系统缺少sing-box依赖的内核模块,如果你的openwrt是自己编译的,内核版本匹配不上任何发行版,只能重新编译固件。 如果你的固件是稳定版,有对应版本的软件源,可以在安装sing-box之前,opkg update一下,再装sing-box时会自动安装内核模块。

github-actions[bot] commented 4 months ago

Stale Issue

Forest919 commented 4 months ago
  • check_data_file_clashes: Package simple-obfs wants to install file /usr/bin/obfs-local But that file is already provided by package * simple-obfs-client
  • opkg_install_cmd: Cannot install package simple-obfs

你设备上已经装了另一个包提供 simple-obfs 插件程序,提供相同程序的不同名的其他包当然就装不上了,也不用装。或者你先把 simple-obfs-client 卸载就可以装了。

  • pkg_hash_check_unresolved: cannot find dependency kmod-inet-diag for sing-box
  • pkg_hash_check_unresolved: cannot find dependency kmod-netlink-diag for sing-box
  • pkg_hash_fetch_best_installation_candidate: Packages for sing-box found, but incompatible with the architectures configured
  • opkg_install_cmd: Cannot install package sing-box.

系统缺少sing-box依赖的内核模块,如果你的openwrt是自己编译的,内核版本匹配不上任何发行版,只能重新编译固件。 如果你的固件是稳定版,有对应版本的软件源,可以在安装sing-box之前,opkg update一下,再装sing-box时会自动安装内核模块。

非常感谢!

github-actions[bot] commented 4 months ago

Stale Issue