similar to: "Access Denied" if printing after logoff

Displaying 20 results from an estimated 500 matches similar to: ""Access Denied" if printing after logoff"

2010 Oct 13
4
usb_add to windows guest
Dear all, I have been trying to connect a usb external disk to a Windows Server 2008 guest through Xen 3.2. The guest is working properly and its .cfg file is: ******************************************* import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel =
2010 Jan 25
3
Issue using tapply
Hello all, I am trying to use the tapply function to sum some values and change the column names of the resulting vector. I input Emp Et 1 10565 ACC 2 7515 ADM 3 625 AGF 4 6243 CNS 5 12721 EDU 6 3924 FIN 7 18140 HLH 8 3686 INF 9 15841 MFG 10 243 MIN 11 1864 MNG 12 4664 OSV 13 5496 PRF 14 4988 PUB 15 2166 REC 16 2153 REL 17 16082 RTL 18 3582 TRN 19 757 UTL 20
2006 Jun 09
3
nutups with MGE Evolution via USB
I'm getting dmesg flooded with messages like this one: usbdevfs: usb_submit_urb returned -28 What's wrong? I'm using Linux kernel 2.4.32 and nut-2.0.3. The /etc/ups.conf contains [mgeups] driver = newhidups port = auto desc = "MGE UPS" Cheers, Rodrigo -- *** Rodrigo Martins de Matos Ventura <yoda@isr.ist.utl.pt> *** Web page:
2004 Mar 11
0
Subselect package - Version 0.7.1
A new version (0.7.1) of package 'subselect' has been uploaded to CRAN. Package 'subselect' provides functions which assess the quality of variable subsets as surrogates for a full data set, in an exploratory data analysis, and search for subsets which are optimal under various criteria. As of version 0.7 a new function 'leaps' has been added. 'Leaps' performs a
2004 Mar 11
0
Subselect package - Version 0.7.1
A new version (0.7.1) of package 'subselect' has been uploaded to CRAN. Package 'subselect' provides functions which assess the quality of variable subsets as surrogates for a full data set, in an exploratory data analysis, and search for subsets which are optimal under various criteria. As of version 0.7 a new function 'leaps' has been added. 'Leaps' performs a
2006 Jul 13
1
using nut in cacti
Hi. Are there any off-the-shelf solutions to monitor nut ups' with cacti? I suppose snmp could be used, but since upsc can be run locally in the cacti server, it might be easier to use a simple script. Cheers, Rodrigo -- *** Rodrigo Martins de Matos Ventura <yoda@isr.ist.utl.pt> *** Web page: http://www.isr.ist.utl.pt/~yoda *** Teaching Assistant and PhD Student at ISR: ***
2006 Jul 06
1
tracing a problem with newhidups
Hi. I'm having trouble with nut-2.0.3 on a linux kernel 2.4.32 machine and a MGE Evolution 3000. The problem is that I'm getting the following message, repeatidly, on dmesg: usbdevfs: usb_submit_urb returned -22 (-22 means -EINVAL) I traced the problem with newhidups -DDDDDD auto and found out that the -22 error appears in a line "none (-22)" of the output as: ----------
2015 Dec 04
2
InstrStage, Interpretation of getUnits()
Here is the code <https://github.com/llvm-mirror/llvm/blob/c68dcdb413079d92118839dbd835e125293f411a/include/llvm/MC/MCInstrItineraries.h#L75> for InstrStage::getUnits() /// \brief Returns the choice of FUs. unsigned getUnits() const { return Units_; } This method returns an integer. How does one interpret it? As far as I see it it should tell me what resources are used by a given stage but
2007 Dec 20
1
Error dealing with type "File" and subscriptions
Hi, I have a centOS with puppet-server : puppet-server-0.24.0-2.el5 First of I have to say that ever since I installed puppet-server-0.24, I''m unabble to run the puppetmasterd with de flag -d, the programs goes always to daemon mode, with no debug output. Second issue is related with debian clients with puppet-0.20.1-1, that when I have a service subscribed to a file returns always the
2006 Jun 07
3
MGE Evolution, USB and linux
I have a MGE Evolution 3000 connected via USB to a linux server (HP Proliant G3). The server is running kernel 2.4.30 and nut-2.0.3. But before nut trying to connect to the UPS, I guess HID doesn't work as long as I get a message like this in dmesg: -------------------------------------------------- usb.c: new device strings: Mfr=4, Product=136, SerialNumber=50 usb.c: USB device number 2
2013 Feb 11
2
[LLVMdev] DFAPacketizer
Jonas, At this point, the DFA packetizer models a simple VLIW architecture and does not accommodate multiple stages. That's the reason for the behavior you're seeing. -Anshu --- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation *From:*llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] *On Behalf Of *Jonas
2017 Jan 06
2
Alive now available online
Not sure how off-topic this is, but should we consider/have we considered porting our InstCombines to Alive? The PLDI '15 paper even demos C++ extraction from Alive theorems. I think it'd be a small step from that to extracting tightly optimized VM code, not unlike what Tablegen emits. Everything would be so clean and readable and organized. And edge cases can still be handled manually,
2008 Sep 16
2
[LLVMdev] missed optimizations
Hi, As a follow up of this thread I've made a patch that implements a simple approach to propagate the function return values as described previously. It can transform e.g. the following program: define i32 @f(...) nounwind { (...) %cond = select i1 %tobool, i32 2, i32 3 ; <i32> [#uses=1] ret i32 %cond } define i32 @g(...) nounwind { entry: %call = call i32 (...)* @f() ;
2013 Feb 12
0
[LLVMdev] DFAPacketizer
Hi, I looked a bit through the mail archives, and found this question answered in Oct 2011 (see below). It is interesting to find this in the ARM backend, considering your answer. Can you give more information about for example is this a temporary deficiency in the DFAPacketizer? What is the IIC_iMOVi itinerary doing below? Thanks, Jonas Thu Oct 6 15:11:25 CDT 2011: Hello Hal. > Is there
2007 Apr 10
2
[LLVMdev] Using LLVM as a cross compiler without fully retargeting gcc?
We are using LLVM to target a customizable processor architecture. One of the activities to be supported is architecture exploration, where one explores the processor design space (e.g. connectivity, number of FUs) and tries to find a good match for the application at hand. The exploration needs to be relatively rapid, so targeting and compiling gcc for each of the processor variants is not
2013 Feb 11
0
[LLVMdev] DFAPacketizer
Hi, I am having problems writing the ProcessorItineraries list. As instructions on my VLIW target have varying size I want to model both cpu units and bundle bits as FUs. The following does not work, to my surprise: InstrItinData<ALU, [InstrStage<1, [BITS1,BITS2, BITS3, BITS4], 0>, InstrStage<1, [ALU1, ALU2]>]> I want to express that there are
2007 Feb 06
1
pridialplan/prilocaldialplan
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Can someone explain what the parameters pridialplan and prilocaldialplan are? What do they do and do I need them? I've connected an asterisk box via E1 (sangoma) to an alcatel 4200 pbx. The pbx technican complains about the format of the nr asterisk sends. Asterisk sends all numbers in on piece the pbx expects the numbers devided into
2011 Dec 06
1
[LLVMdev] RFC: Machine Instruction Bundle
On 12/05/2011 11:50 PM, Jakob Stoklund Olesen wrote: > By adding a new<internal> flag to MachineOperand, the register allocator can > effectively treat a bundle as a single instruction. All MachineOperands > inside a bundle are treated as if they all belong to the single instruction. > This even works when rewriting operands. This sounds like a simple and good solution to the
2008 Sep 16
0
[LLVMdev] missed optimizations
On Tue, Sep 16, 2008 at 1:59 PM, Nuno Lopes <nunoplopes at sapo.pt> wrote: > Hi, > This kind of transformation isn't currently done by LLVM (note that here > this pass is only removing case statements. other transformations are not of > my responsibility :). > The patch is available at > http://web.ist.utl.pt/nuno.lopes/llvm_function_ret_infer.txt > I would love to
2018 Apr 04
2
Lmtp issues on dovecot 2.3.x with big messages
Hello, After update dovecot to version 2.3.x, LMTP stopped to receive big messages ( > 45 MB ). Messages are being sent to dovecot LMTP by postfix. If I change this email to another server with dovecot 2.2.x the same message are delivered immediately. Log with mail_debug = yes: Apr? 4 13:36:13 mailsrv01 dovecot: lmtp(190031): Debug: none: root=, index=, indexpvt=, control=, inbox=, alt=