Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e9cd877921cc4164aa0ba57ae1fd7526ec6440c3
      
https://github.com/NixOS/nixpkgs/commit/e9cd877921cc4164aa0ba57ae1fd7526ec6440c3
  Author: Joachim Fasting <[email protected]>
  Date:   2015-03-16 (Mon, 16 Mar 2015)

  Changed paths:
    M nixos/modules/misc/ids.nix

  Log Message:
  -----------
  nixos: resolve uid/gid conflicts

This patch resolves all uid/gid conflicts except for nobody/nogroup (seems
to make sense that these are the same).
All conflicts where determined mechanically, but resolutions were manual.
This patch also marks uids/gids with no corresponding group/user as "unused"
(aka. reserved).

Briefly,

- tss group conflicts with dhcpcd
  The tss group id conflicts with dhcpcd: assign
  a new number and add a corresponding tss user.
- elasticsearch uid conflicts with haproxy gid
- resolve firebird/munin conflict
- fix fourstorehttp{,d} typo
- fix ghostOne typo: the service module refers to gids.ghostone, so use that
  in ids
- memcached uid conflicts with users gid
- nagios uid conflicts with disks gid
- nscd uid conflicts with wheel gid
- ntp uid conflicts with tty gid
- resolve postfix/postdrop id uid
- redis uid conflicts with keys gid
- sshd uid conflicts with kmem gid
- tcryptd uid conflicts with openldap gid
- unifi uid conflicts with docker gid
- uptimed uid conflicts with utmp gid
- zope2 uid conflicts with connman gid
- tomcat uid/gid mismatch


  Commit: 3518b761ba2723970fa2744a31c9208e00e44bba
      
https://github.com/NixOS/nixpkgs/commit/3518b761ba2723970fa2744a31c9208e00e44bba
  Author: Joachim Fasting <[email protected]>
  Date:   2015-03-16 (Mon, 16 Mar 2015)

  Changed paths:
    M nixos/modules/services/hardware/tcsd.nix

  Log Message:
  -----------
  TCSD: use tss user/group instead of nginx

For some reason TCSD is configured to use the nginx uid/gid.
Use the newly created tss uid/gid instead.


  Commit: 56bb114905676bc57387a58d920cd0a5c0520eed
      
https://github.com/NixOS/nixpkgs/commit/56bb114905676bc57387a58d920cd0a5c0520eed
  Author: Peter Simons <[email protected]>
  Date:   2015-03-16 (Mon, 16 Mar 2015)

  Changed paths:
    M nixos/modules/misc/ids.nix
    M nixos/modules/services/hardware/tcsd.nix

  Log Message:
  -----------
  Merge pull request #6722 from joachifm/fix-id-mismatches

Fix id mismatches


Compare: https://github.com/NixOS/nixpkgs/compare/30ec369a9903...56bb11490567
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to