Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. pi@lynx ~ $ sudo apt-get -t wheezy-backports install samba
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages were automatically installed and are no longer required:
  6. libarchive12 libcdio-cdda1 libcdio-paranoia1 libcdio13 libimobiledevice2 libnettle4 libplist1
  7. libsoup-gnome2.4-1 libusbmuxd1 usbmuxd
  8. Use 'apt-get autoremove' to remove them.
  9. The following extra packages will be installed:
  10. python-samba samba-common samba-common-bin samba-dsdb-modules samba-libs samba-vfs-modules
  11. Suggested packages:
  12. bind9 bind9utils ctdb ldb-tools smbldap-tools winbind heimdal-clients
  13. The following NEW packages will be installed:
  14. python-samba samba samba-common samba-common-bin samba-dsdb-modules samba-libs samba-vfs-modules
  15. 0 upgraded, 7 newly installed, 0 to remove and 79 not upgraded.
  16. Need to get 0 B/10.0 MB of archives.
  17. After this operation, 32.3 MB of additional disk space will be used.
  18. Do you want to continue [Y/n]? Y
  19. perl: warning: Setting locale failed.
  20. perl: warning: Please check that your locale settings:
  21. LANGUAGE = (unset),
  22. LC_ALL = (unset),
  23. LC_TIME = "pt_PT.UTF-8",
  24. LC_MONETARY = "pt_PT.UTF-8",
  25. LC_ADDRESS = "pt_PT.UTF-8",
  26. LC_TELEPHONE = "pt_PT.UTF-8",
  27. LC_NAME = "pt_PT.UTF-8",
  28. LC_MEASUREMENT = "pt_PT.UTF-8",
  29. LC_IDENTIFICATION = "pt_PT.UTF-8",
  30. LC_NUMERIC = "pt_PT.UTF-8",
  31. LC_PAPER = "pt_PT.UTF-8",
  32. LANG = "en_GB.UTF-8"
  33. are supported and installed on your system.
  34. perl: warning: Falling back to the standard locale ("C").
  35. locale: Cannot set LC_ALL to default locale: No such file or directory
  36. Preconfiguring packages ...
  37. Selecting previously unselected package samba-libs:armhf.
  38. (Reading database ... 79376 files and directories currently installed.)
  39. Unpacking samba-libs:armhf (from .../samba-libs_2%3a4.1.11+dfsg-1~bpo70+1_armhf.deb) ...
  40. Selecting previously unselected package python-samba.
  41. Unpacking python-samba (from .../python-samba_2%3a4.1.11+dfsg-1~bpo70+1_armhf.deb) ...
  42. Selecting previously unselected package samba-common.
  43. Unpacking samba-common (from .../samba-common_2%3a4.1.11+dfsg-1~bpo70+1_all.deb) ...
  44. Selecting previously unselected package samba-common-bin.
  45. Unpacking samba-common-bin (from .../samba-common-bin_2%3a4.1.11+dfsg-1~bpo70+1_armhf.deb) ...
  46. Selecting previously unselected package samba-dsdb-modules.
  47. Unpacking samba-dsdb-modules (from .../samba-dsdb-modules_2%3a4.1.11+dfsg-1~bpo70+1_armhf.deb) ...
  48. Selecting previously unselected package samba.
  49. Unpacking samba (from .../samba_2%3a4.1.11+dfsg-1~bpo70+1_armhf.deb) ...
  50. Selecting previously unselected package samba-vfs-modules.
  51. Unpacking samba-vfs-modules (from .../samba-vfs-modules_2%3a4.1.11+dfsg-1~bpo70+1_armhf.deb) ...
  52. Processing triggers for man-db ...
  53. locale: Cannot set LC_ALL to default locale: No such file or directory
  54. Setting up samba-libs:armhf (2:4.1.11+dfsg-1~bpo70+1) ...
  55. Setting up python-samba (2:4.1.11+dfsg-1~bpo70+1) ...
  56. Setting up samba-common (2:4.1.11+dfsg-1~bpo70+1) ...
  57. locale: Cannot set LC_ALL to default locale: No such file or directory
  58.  
  59. Creating config file /etc/samba/smb.conf with new version
  60. Setting up samba-common-bin (2:4.1.11+dfsg-1~bpo70+1) ...
  61. Setting up samba-dsdb-modules (2:4.1.11+dfsg-1~bpo70+1) ...
  62. Setting up samba (2:4.1.11+dfsg-1~bpo70+1) ...
  63. Illegal instruction
  64. [....] Starting SMB/CIFS daemon: smbd/usr/sbin/smbd: error while loading shared libraries: libwinbind-client.so.0: cannot open shared object file: No such file or directory
  65. failed!
  66. invoke-rc.d: initscript smbd, action "start" failed.
  67. dpkg: error processing samba (--configure):
  68. subprocess installed post-installation script returned error exit status 1
  69. Setting up samba-vfs-modules (2:4.1.11+dfsg-1~bpo70+1) ...
  70. Errors were encountered while processing:
  71. samba
  72. E: Sub-process /usr/bin/dpkg returned an error code (1)
  73. pi@lynx ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement