[Samba] Printing W2K net use lpt

James Hubbard jhubbard at mcs.uvawise.edu
Wed Oct 16 03:06:00 GMT 2002


I've gotten more detail for the problem that I'm having. This problem 
occurs on multiple Win 2K machines.  I set log level = 8 and got the 
output for this event.  I've attached the output of the log to the end 
of the message.  This error occurs when:
1.) a printer is caputred to a certain port.  In this case lpt2
2.) a file is copied to the port

James  Hubbard

P.S. See error log below.  I apologize for the length.

James Hubbard wrote:
> Hello,
> 
> I've got a problem with printing on a Windows 2K box.  Printing from 
> that box to a samba server via the normal print mechanism works fine. 
> The problem is when the person needs to print to a lpt port.  The 
> capture succeeds, but when the file is copied to lpt2 it never gets 
> printed.
> 
> There are other machines that can do the capture and copy to the lpt 
> port but they are Win 9x.  The files being copied are plot files 
> generated by a cad program.
> 
> I noticed in the How-To that using enumports might be needed to make 
> using lpt ports work. It's not working though and I'm still getting the 
> same error message.  I've just started using disable spoolss = yes but 
> that doesn't seem to help either.
> 
> All relevant information is below. Any help is appreciated.
> 
> James Hubbard
> 
> 
> 
> This is the command being used to capture the port.
> net use lpt2: \\server-bristol\hp450c
> 
> Samba version 2.2.5
> RedHat 7.2
> Windows 2K with the latest service packs.
> 
> smb.conf
> [global]
> ......
>    printcap name = /etc/printcap
>    load printers = yes
>    enumports command=/home/samba/ports.sh
>    disable spoolss = yes
>    printing = lprng
> 
> ...
>    security = share
> 
> [printers]
>    comment = All Printers
>    path = /var/spool/samba
>    browseable = no
>    guest ok = yes
>    writable = no
>    printable = yes
>    public = yes
>    use client driver = yes
> 
> This is the error messages that I'm getting in the log file for that 
> machine.

[2002/10/15 17:04:23, 2] smbd/reply.c:reply_sesssetup_and_X(982)
   Defaulting to Lanman password for mike_r
[2002/10/15 17:04:23, 4] smbd/password.c:password_ok(593)
   Null passwords not allowed.
[2002/10/15 17:04:23, 3] smbd/reply.c:reply_sesssetup_and_X(1039)
   Registered username nobody for guest access
[2002/10/15 17:04:23, 6] smbd/reply.c:reply_sesssetup_and_X(1108)
   Client requested max send size of 65535
[2002/10/15 17:04:23, 3] smbd/process.c:chain_reply(1022)
   Chained message
[2002/10/15 17:04:23, 5] lib/util.c:show_msg(268)
   size=164
   smb_com=0x75
   smb_rcls=0
   smb_reh=0
   smb_err=0
   smb_flg=24
   smb_flg2=18439
[2002/10/15 17:04:23, 5] lib/util.c:show_msg(276)
   smb_tid=0
   smb_pid=65279
   smb_uid=0
   smb_mid=46592
   smt_wct=4
[2002/10/15 17:04:23, 5] lib/util.c:show_msg(285)
   smb_vwv[0]=255 (0xFF)
[2002/10/15 17:04:23, 5] lib/util.c:show_msg(285)
   smb_vwv[1]=164 (0xA4)
[2002/10/15 17:04:23, 5] lib/util.c:show_msg(285)
   smb_vwv[2]=8 (0x8)
[2002/10/15 17:04:23, 5] lib/util.c:show_msg(285)
   smb_vwv[3]=1 (0x1)
[2002/10/15 17:04:23, 5] lib/util.c:show_msg(291)
   smb_bcc=31
[2002/10/15 17:04:23, 3] smbd/process.c:switch_message(684)
   switch message SMBtconX (pid 30505)
[2002/10/15 17:04:23, 3] smbd/sec_ctx.c:set_sec_ctx(313)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/15 17:04:23, 5] smbd/uid.c:change_to_root_user(216)
   change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/15 17:04:23, 4] smbd/reply.c:reply_tcon_and_X(335)
   Got device type ?????
[2002/10/15 17:04:23, 3] lib/access.c:check_access(318)
   check_access: no hostnames in host allow/deny list.
[2002/10/15 17:04:23, 2] lib/access.c:check_access(327)
   Allowed connection from  (192.168.83.31)
[2002/10/15 17:04:23, 4] smbd/password.c:password_ok(593)
   Null passwords not allowed.
[2002/10/15 17:04:23, 3] smbd/password.c:authorise_login(854)
   authorise_login: ACCEPTED: guest account and guest ok (nobody)
[2002/10/15 17:04:23, 3] smbd/service.c:make_connection(491)
   Connect path is /var/spool/samba
[2002/10/15 17:04:23, 3] smbd/sec_ctx.c:push_sec_ctx(281)
   push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2002/10/15 17:04:23, 3] smbd/uid.c:push_conn_ctx(285)
   push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2002/10/15 17:04:23, 3] smbd/sec_ctx.c:set_sec_ctx(313)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2002/10/15 17:04:23, 3] smbd/sec_ctx.c:get_current_groups(162)
   get_current_groups: user is in 1 groups: 99
[2002/10/15 17:04:23, 3] smbd/sec_ctx.c:pop_sec_ctx(420)
   pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/15 17:04:23, 3] smbd/sec_ctx.c:get_current_groups(162)
   get_current_groups: user is in 1 groups: 99
[2002/10/15 17:04:23, 5] smbd/connection.c:claim_connection(156)
   claiming hp450c 0
[2002/10/15 17:04:23, 5] smbd/password.c:create_nt_token(253)
   user token sid S-1-5-21-1044157696-2239056659-582067912-1198
[2002/10/15 17:04:23, 5] smbd/password.c:create_nt_token(253)
   user token sid S-1-5-21-1044157696-2239056659-582067912-1199
[2002/10/15 17:04:23, 5] smbd/password.c:create_nt_token(253)
   user token sid S-1-1-0
[2002/10/15 17:04:23, 5] smbd/password.c:create_nt_token(253)
   user token sid S-1-5-2
[2002/10/15 17:04:23, 5] smbd/password.c:create_nt_token(253)
   user token sid S-1-5-32-546
[2002/10/15 17:04:23, 4] rpc_server/srv_srvsvc_nt.c:get_share_security(211)
   get_share_security: using default secdesc for hp450c
[2002/10/15 17:04:23, 3] lib/util_seaccess.c:se_access_check(269)
   se_access_check: user sid is 
S-1-5-21-1044157696-2239056659-582067912-1198
[2002/10/15 17:04:23, 3] lib/util_seaccess.c:se_access_check(272)
   se_access_check: also S-1-5-21-1044157696-2239056659-582067912-1199
[2002/10/15 17:04:23, 3] lib/util_seaccess.c:se_access_check(272)
   se_access_check: also S-1-1-0
[2002/10/15 17:04:23, 3] lib/util_seaccess.c:se_access_check(272)
   se_access_check: also S-1-5-2
[2002/10/15 17:04:23, 3] lib/util_seaccess.c:se_access_check(272)
   se_access_check: also S-1-5-32-546
[2002/10/15 17:04:23, 5] lib/util_seaccess.c:se_access_check(325)
   se_access_check: access (2) granted.
[2002/10/15 17:04:23, 3] smbd/vfs.c:vfs_init_default(122)
   Initialising default vfs hooks
[2002/10/15 17:04:23, 3] smbd/sec_ctx.c:set_sec_ctx(313)
   setting sec ctx (99, 99) - sec_ctx_stack_ndx = 0
[2002/10/15 17:04:23, 3] smbd/sec_ctx.c:set_sec_ctx(319)
   1 user groups:
   99
[2002/10/15 17:04:23, 5] smbd/uid.c:change_to_user(201)
   change_to_user uid=(0,99) gid=(0,99)
[2002/10/15 17:04:23, 3] smbd/vfs.c:vfs_ChDir(568)
   vfs_ChDir to /var/spool/samba
[2002/10/15 17:04:23, 1] smbd/service.c:make_connection(651)
   rutherford-mike (192.168.83.31) connect to service hp450c as user 
nobody (uid=99, gid=99) (pid 30505)
[2002/10/15 17:04:23, 3] smbd/sec_ctx.c:set_sec_ctx(313)
   setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2002/10/15 17:04:23, 5] smbd/uid.c:change_to_root_user(216)
   change_to_root_user: now uid=(0,0) gid=(0,0)
[2002/10/15 17:04:23, 3] smbd/reply.c:reply_tcon_and_X(395)
   tconX service=hp450c user=nobody
[2002/10/15 17:04:23, 5] lib/util.c:show_msg(268)
   size=88
   smb_com=0x73
   smb_rcls=0
   smb_reh=0
   smb_err=0
   smb_flg=136
   smb_flg2=1
