Re: [SOLVED] Samba+Kerberos inside LXC container...

2023-10-02 Thread nimrod
I've found a decent workaround for this issue. I set a public IP for the container and put it in the DNS with hostname "samba". Et voilà: $ smbclient //samba/dati -k WARNING: The option -k|--kerberos is deprecated! Try "help" to get a list of possible commands. s

Re: Samba+Kerberos inside LXC container...

2023-09-23 Thread Ulf Volmer
On 23.09.23 18:54, nimrod wrote: The syntax is no problem, it works like a charm with another server, which is not in a container, just a vmWare virtual machine. I don't think that samba and kerberos behave differnt in a lxc container. Both is not kernel related. But as I said, I coul

Re: Samba+Kerberos inside LXC container...

2023-09-23 Thread nimrod
On Fri, 2023-09-22 at 00:27 +0200, Ulf Volmer wrote: > On 19.09.23 14:50, nimrod wrote: > > I'm running an LXC container on a Debian 12 host. The container, > > named > > "samba", aims to share a directory in an Active Directory > > environment > >

Re: Samba+Kerberos inside LXC container...

2023-09-21 Thread Ulf Volmer
On 19.09.23 14:50, nimrod wrote: I'm running an LXC container on a Debian 12 host. The container, named "samba", aims to share a directory in an Active Directory environment (functional level 2016). No really help, I have no AD here. $ smbclient -k //dl560/dati WARNING

Re: Samba+Kerberos inside LXC container...

2023-09-21 Thread nimrod
... it shouldn't be so difficult, but maybe I didn't make my point clear, English is not my language. On Tue, 2023-09-19 at 14:50 +0200, nimrod wrote: > Hi, > > I'm running an LXC container on a Debian 12 host. The container, > named "samba", aims to sha

Samba+Kerberos inside LXC container...

2023-09-19 Thread nimrod
Hi, I'm running an LXC container on a Debian 12 host. The container, named "samba", aims to share a directory in an Active Directory environment (functional level 2016). The container is joined to the domain using the realm command. Inside the container I can login with any doma

Re: Samba server doesn't ask for alternate user credentials...

2022-10-25 Thread nimrod
Dear David, below is what you asked for, I hope it's enough, thanks. On Fri, 2022-10-21 at 17:26 -0700, David Christensen wrote: > On 10/21/22 05:40, nimrod wrote: > > Hi, > > > > I'm running a Debian 10 Samba server with winbind and kerberos in a > > Act

Re: Samba server doesn't ask for alternate user credentials...

2022-10-21 Thread David Christensen
On 10/21/22 05:40, nimrod wrote: Hi, I'm running a Debian 10 Samba server with winbind and kerberos in a Active Directory domain. Domain users can access a unique share, which is then divideded into different directories, each with different file system permissions, based on domain user

Samba server doesn't ask for alternate user credentials...

2022-10-21 Thread nimrod
Hi, I'm running a Debian 10 Samba server with winbind and kerberos in a Active Directory domain. Domain users can access a unique share, which is then divideded into different directories, each with different file system permissions, based on domain users and groups. A single user can

Re: Samba Won't Mount, Buster to Bullseye migration

2021-10-27 Thread Charles Curley
On Wed, 27 Oct 2021 16:46:18 +1100 Keith Bainbridge wrote: > I've only ever seen the 'noauto' amongst the uid= gid= options > > > Are you sure it should be first item in the entry? Dratted line wrap. That is in the comment line above the actual entry line. I put it there to remind me I had

Re: Samba Won't Mount, Buster to Bullseye migration

2021-10-26 Thread David Christensen
On 10/26/21 9:11 PM, Charles Curley wrote: I just re-installed my Samba server, formerly on Buster, now on Bullseye. This has worked in the past, including Bullseye clients mounting a share on a Buster server. I have one share defined, for my user: [samba] path = /crc/samba valid users

Re: Samba Won't Mount, Buster to Bullseye migration

2021-10-26 Thread Keith Bainbridge
On 27/10/21 15:11, Charles Curley wrote: and some experimenting. ,noauto //samba.localdomain/samba /home/charles/samba cifs x-systemd.automount,_netdev,rw,credentials=/etc/samba/charles.credentials,uid=charles,gid=charles,file_mode=0644 0 0 Charles I've only ever see

Samba Won't Mount, Buster to Bullseye migration

2021-10-26 Thread Charles Curley
I just re-installed my Samba server, formerly on Buster, now on Bullseye. This has worked in the past, including Bullseye clients mounting a share on a Buster server. I have one share defined, for my user: [samba] path = /crc/samba valid users = charles read only = no /etc/fstab has the

