search for: smbdoption

Displaying 20 results from an estimated 29 matches for "smbdoption".

Did you mean: smbdoptions
2002 May 23
1
$SMBDOPTIONS in xinetd.conf
...top-daemon -S -n $Name1 -x $DAEMON1 - -D -d 2 start-stop-daemon -S -n $Name2 -x $DAEMON2 - -D -d 2 \ -G musik -n winlux echo "." here comes the rest ..... now the new RH 7.1 version : start() { KIND="SMB" echo -n $"Starting $KIND services: " daemon smbd $SMBDOPTIONS RETVAL=$? echo KIND="NMB" echo -n $"Starting $KIND services: " daemon nmbd $NMBDOPTIONS RETVAL2=$? and so on .... now : whre is optionsfiled or whre can I declare "my options like "-D -d 2 \ -G musik -n winlux" havn't found anything in the docs, so...
2018 Jan 10
2
Issues accessing ZFS-shares on Linux
...-file: [Unit] Description=Samba SMB Daemon Documentation=man:smbd(8) man:samba(7) man:smb.conf(5) After=network.target nmbd.service winbind.service [Service] Type=notify NotifyAccess=all PIDFile=/var/run/samba/smbd.pid LimitNOFILE=16384 EnvironmentFile=-/etc/default/samba ExecStart=/usr/sbin/smbd $SMBDOPTIONS ExecReload=/bin/kill -HUP $MAINPID LimitCORE=infinity [Install] WantedBy=multi-user.target Jeremy Allison via samba kirjoitti 9.1.2018 klo 21:47: > On Tue, Jan 09, 2018 at 07:57:41AM +0200, John Doe via samba wrote: >> I added one testshare /home/testijako and connected to it with the s...
2014 Sep 25
1
launching samba and having logs
...hange service. In the Oopenchange documentation, they advise to launch samba in an interactive mode and a verbose level: I like that. http://www.openchange.org/cookbook/configuring.html # samba -d3 -i -M single The problem is I want to launch it via an init script (centos6) # .... SMBDOPTIONS=" -d3 -M single " # .... start() { echo -n $"Starting Samba services: " daemon samba $SMBDOPTIONS RETVAL=$? echo [ $RETVAL -eq 0 ] && touch /var/lock/subsys/$SAMBA_NAME || \ RETVAL=1 return $RETVAL } # .....
2014 Sep 25
1
launching samba and having logs
...hange service. In the Oopenchange documentation, they advise to launch samba in an interactive mode and a verbose level: I like that. http://www.openchange.org/cookbook/configuring.html # samba -d3 -i -M single The problem is I want to launch it via an init script (centos6) # .... SMBDOPTIONS=" -d3 -M single " # .... start() { echo -n $"Starting Samba services: " daemon samba $SMBDOPTIONS RETVAL=$? echo [ $RETVAL -eq 0 ] && touch /var/lock/subsys/$SAMBA_NAME || \ RETVAL=1 return $RETVAL } # .....
2019 Oct 14
3
Cannot start SMB on CentOS 7
...service; enabled; vendor preset: disabled) ???? Active: failed (Result: exit-code) since Mon 2019-10-14 10:29:59 EDT; 31s ago ???????? Docs: man:smbd(8) ???????????????????? man:samba(7) ???????????????????? man:smb.conf(5) ?? Process: 24991 ExecStart=/usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS (code=exited, status=255) ??Main PID: 24991 (code=exited, status=255) Oct 14 10:29:58 dap002 systemd[1]: Starting Samba SMB Daemon... Oct 14 10:29:59 dap002 smbd[24991]: [2019/10/14 10:29:59.691636,?? 0] ../source3/auth/auth_util.c:1382(make_new_session_info_guest) Oct 14 10:29:59 dap002 smbd[249...
2019 Jul 18
2
Can't find machine account
...u 2019-07-18 11:21:22 CDT; 6min ago ???? Docs: man:smbd(8) ?????????? man:samba(7) ?????????? man:smb.conf(5) ? Process: 992 ExecStartPre=/usr/share/samba/update-apparmor-samba-profile (code=exited, status=0/SUCCESS) ? Process: 1002 ExecStart=/usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS (code=exited, status=1/FAILURE) ?Main PID: 1002 (code=exited, status=1/FAILURE) Jul 18 11:21:22 athena systemd[1]: Starting Samba SMB Daemon... Jul 18 11:21:22 athena smbd[1002]: [2019/07/18 11:21:22.721995,? 0] ../source3/smbd/server.c:1803(main) Jul 18 11:21:22 athena smbd[1002]:?? server rol...
2018 Jan 10
0
Issues accessing ZFS-shares on Linux
...cumentation=man:smbd(8) man:samba(7) man:smb.conf(5) > After=network.target nmbd.service winbind.service > > [Service] > Type=notify > NotifyAccess=all > PIDFile=/var/run/samba/smbd.pid > LimitNOFILE=16384 > EnvironmentFile=-/etc/default/samba > ExecStart=/usr/sbin/smbd $SMBDOPTIONS > ExecReload=/bin/kill -HUP $MAINPID > LimitCORE=infinity > > [Install] > WantedBy=multi-user.target Oh how strange. Must be something to do with systemd's mount facility I'd guess.
2019 Jul 18
0
Can't find machine account
...o > ???? Docs: man:smbd(8) > ?????????? man:samba(7) > ?????????? man:smb.conf(5) > ? Process: 992 > ExecStartPre=/usr/share/samba/update-apparmor-samba-profile > (code=exited, status=0/SUCCESS) > ? Process: 1002 ExecStart=/usr/sbin/smbd --foreground > --no-process-group $SMBDOPTIONS (code=exited, status=1/FAILURE) > ?Main PID: 1002 (code=exited, status=1/FAILURE) > > Jul 18 11:21:22 athena systemd[1]: Starting Samba SMB Daemon... > Jul 18 11:21:22 athena smbd[1002]: [2019/07/18 11:21:22.721995, 0] > ../source3/smbd/server.c:1803(main) > Jul 18 11:21:22 athe...
2019 Oct 14
0
Cannot start SMB on CentOS 7
...sabled) > ???? Active: failed (Result: exit-code) since Mon 2019-10-14 10:29:59 EDT; > 31s ago > ???????? Docs: man:smbd(8) > ???????????????????? man:samba(7) > ???????????????????? man:smb.conf(5) > ?? Process: 24991 ExecStart=/usr/sbin/smbd --foreground > --no-process-group $SMBDOPTIONS (code=exited, status=255) > ??Main PID: 24991 (code=exited, status=255) > > Oct 14 10:29:58 dap002 systemd[1]: Starting Samba SMB Daemon... > Oct 14 10:29:59 dap002 smbd[24991]: [2019/10/14 10:29:59.691636,?? 0] > ../source3/auth/auth_util.c:1382(make_new_session_info_guest) > Oc...
2017 Jun 20
1
[4.2.14-Debian] Smbd not listening on 192.168.0.x on cold start
...ervice [Unit] Description=Samba SMB Daemon Documentation=man:smbd(8) man:samba(7) man:smb.conf(5) After=network.target nmbd.service winbind.service [Service] Type=notify NotifyAccess=all PIDFile=/var/run/samba/smbd.pid LimitNOFILE=16384 EnvironmentFile=-/etc/default/samba ExecStart=/usr/sbin/smbd $SMBDOPTIONS ExecReload=/bin/kill -HUP $MAINPID LimitCORE=infinity [Install] WantedBy=multi-user.target ------------------ cat /lib/systemd/system/nmbd.service [Unit] Description=Samba NMB Daemon Documentation=man:nmbd(8) man:samba(7) man:smb.conf(5) After=network-online.target Wants=network-online.target [...
2020 Sep 16
0
smbd do not start
...:55 CDT; 31s ago > Docs: man:smbd(8) > man:samba(7) > man:smb.conf(5) > Process: 11665 ExecStartPre=/usr/share/samba/update-apparmor-samba-profile (code=exited, status=0/SUCCESS) > Process: 11669 ExecStart=/usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS (code=exited, status=255/EXCEPTION) > Main PID: 11669 (code=exited, status=255/EXCEPTION) > > sep 16 14:06:54 p107 systemd[1]: Starting Samba SMB Daemon... > sep 16 14:06:55 p107 smbd[11669]: [2020/09/16 14:06:55.166345, 0] ../source3/auth/auth_util.c:1382(make_new_session_info_guest)...
2018 Jan 09
2
Issues accessing ZFS-shares on Linux
I added one testshare /home/testijako and connected to it with the same credentials as I would connect to ZFS-shares. Then I did the strace to that particular PID and tried connecting to one ZFS-share. There was indeed an error which might have something to do with this issue: Line 2001: lstat("/tank/rex", 0x7fff1f6fb2c0) = -1 ENOENT (No such file or directory) Im sure that folder
2019 Jan 14
5
Setting 'unix charset' kills the samba share
Hello, When I define *unix charset = ISO-8859-1* in *smb.conf*, it does not work. When I comment it, the share works fine. However, we need to define the charset... When unix charset is Here is the global section of smb.conf [global] workgroup = COMPANY realm = COMPANY.COM security = ADS winbind use default domain = true winbind offline logon = true idmap config * :
2020 Sep 16
4
smbd do not start
...de) since Wed 2020-09-16 14:06:55 CDT; 31s ago Docs: man:smbd(8) man:samba(7) man:smb.conf(5) Process: 11665 ExecStartPre=/usr/share/samba/update-apparmor-samba-profile (code=exited, status=0/SUCCESS) Process: 11669 ExecStart=/usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS (code=exited, status=255/EXCEPTION) Main PID: 11669 (code=exited, status=255/EXCEPTION) sep 16 14:06:54 p107 systemd[1]: Starting Samba SMB Daemon... sep 16 14:06:55 p107 smbd[11669]: [2020/09/16 14:06:55.166345, 0] ../source3/auth/auth_util.c:1382(make_new_session_info_guest) sep 16 14:06:55...
2019 Jan 14
0
Setting 'unix charset' kills the samba share
...usr/lib/systemd/system/smb.service; disabled; vendor preset: disabled) Active: failed (Result: exit-code) since Mon 2019-01-14 15:19:01 EST; 13s ago Docs: man:smbd(8) man:samba(7) man:smb.conf(5) Process: 9214 ExecStart=/usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS (code=exited, status=1/FAILURE) Main PID: 9214 (code=exited, status=1/FAILURE) Status: "daemon failed to start: Samba cannot setup ep pipe" Error: 13 (Permission denied) I changed the log level to 3 to reduce the size. I see this in log.smbd: [2019/01/14 15:25:16.815832, 3]...
2016 Jul 12
1
Option configure
...g-2 smbd.service [Unit] Description=Samba SMB Daemon Documentation=man:smbd(8) man:samba(7) man:smb.conf(5) After=network.target nmb.service winbind.service [Service] Type=notify NotifyAccess=all PIDFile=/run/smbd.pid LimitNOFILE=16384 EnvironmentFile=-/etc/default/samba ExecStart=/usr/sbin/smbd $SMBDOPTIONS ExecReload=/bin/kill -HUP $MAINPID LimitCORE=infinity [Install] WantedBy=multi-user.target nmbd.service [Unit] Description=Samba NMB Daemon Documentation=man:nmbd(8) man:samba(7) man:smb.conf(5) After=network.target [Service] Type=notify NotifyAccess=all PIDFile=/run/nmbd.pid EnvironmentFile=-/...
2018 Jan 10
2
Issues accessing ZFS-shares on Linux
...) man:smb.conf(5) >> After=network.target nmbd.service winbind.service >> >> [Service] >> Type=notify >> NotifyAccess=all >> PIDFile=/var/run/samba/smbd.pid >> LimitNOFILE=16384 >> EnvironmentFile=-/etc/default/samba >> ExecStart=/usr/sbin/smbd $SMBDOPTIONS >> ExecReload=/bin/kill -HUP $MAINPID >> LimitCORE=infinity >> >> [Install] >> WantedBy=multi-user.target > > Oh how strange. Must be something to do with systemd's mount > facility I'd guess. >
2019 Jul 18
3
Can't find machine account
On 07/18/2019 10:41 AM, Rowland penny via samba wrote: > > Anything from here on is nothing to do with your problem, it? is just > artefacts of the clean up. > > It seems to be failing whilst trying to add the 'A' record for your > new DC. > > Lets backtrack a little, I asked if the Windows DC was running a dns > server and you answered 'yes'. Lets
2004 Dec 08
2
configure dual samba 3.0.8 instances-one fedora box
Greetings, I've a need to run 2 instances on one box. I've spent the better part of 2 days looking for docs and howto's and reading the FM. However, I think I'm making too much out of it, thinking that there is more to it than there really is. the first instance is to serve the users, the second instance is for the backup system. I'm running fedora core 2 with samba
2018 Nov 22
2
Standalone Update 4.8.5 -> 4.9.2 smb fails to start ERROR: failed to setup guest info.
...(/usr/lib/systemd/system/smb.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Wed 2018-11-21 17:59:29 CST; 3s ago Docs: man:smbd(8) man:samba(7) man:smb.conf(5) Process: 10684 ExecStart=/usr/bin/smbd --foreground --no-process-group $SMBDOPTIONS (code=exited, status=255) Main PID: 10684 (code=exited, status=255) Nov 21 17:59:29 phoinix systemd[1]: Starting Samba SMB Daemon... Nov 21 17:59:29 phoinix smbd[10684]: [2018/11/21 17:59:29.478644, 0] ../source3/auth/auth_util.c:1382(make_new_session_info_guest) Nov 21 17:59:29 phoinix smbd[10...