linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* modprobe returns 0 upon -EEXIST from insmod
@ 2025-08-16 23:33 Phil Sutter
  2025-08-17 15:54 ` Christophe Leroy
  0 siblings, 1 reply; 11+ messages in thread
From: Phil Sutter @ 2025-08-16 23:33 UTC (permalink / raw)
  To: linux-modules; +Cc: Yi Chen

Hi,

I admittedly didn't fully analyze the cause, but on my system a call to:

# insmod /lib/module/$(uname -r)/kernel/net/netfilter/nf_conntrack_ftp.ko

fails with -EEXIST (due to a previous call to 'nfct add helper ftp inet
tcp'). A call to:

# modprobe nf_conntrack_ftp

though returns 0 even though module loading fails. Is there a bug in
modprobe error status handling?

Cheers, Phil

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-10-09 14:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-16 23:33 modprobe returns 0 upon -EEXIST from insmod Phil Sutter
2025-08-17 15:54 ` Christophe Leroy
2025-08-18  9:34   ` Phil Sutter
2025-08-18 10:07     ` Christophe Leroy
2025-08-18 10:56       ` Phil Sutter
2025-08-19  8:52     ` Petr Pavlu
2025-08-19 14:17       ` Lucas De Marchi
2025-08-19 14:32         ` Christophe Leroy
2025-10-08  6:41         ` Lucas De Marchi
2025-10-09 13:47           ` Petr Pavlu
2025-10-09 14:13             ` Lucas De Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).