samba-ad install bug using bind9

2021-05-12 Thread Александр .
  I always use my guide to install samba. I wanna  add string to /etc/bind/named.conf >      include "/var/lib/samba/bind-dns/named.conf" but no this file in new debian version (last I add on 10.2) I added manually, > dlz "AD DNS Zone" { database "dlopen &g

Since iOS 14.5 upgrade problem with Samba Share (no photo upload possible anymore)

2021-05-01 Thread Daniel Schröter
Hello, since iOS upgrade to 14.5 last week I can not upload my photos to my samba share (Debian/unstable) anymore. I tried to increase logging and took a look to wireshark already but didn't found the issue. Anyone else has a problem with Samba since upgrade to iOS 14.5? Thanks! Bye

Re: Help Understanding Samba/ssh/LDAP/sssd/Kerberos/File Sharing?

2021-02-23 Thread Kent West
ll over the map), there are basically three ways of authenticating users > for logging into a Debian box (at the console, or possibly via ssh, or > possibly to access Samba fileshares): > > 1) the oldest and least-preferred method - LDAP and > manual configuration of various files >

Re: Help Understanding Samba/ssh/LDAP/sssd/Kerberos/File Sharing?

2021-02-18 Thread Nicholas Geovanis
. >> > My experience is that any medium-sized and larger organization uses LDAP. > Either Windows based AD acting as LDAP servers or true LDAP servers > handling authentication. > My suggestion is to grab a copy of OReilly's Samba book(s). IBM and Redhat used to have

Re: Help Understanding Samba/ssh/LDAP/sssd/Kerberos/File Sharing?

2021-02-18 Thread Nicholas Geovanis
ver the map), there are basically three ways of authenticating users > for logging into a Debian box (at the console, or possibly via ssh, or > possibly to access Samba fileshares): > > 1) the oldest and least-preferred method - LDAP and > manual configuration of various files >

Help Understanding Samba/ssh/LDAP/sssd/Kerberos/File Sharing?

2021-02-18 Thread Kent West
gging into a Debian box (at the console, or possibly via ssh, or possibly to access Samba fileshares): 1) the oldest and least-preferred method - LDAP and manual configuration of various files 2) the winbindd method - still supported, but perhaps on the road to deprecation in favor of sssd 3) the &q

Re: Guest Samba shares

2020-12-12 Thread deloptes
Paul M Foster wrote: > OMG. That's not an email list. It's a newsgroup. I didn't know anyone > used these anymore. I'll have to figure out how to even read/post there. > It's been decades since I had anything to do with newsgroups. > > Anyway, thanks for the tip. I'll check it out. > you are po

Re: Guest Samba shares

2020-12-12 Thread Andrei POPESCU
On Sb, 12 dec 20, 11:39:26, Paul M Foster wrote: > > I changed the mount to /music, owned by root, but with 777 perms. As a > guest, samba won't permit her to write to the directory. The permissions of the underlying directory are irrelevant, except to prevent regular users f

Re: Guest Samba shares

2020-12-12 Thread Paul M Foster
onjour on the Mac, and Netatalk on Linux. We used it, but for unknown reasons, it would randomly break her connection with the server. So now I'm trying Samba. Paul -- Paul M. Foster http://noferblatz.com http://quillandmouse.com

Re: Guest Samba shares

2020-12-12 Thread Paul M Foster
ts solved without you knowing how you solved it. > > > Perhaps the restart of samba? Or do you mean you re-named tthe mount > point on the mac? > > Pleased it's solved. > > > For what it's worth, I drafted this last night but couldn't send it - > kick

Re: Guest Samba shares

2020-12-12 Thread Dan Ritter
Keith Bainbridge wrote: > On 12/12/20 8:34 am, Paul M Foster wrote: > For what it's worth, I drafted this last night but couldn't send it - > kicking self as I knew most of you would be active whilst I was asleep: > > This article seems to confirm my thought that macOS supports sshfs: > > https:

Re: [OT] Re: Guest Samba shares

2020-12-12 Thread Joe
On Sat, 12 Dec 2020 09:14:49 +1100 David wrote: > > In case you don't know, the 'pi' user can be renamed to whatever you > want, so that might be an alternative way to reach your goal instead > of creating a separate 'paulf' user. > I didn't know what other undocumented quirks might apply to

Re: Guest Samba shares

2020-12-12 Thread Andrei POPESCU
On Vi, 11 dec 20, 17:52:03, Paul M Foster wrote: > > I do use mutt, and have downloaded nn, trn4, tin and slrn to try them > out. I'll pay special attention to slrn. Thanks. Neomutt has built-in NNTP support. Kind regards, Andrei -- http://wiki.debian.org/FAQsFromDebianUser signature.asc Desc

