search for: rc

Displaying 20 results from an estimated 7498 matches for "rc".

2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...otion Sensor: State: Enabled I installed Xcode 2.5 being that I have MacOSX version 10.4.11 and successfully installed Macports. All seemed well till finally the very end of the installation and then I get this error: > ---> Attempting to fetch wine-1.3.8.tar.bz2 from http://downloads.sourceforge.net/wine > ---> Attempting to fetch wine_gecko-1.1.0-x86.cab from http://downloads.sourceforge.net/wine > ---> Verifying checksum(s) for wine-devel > ---> Extracting wine-devel > ---> Configuring wine-devel > ---> Building wine-devel > Error: Target org.m...
2010 Jan 14
1
another fencing question
Hi, periodically one of on my two nodes cluster is fenced here are the logs: Jan 14 07:01:44 nvr1-rc kernel: o2net: no longer connected to node nvr2- rc.minint.it (num 0) at 1.1.1.6:7777 Jan 14 07:01:44 nvr1-rc kernel: (21534,1):dlm_do_master_request:1334 ERROR: link to 0 went down! Jan 14 07:01:44 nvr1-rc kernel: (4007,4):dlm_send_proxy_ast_msg:458 ERROR: status = -112 Jan 14 07:01:44 nvr1-rc k...
2010 Jul 27
13
3.0.0rc ActionController::RoutingError No route matches
Have been developing on 3.0.0beta4 and just updated to 3.0.0.rc. When I try to link_to() a User object that previously had worked, I get the following: ActionView::Template::Error (No route matches {:action=>"destroy", :controller=>"games", :id=>#<User ..... > Yet I have in my routes.rb file has resources :users and my &quot...
2010 Jan 22
0
Handling SIP error codes/ISDN codes
Hi, I was trying to use 2 of asterisk servers and interconnected, one of them as a peer to other sever (configured in sip.conf), so all the calls to server 1 will just be passed to server 2 (has PRI Card, TE 412P, only one PRI connected), i was sending calls to server 1 and that would send to server 2 and then dial out using Dahdi, but the problem that i...
2010 Sep 21
1
reshape is re-ordering my variables
Is it an undocumented (at least I missed it if it's documented) feature of the reshape function to do numeric variables followed by character? I ask because that seems to be the case below. > str(rcw) 'data.frame': 23 obs. of 21 variables: $ ICU : int 1 18 17 9 22 19 6 16 25 26 ... $ Q6.RC.1 : chr "SM" "JF" "IW" "MS" ... $ Q6.FT.RC.1.years : int 0 8 12 3 9 1 5 16 5 5 ... $ Q6.FT.RC.1.months: int 0 0 0 0 0 0 0 6...
2012 Nov 16
2
[LLVMdev] Operand order in dag pattern matching in td files
Hi, I have a simple question w.r.t the order of operands used in dag pattern matching in target files. Some of them seem intuitive. But I want to get it clarified anyway. I am using a pattern from X86InstrFMA.td in the below example. Consider FMA3 pattern (simplified). let Constraints = "$src1 = $dst" in { multiclass fma3s_rm<bits<8> opc, string OpcodeStr, X86MemOperand x86memop, RegisterClass RC, ValueType OpVT, PatFrag mem_frag, SDPatternOperator OpNode = null_frag> { def r : FMA3<opc, MRMSrcReg, (outs RC:$dst),...
2017 Mar 12
2
How rc-local.service works?
Hi, Let me cite the service file here: [Unit] Description=/etc/rc.d/rc.local Compatibility ConditionFileIsExecutable=/etc/rc.d/rc.local After=network.target [Service] Type=forking ExecStart=/etc/rc.d/rc.local start TimeoutSec=0 RemainAfterExit=yes I basically don't understand two things here: 1. What makes it run? Sure, when I make /etc/rc.d/rc.local execu...
2014 Sep 20
2
vsnprintf_s and vsnprintf
...use. With a check on the the return value and a line or two of extra code, this function can made to behave resonably sensibly, even it its not possible to make it meet the requirements if the ISO C specs. I'm basically think of something like the (untested) diff below. Erik diff --git a/src/share/grabbag/snprintf.c b/src/share/grabbag/snprintf.c index 3a0661f..6a4e3ea 100644 --- a/src/share/grabbag/snprintf.c +++ b/src/share/grabbag/snprintf.c @@ -62,8 +62,11 @@ flac_snprintf(char *str, size_t size, const char *fmt, ...) va_start (va, fmt); #ifdef _MSC_VER - rc = vsnp...
2003 Dec 23
2
address specified as 1.2.3.4/24{128,35-55,89} Is this Correct ????
The man page gives this example, however, when I attempt to use it, it seems to block the whole set? Could someone tell me what's going wrong here please. Thanks heaps.. This works, ${fwcmd} add deny log all from any to 203.1.96.1 in via ${oif} This blocks the whole IP block, not just the list? ${fwcmd} add deny log all from any to 203.1.96.0/24{2,6-25,27-154,156-19
2007 Feb 13
1
[LLVMdev] variant generation question
On Feb 9, 2007, at 7:42 PM, Chris Lattner wrote: > On Fri, 9 Feb 2007, Scott Michel wrote: >> I would have expected four additional patterns, each with the (and >> $rC, $rA) >> variant in it. But I only get the above four. >> >> Is this a bug or a feature? :-) > > This is a feature. They would match the same pattern, so it would > just be > generating dead code. For the same reason, if you write something > like: I'm no...
2004 Sep 19
0
MFC compile problem
HI ALL: I can not compile MFC successfully due to the resource file 'afxres.rc'. Can you give some suggestions to solve this problem or share your experience on compiling MFC? Thank you. version of OS: [ken@Linux80 mfc]$ uname -a Linux Linux80 2.4.18-14 #1 Wed Sep 4 12:13:11 EDT 2002 i686 athlon i386 GNU/Linux version of MFC source is the MFC vers...
2010 Aug 20
0
[PATCH 1/2] Implement APEI ERST feature to Xen
...to Xen APEI are ACPI4.0 new features. It consists of ERST, BERT, HEST, and EINJ. ERST is used to save fault error log to a platform persistent storage, so that when reboot os can retrieve the error log and handle it. This patch is used to implement ERST feature to Xen. It consists of 3-level hierarchy: operation level, action level, and instruction level. Instruction do basic io; Action done by sequential instructions parsed from ACPI ERST table; Operation done by sequential actions defined by ACPI spec, providing erst_write/ erst_read/ erst_clear interfaces to MCE/ NMI/ PCIe error handling me...
2011 Nov 21
0
[PATCH] xsm/flask: fix resource list range checks
The FLASK security checks for resource ranges were not implemented correctly - only the permissions on the endpoints of a range were checked, instead of all items contained in the range. This would allow certain resources (I/O ports, I/O memory) to be used by domains in contravention to security policy. This also corrects a bug where...
2014 Sep 20
0
vsnprintf_s and vsnprintf
...ot possible to make it meet the requirements if the ISO C specs. > > I'm basically think of something like the (untested) diff below. > > @@ -62,8 +62,11 @@ flac_snprintf(char *str, size_t size, const char *fmt, ...) > va_start (va, fmt); > #ifdef _MSC_VER > - rc = vsnprintf_s (str, size, _TRUNCATE, fmt, va); > - rc = (rc > 0) ? rc : (size == 0 ? 1024 : size * 2); > + rc = vsnprintf (str, size, fmt, va); > + if (rc < 0) { > + rc = size - 1; > + str [rc] = 0; > + } > #else >...
2019 Jan 09
6
[llvm-rc] absolute.test failing
I've come across a curious and pernicious problem in llvm-rc. absolute.test checks that llvm-rc can accept a filename that is an absolute path. And it works just fine. Until you run it with a file that starts with "/c." These will fail: llvm-rc /crawl/through/some/path/to/my.rc llvm-rc /c/some/path/to/my.rc The option parser ends up interpreti...
2012 Nov 16
0
[LLVMdev] Operand order in dag pattern matching in td files
...on w.r.t the order of operands used in dag > pattern matching in target files. Some of them seem intuitive. But I > want to get it clarified anyway. I am using a pattern from > X86InstrFMA.td in the below example. Consider FMA3 pattern > (simplified). > > let Constraints = "$src1 = $dst" in { > multiclass fma3s_rm<bits<8> opc, string OpcodeStr, X86MemOperand x86memop, > RegisterClass RC, ValueType OpVT, PatFrag mem_frag, > SDPatternOperator OpNode = null_frag> { > > def r : FMA3<opc, MRMSrcReg...
2011 Jun 27
1
How to handle badblocks with btrfs?
...d read error - auto reallocate failed [ 574.928489] sd 0:0:0:0: [sda] CDB: Read(10): 28 00 1d 7a b7 a2 00 04 00 00 [ 574.928510] end_request: I/O error, dev sda, sector 494581666 [ 574.928680] ata1: EH complete [ 1370.848498] ecryptfs_read_and_validate_header_region: Error reading header region; rc = [-4] [ 8039.470253] ecryptfs_decrypt_page: Error attempting to read lower page; rc = [-4] [ 8039.470269] ecryptfs_readpage: Error decrypting page; rc = [-4] [ 8039.561399] ecryptfs_decrypt_page: Error attempting to read lower page; rc = [-4] [ 8039.561411] ecryptfs_readpage: Error decrypting page...
2012 Apr 24
1
[PATCH] [resend] xen-access: Check return values and clean up on errors during init
...t; static int interrupted; +bool evtchn_bind = 0, evtchn_open = 0, mem_access_enable = 0; static void close_handler(int sig) { @@ -167,9 +169,68 @@ int xc_wait_for_event_or_timeout(xc_inte return -errno; } +int xenaccess_teardown(xc_interface *xch, xenaccess_t *xenaccess) +{ + int rc; + + if ( xenaccess == NULL ) + return 0; + + /* Tear down domain xenaccess in Xen */ + if ( xenaccess->mem_event.ring_page ) + munmap(xenaccess->mem_event.ring_page, PAGE_SIZE); + + if ( mem_access_enable ) + { + rc = xc_mem_access_disable(xenaccess->xc...
2007 Feb 10
2
[LLVMdev] variant generation question
I've got an instruction that has the following pattern (R32C is the 32-bit register class): (set R32C:$rT, (or (and R32C:$rA, R32C:$rC), (and R32C:$rB, (not R32C:$rC)))) tblgen generates the following variants (I've dropped the R32C for brevity): (or (and $rA, $rC), (and $rB, (not $rC))) # original (or (and $rA, $rC), (and (not $rC), $rB)) (or (and $rB, (not $rC)), (and $rA, $rC)) (or (and (not $rC), $...
2007 Sep 30
3
managing FreeBSD services
...abs.com/trac/puppet/ticket/837 This hack extends init service provider, by adding enable method. With freebsd.rb, you can enable services like other service providers do. service { foo: ensure => running, enable => true, ... } service { foo: ensure => stopped, # no need to modify rc.conf enable => false, ... } To apply the patch, download and save the patch, copy it under /usr/ports/sysutils/puppet/files (or, /usr/ports/sysutils/puppet-devel/files if you''re using puppet-devel), update and restart puppet. freebsd.rb invokes an external script to enable or dis...