Displaying 20 results from an estimated 50 matches for "myprint".
2016 Nov 10
2
Need help with printer drivers
...ex.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, work:work
2. change myprinter configuration and add a write list
[myprinter]
comment = Printer Drivers
path = /var/lib/samba/printers
valid users = work
write list = work
read only = No
printable = Yes
printer name = My Printer
3. on windows7 client, use work:work to authenticate,
first run net use \\172.16.177.200\mypr...
2005 Jan 19
1
samba -cups
...d 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 file
- no problem with " ping myprinter"
- no problem with " telnet myprinter 515"
- no problem with 'settings of myprinter"
LaserWriter 16/600 PS
TCP/IP Interface Information
Interface Status : Ready
PostScript Banner Page : Disabled
IP Address : xxx.yyy....
2004 Oct 22
0
cupsaddsmb and .inf files
...run cupsaddsmb, it seems to work fine, and the files show up in
/etc/samba/drivers/W32X86/2 which matches my
"path = /etc/samba/drivers" line in my smb.conf file. (Full listing
below). Typical cupsaddsmb output is:
-----------------------------------------------------------
cupsaddsmb -v myprinter
Password for root required to access localhost via SAMBA:
Running command: smbclient //localhost/print\$ -N -U'root%secret' -c
'mkdir W32X86;put /var/spool/cups/tmp/4179785a142d2
W32X86/myprinter.ppd;put /usr/share/cups/drivers/cupsdrv5.dll
W32X86/cupsdrv5.dll;put /usr/share/cups/driv...
2016 Nov 10
2
Need help with printer drivers
...password:* %n\n
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d
idmap config * : backend = tdb
[myprinter]
comment = Printer Drivers
path = /var/lib/samba/printers
valid users = work
write list = work
read only = No
printable = Yes
printer name = My Printer
On Thu, Nov 10, 2016 at 5:20 PM, Rowland Penny via samba
<samba at lists.samba.org> wrote:
> On Thu, 10 Nov 2016 13:23:32 +0800
> Aa...
2016 Nov 09
2
Need help with printer drivers
Hello, I've posted the question here,
http://unix.stackexchange.com/questions/312654/serving-print-driver-through-samba
In short, I have a printer configuration
```
[myprinter]
comment = Printer Drivers
path = /var/lib/samba/printers
guest ok = Yes
printable = Yes
printer name = My Printer
```
However windows will not find/load the drivers, so what files should I
place in that?
I need to make it work for Windows 7 or later
--
Best Regards,
Aaro...
2008 Nov 17
2
[LLVMdev] Assertion `castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"' failed.
ok.. So I am trying out what you have suggested. I have written the below code which basically tries to write the constant 10 to a file. myprint is a function pointer to a function which takes char * parameter and writes it to file.
Value *Ten = ConstantInt::get(Type::Int32Ty, 10);
const Type *VoidPtrTy = PointerType::getUnqual(Type::Int8Ty);
AllocaInst *AI = new AllocaInst(Type::Int32Ty);
Value *ST = new StoreInst(Ten,AI,false,4,j);
Value...
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 myPrint() and myScan are from main.R while the rest from control.R
Many thanks!!!
--
View this message in context: http://r.789695.n4.nabble.com/Getti...
2005 Jan 20
0
RE samba -cups
My test is OK.....Thanks a lot....
There is a mistake in cups exemple web interface....
gb.
-----------------------------------
Your URI is incorrect if your printer is a network printer the correct URI
must be : lpd://myprinter
-----------------------------------
St?phane PURNELLE stephane.purnelle at corman.be <https://lists.samba.org/mailman/listinfo/samba>
Service Informatique Corman S.A. Tel : 00 32 087/342467
samba-bounces+stephane.purnelle=corman.be at lists.samba.or...
2016 Nov 10
0
Need help with printer drivers
...ord\supdated\ssuccessfully* .
> unix password sync = Yes
> syslog = 0
> log file = /var/log/samba/log.%m
> max log size = 1000
> dns proxy = No
> usershare allow guests = Yes
> panic action = /usr/share/samba/panic-action %d
> idmap config * : backend = tdb
>
>
> [myprinter]
> comment = Printer Drivers
> path = /var/lib/samba/printers
> valid users = work
> write list = work
> read only = No
> printable = Yes
> printer name = My Printer
>
> On Thu, Nov 10, 2016 at 5:20 PM, Rowland Penny via samba
> <samba at lists.samba.org> wrot...
2008 Nov 17
1
[LLVMdev] Assertion `InReg && "Value not in map!"' failed
...t;LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
> Date: Monday, November 17, 2008, 5:54 AM
> bhavani krishnan wrote:
> > ok.. So I am trying out what you have suggested. I
> have written the below code which basically tries to write
> the constant 10 to a file. myprint is a function pointer to
> a function which takes char * parameter and writes it to
> file.
> >
> > Value *Ten = ConstantInt::get(Type::Int32Ty, 10);
> > const Type *VoidPtrTy =
> PointerType::getUnqual(Type::Int8Ty);
> > AllocaInst *AI = new AllocaInst(Type::Int32...
2012 Feb 07
1
APW and Windows 7
...t 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 my case a Windows 7 (32-bit) client shows 41
print queues. I then click on "View remote printers" which takes me to
the place where I can actually install the drivers for each queue. Now,
I don't see 41 queues. If I refresh the pag...
2008 Nov 17
1
[LLVMdev] Assertion `InReg && "Value not in map!"' failed
....uiuc.edu>
> >> Date: Monday, November 17, 2008, 5:54 AM
> >> bhavani krishnan wrote:
> >>> ok.. So I am trying out what you have
> suggested. I
> >> have written the below code which basically tries
> to write
> >> the constant 10 to a file. myprint is a function
> pointer to
> >> a function which takes char * parameter and writes
> it to
> >> file.
> >>> Value *Ten = ConstantInt::get(Type::Int32Ty,
> 10);
> >>> const Type *VoidPtrTy =
> >> PointerType::getUnqual(Type::Int8Ty);
> &...
2020 Mar 04
1
Windows 10 1909 point and print restriction v2
...ttps://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 : \\hostname.fqdn.tld\myprinter
Because of :
https://www.windows-security.org/79e349c557b1432074502521ec9a8b43/package-point-and-print-approved-servers
And
https://www.windows-security.org/932e056ad22b94084bd0c446ff2d1d06/poin...
2016 Nov 11
1
Need help with printer drivers
...x password sync = Yes
>> syslog = 0
>> log file = /var/log/samba/log.%m
>> max log size = 1000
>> dns proxy = No
>> usershare allow guests = Yes
>> panic action = /usr/share/samba/panic-action %d
>> idmap config * : backend = tdb
>>
>>
>> [myprinter]
>> comment = Printer Drivers
>> path = /var/lib/samba/printers
>> valid users = work
>> write list = work
>> read only = No
>> printable = Yes
>> printer name = My Printer
>>
>> On Thu, Nov 10, 2016 at 5:20 PM, Rowland Penny via samba
>>...
2008 Nov 16
1
[LLVMdev] How do I get the result of an instruction?
...tions in file. Using llc -march=cpp option I figured out how to add a function(say writeToFile) which takes char* parameter and writes to file. Now, I need put in a CallInst which calls writeToFile passing the Instruction result as parameter. How do I do this?
So, in my optimization pass...
Func *myprint = makewriteToFile() //creates a function which writes to file
for (Function::iterator i = func->begin(), e = func->end(); i != e; ++i)
{
blk=i;
for (BasicBlock::iterator j = blk->begin(), k = blk->end(); j != k; ++j){
Instruction *inst = j;
//if i...
2008 Nov 16
2
[LLVMdev] How do I insert a printf call in the IR?
Hi Everyone,
I want to generate IR for the following C code
printf("Hello World!");
To insert a printf call in the IR, I use
Function* myPrint = M.getFunction("printf");
to get the function from my symbol table.
Once I have the function
to make a call to this function I use
CallInst::Create(myPrint, args.begin(), args.end(),"", B);
But I am not being able to pass a string into the argument vector.
should I define a...
2004 Jul 06
2
<myprinter>.tdb spoilt, tdbbackup -v does not see corrupt data
Hi,
I am using Version 3.0.2a of samba on Linux 2.4.18 (suse with self-compiled samba from tarball)
smb.conf:
[IEPRINT]
path = /home/htmprint/tmp
printable = Yes
print command = /home/htmprint/Programme/virtual_printer.sh %s
After some weeks with some thousand printjobs generated by a program running as W2k-service the printer was no more available.
I checked printing
2017 Sep 22
1
selinux prevents lighttpd from printing
...enable httpd to send mail, you can turn on the send mail boolean.
>
> # setsebool -P httpd_can_sendmail 1
Oh I looked at these variables and somehow didn?t see it.
> The ability to print you would need to add custom rules.
>
> # grep lpr /var/log/audit/audit.log | audit2allow -R -M myprint
>
> # semodule -i myprint.pp
>
> If you get another failure on lpt, you might have to run these commands a couple of times.
Thank you very much! Both problems are now fixed :)
However:
grep lpr /var/log/audit/audit.log | audit2allow -R -M myprint
could not open interface info [/var/...
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
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 username/password for SAMBAMIGR?
--
Davy HUBERT
CRIT - R?seaux
Universit? Paul-Val?ry,...