Displaying 13 results from an estimated 13 matches for "schedualed".
Did you mean:
scedualed
2004 May 24
0
Errors authenticating on schedualed tasks
I run a Samba 3.0.2a domain controller under Solaris X86, with
a Windows 2003 server computer joined to the domain. I am receiving
a problem when I try and schedual a task (using Task Schedular), and
using the "Run As" feature. I attempt to put the user DOMAIN\user
for "Run As". Windows reports the error "0x80070005: Access is denied"
and when I check
2011 May 13
0
continously schedule aer pcifront service
Hi gurus,
I used xen 4.1.0 (64bit) + dom0 kernel 2.6.32.39 (32bit) + domu kernel 2.6.32.39 (32bit) environment. I was trying to passthru Broadcom NIC to domu. The NIC can be UP but not RUNNING, on domu
#ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:10:18:95:25:90
inet addr:10.0.0.3 Bcast:10.0.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
2005 Jul 11
2
[LLVMdev] how to pass message from LLVM IR to bachend code
Hi:
I have extended the IR for adding flag. But I just want this flag to
pass through the backend machine code. I know there're several passes
like register relocation, schedualing, etc. But I think I just miss the
part which is used to "parser" the LLVM IR to machine code
instructions.
Would you give me some help? Thank you !
> On Sun, 10 Jul 2005 shding at mtu.edu wrote:
2005 Jul 13
2
[LLVMdev] how to pass message from LLVM IR to bachend code
Hi,
In the directory of lib/CodeGen/SelectionDAG, I cann't find
SelectionDAGISel.cpp. I only have DAGBuilder.cpp and SelectionDAG.cpp.
I don't know why. My edtion is 1.4. Is it because of the edtion
difference? Thanks!
> On Mon, 11 Jul 2005 shding at mtu.edu wrote:
>> I have extended the IR for adding flag. But I just want this flag to
>> pass through the backend
2005 Jul 12
0
[LLVMdev] how to pass message from LLVM IR to bachend code
On Mon, 11 Jul 2005 shding at mtu.edu wrote:
> I have extended the IR for adding flag. But I just want this flag to
> pass through the backend machine code. I know there're several passes
> like register relocation, schedualing, etc. But I think I just miss the
> part which is used to "parser" the LLVM IR to machine code
> instructions.
The part of the code
2004 Aug 06
2
RE: Mediacast1 yp dir update
Oddsock wrote:
> > there are no known issues with
> > listing streams at the moment...I am assuming that you know
> there are
> > multiple pages of listings, sometimes it hard to see that little
> > "Next/Prev" link on each page....
and Ross Levis wrote:
> Sometimes when I restart my stream it appears for a while without
> updating the title etc and
2004 Aug 06
0
Mount point switch
>>This post is from offlist, please cc me in any reply.
I am writing a web system for running our college radio station and I
need a way of changing what source a clients hears.
We have a radio station that people broadcast live from and script that is
playing random mp3s out of our library. These are sources that are
broadcasting from /live and /jukebox.
When someone is broadcasting from
2004 Aug 06
0
RE: Mediacast1 yp dir update
On Tue, Jul 08, 2003 at 11:36:10AM +0100, David Jones wrote:
> and Ross Levis wrote:
> > Sometimes when I restart my stream it appears for a while without
> > updating the title etc and then disappears a few minutes later. I'm
> > sure Dave will fix it eventually but he is away for the week.
>
> We're getting the same problem at Virgin Radio. We're using
2004 May 21
0
Attempting "Run As" = Failed to unmarshall NET_Q_SAM_LOGON
I run a Samba 3.0.2a domain controller under Solaris X86, with
a Windows 2003 server computer joined to the domain. I am receiving
a problem when I try and schedual a task (using Task Schedular), and
using the "Run As" feature. I attempt to put the user DOMAIN\user
for "Run As". Windows reports the error "0x80070005: Access is denied"
and when I check Samba's
2005 Jul 11
2
[LLVMdev] how to pass message from LLVM IR to bachend code
Hi:
I want to pass some message of instructions from LLVM Internal
representation to backend code. For example, I make a flag for some
certain operands of certain instructions. How can it be passed to the
backend instructions? Which programs I should look into? Would someone
give me some idea? Thank you !
--
Shuhan
2005 Jul 11
0
[LLVMdev] how to pass message from LLVM IR to bachend code
On Sun, 10 Jul 2005 shding at mtu.edu wrote:
> Hi:
> I want to pass some message of instructions from LLVM Internal
> representation to backend code. For example, I make a flag for some
> certain operands of certain instructions. How can it be passed to the
> backend instructions? Which programs I should look into? Would someone
> give me some idea? Thank you !
The easiest
2004 Aug 06
2
RE: Mediacast1 yp dir update
At 10:08 AM 7/8/2003 -0400, you wrote:
>On Tue, Jul 08, 2003 at 11:36:10AM +0100, David Jones wrote:
> > and Ross Levis wrote:
> > > Sometimes when I restart my stream it appears for a while without
> > > updating the title etc and then disappears a few minutes later. I'm
> > > sure Dave will fix it eventually but he is away for the week.
> >
>
2005 Aug 05
1
starting asterisk with nice -5
Is there any script guru on the list that can help me.
I'm trying to start asterisk with nice -5.
Normally the command would be:
nice -5 asterisk
but asterisk start from the scrip on Gentoo as -U asterisk -G asterisk
Here is the script:
===============
depend() {
need net
use zaptel
}
start() {
local OPTS USER GROUP
if [[ -n "${ASTERISK_NICE}" ]];