Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] When To cvs update ?"
2006 Feb 22
2
Windows UIDs
hi all.
how does samba create its uids and gids from the windows domain? and what can i do to prevent it 'dropping' these mappings?
i've set up windows 2003 sfu to allow samba to map to the uid stored in active directory (by using sfu nis), is this the safest way to ensure folder permissions remain constant or am i being unnecessarily scared? :-)
thanks for any tips
john
2008 Jan 10
1
question regarding hypothesis testing in contingency tables
Hi R-users!
I have the following example:
a<-data.frame(cat=c(5,10,15), dog=c(5,10, 15), mouse=c(10,10,20))
b<-data.frame(cat=c(15,10,5), dog=c(15, 10, 5), mouse=c(20,10,10))
rownames(b)<-c("scared", "happy", "sad")
rownames(a)<-c("scared", "happy", "sad")
Let's say that a and b are 2 contingency tables and 5,10, 15, 20
2012 Jun 15
1
help in sentDetect() fuction
hello,
I am using the following code
>s<-"I am very happy, excited, and optimistic.I am very scared, annoyed, and
irritated.Iraq?s political crisis entered its second week one step closer to
the potential.dissolution of the government, with a call for elections by a
vital coalition partner and a suicide attack that extended the spate of
violence. that has followed the withdrawal.of
2020 Aug 24
4
Incremental purge?
On 24/8/20 7:12, Fabien KOCIK wrote:
> First, extract user list using doveadm users '*'.
> Then process this list to fit your needs (seven parts for a week and a
> part processed by week day for example).
> Finally, use -u option of doveadm purge into a loop.
This is a good idea for installations with tons of users. Good point.
I would be personally interested in incremental
2006 May 03
2
Best way to install on Reiserfs?
Hello, how can install my CentOS 4.3 under Reiserfs from install? (clean
install)
I have to download the kernel from centosplus and integrate to my dvd
and mofidy some things on anaconda or something?
I hace already googled about this but some answers are too crazy than
I'm get scared!
I was thinking something like this: Format my S-ATA with other distro
who support Resiserfs and when
2003 Apr 18
1
Please help, updated to 4.8 serious issues
Greetings,
After I updated my FreeBSD box from 4.7 to 4.8 I "lost" my users, but
heck with users, what I mean by lost is that I can't login, when I try
to login as the root or a regular user it says:
pam_authanticate: permission denied
so, I went ahead and re-updated my box from the very beginning,
including unnecessary at this point cvsup. I used this command: make
buildworld
2005 Aug 24
1
Will Echo problems EVER be solved, I'm scare d
dude it's gotta be something with your system. Im using same setup at home
with a TDM22 with no probs. Asterisk@Home 1.5, Compaq Deskpro EN P3 500,
cordless phones. You did a ton more than I did, I basically plugged
everything in and installed a@h.Worked first try.
Hate to say it, but would it be possible to try a different system? Even an
old system as long as it is PCI 2.2.
The big clue
2016 Feb 25
4
RFC: Move the test-suite LLVM project to GitHub?
On Wed, Feb 24, 2016 at 2:01 PM Joachim Durchholz via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Am 24.02.2016 um 21:57 schrieb Chandler Carruth via llvm-dev:
> > For all of these reasons, and also because I'd like to see how well (or
> > rather, how poorly) a service like GitHub actually works for the project,
> > it seems like splitting the test-suite out of
2016 Jan 14
3
Building SVN head with CMake - shared libraries?
> On Jan 14, 2016, at 11:43 AM, Ismail Donmez <ismail at i10z.com> wrote:
>
> On Thu, Jan 14, 2016 at 9:31 PM, Chris Bieneman via llvm-dev
> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>>
>> On Jan 14, 2016, at 11:22 AM, Mehdi Amini <mehdi.amini at apple.com> wrote:
>>
>>
>> On Jan 14, 2016, at 9:38
2005 Jan 03
5
8 pstn lines+ on Asterisk supported hardware.
Hi all,
I have this project that requires me to use 8 PSTN lines and possible more. I was thinking 2 TDM cards with FXO modules.
The I got to read the "Qs about FXO/FXS cards" thread and that scared me.
Can anybody recommend anything that is known to work ok with no mysterious problems?
I was thinking OpenSwitch12 cards. What do you guys think?
Any help is appreciated.
Regards,
Hadi
2003 Dec 10
2
app_queue bug with call transfer
--- Jonathan Tew <jonathan@ultracart.com> wrote:
We've got the app_queue configured to supposedly allow for a call to be
transferred. When the call comes in and an agent answers it (using
X-Lite Pro) and then decides to transfer the call (using the SIP phone
interface) they get disconnected from their call and after left logged
in to the queue system. Obviously we're doing
2006 Jan 13
3
The Vendor Directory
I''m working with a Development and a Production environment
In order to keep things in synch between the two environments, I thought it
would be good to "gem unpack" all of my currently installed gems into
the vendor/ directory... so when I push things into Production... everything
jives.
I unpacked about 20 gems into the vendor/ directory.... now everything is
broke :)
I
2016 Jan 15
2
Building SVN head with CMake - shared libraries?
On Fri, Jan 15, 2016 at 11:05 AM, Ismail Donmez <ismail at i10z.com> wrote:
> Hi,
>
> On Fri, Jan 15, 2016 at 12:59 AM, Chris Bieneman <beanz at apple.com> wrote:
>> I’m kinda scared that you’re using it. What are you trying to accomplish
>> that you are using it? Generally having LLVM split among that many
>> dynamically loaded libraries results in
2009 Jul 15
2
Expire plugin - where to start?
I'm running Dovecot 1.1.3 on FreeBSD 7.0 with procmail 3.22 sorting the
output of Spamassassin. Just for me and a few friends.
I didn't like the ageing 'standard' IMAP implementation so I thought I'd
give Dovecot a try and it's really impressive. However, I'm a complete
newbie to its inner workings.
Spamassassin is able to find plenty to chew on so the "Probable
2005 Apr 21
4
[LLVMdev] Trailing whitespace removal (important for CVS users!)
On Thu, 21 Apr 2005, Reid Spencer wrote:
> Why not put all this into a pre-commit filter in CVS and be done with
> it? We'd never be bothered with it again as it would never be committed
> again.
I'd rather not have CVS commit scripts mucking with the code. If you want
to have the nightly tester whine about source code with spaces at the end
of lines (like it whines about
2011 Jan 16
3
ODD ODD ODD stuff!!
Egregious,
look what just happened few minutes ago while opening up my program and
running the scripts
> A<-read.table("C:\\Documents and Settings\\
+ me\\Desktop\\TESI\\generale.txt",head=T)
Errore: non trovo la funzione "read.table" #CAN'T FIND read.table
FUNTION!!!??? ARE WE ok???
>
> B<-read.table("C:\\Documents and Settings\\
+
2017 May 15
3
join W10-PCs to NT4-based samba-domain?
As you may remember I went through a classic-upgrade a few months ago.
I have a second domain to migrate and I am again/still scared to attack
that ;-)
As I prepare my test VM and try to remember all those details the
customer has purchase 2 new Windows 10 PCs and I was asked to take them
into production.
Is there a way to join them to the existing NT4-based Samba-domain or not?
I find various
2011 Oct 18
4
Better solution for puppet SVN releases
Hi,
we are currently managing our puppet modules with one SVN workspace for each
admin.
The post commit hook script updates /etc/puppet/ directory and triggers the
puppet kick of the correct server.
The problem we have with this solution is that sometimes there are many
small checkins to one change, because the admin forgot to change small
details in the config file, e.g. forgot to change
2011 Aug 22
2
[LLVMdev] Reviving the new LLVM concurrency model
On Mon, Aug 22, 2011 at 9:55 AM, Jianzhou Zhao <jianzhou at seas.upenn.edu> wrote:
> In the definition of 'monotonic' ordering,
> ... "If an address is written monotonically by one thread, and other
> threads monotonically read that address repeatedly, the other threads
> must eventually see the write"...
It's supposed to mean that if you have a something
2011 Aug 22
4
[LLVMdev] Reviving the new LLVM concurrency model
On Mon, Aug 22, 2011 at 11:17 AM, Jianzhou Zhao <jianzhou at seas.upenn.edu> wrote:
> On Mon, Aug 22, 2011 at 1:02 PM, Eli Friedman <eli.friedman at gmail.com> wrote:
>> On Mon, Aug 22, 2011 at 9:55 AM, Jianzhou Zhao <jianzhou at seas.upenn.edu> wrote:
>>> In the definition of 'monotonic' ordering,
>>> ... "If an address is written