С Новым годом! Форум программистов, компьютерный форум, киберфорум
Ubuntu, Mint Linux
Войти
Регистрация
Восстановить пароль
Карта форума Темы раздела Блоги Сообщество Поиск Заказать работу  
 
 
Рейтинг 4.91/11: Рейтинг темы: голосов - 11, средняя оценка - 4.91
0 / 0 / 0
Регистрация: 03.10.2010
Сообщений: 39
1

Win 7 не может получить доступ к Mint Linux 17.3

20.08.2018, 21:07. Показов 2295. Ответов 22

Author24 — интернет-сервис помощи студентам
Есть ПК с Windows 7 Ultimate на борту
Есть ноут с Mint Linux 17.3
На ноуте установлена samba 4.3.11
При подключении к расшаренной папке на линуксе окно ввода пользователя и пароля проходит, дальше выдаёт ошибку.
В чём может быть проблема?

Файл-конфиг:
Код
#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options most of which 
# are not shown in this example
#
# Some options that are often worth tuning have been included as
# commented-out examples in this file.
#  - When such options are commented with ";", the proposed setting
#    differs from the default Samba behaviour
#  - When commented with "#", the proposed setting is the default
#    behaviour of Samba but the option is considered important
#    enough to be mentioned here
#
# NOTE: Whenever you modify this file you should run the command
# "testparm" to check that you have not made any basic syntactic 
# errors. 

#======================= Global Settings =======================

[global]
	read only = no
	wins support = yes
	workgroup = WORKGROUP
	security = user
	passdb backend = smbpasswd
        hosts allow = 192.168.0.22
        map to guest = Bad User

## Browsing/Identification ###

# Change this to the workgroup/NT-domain name your Samba server will part of

# server string is the equivalent of the NT Description field
	server string = %h server (Samba, Ubuntu)

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
#   wins support = no

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
;   wins server = w.x.y.z

# This will prevent nmbd to search for NetBIOS names through DNS.
	dns proxy = no

#### Networking ####

# The specific set of interfaces / networks to bind to
# This can be either the interface name or an IP address/netmask;
# interface names are normally preferred
;   interfaces = 127.0.0.0/8 eth0

# Only bind to the named interfaces and/or networks; you must use the
# 'interfaces' option above to use this.
# It is recommended that you enable this feature if your Samba machine is
# not protected by a firewall or is a firewall itself.  However, this
# option cannot handle dynamic or non-broadcast interfaces correctly.
;   bind interfaces only = yes



#### Debugging/Accounting ####

# This tells Samba to use a separate log file for each machine
# that connects
	log file = /var/log/samba/log.%m

# Cap the size of the individual log files (in KiB).
	max log size = 1000

# If you want Samba to only log through syslog then set the following
# parameter to 'yes'.
#   syslog only = no

# We want Samba to log a minimum amount of information to syslog. Everything
# should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log
# through syslog you should set the following parameter to something higher.
	syslog = 1

# Do something sensible when Samba crashes: mail the admin a backtrace
	panic action = /usr/share/samba/panic-action %d


####### Authentication #######

# Server role. Defines in which mode Samba will operate. Possible
# values are "standalone server", "member server", "classic primary
# domain controller", "classic backup domain controller", "active
# directory domain controller". 
#
# Most people will want "standalone sever" or "member server".
# Running as "active directory domain controller" will require first
# running "samba-tool domain provision" to wipe databases and create a
# new domain.
	server role = standalone server

# If you are using encrypted passwords, Samba will need to know what
# password database type you are using.  

	obey pam restrictions = yes

# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
	unix password sync = yes

# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Ian Kahan <<kahan@informatik.tu-muenchen.de> for
# sending the correct chat script for the passwd program in Debian Sarge).
	passwd program = /usr/bin/passwd %u
	passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .

# This boolean controls whether PAM will be used for password changes
# when requested by an SMB client instead of the program listed in
# 'passwd program'. The default is 'no'.
	pam password change = yes

# This option controls how unsuccessful authentication attempts are mapped
# to anonymous connections

########## Domains ###########

#
# The following settings only takes effect if 'server role = primary
# classic domain controller', 'server role = backup domain controller'
# or 'domain logons' is set 
#

