Displaying 20 results from an estimated 344 matches for "arose".
Did you mean:
arouse
2006 May 25
16
yet another rails site - happycarpools.com
...39;'d be awesome!
Feedback would be even more awesome!
Probably the coolest thing about making this has been seeing how Rails does
*so much* and hardly has any superfluous parts, if any. There are so many
features that I initially didn''t think I''d ever need, but then the need
arose and the feature was there to save time for me. Hooray for Rails!
Daniel
daniel at flyingmachinestudios dot com
2015 Mar 30
5
Domains, vpn and bowse lists (samba 4.2)
Hi!
I apologize, if the questions are simple, but its been a long time
since I use Windows as enhanced typewriter only. The need to implement
domain etc arose just suddenly.
I am trying to implement VPN (and succeeded to implement it), even
able to join windows clients to the Samba AD domain over VPN, but I am
confused by not getting the browse list of computers for the network I
connect to. I can access particular machine or file server if I ente...
2013 Mar 21
2
flac 1.3.0pre2 pre-release
...e:
> Testing the metadata-handling properties of flac-to-flac encoding...
> case00a... Files case00a-expect.meta and out.meta differ
> ERROR: metadata does not match expected case00a-expect.meta
> make: *** [fullcheck] Error 1
Last night I did a git bisect on this issue and this error arose
when I changed the version from "1.2.1" to "1.3.0pre1". Obvioulsy
the test shouldn't have failed just because the version string
changed :-).
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
2006 Nov 16
1
[LLVMdev] 1.9 Prerelease Available for Testing
...; # of expected failures 33
>>>
>> Can you send the log file to the list? Is this ppc or?
>>
No ppc, but x86 (Slackware 10.2) with LLVM 1.9 and its associated
GCC4-based frontend (recompiled for my machine). I put the log file in
attachment. A lot of failures arose from the fact that the ppc, alpha,
... backends were not built and hence not found.
>> You should do "make TEST=nightly report" to get a comprehensive report of
>> the llvm-test suite.
>>
Ah, thanks. I ran the test suite and attached the results.
Kind regards,
Br...
2013 Dec 20
3
[LLVMdev] Making LLVM safer in out-of-memory situations
>> To increase stability for us we have already moved the main part of the compilation to a separate process that may crash in case of an error without doing much harm, i.e. does not crash the database.
> Were there any interesting challenges that arose during this process?
> This seems to be an approach many folks are either taking or
> considering. If there are things we could do to make this easier, it
> might be worth considering.
After porting our project to LLVM3.1, we realized that we can use
the MCJIT architecture to move c...
2013 Dec 19
0
[LLVMdev] Making LLVM safer in out-of-memory situations
On 12/13/13 4:55 AM, Becker, Philipp wrote:
> To increase stability for us we have already moved the main part of the compilation to a separate process that may crash in case of an error without doing much harm, i.e. does not crash the database.
Were there any interesting challenges that arose during this process?
This seems to be an approach many folks are either taking or
considering. If there are things we could do to make this easier, it
might be worth considering.
> Therefore, we've currently concentrating on specific components that still remain in the database process,...
2000 Oct 13
2
Cautionary tale about c (PR#695)
This situation arose in a computer practical this morning. A
student overwrote "c" with a function. This messes up lots of
things, but it is difficult to remove the function "c" from the
global environment because it is used as a function in both "rm"
and "remove". [The soluti...
2004 Aug 03
3
dots expansion
Hi list,
I'm trying to write a function similar to rbind, except that needs to
add a factor to each component array before rbinding them together so
that the rows from different arrays are distinguishable.
The problem that arose is how to loop through arguments in the dots
"..." list. I need to get a hand on each of them but don't know how many
of them there are and what their names are.
It'd be useful if I could look at how rbind(...) or c(...) do this but
they are both Internal functions.
Thanks in...
2009 Aug 13
4
Time of Day Routing
...ifTime(12:00-18:00|*|*|*) {
Playback(welcome-afternoon);
} else {
Playback(welcome-evening);
}
}
Does that cover the entire day? The question arose because of the time as
follows:
ifTime(00:00-12:00|*|*|*) { ---- so midnight to noon fine--but should it
be 11:59 or 12:00
and ifTime(12:00-18:00|*|*|*) { -- should it be from 12:01
However doing that I assume will miss a minute.
Anybody know :)
D
--
___________________________________...
2009 Feb 02
3
Mail undeliverable error
...posted this to the postfix mailing list and they made
sure the error as the title suggest was generated by dovecot and not
the other way around. I have an almost perfectly working multi domain
mail server running dovecot+postfix+mysql+postfixadmin behind pfsense,
when we transferred office, issues arose, suddenly users using email
clients like thunderbird/outlook suddenly can't send mail when outside
the office and instead gets an smtp denied or worst a mail
undeliverable error. The mail undeliverable error was that the
postmaster user is unknown yet I've created the alias using
postfixadm...
2009 Sep 04
2
lrm in Design package--missing value where TRUE/FALSE needed
Hi,
A error message arose while I was trying to fit a ordinal model with lrm() I am using R 2.8 with Design package.
Here is a small set of mydata:
RC RS Sex CovA CovB CovC CovD CovE
2 1 0 1 1 0 -0.005575280 2
2 1 0 1 0 1 -0.001959580 2
3 0 0 0 1 0 -0.004725880 2
0 0 0 1 0 0 -0.005504850 2
2 1 1 0 0 0 -0.003880170 1
2 1 0...
1997 Dec 04
2
Configuring printer drivers
Hi,
I've been running a samba server for our small group of users (about 15) for
approx the last 18 months with great success. We use the server for both file
and printer sharing.
I had to make some modifications to the printer configuration today, and I've
got a quick question which arose from my tinkering.
I wanted to configure the server such that each of our printers can be used
with either postscript or the native driver. Hence, I set up two 'printers' on
samba for each actual printer - one with the "printer driver" parameter set to
the native printer drive...
2013 Oct 29
3
rake db:migrate debacle
Hi there - I''m a ruby newbie and am stuck on the Getting Started with Rails
app. See output below. Problem arose when I ran the rake db:migrate
command. I also tried the ''rake db:migrate RAILS_ENV=development'' command
which may be obvious. Any ideas on how to fix this?
Many thanks!!
$ ruby -v
ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-darwin10.8.0]
$ rails -v
Rails 4.0.0...
2011 Feb 21
2
Anomaly in [.terms
This arose when working on an addition to coxph, which has the features
that the X matrix never has an intercept column, and we remove strata()
terms before computing an X matrix. The surprise: when a terms object
is subset the intercept attribute is turned back on.
My lines 2 and 3 below were being execut...
2019 May 31
2
Inconsistency with LANMAN1 and Samba 4.9
...Home Directories
read only = No
[printers]
browseable = No
comment = All Printers
path = /var/spool/samba
printable = Yes
[win311]
comment = File transfer1
guest ok = Yes
path = /win311
read only = No
---
Fact is, for Windows 3.11, I need lanman authentication.
The following problems arose:
When adding me as the user with 'smbpasswd -a andreas', and entering a password,
no LANMAN hash is generated. The generated smbpasswd entry always contains 32 X as the first hash.
When I do the same with Samba 4.3.11-Ubuntu, the hash IS generated correctly.
When I manually add the hash...
2010 Aug 13
5
"uninitialized constant" Error for CalendarHelpper
After installing calendar_helper-0.2.3 gem, application using
CalendarHelper works fine. Then I tried to test using rake command which
gave me the following error.
Why does these messages appear evenif the application owrks fine.
------------------------------ Error Messags
--------------------------------------
/usr/local/jruby-1.5.1/bin/jruby -I"lib:test"
2019 Apr 05
6
all.equal failure
This arose in testing [.terms and has me confused.
data(esoph)?? # use a standard data set
t0x <- terms(model.frame( ~ tobgp, data=esoph))
t1 <-? terms(model.frame(ncases ~ agegp + tobgp, data=esoph))
t1x <- (delete.response(t1))[-1]
> all.equal(t0x, t1x)
[1] TRUE
# the above is wrong, becaus...
2020 Mar 09
3
RFC: Making a common successor/predecessor interface
...As part of an ongoing work to extend the GraphDiff (this models a CFG
view), I came across the need to have a common interface for accessing
successors/predecessors in various IR units, such that a type such as
`typename NodeT::succ_iterator` could be used in templated code.
In particular, the need arose for BasicBlocks, MachineBasicBlocks,
VPBlockBase and clang::CFGBlock.
The least invasive change seemed to be to use the interface already being
used in MachineBasicBlock and clang::CFGBlock, and:
(1) update BasicBlock to use this instead of the "global" `succ_iterator`
in IR/CFG.h
(2) ad...
2016 Apr 10
2
UDP de-fragmentation problem
...19, Volker escreveu:
>> Hi all.
>>
>> I have a strange problem at hand regarding UDP fragmentation on Centos7:
>> Applications are unable to receive UDP packets which have undergone
>> fragmentation UNLESS the netfilter modules are loaded.
>>
>> The problem arose on a application which would run fine on OpenSuse but
>> does not work on Centos7. The application processes UDP data and on
>> Centos only small packets are received and processed, packets below the
>> fragmentation size limit of about 1500 bytes. UDP packets which have
>>...
2010 Nov 10
1
[LLVMdev] Debugging Dependency Cycles between .a files for find-cycles.pl
Hi,
Are there some practical techniques or tools for how to debug this
issue? Perhaps to visualise the graph, or report on how the cycle arose?
Cheers,
George