Displaying 11 results from an estimated 11 matches for "pdrivers".
Did you mean:
drivers
2002 Nov 19
0
"Printer settings couldn't be saved. Access is denied" problem on Samba 2.2.6
...uploading.
Under /etc/samba/smb.conf, I had following settings:
load printers = yes
auto services = lp1 lp2 lp3 lp6 single1 hp8550 hpplot lanier \
esig esig4050 esig5m esig8150 esigcolor dircolor
printer admin = @rdp,help,atdadmin
[print$]
path = /etc/samba/pdrivers
guest ok = yes
browseable = yes
read only = yes
write list = @rdp,help,atdadmin
[lp1]
comment = HP8100 in RDP Users Room
printer = lp1
printable = yes
browseable = yes
path = /tmp
print command = /usr/bin/lp -d%p %s
preexec = csh -c 'echo \"You...
2002 Nov 20
0
"Printer settings could not be saved. Access is denied" problem
...uploading.
Under /etc/samba/smb.conf, I had following settings:
load printers = yes
auto services = lp1 lp2 lp3 lp6 single1 hp8550 hpplot lanier \
esig esig4050 esig5m esig8150 esigcolor dircolor
printer admin = @rdp,help,atdadmin
[print$]
path = /etc/samba/pdrivers
guest ok = yes
browseable = yes
read only = yes
write list = @rdp,help,atdadmin
[lp1]
comment = HP8100 in RDP Users Room
printer = lp1
printable = yes
browseable = yes
path = /tmp
print command = /usr/bin/lp -d%p %s
preexec = csh -c 'echo \"You...
2003 Jan 07
2
Automatic Printer Driver Download Access Denied
...e printer driver, I got ?printer settings could not be
saved, Access is denied?.
The samba is Samba 2.2.7a on a Linux. I tried on Solaris version also,
but I got the same result. Here is some information from smb.conf:
[global]
printer admin = @rdp,atdadmin,help
[print$]
path = /etc/samba/pdrivers
guest ok = yes
browseable = yes
read only = yes
write list = @rdp,help,atdadmin
5 rerun:/etc/samba-> ls -al
total 84
drwxr-xr-x 3 root root 4096 Jan 7 15:01 ./
drwxr-xr-x 72 root root 8192 Jan 7 15:12 ../
-rw-r--r-- 1 root root 20...
2002 Oct 04
2
samba no deleting spool files
...winbind cache time = 600
winbind use default domain = Yes
printer admin = @Domain_Printer_Oper
printing = cups
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[print$]
path = /var/spool/pdrivers
write list = @Domain_Printer_Oper
[PrintDriver]
path = /var/pdrivers
write list = @Domain_Printer_Oper
2020 Feb 25
7
[PATCH 0/3] Add separate non-KMS state; constify struct drm_driver
This patchset moves legacy, non-KMS driver state from struct drm_driver
into struct drm_legacy_state. Only non-KMS drivers provide an instance
of the latter structure. One special case is nouveau, which supports
legacy interfaces. It also provides an instance of the legacy state if
the legacy interfaces have been enabled (i.e., defines the config option
CONFIG_NOUVEAU_LEGACY_CTX_SUPPORT)
I
2002 Aug 12
1
windows spooler crashing
...winbind cache time = 600
winbind use default domain = Yes
printer admin = @Domain_Printer_Oper
printing = cups
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[print$]
path = /var/spool/pdrivers
write list = @Domain_Printer_Oper
[PrintDriver]
path = /var/pdrivers
write list = @Domain_Printer_Oper
Pablo
2020 Feb 25
0
[PATCH 2/3] drm: Move non-kms driver state into struct drm_legacy_state
All non-kms driver fields are now located in struct drm_legacy_state. A
driver-wide instance is available via struct drm_driver.legacy. The call
sites test if the driver is marked with DRIVER_LEGACY before accessing
the fields.
Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de>
---
drivers/gpu/drm/drm_bufs.c | 10 +++++-----
drivers/gpu/drm/drm_context.c | 9
2001 Apr 04
1
problems with multiple samba servers in 1 domain
...t = nobody
socket options = TCP_NODELAY
netbios aliases = krypton
netbios name = marilyn
local master = yes
preferred master = yes
domain master = yes
security = share
map to guest = bad user
printer driver location = \\marilyn\pdrivers
os level = 65
username map = /usr/local/etc/smbusers
server string = File Server
wins support = yes
remote announce = 172.16.63.255 10.2.255.255
>>
This is the Linux machine that works fine ----->
<<
[global]
dns proxy = no
se...
2003 Dec 30
0
samba 3.0.1 getting Sid not users login?
...= No
[netlogon]
comment = Network Logon Service
path = /data4/samab_config/netlogon/%u
guest ok = Yes
share modes = No
[Profiles]
path = /data4/samab_config/profiles/%u
guest ok = Yes
[printers]
comment = All Printers
path = /data4/pdrivers
write list = root, user
guest ok = Yes
printable = Yes
use client driver = Yes
browseable = No
Copy of user ldif
# ldaplist -l passwd users
dn: uid=users,ou=people,dc=bnh,dc=COM
cn: user
uidNumber: 921
gidNumber: 140
gecos: IT...
2004 Jun 16
0
Password change problem, Samba 3.0.4
...only = No
create mask = 0700
directory mask = 0700
guest ok = Yes
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = yes
public = yes
printer admin = @wheel
writable = no
[print$]
comment = Printer Drivers
path = /usr/local/samba/pdrivers
browseable = yes
guest ok = no
read only = yes
write list = root
[shared]
comment = Shared access folder
path = /usr/home/share
read only = No
create mask = 0777
directory mask = 0777
[archive]
comment = Archive is not backed up
path = /usr/var/spool/archive
read only = No
create...
2013 Jul 15
21
[PATCH 00 of 21 RESEND] blktap3/drivers: Introduce tapdisk server.
This patch series copies the core of the tapdisk process from blktap2, with
updates coming from blktap2.5.
Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>