Displaying 10 results from an estimated 10 matches for "workfiles".
Did you mean:
workfile
2012 Jun 24
1
uncoerce.... to get real number instead of integer?
Dear R community,
> #I'm using scan() to extract a real number from a file with a complex structure: 156689504.378.
> #My problem is that the number is coerced into an integer.
> #Do you have any ideas for me on how to "uncoerce"? Here is my code and the output:
> #I'm using R version 2.15.0 (2012-03-30)
>
> net3 <- patient.net3 <-
2003 Dec 04
0
handling of locks (not oplocks)
Hello
I have a 2.2.7a samba server on linux 2.4
some users complain about mutual locking on a share
user A and user B access share S on the server as disk S:
A and B both use the same app which creates workfiles/tempfiles on S
(actually the app drives ms-word throught ole to format and print reports)
A's workfile is named temp1fusionAAAA.doc and B's one is
temp1fusionBBBB.doc and they reside both in the same directory on S (say
S:\DIR\temp1fusionAAAA.doc and S:\DIR\temp1fusionBBBB.doc)
sometimes A...
1998 Apr 03
0
Problems installing & using SAMBA 1.9.18p3
...#39; -N -Tc tar.out "\my documents" "\windows\desktop" "\windows\start menu".
Every time I run the above command I receive different nr of files backed up.
This is what my smb.conf file looks like.
workgroup = VERANG
[homes]
read only = No
guest ok = yes
[workfiles]
path = /app1/sag/batch/prd/workfiles
read only = No
guest ok = yes
valid users = chuck, brendan, peter, deon
[root]
comment = Root Files
path = /
valid users = chuck, brendan, peter, deon
[global]
wins support = yes
wins proxy = yes
domain master = yes...
2006 Jul 07
1
Cronjob / .rb help clearing session table (new to cronjobs)
I just launched my first ROR app and i need to implement the session
database cleanup. I am new to cronjobs. I have used one once but it
was all copy/paste.
I was hoping someone knew of a good tutorial or resource to get started
here or might be able to give me a little help.
I have seen a lot of posts that reference setting a cron job to clear
old sessions but I am not clear on:
Can you
2002 Mar 14
2
How to switch of the users profile copying ?
Hi all !
I'm using Samba 2.2.3a on a Redhat Linux 7.2 as a Primary Domain Controller
!
My users are mostly use win2000 and the profile directory can be really
large after some month, so in this case I need a lot of Extra storage to
store them on the PDC !
We don't need this feature basically, so is it possible somehow to switch
of this feature ?
Best Regards !
Viktor Posta
2007 May 25
0
Patch -- SVN revision in the version string
This is the patch to include SVN revision level in version number displays.
There should be two enclosures; the patch itself and a new source file.
common/upsversion.c.
upversion.c defines a single function. upsversion(), that returns a version
string for display. Some Makefile trickery ensures that this file will
be recompiled whenever the project's SVN revision level has changed since
it
2015 Apr 07
18
[PATCH v15 00/15] qspinlock: a 4-byte queue spinlock with PV support
v14->v15:
- Incorporate PeterZ's v15 qspinlock patch and improve upon the PV
qspinlock code by dynamically allocating the hash table as well
as some other performance optimization.
- Simplified the Xen PV qspinlock code as suggested by David Vrabel
<david.vrabel at citrix.com>.
- Add benchmarking data for 3.19 kernel to compare the performance
of a spinlock heavy test
2015 Apr 07
18
[PATCH v15 00/15] qspinlock: a 4-byte queue spinlock with PV support
v14->v15:
- Incorporate PeterZ's v15 qspinlock patch and improve upon the PV
qspinlock code by dynamically allocating the hash table as well
as some other performance optimization.
- Simplified the Xen PV qspinlock code as suggested by David Vrabel
<david.vrabel at citrix.com>.
- Add benchmarking data for 3.19 kernel to compare the performance
of a spinlock heavy test
2015 Apr 24
16
[PATCH v16 00/14] qspinlock: a 4-byte queue spinlock with PV support
v15->v16:
- Remove the lfsr patch and use linear probing as lfsr is not really
necessary in most cases.
- Move the paravirt PV_CALLEE_SAVE_REGS_THUNK code to an asm header.
- Add a patch to collect PV qspinlock statistics which also
supersedes the PV lock hash debug patch.
- Add PV qspinlock performance numbers.
v14->v15:
- Incorporate PeterZ's v15 qspinlock patch and improve
2015 Apr 24
16
[PATCH v16 00/14] qspinlock: a 4-byte queue spinlock with PV support
v15->v16:
- Remove the lfsr patch and use linear probing as lfsr is not really
necessary in most cases.
- Move the paravirt PV_CALLEE_SAVE_REGS_THUNK code to an asm header.
- Add a patch to collect PV qspinlock statistics which also
supersedes the PV lock hash debug patch.
- Add PV qspinlock performance numbers.
v14->v15:
- Incorporate PeterZ's v15 qspinlock patch and improve