search for: carmines

Displaying 11 results from an estimated 11 matches for "carmines".

Did you mean: carmine
1997 Dec 16
0
SAMBA digest 1524
...connected to password server NOT got session password server OK using password server validation Selected protocol NT LM 0.12 12/16/1997 12:39:28 Transaction 2 of length 162 switch message SMBsesssetupX (pid 29555) Domain=[WARREN] NativeOS=[Windows 4.0] NativeLanMan=[Windows 4.0] sesssetupX:name=[CARMINES] password server NOT rejected the password Couldn't find user carmines in smb_passwd file. 12/16/1997 12:39:28 error packet at line 588 cmd=115 (SMBsesssetupX) eclass=2 ecode=2 12/16/1997 12:39:28 Transaction 3 of length 162 switch message SMBsesssetupX (pid 29555) Domain=[WARREN] NativeOS=[Wi...
2006 Jun 13
0
Best way to format attributes during visualization/editing
Hi to everyone, My name''s Carmine and I''m a rails newbie. So, here''s my newbie question :) I have a model with one attribute named "kind" of type integer. This attribute can assume values within the range [0..5]. Each value has a "verbose" representation e.g.: 0 => grain, 1 => liquid ... To visualize the verbose representation I''ve
2008 May 10
4
Newbie: lambda do...end.should change(Model, :count).by(1). Doesn''t work
Hi to everyone, I''m an RSpec, and BDD in general, newbie so in order to learn I have chosen to use my personal website as a tesbed. I''m having difficulties juggling with mocks, and in particula with the following code. Here''s the controller action: def create @album = Album.new(params[:album]) if @album.save flash[:notice] = "album saved"
2006 Jun 30
1
How to force redirection after a render on PDF::Writer?
Hi to everyone, In my Rails experimenting, I''ve come to a point where in the application happens what follows. 1. Upon selecting some stuff on a page, the user click on a button. 2. After clicking I need to: 2.1 Produce a PDF with some "Pretty Useful Information(TM)" 2.2 Bring the user to another page The PDF being produced with PDF::Writer requires a "render"
2010 Jul 29
1
New Open Source Community
Equalis just announced it's public beta today http://www.equalis.com http://www.equalis.com . It has forums dedicated to lots of math topics including open source software. It specifically has an R forum and an R user group. Also has forums and groups for Octave, Scilab, and Sage. http://www.equalis.com/forums/ http://www.equalis.com/forums/
2011 Oct 24
1
onboot=yes not working for eth0.x:y interfaces?
Hi, I ran into a Problem when using alias interfaces with vlans on a centos 5 box. When I define such an interface and do a "service network restart" the alias interface doesn't get started. Starting it manually works fine. Also after changing DEVICE=eth0.10:0 to DEVICE=eth0:0 in the config file the interface is started after a network restart. Does anyone have an idea what the
2013 Oct 18
1
Rails 4 + AngularJs (unembedded client) integration sample
Hi everybody, I''m experimenting with Rails and AngularJs (as unembedded client) and decided to upload to a public github repository my efforts. Of course, everything is just a toy application I use to experiment and test on various stuff (there''s absolutely no production ready nor TDD/BDD backed code). As of now a very basic login/signup feature is implemented and
2023 Feb 22
1
Restored mail folders conflict with renamed original ones
Can you please try doveadm exec imap -u username_of_the_user 1 LIST "" "*" and see if it is there? Aki > On 22/02/2023 14:28 EET Nikolaos Milas <nmilas at noa.gr> wrote: > > > On 21/2/2023 9:56 ?.?., Aki Tuomi wrote: > > Can you enable mail_debug=yes, restart, ask the user to access the folder(s) and provide those logs? > > > > Hi
2023 Feb 22
1
Restored mail folders conflict with renamed original ones
On 22/2/2023 2:30 ?.?., Aki Tuomi wrote: > Can you please try > > doveadm exec imap -u username_of_the_user > 1 LIST "" "*" > > and see if it is there? Here is the output: # doveadm exec imap -u userx * PREAUTH [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND
2006 Jul 12
24
Xen Roadmap proposal
Folks, Please find attached a proposal for the Xen development roadmap for the next 18 months or so. The roadmap gives a "state of the nation" summary and provides suggestions as to priorities going forward. I''ve tried to be inclusive and collect together many of the various features that folks have asked for, along with some implementation ideas to guide developers. The
2008 Sep 29
1
has_one :through with :source. How to alias association?
Hi to everyone, I have the following models: class Attachment < ActiveRecord::Base has_attachment :content_type => [:image, ''application/pdf''], :max_size => 3.megabytes, :path_prefix => ''../private/attachments'', :storage => :file_system, :processor => :rmagick,