[GH-ISSUE #3274] frpc execute cause centos reboot #2624

Closed
opened 2026-05-05 13:41:36 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @linlih on GitHub (Jan 28, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3274

Bug Description

As the title says : frpc execute cause centos reboot.

frpc Version

0.46.1

frps Version

0.46.1

System Architecture

linux/amd64 centos 8 stream

Configurations

frpc.ini

[common]
server_addr = xxx
server_port = 33080

token=xxx

[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 1xx
use_encryption = true

frps.ini

[common]
bind_port = 33080


token=xxx

Logs

No response

Steps to reproduce

  1. start the server frps
  2. start client frpc

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @linlih on GitHub (Jan 28, 2023). Original GitHub issue: https://github.com/fatedier/frp/issues/3274 ### Bug Description As the title says : frpc execute cause centos reboot. ### frpc Version 0.46.1 ### frps Version 0.46.1 ### System Architecture linux/amd64 centos 8 stream ### Configurations frpc.ini ``` [common] server_addr = xxx server_port = 33080 token=xxx [ssh] type = tcp local_ip = 127.0.0.1 local_port = 22 remote_port = 1xx use_encryption = true ```` frps.ini ``` [common] bind_port = 33080 token=xxx ``` ### Logs _No response_ ### Steps to reproduce 1. start the server frps 2. start client frpc ### Affected area - [ ] Docs - [ ] Installation - [X] Performance and Scalability - [ ] Security - [X] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@Becods commented on GitHub (Jan 28, 2023):

Cannot be reproduced.

Post your kernel dumps,

or a full clone image of the system.

<!-- gh-comment-id:1407302691 --> @Becods commented on GitHub (Jan 28, 2023): Cannot be reproduced. Post your kernel dumps, or a full clone image of the system.
Author
Owner

@linlih commented on GitHub (Jan 28, 2023):

Thanks for the hint !

Though the kernel dump I find it produce a bug says: “kernel bug at drivers/net/vmxnet3/vmxnet3_drv.c:1599.c”

I install the centos in VMware ESXi 6.5 Version, it provide the solution : https://kb.vmware.com/s/article/2151480

<!-- gh-comment-id:1407320052 --> @linlih commented on GitHub (Jan 28, 2023): Thanks for the hint ! Though the kernel dump I find it produce a bug says: “kernel bug at drivers/net/vmxnet3/vmxnet3_drv.c:1599.c” I install the centos in VMware ESXi 6.5 Version, it provide the solution : https://kb.vmware.com/s/article/2151480
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2624
No description provided.