[2002/10/15 17:04:23, 5] lib/util.c:show_msg(276)
   smb_tid=2
   smb_pid=65279
   smb_uid=0
   smb_mid=46592
   smt_wct=3
[2002/10/15 17:04:23, 5] lib/util.c:show_msg(285)
   smb_vwv[0]=117 (0x75)
[2002/10/15 17:04:23, 5] lib/util.c:show_msg(285)
   smb_vwv[1]=68 (0x44)
[2002/10/15 17:04:23, 5] lib/util.c:show_msg(285)
   smb_vwv[2]=1 (0x1)
[2002/10/15 17:04:23, 5] lib/util.c:show_msg(291)
   smb_bcc=25
[2002/10/15 17:04:23, 6] lib/util_sock.c:write_socket(518)
   write_socket(5,92)
[2002/10/15 17:04:23, 6] lib/util_sock.c:write_socket(521)
   write_socket(5,92) wrote 92
[2002/10/15 17:04:34, 6] smbd/process.c:process_smb(876)
   got message type 0x0 of len 0x2f
[2002/10/15 17:04:34, 3] smbd/process.c:process_smb(877)
   Transaction 6 of length 51
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(268)
   size=47
   smb_com=0xc0
   smb_rcls=0
   smb_reh=0
   smb_err=0
   smb_flg=24
   smb_flg2=18439
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(276)
   smb_tid=2
   smb_pid=704
   smb_uid=0
   smb_mid=46656
   smt_wct=2
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(285)
   smb_vwv[0]=0 (0x0)
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(285)
   smb_vwv[1]=1 (0x1)
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(291)
   smb_bcc=8
[2002/10/15 17:04:34, 3] smbd/process.c:switch_message(684)
   switch message SMBsplopen (pid 30505)
[2002/10/15 17:04:34, 3] smbd/sec_ctx.c:set_sec_ctx(313)
   setting sec ctx (99, 99) - sec_ctx_stack_ndx = 0
[2002/10/15 17:04:34, 3] smbd/sec_ctx.c:set_sec_ctx(319)
   1 user groups:
   99
[2002/10/15 17:04:34, 5] smbd/uid.c:change_to_user(201)
   change_to_user uid=(0,99) gid=(0,99)
[2002/10/15 17:04:34, 5] smbd/files.c:file_new(120)
   allocated file structure 5291, fnum = 9387 (1 used)
[2002/10/15 17:04:34, 6] rpc_parse/parse_prs.c:prs_debug(60)
       000000 sec_io_desc_buf nt_printing_getsec
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
           0000 max_len: 00000094
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
           0004 ptr  : 00000001
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
           0008 len    : 00000094
[2002/10/15 17:04:34, 7] rpc_parse/parse_prs.c:prs_debug(60)
           00000c sec_io_desc sec
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint16(529)
               000c revision : 0001
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint16(529)
               000e type     : 8004
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
               0010 off_owner_sid: 00000014
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
               0014 off_grp_sid  : 00000000
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
               0018 off_sacl     : 00000000
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
               001c off_dacl     : 00000030
[2002/10/15 17:04:34, 8] rpc_parse/parse_prs.c:prs_debug(60)
               000020 smb_io_dom_sid owner_sid
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                   0020 sid_rev_num: 01
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                   0021 num_auths  : 05
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                   0022 id_auth[0] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                   0023 id_auth[1] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                   0024 id_auth[2] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                   0025 id_auth[3] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                   0026 id_auth[4] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                   0027 id_auth[5] : 05
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32s(785)
                   0028 sub_auths : 00000015 c4ccab19 2552928d 0c3ee81d 
000003e8
[2002/10/15 17:04:34, 8] rpc_parse/parse_prs.c:prs_debug(60)
               00003c sec_io_acl dacl
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint16(529)
                   003c revision: 0002
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint16(529)
                   003e size     : 0064
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
                   0040 num_aces : 00000003
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                       0044 type : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                       0045 flags: 02
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint16(529)
                       0046 size : 0014
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
                           0048 mask: e0000000
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           004c sid_rev_num: 01
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           004d num_auths  : 01
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           004e id_auth[0] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           004f id_auth[1] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0050 id_auth[2] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0051 id_auth[3] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0052 id_auth[4] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0053 id_auth[5] : 01
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32s(785)
                           0054 sub_auths : 00000000
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                       0058 type : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                       0059 flags: 09
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint16(529)
                       005a size : 0024
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
                           005c mask: 10000000
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0060 sid_rev_num: 01
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0061 num_auths  : 05
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0062 id_auth[0] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0063 id_auth[1] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0064 id_auth[2] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0065 id_auth[3] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0066 id_auth[4] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0067 id_auth[5] : 05
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32s(785)
                           0068 sub_auths : 00000015 c4ccab19 2552928d 
