Cannot install rdma-coreNetwork interface name mismatch when using vmbuildersmbd (samba daemon) does not listen on ports 139/445OpenVPN working when started from CLI, but not when started using init.d script on bootUbuntu 16.04 lts - network does not start on boot - bondingmy local cisco devices to backup on my local lappy as tftp server in Ubuntu 16.04Failed to start raise network interface on Ubuntu 16.04ping: unknown host google.com and host unreachableping 8.8.8.8OpenVPN riddling syslog with errors, but otherwise seems to work flawlesslyFailed to start dGPU off during bootNvidia 1070 on home built system wtih ubuntu Disco Dingo - Various problems

Did any astronauts on a mission complain about waking up?

Does the sun cross other spiral arms in its movement around the galaxy's center?

What happens when a ceramic bypass or decoupling capacitor goes bad?

What is the last point where one can throw away fruits if one has indicated "not bringing any fruit" on the US customs form when flying to the US?

Can I land my aircraft on the grass next to the runway at a public airport?

Fewest Chess Pieces

Can the jeopardy of being judged be fought against in court?

What is the scientific term to describe the operation of a bong?

In TDD, should I add unit tests to refactored code?

How do HK restaurants keep white scallops that they wok fry? No sear marks!

What does Darth Vader think Obi-Wan's referring to when Obi says "If you strike me down..."

A feasible and efficient method of fast global travel?

Is there a coup going on in Bolivia?

What makes an airport "international"?

Plot the Pascalian triangle

Why is super hero technology never used by civilians?

Two super-button calculator

Crack hashed passwords using a known password

Why is this claimed dereferencing type-punned pointer warning compiler-specific?

Heavy condensation inside car during winter. Tried multiple things, but no results!

Draw a line in the center of a chessboard

Conversion of space characters into space tokens

Ideal Firearms for time travel or low tech universe exploration

Why do airline tickets have titles in addition to names?



Cannot install rdma-core


Network interface name mismatch when using vmbuildersmbd (samba daemon) does not listen on ports 139/445OpenVPN working when started from CLI, but not when started using init.d script on bootUbuntu 16.04 lts - network does not start on boot - bondingmy local cisco devices to backup on my local lappy as tftp server in Ubuntu 16.04Failed to start raise network interface on Ubuntu 16.04ping: unknown host google.com and host unreachableping 8.8.8.8OpenVPN riddling syslog with errors, but otherwise seems to work flawlesslyFailed to start dGPU off during bootNvidia 1070 on home built system wtih ubuntu Disco Dingo - Various problems






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0

















when I try to install rdma-core I get this:



Setting up rdma-core (22.1-1ubuntu0.1) ...
Job for iwpmd.service failed because the control process exited with error code.
See "systemctl status iwpmd.service" and "journalctl -xe" for details.
invoke-rc.d: initscript iwpmd, action "start" failed.
● iwpmd.service - iWarp Port Mapper
Loaded: loaded (/lib/systemd/system/iwpmd.service; static; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2019-08-09 16:42:16 CEST; 5ms ago
Docs: man:iwpmd
file:/etc/iwpmd.conf
Process: 13331 ExecStart=/usr/sbin/iwpmd --systemd (code=exited, status=1/FAILURE)
Main PID: 13331 (code=exited, status=1/FAILURE)

srp 09 16:42:16 ib102h systemd[1]: Starting iWarp Port Mapper...
srp 09 16:42:16 ib102h iwpmd[13331]: get_iwpm_param: Got param (name = nl_sock_rbuf_size val = 419430400)
srp 09 16:42:16 ib102h iwpmd[13331]: create_iwpm_socket_v6: Unable to create socket. Address family not supported by protocol.
srp 09 16:42:16 ib102h iwpmd[13331]: main: Couldn't start iWarp Port Mapper.
srp 09 16:42:16 ib102h systemd[1]: iwpmd.service: Main process exited, code=exited, status=1/FAILURE
srp 09 16:42:16 ib102h systemd[1]: iwpmd.service: Failed with result 'exit-code'.
srp 09 16:42:16 ib102h systemd[1]: Failed to start iWarp Port Mapper.
dpkg: error processing package rdma-core (--configure):
installed rdma-core package post-installation script subprocess returned error exit status 1


My IB device is:



Mellanox Technologies MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface


When I do



lsmod | egrep 'mlx4|mthca|ib_ipoib|ib_umad'


it outputs this



ib_umad 24576 4
ib_ipoib 110592 0
ib_cm 57344 2 rdma_cm,ib_ipoib
mlx4_ib 188416 0
ib_uverbs 114688 2 mlx4_ib,rdma_ucm
mlx4_en 118784 0
ib_core 249856 10 rdma_cm,ib_ipoib,rpcrdma,mlx4_ib,iw_cm,ib_iser,ib_umad,rdma_ucm,ib_uverbs,ib_cm
mlx4_core 294912 2 mlx4_ib,mlx4_en
devlink 65536 3 mlx4_core,mlx4_ib,mlx4_en


I did not find anything relevant on internet. Any ideas what could be wrong?



Update:



systemctl status iwpmd.service



● iwpmd.service - iWarp Port Mapper
Loaded: loaded (/lib/systemd/system/iwpmd.service; static; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2019-08-11 22:26:40 CEST; 15s ago
Docs: man:iwpmd
file:/etc/iwpmd.conf
Process: 23697 ExecStart=/usr/sbin/iwpmd --systemd (code=exited, status=1/FAILURE)
Main PID: 23697 (code=exited, status=1/FAILURE)

srp 11 22:26:40 ib102h systemd[1]: Starting iWarp Port Mapper...
srp 11 22:26:40 ib102h iwpmd[23697]: get_iwpm_param: Got param (name = nl_sock_rbuf_size val = 419430400)
srp 11 22:26:40 ib102h iwpmd[23697]: create_iwpm_socket_v6: Unable to create socket. Address family not supported by protocol.
srp 11 22:26:40 ib102h iwpmd[23697]: main: Couldn't start iWarp Port Mapper.
srp 11 22:26:40 ib102h systemd[1]: iwpmd.service: Main process exited, code=exited, status=1/FAILURE
srp 11 22:26:40 ib102h systemd[1]: iwpmd.service: Failed with result 'exit-code'.
srp 11 22:26:40 ib102h systemd[1]: Failed to start iWarp Port Mapper.


journalctl -xe



srp 11 22:26:40 ib102h systemd[1]: Starting iWarp Port Mapper...
-- Subject: A start job for unit iwpmd.service has begun execution
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- A start job for unit iwpmd.service has begun execution.
--
-- The job identifier is 26948.
srp 11 22:26:40 ib102h iwpmd[23697]: get_iwpm_param: Got param (name = nl_sock_rbuf_size val = 419430400)
srp 11 22:26:40 ib102h iwpmd[23697]: create_iwpm_socket_v6: Unable to create socket. Address family not supported by protocol.
srp 11 22:26:40 ib102h iwpmd[23697]: main: Couldn't start iWarp Port Mapper.
srp 11 22:26:40 ib102h systemd[1]: iwpmd.service: Main process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- An ExecStart= process belonging to unit iwpmd.service has exited.
--
-- The process' exit code is 'exited' and its exit status is 1.
srp 11 22:26:40 ib102h systemd[1]: iwpmd.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- The unit iwpmd.service has entered the 'failed' state with result 'exit-code'.
srp 11 22:26:40 ib102h systemd[1]: Failed to start iWarp Port Mapper.
-- Subject: A start job for unit iwpmd.service has failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- A start job for unit iwpmd.service has finished with a failure.
--
-- The job identifier is 26948 and the job result is failed.









share|improve this question




























  • Have you executed systemctl status iwpmd.service and journalctl -xe and see anything of value (E.G. did you configure the iwpm daemon? Please edit your question to provide this relevant info.

    – Fabby
    Aug 10 at 18:54







  • 1





    I think it may be an issue only in 19.04 because I was working in 18.04.

    – multi-flexi
    Aug 30 at 11:24

















0

















when I try to install rdma-core I get this:



Setting up rdma-core (22.1-1ubuntu0.1) ...
Job for iwpmd.service failed because the control process exited with error code.
See "systemctl status iwpmd.service" and "journalctl -xe" for details.
invoke-rc.d: initscript iwpmd, action "start" failed.
● iwpmd.service - iWarp Port Mapper
Loaded: loaded (/lib/systemd/system/iwpmd.service; static; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2019-08-09 16:42:16 CEST; 5ms ago
Docs: man:iwpmd
file:/etc/iwpmd.conf
Process: 13331 ExecStart=/usr/sbin/iwpmd --systemd (code=exited, status=1/FAILURE)
Main PID: 13331 (code=exited, status=1/FAILURE)

srp 09 16:42:16 ib102h systemd[1]: Starting iWarp Port Mapper...
srp 09 16:42:16 ib102h iwpmd[13331]: get_iwpm_param: Got param (name = nl_sock_rbuf_size val = 419430400)
srp 09 16:42:16 ib102h iwpmd[13331]: create_iwpm_socket_v6: Unable to create socket. Address family not supported by protocol.
srp 09 16:42:16 ib102h iwpmd[13331]: main: Couldn't start iWarp Port Mapper.
srp 09 16:42:16 ib102h systemd[1]: iwpmd.service: Main process exited, code=exited, status=1/FAILURE
srp 09 16:42:16 ib102h systemd[1]: iwpmd.service: Failed with result 'exit-code'.
srp 09 16:42:16 ib102h systemd[1]: Failed to start iWarp Port Mapper.
dpkg: error processing package rdma-core (--configure):
installed rdma-core package post-installation script subprocess returned error exit status 1


My IB device is:



Mellanox Technologies MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface


When I do



lsmod | egrep 'mlx4|mthca|ib_ipoib|ib_umad'


it outputs this



ib_umad 24576 4
ib_ipoib 110592 0
ib_cm 57344 2 rdma_cm,ib_ipoib
mlx4_ib 188416 0
ib_uverbs 114688 2 mlx4_ib,rdma_ucm
mlx4_en 118784 0
ib_core 249856 10 rdma_cm,ib_ipoib,rpcrdma,mlx4_ib,iw_cm,ib_iser,ib_umad,rdma_ucm,ib_uverbs,ib_cm
mlx4_core 294912 2 mlx4_ib,mlx4_en
devlink 65536 3 mlx4_core,mlx4_ib,mlx4_en


I did not find anything relevant on internet. Any ideas what could be wrong?



Update:



systemctl status iwpmd.service



● iwpmd.service - iWarp Port Mapper
Loaded: loaded (/lib/systemd/system/iwpmd.service; static; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2019-08-11 22:26:40 CEST; 15s ago
Docs: man:iwpmd
file:/etc/iwpmd.conf
Process: 23697 ExecStart=/usr/sbin/iwpmd --systemd (code=exited, status=1/FAILURE)
Main PID: 23697 (code=exited, status=1/FAILURE)

srp 11 22:26:40 ib102h systemd[1]: Starting iWarp Port Mapper...
srp 11 22:26:40 ib102h iwpmd[23697]: get_iwpm_param: Got param (name = nl_sock_rbuf_size val = 419430400)
srp 11 22:26:40 ib102h iwpmd[23697]: create_iwpm_socket_v6: Unable to create socket. Address family not supported by protocol.
srp 11 22:26:40 ib102h iwpmd[23697]: main: Couldn't start iWarp Port Mapper.
srp 11 22:26:40 ib102h systemd[1]: iwpmd.service: Main process exited, code=exited, status=1/FAILURE
srp 11 22:26:40 ib102h systemd[1]: iwpmd.service: Failed with result 'exit-code'.
srp 11 22:26:40 ib102h systemd[1]: Failed to start iWarp Port Mapper.


journalctl -xe



srp 11 22:26:40 ib102h systemd[1]: Starting iWarp Port Mapper...
-- Subject: A start job for unit iwpmd.service has begun execution
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- A start job for unit iwpmd.service has begun execution.
--
-- The job identifier is 26948.
srp 11 22:26:40 ib102h iwpmd[23697]: get_iwpm_param: Got param (name = nl_sock_rbuf_size val = 419430400)
srp 11 22:26:40 ib102h iwpmd[23697]: create_iwpm_socket_v6: Unable to create socket. Address family not supported by protocol.
srp 11 22:26:40 ib102h iwpmd[23697]: main: Couldn't start iWarp Port Mapper.
srp 11 22:26:40 ib102h systemd[1]: iwpmd.service: Main process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- An ExecStart= process belonging to unit iwpmd.service has exited.
--
-- The process' exit code is 'exited' and its exit status is 1.
srp 11 22:26:40 ib102h systemd[1]: iwpmd.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- The unit iwpmd.service has entered the 'failed' state with result 'exit-code'.
srp 11 22:26:40 ib102h systemd[1]: Failed to start iWarp Port Mapper.
-- Subject: A start job for unit iwpmd.service has failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- A start job for unit iwpmd.service has finished with a failure.
--
-- The job identifier is 26948 and the job result is failed.









share|improve this question




























  • Have you executed systemctl status iwpmd.service and journalctl -xe and see anything of value (E.G. did you configure the iwpm daemon? Please edit your question to provide this relevant info.

    – Fabby
    Aug 10 at 18:54







  • 1





    I think it may be an issue only in 19.04 because I was working in 18.04.

    – multi-flexi
    Aug 30 at 11:24













0












0








0








when I try to install rdma-core I get this:



Setting up rdma-core (22.1-1ubuntu0.1) ...
Job for iwpmd.service failed because the control process exited with error code.
See "systemctl status iwpmd.service" and "journalctl -xe" for details.
invoke-rc.d: initscript iwpmd, action "start" failed.
● iwpmd.service - iWarp Port Mapper
Loaded: loaded (/lib/systemd/system/iwpmd.service; static; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2019-08-09 16:42:16 CEST; 5ms ago
Docs: man:iwpmd
file:/etc/iwpmd.conf
Process: 13331 ExecStart=/usr/sbin/iwpmd --systemd (code=exited, status=1/FAILURE)
Main PID: 13331 (code=exited, status=1/FAILURE)

srp 09 16:42:16 ib102h systemd[1]: Starting iWarp Port Mapper...
srp 09 16:42:16 ib102h iwpmd[13331]: get_iwpm_param: Got param (name = nl_sock_rbuf_size val = 419430400)
srp 09 16:42:16 ib102h iwpmd[13331]: create_iwpm_socket_v6: Unable to create socket. Address family not supported by protocol.
srp 09 16:42:16 ib102h iwpmd[13331]: main: Couldn't start iWarp Port Mapper.
srp 09 16:42:16 ib102h systemd[1]: iwpmd.service: Main process exited, code=exited, status=1/FAILURE
srp 09 16:42:16 ib102h systemd[1]: iwpmd.service: Failed with result 'exit-code'.
srp 09 16:42:16 ib102h systemd[1]: Failed to start iWarp Port Mapper.
dpkg: error processing package rdma-core (--configure):
installed rdma-core package post-installation script subprocess returned error exit status 1


My IB device is:



Mellanox Technologies MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface


When I do



lsmod | egrep 'mlx4|mthca|ib_ipoib|ib_umad'


it outputs this



ib_umad 24576 4
ib_ipoib 110592 0
ib_cm 57344 2 rdma_cm,ib_ipoib
mlx4_ib 188416 0
ib_uverbs 114688 2 mlx4_ib,rdma_ucm
mlx4_en 118784 0
ib_core 249856 10 rdma_cm,ib_ipoib,rpcrdma,mlx4_ib,iw_cm,ib_iser,ib_umad,rdma_ucm,ib_uverbs,ib_cm
mlx4_core 294912 2 mlx4_ib,mlx4_en
devlink 65536 3 mlx4_core,mlx4_ib,mlx4_en


I did not find anything relevant on internet. Any ideas what could be wrong?



Update:



systemctl status iwpmd.service



● iwpmd.service - iWarp Port Mapper
Loaded: loaded (/lib/systemd/system/iwpmd.service; static; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2019-08-11 22:26:40 CEST; 15s ago
Docs: man:iwpmd
file:/etc/iwpmd.conf
Process: 23697 ExecStart=/usr/sbin/iwpmd --systemd (code=exited, status=1/FAILURE)
Main PID: 23697 (code=exited, status=1/FAILURE)

srp 11 22:26:40 ib102h systemd[1]: Starting iWarp Port Mapper...
srp 11 22:26:40 ib102h iwpmd[23697]: get_iwpm_param: Got param (name = nl_sock_rbuf_size val = 419430400)
srp 11 22:26:40 ib102h iwpmd[23697]: create_iwpm_socket_v6: Unable to create socket. Address family not supported by protocol.
srp 11 22:26:40 ib102h iwpmd[23697]: main: Couldn't start iWarp Port Mapper.
srp 11 22:26:40 ib102h systemd[1]: iwpmd.service: Main process exited, code=exited, status=1/FAILURE
srp 11 22:26:40 ib102h systemd[1]: iwpmd.service: Failed with result 'exit-code'.
srp 11 22:26:40 ib102h systemd[1]: Failed to start iWarp Port Mapper.


journalctl -xe



srp 11 22:26:40 ib102h systemd[1]: Starting iWarp Port Mapper...
-- Subject: A start job for unit iwpmd.service has begun execution
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- A start job for unit iwpmd.service has begun execution.
--
-- The job identifier is 26948.
srp 11 22:26:40 ib102h iwpmd[23697]: get_iwpm_param: Got param (name = nl_sock_rbuf_size val = 419430400)
srp 11 22:26:40 ib102h iwpmd[23697]: create_iwpm_socket_v6: Unable to create socket. Address family not supported by protocol.
srp 11 22:26:40 ib102h iwpmd[23697]: main: Couldn't start iWarp Port Mapper.
srp 11 22:26:40 ib102h systemd[1]: iwpmd.service: Main process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- An ExecStart= process belonging to unit iwpmd.service has exited.
--
-- The process' exit code is 'exited' and its exit status is 1.
srp 11 22:26:40 ib102h systemd[1]: iwpmd.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- The unit iwpmd.service has entered the 'failed' state with result 'exit-code'.
srp 11 22:26:40 ib102h systemd[1]: Failed to start iWarp Port Mapper.
-- Subject: A start job for unit iwpmd.service has failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- A start job for unit iwpmd.service has finished with a failure.
--
-- The job identifier is 26948 and the job result is failed.









share|improve this question

















when I try to install rdma-core I get this:



Setting up rdma-core (22.1-1ubuntu0.1) ...
Job for iwpmd.service failed because the control process exited with error code.
See "systemctl status iwpmd.service" and "journalctl -xe" for details.
invoke-rc.d: initscript iwpmd, action "start" failed.
● iwpmd.service - iWarp Port Mapper
Loaded: loaded (/lib/systemd/system/iwpmd.service; static; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2019-08-09 16:42:16 CEST; 5ms ago
Docs: man:iwpmd
file:/etc/iwpmd.conf
Process: 13331 ExecStart=/usr/sbin/iwpmd --systemd (code=exited, status=1/FAILURE)
Main PID: 13331 (code=exited, status=1/FAILURE)

srp 09 16:42:16 ib102h systemd[1]: Starting iWarp Port Mapper...
srp 09 16:42:16 ib102h iwpmd[13331]: get_iwpm_param: Got param (name = nl_sock_rbuf_size val = 419430400)
srp 09 16:42:16 ib102h iwpmd[13331]: create_iwpm_socket_v6: Unable to create socket. Address family not supported by protocol.
srp 09 16:42:16 ib102h iwpmd[13331]: main: Couldn't start iWarp Port Mapper.
srp 09 16:42:16 ib102h systemd[1]: iwpmd.service: Main process exited, code=exited, status=1/FAILURE
srp 09 16:42:16 ib102h systemd[1]: iwpmd.service: Failed with result 'exit-code'.
srp 09 16:42:16 ib102h systemd[1]: Failed to start iWarp Port Mapper.
dpkg: error processing package rdma-core (--configure):
installed rdma-core package post-installation script subprocess returned error exit status 1


My IB device is:



Mellanox Technologies MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface


When I do



lsmod | egrep 'mlx4|mthca|ib_ipoib|ib_umad'


it outputs this



ib_umad 24576 4
ib_ipoib 110592 0
ib_cm 57344 2 rdma_cm,ib_ipoib
mlx4_ib 188416 0
ib_uverbs 114688 2 mlx4_ib,rdma_ucm
mlx4_en 118784 0
ib_core 249856 10 rdma_cm,ib_ipoib,rpcrdma,mlx4_ib,iw_cm,ib_iser,ib_umad,rdma_ucm,ib_uverbs,ib_cm
mlx4_core 294912 2 mlx4_ib,mlx4_en
devlink 65536 3 mlx4_core,mlx4_ib,mlx4_en


I did not find anything relevant on internet. Any ideas what could be wrong?



Update:



systemctl status iwpmd.service



● iwpmd.service - iWarp Port Mapper
Loaded: loaded (/lib/systemd/system/iwpmd.service; static; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2019-08-11 22:26:40 CEST; 15s ago
Docs: man:iwpmd
file:/etc/iwpmd.conf
Process: 23697 ExecStart=/usr/sbin/iwpmd --systemd (code=exited, status=1/FAILURE)
Main PID: 23697 (code=exited, status=1/FAILURE)

srp 11 22:26:40 ib102h systemd[1]: Starting iWarp Port Mapper...
srp 11 22:26:40 ib102h iwpmd[23697]: get_iwpm_param: Got param (name = nl_sock_rbuf_size val = 419430400)
srp 11 22:26:40 ib102h iwpmd[23697]: create_iwpm_socket_v6: Unable to create socket. Address family not supported by protocol.
srp 11 22:26:40 ib102h iwpmd[23697]: main: Couldn't start iWarp Port Mapper.
srp 11 22:26:40 ib102h systemd[1]: iwpmd.service: Main process exited, code=exited, status=1/FAILURE
srp 11 22:26:40 ib102h systemd[1]: iwpmd.service: Failed with result 'exit-code'.
srp 11 22:26:40 ib102h systemd[1]: Failed to start iWarp Port Mapper.


journalctl -xe



srp 11 22:26:40 ib102h systemd[1]: Starting iWarp Port Mapper...
-- Subject: A start job for unit iwpmd.service has begun execution
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- A start job for unit iwpmd.service has begun execution.
--
-- The job identifier is 26948.
srp 11 22:26:40 ib102h iwpmd[23697]: get_iwpm_param: Got param (name = nl_sock_rbuf_size val = 419430400)
srp 11 22:26:40 ib102h iwpmd[23697]: create_iwpm_socket_v6: Unable to create socket. Address family not supported by protocol.
srp 11 22:26:40 ib102h iwpmd[23697]: main: Couldn't start iWarp Port Mapper.
srp 11 22:26:40 ib102h systemd[1]: iwpmd.service: Main process exited, code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- An ExecStart= process belonging to unit iwpmd.service has exited.
--
-- The process' exit code is 'exited' and its exit status is 1.
srp 11 22:26:40 ib102h systemd[1]: iwpmd.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- The unit iwpmd.service has entered the 'failed' state with result 'exit-code'.
srp 11 22:26:40 ib102h systemd[1]: Failed to start iWarp Port Mapper.
-- Subject: A start job for unit iwpmd.service has failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- A start job for unit iwpmd.service has finished with a failure.
--
-- The job identifier is 26948 and the job result is failed.






networking drivers






share|improve this question
















share|improve this question













share|improve this question




share|improve this question








edited Aug 11 at 20:38







multi-flexi

















asked Aug 9 at 14:58









multi-fleximulti-flexi

313 bronze badges




313 bronze badges















  • Have you executed systemctl status iwpmd.service and journalctl -xe and see anything of value (E.G. did you configure the iwpm daemon? Please edit your question to provide this relevant info.

    – Fabby
    Aug 10 at 18:54







  • 1





    I think it may be an issue only in 19.04 because I was working in 18.04.

    – multi-flexi
    Aug 30 at 11:24

















  • Have you executed systemctl status iwpmd.service and journalctl -xe and see anything of value (E.G. did you configure the iwpm daemon? Please edit your question to provide this relevant info.

    – Fabby
    Aug 10 at 18:54







  • 1





    I think it may be an issue only in 19.04 because I was working in 18.04.

    – multi-flexi
    Aug 30 at 11:24
















Have you executed systemctl status iwpmd.service and journalctl -xe and see anything of value (E.G. did you configure the iwpm daemon? Please edit your question to provide this relevant info.

– Fabby
Aug 10 at 18:54






Have you executed systemctl status iwpmd.service and journalctl -xe and see anything of value (E.G. did you configure the iwpm daemon? Please edit your question to provide this relevant info.

– Fabby
Aug 10 at 18:54





1




1





I think it may be an issue only in 19.04 because I was working in 18.04.

– multi-flexi
Aug 30 at 11:24





I think it may be an issue only in 19.04 because I was working in 18.04.

– multi-flexi
Aug 30 at 11:24










0






active

oldest

votes













Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);














draft saved

draft discarded
















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1164606%2fcannot-install-rdma-core%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown


























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1164606%2fcannot-install-rdma-core%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown









Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?