Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fc6d82cf7630a74697490a152a190b17844affae
      
https://github.com/NixOS/nixpkgs/commit/fc6d82cf7630a74697490a152a190b17844affae
  Author: Bjørn Forsman <[email protected]>
  Date:   2016-12-10 (Sat, 10 Dec 2016)

  Changed paths:
    M pkgs/os-specific/linux/cifs-utils/default.nix

  Log Message:
  -----------
  cifs-utils: add 'talloc' to buildInputs, to build cifs.upcall

Fixes this ./configure symptom:

  configure: WARNING: talloc.h not found, consider installing libtalloc-devel. 
Disabling cifs.upcall.

and is needed to (eventually) fix CIFS + DFS kernel mount on NixOS.


  Commit: d429520b1380599be900408513150c22f759e009
      
https://github.com/NixOS/nixpkgs/commit/d429520b1380599be900408513150c22f759e009
  Author: Bjørn Forsman <[email protected]>
  Date:   2016-12-10 (Sat, 10 Dec 2016)

  Changed paths:
    M pkgs/os-specific/linux/kernel/common-config.nix

  Log Message:
  -----------
  kernel: add CONFIG_CIFS_* like Fedora, Ubuntu

The plan is to fix mounting DFS shares on NixOS (for which some of these
options are needed), but I figured it might be a good idea to enable all
CONFIG_CIFS_* like Fedora 24 and Ubuntu 16.04 while at it. Ubuntu even
has CONFIG_CIFS_SMB311, but as Fedora do not, I left it out.

Mounting DFS shares still doesn't work; need to configure cifs.upcall
and /etc/request-key.conf. Until then, using GVFS as a workaround.


  Commit: 20773854211f2b45af53e4a8cca7339cd47781d3
      
https://github.com/NixOS/nixpkgs/commit/20773854211f2b45af53e4a8cca7339cd47781d3
  Author: Bjørn Forsman <[email protected]>
  Date:   2016-12-10 (Sat, 10 Dec 2016)

  Changed paths:
    M pkgs/os-specific/linux/kernel/common-config.nix

  Log Message:
  -----------
  kernel: enable CONFIG_DYNAMIC_DEBUG (like Fedora and Ubuntu)

It was useful in tracking down CIFS + DFS issue, and it's apparently
enabled by default in two major distros.


Compare: https://github.com/NixOS/nixpkgs/compare/44234570ec21...20773854211f
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to