Coder Social home page Coder Social logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
I agree, for compatibility reasons.

I can change the uid without problems, as in Alt-F real users id start at 1000, 
but real group id start at 100, so 501 is a problem.

Shall we made happy new or existing Alt-F users?
Alt-F is still beta, so I'm inclined to made the changes.

Original comment by [email protected] on 16 Sep 2011 at 4:01

  • Changed state: Accepted

from alt-f.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
I think it's not a pain to change IDs. We have to manage upgrades, so we can 
create upgrades scripts, that in this specific case do once the first boot 
after upgrade:
 find /wherever_the_mounts_are. -uid 99 -exec chown nobody {} ';'
 find /wherever_the_mounts_are. -gid 99 -exec chown :nogroup {} ';'

We have to take care of problems in the "find" and "chown" commands of busybox.

I think that a planning for the upgrade process is a must do ...

Regarding teh changes, we have to decide what Alt-F is. 
It is a "I am the master of NASs, and I own your data because I'm the best" 
thing or "I am the best and I will give you a transition from a stock firmware 
painless" thing ?
;)

Cheers,
Gabriele

Original comment by [email protected] on 16 Sep 2011 at 4:20

from alt-f.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
I changed my mind.

If we change nobody uid/gid for compatibility reasons, why not to keep also 
users uid/gid? Where to stop?

A wiki or a fix script could be provided to easy the transition.

Original comment by [email protected] on 15 Oct 2011 at 5:46

  • Changed state: WontFix

from alt-f.

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.