search for: neilw

Displaying 16 results from an estimated 16 matches for "neilw".

Did you mean: neil
2006 Mar 29
2
[Fwd: Imap Timeouts]
Hi guys, So is there resolution to my query below? Is this a bug in beta3? Thanks. Neil -------- Original Message -------- Subject: Imap Timeouts Date: Wed, 22 Mar 2006 16:56:21 +0200 From: Neil Wilson <neilw at dcdata.co.za> To: dovecot at dovecot.org Hi guys, I've got a client running 1.0.beta3 on SuSe 9.3 Everything has been running perfectly since it was installed about 6 months ago, but lately they've had issues with email clients not being able to connect to the IMAP server, until th...
2006 Jun 16
15
Mongrel_rails restart and sudo
Sorry for the newbie question but I''m stumped: I have an app that requires sudo to run mongrel_rails. For my capistrano recipe is do it like this: sudo "mongrel_rails start -e production -p #{application_port} -d -c #{current_path}" Which works famously. Now I have tried several things for my restart task. Here they are: sudo "cd #{current_path} && sudo
2006 Jul 10
7
Rails app in a subdirectory via Mongrel
I''m trying to make Mongrel the default web server for Typo, but I''m running into a problem. Is there an easy way to run a Rails app in a subdirectory ( http://foo/blog instead of http://foo/) with Mongrel? For most apps, I''d just change routes.rb to include the prefix that I wanted, but that won''t really work with Typo--I''d rather not require a few
2006 Apr 06
4
Square One QP1010
Hi guys, Please bare with me, as this is my first attempt at setting up a UPS under Linux. I've been trying to setup a UPS on one of my clients servers. The model of the UPS is a Square one QP1000/QP1010 1Kva I've looked on the following link http://eu1.networkupstools.org/compat/stable.html It says that it should be compatible with the "powermust" driver, then in my
2007 Aug 29
0
Viewport size Q for those with a widescreen Mac.
...widescreen display you get a viewport of 1260x570 on Firefox and 1258x652 on IE7. If you''ve got a Mac and can measure this for me in 1280x800 mode, I''d be very grateful. If you''re resolution is higher than this I''d be even more interested in the results. Rgs NeilW --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2006 Jun 05
2
Mongrel Rails - default URI
Is there any particular reason why mongrel rails hard codes ''/'' as the URI it registers as the URI node? If not would there be any objection to a patch that allows you to specify it as an option? -- Neil Wilson (neil at aldur.co.uk) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Sep 21
2
[Fwd: Re: acl permissions not staying]
Please if anyone has any info... Neil Wilson wrote: > Hi guys, > > I've got a problem where if I set permissions on a folder(Admin) > "setfacl -R -d -m u::rwx,g::wrx,o::- Admin/" and "setfacl -m o:- Admin" > > I get the following. > > mail:/data/samba/shared # getfacl Admin/ > # file: Admin > # owner: BCP+administrator > # group: samba
2006 Feb 19
4
Why is configuration in YAML and not Ruby?
...#39;', etc... } plus whatever syntactic sugar is required to get the thing in the right place. I know it doesn''t matter. I''m just trying to understand the logic or history behind it. At the moment it seems a bit of an anathema in an otherwise elegant structure. Regards NeilW -- Posted via http://www.ruby-forum.com/.
2006 Mar 08
4
Creatulator: Before I go and make it myself, does this exist...
Basically, on thing that annoys me to no end is that I am constantly having to add things to my model that could just be reflected out by the active record. I use PortGres exclusivly, and I know that there are ways to ask the database things like, "what is the primary key" "what relation does this foreign key belong to" etc... So what I am about to go and write myself is a
2006 Jul 19
30
I am a newbie and I would like some help deciding what operating system
I would like first to introduce my self to the community. I am Steve Beyer and I am interested in learning Ruby, ROR, and how to set up a production server. I am going to use OSX for my client/developement system but I would like to get some advice on what operating system you would recommend for a production server. I want to use Mongrel to start and then move up the ladder as my
2007 May 29
22
Rails doesn't scale because RI/transactions in app not db!!!
Not that I have your attention! :P I''ve been having a discussion with a respected colleague here: http://phpbuilder.com/board/showthread.php?t=10340411 (Rails vs. PHP) He''s basically saying that Rails won''t be able to scale because referential integrity and tranactions are done in the application rather than the database. Please read the referenced thread for much more
2006 Feb 06
1
Out of memory problem
Hi guys, Running SuSe 9.3 with dovecot 1.0.alpha3 source installation. One of the users has quite a lot of important email in a folder, but when he trys to view this folder, it either sits and waits, and then times out, or just logs out straight away. Looking in the log(/var/log/mail), I'm getting the following error. Feb 6 09:22:08 mail postfix/qmgr[27221]: 198B96D1CE: removed Feb 6
2006 Mar 22
1
Imap Timeouts
Hi guys, I've got a client running 1.0.beta3 on SuSe 9.3 Everything has been running perfectly since it was installed about 6 months ago, but lately they've had issues with email clients not being able to connect to the IMAP server, until they close their clients(Thunderbird & Outlook) and then re-open them. They have roughly 70 users on their network, so it sounds like it could
2006 Jun 26
1
Dovecot with Imp problems
Hi guys, I've run into a strange problem using beta 8 and beta 9 when using the latest version of Horde/IMP Through IMP, I can see that there are messages in the maildir on the sidemenu(popup menu) but the emails don't show in my actual inbox. I thought this was an IMP problem, but then I downgraded to dovecot 99 series RPM and this resolved the problem. I was seeing the following
2007 Sep 05
1
dovecot/postfix+vda
Hi guys, Been fighting with postfix+vda/dovecot/ My postfix delivers the emails to /vmail/ which is owned by user maild:users 501(uid):100(gid) without any problems. When I... # telnet localhost 110 +OK Dovecot ready. user samichand +OK pass wordpass +OK Logged in. -ERR [IN-USE] Couldn't open INBOX: Internal error occurred. Refer to server log for more information. [2007-09-05 16:32:52]
2007 Sep 20
2
acl permissions not staying
Hi guys, I've got a problem where if I set permissions on a folder(Admin) "setfacl -R -d -m u::rwx,g::wrx,o::- Admin/" and "setfacl -m o:- Admin" I get the following. mail:/data/samba/shared # getfacl Admin/ # file: Admin # owner: BCP+administrator # group: samba user::rwx user:samba:rwx group::rwx group:BCP+admin:r-x mask::rwx other::--- default:user::rwx