Displaying 20 results from an estimated 8000 matches similar to: "subfolder sharing with "valid users""
2010 Oct 12
1
Newly created files/folders showing up only if I change folders and come back
I've noticed some weird behavior as below.
- I created a new folder from my Windows desktop in a Samba server's folder.
- Then, the new folder does not show up.
- If I go to another folder and come back to the folder in which I created that new sub-folder, then it shows up.
Wondering if it has anything to do with my Samba version, a smb.conf configuration, or a chmod
2004 Apr 20
1
directory permissions & smb.conf
Hi there guys.
I'm new to the list.
I have googled and yahooed, and been to several other mailing list to
see if I can find help there.
But with no luck.
I'm trying to setup a share for several departments for our company.
So when I installed RedHat 9.0 I created a 30Gb partition.
Please bare with me as I explain what I would like to do.
I have a directory
drwxrwx---- 5 root
2006 May 27
3
Saving an Array to MySQL... data changes...
I have a multiple select menu:
<%= select_tag ''resume[employer_1_industry][]'',
options_for_select(industries_helper, @resume.employer_1_industry),
:multiple=> true %>
It produces this HTML:
<select id="resume[employer_1_industry][]" multiple="multiple"
name="resume[employer_1_industry][]">
<option value="">-
2008 Dec 22
3
row sum question
Dear helpers,
I'm using R version 2.8.0.
Suppose that I have a small data set like below.
[,1] [,2] [,3] [,4]
a 1 1 0 0
b 0 1 1 0
c 1 1 1 0
d 0 1 1 1
First, I'd like to find row sum of values uniquely present in each row, but
only sequentially from the top row, meaning that if the value is shown in
the above row(s) already, the
2009 Jan 18
3
[LLVMdev] Qs on building LLVM passes
Hi,
I have couple of questions that those who design unconventional passes
would be interested in.
1. How to move a virtual register data to another new virtual
register?
It seems like that there is no LLVM instruction similar to mov machine
instruction.
Arithmetic or logical operators could be used for integer variables
but what about pointer variables?
2. What is
2012 Oct 12
1
Libvirt mpiexec networking issue
Hi all,
Not sure if this is the best place to put this question since I'm not sure
if it's a Libvirt issue but...
I currently have two VMs up with networking and I can successfully ssh to
and from each VM and I have confirmed that I can successfully download
things from the internet. However, when trying to run mpiexec (which uses
ssh), the connection fails and gives me the following
2009 Jan 15
2
[LLVMdev] Testcase for OS kernel
Hi,
The source attached at the bottom is a testcase which causes a back-end
error in LLVM 2.4.
These types of assembly routines are mainly used in OS kernels.
I checked that GCC 4.3 works for this routine.
The error messsage is ...
Couldn't allocate output reg for constraint 'A'!
I just need help or comments so that I could analyze and fix this bug.
My
2016 May 07
2
cyberpower ups need to manully turn on the switch
Hi
I have CP825AVR-G UPS. sometimes the UPS is shutdown due to whatever
reason.
But the annoying thing is even if the electrical power is back, that UPS
will continue to beep, and I have to manually turn on the switch button in
order for it to supply the load/power.
I am wondering if there is any setting in the UPS I need to config? I just
want the UPS to supply the power when the main
2008 Dec 14
3
[LLVMdev] How to correlate LLVA with native ISA
Thank your for reply.
The reason why these information are needed is that I am trying to extract
the program signature (e.g., control flow) out side of the binary.
Conventional compiler technique adds extra checking code into the target
source or target IR in an invasive manner. Since code generator combines the
added code with the original one, they don't need to correlate these two
2008 Dec 08
0
[LLVMdev] How to correlate LLVA with native ISA
Keun Soo Yim wrote:
>
> Hi,
>
> How to correlate the LLVM IR-leve instructions and memory values
> with the machine instructions and memory locations?
Can you tell us what goal you are trying to accomplish that requires you
to do this? There might be better ways of doing what you want.
The answer to your question probably depends on whether you're trying to
write a
2008 Dec 08
2
[LLVMdev] How to correlate LLVA with native ISA
Hi,
How to correlate the LLVM IR-leve instructions and memory values
with the machine instructions and memory locations?
For example, if CMP instruction in machine ISA is selected for the ICMP
instruction in LLVA,
with the Instruction datastructure for ICMP, is it possible to get the
memory address of CMP instruction? Assume that the code segment base address
is given.
Similarly, by
2012 Oct 10
1
Libvirt Error guest wont start
Hi all,
I have been using Libvirt for several months now and I have only had
minimal problems. I had a particular setup and was starting up multiple
guests just fine. However, with seemingly no changes I now get the
following error when trying to start a guest:
virsh start guest0
error: Failed to start domain guest0
error: internal error Process exited while reading console log output:
Supported
2008 Sep 17
2
Unexpected behaviour when testing for independence with multiple factors
Hi, I'm a new user of R. My background is Electrical Engineering, so
please bear with me if this is a silly question.
I'm trying to assess whether the results of an experiment satisfy the
hypothesis of homoscedasticity (my ultimate goal is to use ANOVA).
The result of the experiment is mean delay (dT), which depends on
three factors, topology, drift, and lambda. The first two factors are
2008 Nov 11
1
data type problem for vegan package
Dear all,
I'm using R2.8 version, and am trying to do NMDS and calculate other
diversity indices in vegan package.
The problem is that it works with a small set of data (43 X 23; row by
column), but the following error message comes up with a larger data set (43
X 104) (it seems not large to me at all). I made it sure that all data are
of numeric type as required.
>gh1.H=diversity(gh1)
2008 Sep 29
3
[LLVMdev] Linux Kernel Compile for Sparc v8 Arch
Does anyone succeed at compiling Linux kernel for Sparc v8 architecture?
I am currently trying to expand the regime of LLVM to Sparc kernel codes.
The following is the initial error messages. Any comment is welcomed.
#1. Inline Assembly
Code:
register struct thread_info *current_thread_info_reg asm("g6");
Error Message:
include/asm/thread_info.h:77: error:
2010 Dec 01
4
Domain-name appended into username when "selecting users or groups"
Dear all,
I am facing a peculiar situation:
on my smb.conf log level = 5, and on my windows machine I log on as a
local administrator to add remote desktop users that are in fact domain
users.
When my worgroup = SOMETHING, everything works fine. When I change my
worgroup to: workgroup = example.com, and try to add a new remote
desktop user, and set as an object name example.com\user and try
2012 Aug 22
3
Libvirt Seg Fault when compiling either 0.9.13 or 0.10.0-rc1
Hi all,
I am trying to install a version of Libvirt that will be compatible with
qemu-kvm-1.1 but I cannot seem to get Libvirt to compile. During the make
portion of the install I get the following error:
...
make[4]: Entering directory `/home/shawn/libvirt-0.10.0/docs'
Generating 404.html.tmp
/bin/bash: line 5: 59204 Segmentation fault /usr/bin/xsltproc
--stringparam pagename $name
2010 Aug 13
1
subsetting data points within confidence limit
Dear R-list
Suppose I have a data set stored in hmet, for which I did get confidence
limit on a linear regression as shown below.
My question is how I can subset only data points which are within the
confidence limit.
Thank you.
Keun-Hyung
---------------------------------------------------------------
Al=rnorm(100, 3)
Cd=rnorm(100, 0.2)
hmet=data.frame(Al=Al, Cd=Cd)
plot(Al,
2017 Jul 01
1
Packages for Learning Algorithm Independent Branch and Bound for Feature Selection
See, I have built my own genetic algorithm already and tested it on this
problem. I have a solution, but due to the heuristic nature of GA, I cannot
guarantee that it is the optimal subset.
If I was simply doing this for a company project, you are spot on with the
type of algorithm I would use, but I am doing this for a scientific paper.
I need to be able to find the optimal subset over my
2017 Jun 29
2
Packages for Learning Algorithm Independent Branch and Bound for Feature Selection
I am looking for packages that can run a branch-and-bound algorithm to
maximize a distance measure (such as Bhattacharyya or Mahalanobis) on a set
of features.
I would like this to be learning algorithm independent, so that the method
just looks at the features, and selects the subset of a user-defined size
that maximizes a distance criteria such as those stated above.
Can anyone give some