Displaying 18 results from an estimated 18 matches similar to: "How to prevent users from deleting directories"
2007 Mar 09
1
lpSolve space problem in R 2.4.1 on Windows XP
Hi.
I am trying to use the linear optimizer from package lpSolve in R 2.4.1 on
Windows XP (Version 5.1). The problem I am trying to solve has 2843
variables (2841 integer, 2 continuous) and 8524 constraints, and I have 2 Gb
of memory. After I load the input data into R, I have at most 1.5 Gb of
memory available. If I start the lp with significantly less memory
available (say 1 Gb), I get
2005 Mar 10
7
Problem with apache in CentOS 4.0 (final)
Hi everyone!
In my new CentOS 4.0 (final ;-) I installed apache and activates
SELinux, When I
tried to enter a page of some user (localhost/~user) said to me that she
did not have permissions
to see it, and this was incorrect, because the permissions was 755
(/home/user/html). After awhile it was happened to me to deactivate
selinux and
I reinitiated the machine and I work!
Somebody knows why
2005 Apr 16
2
samba pdc roaming profiles
HEllo, i am running samba 3.0.14a with this smb.conf file:
[global]
netbios name = redhat
workgroup = net2day
server string = PDC [on Redhat :: Samba server %v]
security = user
encrypt passwords = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
hosts allow = 192.168.0.0/24 127.0.0.1
interfaces = lo eth0
bind interfaces only = yes
local master = yes
os level = 65
domain master = yes
2017 Aug 14
3
weight in lm
Dear friends - I hope you will accept a naive question on lm: R version
3.4.1, Windows 10
I have 204 "baskets" of three types corresponding to factor F, each of
size from 2 to 33 containing measurements, and need to know if the
standard deviation on the measurements in each basket,sdd, is different
across types, F. Plotting the observed sdd versus the sizes from 2 to
33, called
2017 Aug 14
0
weight in lm
> On 14 Aug 2017, at 10:13 , Troels Ring <tring at gvdnet.dk> wrote:
>
> Dear friends - I hope you will accept a naive question on lm: R version 3.4.1, Windows 10
>
> I have 204 "baskets" of three types corresponding to factor F, each of size from 2 to 33 containing measurements, and need to know if the standard deviation on the measurements in each basket,sdd, is
2017 Aug 14
2
weight in lm
On 2017-08-14 5:53 AM, peter dalgaard wrote:
>> On 14 Aug 2017, at 10:13 , Troels Ring <tring at gvdnet.dk> wrote:
>>
>> Dear friends - I hope you will accept a naive question on lm: R version 3.4.1, Windows 10
>>
>> I have 204 "baskets" of three types corresponding to factor F, each of size from 2 to 33 containing measurements, and need to know if the
2017 Aug 14
0
weight in lm
> On 14 Aug 2017, at 13:43 , Spencer Graves <spencer.graves at effectivedefense.org> wrote:
>
>
>
> On 2017-08-14 5:53 AM, peter dalgaard wrote:
>>> On 14 Aug 2017, at 10:13 , Troels Ring <tring at gvdnet.dk> wrote:
>>>
>>> Dear friends - I hope you will accept a naive question on lm: R version 3.4.1, Windows 10
>>>
>>> I
2012 Apr 30
0
[LLVMdev] [RFC] Encoding Compile Flags into the IR
On 29 April 2012 23:44, Bill Wendling <wendling at apple.com> wrote:
> Hi,
>
> Link-Time Optimization has a problem. We need to preserve some of the flags with which the modules were compiled so that the semantics of the resulting program are correct. For example, a module compiled with `-msoft-float' should use library calls for floating point. And that's only the tip of
2017 Aug 14
1
weight in lm
> On Aug 14, 2017, at 5:17 AM, peter dalgaard <pdalgd at gmail.com> wrote:
>
>
>> On 14 Aug 2017, at 13:43 , Spencer Graves <spencer.graves at effectivedefense.org> wrote:
>>
>>
>>
>> On 2017-08-14 5:53 AM, peter dalgaard wrote:
>>>> On 14 Aug 2017, at 10:13 , Troels Ring <tring at gvdnet.dk> wrote:
>>>>
2007 Feb 10
7
Adding entry breaks index
Our ferret 0.10.13 index has been slowly growing on our debian server
and has just got up over 14,000 records. Yesterday I randomly noticed
that one search I did was suddenly giving whack, unexpected results. I
have spent much time trying to track the problem.
Tried ferret 0.10.9 - no change.
Tried on a windows machine - where it works fine, and doesn''t give weird
results (which just
2009 Sep 09
0
new package MLCM: Maximum Likelihood Conjoint Measurement
This is to announce a new package MLCM on CRAN.
The package provides functions for estimating perceptual scales
by maximum likelihood from data collected in a conjoint measurement
experiment. Data for conjoint measurement are typically collected
using a psychophysical procedure. The stimuli vary along 2 or more
dimensions. The observer views pairs of stimuli and judges which
stimulus of each pair
2009 Sep 09
0
new package MLCM: Maximum Likelihood Conjoint Measurement
This is to announce a new package MLCM on CRAN.
The package provides functions for estimating perceptual scales
by maximum likelihood from data collected in a conjoint measurement
experiment. Data for conjoint measurement are typically collected
using a psychophysical procedure. The stimuli vary along 2 or more
dimensions. The observer views pairs of stimuli and judges which
stimulus of each pair
2010 Sep 17
3
Sangoma A108 PCIe V2.0
Hi
Does Sangoma 8-port card A108 support PCIe version 2.0 ?
The card is here
http://www.sangoma.com/products/hardware_products/digital_voice_and_data_networking/a108.html
And we want to use 3 such cards in this motherboard because it has 3 PCIe
slots of version 2.0
http://www.intel.com/products/desktop/motherboards/DX58SO/DX58SO-overview.htm
Is this a good idea ? Do you have any experience
2012 Apr 29
8
[LLVMdev] [RFC] Encoding Compile Flags into the IR
Hi,
Link-Time Optimization has a problem. We need to preserve some of the flags with which the modules were compiled so that the semantics of the resulting program are correct. For example, a module compiled with `-msoft-float' should use library calls for floating point. And that's only the tip of the proverbial iceberg.
Goals
=====
My goals for whichever solution we come up with are
2012 Apr 30
2
[LLVMdev] [RFC] Encoding Compile Flags into the IR
On Apr 30, 2012, at 1:03 AM, Renato Golin wrote:
> On 29 April 2012 23:44, Bill Wendling <wendling at apple.com> wrote:
>> Hi,
>>
>> Link-Time Optimization has a problem. We need to preserve some of the flags with which the modules were compiled so that the semantics of the resulting program are correct. For example, a module compiled with `-msoft-float' should use
2010 Jun 08
21
My future plan
My future plan currently looks like this for my VPS hosting solution, so any feedback would be appreciated:
Each Node:
Dell R210 Intel X3430 Quad Core 8GB RAM
Intel PT 1Gbps Server Dual Port NIC using linux "bonding"
Small pair of HDDs for OS (Probably in RAID1)
Each node will run about 10 - 15 customer guests
Storage Server:
Some Intel Quad Core Chip
2GB RAM (Maybe more?)
LSI
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2013 Oct 06
40
[xen] double fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
Greetings,
I got the below dmesg and the first bad commit is
commit cf39c8e5352b4fb9efedfe7e9acb566a85ed847c
Merge: 3398d25 23b7eaf
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Wed Sep 4 17:45:39 2013 -0700
Merge tag ''stable/for-linus-3.12-rc0-tag'' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull Xen updates from Konrad