Displaying 20 results from an estimated 31 matches for "make_printerdef".
2000 Feb 11
1
Problems compiling 2.0.6 on AIX 4.1.5
.../includes.h:284,
from smbd/server.c:22:
/usr/include/sys/vfs.h:154: warning: `struct statfs' declared inside
parameter list
/usr/include/sys/vfs.h:154: warning: its scope is only in this definition or
declaration, which is probably not what you want.
.
.
.
Compiling utils/make_printerdef.c
In file included from include/includes.h:284,
from utils/make_printerdef.c:23:
/usr/include/sys/vfs.h:154: warning: `struct statfs' declared inside
parameter list
/usr/include/sys/vfs.h:154: warning: its scope is only in this definition or
declaration, which is probably not w...
1997 Dec 17
1
SMB printing client driver data serving w/ Samba
Is there anyway to get Samba to pass back printer driver data
to a client the way NT print servers do. This makes life so much
easier. From the Samba source, it looks like the 'driverdata'
field for a printer is just set to the string "NULL". The
CIFS specs that I found don't discuss what should be returned in
that field. NOTE: I am already using the DRIVERNAME configuration
1998 Oct 15
1
Problem to map home dir
..._LIBS) $(DES_LIB)
INCLUDES1 = $(srcdir)version.h $(srcdir)local.h $(srcdir)includes.h $(srcdir)smb.h
INCLUDES2 = $(srcdir)trans2.h
INCLUDES = $(INCLUDES1) $(INCLUDES2)
SPROGS = smbd nmbd
PROGS1 = smbclient testparm testprns smbrun smbstatus smbpasswd make_smbcodepage
PROGS = $(PROGS1) nmblookup make_printerdef $(MOUNT_PROGS)
SCRIPTS = smbtar addtosmbpass
######################################################################
# object modules
######################################################################
# modules in the ubiqx library from Chris Hertel
UBIOBJ = ubiqx/ubi_dLinkList.o
# client s...
2002 May 27
1
samba 2.2.4 bugs
...g client/smbspool.c
Linking bin/smbspool
Compiling utils/testparm.c
Linking bin/testparm
Compiling utils/testprns.c
Linking bin/testprns
Compiling utils/status.c
Linking bin/smbstatus
Compiling utils/smbcontrol.c
Linking bin/smbcontrol
Compiling tdb/tdbbackup.c
Linking bin/tdbbackup
Compiling utils/make_printerdef.c
Linking bin/make_printerdef
Compiling utils/smbpasswd.c
Compiling libsmb/cli_lsarpc.c
Compiling libsmb/cli_samr.c
Linking bin/smbpasswd
Compiling utils/make_smbcodepage.c
Linking bin/make_smbcodepage
Compiling rpcclient/rpcclient.c
Compiling rpcclient/cmd_lsarpc.c
Compiling rpcclient/cmd_samr.c
C...
1999 Aug 16
0
HP2500 Printer under SAMBA
...ne else managed to get the 'point and print' (automatic driver
installation - PRINTER$) system to work with the Hewlett Packard 2500
Colour inkjet. I have taken a look at the HP web site and it seems that
they have changed the format of the driver INF files (and hence does not
work with the make_printerdef utility).
I have almost managed to get it to work (by a little hacking). The files
copy across from the samba server to the Win95 client but when you
select Properties for the installed printer you get an illegal operation
in HPW6GUI.DLL. I can also get the same printer to install from a
NT machin...
2003 Mar 06
1
Samba 2.2.7 and Win2K - printer drivers
...red printer with an option:
"use client driver = yes"
Samba is running on RH 8.0 and shares work just fine.
So, do I really have to install Win2K drivers manually? I understand it is
possible to do it automated with Windows 9X -clients.
I have also found out that the tool called "make_printerdef" -tool is
deprecated.
Any help appreciated,
Jarno
-----
2004 Nov 24
0
Missing smbd, nmbd in Samba package 2.2.10?
...l/sbin
laxbcastdns01# cd ..
laxbcastdns01# cd bin
laxbcastdns01# l
total 8606
drwxr-xr-x 2 root wheel 512 Nov 22 11:04 ./
drwxr-xr-x 11 root wheel 512 Nov 21 04:21 ../
-r-xr-xr-x 1 root bin 446 Sep 2 16:24 convert_smbpasswd*
-rwxr-xr-x 1 root wheel 437892 Sep 2 16:24 make_printerdef*
-rwxr-xr-x 1 root wheel 435785 Sep 2 16:24 make_smbcodepage*
-rwxr-xr-x 1 root wheel 433285 Sep 2 16:24 make_unicodemap*
-r-xr-xr-x 1 root bin 205 Sep 2 16:24 mksmbpasswd.sh*
-rwxr-xr-x 1 root wheel 634494 Sep 2 16:24 nmblookup*
-rwxr-xr-x 1 root wheel 1149659 Sep...
2000 Apr 20
7
Print Server
Ok, here's my setup: I've had a samba file server going for about a year
now. It's Samba v2.05a on a RH6.0 sys. Currently we have a printer
server running on a Winblows NT box. This NT box has the following
printers: HP5si, (4) HP4000, and a few HP4s. All of those printers have
Jet Direct ports on them. What I want to do is, move all the printers
over to the Samba box and KILL the NT
2002 Nov 27
3
Samba 3.0 alpha21 released
...of a native
mode Win2k domain
7) Fix ACL inheritance problem
8) Register <0x1c> name on unicast subnet
9) Removed stat() call in lp_add_home()
10) Change default of max_xmit to match W2K. Ensure NT negprot uses it
11) Merge the new ACL mapping code from Andreas Gruenbacher
12) Removed make_printerdef tool from build
13) Fix fd leak on printer queue tdb's
14) Better error/status logging in both the pam_winbind client and
winbindd_pam
15) Fix fd leak with kernel change notify
16) Fix slowdown because of enumerating all print queues on every smbd
startup
17) Fix --set-auth-user comman...
1999 Jan 13
2
makefile and path questions
...and had the
opportunity to fiddle with the make file after not doing this for a
couple of months.
The default makefile sorts the files like this:
BINDIR (/usr/local/samba/bin)
smbpasswd
smbrun
smbclient
testparm
testprns
smbrun
smbstatus
smbpasswd
make_smbcodepage
nmblookup
make_printerdef
smbmount
smbmnt
smbumount
SBINDIR (/usr/local/samba/bin)
smbd
nmbd
LIBDIR (/usr/local/samba/lib)
smb.conf
lmhosts
printers.def
codepages/ (code pages)
VARDIR (/usr/local/samba/var)
log.smb
log.nmb
locks/ (lock files)
/usr/local/samba/private/smbpasswd (password file)
IMHO,...
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
...A32) $(FLAGS5) $(PASSWD_FLAGS)
WINBIND_PROGS = bin/wbinfo
WINBIND_SPROGS = bin/winbindd
WINBIND_PAM_PROGS =
WINBIND_LPROGS = nsswitch/libnss_winbind.so
SPROGS = bin/smbd bin/nmbd bin/swat
PROGS1 = bin/smbclient bin/smbspool bin/testparm bin/testprns bin/smbstatus
bin/smbcontrol bin/tdbbackup bin/make_printerdef
PROGS2 = bin/smbpasswd bin/make_smbcodepage bin/rpcclient
bin/make_unicodemap bin/smbcacls
MPROGS =
LPROGS = $(WINBIND_PAM_PROGS) $(WINBIND_LPROGS)
PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup
TORTURE_PROGS = bin/smbtorture bin/msgtest bin/masktest bin/locktest
bin/locktest2
SHLIBS...
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
...A32) $(FLAGS5) $(PASSWD_FLAGS)
WINBIND_PROGS = bin/wbinfo
WINBIND_SPROGS = bin/winbindd
WINBIND_PAM_PROGS =
WINBIND_LPROGS = nsswitch/libnss_winbind.so
SPROGS = bin/smbd bin/nmbd bin/swat
PROGS1 = bin/smbclient bin/smbspool bin/testparm bin/testprns bin/smbstatus
bin/smbcontrol bin/tdbbackup bin/make_printerdef
PROGS2 = bin/smbpasswd bin/make_smbcodepage bin/rpcclient
bin/make_unicodemap bin/smbcacls
MPROGS =
LPROGS = $(WINBIND_PAM_PROGS) $(WINBIND_LPROGS)
PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup
TORTURE_PROGS = bin/smbtorture bin/msgtest bin/masktest bin/locktest
bin/locktest2
SHLIBS...
2002 Jun 11
0
Sol 2.8-Samba 2.2.4-Sun WS 6 C Compiler-Compiler Warning Messages
...g client/smbspool.c
Linking bin/smbspool
Compiling utils/testparm.c
Linking bin/testparm
Compiling utils/testprns.c
Linking bin/testprns
Compiling utils/status.c
Linking bin/smbstatus
Compiling utils/smbcontrol.c
Linking bin/smbcontrol
Compiling tdb/tdbbackup.c
Linking bin/tdbbackup
Compiling utils/make_printerdef.c
Linking bin/make_printerdef
Compiling utils/smbpasswd.c
Compiling libsmb/cli_lsarpc.c
Compiling libsmb/cli_samr.c
Linking bin/smbpasswd
cc: Warning: illegal option -dc
cc: Warning: illegal option -dp
Compiling utils/make_smbcodepage.c
Linking bin/make_smbcodepage
Compiling rpcclient/rpcclient.c
C...
1998 Nov 24
1
printers.def
Hello !
I am sure this has been posted before but I can not find it.
I have used a file to check witch files a .inf file shall use. This
util was very good to have when making a printers.def file.
My problem is that I can not find the file anymore and I do not know the
name of it.
Thanks,
/Mikael
2002 Dec 03
2
Samba SWAT 2.2.7 Doesn't Work in Redhat8.0?
...t /proc/version
Linux version 2.4.18-18.8.0 (bhcompile@daffy.perf.redhat.com) (gcc version
3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Nov 13 23:10:57 EST 2002
[root@ibmapt root]#
[root@ibmapt root]# ls /usr/local/samba/bin
findsmb nmbd smbclient smbmount smbtar testparm
make_printerdef nmblookup smbcontrol smbpasswd smbumount testprns
make_smbcodepage rpcclient smbd smbspool swat wbinfo
make_unicodemap smbcacls smbmnt smbstatus tdbbackup winbindd
[root@ibmapt root]# cat /etc/services
# /etc/services:
# $Id: services,v 1.31 2002/04/03 16:53:20 not...
2000 Jan 18
1
Problem connecting to samba shares
...if you wish to sync unix and smbpasswd
unix password sync = yes
[homes]
comment = Home Directories
browseable = no
writable = yes
; To allow Win95 clients to automatically load printer drivers, uncomment
; the following section (and the lines in the printers section below).
; Run the make_printerdef command to create the /usr/samba/lib/printers.def
; file (see the PRINTER_DRIVER.txt file in the docs directory for info).
; Copy all the required files to the /usr/samba/printer directory
;
;[printer$]
; comment = printer driver directory
; path=/usr/samba/printer
; public=yes
; writable=n...
2002 Jun 21
1
samba-2.2.5 -- a minor "make install" problem and 2 suggestions
...000000 +0200
@@ -94,7 +94,7 @@
WINBIND_PAM_PROGS = @WINBIND_PAM_TARGETS@
WINBIND_LPROGS = @WINBIND_LTARGETS@
-SPROGS = bin/smbd bin/nmbd bin/swat
+SPROGS = bin/smbd bin/nmbd @SWAT_PROG@
PROGS1 = bin/smbclient bin/smbspool bin/testparm bin/testprns bin/smbstatus bin/smbcontrol bin/tdbbackup bin/make_printerdef @RUNPROG@
PROGS2 = bin/smbpasswd bin/make_smbcodepage bin/rpcclient bin/make_unicodemap bin/smbcacls @WRAPPROG@ @WRAP@ @WRAP32@ @PAM_MOD@ @PDBEDIT@ @LIBSMBCLIENT@
MPROGS = @MPROGS@
@@ -103,7 +103,7 @@
TORTURE_PROGS = bin/smbtorture bin/msgtest bin/masktest bin/locktest bin/locktest2
SHLIBS = l...
2003 Jun 18
1
'Little' problems with Samba v2.2.3a-12.3 (Debian Woody) and PRINTERS !!
...#39; file. I
know that it must be a script but I don't know what it must really do. I hope
that this script must modify the 'printcap' file and also the 'smb.conf' file
as we could do it manually if we want to add a new printer. Am I right ?
6.)
I have heared about the 'make_printerdef' samba command. When must I exactly
use it ? Is it an automatic command or must I use it manually ?
I know that there is a lot of question but I want to know more on samba that
we can found on the conventional documentation web site.
Thank you very much in advance for your help.
Best regard...
2000 Mar 31
3
Samba 2.0.7pre3 snapshot released.
...apply.
49). Fix bug with registering startup smbd's in flat file.
50). Ensure usernames are converted correctly between DOS codepages
and UNIX character sets.
51). Fix for timestamps being set incorrectly on copied files from
Paul Eggert.
52). Fix for parsing HP specific printer definitions in make_printerdef.
53). Fix for smbclient doing an 'ls' on large directories from OS/2 servers
from Christoph Pfisterer.
54). Fix for WINS server code where "do you still want name?" request was
being sent to the wrong IP address.
55). Fixed "recursion desired" bits set in nmbd so we are...
2002 May 06
1
A make problem with Samba 2.2.4
...g client/smbspool.c
Linking bin/smbspool
Compiling utils/testparm.c
Linking bin/testparm
Compiling utils/testprns.c
Linking bin/testprns
Compiling utils/status.c
Linking bin/smbstatus
Compiling utils/smbcontrol.c
Linking bin/smbcontrol
Compiling tdb/tdbbackup.c
Linking bin/tdbbackup
Compiling utils/make_printerdef.c
Linking bin/make_printerdef
Compiling utils/smbpasswd.c
Compiling libsmb/cli_lsarpc.c
Compiling libsmb/cli_samr.c
Linking bin/smbpasswd
Compiling utils/make_smbcodepage.c
Linking bin/make_smbcodepage
Compiling rpcclient/rpcclient.c
Compiling rpcclient/cmd_lsarpc.c
Compiling rpcclient/cmd_samr.c
C...