pali
                                            pali
                                        
                                    I'm planning to look and review this change properly. Just need to find some free time for it.
This PR depends on #19. Therefore in current state cannot be merged.
`MRT_ADD_MEMBERSHIP failed; Errno(19): No such device` looks like network interface which was used during igmpproxy startup disappeared from system. Or that ipv4 address of that network interface was changed. Can...
Just to note that this is only specific to the `quickleave` mode which is not fully compatible with IGMPv2 protocol. So fix (or rather workaround) to this problem is to...
Well, if I understand correctly, PIM protocol is used for multicast routing between multicast routers. IGMP protocol is used for "receiving" multicast traffic from multicast router to client device. igmpproxy...
And IIRC linux kernel still does not allow to run more then one multicast routing application.
I fixed both ISO and UDF superblock modules in libblkid to read last session from multisession optical disc: * ISO - https://github.com/karelzak/util-linux/commit/cf2f10bb5929e6b28195017de99f1ec1843e0671 * UDF - https://github.com/karelzak/util-linux/commit/6408acd9e004034cbc193ffd0ca4566be118de0a But new version of...
> ``` > $ cdemu unload 0; sleep 2; cdemu load 0 MINI_-_UDF-MulSess_1.toc MINI_-_UDF-MulSess_2.toc > ... > $ ~/opt/udftools/bin/udfinfo /dev/sr1 > udfinfo: Warning: First and third Anchor Volume Descriptor Pointer...
> I get the same "udfinfo" warning for a real disc without using cdemu. > But the disc is being mounted without problems by the Linux kernel. That is why...
> But as far as I can see it only contains files from the first session. Looks like that your cdrom emulation software creates holes in /dev/sr0 between sessions and...