Re: ARP requests

2018-11-21 Thread Janne Johansson
That script seems full of linuxisms like ip route and accesses to /sys. Den tor 22 nov. 2018 01:45 skrev stephan : > Hey I am trying to create an Address Resolution Protocol (ARP) > requester'er. > I keep getting an unpack error. > > > here is the code https://pastebin.com/GRh6Cr15 > > and I'm tr

ARP requests

2018-11-21 Thread stephan
Hey I am trying to create an Address Resolution Protocol (ARP) requester'er. I keep getting an unpack error. here is the code https://pastebin.com/GRh6Cr15 and I'm trying to do these functions in def getMAC(ip): send an ARP request, wait for an ARP response, send it to the NIC, and then receive

Re: remove midiplay

2018-11-21 Thread Alexandre Ratchov
On Wed, Nov 21, 2018 at 09:01:38PM +1100, Jonathan Gray wrote: > On Wed, Nov 21, 2018 at 09:35:55AM +0100, Alexandre Ratchov wrote: > > On Wed, Nov 21, 2018 at 10:00:26AM +1100, Jonathan Gray wrote: > > > On Tue, Nov 20, 2018 at 10:02:33PM +0100, Alexandre Ratchov wrote: > > > > Midiplay requires a

Re: makemap.8 patch

2018-11-21 Thread Gilles Chehade
On Tue, Nov 20, 2018 at 04:12:13PM -0600, Edgar Pettijohn wrote: > > > > > why db ? > > Do you need makemap for file backend? > oh gosh am I dumb. your diff is ok, ignore me, will commit later today. -- Gilles Chehade @poolpOrg https://www.poo

Re: remove midiplay

2018-11-21 Thread Jonathan Gray
On Wed, Nov 21, 2018 at 09:35:55AM +0100, Alexandre Ratchov wrote: > On Wed, Nov 21, 2018 at 10:00:26AM +1100, Jonathan Gray wrote: > > On Tue, Nov 20, 2018 at 10:02:33PM +0100, Alexandre Ratchov wrote: > > > Midiplay requires a midi synth to produce sounds. We dropped support > > > for OPL2-style

Re: remove midiplay

2018-11-21 Thread Alexandre Ratchov
On Wed, Nov 21, 2018 at 10:00:26AM +1100, Jonathan Gray wrote: > On Tue, Nov 20, 2018 at 10:02:33PM +0100, Alexandre Ratchov wrote: > > Midiplay requires a midi synth to produce sounds. We dropped support > > for OPL2-style chips, as we've two softsynths in ports to render > > midi. Both already ha