search for: portname

Displaying 20 results from an estimated 49 matches for "portname".

2004 May 07
2
Need help on Samba Printer Port
...ct board. One 4000N, one 4050N and one 4200N. All are share on my PDC Samba server which is under Linux Debian stable Woody (v3.0rX) : Samba v2.2.3a-13. I have a little question that I cant' answer my self : Can it be a problem if all of these printer have [Samba Printer Port] as their 'portname' ? (or 'portname' must be different for each network printer) ? Is their somebody who have the 'same' config as I have : several printer share by one Samba PDC ? Best regards. -- ----------------------------------- NON AUX BREVETS LOGICIELS EN EUROPE -----------------------...
2004 Jan 31
0
Using an additional modem to get CallerID information
...rting the captured data into Asterisk. Capturing the caller ID details from the modem I will presume at this stage, that you have a modem that supports caller ID and it is installed and configured to work with your Linux box. Here is my first script that reads the details in... #!/usr/bin/perl $PortName = "/dev/ttyn00"; $PortObj = open(MODEM,$PortName) || die "Can't open $PortName: $!\n"; while (1==1) { local $/ = "\n"; while ($line=<MODEM>) { chomp; if ($line =~ s/NMBR = //) { open(OUTFILE, ">/usr/src/myperl/callerid.txt") or...
2010 Dec 16
2
Samba printer management commands
...####### # Par?metros ########################################################################## # Nombre de la impresora LPNAME=$(echo "$1" | iconv -t ascii//translit | sed --regexp-extended 's/\s+/_/g') # Nombre del recurso compartido SHARENAME=$2 # Nombre del puerto PORTNAME=$3 # Nombre del controlador DRIVERNAME=$4 # Localizaci?n LOCATION_OLD=$5 # Localizaci?n en Windows 95 LOCATIONWIN9X=$6 # Comprobar la sintaxis de la localizaci?n, y a?adir el protocolo por defecto si no lo tiene if [[ ! ${LOCATION_OLD} =~ ":/" ]] then LOCATION_NEW="l...
2004 May 26
2
duplicate domains in browse list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, i recently upgraded some of my servers from 3.0.2a to 3.0.4 after the upgrade my browselist shows duplicate entries for the domains. one domains is managed by a samba PDC(providing WINS too) and two samba BDC's. the other domains are managed by one samba PDC. 'smbclient -N -L <WINS_SERVER>' shows: - --- Workgroup
2003 Jun 18
1
'Little' problems with Samba v2.2.3a-12.3 (Debian Woody) and PRINTERS !!
...pool nss.1er : printcap : sd = /var/spool/lpd/nss.1er smb.conf : path = /var/spool/lpd/ns.1er.spool Is it a problem ? Must I define the same directory ? 2.) As I have added manually, my printers, in the samba 'smb.conf' file, why there is one printer with 'Samba Printer Port' as portname and the other with '\\MYSRV\nss.1er' as portname when I use the rpcclient's enumprinters command ? Which is the good one : Samba Printer Port or \\MYSRV\nss... ? How is it possible to change it ? ---> # rpcclient MYSRV -U root%ROOTPASSWD -c "enumprinters 2" INFO: Debug...
2007 Apr 03
1
any help installing 4.4 for s390 (or s390x) on Z9-BC?
...guring out how to get the OSA adapter working. I've been told that when I ftp-boot from the iso image, I should choose "eth" for adapter type, and enter "0xe38,0xe39,0xe3a" for the addresses. For the additional parameters, I've tried: add_parms,0x10,(0xe38,0xe3a),portname:CHIP00 portname:CHIP00 and just hitting enter (which looks like it's supposed to work with centos 4.4, but not 3.3) After subsequently entering the various IP params (addr, net addr, mask, fqdn, and so on), I typically get messages somewhat like the one below (copied verbatim from the s39...
2005 Sep 13
1
Problem adding printer using MSRPC
...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" oPrinter.PortName = "Samba printer port" oPrinter.shareName = "Apple" oPrinter.Location = "odi-lab" oMaster.PrinterAdd(oPrinter) smb.conf [global] idmap uid = 70000-200000 idmap gid = 70000-200000 winbind enum users = no winbind enum groups = no winbind cache time = 1...
2005 Jul 14
2
Samba 3.0.20pre2 printer driver problem
...ed fast and switched back to 3.0.14a to make our clients happy. here is an example output of rpcclient's "enumprinters 2" command that you can see the difference. 3.0.14a: servername:[\\mysrv] printername:[\\mysrv\LJ8150-PS] sharename:[LJ8150-PS] portname:[Samba Printer Port] drivername:[HP LaserJet 8150 PS] comment:[HP LaserJet 8150DN (Duplex, B/W)] location:[] 3.0.20pre2 servername:[\\mysrv] printername:[\\mysrv\lj8150-ps] sharename:[LJ8150-PS] portname:[Samba Printer Port] d...
2012 Jan 28
1
[LLVMdev] How to get the string value?
...) ) { Value *firstop = pCE->getOperand(0); if (GlobalVariable *GV = dyn_cast<GlobalVariable>(firstop)){ Constant *v = GV->getInitializer(); if (ConstantArray *CA = dyn_cast<ConstantArray>(v)) { StringRef portName(CA->getAsString()); That's some learning experience :-) Regards, Welson On Sat, Jan 28, 2012 at 6:41 AM, Duncan Sands <baldrick at free.fr> wrote: > Hi Welson, > > > Yes, it is a ConstantExpr! Thank you! >> >> Now trying to find a clue in ConstantExpr'...
2003 Dec 31
0
3.01 & FreeBSD Port/Install Makefile Config
...ne shed any light on this as well? Thank you, Matt Pusateri # New ports collection makefile for: samba # Date created: 11th Feb 1995 # Whom: gpalmer # # $FreeBSD: ports/net/samba-devel/Makefile,v 1.97 2003/11/25 16:12:19 trevor Exp $ # PORTNAME= samba PORTVERSION= 3.0.0 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://us3.samba.org/samba/ftp/%SUBDIR%/ MASTER_SITE_SUBDIR= . rc #DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= dwcjr@FreeBSD.org COMMENT= A free SMB and CIFS client and server...
2003 Sep 23
2
[da@securityfocus.com: ISS Security Brief: ProFTPD ASCII File Remote Compromise Vulnerability (fwd)]
Recent proftpd security vulnerability release FYI. Ports has latest patched proftpd distribution. -- Jez http://www.munk.nu/ -------------- next part -------------- An embedded message was scrubbed... From: Dave Ahmad <da@securityfocus.com> Subject: ISS Security Brief: ProFTPD ASCII File Remote Compromise Vulnerability (fwd) Date: Tue, 23 Sep 2003 10:25:54 -0600 (MDT) Size: 4588 Url:
2010 Jan 29
1
Error when trying to print with point and print installed drivers
...client's enumprinters, The first printer doesn't have the driver installed (and works) whilst the second has the driver installed (and doesn't): rpcclient $> enumprinters 2 servername:[\\fissionator] printername:[\\fissionator\Ricoh] sharename:[Ricoh] portname:[Samba Printer Port] drivername:[] comment:[Ricoh 3245C MFD] location:[] sepfile:[] printprocessor:[winprint] datatype:[RAW] parameters:[] attributes:[0x1048] priority:[0x1] defaultpriority:[0x1] starttime:[0x0]...
2011 Jul 25
1
rdyncall 0.7.3
...wrapping of R fun- ctions as C callback function pointers. Dynamic bindings to shared C libraries and the C APIa are data-driven by cross-platform binding specification using a compact plain text format. The interface consists of a single function, similar to 'library': > dynport(portname) where 'portname' refers to a name of a C API binding specification; an initial repository of DynPorts to a couple of common C libraries comes with the package: DynPort Description expat Expat XML Parser Library GL OpenGL 1.1 API GLU OpenGL Utility L...
2011 Jul 25
1
rdyncall 0.7.3
...wrapping of R fun- ctions as C callback function pointers. Dynamic bindings to shared C libraries and the C APIa are data-driven by cross-platform binding specification using a compact plain text format. The interface consists of a single function, similar to 'library': > dynport(portname) where 'portname' refers to a name of a C API binding specification; an initial repository of DynPorts to a couple of common C libraries comes with the package: DynPort Description expat Expat XML Parser Library GL OpenGL 1.1 API GLU OpenGL Utility L...
2006 Jan 18
1
Problem in rpc_api_pipe related to the \spoolss pipe
...n -c 'setdriver e21a "HP LaserJet 5000"' localhost Enumprinters and enumdrivers works correctly (adddriver also worked perfectly): rpcclient -Umhansen -c 'enumprinters 2' localhost servername:[\\pdc] printername:[\\pdc\e21a] sharename:[e21a] portname:[Samba Printer Port] drivername:[e21a] comment:[HP5000Duplex] location:[] sepfile:[] printprocessor:[winprint] datatype:[RAW] parameters:[] attributes:[0x1048] priority:[0x1] defaultpriority:[0x1] starttime:[0x0...
2003 Jan 27
0
spoolss_io_r_setprinter/WERR_ACCESS_DENIED on 2.2.7a
...rpc_parse/parse_spoolss.c:uni_2_asc_printer_info_2(5346) Converting from UNICODE to ASCII start converting [2003/01/27 12:20:57, 5] rpc_server/srv_spoolss_nt.c:check_printer_ok(4868) check_printer_ok: servername=\\blak_srv printername=\\blak_srv\HP LaserJet 4100 PCL 6 sharename=lj4100tn-2-bl portname=Samba Printer Port drivername=HP LaserJet 4100 PCL 6 comment=HP LaserJet 4100TN, 2nd Floor location= [2003/01/27 12:20:57, 5] rpc_parse/parse_prs.c:prs_debug(60) 000000 spoolss_io_r_setprinter [2003/01/27 12:20:57, 5] rpc_parse/parse_prs.c:prs_werror(647) 0000 status: WERR_ACCESS_DENIED [20...
2006 Feb 27
1
"printer admin" still working in 3.0.21c?
...be grateful for any advice in the meantime. Here's the log.smbd snippet that *seems* to be the culprit: [2006/02/27 18:21:24, 5] rpc_server/srv_spoolss_nt.c:check_printer_ok(5933) check_printer_ok: servername=\\myserver printername=\\myserver\HP Universal Printing PS sharename=myprinter01 portname=Samba Printer Port drivername=HP Universal Printing PS comment=myprinter01 location= [2006/02/27 18:21:24, 3] rpc_server/srv_spoolss_nt.c:update_printer(6113) update_printer: printer property change denied by handle Anyone? -TL
2003 Sep 03
1
index build killed by ports/science/chemtool
...acks. The "make index" error message is reproduced below: *** *** Error code 1||||||| Stop in /usr/ports/science.||||||| Stop in /usr/ports.||||||| ||||||| *** Dan's posting is reproduced below: error executing make command for science/chemtool for database freshports : make -V PORTNAME -V PKGNAME -V DESCR -V CATEGORIES -V PORTVERSION - V PORTREVISION -V COMMENT -V COMMENTFILE -V MAINTAINER -V EXTRACT_SUFX -V BUILD_DEPENDS -V RUN_DEPENDS -V FORBIDDEN -V BROKEN - f /usr/home/dan/ports/science/chemtool/Makefile PORTSDIR=/usr/home/dan/ports 2>/tmp/FreshPorts.science.chemtool....
2004 Feb 27
0
MIT Krb5 Port Upgrade
...----- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/krb5/Makefile,v retrieving revision 1.69 diff -u -r1.69 Makefile --- Makefile 21 Feb 2004 04:39:05 -0000 1.69 +++ Makefile 27 Feb 2004 13:33:58 -0000 @@ -6,14 +6,17 @@ # PORTNAME= krb5 -PORTVERSION= 1.3.1 -PORTREVISION= 3 +PORTVERSION= 1.3.2 CATEGORIES= security # USE_TARBALL tells the port that the user has fetched the source # directly from MIT or crypto-publish.org (CRYTPO-PUBLISH). USE_KRB5_TARBALL?= MIT .if defined(USE_KRB5_TARBALL) && ${USE_KRB5_T...
2009 Oct 17
1
Samba networking
To whom this may concern, I do apologise first off for contacting your organisation, but I have scoured the internet looking for any answers to the problems I am having with Samba, and nothing even remotely comes close the solution I need. Second apology for my ignorance of Linux. What I'm trying to do, is, I have two computers both with the same Linux distro ([K]Ubuntu), version (9.04),