Re: [PATCH v3] modules_install: make missing $DEPMOD a warning instead of an error

2018-08-28 Thread Masahiro Yamada
Hi Randy 2018-08-29 4:55 GMT+09:00 Randy Dunlap : > On 08/23/2018 09:20 PM, Masahiro Yamada wrote: >> Hi Randy, >> >> >> 2018-08-24 3:13 GMT+09:00 Randy Dunlap : >>> From: Randy Dunlap >>> >>> When $DEPMOD is not found, only print a warning instead of exiting >>> with an error message and error

Re: [PATCH v3] modules_install: make missing $DEPMOD a warning instead of an error

2018-08-28 Thread Masahiro Yamada
Hi Randy 2018-08-29 4:55 GMT+09:00 Randy Dunlap : > On 08/23/2018 09:20 PM, Masahiro Yamada wrote: >> Hi Randy, >> >> >> 2018-08-24 3:13 GMT+09:00 Randy Dunlap : >>> From: Randy Dunlap >>> >>> When $DEPMOD is not found, only print a warning instead of exiting >>> with an error message and error

Re: [PATCH v3] modules_install: make missing $DEPMOD a warning instead of an error

2018-08-28 Thread Randy Dunlap
On 08/23/2018 09:20 PM, Masahiro Yamada wrote: > Hi Randy, > > > 2018-08-24 3:13 GMT+09:00 Randy Dunlap : >> From: Randy Dunlap >> >> When $DEPMOD is not found, only print a warning instead of exiting >> with an error message and error status. > > > Could you add the motivation of this change

Re: [PATCH v3] modules_install: make missing $DEPMOD a warning instead of an error

2018-08-28 Thread Randy Dunlap
On 08/23/2018 09:20 PM, Masahiro Yamada wrote: > Hi Randy, > > > 2018-08-24 3:13 GMT+09:00 Randy Dunlap : >> From: Randy Dunlap >> >> When $DEPMOD is not found, only print a warning instead of exiting >> with an error message and error status. > > > Could you add the motivation of this change

Re: [PATCH v3] modules_install: make missing $DEPMOD a warning instead of an error

2018-08-23 Thread Masahiro Yamada
Hi Randy, 2018-08-24 3:13 GMT+09:00 Randy Dunlap : > From: Randy Dunlap > > When $DEPMOD is not found, only print a warning instead of exiting > with an error message and error status. Could you add the motivation of this change (as Nikolaus reported) ? Without the reason recorded in

Re: [PATCH v3] modules_install: make missing $DEPMOD a warning instead of an error

2018-08-23 Thread Masahiro Yamada
Hi Randy, 2018-08-24 3:13 GMT+09:00 Randy Dunlap : > From: Randy Dunlap > > When $DEPMOD is not found, only print a warning instead of exiting > with an error message and error status. Could you add the motivation of this change (as Nikolaus reported) ? Without the reason recorded in

Re: [PATCH v3] modules_install: make missing $DEPMOD a warning instead of an error

2018-08-23 Thread H. Nikolaus Schaller
Hi Randy, > Am 23.08.2018 um 20:13 schrieb Randy Dunlap : > > From: Randy Dunlap > > When $DEPMOD is not found, only print a warning instead of exiting > with an error message and error status. > > Warning: 'make modules_install' requires /sbin/depmod. Please install it. > This is probably in

Re: [PATCH v3] modules_install: make missing $DEPMOD a warning instead of an error

2018-08-23 Thread H. Nikolaus Schaller
Hi Randy, > Am 23.08.2018 um 20:13 schrieb Randy Dunlap : > > From: Randy Dunlap > > When $DEPMOD is not found, only print a warning instead of exiting > with an error message and error status. > > Warning: 'make modules_install' requires /sbin/depmod. Please install it. > This is probably in

[PATCH v3] modules_install: make missing $DEPMOD a warning instead of an error

2018-08-23 Thread Randy Dunlap
From: Randy Dunlap When $DEPMOD is not found, only print a warning instead of exiting with an error message and error status. Warning: 'make modules_install' requires /sbin/depmod. Please install it. This is probably in the kmod package. Signed-off-by: Randy Dunlap Fixes: 934193a654c1

[PATCH v3] modules_install: make missing $DEPMOD a warning instead of an error

2018-08-23 Thread Randy Dunlap
From: Randy Dunlap When $DEPMOD is not found, only print a warning instead of exiting with an error message and error status. Warning: 'make modules_install' requires /sbin/depmod. Please install it. This is probably in the kmod package. Signed-off-by: Randy Dunlap Fixes: 934193a654c1