search for: whenver

Displaying 20 results from an estimated 23 matches for "whenver".

Did you mean: whenever
2006 Apr 14
4
Newbie stuff (.new method)
...are methods inherited from ActiveRecord that automagically execute SQL statements to insert and update the matching records in the table. very cool shortcut. However - say i need to "teak" this - I have a feils called "created" of type datetime that I want to auto populate whenver a new record is added. How do I modify the "new" method to do this without having to write my own custom one? Thanks -- Posted via http://www.ruby-forum.com/.
2018 Mar 13
2
Passes interaction running on two different IRs
...inish my analysis. These two passes need to exchange information during their excecution. I am doing so because I can't link the two IRs I want to analyze together as a big IR and run my llvm pass on it. What I want to do specifically is: The first IR will call the functions in the second IR. Whenver there is a function call in the first IR to the second IR, the first pass will evoke the second pass on the second IR and give it some information as input. When the second pass is finished analysing its IR, it will return some information to the first pass. Basically, I want to do the same analys...
2011 Jan 18
1
Loading wordnet in R
I ve installed wordnet 2.1 and R 2.11.0 on windows 7. Whenver i try to load wordnet in R, i get an error initDict() FALSE cannot find wordnet 'dict' directory, Please set the WNHOME variable to its parent. I have tried setting WNHOME to "C:\Program Files (x86)\WordNet\2.1\dict","C:\\Program Files (x86)\\WordNet\\2.1\\dict","C:...
2014 Oct 28
1
is.whole()
...quot;, "numeric", "count", etc, where exact refers to Duncan's case, numeric to your default, and count to Bill's a+1 > a. The second argument would be rarely used. The primary point of the function would be the "Details" section of its manual page. Whenver the issue comes up the response could then be "see the is.whole() function and its documentation". Terry T. On 10/28/2014 06:00 AM, r-devel-request at r-project.org wrote: > Diverted to R-devel, as I'm requesting comments about a proposal > to add is.whole() to R just so this...
2009 Jan 26
1
* Queues with legacy pbx extensions ?
Hello Everybody I am using Trixbox 2.4 (with TE420P & PRI lines) .. my setup is like Calls -->Asterisk-->legacy pbx--->analog extensions(agents). Whenver a call comes in , asterisk dials the ACD number of the legacy pbx which in turn decides to route to appropriate agent.. for ex : s,1,Dial(ZAP/g4/5432) [g4 is the 4th span and 5432 is the ACD number of legacy pbx under which agents like 102,103,104 are present. Now my question is (might be very sil...
2018 Mar 13
0
Passes interaction running on two different IRs
...passes need to exchange information during their > excecution. I am doing so because I can't link the two IRs I want to > analyze together as a big IR and run my llvm pass on it. > > What I want to do specifically is: > > The first IR will call the functions in the second IR. Whenver there is a > function call in the first IR to the second IR, the first pass will evoke > the second pass on the second IR and give it some information as input. > When the second pass is finished analysing its IR, it will return some > information to the first pass. > > Basically,...
2011 Dec 15
2
time issue with puppet
...finished and appears hung since it probably cant output a negative number anyways. 4. a restart of puppet seems to fix the issue until the time changes again. # Class: timesync # # This module is a bandaid to keep virtual machines in sync with the time server. # This will basically sync the time whenver the time drifts out further than xx seconds. # # Parameters: # # Actions: syncs the time with the timeserver # # Requires: timeoffset fact (esentially ntpdate -q ntpserver) # # Sample Usage: # class timesync { # time in seconds that the clock needs to be out of sync before calling ntpdate...
2005 Jan 13
2
Problem encoding sine wave in 1.1.6 and somewhat in 1.0.4
...; > > > Le lundi 10 janvier 2005 ? 13:31 -0500, Jared Whitby a ?crit : > > > I am currently using speex and ogg to archive voice data. The data > > > comes in PCM ulaw at > > > 8kHz and I use a table look up to convert it to normal 16-bit PCM > > > data. Whenver the sound > > > coming in is voice everything works perfectly. However, we > > > periodically run test signals through > > > our system to determine link problems.. etc. This test signal totally > > > hoses speex during > > > playback, but only when you...
2005 Jan 10
0
Problem encoding sine wave in 1.1.6 and somewhat in 1.0.4
I am currently using speex and ogg to archive voice data. The data comes in PCM ulaw at 8kHz and I use a table look up to convert it to normal 16-bit PCM data. Whenver the sound coming in is voice everything works perfectly. However, we periodically run test signals through our system to determine link problems.. etc. This test signal totally hoses speex during playback, but only when you try to seek. If you let it play straight through everything is fine. (Speex...
2009 Apr 15
0
Ambigous error while running cucumber features
.../opt/jruby-1.2.0/lib/ruby/gems/1.8/gems/cucumber-0.2.3/bin/../lib/cucumber/step_mother.rb:122:in `step_match'' /opt/jruby-1.2.0/lib/ruby/gems/1.8/gems/cucumber-0.2.3/bin/../lib/cucumber/ast/step_invocation.rb:50:in `find_step_match!'' Infact I am getting the same error whenver I try to run more than one scenario in a feature file with java step definitions. But running the same via ruby step definitions is working fine. Could anyone please explain how to solve this ambiguity? Is it not possible to run more than one scenario of cucumber features using cucumber-java ? I h...
2005 Feb 18
2
MSG WAITING OFF on cordless handset not going away
I'm testing new cordless Motorola phone and the handset is constantly displaying message: MSG WAITING OFF According to the manual this message suppose to go off but it doesn't Is it something that I can control via * ? -- #Joseph
2011 Jul 06
0
newbie: stuck at deploying whenever via cap
hi, im trying to deploy whenver + multistaging via cap: this is my task run "cd #{release_path} && whenever --set environment=#{rails_env} --update-crontab #{application}_#{rails_env}" 1)why i do append rails_env to --update-crontab? because i would like to have 2 sets of cronjobs, one for each stage (staging &...
2019 May 14
0
editing GPO as user X, when user X is used in gpo security filter
...particular account, as long as criteria as above are met. Things like "wbinfo -i" and getfacl run on any of the GPO return expected values, all GPO are owned by "domain admins" (both user and group). What happens is: I can open GPO to edit, I can try to change something, but whenver I try to accept changes, there is "access denied" error. To make it clear: policy is processed by domain clients as it should, and settings are applied, error is ONLY when editing with the criteria as above. So "john" will get settings applied, even though he can't edit....
2013 Oct 06
1
Rsync copies more than the changes
I use rsync on an SSD which is slow at writing, but very fast at reading, so it is important to me to avoid writing data. I had hoped rsync would only write changes in files when using --inplace, but it seems not: # Make a 1 GB file $ perl -e 'print "x"x1000000000' > 1g # rsync it (as expected this costs 1 GB writes) $ ./rsync-3.1.0/rsync --progress --inplace -cva 1g 1g.copy
2002 Jul 23
0
Samba as a DC w/ Win98 Clients :: "Incorrect Parameter"
Hi, I'm running samba 2.2.5 on linux, with Win98 clients using it as a logon server. Whenver I try to log onto the TEST domain, I get a very instant "Incorrect Parameter" msg from Windows. Client IP 141.97.52.12 with the samba box being 141.97.52.249. I think my smb.conf looks ok: <--snip--> [global] workgroup = TEST netbios name = TEST server strin...
2003 Feb 11
2
Samba + LDAP = Misery
...to the LDAP database. - I have my users defined and can successfully login to view shares from either a windows or Linux machine. - When trying to join domain I use root as the account with permission to join domain. The log appears to indicate that root is succesfully validated. Bottomw Line: - Whenver I try to join I always get NT_STATUS_ACCESS_DENIED. More details and log messages below. smb.conf ====== [global] workgroup = ELUCIDATION netbios name = Boo server string = %h server (Samba %v) security = user obey pam restrictions = Yes guest accou...
2005 Jul 18
0
Access Problem
Hi I have samba running on AIX 5.2 and I have broken something recently and I'm not sure what. Other members of my team are able to use it as per normal, but for me whenver I try to access a share via windows (2000) I get \\share\folder is not accessible. Access denied. If I look in the log file for my computer it looks like: [2005/07/19 09:28:26, 2] smbd/sesssetup.c:setup_new_vc_session(602) setup_new_vc_session: New VC == 0, if NT4.x compatible we would close a...
2005 Jan 13
0
Problem encoding sine wave in 1.1.6 and somewhat in 1.0.4
...lundi 10 janvier 2005 ? 13:31 -0500, Jared Whitby a ?crit : > > > > I am currently using speex and ogg to archive voice data. The data > > > > comes in PCM ulaw at > > > > 8kHz and I use a table look up to convert it to normal 16-bit PCM > > > > data. Whenver the sound > > > > coming in is voice everything works perfectly. However, we > > > > periodically run test signals through > > > > our system to determine link problems.. etc. This test signal totally > > > > hoses speex during > > > > pla...
2010 Mar 12
1
patch: allow proxy to lookup host by name
...ttp://en.wikipedia.org/wiki/Open_Solaris>) Caveats This procedure allows the chroot'ed login to do something, which forms a security risk if the libraries in the chroot are exploitable. It will be up to the operator to ensure that the copy of the files in the chroot get updated whenver the copies in the real filesystem do. On systems where the chroot is on the same filesystem/partition that the original file copies are, hard links (again: no soft links!) could be used to accomplish this. 2. Dovecot running without roots (RootLess) Dovecot is started as whatever user/g...
2010 Aug 25
12
Sha1sum Mismatch When Trying to Install GDIPlus :(
Hi, I'm getting a sha1sum mismatch when trying to install gdiplus. Can anyone help me with this? Code: sh winetricks gdiplus Executing curl -L -o WindowsXP-KB975337-x86-ENU.exe -C - --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/a/b/c/abc45517-97a0-4cee-a362-1957be2f24e1/WindowsXP-KB975337-x86-ENU.exe % Total % Received % Xferd Average Speed Time