[gentoo-user] New install, can't load modules

2015-07-13 Thread Alan McKinnon
Did a new install, the new kernel can't load modules: # modprobe nfsv3 modprobe: ERROR: could not insert 'nfsv3': Exec format error Odd. Never had this before. The module file itself is a regular 64-bit ELF file, just as it should be (compared to a working module on another machine) gcc is

Re: [gentoo-user] New install, can't load modules

2015-07-13 Thread Alan McKinnon
On 13/07/2015 18:42, Alexander Kapshuk wrote: On Mon, Jul 13, 2015 at 5:29 PM, Alan McKinnon alan.mckin...@gmail.com wrote: Did a new install, the new kernel can't load modules: # modprobe nfsv3 modprobe: ERROR: could not insert 'nfsv3': Exec format error Odd. Never had this before. The

Re: [gentoo-user] New install, can't load modules

2015-07-13 Thread Alan McKinnon
On 13/07/2015 19:47, Mick wrote: On Monday 13 Jul 2015 17:42:22 Alexander Kapshuk wrote: On Mon, Jul 13, 2015 at 5:29 PM, Alan McKinnon alan.mckin...@gmail.com wrote: Did a new install, the new kernel can't load modules: # modprobe nfsv3 modprobe: ERROR: could not insert 'nfsv3': Exec

Re: [gentoo-user] New install, can't load modules

2015-07-13 Thread Alexander Kapshuk
On Mon, Jul 13, 2015 at 5:29 PM, Alan McKinnon alan.mckin...@gmail.com wrote: Did a new install, the new kernel can't load modules: # modprobe nfsv3 modprobe: ERROR: could not insert 'nfsv3': Exec format error Odd. Never had this before. The module file itself is a regular 64-bit ELF file,

Re: [gentoo-user] New install, can't load modules

2015-07-13 Thread Mick
On Monday 13 Jul 2015 17:42:22 Alexander Kapshuk wrote: On Mon, Jul 13, 2015 at 5:29 PM, Alan McKinnon alan.mckin...@gmail.com wrote: Did a new install, the new kernel can't load modules: # modprobe nfsv3 modprobe: ERROR: could not insert 'nfsv3': Exec format error Odd. Never had

Re: [gentoo-user] New install, can't load modules

2015-07-13 Thread Alan McKinnon
On 13/07/2015 18:42, Alexander Kapshuk wrote: On Mon, Jul 13, 2015 at 5:29 PM, Alan McKinnon alan.mckin...@gmail.com wrote: Did a new install, the new kernel can't load modules: # modprobe nfsv3 modprobe: ERROR: could not insert 'nfsv3': Exec format error Odd. Never had this before. The

Re: [gentoo-user] New install, can't load modules

2015-07-13 Thread Neil Bothwick
On Mon, 13 Jul 2015 23:02:15 +0100, Mick wrote: /boot in fstab had option noauto, so all my kernels were installed to the / volume. Ahh! I always mount /boot BEFORE I cd into /usr/src out of habit, to avoid such a problem (my /boot is also set to noauto). If I were 10 years younger

Re: [gentoo-user] New install, can't load modules

2015-07-13 Thread Mick
On Monday 13 Jul 2015 20:50:47 Alan McKinnon wrote: /boot in fstab had option noauto, so all my kernels were installed to the / volume. Ahh! I always mount /boot BEFORE I cd into /usr/src out of habit, to avoid such a problem (my /boot is also set to noauto). If I were 10 years younger I

Re: [gentoo-user] New install, can't load modules

2015-07-13 Thread Alan McKinnon
On 14/07/2015 00:02, Mick wrote: On Monday 13 Jul 2015 20:50:47 Alan McKinnon wrote: /boot in fstab had option noauto, so all my kernels were installed to the / volume. Ahh! I always mount /boot BEFORE I cd into /usr/src out of habit, to avoid such a problem (my /boot is also set to