Displaying 4 results from an estimated 4 matches for "039f".
Did you mean:
039
2001 Apr 10
2
Stars! kills X-Server
...e 490: 4544 Terminated tail -f $log_name
| Wine exited with a successful status
| erwin:~# dpkg -l wine
| ii wine 0.20010223.034024 Windows Emulator (Binary Emulator)
tail -n 100 winedebug_20010410.txt
Ret GDI.9: SETTEXTCOLOR() retval=0x00007f00 ret=029f:24f0 ds=039f
Call GDI.91: GETTEXTEXTENT(0x0048,039f:0429,0x0009) ret=02b7:21fd ds=039f
Ret GDI.91: GETTEXTEXTENT() retval=0x000e0039 ret=02b7:21fd ds=039f
Call GDI.33: TEXTOUT(0x0048,0x0004,0x0071,0x039f0429 "Germanium",0x0009) ret=02b7:22a9 ds=039f
Ret GDI.33: TEXTOUT() retval=0x0001 ret=02b7:22a9...
2001 Feb 07
1
ICQ2000A
...yValue (80000003,1,5,f0,1): stub
fixme:reg:RegNotifyChangeKeyValue (f4,1,5,f8,1): stub
fixme:reg:RegNotifyChangeKeyValue (fc,1,5,100,1): stub
fixme:reg:RegNotifyChangeKeyValue (104,1,5,108,1): stub
err:ntdll:RtlpWaitForCriticalSection Critical section 0x40721b08 wait timed out, retrying (60 sec) fs=039f
err:ntdll:RtlpWaitForCriticalSection Critical section 0x400f520c wait timed out, retrying (60 sec) fs=029f
err:ntdll:RtlpWaitForCriticalSection Critical section 0x40721b08 wait timed out, retrying (60 sec) fs=039f
err:ntdll:RtlpWaitForCriticalSection Critical section 0x40721b08 wait timed out, retr...
2002 Nov 14
0
WIN 3.1 App crashes.. Unhandled Exception
...ef:005d ds=02a7
0820ac28:trace:global:WIN16_GlobalLock16 (083e) -> 083f0000
0820ac28:trace:global:GlobalHandle16 0137
0820ac28:Ret KERNEL.18: GLOBALLOCK() retval=083f0000 ret=05ef:005d ds=02a7
0820ac28:trace:global:GlobalHandle16 0137
0820ac28:Call KERNEL.82: _LREAD(0006,083f0000,9100) ret=0557:039f ds=02a7
0820ac28:trace:file:WIN16_hread 6 083f0000 37120
0820ac28:trace:file:ReadFile 112 0x4111bf80 37120 0x410d2b80 (nil)
0820ac28: get_handle_fd( handle=0x70, access=80000000 )
0820ac28: *fd* 0x70 -> 20
0820ac28: get_handle_fd() = 0 { fd=-1, type=1, flags=0 }
0820ac28: set_handle_info( handle...
2002 Jul 27
6
mode=777 does not work as fstab option
I need to mount a samba share as mode 777, so all users can
read/write/delete/create.
I have this as fstab entry
//host/public /mnt/home smbfs
auto,uid=user,umask=000,defaults,username=Perkins,password=
see, i've had to put uid=user just to get it owned by user user, so i could
edit files
i put mode=777, but it does nothing.
i want to let all users read/write/create/delete