Displaying 11 results from an estimated 11 matches for "allrecords".
Did you mean:
allrecord
2006 Jan 06
3
Single table inheritance - HowTo?
Hi,
As per another member''s suggestion, I''m trying to user STI. So I have
this table:
CREATE TABLE `settings` (
`id` int(11) unsigned NOT NULL auto_increment,
`type` char(40) NOT NULL default ''General'',
`name` char(40) NOT NULL default '''',
`value` char(128) NOT NULL default '''',
`updated_on` datetime default NULL,
2018 Oct 13
2
Windows Server 2019 / Windows 10 LTSC can't access samba shares on Debian stable 4.5.12
Hello everyone,
when using samba 4.9.1 as a standalone filer, I need to start smbd and
nmbd, don't I?
I'm using:
/local/samba/sbin/smbd -s /local/samba-config/common/smb.conf
/local/samba/sbin/nmbd -s /local/samba-config/common/smb.conf
However smbd. Seems to ignore my lock directory:
(infra) [/local/samba-config/common] grep gencache_notrans.tdb log/smbd
Opening cache file at
2017 Jan 29
5
"net rpc" commands don’t work on Samba AD DC
Hello,
I built Samba 4.5.4 on a FreeBSD 11.0 machine, and I’m trying to set up
an AD DC with a file share.
So I did this:
- enabled ACLs on my UFS2 filesystem (before compilation)
- successfully provisioned (rfc2307, internal DNS)
- tested local shares, DNS, Kerberos
- adjusted NTPd as suggested in Wiki
- added this to the global section of smb.conf:
template shell = /usr/sbin/nologin
template
2016 Oct 26
0
[Announce] Samba 4.4.7 Available for Download
======================================================
"To attract men, I wear a
perfume called 'New Car
Interior'."
Rita Rudner
======================================================
Release Announcements
---------------------
This is the latest stable release of Samba 4.4.
Major enhancements in Samba 4.4.7 include:
o Let winbindd discard expired
2016 Oct 26
0
[Announce] Samba 4.4.7 Available for Download
======================================================
"To attract men, I wear a
perfume called 'New Car
Interior'."
Rita Rudner
======================================================
Release Announcements
---------------------
This is the latest stable release of Samba 4.4.
Major enhancements in Samba 4.4.7 include:
o Let winbindd discard expired
2016 Nov 03
0
[Announce] Samba 4.3.12 Available for Download
======================================================
"I love deadlines. I like the
whooshing sound they make as
they fly by."
Douglas Adams
======================================================
Release Announcements
---------------------
This is the last bug-fix release of Samba 4.3. There will be only security
updates beyond this point.
Major
2016 Nov 03
0
[Announce] Samba 4.3.12 Available for Download
======================================================
"I love deadlines. I like the
whooshing sound they make as
they fly by."
Douglas Adams
======================================================
Release Announcements
---------------------
This is the last bug-fix release of Samba 4.3. There will be only security
updates beyond this point.
Major
2016 Oct 26
0
[Announce] Samba 4.5.1 Available for Download
======================================================
"Yesterday's the past,
tomorrow's the future,
but today is a gift.
That's why it's called the present."
Bil Keane
This release is dedicated to our
friend Lars. We miss him, and our
hearts are with his family.
======================================================
Release Announcements
2016 Oct 26
0
[Announce] Samba 4.5.1 Available for Download
======================================================
"Yesterday's the past,
tomorrow's the future,
but today is a gift.
That's why it's called the present."
Bil Keane
This release is dedicated to our
friend Lars. We miss him, and our
hearts are with his family.
======================================================
Release Announcements
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
2016 Oct 22
0
samba 4.5.0 on HPUX(IA-64) make quicktest fails with error Failed to add entry for user.
Hi Team,
I have build samba 4.5.0.on hpux.
On running make quick test is failing with below error.
I am attaching the logs with log level 10.
*Workaround:- *I have implemented workaround by adding all the test
users(force_user, smbget_user,user1,user2.......) from useradd command.
Is it an expected behavior on hpux ?
Note:- I am not sure if this issue to be send to samba-technical mail list.