Re: Guest Samba shares

2020-12-11 Thread Keith Bainbridge
On 12/12/20 8:34 am, Paul M Foster wrote: I made various minor changes (like changing the mount to /music) and now the problem appears to be resolved. As is sometimes the case, the problem gets solved without you knowing how you solved it. Perhaps the restart of samba? Or do you mean you re

Re: Guest Samba shares

2020-12-11 Thread Keith Bainbridge
On 12/12/20 5:01 am, Paul M Foster wrote: I have my doubts that there is an active RPi list on which such a question could be answered. But it is, after all, Samba, and you've already seen the smb.conf. Try here: https://discourse.littlebird.com.au/ It is run by our local importer, an

Re: Guest Samba shares

2020-12-11 Thread Keith Bainbridge
On 12/12/20 10:01 am, Keith Bainbridge wrote: On 12/12/20 6:24 am, deloptes wrote: I heard it would work with some 5+ kernel from debian. My experience with the RPi4B was negative, because of the kernel (4.19) in buster. I ended up using the Raspberry Kernel in Debian. My almost stock raspiOS

Re: Guest Samba shares

2020-12-11 Thread Keith Bainbridge
On 12/12/20 6:24 am, deloptes wrote: I heard it would work with some 5+ kernel from debian. My experience with the RPi4B was negative, because of the kernel (4.19) in buster. I ended up using the Raspberry Kernel in Debian. My almost stock raspiOS Pi3 & Pi4 both updated the kernel to 5.4 around

Re: Guest Samba shares

2020-12-11 Thread Paul M Foster
On Fri, Dec 11, 2020 at 04:52:02PM -0500, Dan Ritter wrote: > Joe wrote: > > On Fri, 11 Dec 2020 16:34:24 -0500 > > Paul M Foster wrote: > > > > > > > > > > OMG. That's not an email list. It's a newsgroup. I didn't know anyone > > > used these anymore. I'll have to figure out how to even read

[OT] Re: Guest Samba shares

2020-12-11 Thread David
On Fri, 11 Dec 2020 at 23:19, Paul M Foster wrote: > On Fri, Dec 11, 2020 at 05:35:37PM +1100, Keith Bainbridge wrote: > > On 11/12/20 1:42 pm, Paul M Foster wrote: > On boot, the system only knows paulf as a user. When it boots and mounts > the drive, it mounts it under the pi user. I don't know

Re: Guest Samba shares

2020-12-11 Thread Dan Ritter
Joe wrote: > On Fri, 11 Dec 2020 16:34:24 -0500 > Paul M Foster wrote: > > > > > > OMG. That's not an email list. It's a newsgroup. I didn't know anyone > > used these anymore. I'll have to figure out how to even read/post > > there. It's been decades since I had anything to do with newsgroups

Re: Guest Samba shares

2020-12-11 Thread Joe
On Fri, 11 Dec 2020 16:34:24 -0500 Paul M Foster wrote: > > OMG. That's not an email list. It's a newsgroup. I didn't know anyone > used these anymore. I'll have to figure out how to even read/post > there. It's been decades since I had anything to do with newsgroups. > Claws-mail can do it,

Re: Guest Samba shares

2020-12-11 Thread Paul M Foster
gt; >> 1. it is RaspberryPI OS (based on debian but there is also dedicated list > >> where it could be answered more efficiently) > > > > I have my doubts that there is an active RPi list on which such a > > question could be answered. But it is, after all, Samba,

Re: Guest Samba shares

2020-12-11 Thread deloptes
Andrew M.A. Cater wrote: > It is perfectly feasible to run your Raspberry Pi on (relatively) stock > Debian - https://wiki.debian.org/RaspberryPi with a bit of luck. I heard it would work with some 5+ kernel from debian. My experience with the RPi4B was negative, because of the kernel (4.19) in b

Re: Guest Samba shares

2020-12-11 Thread deloptes
e it could be answered more efficiently) > > I have my doubts that there is an active RPi list on which such a > question could be answered. But it is, after all, Samba, and you've > already seen the smb.conf. > I don't because I am subscribed there - it is hosted on etern

Re: Guest Samba shares

2020-12-11 Thread Paul M Foster
doubts that there is an active RPi list on which such a question could be answered. But it is, after all, Samba, and you've already seen the smb.conf. > 2. The actual user plugging the external disk is paulf but disk mounts as > default user pi Not true. The disk mounts automatically

Re: Guest Samba shares

2020-12-11 Thread Andrew M.A. Cater
ited and less than recent experience with Samba. > > +1 > > and also is important to know what the exact issue is, which would be > visible in the smb log. > > >From what I remember there was the @nobody group that would be used to > access something granted guest permiss

Re: Guest Samba shares

2020-12-11 Thread deloptes
Andrei POPESCU wrote: > Ok, what about permissions for the /media and /media/pi directories? > > > This is likely my last attempt to help with your troubleshooting as I > have only limited and less than recent experience with Samba. +1 and also is important to know what the

Re: Guest Samba shares

2020-12-11 Thread Andrei POPESCU
ly the reason why subscribers of debian-user will be reluctant to even try to help with anything else but a pristine Debian system. > ls -ld: > drwxrwxrwx 3 pi users 4096 Dec 10 16:45 /media/pi/music Ok, what about permissions for the /media and /media/pi directories? This is likely m

Re: Guest Samba shares

2020-12-11 Thread Paul M Foster
On Fri, Dec 11, 2020 at 11:11:57AM +0200, Andrei POPESCU wrote: > On Jo, 10 dec 20, 21:42:49, Paul M Foster wrote: > > On Fri, Dec 11, 2020 at 01:25:56AM +0100, deloptes wrote: > > > > For various reasons, I've set the perms on this mount as 777. > > Please show the output of 'mount' and 'ls -l

Re: Guest Samba shares

2020-12-11 Thread Paul M Foster
On Fri, Dec 11, 2020 at 05:35:37PM +1100, Keith Bainbridge wrote: > On 11/12/20 1:42 pm, Paul M Foster wrote: > > For various reasons, I've set the perms on this mount as 777. Anything > > on a Raspberry Pi gets mounted in the /media/pi hierarchy by default. I > > couldn't see a reason to change i

Re: Guest Samba shares

2020-12-11 Thread Andrei POPESCU
On Jo, 10 dec 20, 21:42:49, Paul M Foster wrote: > On Fri, Dec 11, 2020 at 01:25:56AM +0100, deloptes wrote: > > For various reasons, I've set the perms on this mount as 777. Please show the output of 'mount' and 'ls -ld' for /media/pi/music Kind regards, Andrei -- http://wiki.debian.org/FAQsF

Re: Guest Samba shares

2020-12-10 Thread Keith Bainbridge
On 11/12/20 1:42 pm, Paul M Foster wrote: For various reasons, I've set the perms on this mount as 777. Anything on a Raspberry Pi gets mounted in the /media/pi hierarchy by default. I couldn't see a reason to change it, if I set the permissions appropriately. G'day Paul pi being the default u

Re: Guest Samba shares

2020-12-10 Thread john doe
generally presume that you're using Debian and not some other (presumably Debian-derivative) OS. Stefan Oops. I sent the reply without the reply. Sorry. The Raspberry Pi (the server in this case) runs a variant of Debian, Raspberry Pi OS. Where the disc mounts is an incidental detail.

Re: Guest Samba shares

2020-12-10 Thread Paul M Foster
rs like me generally presume that you're using > Debian and not some other (presumably Debian-derivative) OS. > > > Stefan > Oops. I sent the reply without the reply. Sorry. The Raspberry Pi (the server in this case) runs a variant of Debian, Raspberry Pi O

Re: Guest Samba shares

2020-12-10 Thread Paul M Foster
On Thu, Dec 10, 2020 at 10:09:20PM -0500, Stefan Monnier wrote: > > Anything on a Raspberry Pi gets mounted in the /media/pi hierarchy > > by default. > > I'm pretty sure that it's not the case. It's a matter of the OS you run > on your Pi, not the fact that it's a Raspberry Pi. > > IIUC what y

Re: Guest Samba shares

2020-12-10 Thread Stefan Monnier
> Anything on a Raspberry Pi gets mounted in the /media/pi hierarchy > by default. I'm pretty sure that it's not the case. It's a matter of the OS you run on your Pi, not the fact that it's a Raspberry Pi. IIUC what you're saying is that you're not running plain Debian but some other OS and that

Re: Guest Samba shares

2020-12-10 Thread Paul M Foster
On Fri, Dec 11, 2020 at 01:25:56AM +0100, deloptes wrote: > Paul M Foster wrote: > > > Any idea why contents are not showing up, and what can be done to remedy > > this? > > could be permissions on /media/pi/music ? > > I use it here as domain controller - only dedicated users - not sure about

Re: Guest Samba shares

2020-12-10 Thread deloptes
Paul M Foster wrote: > Any idea why contents are not showing up, and what can be done to remedy > this? could be permissions on /media/pi/music ? I use it here as domain controller - only dedicated users - not sure about the guest settings, but the mount point is strange. Somewhere it said /medi

