Displaying 20 results from an estimated 300 matches similar to: "Need help with printer drivers"
2016 Nov 10
2
Need help with printer drivers
Thanks Rowland. I've followed the guide on that page, the following
page looks good:
https://wiki.samba.org/index.php/Configuring_Point%27n%27Print_automatic_printer_driver_deployment
However, when I try to add a driver with "Print Management" to the
Samba server, I got an access denied error.
Here's how I did it.
------------------------
1. create a user with smbpasswd,
2016 Nov 10
2
Need help with printer drivers
This is generated with testparam,
# Global parameters
[global]
server string = %h server (Samba, Ubuntu)
server role = standalone server
map to guest = Bad User
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
unix password sync = Yes
syslog =
2014 Feb 10
3
What magic did openssh do to handle programs like VIM?
Hi,
I'm trying to write my own remote shell program,
It simply connects to a remote server then copy the sock fd to stdin,
stdout and stderr. And it works.
But I found several problems:
1. It doesn't handle characters like ^A ^E or tab (any bash/readline stuff)
-> openssh itself doesn't seem to incorporate readline, so the
magic is not on readline
2. If I run
2016 Nov 11
1
Need help with printer drivers
Are your windows machines part of the 'WORKGROUP' workgroup ?
- Yes, and the windows client is not a domain member.
I've checked the system properties, it show WORKGROUP
Does 'work' exist as a Unix user ?
- Yes, otherwise `smbpasswd -a work` complains
Does 'work' exist as a windows user ?
- No, the windows client can be any user.
The current logon username is
2014 Jan 15
0
Why does restarting sshd require an absolute path?
Hi,
When I start sshd with non-absolute path, it complains:
sshd re-exec requires execution with an absolute path
Is there any security implications?
--
Best Regards,
Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/
Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33
2014 Feb 11
1
[SOLVED] Re: What magic did openssh do to handle programs like VIM?
Hi Darren,
As you suggested, I've incorporated pty and enabled raw mode in my
client program.
VIM runs fine ;-P
Now I only need to pass in the terminal window size and handle several signals
Thanks for the heads up!
On Mon, Feb 10, 2014 at 4:59 PM, Darren Tucker <dtucker at zip.com.au> wrote:
> On Mon, Feb 10, 2014 at 7:39 PM, Aaron Lewis <the.warl0ck.1989 at gmail.com>
2016 Nov 10
0
Need help with printer drivers
On Thu, 10 Nov 2016 17:44:36 +0800
Aaron Lewis <the.warl0ck.1989 at gmail.com> wrote:
> This is generated with testparam,
>
> # Global parameters
> [global]
> server string = %h server (Samba, Ubuntu)
> server role = standalone server
> map to guest = Bad User
> obey pam restrictions = Yes
> pam password change = Yes
> passwd program = /usr/bin/passwd %u
>
2005 Jan 19
1
samba -cups
hello
I try to manage a printer (Apple Lawerwriter 16/600 ) with cups but without
succes !!!
with cups web interface :
I "add a printer":
device = LPD/LPR Host or Printer
URI= lpd://mymachine/lp
Type= Apple
Model = Apple LaserWriter16/600 Foomatic/Postscript (Recommended)(en)
I try to print a testpage but without succes
- 'mymachine' is either in my dns and my /etc/hosts
2004 May 06
1
printing from xp
Hi,
I've installed Samba 2.2.7a on a Red Hat 9 machine. This machine is
also running VMware with Windows XP as the guest OS. The XP virtual
machine can access the Linux host's shared directories, but not the
printer. The printer is an Epson Stylus Color 860. It works fine in
the Linux host. In the XP guest, I can see the printer in the add
printer configuration wizard. But when
2015 Nov 09
6
Wiki content announcement
Hello
my latest content updates:
* https://wiki.samba.org/index.php/Setup_Samba_as_an_AD_Domain_Member
New page. It replaces the old "Member Server" page, which shows now
just a notice
(https://wiki.samba.org/index.php/Setup_a_Samba_AD_Member_Server)
Everything to know is described on the new "Domain Member" page.
In combination with the file-/printserver and other
2020 Mar 03
3
Windows 10 1909 point and print restriction v2
Hello Morillo,
I have reviewed the steps described again. In fact, I had already done this
several times. :D
Even so, it does not map. The shared folder is mapped, but the printer is
not. On windows 7 it works correctly.
On Tue, Mar 3, 2020 at 12:33 PM MORILLO Jordi via samba <
samba at lists.samba.org> wrote:
> Hello Elias,
>
> Printing is working well for us.
> Carrefully
2020 Mar 04
1
Windows 10 1909 point and print restriction v2
https://www.windows-security.org/ffeed32dc5fef8e9dbb78a867381f697/always-render-print-jobs-on-the-server
ForceCSREMFDespooling = ^^^^^^^^^^^^^^^^^^^^^^^^^
If you and and i suggest you do set this in GPO.
> > From a Windows 10 computer, If you browse
NOT like this.
> \\smbprintserver\myprinter, what
> > kind of error have you ?
But you use UNC like this :
2015 Sep 04
2
classicupgrade and shares and printers and logins
Does classicupgrade copy over the smb.conf definitions for shares,
printers, and logins?
I don't see any shares in the new smb.conf (but they were in an include
in my old setup)
netlogon shows where I should put the scripts, but does not have my
parameters:
logon drive = H:
logon script = %U.cmd
perhaps because those were PDC parameters?
Printers is really not important, but I should
2006 Feb 13
2
Printer migration problem
Hi,
I'm using Samba 3.0.14a
I'm trying to migrate printers from a Windows server to my samba one.
So I tried to use the following command :
/net rpc printer migrate all Myprinter -S SERVER1
--destination=SAMBAMIGR -U Administrator%mypasswd/
And I received the following message :
/Could not connect to server SAMBAMIGR
The username or password was not correct.
/How can I provide the
2010 Oct 08
5
saving object function
Ok so if I have a function:
functest<-function(x){
a<-x+1
b<-x+2
c<-x+3
paste(a)
paste(b)
paste(c)
}
Now I know I can do cat(), or return() on one of them but if I was to run
the function with any number, how could I create objects to save so I could
do, I am wondering if I have more than one object within my function.
functest$a
2016 Dec 06
2
?==?utf-8?q? unable to upload printer driver
Hi,
> Follow this wiki page:
>
> https://wiki.samba.org/index.php/Setup_a_Samba_print_server#Setup_the_.5Bprinters.5D_share
> Then the page you referred and use windows ACLs not posix ACLs
done
>
> I also take it you have given your users & groups uidNumber or
> gidNumber attributes.
yes, this is a test-environment and i have given the unix-id to administrator,
2009 Dec 22
3
XAPI source code
Hi All
I have downloaded the opensource xapi source code. I am not sure what the functins of the follow modules:
1 block_device_io
2 datamodel
3 xiu (I am puzzled by the name "xiu")
4 stats
5 rpc-light
6 rss
7 xb (I think the xapi needs not to talk to xenbus directly)
8 xsrpc (why it writes some "rpc" keys to path of "domain/<domid>" in the
2000 Jul 17
1
Consulta! ImpresiĆ³n con Samba
Buenos d?as. Lamento interrumpirlo pero tengo el siguiente inconveniente y
quisiera saber si se puede solucionar:
Estoy conectando una red Local, una m?quina con Windows NT y otra con
SuSE Linux 6.1, el problema lo tengo cuando quiero instalar la impresora
en Linux, ya he configurado samba pero no puedo imprimir desde la m?quina
de Windows NT, desde Linux imprime correcto. Por favor, si
2015 Nov 12
1
(no subject)
Hi,
I have implemented print server using samba 4.1 & CUPS 1.7 by following
steps provided at
https://wiki.samba.org/index.php/Setup_a_Samba_print_server
I have granted seprinteroperator rights to my domain group.
While adding printer or driver am getting "access denied" error.
My configurations as follows,
workgroup = MYGROUP
realm = MYGROUP
security = ADS
encrypt passwords =
2012 Feb 07
1
APW and Windows 7
Hi,
I have set up my samba server as a print only server. Nothing specific
is wrong. The print server is working but I have a couple of questions
about using APW to install printer drivers and Windows 7.
Linux server: Centos 6
Samba version: 3.6.3 - Default install (./configure; make && make install)
I did the usual,
net use \\myprinter\print$ /user:root
Browse to \\myprinter. In