Displaying 5 results from an estimated 5 matches for "comasys".
2019 Jan 12
0
samba.service is masked (Debian 9)
...a LXC Container based on Proxmox.
> 
> 
Is this all you installed ? :
apt-get install samba
If so try reading this:
https://wiki.samba.org/index.php/Distribution-specific_Package_Installation
Is this basically your smb.conf ? :
[global]
  workgroup = SMBDOMAIN
  realm = SMBDOMAIN.LOCAL.COMASYS.CH
  netbios name = FILE
  server role = active directory domain controller
  dns forwarder = 192.168.0.220
  idmap_ldb:use rfc2307 = yes
  vfs objects = acl_xattr
  map acl inherit = yes
  store dos attributes = yes
  printing = bsd
  load printers = no
  printcap name = /dev/null
  disable spoo...
2019 Jan 12
3
samba.service is masked (Debian 9)
Hello,
please excuse my bad english. But I am not a native speaker.
I installed samba 4 (DC) like this description 
http://tobs.tips/_doc_/ProxMoxDoc/07samba/ on a new Debian 9 System.
After
* apt-get install samba
* service samba stop
* rm -f /etc/samba/smb.conf
* samba-tool domain provision --use-rfc2307 --use-xattrs=yes --interactive
with no error-massages I try to start samba 4 via
2019 Jan 13
0
winbind failed to reset devices.list was: samba.service is masked (Debian 9)
...ll samba attr winbind krb5-config krb5-user
> 
> Default Kerberos version 5 realm: DUCK.LOCALLAN
> Kerberos servers for your realm: fileserver localhost
> Administrative server for your Kerberos realm: fileserver
Hmm, you posted this as part of your smb.conf:
  realm = SMBDOMAIN.LOCAL.COMASYS.CH
  netbios name = FILE
The two do not match.
Can you post the contents of the following files:
/etc/hostname
/etc/hosts
/etc/resolv.conf
Also, if you are going to use the DC as a fileserver, you need to
install more packages from the list.
> 
> But now the Installation of winbind crash...
2019 Jan 13
2
winbind failed to reset devices.list was: samba.service is masked (Debian 9)
Am 12.01.2019 um 23:08 schrieb Rowland Penny via samba:
> On Sat, 12 Jan 2019 22:04:50 +0100
> Anton Blau via samba <samba at lists.samba.org> wrote:
>
> Is this all you installed ? :
> apt-get install samba
>
> If so try reading this:
>
> https://wiki.samba.org/index.php/Distribution-specific_Package_Installation
>
>
Hello Rowland,
thank you for your help.
2019 Jan 13
2
winbind failed to reset devices.list was: samba.service is masked (Debian 9)
...nfig krb5-user
>>
>> Default Kerberos version 5 realm: DUCK.LOCALLAN
>> Kerberos servers for your realm: fileserver localhost
>> Administrative server for your Kerberos realm: fileserver
> Hmm, you posted this as part of your smb.conf:
>
>    realm = SMBDOMAIN.LOCAL.COMASYS.CH
>    netbios name = FILE
>
> The two do not match.
>
> Can you post the contents of the following files:
>
> /etc/hostname
> /etc/hosts
> /etc/resolv.conf
Sorry, this is my
-> smb.conf
# Global parameters
[global]
         netbios name = FILESERVER
         realm...