search for: printq

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

Did you mean: printk
2005 Feb 04
1
Samba 3.0.9/10, missing 'net rap printq list' on HP-UX?
I have only this platform to try it on, but observe the following inconsistencies: (from the manpage for 'net'): RAP PRINTQ RAP PRINTQ LIST QUEUE_NAME Lists the specified print queue and print jobs on the server. If the QUEUE_NAME is omitted, all queues are listed. ...OK, so: [novosirj@njmsa ~]> /products/samba/bin/net rap printq list ljndemo No command: list net rap printq [misc. options] [target...
2012 Sep 06
1
nut-scanner pthread issue
Hi, the terminating part of nut-scanner can crash in pthread code, because some threads won't exist. For example snmp part: ============================== if( allow_snmp && nutscan_avail_snmp ) { if( start_ip == NULL ) { printq(quiet,"No start IP, skipping SNMP\n"); } else { printq(quiet,"Scanning SNMP bus.\n"); #ifdef HAVE_PTHREAD if( pthread_create(&thread[TYPE_SNMP],NULL,run_snmp,&snmp_sec)) { nutscan_avail_snmp = 0; } #else dev[TYPE_SNMP] = nutscan_scan_snmp(start_ip,end...
2017 Feb 27
0
SMBTorture tests on HP UX IA64 - Samba 4.5.3 without AD DC
...p) /opt/samba/bin/smbtorture //<server ip>/tmp -W <domain> -U user%pass rap.basic rap.rpc rap.printing rap.sam rap.scan Error: test: rap_print time: 2017-02-23 08:48:06.982827 time: 2017-02-23 08:48:07.071125 failure: rap_print [ ../source4/torture/rap/printing.c:641: smbcli_rap_netprintqenum(cli->tree, tctx, &r) was NT_STATUS_BUFFER_TOO_SMALL, expected NT_STATUS_OK: failed to enum printq ] test: rap_printq_enum time: 2017-02-23 08:48:07.071299 Testing rap_NetPrintQEnum level 0 time: 2017-02-23 08:48:07.156200 failure: rap_printq_enum [ ../source4/torture/rap/printing.c:101:...
2004 Sep 28
1
Printjob stuck spooling
Hi, I'm trying to remove a printjob that is currently blocking the printque for one of my users. I've tried to access the printer from the user and delete it there, but this doesn't help. Cups does not show the job at all. I therefore tried to access the printspool via sambas net printq command. With net, I can find the job, and the jobid, but when I try to us...
2004 Nov 25
0
Publish printer into ADS
...[2004/11/24 17:28:37, 2] utils/net.c:main(792) return code = -1 However, smbclient is able to connect just fine: # smbclient //192.168.1.5/adam -Uadam Password: Domain=[BDTI] OS=[Unix] Server=[Samba 3.0.7-1.3E] smb: \> The printer is a valid queue on this server: # net rap printq Password: Print queues at \\127.0.0.1 Name Job # Size Status ---------------------------------------------------------------------------- --- copier Queue 0 jobs *Printer Active* scratch Queue 0...
2010 Jun 10
1
smbclient queue no jobs listed
...ed. Any windows client can pull the job list without issue. This system has no problem sending print jobs to the queue. AIX 5.3 running Samba 3.5.2 connecting to Windows 2003 /opt/pware64/bin/smbclient "\\\\SERVERNAME\\PRINTER" -U domainAdmin -c "queue" /opt/pware64/bin/net printq info "PRINTER" -S "SERVERNAME" smbd is configured to run but the client has not been joined to the ADS. Do I have to add the server as a client on the domain? -- Eric B. Rowell
2009 Jan 20
1
[Announce] Samba 3.0.34 Maintainance Release Available
...@samba.org> * BUG 5710: Fix update of machine account passwords. * Define NET_SRVPWSET2 call. * Net should just use machine account creds when changing passwords. * Fix net_io_q_srv_pwset2. o Carsten Dumke <carsten@cdumke.de> * BUG 5892: Fix documentation of net rap printq info. o Dina Fine <dina@exanet.com> * BUG 5908: Fix failing of internal change notify on share directory. o Steve French <stevef@smf-t60p.smfdom> * Fix compile warning in cifs.upcall. * Fix cifs.upcall manpage and comments. o Jeff Layton <jlayton@redhat.com&gt...
2009 Jan 20
1
[Announce] Samba 3.0.34 Maintainance Release Available
...@samba.org> * BUG 5710: Fix update of machine account passwords. * Define NET_SRVPWSET2 call. * Net should just use machine account creds when changing passwords. * Fix net_io_q_srv_pwset2. o Carsten Dumke <carsten@cdumke.de> * BUG 5892: Fix documentation of net rap printq info. o Dina Fine <dina@exanet.com> * BUG 5908: Fix failing of internal change notify on share directory. o Steve French <stevef@smf-t60p.smfdom> * Fix compile warning in cifs.upcall. * Fix cifs.upcall manpage and comments. o Jeff Layton <jlayton@redhat.com&gt...
1998 Jul 29
0
Printing on a Window Client from AIX
...or lack of a value) will be ignored. # # Security. Well, I could have easily passed all the script variables # on the backend line in /etc/qconfig, but it bothered me that # the world-readable qconfig file would contain a password. So, I've # made this script run setgid (via a wrapper) as printq (please, those # more intelligent than I, let me know if there is a risk I don't realize # in doing this). I then protected both write ability to the log and # read/write to the config files. # # Dunce note: Being unfamiliar with NT 4.0, I had a problem initially # connecting to a machin...
2008 Nov 27
1
[Announce] Samba 3.3.0rc1 Available for Download
...error path, spotted by Martin Zielinski <mz@seh.de>. * Add vfs_acl_tdb.c module to do ACLs completely in userspace. * Use fxattr calls whenever possible (trying to work around the strange Linux kernel oplock bug). o Kai Blin <kai@samba.org> * BUG 5892: Fix net rap printq info documentation. * Add placeholder functions to libwbclient. o Gerald (Jerry) Carter <jerry@samba.org> * Use the same prerequisite for DDNS update as Windows XP. * Make "lwinet ads dns register" honor the "interfaces" parameter. o Steven Danneman &lt...
2008 Nov 27
1
[Announce] Samba 3.3.0rc1 Available for Download
...error path, spotted by Martin Zielinski <mz@seh.de>. * Add vfs_acl_tdb.c module to do ACLs completely in userspace. * Use fxattr calls whenever possible (trying to work around the strange Linux kernel oplock bug). o Kai Blin <kai@samba.org> * BUG 5892: Fix net rap printq info documentation. * Add placeholder functions to libwbclient. o Gerald (Jerry) Carter <jerry@samba.org> * Use the same prerequisite for DDNS update as Windows XP. * Make "lwinet ads dns register" honor the "interfaces" parameter. o Steven Danneman &lt...