Displaying 20 results from an estimated 500 matches similar to: "Bug#466683: libxenstore3.0 could use a better description too"
2012 Dec 07
0
[Bug 1585] Allow an `Include' option which reads another config file in place and does not error out when `Include' file not readable
https://bugzilla.mindrot.org/show_bug.cgi?id=1585
Tomas Pospisek <tpo_deb at sourcepole.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tpo_deb at sourcepole.ch
--- Comment #2 from Tomas Pospisek <tpo_deb at sourcepole.ch> ---
+1 I needed
2008 Feb 20
1
Bug#466683: xenstore-utils: The package description doesn't say what the utilities contained in the package are for.
Package: xenstore-utils
Version: 3.2.0-3
Severity: minor
Description: Xenstore utilities for Xen
This package contains the Xenstore utilities.
I would hope that there would be a more descriptive description
for this package, so I could know if I really need it.
(Yes, I'm a newbie to the world of XENU ... I suppose I would
already know if I wasn't new to this.)
-- System Information:
2024 Mar 19
2
Bug#1067151: xen-utils-common: vif-openvswitch ignores MTU
Package: src:xen
Version: 4.17.3+10-g091466ba55-1~deb12u1
Severity: wishlist
I wasn't sure if this script comes from Debian or Xen or somewhere else,
so I thought it safest to report it here.
/etc/xen/scripts/vif-bridge handles MTU settings in the vif, but the
otherwise similar /etc/xen/scripts/vif-openvswitch does not. I added it
in, here's the diff-c and the full fixed file is also
2015 Jun 10
0
[Bug 1585] Allow an `Include' option which reads another config file in place and does not error out when `Include' file not readable
https://bugzilla.mindrot.org/show_bug.cgi?id=1585
--- Comment #21 from Tomas Pospisek <tpo_deb at sourcepole.ch> ---
@Jakub Jelen specifically, but to the other people here in general as
well.
I have not studied the proposed patches, but one problem that I am
seeing in general with the approach is, that once we start
including/merging multiple configurations, we will start seeing
conflicts
2016 Apr 15
0
[Bug 1585] Allow an `Include' option which reads another config file in place and does not error out when `Include' file not readable
https://bugzilla.mindrot.org/show_bug.cgi?id=1585
--- Comment #25 from Tomas Pospisek <tpo_deb at sourcepole.ch> ---
Thanks to everybody how contributed patches and helped moving this
featureinto ssh. And in particular to Damien to applying patch and
tests and including the feature!
Thanks
*t
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You
2024 Mar 19
0
Bug#1067152: xen-utils-common: remove IPv6 link locals from switched interfaces
Package: src:xen
Version: 4.17.3+10-g091466ba55-1~deb12u1
Severity: wishlist
I wasn't sure if this script comes from Debian or Xen or somewhere else,
so I thought it safest to report it here.
IPv6 on the Dom0 should be removed from switched/bridged interfaces.
Earlier I would just sysctl disable_ipv6 on the interface, but the below
diff seems to remove the link local address too. I've
2013 Jan 04
1
[PATCH] drm/nouveau/clock: fix support for more than 2 monitors on nve0
Fixes regression introduced in commit 70790f4f
"drm/nouveau/clock: pull in the implementation from all over the place"
When code was moved from nv50_crtc_set_clock to nvc0_clock_pll_set,
the PLLs it is used for got limited to only the first two VPLLs.
nv50_crtc_set_clock was only called to change VPLLs, so it didn't
limit what it was used for in any way. Since nvc0_clock_pll_set is
2005 Dec 05
0
Rails Job in Switzerland
Hi all,
We are a Linux / Open Source company based in Bad Ragaz, Switzerland,
developing commercial Rails applications since version 0.8.
We''re currently looking for a skilled programmer with Rails experience to join
our team.
If you''re interested, please contact Pirmin Kalberer (pka at sourcepole.ch)
for more information.
--
Pirmin Kalberer
Sourcepole - Linux & Open
2007 Jan 24
0
Mocha 0.4 released
So I finally got round to releasing a new
version<http://rubyforge.org/frs/?group_id=1917&release_id=9184>of
Mocha <http://mocha.rubyforge.org/>. Much of the functionality has been
available for some time if you''ve been using the Rails plugin based on
subversion HEAD, but now you can get it in all in a gem (or other package).
The most recent changes centre around allowing
2018 Jul 27
1
Finding memory usage
On 7/27/2018 12:13 PM, Gordon Messmer wrote:
> On 07/27/2018 08:10 AM, Bowie Bailey wrote:
>> The problem is that I can't find 2.4G of usage.
>
>
> Are your results from "top" similar to:
>
> ? ps axu | sort -nr -k +6
That looks the same.
>
> If you don't see 2.4G of use from applications, maybe the kernel is
> using a lot of memory.? Check
2004 Oct 19
0
Date format
Hi railers,
Anybody know how to change the default US date format from to European style
(dd.mm.yyyy)?
I have to switch the format in statements like
<%= @document.changedate %>
<%= text_field "document", "changedate" %>
<%= date_select "document", "changedate" %>
??
Thanks, Pirmin
--
Pirmin Kalberer
Sourcepole - Linux & Open
2006 Dec 14
3
Stubbing constructiors
This works:
class X
def X.initialize( stuff )
end
end
X.initialize("bla")
However stubbing it doesn,t:
require ''test/unit''
require ''stubba''
class X
def X.initialize( stuff )
end
end
class XTest < Test::Unit::TestCase
def test_
X.stubs(:initialize).with("bla")
2013 Aug 16
3
Bug#466683: Expanding descriptions of some packages.
tags 466683 +patch
thanks
commit 765ac4708e4dd8a6fea0028d631a7c3363b286b7
Author: Ian Campbell <ijc at hellion.org.uk>
Date: Fri Aug 16 10:30:17 2013 +0100
* debian/changelog: Update
* debian/templates/control.main.in: Update descriptions for some packages.
diff --git a/xen/debian/changelog b/xen/debian/changelog
index 6100e75..e5b25ef 100644
--- a/xen/debian/changelog
+++
2013 Jan 09
0
[PATCH] drm/nvc0/fb: fix crash when different mutex is used to protect same list
Fixes regression introduced in commit 861d2107
"drm/nouveau/fb: merge fb/vram and port to subdev interfaces"
nv50_fb_vram_{new,del} functions were changed to use
nouveau_subdev->mutex instead of the old nouveau_mm->mutex.
nvc0_fb_vram_new still uses the nouveau_mm->mutex, but nvc0 doesn't
have its own fb_vram_del function, using nv50_fb_vram_del instead.
Because of this, on
2013 Aug 16
0
Bug#466683: Expanding descriptions of some packages.
Ian Campbell wrote:
> + * Expand on the descriptions of some packages. (Closes: #466683)
Trivial typo here:
> Package: libxen-dev
> Section: libdevel
> Depends: libxen- at version@ (= ${binary:Version}), libxenstore3.0 (= ${binary:Version}), ${misc:Depends}
> Description: Public headers and libs for Xen
> This package contains the public headers and static libraries for
2010 Dec 01
2
Reordering entries in package manual PDF's
Hello,
I have created my own R package and written the documentation in Rd
format for each of the functions plus the package itself.
However now the functions appear in a random order in the generated PDF
and the package documentation entry is placed in between the functions,
when I would like it to be first, naturally.
Is there an easy way to specify the order of the entries in the
generated
2007 Sep 23
4
nls fits by groups
Dear Colleagues,
I am trying to estimate several non-linear models simultaneously. I don't
want to use non-linear mixed model, but non-linear model with same form, but
it should be estimated separately according to variable group (I have lots
of groups that have lots of observations....). I would like to have unique
parameters for each group.
e.g. something like this
mod <- nls(y ~
2006 Dec 14
2
public SVN dead?
James Mead wrote:
> Trunk has moved on considerably since the last release. I really must
> get round to releasing again soon.
Righty, right. I''ve tried:
svn checkout svn://rubyforge.org/var/svn/mocha
as documented here [1], but svn will just hang forever.
Accessing any of the following:
[svn|http[s]]://rubyforge.org/var/svn/mocha[/[trunk[/]]]
either through the svn
2009 Mar 05
1
verbose_proctitle doesn't work?
How is verbose_proctitle supposed to work? I set it in the
config but I don't see anything particularly verbose while
the mailbox is connected. This is while the connection is
open, immediately after deleting a message, before closing
the connection. Same for IMAP and POP tests.
# `ps axu | grep dove`
# root 20392 0.0 0.0 1888 540 ? Ss 12:45 0:00 /usr/sbin/dovecot
#
2004 Jul 29
1
Limit // incoming calls to Queue Agents
Hello,
Since outgoinglimit is EOL'd, I've implemented SetGroup/GetGroupCount to
ensure that SIP clients will only have a single call at any time. Works
perfectly for simple calls using Dial().
I'm now struggling to find a way to similarily limit 2nd calls to SIP clients
that are Agents, who receive their calls from a Queue(). Is there any way to
accomplish this (without writing