search for: ammended

Displaying 20 results from an estimated 57 matches for "ammended".

Did you mean: amended
2005 Jul 06
2
Composite Views
Hello: How do you create a composite view? I have a form based on the model "contacts" which consists the following models: - organization - person - address I was going to use partials to create the form; e.g: - organizations/_form.rhtml - people/_form.rhtml .etc ...and render them with the appropriate tag: <%= render_partial ''people/form'', @person %> I
2008 Mar 23
0
Committing a record update to the DB from a test
..., :pay_type => ''po'') o.save o.name = ''m'' o.save order = Order.find(@first_id) #order.pay_type = ''po''; order.address = ''dummy address''; order.email = ''d@d.d''; order.name = ''first ammended'' order.update_attributes({ :pay_type => ''po'', :address => ''123 hh road'', :email => ''r@r.r'', :name => ''2nd ammended''}) I run this, and nothing is committed to the DB! Can anyone help? Thanks --~--~---...
2008 Apr 10
1
(no subject)
...the below code: nls1 <- nls(y ~ a*(1-exp(-b*x^c)), start=list(a=a1,b=b1,c=c1)) I checked my start values by plotting the relationship etc. but I kept getting an error message saying maximum iterations exceeded. I have tried changing these start values, and I heeded advice from other threads and ammended my code to include :, control = list(maxiter = 500), trace=TRUE)). Now I receive an error message saying "step factor 0.000488281 reduced below 'minFactor' of 0.000976563". Any ideas? Many thanks in anticipation, LB ********************** Lindsay Banin School of Geography Unive...
2011 May 18
3
Weird xl mem-set behavior
Hello, I''m struggling to handle the amount of memory that dom0 gets on some system. It''s a system with 8GB of RAM, running 2.6.38-6 with pv_ops and Xen 4.1 If I want to set the amount of memory for dom0, I get very bogus results. See here: http://pastebin.com/gRgY9ERN If I use the M notation (xl mem-set 0 4096M) the outcome is similarily unpredictable, and sometimes I get the
2020 Jan 28
2
[cfe-dev] Phabricator -> GitHub PRs?
On Tue, 28 Jan 2020 at 16:09, David Greene <dag at cray.com> wrote: > The question is if everything is approved and the author does a final > cleanup as alluded to above, does that final cleanup also need to go > through review? We don't enforce that now, so I see no reason to start doing it. Phab reviews, once approved, can have last-minute modifications and direct commits.
2015 May 20
6
[PATCH v3 0/3] RFE: support Windows drive letter in virt-ls
Fixes RHBZ#845234. v3 changes: Drive letters works if inspection is enabled (-m is not given) v2 changes: Ammended so it doesn't do inspection for every dir to list. Maros Zatko (3): virt-ls: support drive letters on Windows virt-ls: update usage for win drive letters docs: amend virt-ls manpage with win drive letters cat/ls.c | 41 +++++++++++++++++++++++++++++++++++++---- cat/virt-ls.pod |...
2009 Jul 16
4
loading a file in R in mac OS X
Hello, Please forgive me that this question is so basic, but i have not been able to find a solution in any of the basic R introductions, in the R wiki, or in the stats textbook i'm using to learn R. I run R on a macintosh, and i have not been able to load any data files yet. For instance, if I have a data table in a file called schools.txt on my desktop, i've been trying to load the
2005 Apr 12
5
File listing problems in 3.0.13
Over the weekend I upgraded my IRIX servers to 3.0.13 and have found many strange issues regarding the creation of new folders. When I attempt to add a new folder through the Windows side I get an immediate error dialog box stating "You may not be able to access file created in the folder X:\New Folder." When I select to continue the folder is created, looking on the IRIX side the
2017 Jul 05
1
[Intel-gfx] [PATCH v3 00/16] improve the fb_setcmap helper
...dles it. >> - Added patch 4/16 which factors out atomic state and commit >> handling from drm_atomic_helper_legacy_gamma_set to >> drm_mode_gamma_set_ioctl. >> - Do one atomic commit for all affected crtc. >> - Removed a now obsolete note in include/drm/drm_crtc.h (ammended >> the last patch). >> - Cc list is getting long, so I have redused the list for the >> individual patches. If you would like to get the full series >> (or nothing at all) for the next round (if that is needed) just >> say so. > > Is this still on top of...
2017 Jul 05
1
[Intel-gfx] [PATCH v3 00/16] improve the fb_setcmap helper
...dles it. >> - Added patch 4/16 which factors out atomic state and commit >> handling from drm_atomic_helper_legacy_gamma_set to >> drm_mode_gamma_set_ioctl. >> - Do one atomic commit for all affected crtc. >> - Removed a now obsolete note in include/drm/drm_crtc.h (ammended >> the last patch). >> - Cc list is getting long, so I have redused the list for the >> individual patches. If you would like to get the full series >> (or nothing at all) for the next round (if that is needed) just >> say so. > > Is this still on top of...
2017 Jul 05
1
[Intel-gfx] [PATCH v3 00/16] improve the fb_setcmap helper
...dles it. >> - Added patch 4/16 which factors out atomic state and commit >> handling from drm_atomic_helper_legacy_gamma_set to >> drm_mode_gamma_set_ioctl. >> - Do one atomic commit for all affected crtc. >> - Removed a now obsolete note in include/drm/drm_crtc.h (ammended >> the last patch). >> - Cc list is getting long, so I have redused the list for the >> individual patches. If you would like to get the full series >> (or nothing at all) for the next round (if that is needed) just >> say so. > > Is this still on top of...
2019 Feb 16
3
Can we disable SSH compression by default?
Compressing data before encryption may be dangerous, for example CRIME, BREACH and VORACLE. Can compression be disabled by default in OpenSSH, only being enabled if user requests it? Another scenario when SSH compression may be bad is use of commands like tar cz | ssh root at remote "tar xz", which seem pretty common. If SSH compression is enabled, data will be (wastefully) compressed
2020 Apr 01
0
[PATCH v3 0/8] vhost: Reset batched descriptors on SET_VRING_BASE call
On 31.03.20 21:27, Eugenio P?rez wrote: > Vhost did not reset properly the batched descriptors on SET_VRING_BASE > event. Because of that, is possible to return an invalid descriptor to > the guest. > > This series ammend this, resetting them every time backend changes, and > creates a test to assert correct behavior. To do that, they need to > expose a new function in
2015 May 21
0
Re: [PATCH v3 0/3] RFE: support Windows drive letter in virt-ls
On Wednesday 20 May 2015 19:41:46 Maros Zatko wrote: > Fixes RHBZ#845234. > > v3 changes: Drive letters works if inspection is enabled (-m is not given) > v2 changes: Ammended so it doesn't do inspection for every dir to list. > > Maros Zatko (3): > virt-ls: support drive letters on Windows > virt-ls: update usage for win drive letters > docs: amend virt-ls manpage with win drive letters Common note regarding patches 2 & 3: documentation ch...
2004 Oct 29
0
Open Streaming Manuals
Hi, r a d i o q u a l i a have just finished the first version of a streaming manual for those wishing to learn how to stream under Linux. Its intended as a manual to accompany a hands-on self-learning or workshop based approach. No previous knowledge of Linux is assumed. Another manual on 'advanced topics' will be forthcoming. Topics include: Introduction to Streaming Introduction to
2001 Feb 13
0
host based authentication in protocol version 2
...ion 1 for now, but does anyone have any idea when hostbased authentication will be implemented in the version 2 support? Also, the openssh documentation implies that this SHOULD work (talks about ssh_known_hosts and ssh_known_hosts2 quite interchangeably). Any chance that the documentation can be ammended until version 2 support for trusted-host authentication is actually added? It might save some frustration... Many thanks, Brent Nelson Sys. Manager Dept. of Physics University of Florida
2004 Mar 31
0
Config file references (was g726 not working)
>So in my sip.conf I put many variations of what I thought should go in >there, >finally including (to no avail): I have had to play this guessing game as well with other codecs/config file settings in general. And I think this email touches on something that has been troubling me for sometime. >You should allow "g726" only. I think one problem area of documentation
2006 Jun 25
0
DTMF Detection: Where it happens actually?
Hello, Could anyone help me to figure out the following questions, please: 1. Whenever there is an incoming DTMF signal on the Zap channel, where does the processing actually take place: In Asterisk?; or in Zaptel Drivers? 2. I'm having a problem of double (or sometimes tripple) detection of a single DTMF received whenever I'm calling in through a Mobile Phone. I guess I need to make
2001 Mar 22
2
regapi and CodeWeavers 1.0p3
Hi all. I'm trying to get printing going with CodeWeavers Wine and have come to the part where running "regapi" is required. Unfortunately this is not included with the CodeWeavers release. Can anyone suggest a way forward? Many thanks, Pete. --------------------------------------------------------------- | Pete Philips \|/ | |
2003 Sep 25
0
samba passwords gone haywire since upgrade (3.0.0-1)
...share from my other linux box, I get the following error: 1639: tree connect failed: ERRSRV - ERRbadpw (Bad password - name/password pair in a Tree Connect or Session Setup are invalid.) I'm still running against my old smb.conf. I've run through the new one smb.conf.rpm (or whatever) and ammended it to match my configuration - and I get the identical results. I'm running share level security. when I check the %m log file, I see this, which looks wrong: [2003/09/25 14:54:50, 5] lib/username.c:Get_Pwnam(288) Finding user merlot [2003/09/25 14:54:50, 5] lib/username.c:Get_Pwnam_interna...