search for: myprinter

Displaying 20 results from an estimated 50 matches for "myprinter".

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\myprin...
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.zz...
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/driver...
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 > Aaro...
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, Aaron...
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
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
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.org...
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> wrote:...
2008 Nov 17
1
[LLVMdev] Assertion `InReg && "Value not in map!"' failed
Ah! I get it now. Thanks a lot ! I changed it to BitCastInst(AI,VoidPtrTy,"",j); And now I am getting the following error :(. I have been stuck with this error before also. I know I am missing out something silly. What is the cause of this error and Please let me know how to fix it. /home/bhavani/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1130: llvm::SDOperand
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 page...
2008 Nov 17
1
[LLVMdev] Assertion `InReg && "Value not in map!"' failed
Thanks Nick! ok. I ran through the verifier and this is the issue: verifying... Instruction does not dominate all uses! %tmp3 = add i32 %b, %a ; <i32> [#uses=2] store i32 %tmp3, i32* %0, align 4 Broken module found, compilation aborted! add is existing instruction in function. store is the instruction I have added to the function. How do I fix this now :(? Thanks, Bhavani --- On Mon,
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/point-...
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?
Hi, I am writing an optimization pass where I need to instrument the code such that I need to store the results of some instructions 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
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
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
Daniel Walsh wrote: > On 09/22/2017 06:58 AM, hw wrote: >> >> PS: Now I found this: >> >> >> type=PROCTITLE msg=audit(09/22/2017 12:08:29.911:1023) : proctitle=/usr/lib/sendmail -t -oi -oem -fwawi-genimp >> type=SYSCALL msg=audit(09/22/2017 12:08:29.911:1023) : arch=x86_64 syscall=setgroups success=no exit=EPERM(Operation not permitted) a0=0x1
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, M...