search for: debugoutput

Displaying 6 results from an estimated 6 matches for "debugoutput".

Did you mean: debug_output
2002 May 15
1
Permission problems with samba 2.2.x
...SION:1 OWNER:LARA\test GROUP:LARA\test ACL:LARA\test:ALLOWED/0/O ACL:LARA\test:ALLOWED/0/R ACL:everyone:ALLOWED/0/FULL If i change owner/group to root.root and make the file o+rwx the access also fails - maybe because the attempt to change the acls fails. Any ideas? If I should provide logfiles/debugoutput - no problem, please tell me, what loglevel/options i should use to produce meaningful results. Please CC me, I'm not subscribed. -- MfG, Michael Leun
2002 Jun 06
1
X11 forwarding problem
...0 127.0.0.1:10000 0.0.0.0:* LISTEN tcp 0 0 ::1:10000 :::* LISTEN tcp 0 0 ::1:6010 :::* LISTEN [mrq1 at mrqserv2 mrq1]$ ssh -V OpenSSH_3.2.3p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f debugoutput: debug1: Connections to local port 10000 forwarded to remote address localhost:22 debug1: Local forwarding listening on ::1 port 10000. debug1: fd 4 setting O_NONBLOCK debug1: channel 0: new [port listener] debug1: Local forwarding listening on 127.0.0.1 port 10000. debug1: fd 5 setting O_NONBLOCK...
2001 Oct 12
1
Adding Printers
I've finally gotten Wine to work with Cups. Wine recognized my installed Cups printers and works well with them. I've added another printer after getting Cups to work with Samba. How do I get wine to recognize this new Cups printer? -- Rick Knight (rick@rlknight.com)
2001 Feb 14
0
Wine Weekly News #82 (2001 Week 07)
...#39;pointer message', and the 32-bit PostMessage in Win9x simply drops it. (The 16-bit PostMessage doesn't appear to care, but if a 16-bit message with pointers is about to be received by a 32-bit app, the Get/PeekMessage call drops the message...) You get DebugOutput messages like "PostMessage: ignoring posted message with pointer" or "GetMessage: ignoring retrieved message with pointer" when this happens. Later on, Marcus implemented the dropping of messages with pointers. Importing Wine to Nort...
2001 Feb 14
0
Wine Weekly News #82 (2001 Week 07)
...#39;pointer message', and the 32-bit PostMessage in Win9x simply drops it. (The 16-bit PostMessage doesn't appear to care, but if a 16-bit message with pointers is about to be received by a 32-bit app, the Get/PeekMessage call drops the message...) You get DebugOutput messages like "PostMessage: ignoring posted message with pointer" or "GetMessage: ignoring retrieved message with pointer" when this happens. Later on, Marcus implemented the dropping of messages with pointers. Importing Wine to Nort...
2007 Jul 05
2
[LLVMdev] PATCH (rest of code changes) "bytecode" --> "bitcode"
Here is the bulk of the sanitizing. My residual doubts center around the question whether we still do/want to support (un)compressed *byte*code in 2.0/2.1. I need a definitive word on this to proceed. My understanding is that bytecode is already gone, but there are still some functions/enums that really deal with *byte*code (instead of *bit*code). I did not touch those areas, so the attached