Displaying 20 results from an estimated 20 matches for "unproblematic".
Did you mean:
problematic
2007 Oct 18
2
Run-time error '429'
Hello,
I'm running wine on my Lenovo X60s under Ubuntu 7.04
I received a small program-executable made somehow with Matlab. A simple
flow simulation model.
Installation and executing the file with wine seems to be unproblematic
first. However, there are some functions in the program where it crashes
with the following message:
Run-time error '429'
ActiveX component can't create object
The function should open a new window with several tabs for interactive
data input.
I searched on the internet but without su...
2006 Oct 31
2
channel.c: Unable to request channel ZAP
...t two spans (which are connected to a legacy
PBX) - the second two spans, which are connected to the Telco, work
perfectly. Even more: when these messages start to occur, I can hardly
initiate any call via problematic two spans (1st and 2nd), where I can
with no problem initiate a new call thru the unproblematic two spans
(3rd and 4th).
Restart of the Asterisk is the only cure so far...
Does anyone know what could possibly be the cause, or how could I
troubleshot this problem?
Regards.
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com...
2023 Apr 20
1
[PATCH] ocfs2: reduce ioctl stack usage
...Who will be responsible for ocfs2 patches? What will be their workflow
> and review and test processes?
>
> Overall, what benefit does this proposal offer the ocfs2 project?
I think I might not have communicated as clearly as I should have.
Simply because I naively assumed that this is unproblematic.
By "we" I mean people responsible for "fs/" which now happens to also
include me. So the goal of this is for patches falling under fs/ to get
picked up more quickly and broadly and share the maintenance burden.
Since ocfs2 falls under fs/ it felt pretty straightforward that i...
2009 Jun 03
1
Print bug for matrix(list(NA_complex_, ...))
...in case
there was an I/O issue)
There is a bug in printing val <- matrix(list(NA_complex_,NA_complex_),1).
> dput(val)
structure(list(NA_complex_, NA_complex_), .Dim = 1:2)
> print(val)
[,1]
[1,]
[,2]
[1,]
Note that a large number of spaces are printed instead of NA. Compare the
unproblematic real case:
print(structure(list(NA_real_, NA_real_), .Dim = 1:2))
[,1] [,2]
[1,] NA NA
Also, when printed in the read-eval-print loop, printing takes a very very
long time:
> proc.time(); matrix(list(NA_complex_,NA_complex_),1); proc.time()
user system elapsed
74.35 0.09 329....
2023 Apr 20
1
[PATCH] ocfs2: reduce ioctl stack usage
On Thu, Apr 20, 2023 at 2:34?AM Christian Brauner <brauner at kernel.org> wrote:
> I think I might not have communicated as clearly as I should have.
> Simply because I naively assumed that this is unproblematic.
>
> By "we" I mean people responsible for "fs/" which now happens to also
> include me. So the goal of this is for patches falling under fs/ to get
> picked up more quickly and broadly and share the maintenance burden.
Did you get buy-in from other folks in 'fs...
2004 Oct 25
2
[LLVMdev] hash_map issues with Visual Studio
I have spent some time examining the llvm code now, and it seems most of
the hash_maps are keyed with pointers, and a few with ints. There is
also one place where the keys are std::string. All these are
unproblematic with the Visual Studio std_ext::hash_map since it provides
hash_value functions for all these types (note, it hashes char * as
pointers, not as strings - but char * is not used as a key anywhere in
LLVM). This means that although the way of adding your own hashing
functions is different, the de...
2012 Jul 31
2
phantom NA/NaN/Inf in foreign function call (or something altogether different?)
...action of these variables with other variables (e.g. L1,
Relation) can be fitted without problem.
> sample1.lrm = lrm(Target.ACC ~ (Target.RESP + Word.Order)^2, sample1, x=T, y=T)
Error in lrm(Target.ACC ~ (Target.RESP + Word.Order)^2, dat, x = T, y = T) :
Unable to fit model using ?lrm.fit?
unproblematic:
> sample1.lrm1 = lrm(Target.ACC ~ (L1 + Relation + Target.RESP)^2, sample1, x=T, y=T)
> sample1.lrm2 = lrm(Target.ACC ~ (L1 + Relation + Word.Order)^2, sample1, x=T, y=T)
When running the problematic analysis on a smaller sample of the same
data, I get a different (more precise?) error mess...
2000 Apr 12
4
For wishlist: sanity checks for subsets in lm, glm (PR#
...ement this. My feeling
> is that high level modelling functions should protect the user as
> much as possible. If you want more flexibility, you can always
> program around it.
Maybe, but... Getting people to program around S/R differences in
their add-on packages haven't always been unproblematic.
What would also catch your case would be to disallow factors as subset
variables, and I can't think of any situation where subsetting with a
factor would occur naturally. Does 5.1 allow subsetting with factors?
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept...
2023 Apr 19
1
[PATCH] ocfs2: reduce ioctl stack usage
On Wed, 19 Apr 2023 10:00:15 +0800 Joseph Qi <joseph.qi at linux.alibaba.com> wrote:
>
>
> On 4/18/23 8:56 PM, Christian Brauner wrote:
> > On Tue, Apr 18, 2023 at 05:37:06PM +0800, Joseph Qi wrote:
> >> Andrew picked ocfs2 patches into -mm tree before.
> > Yup and that's fine obviously, but this belongs to fs/ and we're aiming
> > to take fs/
2004 Jun 08
0
bootstrap: stratified resampling
...predab.resample (Design library) says "group: a grouping variable used to
stratify the sample upon bootstrapping. This allows one to handle k-sample
problems, (...)".
That the authors of boot and Design are using stratified resampling indicates
to me that this might be the obvious, unproblematic way to go, but I
understood that stratified resampling was OK only when that was sampling
scheme that generated the data.
What am I missing?
Thanks,
R.
--
Ram??n D??az-Uriarte
Bioinformatics Unit
Centro Nacional de Investigaciones Oncol??gicas (CNIO)
(Spanish National Cancer Center)
Melch...
2008 Jun 10
0
[ANNOUNCE] Release of iptables 1.4.1
The netfilter coreteam proudly presents:
iptables version 1.4.1
The header resync turned out to be unproblematic, changes since
-rc3 include fixes for iptables-save output of the owner match,
support for revision 1 of the addrtype match, more manpage
updates and some sparse fixes.
For people updating from 1.4.0, this release brings:
- new build system with better configurability
- scalability improvements...
2005 May 01
0
dll symbol loading: possible bug
...quot;)
system("R CMD SHLIB dummy2.c")
in a previous R session.
Contents of file .Rprofile:
--------------------
dyn.load("dummy1.so")
dyn.load("dummy2.so")
--------------------
I start R, with this .Rprofile present. Although re-dyn.load()ing of the
first dll seems unproblematic, re-dyn.load()ing the other dll and all
subsequent dyn.load()s seem to result in loss of symbols in the other dll:
Type 'q()' to quit R.
> options(STERM='iESS', editor='gnuclient -q')
> ls(all=TRUE)
character(0)
> is.loaded("dummy1") ; is.loaded("...
2000 Sep 19
1
Re: more experience with formulas
>>>>> "WSt" == Werner Stahel <stahel@stat.math.ethz.ch> writes:
[to me privately]
WSt> I do not want to call this a bug, but it bugged me. Please try the
WSt> following:
WSt> tform <- sqrt(RADAI) ~ sqrt(RADAI.e) + TAGE.ej + SPITAL + ARZT + DAS28 +
WSt> SJC + TJC + DGA + HAQ + PGA + PAIN + YEAR.SYM + YEAR.DIA +
WSt> ALTER +
2005 Sep 13
13
[Bug 1085] Intermittent ssh core dumps
http://bugzilla.mindrot.org/show_bug.cgi?id=1085
Summary: Intermittent ssh core dumps
Product: Portable OpenSSH
Version: 4.2p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: js at phil.uu.nl
I
2009 Jul 30
7
arrays, loops, etc
Inspired by the recent thread titled "Array input of dirs, ensuring
their existence" I thought I''d write up the problem I''m running into. I
was chatting on irc about it, I don''t think puppet has a clean solution.
Like the other poster, I''m defining an object that takes an array. In
my case, I''m defining gpg keystore, which can contain a
2020 Oct 30
3
SSH client and bracketed paste mode
........long-path-to-socket:/run/....long-path-to-remote-socket
Forwarding port.
^C
root at localhost:~#
Depending on the implementation decision, this might have a mild
security impact for the weird border case, where someone copy and
pastes input to a remote terminal, e.g. after reading seemingly
unproblematic commands on a webpage or in a mail. In worst case,
that could allow unwanted remote connections to the local machine
or with "PermitLocalCommand" execute commands on the client.
For the case where the remote machine is compromised, the admin
would need to copy and paste problematic text...
2003 Aug 20
0
end-of-loop-timeout problem and submit-bug-report output (resending) (PR#3841)
...haviours
turned on
;; If suppress-initial-dialog is t then the initialization message
dialog box is not displayed.
;; Recommended default is nil for Windows NT/2000/XP, t for Windows
9x.
(defconst suppress-initial-dialog t) ; nil = show dialog
;; If enable-R-menus > 0, then unproblematic R menu items are enabled.
;; If enable-R-menus > 1, then in addition menu items that call GUI
functions are enabled.
;; Recommended default is 2 for Windows NT/2000/XP, 1 for Windows
9x.
(defconst enable-R-menus 1) ; 2 = all menu items enabled
;; If suppress-R-toolbar is t t...
2008 Dec 15
10
OT: Looking for a robust IMAP client
This weekend we had a runaway email endless loop. When it was killed
after 18 hours, my inbox had 135,000 messages in it...there were two
messages that were being endlessly sent and bounced and I'm on the
postmaster alias. Thunderbird was able to do a mass select of one of
the two messages, and deleted 65,000, but after that it locked up. I
ended up firing up Pine to do the final
2006 Apr 03
30
DO NOT REPLY [Bug 3653] New: Silence 'vanished files' messages
...re
AssignedTo: wayned@samba.org
ReportedBy: count-samba@flatline.de
QAContact: rsync-qa@samba.org
Please add an option to disable the 'vanished files' error messages and return
code. This way, running rsync from crontab/meep wouldn't send mails for this
rather unproblematic case when you already know about it.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
2010 Jan 02
27
Pool import with failed ZIL device now possible ?
Hello list,
someone (actually neil perrin (CC)) mentioned in this thread:
http://mail.opensolaris.org/pipermail/zfs-discuss/2009-December/034340.html
that is should be possible to import a pool with failed log devices
(with or without data loss ?).
>/
/>/ Has the following error no consequences?
/>/
/>/ Bug ID 6538021
/>/ Synopsis Need a way to force pool startup when