similar to: [BUG] Samba 3.0.11: nmbd forgets to close stderr

Displaying 20 results from an estimated 600 matches similar to: "[BUG] Samba 3.0.11: nmbd forgets to close stderr"

2014 Nov 04
1
Solution for: "Samba server does not show up in Windows Network Places"
I may have a solution to this problem but would like any advice on the downside of doing this. Essentially, I remove role check in nmbd.c as follows: --- samba-4.1.13.orig/source3/nmbd/nmbd.c +++ samba-4.1.13/source3/nmbd/nmbd.c @@ -914,16 +914,6 @@ static bool open_sockets(bool isdaemon, reopen_logs(); - if (lp_server_role() == ROLE_ACTIVE_DIRECTORY_DC - && !lp_parm_bool(-1,
1998 Sep 01
0
SOLARIS:SIGPIPE in nmbd (PR#8723)
appro@fy.chalmers.se wrote: > > No, it's not:-) > > static int sig_pipe(void) > { > BlockSignals( True, SIGPIPE ); > > DEBUG( 0, ("Got SIGPIPE\n") ); > if ( !is_daemon ) > exit(1); > BlockSignals( False, SIGPIPE ); > #ifndef DONT_REINSTALL_SIG >
2004 Aug 27
4
samba multiple instances
Hi ! I want to run 2 samba instances on my linux server. the server has 2 ip adresses and i made 2 different smb.conf`s (2 different netbios-names/workgroups bound to specific interfaces - params "interfaces" , "bind interfaces only" and "socket address") furthermore i cloned the start/stopscripts (cp smb/nmb to smb2/nmb2) to use that different smb.conf`s. but that
1998 Aug 18
0
cannot compile samba-1.9.18p8 on SunOS 5.5.1 with gcc 2.7.2
I trying to compile samba-1.9.18p8 on a SunOS 5.5.1 machine using gcc 2.7.2. I setup the makefile to use the SunOS5 defines... # This is for SUNOS5.4 and later (also known as Solaris 2.4 and later) # contributed by Andrew.Tridgell@anu.edu.au FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES LIBSM = -lsocket -lnsl AWK = nawk I get the following compiler error... # make Using CFLAGS =
2004 Aug 06
1
C++ wrapper for speex
Ronald, I suggest we take this discussion off the list after this post. I don't see any problems with your code. However, I can make a few suggestions: 1) If you replace the lines: pSpeexHdr->lpData = (char*)pSound; pSpeexHdr->dwBufferLength = decodedSamples * sizeof(short); with: pSpeexHdr->lpData = lpHdr->lpData; pSpeexHdr->dwBufferLength = lpHdr->dwBufferLength;
2019 Oct 15
0
[PATCH 4/5] virtiofs: Count pending forgets as in_flight forgets
If virtqueue is full, we put forget requests on a list and these forgets are dispatched later using a worker. As of now we don't count these forgets in fsvq->in_flight variable. This means when queue is being drained, we have to have special logic to first drain these pending requests and then wait for fsvq->in_flight to go to zero. By counting pending forgets in fsvq->in_flight, we
2001 Feb 28
0
Half-Life forgets settings
Hi all, I got Half-Life installed successfully (yeah! :) and I can launch it, too. Next I set up some settings, e.g. cd key, video mode etc. But HL doesn't save these values. Next time I start HL, I'm asked again for the cd key etc. I think that's a problem with the registry. But I don't know which trees to edit to save this stuff. Any hints? Thanks, Tilman
2006 Oct 31
0
6423046 zfs_ereport_post() forgets terminating NULL for fm_payload_set()
Author: eschrock Repository: /hg/zfs-crypto/gate Revision: 6dce8c491b72566c24d3925e3cbce4a0937950c7 Log message: 6423046 zfs_ereport_post() forgets terminating NULL for fm_payload_set() Files: update: usr/src/uts/common/fs/zfs/zfs_fm.c
2004 Aug 09
2
syslinux 2.10 - boot floppy forgets the boot parameters
Hi, I suspect this bug has already been reported, but here it is just in case: the bootable floppies I produced with syslinux 2.10 (just by running 'syslinux /dev/fd0') are not able to 'remember' the parameters I pass at the boot prompt. Namely, to boot a USB pen from one of my floppies I pass something like boot: MoviX MEDIA=usb (where MoviX is the boot label) but the usb boot
2008 Jul 10
0
[LLVMdev] InstructionCombining forgets alignment of globals
I think I found it. In InstCombiner::ComputeMaskedBits we have the following lines: if (GlobalValue *GV = dyn_cast<GlobalValue>(V)) { unsigned Align = GV->getAlignment(); if (Align == 0 && TD && GV->getType()->getElementType()->isSized()) Align = TD->getPrefTypeAlignment(GV->getType()->getElementType()); It assumes that global
2008 Jul 10
2
[LLVMdev] InstructionCombining forgets alignment of globals
Hi Nicolas, > if (GlobalValue *GV = dyn_cast<GlobalValue>(V)) { > > unsigned Align = GV->getAlignment(); > > if (Align == 0 && TD && GV->getType()->getElementType()->isSized()) > > Align = TD->getPrefTypeAlignment(GV->getType()->getElementType()); > > It assumes that global values are always optimally
2008 Jul 10
0
[LLVMdev] InstructionCombining forgets alignment of globals
Hi Duncan, I see. I didn't know GlobalValue had a method for changing the alignment (and that 0 meant natural alignment). Explicitly calling setAlignment works like a charm. So it's not an LLVM bug. Thanks, Nicolas -----Original Message----- From: Duncan Sands [mailto:baldrick at free.fr] Sent: Thursday, 10 July, 2008 14:41 To: llvmdev at cs.uiuc.edu Cc: Nicolas Capens Subject: Re:
2008 Jul 10
1
[LLVMdev] InstructionCombining forgets alignment of globals
On Thursday 10 July 2008 07:46, Nicolas Capens wrote: > Hi Duncan, > > I see. I didn't know GlobalValue had a method for changing the alignment > (and that 0 meant natural alignment). Explicitly calling setAlignment works > like a charm. Nicolas, Where are you explicitly calling setAlignment? From llvm-gcc code? -Dave
2015 Jul 06
2
Centos 7 Server Forgets IPv6 Address On Reboot
My Centos 7 server has started to forget its IPv6 address on a reboot. This causes problems with services being unable to start up. It's easy enough to fix each time (ip addr add ...), but it would be nice to be able to convince it to retain that information. Presumably, there's a file somewhere under /etc/sysconfig that should contain this information - does anyone know where it should
2010 Aug 31
2
configure forgets to add -lgcc_s under Solaris 10
Hi all! I built dovecot-1.2.14 on Solaris 10 with gcc as well as cc and had reproducible crashes of imap-login: Aug 31 19:00:05 dovecot: Info: Dovecot v1.2.14 starting up Aug 31 19:00:10 imap-login: Info: Login: user=<someuser>, method=PLAIN, rip=<remote_ip>, lip=<local_ip> Aug 31 19:00:10 IMAP(someuser): Error: ld.so.1: imap: fatal: libgcc_s.so.1: open failed: No such file
2006 Jan 21
2
DO NOT REPLY [Bug 3432] New: rsync -azv --cvs-exclude forgets "LocalSettings.php"
https://bugzilla.samba.org/show_bug.cgi?id=3432 Summary: rsync -azv --cvs-exclude forgets "LocalSettings.php" Product: rsync Version: 2.6.6 Platform: x86 URL: http://pto.linux.dk/albackup.tgz OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core
1999 Mar 31
1
NT PDC forgets it's the domain master browser!
On 31 Mar 99, Jim Watt <jimw@pe-nelson.com> had questions about NT PDC forgets it's the domain master browser! Why???: [snip] > For about a week after the PDC is rebooted, everything is fine. > Clients on both networks can see all the machines in the domain, > indicating that Samba and the PDC are synchronizing browse > lists. Eventually, in the nmbd log, errors like
2000 Sep 21
1
"[.data.frame" forgets about "AsIs" (PR#665)
Short example: > str(d <- data.frame(a = I(letters[1:5]))) `data.frame': 5 obs. of 1 variable: $ a:Class 'AsIs' chr [1:5] "a" "b" "c" "d" ... > str(d[TRUE,,drop = FALSE]) `data.frame': 5 obs. of 1 variable: $ a: chr "a" "b" "c" "d" ... The real problem about this is, that as soon
2002 Aug 22
2
NT4 WINS Server forgets samba servers
Hi, I do not know whether this is a samba problem or an NT feature, but it seems only to occur with samba boxes, so it could be samba's fault: The NT PDC (moritz) runs also the WINS server. It regularly forgets the IP addresses of our samba servers: # nmblookup -U moritz -R hni-gate querying hni-gate on 131.234.166.19 name_query failed to find name hni-gate I then just have to stop and
2007 May 10
2
PATCH Deliver forgets sendmail_path if DEBUG is set
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, Dovecot v1.0.0 deliver erases the environment if DEBUG is set, hence, also (probably) erases SENDMAIL_PATH if it has been read from configuration file. This happens with: Debian Etch, libc-2.3.6.so, gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21). Problem in log: May 10 12:33:07 ux-2s11-9 deliver(dvtest): execv() failed: No such