# It specifies the location of the user's
# profile directory from the client point of view) The following
# required a [profiles] share to be setup on the samba server (see
# below)
;   logon path = \\%N\profiles\%U
# Another common choice is storing the profile in the user's home directory
# (this is Samba's default)
#   logon path = \\%N\%U\profile

# The following setting only takes effect if 'domain logons' is set
# It specifies the location of a user's home directory (from the client
# point of view)
;   logon drive = H:
#   logon home = \\%N\%U

# The following setting only takes effect if 'domain logons' is set
# It specifies the script to run during logon. The script must be stored
# in the [netlogon] share
# NOTE: Must be store in 'DOS' file format convention
;   logon script = logon.cmd

# This allows Unix users to be created on the domain controller via the SAMR
# RPC pipe.  The example command creates a user account with a disabled Unix
# password; please adapt to your needs
; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u

# This allows machine accounts to be created on the domain controller via the 
# SAMR RPC pipe.  
# The following assumes a "machines" group exists on the system
; add machine script  = /usr/sbin/useradd -g machines -c "%u machine account" -d /var/lib/samba -s /bin/false %u

# This allows Unix groups to be created on the domain controller via the SAMR
# RPC pipe.  
; add group script = /usr/sbin/addgroup --force-badname %g

############ Misc ############

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
;   include = /home/samba/etc/smb.conf.%m

# Some defaults for winbind (make sure you're not using the ranges
# for something else.)
;   idmap uid = 10000-20000
;   idmap gid = 10000-20000
;   template shell = /bin/bash

# Setup usershare options to enable non-root users to share folders
# with the net usershare command.

# Maximum number of usershare. 0 (default) means that usershare is disabled.
;	usershare max shares = 100

# Allow users who've been granted usershare privileges to create
# public shares, not just authenticated ones
	usershare allow guests = yes
	username map = /etc/samba/smbusers
;	encrypt passwords = yes
;	guest ok = no
;	guest account = nobody

#======================= Share Definitions =======================

# Un-comment the following (and tweak the other settings below to suit)
# to enable the default home directory shares. This will share each
# user's home directory as \\server\username
;[homes]
;   comment = Home Directories
;   browseable = no

# By default, the home directories are exported read-only. Change the
# next parameter to 'no' if you want to be able to write to them.
;   read only = yes

# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.
;   create mask = 0700

# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
;   directory mask = 0700

# By default, \\server\username shares can be connected to by anyone
# with access to the samba server.
# Un-comment the following parameter to make sure that only "username"
# can connect to \\server\username
# This might need tweaking when using external authentication schemes
;   valid users = %S

# Un-comment the following and create the netlogon directory for Domain Logons
# (you need to configure Samba to act as a domain controller too.)
;[netlogon]
;   comment = Network Logon Service
;   path = /home/samba/netlogon
;   guest ok = yes
;   read only = yes

# Un-comment the following and create the profiles directory to store
# users profiles (see the "logon path" option above)
# (you need to configure Samba to act as a domain controller too.)
# The path below should be writable by all users so that their
# profile directory may be created the first time they log on
;[profiles]
;   comment = Users profiles
;   path = /home/samba/profiles
;   guest ok = no
;   browseable = no
;   create mask = 0600
;   directory mask = 0700

[printers]
	comment = All Printers
	browseable = no
	path = /var/spool/samba
	printable = yes
;	guest ok = no
;	read only = yes
	create mask = 0700

# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
	comment = Printer Drivers
	path = /var/lib/samba/printers
;	browseable = yes
;	read only = yes
;	guest ok = no
# Uncomment to allow remote administration of Windows print drivers.
# You may need to replace 'lpadmin' with the name of the group your
# admin users are members of.
# Please note that you also need to set appropriate Unix permissions
# to the drivers directory for these users to have write rights in it
;   write list = root, @lpadmin

[public]
	comment = Public Stuff
	path = /home/kir/share/
	writeable = yes
	browseable = yes
	available = yes
	guest ok = no
	create mask = 0777
	directory mask = 0777
        write list = @WORKGROUP