Guest Samba shares

2020-12-10 Thread Paul M Foster
I've got a Pi with a hard drive connected to it with music on it. I've got SSH configured so I can admin the box headless. I've got FTP configured so I can upload music. Now I'm working on Samba. My wife has a Mac which understands Samba. She can scan the LAN on the Mac and

Re: Corruption of Samba mount points

2020-11-19 Thread Joe
On Thu, 19 Nov 2020 08:40:35 -0500 songbird wrote: > Joe wrote: > ... > > No other replies, so I assume this is another of My Personal Bugs. > > I've reported a few bugs over the years that have turned out to be > > visible only to me. I don't suppose there are any two identical > > installations

Re: Corruption of Samba mount points

2020-11-19 Thread songbird
Joe wrote: ... > No other replies, so I assume this is another of My Personal Bugs. I've > reported a few bugs over the years that have turned out to be visible > only to me. I don't suppose there are any two identical installations > of sid anywhere in the world. > > Maybe this is a hint that it's

Re: Corruption of Samba mount points

2020-11-19 Thread Joe
On Wed, 18 Nov 2020 19:26:59 -0600 David Wright wrote: > On Wed 18 Nov 2020 at 21:41:30 (+), Joe wrote: > > It began with booting this morning. No wallpaper. No network shares > > mounted (they are set to automount using systemd, but if I tried > > accessing most of them, the error message co

Re: Corruption of Samba mount points

2020-11-18 Thread David Wright
On Wed 18 Nov 2020 at 21:41:30 (+), Joe wrote: > It began with booting this morning. No wallpaper. No network shares > mounted (they are set to automount using systemd, but if I tried > accessing most of them, the error message contained the path of the > mount point followed by 'no such device

Corruption of Samba mount points

2020-11-18 Thread Joe
It began with booting this morning. No wallpaper. No network shares mounted (they are set to automount using systemd, but if I tried accessing most of them, the error message contained the path of the mount point followed by 'no such device'. The mount points looked OK in a GUI file manager and al

Bug report - Samba version 4.9.5-Debian

2020-10-04 Thread Martin Kormunda
Hi, Sorry, I am not able to use reportbug. I have installed two debian based OS in Proxmox system. I have a big issue with both of them. 1. Turnkey 16.0 Fileserver 2. OpenMediaVault 5.5.12-1 Both of them are using Samba version 4.9.5-Debian. It works well in both systems until I try to

Re: mount an external usb hdd and share it through samba

2020-05-06 Thread Andrei POPESCU
On Mi, 06 mai 20, 01:35:02, Michael Morgan wrote: > > Since automount works, and samba will work well if I restart it, my guess is > that on boot, samba (smbd service) starts before /usb-hdd is mounted. To > make it working, > I need make sure the fstab mounting happens before sa

Re: mount an external usb hdd and share it through samba

2020-05-06 Thread Marco Möller
On 06.05.20 08:35, Michael Morgan wrote: Dear all, I have an external usb hdd. I would like to automount it on boot and share it through samba. 1) So I put it in the fstab. It automounts correctly on boot, no problem: UUID=XXX /usb-hdd ext4 defaults,nofail 0 0 2) I then share

mount an external usb hdd and share it through samba

2020-05-05 Thread Michael Morgan
Dear all, I have an external usb hdd. I would like to automount it on boot and share it through samba. 1) So I put it in the fstab. It automounts correctly on boot, no problem: UUID=XXX /usb-hdd ext4 defaults,nofail 0 0 2) I then share the directory "/usb-hdd" through

Re: Debugging samba

2019-04-12 Thread deloptes
Kevin DAGNEAUX wrote: > The bug id 13439 give me an interesting info (about kernel / glibc). > I'll follow this thread to see if a solution will be added. > > I'm running kernel 4.9.144-3.1 (from debian repo) I always optimize and use a newer version of the kernel, which I build for the machine

Re: Debugging samba

2019-04-12 Thread Kevin DAGNEAUX
ms.com/community/threads/samba-panic-assert-failed-lock_ref_count-0.55140/ which kernel do you have? The bug id 13439 give me an interesting info (about kernel / glibc). I'll follow this thread to see if a solution will be added. I'm running kernel 4.9.144-3.1 (from debian repo) Kevin <>

Re: Debugging samba

2019-04-12 Thread deloptes
ilar issues https://bugzilla.samba.org/show_bug.cgi?id=13650 https://bugzilla.samba.org/show_bug.cgi?id=13558 https://bugzilla.samba.org/show_bug.cgi?id=13443 https://bugzilla.samba.org/show_bug.cgi?id=13439 https://www.ixsystems.com/community/threads/samba-panic-assert-failed-lock_ref_count-0.55140/ which kernel do you have?

