Displaying 20 results from an estimated 10000 matches similar to: "Details of local copy"
2004 May 22
1
winbind and local groups
Hi, I have been setting up samba and winbind on a Debian Linux box to
allow access to shares authenticating from a Windows 2000 Active Directory
Domain.
I have got almost everythign I want to work, but I am stuck with one
thing. I would like to add domain users to a local unix group and then
add that group to the valid users line to a share. Enclosed is my
smb.conf and my /etc/group files
2004 Apr 01
2
Generating file names
I read a data set into a data.frame. I then operate on the set, add
columns to the frame etc. and now want to output the frame into a file.
Trouble is, I want the file to have a name based upon the original data
set name.
I cannot figure out how to cat strings together and use that new string
as the output filename...
Example:
original data name: D08a
desired output name: Analyzed_D08a
Any
2004 Apr 02
4
Extending a vector
I believe this should be an easy thing to do...
I have a function I repeatably call which takes input parameters and
outputs columns to various data frames. I also wish to keep a summary of
certain values as I call the function. I though keeping the values in a
vector then appending the vector by the new amounts would be the way to
do this.
Example: (this is what I want even thought the below
2010 Feb 02
1
OS X Clients Can't Create Sub-Directories
I'm running samba on a local linux server, with a bunch of shares. Over the last several years, this has worked perfectly in our heterogenous network of OS X and Windows. All my windows clients still work perfectly - my users can mount the samba shares and create, rename, move etc files and folders.
However, recently (starting yesterday) my OS X clients are unable to rename any sub
2017 May 17
3
Best practices for copying lots of files machine-to-machine
Vanhorn, Mike wrote:
> On 5/17/17, 12:03 PM, "CentOS on behalf of ken" <centos-bounces at centos.org
> on behalf of gebser at mousecar.com> wrote:
>
>>An entire filesystem (~180g) needs to be copied from one local linux
>>machine to another. Since both systems are on the same local subnet,
>>there's no need for encryption.
>>
>>I've
2004 Apr 06
1
Minimize a plot window
Is it possible to start a X11() device in a minimized state? I have many
windows, each with useful data, which clutter the screen. Having each
window minimize upon creation would help.
Mark
--
Mark O. Kimball
Gasparinilab, University of Buffalo | Low temp physics
mok2 at physics.buffalo.edu | URL: enthalpy.physics.buffalo.edu
lab phone: 716-645-2017x122 Fax: 716-645-2507
2010 Feb 09
1
OS X Clients Unable To Create Subdirectories?
I asked about this a few days ago, but none of the suggestions have made any difference... asking again in the hopes I'll find more things to try....
Linux: Ubuntu 9.10
Samba version: 3.4.0
OS X 10.6.2
I'm running samba on a local linux server, with a bunch of shares. Over the last several years, this has worked perfectly in our heterogenous network of OS X and Windows. All my windows
2017 Apr 25
3
RFC: Improving performance of HashString
On Tue, Apr 25, 2017 at 12:55 PM, Vedant Kumar via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
>> On Apr 24, 2017, at 5:37 PM, Scott Smith via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> I've been working on improving the startup performance of lldb, and ran into an issue with llvm::HashString. It works a character at a time, which creates a long
2008 Jul 18
2
Need suggestion regarding index file and Quota settings.
Dear All,
My system has about 30,000 accounts and these accounts are
created as unix system users. Each account has its own entry
in /etc/passwd with different UID and home directory.
We plan to deploy an Layer 4 switch as a load balancer. Proposed
architecure is as the following:
---- internet ---- Layer 4 switch ---- mail server1 ---- NFS storage
|
2011 Jul 08
5
Slitaz OS. Use Wine with Amazon KindlePC
[Question] I am running Slitaz as OS
how do i get Amazon Kinde to run?
it shows up as a icon on the desktop, however clicking it shows nothing (exceot for a loading cursor which turns to nowmal)
if i ''open with Wine Windows Program Loader'' i get the folowing error
there is no windows program configured to open this file'' what gives?
if i attempt to add it in wine
2011 Jun 08
1
Drupal/MySQL performance in Xen and OpenVZ
Hi,
We are considering a transition from OpenVZ to Xen for our web server
infrastructure. The primary task performed by the virtual servers is to run
a number of Drupal sites with a MySQL backend. The webserver and MySQL
servers are on separate virtual hosts. We also have a number of smaller
hosts running on the same hardware (a couple of dev-servers, a
logging-and-monitoring server, a secondary
2012 Apr 13
3
remove src/libFLAC/ia32 permanently?
Hi:
In my opinion, we should axe all pure asm implementations in
src/libFLAC/ia32 and the relevant configure options.
Reasons are simple:
- modern compilers plus the use of intrisincs make the code as faster
as possible, if you need maximum speed I suggest you to build with
profiling enabled. ;)
- there is no support for x86_64 (that is.. all modern PC ;-) ) or for
arm (most modern
2010 Jul 05
21
Aoe or iScsi???
Hi people...
Here we use Xen 4 with Debian Lenny... We''re using kernel 2.6.31.13
pvops...
As a storage system, we use AoE devices...
So, we installed VM''s on AoE partition... The "NAS" server is a Intel
based baremetal with SATA hard disc...
However, sometime I feeling that VM''s is so slow...
Also, all VM has GPLPV drivers installed...
So, I am thing about
2005 Aug 13
2
CentOS4 and older megaraid
Release notes say no support for the RAID card in a box I just picked
up...is there no hope for this box running 2.6 kernel?
http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/release-
notes/as-x86/
The kernel shipped with Red Hat Enterprise Linux 4 includes the new
megaraid_mbox driver from LSI Logic, which replaces the megaraid driver.
The megaraid_mbox driver has an improved design,
2020 Jul 05
8
[RFC] carry-less multiplication instruction
<div> </div><div><div><p>Carry-less multiplication[1] instructions exist (at least optionally) on many architectures: armv8, RISC-V, x86_64, POWER, SPARC, C64x, and possibly more.</p><p>This proposal is to add a <code>llvm.clmul</code> instruction. Or if that is contentious, <code>llvm.experimental.bitmanip.clmul</code> instruction.
2004 Jul 07
9
Windows 2K outperform Linux/Samba very much?
Hi, all:
I want to check small files' property(such as date, path, and so on)
frequently. The files are stored in netwrok driver and their sizes
vary from 2KB to 5KB.
I found that Windows 2K outperform Linux/Samba very much after I
campared the bench results. I am very confused about it and who can
explain it?
The computers' configurations are as follows:
1. PC Client
It
2004 Jun 15
2
S/R/RWeb/ODBC
I'm looking for an optimal approach to access Oracle databases via RWeb
applications. I'm new to R but familiar with programming functions and web
pages for the S+ Statserver. I'm now going through the motions of migrating
S+/Statserver applications to R/RWeb as a feasability exercise. I can access
databases using ODBC directly in R or S, and using Statserver, but I have
not succeeded
2008 Jul 11
2
Horribly Nube ?
You gotta start somewhere I figure. I am enjoying wine 1.1.0 and have used it on and off mostly off for several years. Now I am getting serious and I haven't figured out the documentaiton. I got some bad advice from old docs which discouraged me. Anyway, where does one put the "native" dll's from one's windows installation? I know how to use winecfg to activate them and
2014 Aug 10
2
[PATCH] New apodization functions
Hi all,
This patch adds two new apodization functions that I developed.
From my own test results (on quite a diverse dataset) they
outperform the current best apodizations by 0.05% - 0.1%
(depending on the specifics) on compression.
Here's a selection of the test results
*Apodization functions* ,Compres, Speed
partial_tukey(2) tukey(0.5) , 56.50 , 37.2x
partial_tukey(3)
2010 May 28
3
[LLVMdev] Vectorized LLVM IR
Hi,
We are experimenting directly generating vectorized LLVM IR (using <8 x float> kind of types), then compiling the code to SSE on a 64 bits machine. Right now the equivalent code in scalar mode sill outperform the SSE one.
What is the quality of the SSE support in X86 LLVL backend? Are they any specific things to be aware of to improve the speed?
Thanks
Stéphane Letz