Displaying 20 results from an estimated 100 matches similar to: "SSH Agent Forwarding Not Working"
2017 Nov 10
1
Some strange errors in logs
+1 "penny" :-) :-) for my thoughts.. :-p
But yes, that should fix it.
I also suggest, review your logs, you wil notice more messages.
Rsyslog/apt/snmp/postfix/ntp need manual changes after the upgrade.
At least these, maybe more but these are the one i've encountered.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at
2017 Nov 10
0
Some strange errors in logs
Samba - General mailing list wrote
> Hai,
>
> cat "/var/lib/samba/private/named.conf" also please.
> And check if the correct bind9_dlz is enabled.
>
> dpkg -l | grep bind9
> Jessie, should be 9.9
> Stretch should be 9.10
> If this server was upgraded then you need to manualy adjust the file
> above.
> Looks to my bind9-dlz is enable in smb.conf
2018 Aug 01
3
LXC Memory Limits wont work
Hello,
iam currently trying to run LXC Containers with libvirt
but the memory limit doesn't want to work
in the container i see the full 32GB from the Host OS
iam pretty sure that iam missing a configline in the xml
lxc-template ~ # free -m
total used free shared buff/cache
available
Mem: 32108 626 31396 249 85
2019 Jan 21
1
Slow ssh
Hello,
i'm using libvirt/kvm/qemu on a stable Debian Linux KVM 4.9.0-6-amd64 .
qemu-kvm : 1:2.8+dfsg-6+deb9u5
libvirt-daemon : 3.0.0-4+deb9u3
libvirt-clients : 3.0.0-4+deb9u3
virt-manager : 1:1.4.0-5
virt-viewer : 5.0-1
virtinst : 1:1.4.0-5
My guests are made with this kind of command line :
virt-install --connect=qemu:///system --name=debian --ram=2048 --disk
2018 Nov 29
3
samba_dnsupdate REFUSED between Samba4 AD DC and Win 2008r2
Hi,
I've some trouble in getting samba internal DNS server in sync with
others DNS (Windows) of my AD domain.
samba_dnsupdate returns:
update failed: REFUSED
Failed update of 1 entries
I'm running samba Version 4.5.12-Debian
root at mysamba4dc:~# dpkg -l | grep samba
ii python-samba 2:4.5.12+dfsg-2+deb9u3 amd64
Python bindings for Samba
ii
2020 Feb 05
2
ldb errors after upgrade, cause?
Hi!
recently we upgraded a Debian jessie server to Debian buster, with Samba
being upgraded from 4.5.12 (+dfsg-2+deb9u3) to 4.9.5 (+dfsg-5+deb10u1).
A few hours later we saw these errors in syslog:
smbd[26024]: [2020/02/03 11:13:13.631613, 0] ../lib/ldb-samba/ldb_wrap.c:79(ldb_wrap_debug)
smbd[26024]: ldb: Failure during ltdb_lock_read(): Locking error ? Busy
smbd[26024]:
2019 Jan 13
2
winbind failed to reset devices.list was: samba.service is masked (Debian 9)
Am 13.01.2019 um 10:44 schrieb Rowland Penny via samba:
> On Sun, 13 Jan 2019 08:09:52 +0100
> Anton Blau via samba <samba at lists.samba.org> wrote:
> 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 ? :
2017 Sep 05
1
error/crash on mount
Hi,
I am having issues with libguestfs; I am unable to mount a disk either
from cli or via python bindings. This was working previously, but in
order to have access to python3.5 I am trying to upgrade from Debian
8/Jessie to Debian 9/Stretch. Unfortunately the libguestfs error is
getting in the way. Output of libguestfs-test-tool is attached as per
libguestfs.org help.
My current environment:
2018 Oct 24
0
samba 4.8.0 Time Machine crashes on Mac
Hello Adam,
have you tried to increase /run/lock tmpfs mount size on your server yet? On Debian it is 5MB by default that may be not enough for Samba. You can do it by adding the following line into /etc/fstab:
none /run/lock tmpfs nodev,noexec,nosuid,size=10485760 0 0
and `sudo mount -o remount /run/lock' command (or just simply reboot).
Hope it helps.
Regards,
Andriy
On Mar 21
2020 Feb 05
0
ldb errors after upgrade, cause?
Hai Roel,
Is samba-dsdb-modules installed ?
Run : dpkg -l | egrep "samba|winbind|ldb|tdb|tevent|talloc"
That shows it.
Can you try also to run : apt dist-upgrade --autoremove
Most probley there are some leftovers from the dist upgrade,
You can find these with : dpkg -l |egrep "deb[8-9]|jessie|stretch|debian[8-9]"
As far i can remember your just missing a package, its
2018 Oct 13
4
Windows Server 2019 / Windows 10 LTSC can't access samba shares on Debian stable 4.5.12
Hello,
my smb.conf is:
[global]
workgroup = DIRECTORY
interfaces = 10.10.10.1
security = user
map to guest = Bad User
rndc command = /bin/true
[iso]
comment = ISO
browseable = No
public = Yes
guest only = Yes
writable = No
directory = /export/ISO
I'm using Debian 9.5 with samba version
2020 Feb 06
0
ldb errors after upgrade, cause?
Hai Roel,
Ah, ok, so you have hitted a bug.
Might be :
https://bugzilla.samba.org/show_bug.cgi?id=13959
https://bugzilla.samba.org/show_bug.cgi?id=14062
You have a few options, patch it yourself or report it at debian.
Or Upgrade debian to bullseye.
Or use my repo and stay on buster.
Then you have the option goto 4.10.latest or 4.11.latest
(sorry i have not ported 4.9.latest to buster )
2016 Mar 10
10
[Bug 2550] New: ssh can't use an in-memory-only certificate
https://bugzilla.mindrot.org/show_bug.cgi?id=2550
Bug ID: 2550
Summary: ssh can't use an in-memory-only certificate
Product: Portable OpenSSH
Version: 7.2p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at
2020 Feb 06
2
ldb errors after upgrade, cause?
L.P.H. van Belle via samba writes:
> Is samba-dsdb-modules installed ?
Yes, I checked again, and all packages are installed, all of them with the
proper version, and no leftovers.
This server works fine for a half a day, and then these errors happen, so I
think it's unlikely that it's related to the install itself.
I have already made a backup of all tdb files with tdbbackup and
2018 Mar 21
0
samba 4.8.0 Time Machine crashes on Mac
Hello,
I've encountered recurring issue with samba crashes when creating initial
Time Machine backup on samba share from Mac. Whole scenario, details about
software and logs are below.
On Mac client: connected to smb share with "valid user" account; added smb
share as Time Machine disk.
Time machine has been set for automatic backup, I've selected Back Up Now.
Connection dies
2018 Sep 04
3
gencache.tdb size and cache flush
Il 04/09/18 06:00, Volker Lendecke ha scritto:
> Hi!
>
> Technical description below, but the exec summary is: Yes, we have a
> performance problem with gencache.
>
> On Wed, Aug 29, 2018 at 10:28:05AM +0200, Francesco Malvezzi via samba wrote:
>> Hi all,
>>
>> I have a midsize AD domain with some 50k users but only 100 workstations
>> joined.
>>
2020 Feb 11
1
ldb errors after upgrade, cause?
Hi list,
for future reference: we haven't been able to fix it. Upgrading to 4.9.18
didn't help, so in the end we decided to downgrade to our previous version
(4.5.12) which doesn't have this problem. Hooray for tdbbackup!
Thanks Louis for thinking with us.
Best regards,
Roel
And for Google:
smbd[16461]: ldb: Failure during ltdb_lock_read(): Locking error ? Busy
smbd[16461]:
2016 Jul 15
16
[Bug 2598] New: ssh-agent very occasionally won't remove keys or certs despite now() >= lifetime
https://bugzilla.mindrot.org/show_bug.cgi?id=2598
Bug ID: 2598
Summary: ssh-agent very occasionally won't remove keys or certs
despite now() >= lifetime
Product: Portable OpenSSH
Version: 6.9p1
Hardware: amd64
OS: Mac OS X
Status: NEW
Severity: minor
Priority: P5
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.
2017 Nov 10
3
Some strange errors in logs
Hai,
cat "/var/lib/samba/private/named.conf" also please.
And check if the correct bind9_dlz is enabled.
dpkg -l | grep bind9
Jessie, should be 9.9
Stretch should be 9.10
If this server was upgraded then you need to manualy adjust the file above.
Looks to my bind9-dlz is enable in smb.conf but not loaded.
cat /var/log/daemon.log | grep dlz
You should see thing like:
samba_dlz: