similar to: getting started on MacOS X

Displaying 20 results from an estimated 3000 matches similar to: "getting started on MacOS X"

2006 Apr 12
1
Any case studies available for RoR implementation?
Hi, I am doing a research project on application frameworks (specifically the evaluation and selection of) and Rails is one of the key frameworks I am evaluating. Does anyone know of any case studies on RoR out on the Internet? Is anyone prepared to write up a case study for me on a project that succeeded thanks to the structure and dynamism of Rails? Only needs to be 1 page. Anyone who
2004 Sep 06
4
100% CPU utilisation
Dovecot (0.9.11) consumes 100% CPU utilisation when accessing (either pop or imap) one of my mailboxes. It doesn''t happen with other mailboxes. The mailbox has about 500 mails while others have many more. They are all in mbox format. OS: OpenBSD-3.5 with all patches MTA: Sendmail-8.12.11 It happened with other RCs of dovecot-0.9.11 Configured as: ./configure --without-pam
2004 Sep 02
1
File isn''t in mbox format: /var/mail/user1
I lately see lots of message like this in my maillog: Sep 1 11:12:31 onion pop3-login: Login: user1 [203.11.35.29] Sep 1 11:12:31 onion pop3(tekciz): File isn''t in mbox format: /var/mail/user1 Sep 1 11:12:31 onion pop3(tekciz): File isn''t in mbox format: /var/mail/user1 Sep 1 11:12:31 onion pop3: I/O leak: 0x1c00881c (0) Sep 1 11:12:31 onion pop3: I/O leak: 0x1c034f1c (1)
2004 Sep 02
1
UPDATE: File isn''t in mbox format: /var/mail/user1
> -----Original Message----- > From: dovecot-bounces@dovecot.org > [mailto:dovecot-bounces@dovecot.org]On > Behalf Of Zoong Pham > Sent: Thursday, 2 September 2004 4:09 PM > To: dovecot@dovecot.org > Subject: [Dovecot] File isn''t in mbox format: /var/mail/user1 > > I lately see lots of message like this in my maillog: > > Sep 1 11:12:31 onion pop3-login:
2010 Nov 05
3
ZFS vs mpxio vs cfgadm in Solaris.
Folks, I''m trying to figure out whether we should give ZFS / mpxio a shot on one of our research servers, or simply skip it (as we have previously). In Nov 2009 Cindy responded to a thread concerning ZFS device issues, cfgadm, and mpxio: http://mail.opensolaris.org/pipermail/zfs-discuss/2009-November/033496.html I''ve got an x2270 with the Sun EZ-SAS HBA and external SATA
2002 Mar 12
2
problem with environment detecting
Hello! I want to detect some environment on a remote host (in C program, getenv()), but it is failed. Here is a little program which I try to run on a remote host with command: "#ssh myhost myecho" /* myecho */ #include <stdio.h> main (){ char *dir; if ((dir = getenv("MYDIR")) != NULL) printf ("environment is %s\n",dir);
2008 Mar 14
2
Multiple should_receive(:render).with
I''m trying to specify that a particular view must render two different partials. My spec looks like: describe AClass do it do template.should_receive(:render).with(:partial => ''foo'', :locals => { ... }) ... end describe ''some conditional case'' do it do template.should_receive(:render).with(:partial =>
2004 Sep 02
4
0.99.11-rc2
http://dovecot.org/rc/ Changes since rc1: + Create PID file in /var/run/dovecot/master.pid - THREAD and SORT commands crashed with some mails If nothing new comes up, this is the final release tomorrow. -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part URL:
2010 Sep 29
2
repeat a function
I have R randomly sampling my array made up of 2 columns of data. Here is my code randomly sampling 5 different rows from my dataset to create a new dataset of 8 rows of data: testdat<-growth[sample(5,8,replace=T),] Now I want to tell R to repeat this function 50 times and give me the output. I have been searching the internet and have been unable to figure this out. Any advice
2010 Sep 29
2
need help with ramdomly sampling some data
I am trying to get R to randomly select values from my dataset (i.e. bootstrapping) with replacement. However, my attempts at this have been unsuccessful. Here is a basic example of what I am doing: I have a data vector of 8 values (i.e. data= 2,5,9,4,5,6,7,8). I used the sample function and it worked. However, it only repeated my values in the exact same order as the dataset. It did not
2004 Aug 10
2
Newbie about Mbox or Maildir
Hi, Thanks in advance. I am not sure if my system is setup to use 'mbox' or 'maildir'. How do I find this out? I am running an OpenBSD (v3.5) box with an Intel P3 motherboard. I have installed the OpenBSD port of Dovecot (0.99.10) and have manually started dovecot and configured the ssl certificates as per the documentation. As far as I can tell there is no problems but I am
2010 Sep 29
2
fitting model to resampled data
I apologize if this comes across as confusing. I will try to explain my situation as best I can. I have R bootstrapping my growth data for fish. It's resampling my database of age and length data and then produces several new datasets for me. In this case, it's resampling my data to create three new datasets of age and length data. Here is my code with my original data called
2010 Sep 29
2
resampling issue
I am trying to get R to resample my dataset of two columns of age and length data for fish. I got it to work, but it is not resampling every replicate. Instead, it resamples my data once and then repeated it 5 times. Here is my dataset of 9 fish samples with an age and length for each one: Age Length 2 200 5 450 6 600 7 702 8 798 5 453 4 399 1 120 2 202 Here is my code which resamples my
2015 Jan 11
5
Design changes are done in Fedora
On Fri, January 9, 2015 17:36, John R Pierce wrote: > On 1/9/2015 2:32 PM, Always Learning wrote: >> Enterprise, in the RHEL context, suggests stability or have I >> misunderstood the USA definition of "Enterprise" ? > > > Enterprise to me implies large business Enterprise literally means 'undertaking'. It has been used euphemistically since the later
2006 Mar 24
10
Running Rails tasks by schedule, instead of an HTTP request.
Hi there I''m considering Rails for a new web-application planned to be built from scratch. The application has an extensive web front, and in fact most of the application is interfaced through that front and engaged through clients'' HTTP requests (i.e. the conventional way web-applications and "dynamic web-sites" work). However, some essential parts are supposed to
2004 Feb 07
1
Another product that uses vorbis
I recently downloaded the Uru demo here: http://www.3dgamers.com/games/uru/ It's the 4th iteration in the Myst series. It appears that all their environmental sounds are compressed with Vorbis. When the game installs it creates a directory full of .ogg files that play just fine. While most of the sounds are footsteps and water splashes, the Southwestern-flavored guitar loop which plays
2019 May 14
1
Graceful dovecot reload for LE certificate renewals
Hi Dovecot-gurus With the introduction of LE certificates the certificate renewal cycle is a lot faster, unfortunately even a "dovecot reload" cuts the existing connections when doing the cert updates, which is quite frustrating - and yes most clients automatically reconnect but still... Is any work going into implementing a more ?graceful reload? for dovecot like the one for nginx
2005 Jun 23
1
Microcode error
/etc/init.d/microcode_ctl start /etc/init.d/microcode_ctl: microcode device /dev/cpu/microcode doesn't exist? This is on a clean install from the 4.1 x86 ISO. This is the 2nd box that is reporting this error. Adam Breaux Sr. Network Administrator Domain Bank, Inc. 23 W 4th St. Bethlehem, PA 18015 Phone: 610.317.9606 Fax: 610.317.9570 abreaux at domainbank.com
2005 Jul 11
4
Red Hat Cluster Suite
Is there an equivalent for CentOS? Adam Breaux Sr. Network Administrator Domain Bank, Inc. 23 W 4th St. Bethlehem, PA 18015 Phone: 610.317.9606 Fax: 610.317.9570 abreaux at domainbank.com http://www.domainbank.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Mar 03
0
Schedule and Conference Highlights for San Diego Data Mining Conference, March 30-31, San Diego, CA
DATA MINING 2006 CONFERENCE sponsored by Salford Systems San Diego, California: March 30 - March 31, 2006 (with a Welcome Reception on March 29th at 6PM) Two Full Days of Real-World Case Study Presentations Schedule: www.salforddatamining.com/docs/schedule06.pdf <http://www.salforddatamining.com/docs/schedule06.pdf> *Conference Highlights:* * State-of-the-Art Research from Leading