search for: schedualing

Displaying 13 results from an estimated 13 matches for "schedualing".

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: >> Hi: >> I want to pass some message of instructions from LLVM Internal...
2005 Jul 13
2
[LLVMdev] how to pass message from LLVM IR to bachend code
.... 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 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 generator that converts LLVM IR to machine code IR is > called the 'instruction selection' phase. You can find some docum...
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 generator that converts LLVM IR to machine code IR is called the 'instruction selection' phase. You can find some documentation for it here...
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
...e $p, $m and such. I've emailed the author asking him about it. Does anyone have any ideas/thoughs? HampshireCollege.student("Mikel Waxler"); <p>PS Actually there are 4 streams and we will be using streamripper to record the live radio shows. The web interface also includes a schedualing system and calendar. Once the shows have been saved to mp3 people can go back to the shows date in the calendar and click to play the mp3. When the system is more functional I will be publishing it on sourceforge under the GPL. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast...
2004 Aug 06
0
RE: Mediacast1 yp dir update
...cgi) > but there is no equivalent for the icecast.net directory. I know why, and I'm working to fix it. Basically it's behavior in Icecast. For some reason some streams only update themselves during song change, while they are suppost to update at regular intervals too. The YP update schedualing needs some pretty heavy TLC, hopefully I should have a good patch for it soon. <p> -------------- next part -------------- A non-text attachment was scrubbed... Name: part Type: application/pgp-signature Size: 188 bytes Desc: not available Url : http://lists.xiph.org/pipermail/icecast/attach...
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
...he is away for the week. > > > >I know why, and I'm working to fix it. > >Basically it's behavior in Icecast. For some reason some streams only >update themselves during song change, while they are suppost to update >at regular intervals too. > >The YP update schedualing needs some pretty heavy TLC, hopefully I >should have a good patch for it soon. > actually, it was a bug when listing in multiple directories only. It was caused by accidentally resetting the "last touch time" for all directory entries when it should have done it only for one dire...
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}" ]];