https://github.com/osquery/osquery logo
Title
d

demonbhao

01/12/2022, 8:41 AM
Hi folks,I had some problems adding hosts OS:Centos 7.9 docker:20.10.11 fleetctl:4.8.0
l

Lucas Rodriguez

01/12/2022, 12:40 PM
Hi demonbhao! The
root pining is not supported...
error message is expected, once the command finishes execution (takes a minute or two) you should see an
rpm
package on the working directory.
fleetctl package ... --type=rpm ...
will generate the RPM installer for installing
fleet-osquery
on CentOS hosts, you could also run such command in another linux/macOS host (so that you don't need to install
docker
or other dependencies on the target host).
d

demonbhao

01/13/2022, 4:08 AM
Hi,Lucas Rodriguez I have been waiting for a long time, but I still can't do it. Is there any other way to solve the problem?
There is no RPM installation package after CTRL + C
l

Lucas Rodriguez

01/13/2022, 11:05 AM
Mhm... I see, the command should finish eventually. The command downloads the executables from https://tuf.fleetctl.com, maybe
fleetctl package
is having trouble connecting. Try the address on a browser or with another command, something like
curl <https://tuf.fleetctl.com>
.
d

demonbhao

01/14/2022, 3:32 AM
Thanks to you, I have solved the problem. I tried to download the RPM package on another machine
👍 1
l

Lucas Rodriguez

01/14/2022, 12:08 PM
Happy to hear that, let us know any other issues.
1