From owner-freebsd-questions Thu Apr 26 8:42: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from daedalus.cs.brandeis.edu (daedalus.cs.brandeis.edu [129.64.3.179]) by hub.freebsd.org (Postfix) with ESMTP id 59D5137B43C for ; Thu, 26 Apr 2001 08:41:59 -0700 (PDT) (envelope-from meshko@daedalus.cs.brandeis.edu) Received: from localhost (meshko@localhost) by daedalus.cs.brandeis.edu (8.9.3/8.9.3) with ESMTP id LAA21006 for ; Thu, 26 Apr 2001 11:41:54 -0400 Date: Thu, 26 Apr 2001 11:41:54 -0400 (EDT) From: Mikhail Kruk To: Subject: no such service Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm getting "no such service" message from kernel occasionally. It is coming from ng_pppoe.c file, function static int ng_pppoe_rcvdata(hook_p hook, struct mbuf *m, meta_p meta) sendhook = pppoe_match_svc(hook->node, tag->tag_data, ntohs(tag->tag_len)); if (sendhook) { NG_SEND_DATA(error, sendhook, m, meta); } else { printf("no such service\n"); LEAVE(ENETUNREACH); } But I can't figure out why is this happening.. I'm pretty sure it started after I put a hub between my DSL modem and computer in order to share it, but I don't see a direct connection. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message