search for: incapacitates

Displaying 11 results from an estimated 11 matches for "incapacitates".

Did you mean: incapacitated
2009 Dec 13
1
debug an error that incapacitates R?
Dear all How should I attempt debugging this error? > sosInit() Error: invalid connection When this happens R refuses to run anything: > 2+2 Error: invalid connection > sessionInfo () Error in stdout() : invalid connection Debugging it seems impossible. > options(error=recover) > sosInit() Error: invalid connection Error during wrapup: invalid connection The error also
2014 Dec 15
3
Windows TAP Problems?
Hello tincers, I was recently trying to add a new Windows client to my tinc network and ran into an interesting error; upon starting tinc I am met with the usual successful startup (debug level 0; detects TAP device; Ready), however it appears that any writes/reads from the TAP device fail with: "Error while writing to Windows tap device <device ID truncated>: (997) Overlapped I/O
2013 Jan 17
1
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
On Thu, Jan 17, 2013 at 1:30 PM, Eli Bendersky <eliben at google.com> wrote: > This is unfortunate. Last month I tweaked TestingGuide.rst to > discourage grep in favor of FileCheck. It now says: > > "The recommended way to examine output to figure out if the test > passes it using the FileCheck tool. The usage of grep in RUN lines is > discouraged." > >
2003 Mar 11
2
Scripts netlogon
Hi people The script of netlogon is not loaded with login (exactly configured and its respctivas folders and archives they exist and they are with permission 777, view smb.conf) scripts is being loaded manually.Anybody know why? Connectiva 8,0 Samba 2,2,7 W2k Stations incapacitated criptografia. It follows below smb.conf: [global] workgroup = MEDITEc server string = Meditec Server %v hosts
2003 Mar 05
1
Final problems in the samba
In a domain PDC Samba the following problems exist: 1-The script of netlogon is not loaded with login (exactly configured and its respctivas folders and archives they exist and they are with permission 777, view smb.conf) scripts is being loaded manually.Anybody know why? 2-After the user if to login in, when it try acess any folder in the server the Samba asks user and password again, (the same
2008 Jun 04
0
Large requests break BackgrounDRb
Hello, I think I may have discovered a bug in BackgrounDRb. It seems that when the data being requested is large (via send_request), say in the range of 64k+, it crashes or at least incapacitates BackgrounDRb. For example, take these two workers: class SmallWorker < BackgrounDRb::MetaWorker set_worker_name :small_worker set_no_auto_load(true) attr_reader :payload def create(args) @payload = ''s '' * 512 end end class LargeWorker < BackgrounDRb::MetaW...
2014 Dec 15
0
Windows TAP Problems?
You are almost certainly hitting this TAP driver issue: https://github.com/OpenVPN/tap-windows6/issues/3 There are two possible solutions: - Downgrade the TAP driver to the old version (the one provided with tinc) - Upgrade the TAP driver to the fixed version which is included in the latest OpenVPN installers at http://openvpn.net/index.php/download/community-downloads.html Note that I did not
2014 Dec 15
0
Windows TAP Problems?
You should mention your tinc version and the version of the "TAP-Windows Adapter V9" driver for the virtual network device you're using (i.e. the contents of "Driver version" as seen in the Device Manager). On Mon, Dec 15, 2014 at 10:04 PM, Adam Del Vecchio <adam at corona.xyz> wrote: > Hello tincers, > > I was recently trying to add a new Windows client to
2009 May 28
0
samba sessions dying - NT_STATUS_INVALID_PARAMETER
Dear samba users & developers, I was hoping to seek some assistance on a problem I?ve been investigating for a number of weeks now. A brief summary would be that we have a number of Windows servers accessing UNC paths. In turn, these servers intermittently lose their ability to access the UNC paths. When this happens, restarting the application (IIS6 / 7) on the affected windows webserver
2013 Jan 17
0
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
On Thu, Jan 17, 2013 at 10:20 AM, Jim Grosbach <grosbach at apple.com> wrote: > > On Jan 17, 2013, at 9:57 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: > >> On Thu, Jan 17, 2013 at 7:51 PM, Sean Silva <silvas at purdue.edu> wrote: >>> On Thu, Jan 17, 2013 at 8:36 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: >>>> We have to
2013 Jan 17
3
[LLVMdev] [llvm-commits] [PATCH] A "very verbose" mode for FileCheck
On Jan 17, 2013, at 9:57 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: > On Thu, Jan 17, 2013 at 7:51 PM, Sean Silva <silvas at purdue.edu> wrote: >> On Thu, Jan 17, 2013 at 8:36 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote: >>> We have to options: >>> (a) replace 'FileCheck' with '%FileCheck' in all tests, and teach