similar to: what is IPC$

Displaying 20 results from an estimated 700 matches similar to: "what is IPC$"

2004 May 26
2
duplicate domains in browse list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, i recently upgraded some of my servers from 3.0.2a to 3.0.4 after the upgrade my browselist shows duplicate entries for the domains. one domains is managed by a samba PDC(providing WINS too) and two samba BDC's. the other domains are managed by one samba PDC. 'smbclient -N -L <WINS_SERVER>' shows: - --- Workgroup
2007 May 16
1
SAMBA: Share specific log files
Hi all, We are trying to print the log messages pertaining to each share in a different log file for auditing purposes. We are using Samba v3.0.20b. We are trying to modify the file smbd/service.c::make_connection_snum() function by changing the log file full path. The code changes that is done are as follows: char logfilefullpath[70]; char sharename[256]; safe_strcpy_fn
2015 Oct 29
2
widelinks_warning - but unix extensions *are* off
Hi all Since we changed our installation from Samba 3.x to 4.x (currently 4.2.5 on Solaris 11.1), we repeatedly encounter the following 'widelinks_warning', originating from Windows Server 2012 R2 RDS clients: [2015/10/29 15:50:38.837702, 0] ../source3/param/loadparm.c:4306(widelinks_warning) Share 'data' has wide links and unix extensions enabled. These parameters are
2015 Oct 30
3
widelinks_warning - but unix extensions *are* off
> On 29 Oct 2015, at 23:22, Jeremy Allison <jra at samba.org> wrote: > > On Thu, Oct 29, 2015 at 05:27:49PM +0100, Thomas Werschlein wrote: >> Hi all >> >> Since we changed our installation from Samba 3.x to 4.x (currently 4.2.5 on Solaris 11.1), we repeatedly encounter the following 'widelinks_warning', originating from Windows Server 2012 R2 RDS
2001 Aug 14
2
Wine call graph; wineserver; the "big picture".
Hi, I've been lurking for a while now with a view to starting work on wine - specifically COM and DCOM. I know some people have started some work and there might be some patent issues with COM at least - so maybe DCOM is a better bet (I had the possibly niave idea of implementing COM via DCOM - it would be almost transparent, slower but less "dangerous"). I've read most of the
2019 Apr 29
4
Replication failures
Hai, I snapped this part of you logs. > Successful AuthZ: [DCE/RPC,krb5] user [COMPANY]\[DC6$] [S-1-5-21-2660373802-310620142-1895175072-6626] at [Fri, 26 Apr 2019 10:16:20.224329 PDT] Remote host [ipv4:10.14.16.11:35006] local host [ipv4:10.12.16.11:49153] > [2019/04/26 10:16:23.503632, 0] ../../source4/lib/cmdline/popt_common.c:74(popt_s4_talloc_log_fn) > Bad talloc magic value
2005 Aug 09
1
Undefined references during compiling
I'm attempting to compile the latest samba on an old Mandrake 8.1 system. (Current samba there is 2.2.? and doesn't allow login from XP). During compiling I get a number of error message such as modules/vfs_recycle.po: In function `recycle_connect': modules/vfs_recycle.po(.text+0x23): undefined reference to `DEBUGLEVEL_CLASS' modules/vfs_recycle.po(.text+0x31): undefined
2008 Jul 31
2
[LLVMdev] Is there room for another build system?
On Jul 30, 2008, at 1:15 PM, Kenneth Boyd <zaimoni at zaimoni.com> wrote: > I've been thinking of constructing a mirror test suite coordinated > using > shell scripts (bash) Please no, pick a real language. I love bash and it is fine for any 200 line or less program, but for much beyond that, something else. Python?c? C++?
2001 Feb 01
2
Transgaming, Install Shield, and the dead horse
"Geoffrey L. Hausheer" wrote: > > So not to beat a dead horse or anything, but after seeing Gavriel's note > that InstallShield was working in the latest Transgaming patch (I have no > need of the Direct3d stuff, but I was not able to find any relevant pattches > by Andreas on PATCHES), I installed the patch, and tried out installing > MediaPlayer yet again, and
2008 Aug 01
4
[LLVMdev] Is there room for another build system?
Kenneth Boyd <zaimoni at zaimoni.com> writes: >>> I've been thinking of constructing a mirror test suite coordinated >>> using shell scripts (bash) >> >> Please no, pick a real language. I love bash and it is fine for any >> 200 line or less program, but for much beyond that, something else. >> Python?c? C++? >> > If I thought
2003 Dec 01
1
smb_panic + Backtrace
Hi all After running samba 3.0.0 for a couple of days I get messages like this in my logs which look a bit suspicious :-) to me. Anyone knows what this is all about? The result ist that copy jobs etc. are just signing off. Sorry for not entering this in the bugzilla thing. I am not too familiar using it. The samba version is 3.0.0 running against ldap 2.1.22 Here the globals from my smb.conf
2009 Dec 22
8
Illegal instruction: 4 (core dumped) when running testparm & [sn]mbd with default config
I'm running FreeBSD 8 on a Sheevaplug (ARM5 processor) I compiled and installed Samba 3.3.9 from ports using defaults and defaults for dependencies. I left the smb.conf file untouched, ran testparm and immediately received the coredump. The same happens running smbd and nmbd. Can anyone help me resolve? http://old.nabble.com/file/p26879957/testparm.core.gz testparm.core.gz -- View this
2004 Sep 21
4
Problems compiling samba-3.0.7 on Redhat-7.2
When compiling samba-3.0.7 on Redhat-7.2, stock kernel 2.4.26, I get undefined references: ------- Compiling libads/ads_status.c with -fPIC Linking nsswitch/libnss_wins.so lib/system.po: In function `sys_dlopen': lib/system.po(.text+0xc17): undefined reference to `dlopen' lib/system.po: In function `sys_dlsym': lib/system.po(.text+0xc3b): undefined reference to `dlsym'
2006 Sep 05
3
[LLVMdev] LLVM based Virtual Machine "Environment" idea sanity check.
I've got an idea for a program, and after readig about 1/3 of your documentation, I think LLVM is what I'm looking for. What I'd like now is some help to see if my idea is "sane" and and shed light and direction that could be provided. I want to build a simplified "Virtual Machine" containing: A Terminal Hard Drives (image files) Some Kind Of Networking Device
2008 Aug 01
0
[LLVMdev] Is there room for another build system?
Mike Stump wrote: > On Jul 30, 2008, at 1:15 PM, Kenneth Boyd <zaimoni at zaimoni.com> wrote: > >> I've been thinking of constructing a mirror test suite coordinated >> using >> shell scripts (bash) >> > > Please no, pick a real language. I love bash and it is fine for any > 200 line or less program, but for much beyond that, something
2008 Aug 04
1
[LLVMdev] Is there room for another build system?
David Greene <dag at cray.com> writes: > No problem with Perl either, or Python. Tcl is much less well-known. > > Note that I don't particularly like any of these languages but I'm trying > not to let personal preference get in the way. :) Neither I do. This sub-thread started with a discussion about the feasibility of leaving behing DejaGNU and using `bash'
2006 Sep 05
0
[LLVMdev] LLVM based Virtual Machine "Environment" idea sanity check.
Shawn "AutoDMC" Boles wrote: > I've got an idea for a program, and after readig about 1/3 of your > documentation, I think LLVM is what I'm looking for. > > What I'd like now is some help to see if my idea is "sane" and and shed > light and direction that could be provided. > > I want to build a simplified "Virtual Machine"
2008 Aug 04
0
[LLVMdev] Is there room for another build system?
On Friday 01 August 2008 00:22, Óscar Fuentes wrote: > Kenneth Boyd <zaimoni at zaimoni.com> writes: > >>> I've been thinking of constructing a mirror test suite coordinated > >>> using shell scripts (bash) > >> > >> Please no, pick a real language. I love bash and it is fine for any > >> 200 line or less program, but for much beyond
2008 Jun 12
2
Request for added functionality - tracking and blocking attacks
Somebody please forward this, if this is not an appropiate place to ask the OpenSSH developers for a new feature. As many of us have seen, any sshd left open on the internet eventually becomes the target of password guessing attacks. I am aware of tools for scanning the security logs, and manipulating iptables to block ongoing attacks, but I am not aware of a way to configure sshd itself to
2002 Jul 31
16
Trying to debug a WinXP - Win2000 ADSproblem..HELP!
Now I could be way of base here, but I run 2 samba web servers with approx 8 people working with them. So my exp is limited. When I got here the boxes were set up with server level security and I had tons of problems with them. When I reformatted the units, I actually joined the samba boxes to the domain and set the security to "domain" I found these steps in an old version of Linux-Mag,