similar to: How do I use LPRNG and Samba to setup printing to a network print er?

Displaying 20 results from an estimated 2000 matches similar to: "How do I use LPRNG and Samba to setup printing to a network print er?"

2004 Dec 31
1
2.4.21-27.0.1.ELsmp & megaraid2 problem
I've found a problem with CentOS 3 latest kernel (2.4.21-27.0.1.ELsmp) and megaraid2 driver. Hardware: Dell PE1600SC with CERC ATA100 RAID controller The problem is somewhat similar, but not identical as: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=123289 After updating new glibc and kernel packages the new kernel don't boot. Boot fails to mount root fs with "Cannot open
2002 Aug 08
2
Printing to XP printer
I am having a bit of a problem getting my Samba printer configuration to work with Windows XP(I am running samba on Linux Redhat 7.3). My other shares seem to work as I can find my files on the my Linux system using XP. I have used redhat 7.3 kde printer configurations to create the appropriate files. The result is when I try to send a print job the printer kicks into to gear but only a blank
2004 Feb 03
1
Printing with Samba 2.2.5 and lprng
Hello, Excuse me for my English. I use an impression (not yet;) and file server samba 2.2.5 on a red hat 7.2. I try to print starting from a station under Windows 2000 but I obtain the error "the handle is invalid". I installed the drivers for my impimante on the W2000 station but I would like to also know if the drivers of the printer are necessary for the W2000 workstation AND
2011 May 11
3
[LLVMdev] [LLVMDev] Add not instruction to PTX backend
Hi, Dan I add "not" instruction support in PTXInstrInfo.td as you suggested before. multiclass PTX_LOGIC_2OP<string opcstr,PatFrag opnode> { ... } Now I am trying to write test case for logic and shift operations. But I have a trouble in mapping LLVM IR to PTX IR for "not" instruction. The test case I wrote is, define ptx_device i16 @t4_u16(i16 %x) { ; CHECK:
2015 Jan 06
2
Hardware raid LSI Megaraid not working since Centos 6.6
Thank you for your help. Le 05/01/2015 19:10, John R Pierce a ?crit : > works here fine on the 9261, which is an OEM version of the same card > with the connectors in a different orientation... you might check your > LSI firmware revision. My firmware seems to be more up to date. Anyway, I will try to update firmware. I have to check how to do that. # dmesg |grep LSI scsi4 : LSI SAS
2007 Jul 11
1
Wine and SonicStage
Hi, I've want to syncronise between Solaris and my MiniDisc, the application database relating to wether SonicStage is inaccurate at best (unreliable because some replies says it works, whilst others say no). Anyone got any experience syncronising a Sony MZ-RH1, SonicStage 4.3 and wine? (unless there is a native solution) Matt -------------- next part -------------- An HTML attachment was
2009 Jun 18
2
PERC6 driver on CENTOS 5.3
We have DELL R900 server with PERC6/i and PERC 6/E in it. O.S. is CENTOS 5.3. I download latest PERC 6 driver from DELL site and tried to installed it. I have error messages said : Module version 00.00.03.21 for megaraid_sas.ko is not newer than what is already found in kernel 2.6.18-128.1.10.el5 (00.00.04.01-RH1). Does CENTOS 5.3 come with PERC6 driver? I knew in CENTOS 4.X PERC 5 or PERC6
2004 May 24
1
problem adding PC to domain
I am running Red Hat 9 and Samba 3.0.4. I have a Win2K PC. I have made the registry change regarding requiresignorseal and signsecurechannel. When I try to join the domain it pops up the username and password. I put in root and it's password (which I have added/enabled with Swat). However I get the following results. The following error occurred attempting to join the domain
2013 Nov 21
1
[LLVMdev] [PATCH] Making Type::getScalarSizeInBits() const
Hi, while using this function I noticed that Type::getScalarSizeInBits() is not marked as const even if inside its body it just uses only other "const" functions and types. This prevents the usage of the function through const pointers/references to Type without any apparent reason. I propose of marking the function as const. (attached is a patch that does so). Cheers, Marcello --
2012 Jun 29
2
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
Hi, In X86MachObjectWriter::RecordX86Relocation I found the comment if (Target.isAbsolute()) { // constant // SymbolNum of 0 indicates the absolute section. // // FIXME: Currently, these are never generated (see code below). I cannot // find a case where they are actually emitted. Type = macho::RIT_Vanilla; } Is the FIXME still true? I've got some code that
2012 Oct 19
0
[LLVMdev] Predication on SIMD architectures and LLVM
We are currently doing something similar to your third option in Hexagon backend. But it is a VLIW so predication is not the only reason for that. Sergei --- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Marcello
2012 Oct 19
0
[LLVMdev] Predication on SIMD architectures and LLVM
On Fri, Oct 19, 2012 at 04:38:29PM +0100, Marcello Maggioni wrote: > Hello, > I'm working on a compiler based on LLVM for a SIMD architecture that > supports instruction predication. We would like to implement > branching on this architecture using predication. > As you know the LLVM-IR doesn't support instruction predication, so > I'm not exactly sure on what is the
2010 Aug 20
1
Understanding FS ACLs
I have problem understanding FS ACLs.Can someone explain me why the following behaviour occur? Let's suppose that we have a /shared directory we want to give rwx access to admins group. setfacl -m d:g:admins:rwx shared [root at rh1 /]# getfacl shared # file: shared # owner: root # group: root user::rwx group::r-x other::--- default:user::rwx default:group::r-x default:group:admins:rwx
2012 Oct 19
11
[LLVMdev] Predication on SIMD architectures and LLVM
Hello, I'm working on a compiler based on LLVM for a SIMD architecture that supports instruction predication. We would like to implement branching on this architecture using predication. As you know the LLVM-IR doesn't support instruction predication, so I'm not exactly sure on what is the best way to implement it. We came up with some ways to do it in LLVM: - Do not add any
2012 Jun 29
0
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
Hi Verena, Windows + MachO is likely to run into lots of problems once you start passing in non-trivial code. The relocation model is very tied to Darwin. I believe some folks doing JIT on Windows have had some success w/ ELF. Hopefully someone more familiar with the specifics of that will chime in. -Jim On Jun 29, 2012, at 8:58 AM, Verena Beckham <verena at codeplay.com> wrote: >
2012 Jun 27
3
[LLVMdev] Counting instructions in MCJIT
Hi there, I wondered whether anyone could give me any advice about counting assembly instructions when using MCJIT? For performance regression testing I would like to be able to count the number of instructions generated during the jit compilation of a given module. The Statistic class, as far as I understand, cannot collect this data per-module (per-ExecutionEngine/per-MCJIT), and there is
2002 Nov 15
1
LPRng: LPRng and Samba (fwd)
I'm looking for a little help with Samba and LPRng, however, the LPRng portion of it isn't really all that important -- I believe this is mainly a Samba issue. The problem here is that we have 4 campus servers. Each one hosts a Samba domain. Sometimes, users for whatever reason will go to a different campus (where they may or may not have an account -- the problem occurs when they do
2012 Jun 29
2
[LLVMdev] Comment "FIXME" in X86MachObjectWriter::RecordX86Relocation
Can I assume we're talking about MCJIT since a file format and relocations are involved? Some changes are required in order to get MCJIT to generate ELF object files. Eli Bendersky submitted a patch some time ago to modify the target triple code to enable this, but after a bit of discussion there didn't seem to be a consensus for accepting this proposal. If you want to try it out, the
1999 Oct 03
0
LPRng: RedMon - interesting program (fwd)
Hi Everyone, Just thought I'd pass this little snippette your way. It may help someone to get around the limitations of M$ Windoze printing. - John H Terpstra ---------- Forwarded message ---------- Date: Sat, 2 Oct 1999 17:19:08 -0700 (PDT) From: papowell@astart.com Reply-To: lprng@lprng.com To: lprng@lprng.com Subject: LPRng: RedMon - interesting program I just ran across the following
2002 Jul 31
0
LPRng: FW: my printers are still paused in Win2k and WinNT 4.0
It's not only the name, I just found out... I have an OfficeJet 570, and the following entry in my smb.conf would result in a persistent Paused status: [HP570] comment = OfficeJet 570 by HP450C Plotter path = /var/spool/samba/hp570 writeable = no printable = yes printer name = hp570 use client driver = no Changing the comment to "HP570