similar to: Samba 4.2.0rc4 fails to start up

Displaying 20 results from an estimated 20000 matches similar to: "Samba 4.2.0rc4 fails to start up"

2015 Feb 11
3
Samba 4.2.0rc4 fails to start up
> On Wed, Feb 11, 2015 at 11:13:42AM +0100, Volker Lendecke wrote: > > On Tue, Feb 10, 2015 at 08:59:21PM -0800, Jeremy Allison wrote: > > > Ah ok - I expected as much. snprintf seems to be > > > broken in that it's returning -1. > > > > > > Is this our snprintf or one from Solaris ? Can > > > you try and track down why it's returning
2015 Feb 11
4
Samba 4.2.0rc4 fails to start up
I added debuging as follows: /* no O_EXCL, existence check is via the fcntl lock */ lockfile_fd = open(lockfile_name.buf, O_NONBLOCK|O_CREAT|O_WRONLY, 0644); if (lockfile_fd == -1) { ret = errno; DEBUG(1, ("%s: open failed: %s\n", __func__, strerror(errno))); return ret; }
2015 Feb 11
1
Samba 4.2.0rc4 fails to start up
>> On Wed, Feb 11, 2015 at 10:04:03AM -0500, Thomas Schulz wrote: >>>> On Wed, Feb 11, 2015 at 11:13:42AM +0100, Volker Lendecke wrote: >>>> > On Tue, Feb 10, 2015 at 08:59:21PM -0800, Jeremy Allison wrote: >>>> > > Ah ok - I expected as much. snprintf seems to be >>>> > > broken in that it's returning -1. >>>>
2015 Feb 12
2
Samba 4.2.0rc4 fails to start up
On Wed, Feb 11, 2015 at 05:18:27PM +0100, Volker Lendecke wrote: > On Wed, Feb 11, 2015 at 10:04:03AM -0500, Thomas Schulz wrote: > > > On Wed, Feb 11, 2015 at 11:13:42AM +0100, Volker Lendecke wrote: > > > > On Tue, Feb 10, 2015 at 08:59:21PM -0800, Jeremy Allison wrote: > > > > > Ah ok - I expected as much. snprintf seems to be > > > > >
2015 Feb 12
0
Samba 4.2.0rc4 fails to start up
> On Wed, Feb 11, 2015 at 05:18:51PM -0500, Thomas Schulz wrote: > > I went ahead and hand compiled it. It dies with a Segmentation Fault. > > The problem line is: > > > > if (snprintf(buf, 20, "%s", 0) < 3) exit(7); > > > > If I comment that one out then it runs OK and prints 1. > > > > So the Solaris snprintf is most
2015 Apr 21
5
sernet = dead?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The packages are online :-) Am 21.04.15 um 16:53 schrieb L.P.H. van Belle: > thats still the case with the packages but.. 4.2.1 wil build on > jessie fine. ( from source ) Did that today. > > > Gr, > > Louis > > >> -----Oorspronkelijk bericht----- Van: rowlandpenny at googlemail.com >>
2015 Feb 11
0
Samba 4.2.0rc4 fails to start up
> On Wed, Feb 11, 2015 at 03:22:15PM -0500, Thomas Schulz wrote: > > Checking for C99 vsnprintf : not found > > Can you just hand-compile lib/replace/test/snprintf.c and > paste its output? Maybe take a closer look why it fails? > > That's the test we use to check whether we have to replace > snprintf. > > Volker Perhaps what was
2015 Feb 11
0
Samba 4.2.0rc4 fails to start up
On Wed, Feb 11, 2015 at 10:04:03AM -0500, Thomas Schulz wrote: > > On Wed, Feb 11, 2015 at 11:13:42AM +0100, Volker Lendecke wrote: > > > On Tue, Feb 10, 2015 at 08:59:21PM -0800, Jeremy Allison wrote: > > > > Ah ok - I expected as much. snprintf seems to be > > > > broken in that it's returning -1. > > > > > > > > Is this our
2015 Feb 10
1
Samba 4.2.0rc4 fails to start up
I am trying to see if Samba 4.2.0rc4 will run on a Solaris 10 i386 system. After getting it to build, startup fails. Starting it up as smbd -i -d 10 The output indicates that everything is starting normally until the following is output: messaging_dgm_lockfile_create: ftruncate failed: Invalid argument messaging_dgm_init: messaging_dgm_create_lockfile failed: Invalid argument messaging_dgm_init
2015 Feb 12
1
Samba 4.2.0rc4 can't authenticate users
This problem shows up on both Linux and Solaris. I am going to show the logs from a Fedora 2.6.25-14.fc9.i686 machine. We are using 'security = domain' with a Windows 2000 domain controller. We are setting 'password server = starfish2' dispite the fact that the documentation says that this in not necessary as we have found it to be necessary. We are setting 'workgroup =
2012 Jan 20
8
The Recycled PIDs Fix
** Low Priority ** Hi Volker, This is regarding your fix on recycled PIDs. I am an NCP developer from Novell and we use libsmbsharemodes library from Samba for Cross Protocols Locks between NCP, Samba and others. I have few queries regarding your fix. In your fix, you have added a new field called 'unique_id' in the server_id structure and we need to pass this in our call to samba
2012 Nov 27
6
CTDB / Samba / GFS2 - Performance - with Picture Link
Hello, maybe there is someone they can help and answer a question why i get these network screen on my ctdb clusters. I have two ctdb clusters. One physical and one in a vmware enviroment. So when i transfer any files (copy) in a samba share so i get such network curves with performance breaks. I dont see that the transfer will stop but why is that so? can i change anything or does anybody know
2012 Jun 20
8
Winbind Daemon fails to start, group shares no longer functioning
Hello All, I am currently having an issue with my samba PDC. I have recently updated to 3.6.5 Samba, and have made what i believe to be the correct changes in my config to account for the changes to the idmap system. My setup is as follows, SAMBA PDC on RHEL 6.2, which authenticates passwords through Kerberos, and Deals with user profiles via LDAP. I had about 25 Windows clients which were able
2013 Jan 11
3
NT_STATUS_NO_MEMORY when browsing file server on Belkin modem
Hello, Can someone help me to track down the source of this problem? I'm trying to access a file server running on a Belkin modem with an attached USB drive. Judging my the quality of the firmware on the device, I'd say there's a good chance of it being buggy. But it works well enough on a Windows machine, even one running inside Virtualbox under Linux. I therefore see no reason
2015 Feb 12
0
Samba 4.2.0rc4 can't authenticate users
Adding a section of a debug level 5 log at the end that looks like it might have some usefull information. > This problem shows up on both Linux and Solaris. I am going to show > the logs from a Fedora 2.6.25-14.fc9.i686 machine. > > We are using 'security = domain' with a Windows 2000 domain controller. > We are setting 'password server = starfish2' dispite the
2015 Feb 11
4
Fwd: samba & Oracle ACFS Issues
On Wed, Feb 11, 2015 at 10:27:50AM +0100, Nacho del Rey wrote: > Hi Volker and the list > > Yesterday the problem appeared again > > I could launch a strace command over a samba PID to see what was going on > and this is the result > > [PRO] [root at pf3il0024 ~]# strace -frp 57686 > Process 57686 attached - interrupt to quit > 0.000000 fcntl(14, F_SETLKW,
2015 Mar 10
2
Fwd: samba & Oracle ACFS Issues
On Fri, Mar 06, 2015 at 01:38:26PM +0100, Nacho del Rey wrote: > Hi again Volker (& list) > > I think I am very closer of the problem. Sorry, but without access to this system I can't really say what is going on. Please talk to Oracle for support. Samba is running fine on a huge variety of file systems, and if ACFS gives you locking issues, I would request Oracle to fix their
2015 Feb 09
1
Samba 4.2.0rc4 build failure
Should I file a bug at bugzilla.samba.org for problems with a release candidate? > I am not quite certain where to report this, so I will start here. > I am trying to do a test build of Samba 4.2.0rc4 on a Solaris 10 i386 > machine. I ran configure as follows: > > #! /bin/sh > CFLAGS="-O3 -I/opt/local/include" \ >
2015 Jun 03
2
Windows-8 & SMB encryption
Hi Nagendra here I have existing a samba-3 installation which has a smb encrypt as mandatory i.e : smb encrypt* =* mandatory I am trying to connect to this machine's share with windows & I am getting the following error on the windows 8 client System error 5 has occurred. Access is denied. But I use the same client machine to access another windows-8 machine with SMB encryption I am
2015 Feb 11
2
Fwd: samba & Oracle ACFS Issues
On Wed, Feb 11, 2015 at 11:44:24AM +0100, Nacho del Rey wrote: > Ok, it is becoming a nightmare ;-) > Last question Volker > > Is it possible the problem comes from a network device? > At job, we have been suffering problems with a F5 Load Balancer. It seems > that, randomly, it sets the transmission frame to 0 bytes during a while > and routing services don't work very