Skip to content

Segmentation Fault when Running a Server (Fresh Install) #22

@keeganwhite

Description

@keeganwhite

On an Ubuntu 22 Server VM Fresh Install I ran the following:

$ sudo apt update 
$ sudo install -m 0755 -d /etc/apt/keyrings && curl https://cyperfce.cyperf.io/cyperf-ce-public.gpg | sudo gpg --yes --dearmor -o /etc/apt/keyrings/cyperf-ce-public.gpg 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3143  100  3143    0     0   6801      0 --:--:-- --:--:-- --:--:--  6803
$ echo "deb [arch=amd64  signed-by=/etc/apt/keyrings/cyperf-ce-public.gpg] https://cyperfce.cyperf.io/debian stable main" | sudo tee /etc/apt/sources.list.d/cyperf-ce.list > /dev/null 
$ sudo apt update
$ sudo apt install -y cyperf  
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
  libqt5x11extras5
Use 'sudo apt autoremove' to remove it.
The following NEW packages will be installed:
  cyperf
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 9,319 kB of archives.
After this operation, 37.8 MB of additional disk space will be used.
Get:1 https://cyperfce.cyperf.io/debian stable/main amd64 cyperf amd64 2024.12-14 [9,319 kB]
Fetched 9,319 kB in 1s (18.0 MB/s)
Selecting previously unselected package cyperf.
(Reading database ... 577983 files and directories currently installed.)
Preparing to unpack .../cyperf_2024.12-14_amd64.deb ...
EULA is accepted, proceeding with installation.
Unpacking cyperf (2024.12-14) ...
Setting up cyperf (2024.12-14) ...
Creating symbolic links
Installing man page
$ sudo cyperf -s 
Segmentation fault

Any fixes?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions