Jemmy512 commented on issue #5032:
URL: https://github.com/apache/openwhisk/issues/5032#issuecomment-1284275063
> any chance you're out of disk space?
> you can check the kafka logs - another reason is that kafka isn't able to
reach zookeeper - which means networking issue.
> try `sudo ifconfig lo0 alias 172.17.0.1/24`.
@rabbah I have same issue.
I met this error when try to alia lo, do you know how to fix it?
```
:/$ sudo ifconfig lo alias 172.17.0.1/24
alias: Host name lookup failure
ifconfig: `--help' gives usage information.
```
OS: Ubuntu 22.04.1 LTS
ifconfig
```
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 18592 bytes 2881713 (2.8 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 18592 bytes 2881713 (2.8 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]