0c3ee81d 000003e8
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                       007c type : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                       007d flags: 02
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint16(529)
                       007e size : 0024
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
                           0080 mask: 10000000
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0084 sid_rev_num: 01
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0085 num_auths  : 05
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0086 id_auth[0] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0087 id_auth[1] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0088 id_auth[2] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0089 id_auth[3] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           008a id_auth[4] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           008b id_auth[5] : 05
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32s(785)
                           008c sub_auths : 00000015 c4ccab19 2552928d 
0c3ee81d 000003e8
[2002/10/15 17:04:34, 3] lib/util_seaccess.c:se_access_check(269)
   se_access_check: user sid is 
S-1-5-21-1044157696-2239056659-582067912-1198
[2002/10/15 17:04:34, 3] lib/util_seaccess.c:se_access_check(272)
   se_access_check: also S-1-5-21-1044157696-2239056659-582067912-1199
[2002/10/15 17:04:34, 3] lib/util_seaccess.c:se_access_check(272)
   se_access_check: also S-1-1-0
[2002/10/15 17:04:34, 3] lib/util_seaccess.c:se_access_check(272)
   se_access_check: also S-1-5-2
[2002/10/15 17:04:34, 3] lib/util_seaccess.c:se_access_check(272)
   se_access_check: also S-1-5-32-546
[2002/10/15 17:04:34, 5] lib/util_seaccess.c:se_access_check(325)
   se_access_check: access (8) granted.
[2002/10/15 17:04:34, 4] printing/nt_printing.c:print_access_check(4038)
   access check was SUCCESS
[2002/10/15 17:04:34, 6] rpc_parse/parse_prs.c:prs_debug(60)
       000000 sec_io_desc_buf nt_printing_getsec
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
           0000 max_len: 00000094
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
           0004 ptr  : 00000001
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
           0008 len    : 00000094
[2002/10/15 17:04:34, 7] rpc_parse/parse_prs.c:prs_debug(60)
           00000c sec_io_desc sec
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint16(529)
               000c revision : 0001
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint16(529)
               000e type     : 8004
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
               0010 off_owner_sid: 00000014
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
               0014 off_grp_sid  : 00000000
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
               0018 off_sacl     : 00000000
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
               001c off_dacl     : 00000030
[2002/10/15 17:04:34, 8] rpc_parse/parse_prs.c:prs_debug(60)
               000020 smb_io_dom_sid owner_sid
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                   0020 sid_rev_num: 01
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                   0021 num_auths  : 05
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                   0022 id_auth[0] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                   0023 id_auth[1] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                   0024 id_auth[2] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                   0025 id_auth[3] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                   0026 id_auth[4] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                   0027 id_auth[5] : 05
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32s(785)
                   0028 sub_auths : 00000015 c4ccab19 2552928d 0c3ee81d 
000003e8
[2002/10/15 17:04:34, 8] rpc_parse/parse_prs.c:prs_debug(60)
               00003c sec_io_acl dacl
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint16(529)
                   003c revision: 0002
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint16(529)
                   003e size     : 0064
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
                   0040 num_aces : 00000003
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                       0044 type : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                       0045 flags: 02
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint16(529)
                       0046 size : 0014
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
                           0048 mask: e0000000
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           004c sid_rev_num: 01
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           004d num_auths  : 01
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           004e id_auth[0] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           004f id_auth[1] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0050 id_auth[2] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0051 id_auth[3] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0052 id_auth[4] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0053 id_auth[5] : 01
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32s(785)
                           0054 sub_auths : 00000000
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                       0058 type : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                       0059 flags: 09
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint16(529)
                       005a size : 0024
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
                           005c mask: 10000000
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0060 sid_rev_num: 01
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0061 num_auths  : 05
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0062 id_auth[0] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0063 id_auth[1] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0064 id_auth[2] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0065 id_auth[3] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0066 id_auth[4] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0067 id_auth[5] : 05
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32s(785)
                           0068 sub_auths : 00000015 c4ccab19 2552928d 