Re: Debugging samba

2019-04-12 Thread Kevin DAGNEAUX
Kevin DAGNEAUX wrote: I'm using samba for lot of years too, i'm having trouble only with the last version from debian repo. Which debian version and which samba version - perhaps I missed this. When crashing, samba don't need to be restarted and windows client just see

Re: Debugging samba

2019-04-12 Thread deloptes
Kevin DAGNEAUX wrote: > I'm using samba for lot of years too, i'm having trouble only with the > last version from debian repo. > Which debian version and which samba version - perhaps I missed this. > When crashing, samba don't need to be restarted and windows clien

Re: Debugging samba

2019-04-12 Thread Kevin DAGNEAUX
Le 11/04/2019 à 16:57, Roberto C. Sánchez a écrit : On Thu, Apr 11, 2019 at 04:45:53PM +0200, Kevin DAGNEAUX wrote: Le 11/04/2019 à 16:27, Roberto C. Sánchez a écrit : On Thu, Apr 11, 2019 at 03:46:11PM +0200, Kevin DAGNEAUX wrote: Hi, I'm having crash problem with samba 2:4.5.16+d

Re: Debugging samba

2019-04-12 Thread Kevin DAGNEAUX
Kevin DAGNEAUX wrote: But now, i've a dependency problem, version of samba in debian-security repo and samba-dbgsym in debian-debug repo are not the sames : may be a similar problem is the root cause for your crashes, because I am running samba for years and my wife uses it from windo

Re: Debugging samba

2019-04-11 Thread deloptes
Kevin DAGNEAUX wrote: > But now, i've a dependency problem, version of samba in debian-security > repo and samba-dbgsym in debian-debug repo are not the sames : may be a similar problem is the root cause for your crashes, because I am running samba for years and my wife uses it from

Re: Debugging samba

2019-04-11 Thread Roberto C . Sánchez
On Thu, Apr 11, 2019 at 04:45:53PM +0200, Kevin DAGNEAUX wrote: > Le 11/04/2019 à 16:27, Roberto C. Sánchez a écrit : > > On Thu, Apr 11, 2019 at 03:46:11PM +0200, Kevin DAGNEAUX wrote: > > > Hi, > > > > > > I'm having crash problem with samba 2:4.5.

Re: Debugging samba

2019-04-11 Thread Kevin DAGNEAUX
Le 11/04/2019 à 16:27, Roberto C. Sánchez a écrit : On Thu, Apr 11, 2019 at 03:46:11PM +0200, Kevin DAGNEAUX wrote: Hi, I'm having crash problem with samba 2:4.5.16+dfsg-1+deb9u1 in debian 9.8, i'm trying to debug it so i can't find the package samba-dbg. Is there a way to debu

Re: Debugging samba

2019-04-11 Thread Roberto C . Sánchez
On Thu, Apr 11, 2019 at 03:46:11PM +0200, Kevin DAGNEAUX wrote: > Hi, > > I'm having crash problem with samba 2:4.5.16+dfsg-1+deb9u1 in debian 9.8, > i'm trying to debug it so i can't find the package samba-dbg. > > Is there a way to debug samba without samba-db

Debugging samba

2019-04-11 Thread Kevin DAGNEAUX
Hi, I'm having crash problem with samba 2:4.5.16+dfsg-1+deb9u1 in debian 9.8, i'm trying to debug it so i can't find the package samba-dbg. Is there a way to debug samba without samba-dbg? Kevin <>

Samba as a Domain Member in Stretch

