Displaying 7 results from an estimated 7 matches for "bfiles".
Did you mean:
files
2006 Jun 26
1
/bin/tar bug
It like we may have a bug in tar that ships with Centos.
It looks like -o is mapped to --same-owner.
Some basic info....
uname -a
Linux jazzy 2.6.9-34.0.1.ELsmp #1 SMP Wed May 24 08:14:29 CDT 2006
i686 i686 i386 GNU/Linux
cat /etc/redhat-release
CentOS release 4.3 (Final)
% /bin/tar --version
tar (GNU tar) 1.14
--same-owner try extracting files with the same ownership
--no-same-owner
2008 Jun 09
2
cruisecontrol integration
Hi everyone.
Backgroundrb is doing some really sweet stuff for my project. Thanks!
I am trying to integrate backgroundrb with cruisecontrol.rb. I started
off by creating a simple Rakefile:::::
desc ''task for starting up backgroundrb''
task :cruise do
template = <<-EOF
:backgroundrb:
:ip: 0.0.0.0
:port: 11006
:development:
:backgroundrb:
:log: foreground
2013 Jun 17
1
Kernel panic in pin_pagetable_pfn
Hi Xen developers,
We are hitting a DomU Linux kernel panic and we''d like to find a solution for it.
We are porting our virtual appliance to Amazon''s AWS. Our kernel is 2.6.27.57. We know it is old but we have to stay with it for now. The problem is when the kernel (64-bit) boots up in EC2 ( a large instance with 7.5 GB memory), the kernel crashes when hitting the BUG in
2017 May 05
2
problem with non-allocatable register classes
I am using some non-allocatable RegisterClasses to define lists of registers that are used for various non-allocation-related processing in the back end. For example, we have a post-allocation functional unit selection pass that is guided by the register assignment, which does things like 'myRegClass.contains(Reg)' to see if a register is in the set of registers accessible by a given unit.
2007 Jun 12
1
Selinux custom policy issue - Centos 5
...ed error code 1.
Where file_upload_store_t is one of my custom types. My local.fc looks
like this:
/data/spool/blastreq(/.*)? system_u:object_r:blast_req_t
/data/spool/blastres(/.*)? system_u:object_r:blast_res_t
/data/upload(/.*)?
system_u:object_r:file_upload_store_t
/data/bfiles(/.*)? system_u:object_r:bfiles_t
/var/www/possumbase/html/imagetemp(/.*)?
system_u:object_r:http_image_temp_t
/var/www/sheep/html/imagetemp(/.*)?
system_u:object_r:http_image_temp_t
And my local.te contains (selected portions only for now):
module local 1.1;
require {
...
<...
2006 Oct 31
1
Compiling R packages on Ubuntu
I am unable to compile R packages from source on Ubuntu
dapper/edgy. Does anybody have an experience?
When I do install.packages("nlme",depend=TRUE), I get following error messages. Can someone help?
I get similar messages for any package I try to compile.
VR
-------------
* Installing *source* package 'nlme' ...
** libs
gcc -I/usr/share/R/include -I/usr/share/R/include
2011 Aug 30
2
Error in evalauating a function
Hi,
? I am very new to R. So, pardon my dumb question. I was trying to write my own function to run a different model (perform an ordered logistic regression) using the example in website http://pngu.mgh.harvard.edu/~purcell/plink/rfunc.shtml
But R returns a error `R Error in eval(expr, envir, enclos) : object 's' not found' when I run it. What am I doing wrong here? Here's