0c3ee81d 000003e8
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                       007c type : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                       007d flags: 02
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint16(529)
                       007e size : 0024
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32(558)
                           0080 mask: 10000000
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0084 sid_rev_num: 01
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0085 num_auths  : 05
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0086 id_auth[0] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0087 id_auth[1] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0088 id_auth[2] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           0089 id_auth[3] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           008a id_auth[4] : 00
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint8(500)
                           008b id_auth[5] : 05
[2002/10/15 17:04:34, 5] rpc_parse/parse_prs.c:prs_uint32s(785)
                           008c sub_auths : 00000015 c4ccab19 2552928d 
0c3ee81d 000003e8
[2002/10/15 17:04:34, 3] printing/printing.c:print_cache_expired(829)
   print cache expired for queue hp450c (last_qscan_time = 1034712027, 
time now = 1034715874, qcachetime = 10)
[2002/10/15 17:04:34, 3] printing/print_generic.c:print_run_command(88)
   Running the command `lpq -Php450c' gave 0
[2002/10/15 17:04:34, 3] printing/printing.c:print_queue_update(416)
   0 jobs in queue for hp450c
[2002/10/15 17:04:34, 3] smbd/reply.c:reply_printopen(3288)
   openprint fd=22 fnum=9387
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(268)
   size=37
   smb_com=0xc0
   smb_rcls=0
   smb_reh=0
   smb_err=0
   smb_flg=136
   smb_flg2=1
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(276)
   smb_tid=2
   smb_pid=704
   smb_uid=0
   smb_mid=46656
   smt_wct=1
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(285)
   smb_vwv[0]=9387 (0x24AB)
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(291)
   smb_bcc=0
[2002/10/15 17:04:34, 6] lib/util_sock.c:write_socket(518)
   write_socket(5,41)
[2002/10/15 17:04:34, 6] lib/util_sock.c:write_socket(521)
   write_socket(5,41) wrote 41
[2002/10/15 17:04:34, 6] smbd/process.c:process_smb(876)
   got message type 0x0 of len 0x54
[2002/10/15 17:04:34, 3] smbd/process.c:process_smb(877)
   Transaction 7 of length 88
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(268)
   size=84
   smb_com=0x32
   smb_rcls=0
   smb_reh=0
   smb_err=0
   smb_flg=24
   smb_flg2=18439
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(276)
   smb_tid=2
   smb_pid=704
   smb_uid=0
   smb_mid=46720
   smt_wct=15
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(285)
   smb_vwv[0]=6 (0x6)
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(285)
   smb_vwv[1]=8 (0x8)
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(285)
   smb_vwv[2]=2 (0x2)
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(285)
   smb_vwv[3]=0 (0x0)
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(285)
   smb_vwv[4]=0 (0x0)
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(285)
   smb_vwv[5]=0 (0x0)
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(285)
   smb_vwv[6]=0 (0x0)
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(285)
   smb_vwv[7]=0 (0x0)
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(285)
   smb_vwv[8]=0 (0x0)
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(285)
   smb_vwv[9]=6 (0x6)
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(285)
   smb_vwv[10]=68 (0x44)
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(285)
   smb_vwv[11]=8 (0x8)
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(285)
   smb_vwv[12]=76 (0x4C)
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(285)
   smb_vwv[13]=1 (0x1)
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(285)
   smb_vwv[14]=8 (0x8)
[2002/10/15 17:04:34, 5] lib/util.c:show_msg(291)
   smb_bcc=19
[2002/10/15 17:04:34, 3] smbd/process.c:switch_message(684)
   switch message SMBtrans2 (pid 30505)
[2002/10/15 17:04:34, 4] smbd/uid.c:change_to_user(113)
   change_to_user: Skipping user change - already user
[2002/10/15 17:04:34, 3] smbd/trans2.c:call_trans2setfilepathinfo(2395)
   call_trans2setfilepathinfo(8) (null) info_level=259 totdata=8
[2002/10/15 17:04:34, 8] smbd/dosmode.c:dos_mode(123)
   dos_mode: (null)
[2002/10/15 17:04:34, 0] lib/fault.c:fault_report(38)
   ===============================================================
[2002/10/15 17:04:34, 0] lib/fault.c:fault_report(39)
   INTERNAL ERROR: Signal 11 in pid 30505 (2.2.5)
   Please read the file BUGS.txt in the distribution
[2002/10/15 17:04:34, 0] lib/fault.c:fault_report(41)
   ===============================================================
[2002/10/15 17:04:34, 0] lib/util.c:smb_panic(1092)
   PANIC: internal error





More information about the samba mailing list