similar to: CUPS printing problem under Samba 2.2.7

Displaying 20 results from an estimated 1000 matches similar to: "CUPS printing problem under Samba 2.2.7"

2003 May 30
1
compile samba-2.2.8 with libcups support?
First of all, thank you very much for your fast answers. Congratulations, samba is a great product. This is possibly a newbie question, but I am not able to compile samba-2.2.8 with libcups support. >From the options that appear running "./configure --help", only "--enable-cups" seems to be related to the problem. However, after compilation the "smbd" executable
2003 Oct 30
1
Not sure if ACL support compiled in
Hi all, I'm running Samba-3.0.0-2 on an RedHat 8 box. I compiled it on my own with cups and acl support (and some things, too). My clients are Win2k and WinXP. The fileserver has a XFS filesystem with ACL support. I created a test-share: [test] comment = Test path = /xfspart/test read only = no inherit acls = yes When i create a file from my WinXP Client it
2008 Jul 26
5
Cups problems while compiling WINE
Just tried to compile WINE on opensuse 11 64bit. I did everything as described here: WineOn64bit - The Official Wine Wiki (http://wiki.winehq.org/WineOn64bit#head-b3c0054e075385ab599d63a46dba9d6c3934d6c0) But running the configure script I'm getting that message: Code: configure: libcups development files not found, CUPS won't be supported. That means that the printer output isn't
2006 Sep 22
2
samba printer share
Hello, dear colleagues using SAMBA. Who could possibly tell me what I am missing in order to make my SAMBA printer share visible on the windows network( i.e., accessing it from a MS Windows machine's explorer, for example )? It is SAMBA 3.0.23 on Linux 2.4.33 machine(originally RedHat 7.3. based, but so much upgraded, even to GLIBC-2.3.6). here are the linked libraries:
2003 Oct 20
3
Problem with "add user script"
Problem - smbpasswd does not seem to be recognizing my "add user script" option to automatically create Unix users when adding a samba user. I am running Samba version 2.2.8a (from source) on a Linux (Redhat 8.0) system. Relevant lines from smb.conf: [global] server string=Samba Server netbios name = smbpdc security = user domain logons=yes domain master = yes
2004 Apr 22
1
Samba 3.0.2a problems on Solaris 8
Tried to upgrade our Samba 2.2.8a domain controller (Solaris 8) to Samba 3.0.2a. Compiled using gcc 3.3.2, linked to libiconv-1.8, popt-1.7 and cups-1.1.20. I shut down the Samba 2.2.8a. Removed everything in var/locks. Did a "make install" to install 3.0.2a, then restarted Samba. My smb.conf is basically the same as 2.2.8a with "domain admin group" removed. When I stared
2011 Mar 01
2
2 attempts to install newest hplip 3.11.1
Hi Folks, the reason: new printer HP LaserJet Pro M1132 MFP This printer needs a non-free plugin. On my 64-bit machine with CentOS 5.5 the installation via hplip-3.11.1.run and hplip-3.11.1.plugin.run works perfectly (except scanning - but that's not the problem at the moment). On my second machine - CentOS 5 32-bit I have many problems and printing doesn't works. 1. Installation
2004 May 18
1
Hi again timur
I am completely frustrated at this point. The following is not meant against you personally, but I'm the ONLY I.T. person for 100 users in 6 different offices, and I don't know what to do at this point but beg. I finally figured out what Heimdal is, and I believe is the main problem. Installed 5.2.1 on a machine. Installed krb5 from ports. Changed make.conf adding
2005 Aug 14
5
RPM SPEC rebuild errors
Hello All, I have been trying all afternoon to rebuild the Samba RPM for my Fedora 3 with the MySQL passdb support and from what I can see it only needs the inclusion of "--with-expsam=mysql" in the SPEC file in addition to the regular ones. The problem is that no matter what version of Samba I try to rebuild, it always gice an error at the same place:
2003 May 14
1
[cups.general] Re: windows printer queue failure
Christoph Litauer <litauer@uni-koblenz.de> wrote on CUPS digest: > Message: 6 > From: Christoph Litauer <litauer@uni-koblenz.de> > Date: Wed, 14 May 2003 17:45:49 +0200 > Organization: Easy Software Products > To: cups@easysw.com > Subject: [cups.general] Re: [Samba] windows printer queue failure > Reply-To: cups@easysw.com > > Christoph Litauer wrote: >
2003 Jan 15
3
libpopt.so.0 Issue
Evening; Just installed Samba on my solaris 9 server at home and am having difficulties. When I try to check out the option file using testparm, it always brings back the message : ld.so.1: ./testparm: fatal: libpopt.so.0: open failed: I can't find the library libpopt.so.0 anywhere on the system. Apparently , I forgot to load something. Can anyone help me in finding where I can
2004 Nov 10
1
Samba 3.0.8 compiles but fails to install
Greetings all! I am trying to install the latest version of Samba (stable) onto a Solaris 9 test machine. I am getting errors when I try to start the deamons, but everything looks like it compiles and installs fine... The errors are: # /etc/init.d/samba.server start ld.so.1: /usr/local/samba/sbin/smbd: fatal: libpopt.so.0: open failed: No such file or directory Killed ld.so.1:
2002 Nov 26
1
Re: 2.2.7 compile error using --with-acl-support
If you are using the debian/rules from apt-get or the source tarball, you need to not only include --with-acl-support in debian/rules, you also need to vi debian/config.cache --> replace "ac_cv_header_sys_acl_h=${ac_cv_header_sys_acl_h=no}" with "ac_cv_header_sys_acl_h=${ac_cv_header_sys_acl_h=yes}" This will allow it to compile. Unfortunately, for me,
2005 Apr 18
3
Samba Internal Error and Panic
Getting this on a FreeBSD 5.2.1-RELEASE #0: Sat Aug 28 11:56:25 CDT 2004 system when trying to start the smbd process after an upgrade to the newest release. Didn't see anything helpful in the referenced appendix bugs of the Samba HOWTO collection. An attempted smbd -d10 yielded a core dump but no futher info. -------------------------------log
2005 Jun 08
0
Shared libraries not found.
Hi. I am trying to build samba 3.0.14a on an old redhat 8 box. I'm having a problem in which shared libraries are not found in the smbd, nmbd and other binaries that are produced. The server is running openldap and MIT kerberos with their libraries in /usr/local/lib and include files in /usr/local/include. Openssl is installed in /usr/local/ssl. The resulting binaries look like: --------
2004 Mar 19
1
Samba3 installation issues
I'm trying to install the Samba3 rpm's on a SuSE 9.0 machine. When I try it, I get the following message(s): LX1020:/opt/samba3 # rpm -ivh samba3-* error: Failed dependencies: libasn1.so.5 is needed by samba3-3.0.2a-0 libcom_err.so.1 is needed by samba3-3.0.2a-0 libcrypto.so.0.9.6 is needed by samba3-3.0.2a-0 libdb-4.0.so is needed by samba3-3.0.2a-0
2004 Sep 21
2
2.6.2 rsync --daemon is not working for me
Hi! I'm unable to write with remote rsync in daemon mode. ********* My configuration: rsync 2.6.2 Linux 2.4.20-alt16-up (ALTLinux www.altlinux.org) (There is owl-patch in ALTLinux-kernel) ========== /etc/rsyncd.conf ============= log file = /var/log/rsync [routers] comment = Our Backups path = /mnt/backup/routers uid = archiver gid = archiver use chroot = true read only = false list = true
2011 Oct 21
2
Need help with redhat build to --prefix
Hi all, I need to build samba 3.6.1 on a RedHat redhat-release-5Server-5.6.0.3 linux machine but cannot install it to the default directories because the machine is centrally managed... I am using the following configure command: ./configure --prefix=/app/radius/samba/ --with-configdir=/app/radius/samba/conf --with-privatedir=/app/radius/samba/private --disable-cups and I am unable to run
2020 Nov 09
1
Can't join domain (LDAP error)
On Mon, 2020-11-09 at 14:43 +1030, O'Connor, Daniel wrote: > > Good idea. > First step is building Samba from source which is not a fun > experience on FreeBSD :( We do honestly want to make this easier. Now of course that doesn't help for a historical bisect, but we are open to and encourage up- streaming of patches from ports. (We also ask that patches we reject - this
2003 May 05
1
Help on missing file libpopt.so.0
Hello every1: I just installed samba2.2.8a package (SMCsamba) on Solaris 2.6 sparc box. Upon starting up samba (/etc/init.d/samba.server start), I got a msg. "ld.so.1: /usr/local/samba/bin/smbd: fatal: libpopt.so.0: open failed: No such file or directory Killed ld.so.1: /usr/local/samba/bin/nmbd: fatal: libpopt.so.0: open failed: No such file or directory Killed Help is greatly