search for: check_validity

Displaying 14 results from an estimated 14 matches for "check_validity".

2018 Aug 02
3
Can't write to a samba share mounted as an AD user
On Thu, Aug 2, 2018 at 11:11 AM, Rowland Penny via samba < samba at lists.samba.org> wrote: > On Thu, 2 Aug 2018 11:02:45 -0400 > pisymbol <pisymbol at gmail.com> wrote: > > > Whoops! Replying to all! > > > > On Thu, Aug 2, 2018 at 10:55 AM, Rowland Penny via samba < > > samba at lists.samba.org> wrote: > > > > > On Thu, 2 Aug 2018
2020 May 11
3
Clients send tons of Notiftication requests
Hi everybody! I have a QNAP at home running firmware 4.4.2.1273 and I have configured it with NFS (for my iMac and FireTV) and SMB access (standalone server, for Win10 and iPhone/iPad Files access) Everything went fine till a certain point where many application would crash or behave in a very strange way when accessing SAMBA shares. Application can be Explorer++, OneCommander or File.app from
2018 Aug 02
2
Can't write to a samba share mounted as an AD user
Whoops! Replying to all! On Thu, Aug 2, 2018 at 10:55 AM, Rowland Penny via samba < samba at lists.samba.org> wrote: > On Thu, 2 Aug 2018 10:43:26 -0400 > pisymbol via samba <samba at lists.samba.org> wrote: > > > Full disclosure: This is an exported share on a QNAP NAS device. > > Even fuller disclosure ;-) > You haven't given us enough info > I can
2018 Aug 02
0
Can't write to a samba share mounted as an AD user
On Thu, 2 Aug 2018 11:17:47 -0400 pisymbol <pisymbol at gmail.com> wrote: > On Thu, Aug 2, 2018 at 11:11 AM, Rowland Penny via samba < > samba at lists.samba.org> wrote: > > > On Thu, 2 Aug 2018 11:02:45 -0400 > > pisymbol <pisymbol at gmail.com> wrote: > > > > > Whoops! Replying to all! > > > > > > On Thu, Aug 2, 2018 at
2018 Aug 02
3
Can't write to a samba share mounted as an AD user
If I’m not confused though, I believe pisymbol CAN get a mount. It’s just that the mount has read-only access despite the file ownership and modes being set to give full read-write? -E > On Aug 2, 2018, at 8:56 AM, Rowland Penny via samba <samba at lists.samba.org> wrote: > > On Thu, 2 Aug 2018 11:17:47 -0400 > pisymbol <pisymbol at gmail.com <mailto:pisymbol at
2006 May 28
7
Self-referential has_many :through relationship
...thing here? The exact error is: >> User.find(1).potential_friends ActiveRecord::HasManyThroughSourceAssociationNotFoundError: ActiveRecord::HasManyThroughSourceAssociationNotFoundError from /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/reflection.rb:173:in `check_validity!'' from /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/associations/has_many_through_association.rb:6:in `initialize'' from /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/associations.rb:876:in `potential_friends'...
2004 Dec 23
0
Is there a fix available for CAN-2003-0190(with test program)
> Sergio Gelato wrote; >> I see that the rest of that function has an "if (problem) goto out;" >> after >> every krb5 library call. Doesn't that also introduce measurable time >> differences? Interesting. > I wrote a test case with expect to measure the time difference for valid and invalid user with the same workaround as said before. It seems to
2012 May 15
2
pass objects into "..." (dot dot dot)
Hello, Thanks in advance for any help! How do I pass an unknown number of objects into the "..." (dot dot dot) parameter? Put another way, is there some standard way to pass multiple objects into "..." to "fool" the function into thinking the objects are passed in separately/explicitly with common separation (like "x,y,z" when x, y and z are objects to be
2005 Dec 17
1
How to use validation with aggregation (composed_of)?
At the risk of being banned for posting the same question twice, I thought I''d try once more with a question for the title rather than a statement (on the basis that perhaps questions get answered and statements ignored ;-) ) ActiveRecord supports composed_of for value objects which is fantastic but one thing that it doesn''t seem to support (or at least I am unable to
2010 Aug 19
1
has_many :through question
...nd(2) ActiveRecord::HasManyThroughAssociationNotFoundError: Could not find the association :group_user \ in model Group from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/reflection.rb\ :348:in `check_validity!'' from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/associations/\ association_proxy.rb:56:in `initialize'' from /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/associations/\ association_collection.rb:20:in `initiali...
2018 Aug 02
2
Can't write to a samba share mounted as an AD user
Full disclosure: This is an exported share on a QNAP NAS device. [admin at outerdrive ~]# /mnt/ext/opt/samba/bin/smbstatus Samba version 4.4.16 PID Username Group Machine Protocol Version Encryption Signing ---------------------------------------------------------------------------------------------------------------------------------------- 14549 -1 -1
2010 Apr 19
1
Problem with mongrel_rails, but works with script/server
On Mon, Apr 19, 2010 at 9:21 AM, <rpavesic at gmail.com> wrote: > Hi there, I am having problem with mongrel_rails and > I do not know whom to ask so I found your e-mail as > one of the last people contributing to mongrel_rails, so > may be you would be able to help me out. > Please, email mongrel-users mailing list for problems, so in that way all benefit from the answers.
2006 Jun 19
3
Strange behavior of :through association.
...s]).hosts from my controller I get this: ActiveRecord::HasManyThroughAssociationNotFoundError in TinkloController#index Could not find the association :person in model Host RAILS_ROOT: script/../config/.. /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/reflection.rb:169:in `check_validity!'' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/associations/has_many_through_association.rb:6:in `initialize'' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/associations.rb:876:in `new'' /usr/lib/ruby/gems/1.8/gems/activerecord-1.1...
2006 Jul 10
10
has_many :through and foreign key parameters
I just took my HABTM and turned it into a :through since my join table has another "non-joiny" attribute. I went from this: has_many_and_belongs_to :jobs, :join_table => ''tablename'', :foreign_key => ''x'', :association_foreign_key => ''y'' to this: has_many :jobs, :through =>