similar to: samba Digest, Vol 131, Issue 16

Displaying 20 results from an estimated 5000 matches similar to: "samba Digest, Vol 131, Issue 16"

2013 Nov 09
1
What's a sensible log level?
trentbuck at gmail.com (Trent W. Buck) writes: > I had a samba 4.0.9 AD DC (no other DCs), and I'm trying to join Windows > hosts to it. Most either automatically migrated, or worked fine when I > changed them to "workgroup" and back again, as Administrator. > > Three of them aren't, the client side says > > The following error occurred attempting to
2013 Nov 14
1
empty password
Samba-4.0.10 in AD mode. I need to have an account with an empty password. After checking the smb.conf manpage (and also smbpasswd manpage), I added to the smb.conf file: null passwords = Yes The result is a warning from commands like smbstatus: WARNING: The "null passwords" option is deprecated I cannot find the new option to achieve this. How is it supposed to be configured
2000 Oct 30
1
Compatibility with 1.2.16 (commercial)?
Hi folks, I'm currently trying to connect to version 1.2.16 of the commercial server. The server says it supports protocol version 1.4 and that that is incompatible with protocol version 1.5. Is that actually true? The complete output from "ssh -v xxxxxxx" is: $ ./ssh -v xxxxxxx SSH Version OpenSSH_2.3.0p1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug:
2008 Nov 02
1
[LLVMdev] llvm-2.4 prerelease gfortran results
Anton, With regard to the gfortran test cases which don't fail on x86_64 Linux, these are the exact gfortran.log entries for them under i686 Darwin9... > FAIL: gfortran.dg/array_constructor_12.f90 -O0 (internal compiler error) > FAIL: gfortran.dg/array_constructor_12.f90 -O0 (test for excess errors) Executing on host:
2007 Nov 01
2
FLAC downloads available for new album produced by Trent Reznor
Sorry, I'm sure it's terribly offtopic, but thought it was extremely interesting that the new album[1] by Saul Williams, produced by Trent Reznor, is available for download for 5 bucks. It's nice to see FLAC getting some respect! ;) [1] http://en.wikipedia.org/wiki/The_Inevitable_Rise_and_Liberation_of_NiggyTardust! -- avuton -- Anyone who quotes me in their sig is an idiot. --
2007 Nov 03
3
ANN: python-markdown2 -- another Python implementation of Markdown
Hello all, I'm announcing python-markdown2 -- another Python implementation of Markdown. (MIT license.) http://code.google.com/p/python-markdown2/ It should be a drop-in replacement for [markdown.py](http://www.freewisdom.org/projects/python-markdown/). It fixes some issues that I ran into with markdown.py [^1]. I believe that it is faster than markdown.py [^2] and on par or a little
2015 Aug 27
3
please block user
On 08/27/15 13:07, John R Pierce wrote: > On 8/27/2015 10:56 AM, g wrote: >> we had a vary serious and meaningful intercourse that only someone of >> a high amount of education and intelligence would have been able to >> maintain. > > PLEASE tell me this whole post is tongue-in-cheek. > . that is one place for a tongue. ;-) look at the meaning of the word.
2016 May 05
0
Individual Contributors and Team Leaders positions in Statistics at Johnson & Johnson
The Statistics & Decision Sciences community at Johnson & Johnson is searching for individuals to help in the mission of discovering, developing, manufacturing, and delivering beneficial medicines for patients. The group resides within the Janssen R&D organization in Johnson & Johnson's pharmaceutical segment. We need individuals with skills and motivation to consistently and
2015 Jan 29
2
[LLVMdev] always-inline heuristic
I see that we do not inline a function marked as "always-inline" if it contains indirect branches ? what are the reasons behind this criterion ? Thanks Trent -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150129/92bf577a/attachment.html>
2015 Apr 19
2
[LLVMdev] function pointer alias analysis
Hi I see when LLVM builds the CallGraph SCCs. a function calling through a function pointer is conservatively assumed to call internal and external functions. Therefore, it has an edges pointing to the externalnode2, ie. the externalnode representing outgoing calls from this module. does LLVM have any function pointer analysis capabilities in the mainline ? Thanks, -Trent
2020 Jun 21
8
Inclusive language in LLVM: can we rename `job` in source code?
<div> </div><div>Yes, broad. But what guys say: "You LLVM developers are all racists, because you use 'master' word"</div><div>Or broader: "You  all developers are all racists, because you use 'master' word". We are not racists, but other guys think so.</div><div>So let's begin consistent and take into account all
2010 Aug 03
4
[PATCH 5/6] staging: hv: Increased storvsc ringbuffer and max_io_requests
From: Hank Janssen <hjanssen at microsoft.com> Increased storvsc ringbuffer and max_io_requests. This now more closely mimics the numbers on Hyper-V. And will allow more IO requests to take place for the SCSI driver. Signed-off-by:Hank Janssen <hjanssen at microsoft.com> Signed-off-by:Haiyang Zhang <haiyangz at microsoft.com> --- drivers/staging/hv/storvsc_api.h | 4 ++--
2010 Aug 03
4
[PATCH 5/6] staging: hv: Increased storvsc ringbuffer and max_io_requests
From: Hank Janssen <hjanssen at microsoft.com> Increased storvsc ringbuffer and max_io_requests. This now more closely mimics the numbers on Hyper-V. And will allow more IO requests to take place for the SCSI driver. Signed-off-by:Hank Janssen <hjanssen at microsoft.com> Signed-off-by:Haiyang Zhang <haiyangz at microsoft.com> --- drivers/staging/hv/storvsc_api.h | 4 ++--
2023 Jul 31
3
[PATCH] drm/nouveau: fixup the uapi header file.
From: Dave Airlie <airlied at redhat.com> nouveau > 10 years ago had a plan for new multiplexer inside a multiplexer API using nvif. It never fully reached fruition, fast forward 10 years, and the new vulkan driver is avoiding libdrm and calling ioctls, and these 3 ioctls, getparam, channel alloc + free don't seem to be things we'd want to use nvif for. Undeprecate and put them
2013 Apr 02
0
Job Opening, Janssen Research & Development, J&J: Scientific Director of Statistical Modeling and Simulation
Title: Scientific Director of Statistical Modeling and Simulation Requisition #: 4146130318 URL: http://bit.ly/14valrL Scientific Director of Statistical Modeling and Simulation Janssen Research & Development, LLC, a Johnson and Johnson Company is hiring a Scientific Director of Statistical Modeling and Simulation to be located at our Spring House, PA or Raritan, NJ
2006 Jun 22
3
Partition results based on field
Hello all I''m using Ferret for a site wide search where I have several kinds of (similar) objects in a central index (using a "type" field containing the class name). This works great, and I can search all objects with one query. What I''d like to do now is to limit the results so that there will be a maximum of 10 (or 5 or whatever) results for each type.. I
2006 Jan 16
1
problem unpacking R sources (PR#8492)
Full_Name: Steven L. Scott Version: 2.2.1 OS: Windows-Cygwin Submission from: (NULL) (128.125.60.50) I've had problems unpacking the R source coded downloaded from http://lib.stat.cmu.edu/R/CRAN/src/base/R-2/R-2.2.1.tar.gz Version info for tar and gunzip provided below (GNU legalese edited out), along with the error messages I get. Thanks. Steve /notcygwin[506] gunzip --version gunzip
2017 Feb 20
0
[patch] Eliminate warnings from gcc -Wold-style-declaration
Motivated by the recent R-devel list message with the title "Registration of native routines", I modified an R package to use registration of native routines along the lines of the example in section 5.4.2 of R-exts (development version). Among other compiler flags, I have '-Wextra' permanently set for installing packages. When installing the modified package, I got the
2010 Aug 05
1
[PATCH 2/5] staging: hv: Fixed lockup problem with bounce_buffer scatter list
From: Hank Janssen <hjanssen at microsoft.com> Fixed lockup problem with bounce_buffer scatter list which caused crashes in heavy loads. Under heavy loads with many clients we this problem appear, it causes a kernel Panic. Signed-off-by:Hank Janssen <hjanssen at microsoft.com> Signed-off-by:Haiyang Zhang <haiyangz at microsoft.com> Cc: stable <stable at kernel.org> ---
2010 Aug 05
1
[PATCH 2/5] staging: hv: Fixed lockup problem with bounce_buffer scatter list
From: Hank Janssen <hjanssen at microsoft.com> Fixed lockup problem with bounce_buffer scatter list which caused crashes in heavy loads. Under heavy loads with many clients we this problem appear, it causes a kernel Panic. Signed-off-by:Hank Janssen <hjanssen at microsoft.com> Signed-off-by:Haiyang Zhang <haiyangz at microsoft.com> Cc: stable <stable at kernel.org> ---