From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaldo Carvalho de Melo Date: Mon, 29 Sep 2008 18:37:59 +0000 Subject: Re: Protocol not attached Message-Id: <20080929183759.GH15446@ghostprotocols.net> List-Id: References: <5bc4c4570809291133k3f5841b1qde962bd3b4882439@mail.gmail.com> In-Reply-To: <5bc4c4570809291133k3f5841b1qde962bd3b4882439@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: dccp@vger.kernel.org Em Mon, Sep 29, 2008 at 03:33:44PM -0300, Leandro Sales escreveu: > Hello folks, > I'm getting this message while using 2.6.27: > > Can not create DCCP socket (Protocol driver not attached) What is the source of such messages? VLC? What? Try strace to see what is the syscall that fails just before this message is printed, etc. > "uname -a" output: > Linux localhost 2.6.27-rc4-44301-g8269be1 #7 SMP Sun Sep 28 17:02:25 > BRT 2008 i686 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux > > Anything wrong? I tried compile DCCP using both static and module > methods and it produces the same effect. - Arnaldo