- **status**: review --> fixed
- **Comment**:

commit 7681b45140b54b07822947c13f966c32d79b9f93 (HEAD -> develop, 
origin/develop)
Author: thien.m.huynh <thien.m.hu...@dektech.com.au>
Date:   Thu Nov 7 09:32:20 2019 +0700

    nid: Change the path of TIPC_MODULE [#3110]



---

** [tickets:#3110] nid: the path to tipc.ko is incorrect**

**Status:** fixed
**Milestone:** 5.20.01
**Created:** Thu Oct 31, 2019 04:22 AM UTC by Vu Minh Nguyen
**Last Updated:** Thu Nov 07, 2019 09:37 AM UTC
**Owner:** Huynh Minh Thien


In the `configure_tipc.in`, the variable `TIPC_MODULE` points to the wrong 
location of tipc kernel module:
TIPC_MODULE=/lib/modules/$(uname -r)/kernel/net/tipc.ko

It should be:
TIPC_MODULE=/lib/modules/$(uname -r)/kernel/net/*tipc*/tipc.ko

To avoid this mistake, it is better to use `modinfo` to get the path to a 
kernel module instead of using the fixed path.



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to