search for: scharf

Displaying 20 results from an estimated 22 matches for "scharf".

2005 Mar 31
2
new to dovecot, dealing with MH foders
...st copying one of the small top level directories under ~/Maildir, but my MUA (mulberry) doesn't see it. So how do I get dovecot to see things other than the inbox in maildir format? How can I easily test to see if it's dovecot's problem or the MUA? thanks for any help, jerry Jerry Scharf laguna way consulting
2007 Mar 05
2
Promise Ultra133TX2?
Has anyone made the Promise Ultra133TX2 2-port PCI<->IDE card work with Solaris x86 11/06? I''ve seen some references to the Ultra100TX2, but it doesn''t seem to refer to the version that I''m using. Thanks, -Luke -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3271 bytes
2006 Feb 15
12
Does your *shared* hosting account work without errors?
Does your *shared* hosting account work without errors? I''m interested in both positive and negative reports. If you are willing, please contribute - name of the hosting service - how long you have used them - your experience ("flawless!", "it''s crap!") You *do not* need to reply saying your VPS service works great. This is about *shared* hosting
2006 Feb 15
5
strange behavior with has_many and size
Here is a "ruby script/console" session verbatim which will explain the problem. Bear in mind that nothing is changing the database behind the scenes at any time. topics is a has_many relationship of Sponsor. >> s = Sponsor.find(3) => #<Sponsor:0x22fd804 @attributes={... >> s.topics.size => 1 >> l = s.topics => [#<Topic:0x22d3fa4 @attributes={...
2006 Feb 16
2
simple association question
I have two models, Donor and Contribution, and have has_many and belongs_to set respectively. My question is regarding creation of associated objects. I''ll let the code speak: me = Donor.find(1) contribution = me.contributions.create do |e| e.amount = 164.00 e.category = Category.find(1) end I thought this was valid, but it doesn''t work properly - it appears to
2006 Apr 20
5
How to find the last SQL statement executed in ActiveRecord
Is there a method for retrieving the last SQL statement executed by ActiveRecord? I realize I can open the log file, but I''m looking for a programmatic way. -- Posted via http://www.ruby-forum.com/.
2004 Dec 19
0
[2.6 patch] remove outdated smbfs ChangeLog
...et.de> - - * proc.c: Correct rsize/wsize computation for readX/writeX - -2001-0?-?? Urban Widmark <urban@teststation.com> - - * *.c: Add LFS - * *.c: Move to a "driver" style handling of different servertypes. - (Not all operations are done this way. yet.) -2001-12-31 Ren? Scharfe <l.s.r@web.de> - - * inode.c: added smb_show_options to show mount options in /proc/mounts - * inode.c, getopt.c, getopt.h: merged flag and has_arg in struct option - * inode.c: use S_IRWXUGO where appropriate - -2001-12-22 Urban Widmark <urban@teststation.com> - - * file.c, proc.c: Fi...
2005 Jan 08
0
[2.6 patch] remove outdated smbfs ChangeLog (fwd)
...et.de> - - * proc.c: Correct rsize/wsize computation for readX/writeX - -2001-0?-?? Urban Widmark <urban@teststation.com> - - * *.c: Add LFS - * *.c: Move to a "driver" style handling of different servertypes. - (Not all operations are done this way. yet.) -2001-12-31 Ren? Scharfe <l.s.r@web.de> - - * inode.c: added smb_show_options to show mount options in /proc/mounts - * inode.c, getopt.c, getopt.h: merged flag and has_arg in struct option - * inode.c: use S_IRWXUGO where appropriate - -2001-12-22 Urban Widmark <urban@teststation.com> - - * file.c, proc.c: Fi...
2002 Jul 18
0
weights in quantile regression
...o estimate the upper quartile in a scatterplot of demographic rates against rainfall in a small mammal population. The data looks like this: | |* * <- point in question |* |* * |* * |* * * |* * * * * * |_______________________________________ Based on a paper by Scharf et al. in Ecology (vol 79, p448) I am trying to use the qreg package in R to estimate the upper quartile in the data. My problem is that I have relatively few data points (~40) which are mostly distributed at the low end of the x axis, and an outlier in the y direction at the high end of the x axi...
2005 Apr 03
1
Nested folders
I would like to have nested folders that users could create from their MUA. The problem is that I cannot create sub folders either through the MUA or by hand on the server side. I can make folders that are not the subfolder of anything. I have an Inbox, Mailing Lists, Spam, Trash, etc. But I cannot create subfolders of these. For example, I would like a subfolder under Mailing Lists for each
2006 Feb 16
1
validations with associated object
Does anyone know if Rails is supposed to validate associated objects on creation? Say you have a User model, with has_many posts, and a Post model which belongs_to user. Further, the Post model has a validates_uniqueness_of :title. u = User.find(1) # this should pass u.posts.create :title => ''my new post title'' # this should fail u.posts.create :title => ''my
2006 Feb 11
4
Helpful resources for averyone
Hi all - just a quick one - Ive been reading through a lot of these posts and notice a lot of people looking for resouces ie Tutorials etc, well I have recently signed up for the new Rubyforums.co.uk which promises to be a great source of info for us all, they already have some neat stuff on there which I have used myself and am very happy with so i just thought it the good thing to do by
2007 Mar 19
1
Re: [OT] Kalorio unter Linux zum Laufen bringen
...\-PE 7bc10000-7bc83000 \ ntdll ELF 7bf00000-7bf03000 Deferred <wine-loader> Threads: process tid prio (all id:s are in hex) 00000008 (D) C:\Programme\Kalorio\Kalorio.exe 00000009 0 <== ------------- -- Gru? Pedro www.hotsauce.de Scharfe Chilis, teuflische Saucen & feurige Rezepte www.w-c-fields.de "Never give a sucker an even break."
2008 May 22
5
Configuring svc:/system/xvm/domains?
I''m running Xen on Nexenta Core, and I haven''t yet figured out how to control which DomU''s are started with svcadm enable svc:/system/xvm/domains:default. virsh doesn''t seem to be available with Nexenta Core, so I''d rather edit the configuration files by hand. However, I''ve found neither OpenSolaris or Nexenta documentation on how this is
2007 Apr 02
4
Convert raidz
Hi Is it possible to convert live 3 disks zpool from raidz to raidz2 And is it possible to add 1 new disk to raidz configuration without backups and recreating zpool from cratch. Thanks This message posted from opensolaris.org
2006 Aug 02
7
form_for not working with Markaby
I''m playing around with Markaby and I decided to write a little blog app. I''m running into issues with forms however. If I use form_for the output of the form gets swallowed. For example: form_for :article, @article do |f| f.text_field :title f.check_box :published f.text_area :description f.text_field :pub_date f.text_area :content end gets rendered as an empty form
2007 Feb 06
6
Advice on a cheap home NAS machine using ZFS
Hi all,<br> <br> So I am new here (both using Solaris and also posting on this forum) and I need<br> some advice.<br> I have a plan on making a machine set up as a Network Storage Server and I just<br> want some of your recommendations and opinions on how to go about this.<br> <br> I do a lot of video editing of DV files and want to be able to store them
2008 Jun 02
29
ZFS Hardware Check, OS X Compatibility, NEWBIE!!
This is my first post here, and i hope it is ok that i posted in this thread. I have been doing a bit of reading on the solaris platforms, and seem to be inclined to try out the open solaris os or solaris 10. My only worry is that my lack of knowledge with the command line may make this difficult regarding trouble shooting. It seems fairly straighforward creating zpools etc, but maybe nexenta is
2007 Mar 27
18
Textile Editor Plugin v0.1
The Textile Editor Helper (TEH) is a Javascript-based text formatting toolbar that will be added to all of your text areas that utilize the TEH feature. TEH was developed to provide a more WYSIWYG-ish option for users of our Rails CMS called slate while still letting us use Textile. ====================== = So what are the features? ====================== These are a list of the current features
2006 Feb 17
0
SQL Server pains
I recently ran into the following problem: when running ''rake clone_structure_to_test'', the task would spit out the following error twice: This program requires Microsoft SQLDMO 7.0 or later After many attempts to download this library, I reinstalled the SQL Server Client Tools. Still nothing. I tracked down the program that rake was having problems with: scptxfr.exe.