2018-12-26 Thread Chris
Can anyone reproduce this? Using Samba as an AD (2k12) domain member in Stretch (2:4.5.12+dfsg-2+deb9u4) with tdb as default and rid as domain backend. No overlapping. Everything works fine. Setup was done as in the wiki [1]. Error NT_STATUS_NETWORK_SESSION_EXPIRED after 10 h (service ticket

Re: Setting up samba (2:4.5.12+dfsg-2+deb9u4) ... Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked.

2018-12-04 Thread David Christensen
On 12/4/18 12:09 AM, john doe wrote: On 12/4/2018 6:00 AM, David Christensen wrote: On 12/2/18 11:39 PM, john doe wrote: On 12/2/2018 9:27 PM, David Christensen wrote: debian-user: I have a Debian 9 machine with Samba: 2018-12-02 12:14:24 dpchrist@dipsy ~ $ cat /etc/debian_version 9.6 2018

Re: Setting up samba (2:4.5.12+dfsg-2+deb9u4) ... Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked.

2018-12-04 Thread David Christensen
posing the strings "smb" and "serv*" falls foul of a trademark, hence the coining of "samba" for the name of the implementation. Ok. David

Re: Setting up samba (2:4.5.12+dfsg-2+deb9u4) ... Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked.

2018-12-04 Thread David Wright
ides it. However, juxtaposing the strings "smb" and "serv*" falls foul of a trademark, hence the coining of "samba" for the name of the implementation. Cheers, David.

Re: Setting up samba (2:4.5.12+dfsg-2+deb9u4) ... Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked.

2018-12-04 Thread john doe
On 12/4/2018 6:00 AM, David Christensen wrote: > On 12/2/18 11:39 PM, john doe wrote: >> On 12/2/2018 9:27 PM, David Christensen wrote: >>> debian-user: >>> >>> I have a Debian 9 machine with Samba: >>> >>> 2018-12-02 12:14:24 dpchrist@dipsy ~

Re: Setting up samba (2:4.5.12+dfsg-2+deb9u4) ... Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked.

2018-12-03 Thread David Christensen
On 12/2/18 11:39 PM, john doe wrote: On 12/2/2018 9:27 PM, David Christensen wrote: debian-user: I have a Debian 9 machine with Samba: 2018-12-02 12:14:24 dpchrist@dipsy ~ $ cat /etc/debian_version 9.6 2018-12-02 12:14:29 dpchrist@dipsy ~ $ uname -a Linux dipsy 4.9.0-8-amd64 #1 SMP Debian

Re: Setting up samba (2:4.5.12+dfsg-2+deb9u4) ... Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked.

2018-12-03 Thread john doe
On 12/3/2018 8:39 AM, john doe wrote: > On 12/2/2018 9:27 PM, David Christensen wrote: >> debian-user: >> >> I have a Debian 9 machine with Samba: >> >> 2018-12-02 12:14:24 dpchrist@dipsy ~ >> $ cat /etc/debian_version >> 9.6 >> >> 2018-12-

Re: Setting up samba (2:4.5.12+dfsg-2+deb9u4) ... Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked.

2018-12-02 Thread john doe
On 12/2/2018 9:27 PM, David Christensen wrote: > debian-user: > > I have a Debian 9 machine with Samba: > > 2018-12-02 12:14:24 dpchrist@dipsy ~ > $ cat /etc/debian_version > 9.6 > > 2018-12-02 12:14:29 dpchrist@dipsy ~ > $ uname -a > Linux dipsy 4.9.0-8-amd64

Setting up samba (2:4.5.12+dfsg-2+deb9u4) ... Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked.

2018-12-02 Thread David Christensen
debian-user: I have a Debian 9 machine with Samba: 2018-12-02 12:14:24 dpchrist@dipsy ~ $ cat /etc/debian_version 9.6 2018-12-02 12:14:29 dpchrist@dipsy ~ $ uname -a Linux dipsy 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux I updated and upgraded it today: 2018-12-02

Re: errors installing Samba 4 on Debian/Stretch

2018-10-17 Thread Roberto C . Sánchez
On Wed, Oct 17, 2018 at 06:29:27PM -0400, Gary Dale wrote: > I'm posting this here because the problem seems to be with the package > rather than with Samba. When I run apt install samba I get > (SNIP) > Job for smbd.service failed because the control process exited with er

errors installing Samba 4 on Debian/Stretch

2018-10-17 Thread Gary Dale
I'm posting this here because the problem seems to be with the package rather than with Samba. When I run apt install samba I get root@TheLibrarian:~# apt install samba Reading package lists... Done Building dependency tree Reading state information... Done The following additional pac

Debian Jessie: Issue with Samba 4 as PDC with NTPd and Windows 7 clients

2017-12-07 Thread Jens Schmidt
Hello there, debian is the best - when it works :-) Maybe someone of you will have an idea. I've run into an issue with time synchronisation on windows 7 clients in a samba 4 ad domain. Setup is as follows: Server is running debian jessie with samba 4 as PDC and NTPd. I followed the tut

Re: [Semi-OT] samba

2017-09-29 Thread Chris
On Sun, 24 Sep 2017 15:21:40 +0200 Pol Hallen wrote: > I looking for a windows program to automatize transfer of file from > windows to samba file server robocopy? Bash? What do you want to automatize? - Chris

Re: [Semi-OT] samba

