search for: deliberat

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

Did you mean: deliberate
2006 Jun 22
5
Problems with layouts
...:action => ''searchbox'', :params => {:context => ''header-section''} %> in views/tools/search/searchbox.rhtml: any valid erb/html In the end I get back a blank page. If I deliberatly induce an error in erb in searchbox.rhtml, then that error is displayed along with whatever there is in application.rhtml. However, if the template is valid, only a blank page is displayed. What am I doing wrong? Thank you
2008 Aug 25
2
to catch exception from update_attribute
...iveRecord::ActiveRecordError end end # end of transaction rescue puts ''error is ''+$! end What I was trying to do above was to write a proper exception handling for the above code.In Database table problem_status_id is an integer field And I deliberatly wrote @problem.update_attribute("problem_status_id",''ab'') So what i expect was an exception there and which will be caught by the raised as raise ActiveRecord::ActiveRecordError and will be caught by rescue..But that did not happen.Could u please tell me where the erro...
2005 Dec 31
2
Validation errors not displaying and will not save
...ng seems to get me any further... I am trying to create an image uploading page that will simultaneously create thumbnails to separate file directories and update the database via the ActiveRecord object..... but something seems to be wrong... when I test the validation does not seem to work (I deliberatly leave the "title" text_field black)... I never get my error_messages_for.. furthermore the object never saves even when I do fill out all the necessary fields....the if @web_image.save always returns false ..... I''m going mental..... model code: ------------------ class W...
2006 Mar 25
5
Unit test fails on different line the second time it''s run
I''ve got a very peculiar problem with unit tests. First, I clone my development database with "rake clone_structure_to_test", then I run my test with "ruby investment_product_score_override_test.rb". It fails on line 68. Then, every test run after this, fails consistently on line 34. How is this possible? I don''t use fixtures and I don''t use
1998 Sep 04
0
Time and Login restrictions
...------------------------------------ There are several reasons: 1. You want to control who can use Samba (not every unix user) 2. Special users like bin, ftp, daemon, adm .... should not have ANY possibility of using Samba 3. ROOT SHOULD NOT USE SAMBA Yes, he is too powerful. It is better to deliberatly create 'sambaadmin' user and give him write access to all the shares via 'write list' option in smb.conf. 4. You can more easily switch from unencrypted to encrypted passwords, as EVERY user will have its samba password sync via 'update encrypted' I can find...
2005 Jun 07
1
Help with possible bug (assigning NA value to data.frame) ?
...n I have found which still causes > the strange > behaviour (it could be quite unrelated to the boot library, however). > > > library(boot) > > ## boot statistic function > my.mean.s <- function(data,subset){ > mean(data[subset]) > } > > ## dummy data, deliberatly no variance > my.test.dat.1 <- rep(4,5) > my.test.dat.2 <- rep(8,5) > > ## not much can happen here > my.test.boot.1 <- boot( my.test.dat.1, my.mean.s, R=10 ) > my.test.boot.2 <- boot( my.test.dat.2, my.mean.s, R=10 ) > > ## returns a null object as ci is mea...
2010 Dec 05
2
CMENU file handling problems.
...uot;r")) == 0) { // code for failure } else { // code for success fclose(ifp); } then a simple fopen(name, "r") of a file that *does* exist fails, even though that exact same fopen will succeed if I try it before the ~29 fopen()s on a file that foes not exist. If I change the deliberatly failing pathname to one that succeeds, then there seems to be no problem. So it looks like I've hit a bug. Possibly the file descriptor table entry is not cleared when a file is closed or maybe older entries do not get reused even though they are free? Is this a known issue? (I'd go hun...
2005 Jun 07
0
Help with possible bug (assigning NA value to data.frame)?
...mple the behaviour dissapeared. Here is the simplest version I have found which still causes the strange behaviour (it could be quite unrelated to the boot library, however). library(boot) ## boot statistic function my.mean.s <- function(data,subset){ mean(data[subset]) } ## dummy data, deliberatly no variance my.test.dat.1 <- rep(4,5) my.test.dat.2 <- rep(8,5) ## not much can happen here my.test.boot.1 <- boot( my.test.dat.1, my.mean.s, R=10 ) my.test.boot.2 <- boot( my.test.dat.2, my.mean.s, R=10 ) ## returns a null object as ci is meaningless for this data my.test.boot.ci.1...
2012 Mar 26
2
[PATCH DOCDAY] docs: wrap misc/xen-command-line.markdown to 80 columns
...| min | all` > Default: `none` if not specified at all, or to `min` if `low\_crashinfo` is present without qualification. -This option is only useful for hosts with a 32bit dom0 kernel, wishing to use kexec functionality in the case of a crash. It represents which data structures should be deliberatly allocated in low memory, so the crash kernel may find find them. Should be used in combination with `crashinfo_maxaddr`. +This option is only useful for hosts with a 32bit dom0 kernel, wishing +to use kexec functionality in the case of a crash. It represents +which data structures should be del...
2009 Apr 02
6
[Bug 1584] New: umask setting in sshd
...everity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: leo.baltus at omroep.nl We just upgraded from openssh-5.0p1 to openssh-5.2p1 (linux) to find out that sshd changes its umask to drop group-write permissions. We deliberatly set umask 002 prior to starting sshd to allow group-writeable files to be created. I am not sure why this is done, but it breaks our setup and also breaks expected behaviour. Also I could not find any discussion on the list in the months leading up to this change, it only seems to be documented...
2019 Nov 03
2
suddenly change: idmap uid + gid
...t. It changes the formatting at the nss interface to strip the domain\ prefix, allowing local logins with pam etc to avoid typing the domain. Specifically, in source3/winbindd/winbindd_util.c:assume_domain() in It changes the domain member to act more like an old-style DC. The impact of this is deliberatly on fill_domain_username_talloc() and parse_domain_user(). (There are a few other references, essentially to mirror this in smbd). > Remove the line, this should stop it happening again > > If you have only one domain, then you shouldn't be using autorid, > you > should be...
2010 Oct 27
1
CentOS 5.x on Geode LX
Greetings all- I'm currently working with CentOS 5.x (various version 5.0 - 5.5) attempting to run it on a system based on the AMD Geode LX CPU. There are known issues with this CPU running Centos 5, specifically those listed here: http://bugs.centos.org/view.php?id=2552 The kernel and system run fine on the Geode LX, but the installer detects the CPU as i586. Since there is no i586 kernel
2004 Apr 14
3
A bug report?
Folks, I have a strange situation, which I may have isolated as a bug report. Or, it could just be that there's something about R that I don't know. :-) I have attached the data file and the program file but don't know whether these attachments will make it into the list. Here is my bugreport.R program -- ---------------------------------------------------------------------------
2009 Mar 26
4
Installing on partitionable RAID arrays
Hello Since linux 2.6, the md layer has a feature called partitionable arrays. So instead of having two disks, creating an identical partition table on both and then putting those partitions in RAID 1, you take those two disks and put them in one partitionable RAID 1 array (in mdadm terms, "mdp") and create a partition table on the new RAID device. The advantages are quite clear
2006 Mar 25
1
Re: Rails Digest, Vol 18, Issue 656
...lp here. In practice the test > > runs > > are completely separate from each other, because as you said, they are > > running in transactions. Have you watched the test.log file to see whats > > getting spit out while you run the test? It can be very informative. > > I deliberatly left out code, and tried to make a general description, > because I''m quite sure the code won''t help. There are extenstive > database triggers which modify the data, views to access tables, and the > code itself would require a lot of explanation. I was hoping someone &...
2019 Nov 02
7
suddenly change: idmap uid + gid
Hi The server suddenly changed the uid + gid. this happened to times, yesterday and the week after. The default group at example The samba is a AD member where we have many users (>20 000) and we use autorid in that way [global] security = ads workgroup = CUSTOMER realm = CUSTOMER.COM winbind use default domain = yes winbind enum users = yes winbind enum group = yes