GithubHelp home page GithubHelp logo

Comments (1)

arsv avatar arsv commented on August 17, 2024

It is deliberate, for a completely unrelated reason: ifctl $iface mode foo waits for /etc/net/mode-foo $iface to finish, so it could report success or failure. Script invocations are strictly serialized, at most one script can be running for a given interface at a given time, so mode-foo $iface will not get spawned until identify exits. So you end up with a deadlock.

I think I should report EBUSY there or something.

PLEASE DON'T DO THAT. You are trying to auto-assign profiles in identify, udevd-style. The whole idea of ifmon is to avoid that. It will never work right with ifmon, it requires a different tool. identify should look like this:

https://github.com/arsv/minibase/blob/8b723a35f7099418312d0bf2f9a4f069a3214e58/src/net2/etc/net/identify

with or without the echo (probably without unless you're trying to debug it). Nothing else should be there. It's up to the user to name profiles and assign them to devices. Just leave /etc/net/mode-wifi as is, and let the user run ifctl wlan0 wifi interactively. Better yet, drop mode-wifi completely, and let wifi itself pick the device.

from minibase.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.