search for: irp

Displaying 20 results from an estimated 55 matches for "irp".

Did you mean: ir
2009 Nov 19
4
mac client and inherited permissions
...and have been working fine for years. Filesystem is XFS and there are no acls applied in this test. Problem: Windows clients honor SGID and inherit/create mask statements. Mac 10.6.2 or 10.5.8 clients do not seem to. Test share properties: [ncts] path = /share/ncts valid users = "+NIH\NIA IRP ncts" write list = "+NIH\NIA IRP ncts" read only = No acl group control = Yes create mask = 0770 force create mode = 0770 ## added just for test directory mask = 0770 force directory mode = 0770 ## added just for test inherit permissions = Yes inherit acls = Yes map acl in...
2019 Jun 10
0
Wine release 4.10
...kernel32: Move the implementation of GetTickCount() to kernel32. Isira Seneviratne (2): po: Update Sinhala translation. po: Update Sinhala translation. Jacek Caban (18): ntoskrnl.exe/tests: Always test DeviceIoControl result. ntoskrnl.exe: Pass context as a structure to IRP dispatchers. ntoskrnl.exe: Reuse IRP input buffer if it wasn't used. ntoskrnl.exe: Set irp context handle in dispatch_irp. wininet: Fix name and data allocation failure handling in alloc_cookie. server: Use stored current kernel call to interpret IRP dispatch status....
2015 Jul 21
2
how to determine what's installed from a repository?
How about $ sudo yum list installed | grep <reponame> It won?t work in CentOS 5 but it should work in 6 or 7 Val?re Binet [C] IT Security Administrator Kelly Government Solutions On-Site at the NIH NIH / NIA / IRP Tel : 410 558 8013 mailto: binetv at nia.nih.gov On 7/21/15, 5:09 PM, "Robert Wolfe" <Robert.Wolfe at malco.com> wrote: >Try: > >sudo yum repo-pkgs base info | less > >Where "base" can be anyh repoid that you have installed. > >-----Original Mess...
2012 Mar 19
1
[LLVMdev] [patch] Enhance of asm macros
Hi llvm users & developers! Attached patches: 1) rewrite previous patch, now for darwin platform applied old mechanism 2) patch added processing .rept directive 3) patch added processing .irp directive 4) patch added processing .irpc directive -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120319/bba2d4bb/attachment.html> -------------- next part -------------- A non-text attachment was scrubb...
2012 Mar 05
0
[LLVMdev] [patch] Enhance of asm macros
> For compability this problems requiring some compiler switch flag. Can you > give me description/example how it's can be done? grep for DwarfRequiresRelocationForSectionOffset. Something like that might do what you want. Cheers, Rafael
2015 Jul 21
0
how to determine what's installed from a repository?
On 07/21/2015 02:30 PM, Binet, Valere (NIH/NIA/IRP) [C] wrote: > How about > > $ sudo yum list installed | grep <reponame> YES! This did it! Thank you! > > It won?t work in CentOS 5 but it should work in 6 or 7 > > Val?re Binet [C] > IT Security Administrator > Kelly Government Solutions On-Site at the NIH &gt...
2012 Feb 15
2
[LLVMdev] [patch] Enhance of asm macros
Hello Kevin, I thinking about this, but there are some problems: 1) Differrent interpretation of $[:number:] in macro body: source: .macro test par1 movl $0, %eax .endm test %ebx translated to: original llvm => movl %ebx, %eax with patch => movl $0, %ebx 2) Different parsing of space in macro parameters: source: test2 a + b,c parsed as: original llvm => macro test2 with two
2019 May 10
0
Wine release 4.8
...ntoskrnl.exe: Implement IoAllocateWorkItem and IoFreeWorkItem. ntoskrnl.exe: Implement IoQueueWorkItem. ntoskrnl.exe: Add work item tests. ntoskrnl.exe: Implement IoBuildAsynchronousFsdRequest. ntoskrnl.exe/tests: Add IoCallDriver tests. ntoskrnl.exe: Implement IoCancelIrp. ntoskrnl.exe/tests: Add CancelIo tests. ntoskrnl.exe: Set IRP DeviceObject in IoCallDriver. ntoskrnl.exe: Support UserEvent in IoCompleteRequest. server: Pass IRP output size in irp_params_t. server: Don't use IRP_MJ_* constants for ntoskrnl.exe communication....
2009 Mar 12
2
BRI/ISDN, misdn.conf/misdn-init.conf, OpenVOX B100P and Etisalat in Dubai
Hi All, We've got msidn configured: Port 1: TE-mode BRI S/T interface line (for phone lines) -> Protocol: DSS1 (Euro ISDN) -> childcnt: 2 -------- mISDN_close: fid(3) isize(131072) inbuf(0x8fd5060) irp(0x8fd5060) iend(0x8fd5060) and running on Asterisk 1.4.21.2: pbx*CLI> misdn show stacks BEGIN STACK_LIST: * Port 1 Type TE Prot. PMP L2Link UP L1Link:UP Blocked:0 Debug:0 but I'm not sure how to check our settings are right with Etisalat, as above then goes to: pbx*CLI> misdn sho...
2010 Apr 12
2
source(,echo=T) doesn't echo final comments
Hi, source(file,echo=T) will not echo the last comment in "file" if it is the last line in the file. For instance, when sourcing a file containing the following lines #comment 1 a<-1 #comment 2 R will echo > #comment 1 > a<-1 What is the solution to have R echo all of the comment lines? Specific context: This problem arises e.g. in the context of help files (.Rd) whose
2015 Jun 04
2
managing logins for different classes of servers
Our environment has several "classes" of servers, such as "development", "production", "qa", "utility", etc. Then we have all our users. There's no obvious mapping between users and server class. Some users may have access to only one class, some may span multiple classes, etc. And for maximum complexity, some classes of machines use local
2015 May 15
0
Wine release 1.7.43
...l icon when freeing the rest of the window class. user32: Simplify GCLP_HICON and GCLP_HICONSM boolean logic. user32: Fall back to downscaling the big icon for ICON_SMALL2. Alexandre Julliard (24): winex11: Remove unnecessary CLIPBOARDINFO structure. server: Rename ioctl to irp to allow supporting various types of I/O requests. server: Retrieve ioctl data directly from the request. server: Return irp size separately from the output data. server: Add read and write fd member functions. server: Add an async structure to the flush request to follow th...
2013 Apr 22
2
RODBC --How do you set up the connection so pwd is blank but driver-specific data source dialog box pops up after
Hello, I want to leave pwd blank (to comply w/ company security protocol) and just be prompted by the driver-specific data source dialog box to enter the password after. But for some reason it is not working. R Version: "R version 2.15.1 (2012-06-22)" R Studio Version: 0.97.312 OS: Windows 7 library(RODBC) ##HERE IS THE CODE THAT DOES WORK ##my DSN, UID, PWD is entered something like
2008 Jun 16
5
GPLPV / Passing devices to HVM
Hello everyone, just wondered after I read about devices passed through in HVM if the following if still true: (for Xen3.2.1) - a Domain running in HVM cannot get forwarded any other device than a USB device. - the USB device forwarding is not too stable - PCI forwarding is not possible without processor support and Xen support. - The GPLPV tools won''t change anything with that.
2019 Aug 16
0
Wine release 4.14
...p: Share source with strmbase. winegstreamer: Share source with strmbase. wineqtdecoder: Share source with strmbase. strmbase: Build with msvcrt. wineqtdecoder: Fix build. ntoskrnl.exe/tests: Add some tests for file objects. ntoskrnl.exe/tests: Add some tests for IRP return values. ntoskrnl.exe: Always set the IRP return size. quartz/filtergraph: Remove type tracing from IGraphBuilder::AddSourceFilter(). quartz: Remove unnecessary tracing from GetClassMediaFile(). quartz: Always try to detect a file by extension first. quartz: Simp...
2019 Aug 30
0
Wine release 4.15
...wmp: Fix some memory leaks on error path (Coverity). wmp: Fix a playlist leak (Valgrind). setupapi/tests: Fix a crash in the need_media tests. setupapi: Fix a path leak (Valgrind). setupapi: Fix an uninitialized variable warning (Valgrind). ntoskrnl.exe: Don't use irp after it has been freed by IoCompleteRequest (Coverity). msvfw32/tests: Add MCIWndCreate tests. windowscodecs/tests: Fix a memory leak (Valgrind). Zebediah Figura (85): ntdll: Handle version 2 unwind info on x86_64. ntdll: Handle UWOP_EPILOG directives in x86_64 unwind info...
2015 Nov 27
0
Wine release 1.8-rc2
...Eclipse (Europa) Links from Welcome window do not work 22417 Roblox fails to start games, reports 'RobloxApp(13): Unknown error 0x800703E6' 22691 Drag-and-drop doesn't work in CDBurnerXP 4.2+ audio disc mode 24208 Eclipse (Europa) - html-based Welcome window is blank 24473 IRPF Bolsa software doesn't work 24747 MP3VCR 0.4.17 (VB6 app) crashes when clicking 'presets' button or doing other actions (change skin, load radio station) 25064 Solo on Keyboard 9.0.5: Clicking on HTML page no effect. 28029 Gunz launcher runs explorer instead of the game's...
2007 Nov 04
0
Update on PV Windows drivers
...as last time - don''t use on a production system!!! Andy Grover has kindly fixed a whole load of compiler warnings, I''ve fixed a few also, and I''ve heavily modified the vbd code to not break so many Windows Kernel rules (don''t hold spinlocks when you complete an irp, don''t wait in your StartIO routine, etc). I''m just trying to track down what I think is the last race condition... so currently it still hangs after a very short time. http://www.meadowcourt.org/WindowsXenPV-0.0.2.zip James _______________________________________________ Xen-...
2007 Oct 05
1
(no subject)
Hi, All, I try to accessing the x11() device over cgi - namely, when trying to create a graphic using the jpeg() function, everything is fine from the command line but it won't work over cgi, producing the error: "Unable to open connection to X11 display" Do you you know how to solve this problem or has anyone actually solved this particular problem satisfactorily? Thanks in
2006 Jun 01
0
Problems with misdn and BN8S0
...locks every 64 samples. This equals 2 jiffies. i've edited misdn.conf with basic standard configuration and when i try to start asterisk with: asterisk -cvvvvvvvv i obtain: [chan_misdn.so] => (Channel driver for mISDN Support (Bri/Pri)) mISDN_close: fid(18) isize(131072) inbuf(0x816bfe0) irp(0x816bfe0) iend(0x816bfe0) Jun 1 02:35:35 ERROR[2736]: chan_misdn.c:3715 load_module: Unable to initialize mISDN Jun 1 02:35:35 WARNING[2736]: loader.c:414 __load_resource: chan_misdn.so: load_module failed, returning -1 Jun 1 02:35:35 WARNING[2736]: loader.c:554 load_modules: Loading module cha...