Re: [2.1.106] Unresolved symbols in the devpts.o module.

H. Peter Anvin (hpa@transmeta.com)
16 Jun 1998 21:09:35 GMT


Followup to: <Pine.LNX.3.96.980616095429.3250A-100000@hafnium.nkbj.dk>
By author: Niels Kristian Bech Jensen <nkbj@image.dk>
In newsgroup: linux.dev.kernel
>
> Hi,
> I get these messages when I do a 'modprobe devpts.o' on linux-2.1.106:
>
> /lib/modules/2.1.106/fs/devpts.o: unresolved symbol devpts_upcall_new
> /lib/modules/2.1.106/fs/devpts.o: unresolved symbol devpts_upcall_kill
>
> --
> Med venlig hilsen / Best regards
> nkbj@image.dk
> Niels Kristian Bech Jensen http://www.image.dk/~nkbj/
>

Sounds like you built it after you built your kernel. The devpts
filesystem is really a pseudo-module; you can only use the module if
you built the kernel proper with CONFIG_DEVPTS_FS=m. The reason it is
available as a module at all is for testing purposes.

I recommend compiling it into the kernel unless you're doing special
stuff.

-hpa

-- 
    PGP: 2047/2A960705 BA 03 D3 2C 14 A8 A8 BD  1E DF FE 69 EE 35 BD 74
    See http://www.zytor.com/~hpa/ for web page and full PGP public key
        I am Bahá'í -- ask me about it or see http://www.bahai.org/
   "To love another person is to see the face of God." -- Les Misérables

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu