Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Netlink Library (libnl) API "nl_cache_mngr_add" failed with

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
ramanjaneya
Posts: 5
Joined: 2016-10-14 06:43

Netlink Library (libnl) API "nl_cache_mngr_add" failed with

#1 Post by ramanjaneya »

Hi All,

Below netlink API receive an error on Debian linux. Same is works fine on SUSE linux.

Is this bug in debian linux?

Can some one help what could be the problem?

libnl version 3.2

In netlink/cache.h

extern int nl_cache_mngr_add(struct nl_cache_mngr *,
const char *,
change_func_t,
void *,
struct nl_cache **);


-- System Information:
Debian GNU/Linux 8
debian_version:8.2
Linux phoenix-pc 4.1.13-WR7.0.0.10_standard #1 SMP PREEMPT Mon Sep 12 06:51:17 UTC 2016 ppc GNU/Linux


would really appreciate any help!!

Thanks.
Ramanjaneya

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Netlink Library (libnl) API "nl_cache_mngr_add" failed w

#2 Post by Head_on_a_Stick »

deadbang

tomazzi
Posts: 730
Joined: 2013-08-02 21:33

Re: Netlink Library (libnl) API "nl_cache_mngr_add" failed w

#3 Post by tomazzi »

ramanjaneya wrote:nl_cache_mngr_add return below error

error: Input/output error
There's no such error defined for nl_cache_mngr_add() function.

As it was already pointed out, You are not using Debian kernel - but somehow, You expecting that a library compiled for completely different kernel will work in Your broken system?

Maybe You should try ntoskrnl.exe? - that obviously won't work either, but it will be more funny...
Odi profanum vulgus

Post Reply