Frank Hunleth

Results 255 comments of Frank Hunleth

I think this is the line that you're looking for: https://github.com/nerves-project/nerves_firmware_http/blob/master/lib/mix/firmware.push.ex#L54 I agree that it should be configurable. Would you want to try to add it as an option?

See #17 regarding authorization. I don't think that any work has happened on that issue. @ghitchens?

The reason for not using `erl_tar` was that it failed to extract the toolchain tarballs. The initial problem was that we are using GNU Tar to create the tarballs. Upon...

@mobileoverlord @tmecklem Do either you have anything to add? I'm trying to capture the conversation on July 12th regarding this issue since others are seeing it as well.

Believe it or not, I'm not sure that I'm seeing it on Linux. Either that or I'm getting really lucky.

@aadavids Hmm... Could you try a couple things on Linux? First, could you check that the virtual Ethernet interface that shows up on Linux is getting assigned a link local...

I had thought that IPv4 link local addresses would be assigned by default unless they were explicitly disabled. It may be that the system is waiting for DHCP to time...

Update: Since we switched away from using IPv4 link-local addressing on USB gadget Ethernet with the official Nerves systems, mDNS has been work very well. If anyone else runs into...

I tried a few things, but I definitely have the feeling of not knowing enough about mDNS to make good guesses. Here's one iteration: ```elixir domain = "nerves.local" Mdns.Server.add_service(%Mdns.Server.Service{ domain:...

That was my first try.