Миниатюры
Win 7 не может получить доступ к Mint Linux 17.3  
0
Programming
Эксперт
39485 / 9562 / 3019
Регистрация: 12.04.2006
Сообщений: 41,671
Блог
20.08.2018, 21:07
Ответы с готовыми решениями:

Linux mint + win 8 + uefi + hibernate - пропал загрузчик linux
Здравствуйте, скажу сразу, линукс установил впервые, поэтому может вопрос будет нубский. На ноуте...

Может ли Linux mint или ubuntu навредить железу компьютера
Есть такой интересный вопрос.Может ли ось Linux будь то mint или ubuntu(точнее от неусведомленности...

Как ограничить доступ к жестким дискам? (если ОС Windows 10 и Linux Mint)
На одном компьютере есть 3 физических диска, 2 SSD и 1 HDD К примеру ОС Windows 10 установлена...

Доступ к Linux разделам из Win по сети
Доброго времени суток. Существует такая задумка. Есть одна машина - на ней Linux-система, есть...

22
1041 / 324 / 70
Регистрация: 30.08.2017
Сообщений: 2,084
20.08.2018, 22:05 2
Я так понимаю
Bash
1
hosts allow = 192.168.0.22
это IP винды?
0
0 / 0 / 0
Регистрация: 03.10.2010
Сообщений: 39
20.08.2018, 22:41  [ТС] 3
Да, но без этой строчки тоже не работало
0
1041 / 324 / 70
Регистрация: 30.08.2017
Сообщений: 2,084
20.08.2018, 22:59 4
Цитата Сообщение от Das_Licht Посмотреть сообщение
usershare allow guests = yes
username map = /etc/samba/smbusers
зря я лезу туда, что не щупал (с 4-й самбой не работал), но...
в этих файликах всё настроено?
И на саму папку права-то есть у линуксового пользователя?
логи бы ещё посмотреть...
0
0 / 0 / 0
Регистрация: 03.10.2010
Сообщений: 39
22.08.2018, 08:29  [ТС] 5
1. Думаю что в файлах всё настроено
2. На папку давал права через chmod
3. Как можно активировать логирование?
0
1041 / 324 / 70
Регистрация: 30.08.2017
Сообщений: 2,084
22.08.2018, 13:05 6
Bash
1
log file = /var/log/samba/log.%m
и содержимое /etc/samba/smbusers, пожалуйста.
Я лично тяжело умею помогать в таком режиме, но вдруг случится чудо
0
Эксперт по компьютерным сетям
2408 / 608 / 50
Регистрация: 17.03.2013
Сообщений: 2,212
23.08.2018, 14:25 7
Das_Licht, создавайте самба-юзеров с помощью pdbedit
в теории нет разницы, но вы не первый у кого не работает после smbpasswd
если будут сложности, посмотрите старую статью на https://www.ibm.com/developerw... ic3-313-1/

Не по теме:

у меня в конфиге win-юзеры мапятся
username map = /etc/samba/smbusers

Если всё тип-топ, пароли они не вводят, это окно вообще не появляется.
Хорошо это или плохо - вопрос дискуссионный, но дома удобно. Особо когда есть мартышки женского пола

0
1041 / 324 / 70
Регистрация: 30.08.2017
Сообщений: 2,084
23.08.2018, 17:53 8
На редбуке МежДелМаша про ветку 3.х рассказывается, а у ТС таки 4.
0
0 / 0 / 0
Регистрация: 03.10.2010
Сообщений: 39
27.08.2018, 21:46  [ТС] 9
1. Файл с пользователями:
kir = KIRILL

2. В папке с логами много файлов. Какой из них ковырять?
0
Эксперт по компьютерным сетям
2408 / 608 / 50
Регистрация: 17.03.2013
Сообщений: 2,212
28.08.2018, 01:42 10
<NetBIOS_имя_хоста>.log

Если файл 0 байт размером, проверить debuglevel
sudo smbcontrol <PID_smbd> debuglevel

если все значения в 0, временно выставить debug 2
sudo smbcontrol <PID_smbd> debug 2

Явные баги с авторизацией будут сразу видны
FAILED with error NT_STATUS_NO_SUCH_USER
....
Authentication for user [win_user] -> [unix_user] FAILED with error NT_STATUS_WRONG_PASSWORD
и т.п.
0
0 / 0 / 0
Регистрация: 03.10.2010
Сообщений: 39
28.08.2018, 20:30  [ТС] 11
Мм, я не нашёл файла который начинался б с Net Bios
0
Эксперт по компьютерным сетям
2408 / 608 / 50
Регистрация: 17.03.2013
Сообщений: 2,212
28.08.2018, 21:54 12
??? .... Если удалённый комп именуется в винде vasya-pc, это и будет его имя. Лог файл соотв., vasya-pc.log который будет лежать здесь
/var/log/samba/

в секцию [global]
log file = /var/log/samba/%m.log

И уберите оттуда вот это
passdb backend = smbpasswd
hosts allow = 192.168.0.22
map to guest = Bad User

по дефолту passdb backend = tdbsam
hosts allow если хочется указать в секции про вашу шару, не забыв свой localhost
map to guest по дефолту - Never. Сейчас при ошибке авторизации юзер мапится в guest и не видит сбоя с повторным оконом логона.

Ну и напоследок, виндовый юзер так и зовётся - KIRILL? Или всё же Kiril?
Это винда игнорирует регистр, а у нас всё наооборот: KIRILL не одно и тоже, что Kiril или kiril.
0
0 / 0 / 0
Регистрация: 03.10.2010
Сообщений: 39
06.09.2018, 22:15  [ТС] 13
Лог за 4-е число
Создал пользователя pdbedit, та же ситуация
Вложения
Тип файла: doc log.doc (85.5 Кб, 2 просмотров)
0
1041 / 324 / 70
Регистрация: 30.08.2017
Сообщений: 2,084
08.09.2018, 12:22 14
логи вордом смотреть - это конечно сильно
поюзал малость но под центос.
Код
[global]
	workgroup = SAMBA
	security = user

	passdb backend = tdbsam

	printing = cups
	printcap name = cups
	load printers = yes
	cups options = raw

[share]
	path = /home/user/share
	browsable = yes
	writable = yes
	valid users = user

[share2]
	path = /srv/share
	browsable = yes
	writable = yes
	valid users = user
Простейшая конфигурация. Всё работает. Извините, чем могу...
0
0 / 0 / 0
Регистрация: 03.10.2010
Сообщений: 39
08.09.2018, 18:01  [ТС] 15
Спасибо, уже много чего перепробовал, даже тот же ютуб
По-другому лог закинуть не получилось т.к на форуме ограничения
0
1041 / 324 / 70
Регистрация: 30.08.2017
Сообщений: 2,084
08.09.2018, 18:18 16
а моя конфигурация у вас заработала?
0
0 / 0 / 0
Регистрация: 03.10.2010
Сообщений: 39
09.09.2018, 10:59  [ТС] 17
Цитата Сообщение от _sg2 Посмотреть сообщение
а моя конфигурация у вас заработала?
Нет, всё равно не работает
0
1041 / 324 / 70
Регистрация: 30.08.2017
Сообщений: 2,084
09.09.2018, 13:03 18
пользователь user есть и в ОС и через smbpassword -a user в БД samba?
0
0 / 0 / 0
Регистрация: 03.10.2010
Сообщений: 39
11.09.2018, 20:34  [ТС] 19
Цитата Сообщение от _sg2 Посмотреть сообщение
пользователь user есть и в ОС и через smbpassword -a user в БД samba?
Именно "User" создаться не может, поэтому я подставил своего созданного, так тоже не работает
0
0 / 0 / 0
Регистрация: 03.10.2010
Сообщений: 39
15.09.2018, 17:40  [ТС] 20
Да, и с линукса на Win тоже не заходит через smb://workgroup/
0
15.09.2018, 17:40
inter-admin
Эксперт
29715 / 6470 / 2152
Регистрация: 06.03.2009
Сообщений: 28,500
Блог
15.09.2018, 17:40
Помогаю со студенческими работами здесь

Удаленный доступ из под Win на Linux
Добрый день. Подскажите кто чем пользуется для подключения удаленного доступа из под Win на Linux?...

Ни одна учетная запись не может получить доступ к диску C (в безопасном режиме может)
Ни одна учетная запись не может получить доступ к диску C. Пишет: &quot;Расположение недоступно&quot; Нет...

Linux Mint - 12 и Linux Mint Debian
В чем заключается разница между Linux Mint - 12 и Linux Mint Debian. Добавлено через 30 минут...

Ошибка Kernel driver not installed (rc=-1908) linux в VirtualBox (Linux Mint)
При попытке запустить ВМ в VB вылетает ошибка Kernel driver not installed (rc=-1908)Смотрел в...


Искать еще темы с ответами

Или воспользуйтесь поиском по форуму:
20
Ответ Создать тему
Новые блоги и статьи
Это работает. Скорость асинхронной логики велика. Вопрос видимо останется в стабильности. Плата - огонь!
Hrethgir 13.01.2025
По прошлому проекту в Logisim Evolution прилагаю файл архива проекта Gowin Eda и снимок. Восьмибитный счётчик из сумматора+ генератор сигнала согласования+ стартер fast регистров. Файлы прилагаю. . . .
UserScript для подсветки кнопок языков программировани­­­­я в зависимости от текущего раздела
volvo 13.01.2025
В результате работы этого скрипта подсвечиваются нужные кнопки не только в форме быстрого ответа, но и при редактировании сообщения: / / ==UserScript== / / @name CF_DefaultLangSelect / / . . .
Введение в модели и алгоритмы машинного обучения
InfoMaster 12.01.2025
Машинное обучение представляет собой одну из наиболее динамично развивающихся областей искусственного интеллекта, которая фокусируется на разработке алгоритмов и методов, позволяющих компьютерам. . .
Как на Python создать нейросеть для решения задач
InfoMaster 12.01.2025
В контексте стремительного развития современных технологий особое внимание уделяется таким инструментам, как нейросети. Эти структуры, вдохновленные биологическими нейронными сетями, используются для. . .
Как создать нейросеть для генерации картинок на Python
InfoMaster 12.01.2025
Генерация изображений с помощью искусственных нейронных сетей стала одним из наиболее захватывающих направлений в области компьютерного зрения и машинного обучения. В этой статье мы рассмотрим. . .
Создание нейросети для генерации текста на Python
InfoMaster 12.01.2025
Нейросети, или искусственные нейронные сети, представляют собой модели машинного обучения, вдохновленные работой человеческого мозга. Они состоят из множества взаимосвязанных узлов, или "нейронов",. . .
Как создать нейросеть распознавания изображений на Python
InfoMaster 12.01.2025
Введение в распознавание изображений с помощью нейросетей Распознавание изображений с помощью нейронных сетей стало одним из самых впечатляющих достижений в области искусственного интеллекта. Эта. . .
Основы искуственного интеллекта
InfoMaster 12.01.2025
Искусственный интеллект (ИИ) представляет собой одну из наиболее динамично развивающихся областей современной науки и технологий. В широком смысле под искусственным интеллектом понимается способность. . .
Python и нейросети
InfoMaster 12.01.2025
Искусственные нейронные сети стали неотъемлемой частью современных технологий, революционизировав множество областей - от медицинской диагностики до автономных транспортных средств. Python, благодаря. . .
Python в машинном обучении
InfoMaster 12.01.2025
Python стал неотъемлемой частью современного машинного обучения, завоевав позицию ведущего языка программирования в этой области. Его популярность обусловлена несколькими ключевыми факторами, которые. . .
Создание UI на Python с TKinter
InfoMaster 12.01.2025
TKinter — это одна из наиболее популярных библиотек для создания графических интерфейсов пользователей (GUI) в языке программирования Python. TKinter входит в стандартную библиотеку Python, что. . .
HTML5 в разработке мобильных приложений
InfoMaster 12.01.2025
Введение: Обзор роли HTML5 в мобильной разработке В современном мире мобильных технологий HTML5 стал ключевым инструментом для разработки кроссплатформенных приложений. Эта технология произвела. . .
КиберФорум - форум программистов, компьютерный форум, программирование
Powered by vBulletin
Copyright ©2000 - 2025, CyberForum.ru