similar to: Setting Windows drivers gives access denied error

Displaying 20 results from an estimated 4000 matches similar to: "Setting Windows drivers gives access denied error"

2006 Sep 19
6
Problem logon to PDC
Hello, I have setup a cluster system with drbd and heartbeat. I have samba running as a PDC. Everything works great when I am on server1 But when failover ocuurs I cannot seem to log on the domain anymore. I Have symlinks to my home share : /var/cache/samba , /etc/samba/ who are synced between 2 servers. Do I have to sync another files ?? greets John
2003 Jun 10
4
Windows XP Machines (well mostly the XP ones) hanging
Hello Folks, I will personally send $50(AU) of Pizza to anyone that solves this one :) We have a network comprising approx 30 Windows workstations all logging in to a samba machine running as a PDC. The main exported file system is an NFS mounted file system, but this was happening back when this was an xfs file system as well. ACL's are enabled. We are running Samba Version 2.2.8a. The
2004 Jan 14
2
Samba PDC and Automatic Printer Install
Hello, I am trying to install automatic printer driver download and install. I am running Samba 3, as a PDC, on RedHat 7.3. It seems everything is setup correctly, although I cannot get the rpcclient to 'see' my printer. Please notice these two printers listed below ar the same (lp & HP2300). [root@mercury log]# rpcclient -U=root localhost Password: rpcclient $> enumprinters
2002 Aug 08
1
SetPrinter failures
Could anyone please advise me on this? When I run this command trying to set a printer driver, it fails. Debugging reveals: rpcclient -d 10 ssupp001 -U root -c "setdriver P38HP5SI \"HP LaserJet 5Si\"" 000018 spoolss_io_r_setprinter 0018 status: WERR_ACCESS_DENIED SetPrinter call failed! It looks like a permissions issue, but /where/? Thanks, Chris -------------- next
2005 Oct 14
1
result was WERR_ACCESS_DENIED
Anyone know what this means and how to fix it? Thanks. Running command: rpcclient 10.0.0.1 -N -U'root%password' -c 'setdriver HPPRINTER HPPRINTER' Connecting to host=10.0.0.1 Connecting to 10.0.0.1 at port 445 Doing spnego session setup (blob length=58) got OID=1 3 6 1 4 1 311 2 2 10 got principal=NONE Got challenge flags: Got NTLMSSP neg_flags=0x608a0215 NTLMSSP: Set final
2003 Mar 06
1
rpcclient setprinter failes
Hi List. We have an Redhat 8.0 machine who acts as an printserver. I'm sharing printers via Samba and using CUPS. Samba is 2.2.7a and CUPS 1.1.8. The Microsoft clients (Win9x, Win NT, Win 2k) is downloading the driver from the server. I had no problem to install and upload up to 55 printers but now I am not able to set the driver. I can install more printers, but when cupsaddsmb is running
2007 Nov 21
3
Users w/o acl access appear to be subscribed to public folders (1.1b8)
I noticed this today, I had a user outside of our department test out dovecot. They were using squirrelmail and I noticed that dovecot thinks this user is subscribed to ALL public folders even though a dovecot ACL prevents all access. I'm pretty sure access is still denied. I was able to reproduce this with a guest account I added: l lsub "" "#shared/decs/%" * LSUB
2007 Feb 05
2
WERR_ACCESS_DENIED trying to set printer driver in samba-3.0.23d
I am having problems getting Pont and Print to work with samba-3.0.23d, cups and ldap. I used an XP box to install the windows drivers on the samba server by adding the drivers in the "Printers and Faxes" section (using the server properties tab) for the samba server. This part worked fine but when I want to associate the driver to the printer I get an access denied in windows and in
2003 May 05
5
Rpcclient - setdriver.
I have done one succesful driver for downloading to my windows 2000-client. When i try set another with "setdriver " I get a result as : SetPrinter call failed! The only differens between them is in the desritption-field flags:[0x800000] name:[\\localhost\HP4600] description:[\\localhost\HP4600,HP4600,H4600] comment:[H4600] flags:[0x800000]
2004 Jan 28
1
[patch] document update for CUPS printing
This is what I found useful when put samba and CUPS together. diff -ur samba-3.0.1.orig/docs/htmldocs/CUPS-printing.html samba-3.0.1/docs/htmldocs/CUPS-printing.html --- samba-3.0.1.orig/docs/htmldocs/CUPS-printing.html 2004-01-28 10:56:08.000000000 +0800 +++ samba-3.0.1/docs/htmldocs/CUPS-printing.html 2004-01-28 11:23:07.000000000 +0800 @@ -1850,7 +1850,11 @@ parameter (which tries to prepare
2002 Aug 06
3
Samba Print Driver Errors
Hola folks, I'm experiencing a problem trying to get drivers to upload/download properly with Samba 2.2.5 and CUPS. I've read the various HOWTOs and have managed to get drivers to upload, except that it errors out, saying that it was unable to apply the changes. The driver files do successfully upload to the proper directory on the Samba server. If I try to do things by hand:
2004 Aug 16
1
MS-DOS, WinXP SP2 with 3.05 and 3.0.6rc2
Hello! I use Windows XP SP2 on my clients. I use the http://unattended.sf.net to automatically install my WinXP machines from a MS-DOS client. This works fine in samba-3.0.5 but since SP2 causes a problem with printers I upgraded to samba-3.0.6rc2. RC2 in turn doesn't work with MS-DOS clients. The symptom is that I can boot from the fileserver but when I try to invoke a program I get
2002 Oct 21
2
SetPrinter call failed
I am having trouble getting the cupsaddsmb script to work to add the drivers. Everything seems to work (it copies the drivers to the correct directories), but I keep getting the result NT_STATUS_UNSUCCESSFUL error message on the rpcclient setdriver command. When trying to connect to the printer from a 2K client, I see a client-error-not-found error in the log. I can't seem to find
2002 Jun 09
1
SPOOLSS Emergency
I am trying to associate a driver that i installed with mkprintpkg and install_printer_drivers.pl with the printer that its supposed to go with. this is a log of what is happening: nendral:~ # rpcclient nendral -U root -W xxxx Enter Password: session setup ok Domain=[xxxx] OS=[Unix] Server=[Samba 2.2.4] rpcclient $> enumdrivers [Windows NT x86] Printer Driver Info 1: Driver Name:
2011 Mar 09
1
Getting the source file's name where the custom function is written
Dear R experts, I've written some functions in a few source files (such as main.R, control.R ...). After loading them into R, how do I retrieve which functions are loaded from which source file? For example: main.R has functions: myPrint(), myScan() control.R has functions: setPrinter(), setData() After loading the sources (main.R and control.R) into R, I would want to know that
2000 Aug 24
0
Windows 2000 (HP-UX 10.20)
Hello, i have installed the samba Version 2.0.7-2 on an UNIX-System with HP-UX 10.20 the HP-Patch PHCO_20441 is also installed. the connection as Fileserver with Windows 95 / NT is correctly the connection with Windows 2000 is not correct when i use the command "net use e: \\hp108020\hp_pc" is an error occured (this command is active from an batch at Windows-login) the translated
2015 Apr 29
0
cups automatic driver install (WERR_ACCESS_DENIED)
[root at samba ~]# cupsaddsmb -U administrator -v hp4 Password for administrator required to access localhost via SAMBA: ********************* Running command: smbclient //localhost/print$ -N -A /tmp/075335545d5bf -c 'mkdir W32X86;put /tmp/07533554ccef1 W32X86/hp4.ppd;put /usr/share/cups/drivers/ps5ui.dll W32X86/ps5ui.dll;put /usr/share/cups/drivers/pscript.hlp W32X86/pscript.hlp;put
1999 Jun 30
0
How to backup from Win to Linux using smb
> I have big problem: I need to automaticaly copy files from Win'pc to Linux > server. I submitted this one to the mailing list awhile back, but I've made some improvements, so here it is again. We have cron run a script every night that backs up all the systems (Win and Unix) to a single tape. Naturally, the tape capacity needs to be large enough for all the systems involved.
2003 Sep 11
0
Samba 3.0b3+CUPS+server drivers
I'm trying to setup a printer using Cups, using cupsaddsmb It uploads the files ok (smbclient ... -c 'mkdir W32X86;put ...;put ...') It adds the driver ok (rpcclient -c 'adddriver "Windows NT X86" "Canon:file1:file2..." (I have verified this worked from server properties in "printers and faxes" of the linux server: the driver "canon" shows
2009 Sep 09
1
[Announce] Samba 3.4.1 Available for Download
================================================================= "I don't know anything about music. In my line you don't have to." Elvis Presley ================================================================= Release Announcements ===================== This is the latest stable release of Samba 3.4. Major enhancements in Samba 3.4.1 include: