similar to: Running samba in Kubernetes

Displaying 20 results from an estimated 900 matches similar to: "Running samba in Kubernetes"

2020 Sep 22
0
Running samba in Kubernetes
Hi, just out of curiosity why? Is it a personal challenge? On 9/22/20 1:37 PM, Andrea Cucciarre' via samba wrote: > Hello, > > I have successfully (hopefully) configured samba to run in Kubernetes > pods, basically I have a pod (i.e. container) that run winbindd and join > the Windows AD, and a pod (i.e. container) that run smbd. > I have used socat to allow the unix
2010 Feb 27
3
Port Redirection
Hi Everyone! I''m having problems to redirect an UDP port to an external server. My firewall have 4 interfaces: NET, LOC (192.168.0.0/24), DMZ(192.168.1.0/24), CMTC(10.0.0.0/24). On CMTC interface I have a direct connection to another network using a VPN link. I need to redirect an UDP port to on server (10.1.0.2) on CMTC zone using my local IP (192.168.0.1) for gateway. I will use
2019 Jul 31
5
winbind seems to hang when the DC goes down instead of switching to the other available DC
Hello, I'm running Samba 4.9.5 as domain member, when I bring down the current Window DC (10.50.50.187) the winbind seems to hang instead of switching to the other available DC (10.50.50.25) The "net ads" command show that Samba switched to the other available DC: net ads join -U 'administrator' -S 'PAVONE.HYPERFILE.LOCAL' 'HYPERFILE.LOCAL'^C root at
2020 Oct 29
2
question about winbind rid idmaping
Hello, I have just realized that winbind rid idmapping create the following idmapping for user, below an example: # id HYPERFILE\\simone *uid=11663*(HYPERFILE\simone) gid=10513(HYPERFILE\domain users) groups=10513(HYPERFILE\domain users),*11663*(HYPERFILE\simone),3011(BUILTIN\users) I'm confused about group mapping 11663(HYPERFILE\simone), winbind created a mapping for a group that has
2018 Jun 19
2
Samba 4.5: trying to setup an omnios system as a DC member
Hello, I'm trying to setup an omnios system as a Samba DC member, and I need AD backend for consistent IDs on all Samba clients. The AD join is successful, the wbinfo shows the AD users # /opt/samba/bin/wbinfo -n andrea S-1-5-21-2680195940-2267646359-3814218302-1109 SID_USER (1) however, " getent passwd ..." returns nothing for the user (all the AD user) I have enabled debugging
2020 Oct 29
4
question about winbind rid idmaping
On Thu, Oct 29, 2020 at 7:21 AM Rowland penny via samba < samba at lists.samba.org> wrote: > On 29/10/2020 11:04, Andrea Cucciarre' via samba wrote: > > Hello, > > > > I have just realized that winbind rid idmapping create the following > > idmapping for user, below an example: > > > > # id HYPERFILE\\simone > > *uid=11663*(HYPERFILE\simone)
2013 Sep 13
21
Suggestion for merging xl save/restore/migrate/migrate-receive
Hi, As we talked in http://lists.xen.org/archives/html/xen-devel/2013-09/msg00211.html , I have a suggestion: what about merging xl save/restore/migrate/migrate-receive? Here is the description: xl-migrate.rst Also there is a workaround for the xl migration daemon example: xl-migrate-socat.rst Patch for the example: xen-xl-migrate-socat.patch (I don''t have enough knowledge to
2011 Apr 16
3
calling dovecot exported auth from Java
As far as I have been able to figure out, dovecot auth always works over a Unix domain socket. I believe it is not currently possible to operate dovecot auth over an Internet domain (TCP) socket. Am I correct? I want to call dovecot's exported authentication from a Java application. Java doesn't natively know how to talk to a Unix domain socket, so there are inconveniences. There
2019 Jan 23
2
can't write Samba share as anonymous
Hello, I'm trying to access a Samba share as anonymous/guest user, so I have added the following entry inf file smb.conf (Samba 4.9) guest account = andrea map to guest = bad user ... [test] available = yes browsable = yes guest ok = yes nfs4: acedup = merge nfs4: mode = special path = /var/tmp/test read only = no and the shared directory /var/tmp/test has the following permission (so
2019 Aug 01
1
winbind seems to hang when the DC goes down instead of switching to the other available DC
I have checked the DNS configuration as you recommended, and run more tests. It seems that winbidndd recover itself within about 10 minutes after the DC has been shutdown, not sure where that sort of timeout comes from :( # sleep 60; while true; do date; wbinfo -u; sleep 60; done Thu Aug? 1 16:39:32 CEST 2019 HYPERFILE\guest HYPERFILE\defaultaccount HYPERFILE\krbtgt HYPERFILE\administrator
2018 May 29
2
auth: Error - Request timed out
> Am 29.05.2018 um 11:00 schrieb Aki Tuomi <aki.tuomi at dovecot.fi>: > > > > On 29.05.2018 11:35, Hajo Locke wrote: >> Hello, >> >> >> Am 29.05.2018 um 09:22 schrieb Aki Tuomi: >>> >>> On 29.05.2018 09:54, Hajo Locke wrote: >>>> Hello List, >>>> >>>> i use dovecot 2.2.22 and have the same
2018 Jun 19
0
Samba 4.5: trying to setup an omnios system as a DC member
On Tue, 19 Jun 2018 16:10:33 +0200 Andrea Cucciarrè via samba <samba at lists.samba.org> wrote: > Hello, > > I'm trying to setup an omnios system as a Samba DC member, and I need > AD backend for consistent IDs on all Samba clients. > The AD join is successful, the wbinfo shows the AD users > > # /opt/samba/bin/wbinfo -n andrea >
2018 Jun 20
3
Samba 4.5: trying to setup an omnios system as a DC member
Hello Rowland, thanks, configuring the uidNumber and gidNumber on the AD fixed the issue, now getent passwd works. I just have one remaining issue, it seems the ACL doesn't work. As an example when I set ACL with full permission for user andrea: # /usr/bin/ls -ldV /cache/testsamba/ d---------+  3 root     root           5 Jun 19 19:40 /cache/testsamba/            
2014 Dec 15
0
[PATCH] p2v: avoid connecting to ourself while probing qemu-nbd (RHBZ#1167774)
--- p2v/conversion.c | 43 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 37 insertions(+), 6 deletions(-) diff --git a/p2v/conversion.c b/p2v/conversion.c index 4ff7ecc..14e7b3b 100644 --- a/p2v/conversion.c +++ b/p2v/conversion.c @@ -398,7 +398,8 @@ wait_qemu_nbd (int nbd_local_port, int timeout_seconds) { int sockfd; int result = -1; - struct sockaddr_in addr; + int
2006 Sep 25
2
Auth problem
Dovecot 1.07rc1 on ubuntu 6.04 I get the following problem: root 26375 0.0 0.2 5548 2240 ? Ss Sep15 1:39 /usr/sbin/dovecot root 26376 0.0 0.3 7896 3364 ? S Sep15 0:31 \_ dovecot-auth root 26378 0.0 0.3 8304 3824 ? S Sep15 0:34 \_ dovecot-auth root 26379 0.0 0.4 8668 4152 ? S Sep15 0:38 \_ dovecot-auth root
2018 Jan 31
2
[nbdkit PATCH] tests: test-single: create the fake disk
Make sure the fake disk exist, otherwise nbdkit fails. Also, give the fake disk a less generic file name. --- tests/test-single.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/test-single.sh b/tests/test-single.sh index d60538d..9dc462b 100755 --- a/tests/test-single.sh +++ b/tests/test-single.sh @@ -45,11 +45,13 @@ if ! qemu-img --help >/dev/null; then
2014 Dec 15
2
[PATCH v2 0/1] p2v: avoid connecting to ourself while probing qemu-nbd
Changes since v1: - Set probing source port to be nbd_local_port+1 instead of always using 50124 to deal with multi-disk scenario. - Set SO_REUSEADDR on client socket to avoid issues with old connections in TIME_WAIT. I've been running this for a few hours now using the updated multi-disk test and haven't seen any problems.
2007 Jun 14
1
using 'socat' to relay Dovecot SASL's auth socket over TCP?
hi, i've been running Exim & Dovecot together on the same box. Exim's been sharing Dovecot/SASL auth info over a local unix socket. works great. i'm now splitting Exim & Dovecot onto two different boxes. iiuc, Dovecot ONLY provides a UNIX (local) socket; *not* a TCP socket for over-the-network access. SUre, I could mount the Dovecot socket's volume over NFS ... but
2007 Feb 20
1
How to repeat pri show span and zap show channel commands
Hi, For debugging purpose, it might be useful to repeat every 30s or so, pri show span and zap show channel commands have the results merged with /var/log/asterisk/full log file? Any better idea than running an dedicated shell script with a "asterisk -rx pri show span 1" line ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Apr 09
1
Solution to communicating with UDP and other interfaces (under Linux) using R
I'd spent hours with Google trying to find how to control a separate software package from R via a UDP interface (I could run the package under a "system" command, but that was too slow). I finally figured out a way to communicate with UDP through R, and it works fine (using the "system" command) - it's also fast. (1) install software "socat" (available