Github messages for voidlinux
 help / color / mirror / Atom feed
From: Anachron <Anachron@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: samba update to 4.13.3, cifs-utils update to 6.12
Date: Mon, 04 Jan 2021 19:45:09 +0100	[thread overview]
Message-ID: <20210104184509.ZF8eJiD-X3GDd2Nf14Ci7u7rB2AZPGX1kv5grnCyh_U@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27626@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 2443 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/27626#issuecomment-754138548

Comment:
My cleaning script:

```
#!/bin/sh

sv stop nmbd smbd
! pgrep -f "nmbd -F -S" || kill -9 $(pgrep -f "mbd -F -S")
rm -rf /var/run/samba /var/cache/samba /var/lib/samba
! test -d /etc/samba || mv /etc/samba /etc/samba-$(date +%Y%m%d-%H%M%S).bak
rm /var/service/smbd /var/service/nmbd
xbps-remove -R smbclient samba samba-libs
```

My install script:
```
#!/bin/sh

xbps-install ${@} --repository="${HOME}/pr-27626" samba smbclient
```

Using the default `smb.conf` (minus printers)
```
[global]
   workgroup = MYGROUP
   server string = Samba Server
   server role = standalone server
   log file = /var/log/samba/%m.log
   max log size = 50
   dns proxy = no 
[homes]
   comment = Home Directories
   browseable = no
   writable = yes
```

nmbd is fine:
```
2021-01-04T18:16:35.97146 daemon.notice: Jan  4 19:16:35 nmbd: Samba name server VOID-RPI3 is now a local master browser for workgroup MYGROUP on subnet 192.168.178.20
```

But smbd is still erroring:
```
2021-01-04T18:16:36.30801 daemon.notice: Jan  4 19:16:36 smbd: smbd version 4.13.3 started.
2021-01-04T18:16:36.30821 daemon.notice: Jan  4 19:16:36 smbd: Copyright Andrew Tridgell and the Samba Team 1992-2020
2021-01-04T18:16:36.38221 daemon.notice: Jan  4 19:16:36 smbd: main: Failed to setup RPC server: NT_STATUS_UNSUCCESSFUL
2021-01-04T18:16:36.38247 daemon.notice: Jan  4 19:16:36 smbd: exit_daemon: daemon failed to start: Samba cannot setup ep pipe, error code 13
2021-01-04T18:16:37.70446 daemon.notice: Jan  4 19:16:37 smbd: smbd version 4.13.3 started.
2021-01-04T18:16:37.70471 daemon.notice: Jan  4 19:16:37 smbd: Copyright Andrew Tridgell and the Samba Team 1992-2020
2021-01-04T18:16:37.77915 daemon.notice: Jan  4 19:16:37 smbd: main: Failed to setup RPC server: NT_STATUS_UNSUCCESSFUL
2021-01-04T18:16:37.77944 daemon.notice: Jan  4 19:16:37 smbd: exit_daemon: daemon failed to start: Samba cannot setup ep pipe, error code 13
```

Versions:
```
-bash-5.0# xbps-query -p pkgver samba
samba-4.13.3_1
-bash-5.0# xbps-query -p pkgver smbclient
smbclient-4.13.3_1
-bash-5.0# xbps-query -p pkgver samba-libs
samba-libs-4.13.3_1
-bash-5.0# uname -r
5.4.68_1
```

Edit:
My service files are default, removing `--no-process-group` has no positive effect whatsoever.

  parent reply	other threads:[~2021-01-04 18:45 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-02 19:01 [PR PATCH] " ahesford
2021-01-02 20:23 ` andry-dev
2021-01-03  5:43 ` wangp
2021-01-03 12:07 ` Anachron
2021-01-03 15:01 ` Anachron
2021-01-03 17:47 ` ahesford
2021-01-03 18:02 ` Anachron
2021-01-03 18:58 ` Anachron
2021-01-03 19:03 ` Anachron
2021-01-03 19:32 ` ahesford
2021-01-03 19:42 ` ahesford
2021-01-04 10:17 ` Anachron
2021-01-04 10:44 ` Anachron
2021-01-04 11:42 ` Anachron
2021-01-04 14:43 ` ahesford
2021-01-04 18:28 ` Anachron
2021-01-04 18:45 ` Anachron [this message]
2021-01-04 19:06 ` Anachron
2021-01-04 22:03 ` ahesford
2021-01-04 22:06 ` ahesford
2021-01-04 22:34 ` Anachron
2021-01-04 22:35 ` Anachron
2021-01-04 22:36 ` Anachron
2021-01-04 22:39 ` Anachron
2021-01-04 22:40 ` Anachron
2021-01-04 22:41 ` ericonr
2021-01-04 22:42 ` ericonr
2021-01-05  3:08 ` ahesford
2021-01-05  3:42 ` [PR PATCH] [Closed]: " ahesford
2021-01-05  3:44 ` ahesford
2021-01-05  7:20 ` Anachron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210104184509.ZF8eJiD-X3GDd2Nf14Ci7u7rB2AZPGX1kv5grnCyh_U@z \
    --to=anachron@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).