2017-09-24 Thread Alexander V. Makartsev
Cmd script using xcopy.exe or robocopy.exe should be sufficient. On 24.09.2017 18:21, Pol Hallen wrote: > Hi all :-) > > I looking for a windows program to automatize transfer of file from > windows to samba file server > > any idea? > > thanks! > > Pol >

[Semi-OT] samba

2017-09-24 Thread Pol Hallen
Hi all :-) I looking for a windows program to automatize transfer of file from windows to samba file server any idea? thanks! Pol

Re: samba config

2017-07-29 Thread Tjm
I know how that goes. And in keeping with that line of action I may I investigate further but I since the rest of the setup works, probably not. Tony On July 29, 2017 11:58:04 AM PDT, Joe wrote: >On Sat, 29 Jul 2017 10:16:16 -0700 >tony mollica wrote: > >> I do have gvfs installed. >> >> Plea

Re: samba config

2017-07-29 Thread Joe
On Sat, 29 Jul 2017 10:16:16 -0700 tony mollica wrote: > I do have gvfs installed. > > Please explain why that would affect the smbclient command. > No idea, I didn't look into it, but it made smbclient work for me on one of my machines. Found on the Net... You know how it is, the moment some

Re: samba config

2017-07-29 Thread tony mollica
I do have gvfs installed. Please explain why that would affect the smbclient command. Tony On 07/28/2017 10:48 AM, Joe wrote: On Fri, 28 Jul 2017 08:53:56 -0700 tony mollica wrote: Hello. Maybe a minor samba config problem but searches only show up some very old stuff and that doesn&#

Re: samba config

2017-07-29 Thread tony mollica
Thanks. Tried that and didn't help. Tony On 07/28/2017 10:45 AM, Fekete Tamás wrote: Hy Tony! I would give one more trial. Please use the name what is defined in your /etc/samba/smb.conf in the global section with "netbios name =" If nothing is set, set something, restart th

Re: samba config

2017-07-28 Thread Joe
On Fri, 28 Jul 2017 08:53:56 -0700 tony mollica wrote: > Hello. > > Maybe a minor samba config problem but searches only show up some > very old stuff and that doesn't appear to rectify the problem. > > Once, again, Debian Stretch with samba installed. All I need is t

Re: samba config

2017-07-28 Thread Fekete Tamás
Hy Tony! I would give one more trial. Please use the name what is defined in your /etc/samba/smb.conf in the global section with "netbios name =" If nothing is set, set something, restart the smbd and nmbd service and try with the newly configured name. If that neither works, I

Re: samba config

2017-07-28 Thread tony mollica
-like name, but as I know the whole SAMBA uses netbios naming conventions. So please try with the IP address. - Tamas Fekete Debian v9.0 user 2017-07-28 17:53 GMT+02:00 tony mollica <mailto:t...@threedogs.net>>: Hello. Maybe a minor samba config problem but searches only sho

Re: samba config

2017-07-28 Thread Fekete Tamás
Hello Tony! What if you use IP address instead of localhost? 127.0.0.1 might better than localhost, as localhost is a DNS-like name, but as I know the whole SAMBA uses netbios naming conventions. So please try with the IP address. - Tamas Fekete Debian v9.0 user 2017-07-28 17:53 GMT+02:00 tony

samba config

2017-07-28 Thread tony mollica
Hello. Maybe a minor samba config problem but searches only show up some very old stuff and that doesn't appear to rectify the problem. Once, again, Debian Stretch with samba installed. All I need is to access a few files on Stretch from a win7 box, and that works. What I can

(SOLVED) Samba update, apt-listchanges, Pulseaudio, and X not starting

2017-07-25 Thread Marc Shapiro
I had a whole series of problems that cropped up, one after the other and trying to deal with them individually seemed virtually impossible. However... The problem with Samba updates and apt-listchanges turned out to be a PEBKAC issue. I was working with something in Python that needed

Samba / Domain Member

2017-07-22 Thread Neo
= OURDOM.NET dns_lookup_realm = false dns_lookup_kdc = true ticket_lifetime = 24h renew_lifetime = 7d cat /etc/samba/smb.conf [global] workgroup = ourdom security = ADS realm = our.realm.net log file = /var/log/samba/%m.log log level = 1 idmap config

Re: SAMBA problems on Debian 8.8

2017-07-17 Thread Frank Miles
On Sat, 15 Jul 2017 17:10:03 +0200, Jason Wittlin-Cohen wrote: > You are running an out-of-date version of samba (2:4.2.14+dfsg-0+deb8u6 > vs. 4.2.14+dfsg-0+deb8u7+b1). In addition, you seem to be missing > samba-common-bin, samba-dsdb-modules, and python-samba, all of which are >

  1   2   3   4   5   6   7   8   9   10   >