Displaying 5 results from an estimated 5 matches for "sourcemap".
Did you mean:
sourcemat
2016 Oct 28
2
[Bug 1096] New: Kernel oops when inserting an element into a map
...dalegaard at gmail.com
Created attachment 485
--> https://bugzilla.netfilter.org/attachment.cgi?id=485&action=edit
dmesg log from kernel oops
The following ruleset, when loaded with 'nft -f bad.txt', results in a kernel
oops:
----snip----
flush ruleset
table ip inlinenat {
map sourcemap {
type ipv4_addr : verdict;
}
chain postrouting {
ip saddr vmap @sourcemap accept
}
}
add chain inlinenat test
add element inlinenat sourcemap { 100.123.10.2 : jump test }
----snip----
If the element and chain are inserted as part of the table statement everything
works:
----snip--...
2015 Mar 30
3
sssd-ad cannot be installed with sernet samba
...oes not know sernet-samba-libs is also providing samba-libs
or get the source of sssd and change/add the sernet-samba-libs in de Depens of the source yourself.
or ask the sssd developers to add this.
Its not that hard..
apt-get install build-essentials
apt-get source sssd
modify the needed in sourcemap/Debian/
apt-get source -b
wait... and you have your "working" debs..
Greetz,
Louis
>-----Oorspronkelijk bericht-----
>Van: luca at wetron.es [mailto:samba-bounces at lists.samba.org]
>Namens Luca Olivetti
>Verzonden: maandag 30 maart 2015 13:47
>Aan: samba at lis...
2015 Mar 30
0
sssd-ad cannot be installed with sernet samba
...package that can coexist with sernet-samba, or modify the packages
so that they have the same layout than the debian/ubuntu ones?
>
> Its not that hard..
>
> apt-get install build-essentials
done (build-essential actually)
> apt-get source sssd
done
> modify the needed in sourcemap/Debian/
I'm sorry, but I don't know what to do here.
Is it enough to change the Build-Depends in sssd-1.11.5/debian/control?
For the time being I just removed samba-dev, since there's no direct
sernet replacement for it (see below)
> apt-get source -b
OK, another step to instal...
2015 Mar 30
3
sssd-ad cannot be installed with sernet samba
El 30/03/15 a les 11:38, Rowland Penny ha escrit:
>> Is there any hope to have this issue fixed? Where does one report bugs
>> in the sernet packaging?
>>
>>
>> TIA
>
> Have you tried to install sssd-ad ? that link you posted was about
> installing on 12.04, things may have changed. You could try 'apt-get
> install -s sssd-ad'
> This will tell
2015 Mar 30
3
sssd-ad cannot be installed with sernet samba
...ssd with the sernet
packages, I would suggest that you ask for help on the sssd mailing list.
Rowland
>> Its not that hard..
>>
>> apt-get install build-essentials
> done (build-essential actually)
>
>> apt-get source sssd
> done
>
>> modify the needed in sourcemap/Debian/
> I'm sorry, but I don't know what to do here.
> Is it enough to change the Build-Depends in sssd-1.11.5/debian/control?
> For the time being I just removed samba-dev, since there's no direct
> sernet replacement for it (see below)
>
>
>> apt-get source -...