Displaying 20 results from an estimated 40000 matches similar to: "Samba and Printing"
2001 Oct 23
2
POSTSCRIPT PRINTING THROUGH SAMBA AND LEXMARK Z22
Hi,
i have the lexmark Z22 printer. If I print a test page through RedHat's
printtool in .ps format it works fine, but not ascii.
So, i'm wondering how I can change samba so it prints it in a .ps format
through the share, I assume that's probably the problem.
THX
2019 Nov 06
7
printer only prints one page, if anything
On Wed, Nov 06, 2019 at 10:01:49AM -0600, Michael Hennebry wrote:
> On Wed, 6 Nov 2019, Michael Hennebry wrote:
>
> >On Sun, 3 Nov 2019, Jon LaBadie wrote:
> >
> >>Have you tried adding the Brother CUPS and/or generic LPR software?
> >>
> >> https://support.brother.com/g/b/downloadtop.aspx?c=us&lang=en&prod=hll2360dw_us
> >
>
2005 Dec 22
2
Sharing out unix home directory via samba
Hello
Sharing out unix home directory via samba. Home directory is /home/%
username% . However, samba insists on sharing this directory as /home/%
domain%/%username% . So a user can see their home directory as server
%username% from windows. But, when they click on it, they get an error
and the samba log says that the share /home/%domain%/%username% doesn't
exist.
Thanks
Regards,
Komal
2013 Dec 03
6
SOHO colour laser printer recommendations
Hi List,
I'd really appreciate some recommendations for colour laser printers for
use with CentOS. It's for light home use with CentOS 5 and CentOS 6 systems.
Must have:
1. Colour. Quality not that important as mainly for kids school project
type of stuff.
2. Ethernet connectivity - want something I can plug into the network
3. Cheap running costs - don't want to be spending a
2020 Jun 28
2
HP vs. Brother Printers: Use with Centos/Fedora
On 6/27/20 5:26 PM, Ron Loftin wrote:
> On Sat, 2020-06-27 at 18:17 -0400, Jay Hart wrote:
>> We currently have a Brother MFC-5490CN. Printer firmware is dated
>> June 1010. (yeah, 10 years old).??Few years ago the brother software
>> wouldn't work for printing under Fedora.??No problem, can print under
>> Windows 10.??Then it stopped scanning.??Could still
2006 Aug 11
1
winbindd: Exceeding 200 client connections, no idle connection found
What is the status of https://bugzilla.samba.org/show_bug.cgi?id=3204 ?
I am using latest available version of Samba from samba.org and it seems
that this issue is not solved.
Thanks
Regards,
Komal
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
Hi Harris Bakiras,
Thanks for reply. It working now.
Actually I wanted to try vmkit VM to run jruby codes.
vmkit is able to run Java program, but when I try to run JRuby code then I
get following error -
root at komal:/home/komal/Desktop/GSOC/programs# jruby hello.rb
>
> Platform.java:39:in `getPackageName': java.lang.NullPointerException
>
> from ConstantSet.java:84:in
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
I am working on a project to port JRuby on Embedded systems. JRuby converts
Ruby code to bytecode which is executed by any JVM. For this project I am
testing performance of JRuby with various available JVMs. I have chosen ARM
architecture.
Does vmkit support ARM architecture?
On Fri, Jul 19, 2013 at 8:01 PM, Harris BAKIRAS <h.bakiras at gmail.com> wrote:
> I don't know how JRuby
2013 Jul 19
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
I don't know how JRuby works, maybe it uses some new feature that GNU
Classpath does not provide.
VMKit's openJDK version is unstable on 64 bits since package version 6b27.
You can still use it for very small programs which does not need GC but
that's all.
It works fine on 32 bits.
So you can try it on 32 bits or revert your java version to a previous
one (< than 6b27) to test
2019 Sep 21
2
Brother HL-L2360DW printing quality
On 09/20/2019 09:02 AM, Stephen John Smoogen wrote:
> On Thu, 19 Sep 2019 at 20:23, H <agents at meddatainc.com> wrote:
>> I have the above printer but have not been able to resolve issues with the printing quality in CentOS 7. The test page prints fine but when I print PDF-documents, most recently using Chinese fonts, it is lacking and the pages very hard to read. The settings in
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
To compile vmkit on Ubuntu 12.04 64-bit machine, I followed the steps
giving here <http://vmkit.llvm.org/get_started.html>[1].
but when I run ./configure I am getting following error-
root at komal:/home/komal/Desktop/GSOC/vmkit/vmkit# ./configure
>> -with-llvm-config-path=../llvm-3.3.src/configure
>> --with-gnu-classpath-glibj=/usr/local/classpath/share/classpath/glibj.zip
2013 Jul 22
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
here <http://vmkit.llvm.org/> its mentioned that its portable on ARM. So
simply cross-compiling will work?
On Mon, Jul 22, 2013 at 7:37 PM, Harris BAKIRAS <h.bakiras at gmail.com> wrote:
> Hello Kumar,
>
> Unfortunately we never experienced on ARM architecture and we are not
> planning to port VMKit on ARM for the moment.
>
> Regards,
>
> Harris Bakiras
>
2013 Jul 22
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
Hello Kumar,
Unfortunately we never experienced on ARM architecture and we are not
planning to port VMKit on ARM for the moment.
Regards,
Harris Bakiras
On 07/19/2013 05:50 PM, Kumar Sukhani wrote:
> I am working on a project to port JRuby on Embedded systems. JRuby
> converts Ruby code to bytecode which is executed by any JVM. For this
> project I am testing performance of JRuby
2013 Jul 19
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
Hi Kumar,
There is an error on your configuration line, you should provide the
path to llvm-config binary instead of configure file.
Assuming that you compiled llvm in release mode, the llvm-config binary
is located in :
YOUR_PATH_TO_LLVM/Release+Asserts/bin/llvm-config
Try to change the -with-llvm-config-path option and it will compile.
Harris Bakiras
On 07/19/2013 02:36 PM, Kumar
2020 Jun 27
2
HP vs. Brother Printers: Use with Centos/Fedora
We currently have a Brother MFC-5490CN. Printer firmware is dated June 1010. (yeah, 10 years old). Few years ago the brother software
wouldn't work for printing under Fedora. No problem, can print under Windows 10. Then it stopped scanning. Could still print...under
Windows.
Now, to fix the scanning features working I installed updated drivers under Windows, now it scans like champ, but
2013 Jul 22
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
Hi Kumar,
It's a mistake, we will correct that, we haven't tested vmkit on arm. As
LLVM supports arm, by cross-compiling vmkit in arm/linux, it could work,
but you will probably have to adapt some few parts of the code. If you plan
to make the port, feel free to send us a lot of patches :)
Gaël
Le 22 juil. 2013 17:09, "Kumar Sukhani" <kumarsukhani at gmail.com> a écrit :
2003 Mar 29
1
Wine Printing Problem
Hi,
I want to print with Internal Postscript Driver of Wine.
But i have this error in Notepad.
1. No printer by default
2. The Postscript Driver of Wine don't work
The log are the following:
fixme:commdlg:PRINTDLG_SetUpPrinterListComboA Can't find '(null)' in
printer list so trying to find default
fixme:commdlg:PRINTDLG_SetUpPrinterListComboA Can't find default printer
2006 Nov 23
2
Do anyone know the solution...
Hi all,
This is my query.
Let me explain the environment first.
I have to write a perl-cgi script to add a user in samba.
I will be accessing this script through apache server, in short i am
making a web page to add samba user.
My query is how can i add user with "smbpasswd" command and giving
password as command line argument.
In normal scenario i get a prompt asking for
2000 Apr 24
5
Suppressing Form Feeds
Try adding the 'sf' option to the printer definition in /etc/printcap.
The 'sf' stands for 'suppress form feeds'.
If this doesn't work, let me know and I'll send you a copy of my printer
definition, since I had the same problem and was able to fix it with one
of the options.
--
Derek Pizzagoni
I.T. Manager
SBE, Inc.
URL: http://www.sbei.com
>Date: Sun, 23
2019 Sep 20
4
Brother HL-L2360DW printing quality
I have the above printer but have not been able to resolve issues with the printing quality in CentOS 7. The test page prints fine but when I print PDF-documents, most recently using Chinese fonts, it is lacking and the pages very hard to read. The settings in the Mate Cups configuration panel are fine and set to 600 dpi, the settings in the printer menu are all OK yet it prints more like maybe