Displaying 20 results from an estimated 2000 matches similar to: "getting lots of warnings"
2014 Dec 23
0
Fwd: no ipv6 dns resolution for outbound registration with pjsip/asterisk13.1
3rd attempt to post it to the list, please ignore if it is duplicate
I have the following problem
When trying to setup asterisk 13.1 with PJSIP to connect to my IPV6 capable
SIP provider the registration fails.
[code][Dec 22 19:24:24] DEBUG[25247] pjsip: tsx0x110736c .Transaction
created for Request msg REGISTER/cseq=36181 (tdta0x721d90)
[Dec 22 19:24:24] DEBUG[25247] pjsip:
2008 Feb 24
1
what missed ----- CART
Hi all,
Can anyone who is familar with CART tell me what I missed in my tree code?
library (MASS)
myfit <- tree (y ~ x1 + x2 + x3 + x4 )
# tree.screens () # useless
plot(myfit); text (myfit, all= TRUE, cex=0.5, pretty=0)
# tile.tree (myfit, fgl$type) # useless
# close.screen (all= TRUE) # useless
My current tree plot resulted from above code shows as:
2010 Feb 07
2
Bug#568815: Redundant messages from dhcpd in logcheck output in "server" mode.
Package: logcheck
Version: 1.2.69
Severity: normal
Tags: patch
Logcheck's reports contains many messages like:
Feb 7 19:03:57 srv dhcpd: DHCPREQUEST for 172.21.0.126 from 00:19:7e:9f:cc:32 (Hostname
Unsuitable for Printing) via eth0
Feb 7 19:03:57 srv dhcpd: DHCPACK on 172.21.0.126 to 00:19:7e:9f:cc:32 (Hostname
Unsuitable for Printing) via eth0
I create file
2001 Jun 14
0
Re: [sct@redhat.com: EXT2 - EXT3 - Reiserfs]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thursday 14 June 2001 15:58, Stephen C. Tweedie babbled:
> ext3 can do both metadata-only and full data journaling. You can
> enable data journaling for the entire filesystem or on a per-file
> basis (ext3 uses that functionality internally to journal writes to
> the quota files to keep them consistent, for example.)
I learn
2006 Jan 03
3
SwitchTower and Subversion branches
I''m working on a Rails project that needs to be deployed in the near
future. To enable prompt responses to bug reports, me and my coding
partner were thinking to use the following SVN repository
lay-out/policy.
We''re using trunk/ for our main-line development. Whenever we deploy
something from our trunk, we first want to make a branch (e.g.
branches/1.x) and then derive a tag
2017 Jun 28
0
Nash equilibrium and other game theory tools implemented in networks using igraph or similar
There are many possible responses to the question "Is there a package to do X." Some that I can imagine are:
* Yes, see package Y...
* No, I am familiar with all 10000 packages and there isn't...
* Silence (because no one who is paying attention is familiar with the one that exists)
* Use a search engine...
* You are a jerk because you did not use a search engine
* Packages exist
2007 Apr 15
2
Is STP wire decent for analog phones?
I've got a run of Shielded Twisted Pair (4 conductors) which used to be
a Token Ring Network drop and I'm not using it anymore. Would it be
decent to replace the ends with normal analog phone connectors and use
it for a phone extension, or is STP unsuitable for that?
Thanks
Steve
2025 Jan 15
1
[PATCH v2 25/25] drm/xlnx: Compute dumb-buffer sizes with drm_mode_size_dumb()
Hi
Am 15.01.25 um 11:58 schrieb Tomi Valkeinen:
[...]
>> These are all good points. Did you read my discussion with Andy on
>> patch 2? I think it resolves all the points you have. The current
>> CREATE_DUMB
>
> I had missed the discussion, and, indeed, the patch you attached fixes
> the problem on Xilinx.
Great. Thanks for testing.
>
>> ioctl is
2019 Aug 02
0
[PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
On 2019/8/1 ??10:15, Jason Gunthorpe wrote:
> On Thu, Aug 01, 2019 at 01:02:18PM +0800, Jason Wang wrote:
>> On 2019/8/1 ??3:30, Jason Gunthorpe wrote:
>>> On Wed, Jul 31, 2019 at 09:28:20PM +0800, Jason Wang wrote:
>>>> On 2019/7/31 ??8:39, Jason Gunthorpe wrote:
>>>>> On Wed, Jul 31, 2019 at 04:46:53AM -0400, Jason Wang wrote:
>>>>>>
2025 Jan 15
1
[PATCH v2 25/25] drm/xlnx: Compute dumb-buffer sizes with drm_mode_size_dumb()
Hi,
On 15/01/2025 13:37, Thomas Zimmermann wrote:
> Hi
>
>
> Am 15.01.25 um 11:58 schrieb Tomi Valkeinen:
> [...]
>>> These are all good points. Did you read my discussion with Andy on
>>> patch 2? I think it resolves all the points you have. The current
>>> CREATE_DUMB
>>
>> I had missed the discussion, and, indeed, the patch you
2025 Jan 15
1
[PATCH v2 25/25] drm/xlnx: Compute dumb-buffer sizes with drm_mode_size_dumb()
Hi,
On 15/01/2025 12:26, Thomas Zimmermann wrote:
> Hi
>
>
> Am 15.01.25 um 11:13 schrieb Tomi Valkeinen:
>> Hi!
>>
>> On 09/01/2025 16:57, Thomas Zimmermann wrote:
>>> Call drm_mode_size_dumb() to compute dumb-buffer scanline pitch and
>>> buffer size. Align the pitch according to hardware requirements.
>>>
>>> Signed-off-by:
2009 Jan 19
0
[LLVMdev] Criticism of garbage collection support in LLVM
And the followup:
http://lhc-compiler.blogspot.com/2009/01/why-llvm-probably-wont-replace-c.html
On Sat, Jan 17, 2009 at 1:18 PM, Mikhail Glushenkov <foldr at codedgers.com> wrote:
>
> This may be of interest:
>
> http://lhc-compiler.blogspot.com/2009/01/case-against-cllvm.html
>
> People implementing a new Haskell compiler explain why LLVM is an
> unsuitable target
2012 Feb 27
0
[LLVMdev] [RFC] Remat Enhancements
dag at cray.com (David A. Greene) writes:
>>> The change requires that live interval analysis be able to determine
>>> whether and instruction is a load and whether an instruction writes to
>>> memory.
>>
>> Just use MI->mayLoad(), MI->mayStore().
>
> Does this also account for arithmetic instructions with memops? These
> interfaces
2012 Feb 27
1
[LLVMdev] [RFC] Remat Enhancements
On Feb 27, 2012, at 9:51 AM, David A. Greene wrote:
> dag at cray.com (David A. Greene) writes:
>
>>>> The change requires that live interval analysis be able to determine
>>>> whether and instruction is a load and whether an instruction writes to
>>>> memory.
>>>
>>> Just use MI->mayLoad(), MI->mayStore().
>>
>>
2012 Dec 04
1
clucene (in)stability
Considering two crashing bugs, which have got no response
(https://sourceforge.net/tracker/?func=detail&aid=3587525&group_id=80013&atid=558446
and
https://sourceforge.net/tracker/?func=detail&aid=3592291&group_id=80013&atid=558446)
and the lack of activity in its Git repository, I am inclined to think
that CLucene's current release series (e.g. 2.3.3.4) should be
2010 Aug 22
1
Is "samba3_vscan" compiled anymore, by anyone?
I'm looking at the RPM's over at http://ftp.sernet.de/pub/samba/3.5/,
and noticing that the "samba3-vscan" package is not being built for
any OS. Is this deliberate? If so, perhaps it can be deleted from the
SRPM? It no longer builds correctly for Samba v3.5, and is a years old
virus scanning tool in any case. It's therefore probably unsuitable
for virus scanning of any
2008 May 05
1
OS_type
We've now implemented an OS_type field in a package's DESCRIPTION file,
which if set has to match .Platform$OS.type (possible values "unix" and
"windows"). CRAN has set up some overrides and added this field to
packages known to be Unix-only or Windows-only, but authors should do so
for themselves in future.
Unsuitable packages will not be offered by
2006 Oct 30
2
Ugly menu/dialog font of applications, using debian sarge and wine 0.9.8 and 0.9.22
hello,
I have a problem with an unsuitable font in the
windows menus/dialogs with the above versions of wine
(dont think this depends much on the versions, though.
Have not tried other versions so far.) when using
debian sarge.
The font seems to look a bit ugly, usually destroys
partly the menu/dialog structures, and, most
important, has no German umlaut's (the diphtongs ae,
oe, ue and
2025 Jan 15
1
[PATCH v2 25/25] drm/xlnx: Compute dumb-buffer sizes with drm_mode_size_dumb()
Hi
Am 15.01.25 um 13:06 schrieb Tomi Valkeinen:
> Hi,
>
> On 15/01/2025 13:37, Thomas Zimmermann wrote:
>> Hi
>>
>>
>> Am 15.01.25 um 11:58 schrieb Tomi Valkeinen:
>> [...]
>>>> These are all good points. Did you read my discussion with Andy on
>>>> patch 2? I think it resolves all the points you have. The current
>>>>
2018 Mar 09
3
html5 icecast video source client
Five years after initially posting to this list[0], I finally completed
as browser-based video source client iceast.
The code is here:
https://gitlab.com/jamie/icecream
As Romain Beauxis responded to my initial email, webrtc was unsuitable
and websockets was the way to go. Thanks for the help!
jamie
0. http://lists.xiph.org/pipermail/icecast-dev/2013-July/002223.html
--
May First/People Link