# Install on ipv6 only host

**URL:** https://discourse.crowdsec.net/t/install-on-ipv6-only-host/818
**Category:** crowdsec
**Created:** [May 27, 2022, 2:24pm UTC](https://discourse.crowdsec.net/t/install-on-ipv6-only-host/818 "2022-05-27T14:24:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![lleddewk](https://avatars.discourse-cdn.com/v4/letter/l/e56c9b/32.png) [@lleddewk](https://discourse.crowdsec.net/u/lleddewk)
#### Post date: [May 27, 2022, 2:24pm UTC](https://discourse.crowdsec.net/t/install-on-ipv6-only-host/818/1 "2022-05-27T14:24:37Z")

</div>

I am having trouble installing crowdsec on an ipv6 only host. I am using the packagecloud apt repository to install on a debian 11 server. The installation starts but I get an error when it tries to register to the CAPI: “panic: runtime error: slice bounds out of range [:32] with length 0”.

This is followed by a traceback (which I am unable to include in this post) before the install fails.

Any ideas or pointers?

Keith

---

<div class="post-metadata">

### Author: ![blotus](https://dub1.discourse-cdn.com/flex013/user_avatar/discourse.crowdsec.net/blotus/32/109_2.png) [@blotus](https://discourse.crowdsec.net/u/blotus)
#### Post date: [May 27, 2022, 2:40pm UTC](https://discourse.crowdsec.net/t/install-on-ipv6-only-host/818/2 "2022-05-27T14:40:57Z")

</div>

Hello,

This issue will be fixed in the next release.

In the meantime, run `dbus-uuidgen --ensure`, and retry the installation, it should work.

---

<div class="post-metadata">

### Author: ![lleddewk](https://avatars.discourse-cdn.com/v4/letter/l/e56c9b/32.png) [@lleddewk](https://discourse.crowdsec.net/u/lleddewk)
#### Post date: [May 27, 2022, 2:43pm UTC](https://discourse.crowdsec.net/t/install-on-ipv6-only-host/818/3 "2022-05-27T14:43:10Z")

</div>

Perfect. Worked first time. Thank you.

Keith
