[Pkg-javascript-devel] Node.js and it's future in debian

Patrick Ouellette pouelle at debian.org
Thu May 3 17:05:21 UTC 2012


Thanks for the comments!

On Thu, May 03, 2012 at 08:33:43AM -0700, David Ranch wrote:
> 
> From my experience, many MANY Linux hams have customized scripts
> that startup some very elaborate HAM systems.  For many, these
> scripts weren't written by them and the changing of the node command
> could be very difficult for some.  The other aspect is if this
> change came into a package update that could impact production
> systems in VERY remote sites.  This could cause all kinds ugliness
> that can be easily avoided.
> 

One issue here seems to be a perception problem.  The non-ham folks
look at the ax25 how to or similar documentation and see that node is
"usually called from ax25d" or a similar superserver.  This leads them
to believe that the command is only started from one or two "easily 
identified and modified" scripts.

The Node.js side argues that there are many books, tutorials, and scripts
that tell the user to run "node <script>" and so the interaction of the user
and node.js' node command is direct and uncontrollable.

> I can appreciate Debian's goal to keep things moving forward but I'd
> argue that a binary name of "/usr/sbin/nodejs" would be a lot more
> informative with the two additional characters than just calling it
> "node" (and disrupting a well known binary name for us Linux packet
> hams).

I completely agree, but apparently Node.js' upstream has changed the name 
once previously (apparently from a similar problem) and while acknowledging
the name is generic and a poor choice refuses to consider another change.
(According to what I can tell from the Debian discussion.  I have not
talked to Node.js upstream personally.)

FWIW, the commands are NOT in the same path.  The ham radio node command
is /usr/sbin/node and the Node.js command is /usr/bin/node

Debian does NOT allow binaries with the same name to have different functions.
Unfortunately "first come, first served" is not the policy either.


Pat 



More information about the Pkg-javascript-devel mailing list