Displaying 3 results from an estimated 3 matches for "oprint".
Did you mean:
print
2005 Sep 13
1
Problem adding printer using MSRPC
Hi,
When I try to add a printer using APW, the printer gets added
successfully. However, when I try to add a printer using the MS_RPC
addprinter command, the script fails with access denied. Please let me
know if I am doing anything wrong.
Thanks,
Guru.
The addprinter vbscript
dim oMaster, oPrinter
set oMaster = CreateObject("PrintMaster.PrintMaster.1")
set oPrinter = CreateObject("Printer.Printer.1")
oPrinter.ServerName = "\\abc.xyz.com"
oPrinter.PrinterName = "Apple"
oPrinter.DriverName = "Apple LaserWriter 8500"
oPrinte...
2009 Dec 14
0
[Bug 595] MARK filter doesn't work
...Comment #3 from eric at inl.fr 2009-12-14 20:31 -------
With latest git tree, I did not manage to reproduce the problem.
For the record, I've used the following stack:
stack=log1:NFLOG,base1:BASE,mark1:MARK,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
stack=ct1:NFCT,mark1:MARK,op1:OPRINT
--
Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2012 Jun 17
0
[ANNOUNCE] ulogd 2.0.0 release
...n sqlite3_interp()
sqlite3: cleanup error handling of sqlite3_bind_int() in sqlite3_interp()
sqlite3: fix warning during compilation
sqlite3: remove automatic creation of table `daily'
build: Linux kernel-style for compilation messages
ulogd: add okey_set_u64
OPRINT: display u64 fields
output: add GPRINT plugin
input: add nfacct plugin
src: add example use of GPRINT to ulogd.conf.in configuration file
NFCT: add `reliable' config option to enable reliable flow-based logging
build: bump release version to 2.0.0
build: requ...