Skip to content

IPv6 needs to be disabled before PPA install #13112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dennis-george0 opened this issue Apr 26, 2025 · 1 comment
Open

IPv6 needs to be disabled before PPA install #13112

dennis-george0 opened this issue Apr 26, 2025 · 1 comment
Assignees

Comments

@dennis-george0
Copy link

dennis-george0 commented Apr 26, 2025

Describe the bug

IPv6 needs to be disabled before PPA install.

For some reason a clean Ubuntu install will try to push IPv6 to pull the Kobuk Team PPA. Disabling it within the common settings does not help as it is still reinforced and gives you "connection time out" errors.

Can be fixed by using the below:

sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1

Disconnect the network adapter and connect it back again.

Would be useful to have this stated somewhere in the instructions.

How to reproduce
Steps to reproduce the error:

  1. Clean Ubuntu install
  2. Follow the Linux B580 installation steps
  3. Install the Kobuk-team PPA
  4. Get connection time out error [Errno 110]
@Oscilloscope98
Copy link
Contributor

Hi @dennis-george0,

Thank you for pointing it out. We have added the related troubleshooting guide in IPEX-LLM Intel Arc B-Series GPU QuickStart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants