similar to: comparisons

Displaying 20 results from an estimated 800 matches similar to: "comparisons"

2010 Jul 14
2
R's Data Dredging Philosophy for Distribution Fitting
Forum, I'm a grad student in Civil Eng, took some Stats classes that required students learn R, and I have since taken to R and use it for as much as I can. Back in my lab/office, many of my fellow grad students still use proprietary software at the behest of advisers who are familiar with the recommended software (Statistica, @Risk (Excel Add-on), etc). I have spent a lot of time learning
2009 Nov 26
1
password expiration problem
Greetings. I have problem with password expiration problem i cannot handle myself, so i wrote in this list. Recently i discovered that a newly created samba account has already expired password. smbldap-useradd -a -d /home/tommy -G education -s /bin/bash -M tommy -c "Tommy T." tommy smbldap-passwd tommy getent shadow user:*:::::::0 user2:*:::::::0 user3:*:::365::::0
2009 Aug 14
7
"sudo gem install rails" not able to install thin dependency
Hi folks, I''m having trouble getting gems to install rails. It just keeps asking me which version of thin I want to install. Until I choose skip or cancel, in which case I''m told that something has gone wrong. Any advice? Thanks kindly, Tommy PS: Gems is 0.94. --------------------------------------------------------------------- tommy@tommy-laptop:~/www/blog$ sudo gem
2002 Sep 10
1
Fw: Problem joing a W2KSP1 client to a Samba PDC (2.2.5).
The Virus controllers wouldn't let me send the attachment... ----- Original Message ----- From: "Trevor Fraser" <trevor@systematic.co.za> To: "Tommy Eriksson" <tommy.eriksson@ctakt.com> Cc: <samba@lists.samba.org> Sent: Tuesday, September 10, 2002 6:32 PM Subject: Re: [Samba] Problem joing a W2KSP1 client to a Samba PDC (2.2.5). > Hi Tommy. > >
2003 Jun 24
4
cumulative frequency distribution plot
Does R do cumulative frequency distribution plots? -- Tommy E. Cathey, Senior Scientific Application Consultant High Performance Computing & Scientific Visualization SAIC, Supporting the EPA Research Triangle Park, NC 919-541-1500 EMail: cathey.tommy at epa.gov My e-mail does not reflect the opinion of SAIC or the EPA. Federal Contact - John B. Smith 919-541-1087 - smith.johnb at epa.gov
2002 Sep 10
1
Problem joing a W2KSP1 client to a Samba PDC (2.2.5).
Hi, I'am running a small samba server at work with 10+ users in the domain (all of them added with W2KSP1 and 2.2.3 or 2.2.4). I uppgraded to 2.2.5 a while back and has not experienced any problem with it, but when I try to add a newly installed W2KSP1 client to the domain I get the following entries in the log file: Sep 10 13:29:55 linus smbd[17681]: [2002/09/10 13:29:55, 0]
2001 Mar 03
1
Need help building wine
I recently downloaded the wine source from codeweavers.com that is supposed to have openGL support. I dont have yacc, so i tried to substitute bison. bison installed right, but flex cant find it and so wont compile, so in short i cant compile the wine source any ideas? Thanks in advance, Tommy
2003 Jan 08
3
Access to internet execpt some subnets
Hello Shorewall users I have a firewall based on RedHat 8.0 and Shorewall. I have 2 interfaces, with 2 ip address on the loc interface, the connection to the internet runs through my company''s network with an ADSL/MPLS line. I need to configure my Shorewall with the possiblity to deny some users'' access to the ''net'' for some subnet. Ex. my son''s
2010 Dec 01
12
Fsck, parent transid verify failed
Hi folks! Been using btrfs for quite a while now, worked great until now. Got power-loss on my machine and now i have the "parent transid verify failed on X wanted X found X" problem. So I can''t get it to mount. My btrfs is spread over sda (2tb), sdc(2tb), sdd(1tb). Is this something that an offline fsck could fix ? If so is the fsck-util being developed ? Is there a way to
2002 Nov 05
2
Retaining ownership of files
Hi I want users to edit each other files, but not having the ownership changed at all I.e. user1 create a word doc, user2 can edit it, but the ownership is not changed to user2. force create mode force directory mode force user force group I know of these , but our share have tons of dirs with files that have different users and groups, 60+ developers working together. Are there any new
2002 Jan 03
1
tc class show problem with HTB ?
Hi! I''m using 2.4.17 + htb2_2.4.16.diff now. But I found the tc class show command won''t show the correct infomation like before... I got something like: # tc -s -d class show dev eth0 class htb 1: parent 1: class htb 1: parent 1: class htb 1: parent 1: class htb 1: parent 1: class htb 1: parent 1: class htb 1: parent 1: class htb 1: parent 1: # tc -s qdisc
2018 Oct 06
2
Dovecot -v 2.2.27 (c0f36b0): Outgoing mail server fails
Hello Everyone, I'm having an issue with a recent install of postfix and Dovecot. I can authenticate without any issues for "incoming" mail server, but when I attempt to send an email from the account my client gives an auth error. the server shows that I was authed using plain-auth, which I would also like to change as these machines are accross the open internet. Any help would
2013 Apr 18
4
fact_stomp_server
Does anyone have any insight into this error message? err: Could not retrieve catalog from remote server: Error 400 on SERVER: The fact named fact_stomp_server does not appear to be a valid hostname. The value of '''' does not match ''^[a-zA-Z0-9.-]+$''. A common cause of this problem is running puppet agent as a normal user instead of root, or the fact is
2020 Jul 30
3
Seeding non-R RNG with numbers from R's RNG stream
Thank you for this. I'd like to be sure I understand the intuition correctly. Is the following true from what you said? I can just fix the seed at the C++ level and the results will still be (pseudo) random because the initialization at the R level is (pseudo) random. On Thu, Jul 30, 2020 at 3:36 PM Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > I wouldn't trust the C++
2005 Aug 21
2
perl-cpan
Dear list, I was installing Asterisk via the AMP method off the AMP website. There is a portion in there where they want you to use perl-cpan to install telnet. The first time I installed I had no problem. I messed up and trashed the box further down in the install.. This time I made a mistake and put a -jp3 switch for multi processors. This has caused the install of telnet tank. I found
2009 Nov 20
3
[LLVMdev] llvm code working on linux but not mac, 64 bit problem?
Hi, Learning the ropes of LLVM. I have this simple LLVM assembly snippet which compiles/runs fine in Ubuntu but won't work on snow leopard. Somehow related to 64-bit? Anyone else experience this? llvm-as if.ll llc -f if.bc gcc -o if if.s ld: 32-bit pointer out of range in _main from /var/folders/TY/TYHT2tSJEcaVdUEWeuX5P++++TI/-Tmp-//cck44HlB.o collect2: ld returned 1 exit status --------
2018 Oct 06
1
Dovecot -v 2.2.27 (c0f36b0): Outgoing mail server fails
An embedded and charset-unspecified text was scrubbed... Name: dovecot-n.txt URL: <https://dovecot.org/pipermail/dovecot/attachments/20181006/0f099ba8/attachment-0002.txt> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: dovecotLog2.txt URL: <https://dovecot.org/pipermail/dovecot/attachments/20181006/0f099ba8/attachment-0003.txt>
2001 Mar 05
2
Help a newbie with wine?
I recently downloaded the wine tarball from codeweavers (ver. 20001026) and ran the config script. It gave me an error saying that i needed to have the Xfree86 dev files and xpm. I installed both off of my mandrake cd's and it still gives the same error. any suggestions? Thanks in advance Tommy
2005 Sep 11
2
Asterisk and AMP installed now what?
Ladies and Gentleman, I have setup Asterisk and AMP. They are working with out error. But now I need to get everything going. I have Voicepluse and they give sample iax.conf and extensions.conf files but that does me a little good as I am using AMP. Is there some docs somewhere on how to confgure once I have AMP up and running? I am not a telephony guy and alot of this looks like greek to
2014 May 21
3
Dovecot pam
Hello! How can I disable passdb { driver = pam } in /etc/dovecot/conf.d/auth-system.conf.ext from file /etc/dovecot/local.conf. I have postfix and dovecot set up to only use virtual users. I'd rather do all the configuration in local.conf if possible. My doveconf-n # 2.2.9: /etc/dovecot/dovecot.conf # OS: Linux 3.13.0-24-generic x86_64 Ubuntu 14.04 LTS auth_failure_delay = 5 secs