similar to: T-test by groups

Displaying 20 results from an estimated 120 matches similar to: "T-test by groups"

2016 Mar 31
1
samba 3.6 client signing
Hi We have 2 servers running samba 1 is linux 7 /samba 4.2.3 1 is linux 6 /samba 3.6.23-25.0.1 Both are joined to a Windows Domain Both use ADS for security (we use CAC on the client) Recently users of the samba 3.6 shares have been having trouble connecting The issue seems to be theclient registry setting :
2009 Apr 16
2
Question about BUILTIN\Administrators and BUILTIN\Users nested groups in 3.3.3
Sorry about the dumb question: Are the "BUILTIN\Administrators" and "BUILTIN\Users" local (nested) groups supposed to be populated with DOMAINNAME\Domain Administrators and DOMAINNAME\Domain Users (respectively) by default? If I download the Redhat Samba package, they are populated. Not so with a compiled version. I've had a helluva time populating BUILTIN\Administrators
2012 Dec 10
3
use variable in for loop to name output files
Hi, This question should be simple to answer. I am a new R user. I have a data.frame called appended. I would like to break it into 7 smaller datasets based on the value of a categorical variable dp (which has values 1:7). I would like to name the smaller datasets set1, set2, set3,....,set7. I don't know how to refer to the variable in the for loop, when naming the output datasets. In STATA
2009 Mar 24
0
" Failed to connect to IPC$ share on localhost" when running the "net rpc group add" command.
Probably an easy one for most of you: I'm trying to create nested groups on my Samba server. When running "net rpc group add" I am prompted for my root password and receive the error: "Failed to connect to IPC$ share on localhost". When I use my other login I receive: # net rpc group add Admins -L -U bill Enter bill's password: Failed to add alias 'Admins'
2009 Apr 14
3
CIFS hang
I have a Proliant running Red Hat with the 2.6.9-5.ELsmp kernel. We have a Windows 2000 Server who's secondary disc drive is mounted on the Linux box via CIFS using the following command: /sbin/mount.cifs //w2000/docs /var/www/documents -o dir_mode=0777,file_mode=0444,gid=100,uid=501,username=winuser,password=winpass From time to time, for whatever reason, the Windows 2000 Server
2004 Jan 14
1
gpg: public key not found
Quick question: I was trying to verify signature file rsync-2.6.0.tar.gz.sig for latest version or rsync and am getting: gpg: Signature made Thu Jan 01 11:14:08 2004 PST using DSA key ID 4B96A8C5 gpg: Can't check signature: public key not found I've checked for this key id but have not found it. Yes I have imported samba-pubkey.asc but still not go... Thanks in advance, Dave G.
1998 Aug 03
2
How do I start smb automatically on Solaris?
What is the best way to automatically start smb upon reboot on Solaris 2.6? Thanks in advance, Doug Smith
1998 Jul 17
3
9GB Drives Show Up as 4GB
In NT Explorer, my 9GB usr shares show up as 4GB. Any suggestions? Doug Smith
2006 May 17
2
Justifying R to anti open-source management
Hi I apologise for this question as it really must be a FAQ. Unfortunately, I can't find the answer and I'm tired of looking at endless google results A colleague of mine works for a state government department that has a policy against open source software or software tainted by open source. Other government departments in the same state use R but this particular department is driven
2009 Aug 27
0
Universal Services Fund taxes now apply to VoIP end-users.
From: http://www.usac.org/_res/documents/hc/pdf/training-2009/USAC-USF-overview.pdf -The FCC now requires all VoIP telecom providers terminating and originating to the PSTN to charge Universal Services Fund tax to end user customers. -USF is 8.4% of revenue for VoIP Telco's. -Last year USAC collected and dispersed seven BILLION dollars for libraries, rural health care centers, high cost
2011 Nov 17
3
Opus for audiobooks etc
I know the focus for Opus is low delay, but I've been watching its development with interest because of the potential for audiobook/podcast use, where latency is practically irrelevant. I hear the upcoming USAC codec will give good results for this niche (though listening test results don't seem to be available to the public yet), but I also hear it'll be extremely patent
2007 Dec 13
1
mod_proxy_balancer mod_rewrite permission issue
I started the mongrel_cluster and tried to use the RewriteRule to forward the requests to proxy_balancer just as the http://mongrel.rubyforge.org/docs/apache.html said. When I visited my site from a remote computer, I always got the error messages "Forbidden, You don''t have permission to access / on this server." Finally, I added the "Allow from all" property (in the
2004 Jun 13
1
intermittent access this week
Hey team, I'll be at sea on and off this week, and as such my Internet access will depend on wifi availability while in port. 22a seems stable, but if any critical problems arise, feel free to prepare a release and bug Alfie to upload it. On the brighter side, I expect to be extremely bored while offline so I'll probably get some logcheck work done. <: Cheers, -- [ Todd J.
2004 Jul 12
0
[patch] logtail recheck permissions of offset files
hi before checking in that chown fix, i wanted you to take a look. tested on my workstation. basicaly the patch takes care that logtail saves the offset file with the correct permissions. when playing around lately with file tampering and those invoking logcheck as root. i got similar output to #253998 Alfie may point out that i should not invoke logcheck as root, but i better fix that before
2006 Mar 13
0
Call Parking Grandstream
I have an asterisk setup using asterisk 1.2.4 and a mix of grandstream phones - BT 102 and GXP 200. The problem I having is with call parking. Isn't it suppose to announce the extension where the call is being parked to the person parking the call at the time the call is being parked. How ever in my setup I hear nothing but if I dial the default parked extension I get back the call. Am
2017 May 15
1
Frauenhofer signing off on mp3, ogg stream player for Macs?
If Icecast2 works fine with AAC, shouldn't that be mentioned in the documentation? -- That Jack Elliott (541) 848 7021 KPOV 88.9 FM High Desert Community radio Producer, The Wednesday Point Host, The Sunday Classics On 5/15/2017 3:13 PM, Richard G Elen wrote: > You can send AAC-HE from a streaming client (LadioCast on Mac for > example) to an Icecast server and it'll broadcast
2005 Jan 16
1
Re: Bug#181699: #181699 Re: #181699 wine: vague error message: "dramatically effect" in what way?
What really matters is not whether Wine has a Windows drive and filesystem to sit on top of, but whether or not Wine can use native Windows DLLs instead of its builtin ones. Some DLLs in Wine are so perfect that they can be used in Windows - no benefit will be gained from running an app that uses these natively. Some of Wine's DLLs are buggy or incomplete - using stock native Windows ones
2013 Mar 13
1
Registering method for "t.test"
Dear R-developers, in a new package, I'm currently working on, I tried to add a new method to function "t.test". The new class, on which the method is based, is called "speclib", so I defined the funcion for the new method as "t.test.speclib". R CMD check now gives always a warning, that S3 methods are not consistent, because R does not recognize that the
2004 Jul 09
5
RE: the "cisco vs. Linux" thread
FYI this topic has been covered on the Zebra and Quagga lists - hardware processors, memory, NICs, etc - software OS (Linux, *BSD), drivers, etc I''ve been running a couple of Linux routers for about 2 years now, I''m using them as core routers so I bought a couple of rackmount "server" boxes with redundant PSUs and h/w RAID (1) for hotswap disks. I''m using
2010 May 14
2
Local Filesystem Access
Is it possible for processes on a glusterfs server to read and write to files that are exported, like with NFS. And if so how does this affect replication? Thanks.