Displaying 19 results from an estimated 19 matches similar to: "Problem : Debian xen package removal & installation"
2008 Jan 25
1
Bug#462522: xen-utils installation failure
Package: xen-utils-3.2-1
Version: 3.2.0-1
Severity: important
X-Debbugs-Cc: rrs at researchut.com
Hi,
xen-utils fails to install. I'm sorry that I couldn't gather other information
that reportbug gathers.
virtian:~# apt-get install xen-hypervisor-3.2-1-i386 xen-utils-3.2-1
xen-docs-3.2
Reading package lists... Done
Building dependency tree
Reading state information... Done
The
2011 Jan 26
2
changes in rspec 2.4 break ci_reporter
Hi
I use the ci_reporter gem for builds on my CI machine (hudson).
Prior to rspec 2.4, environment options would override commandline
options. So the gem used this to change the formatter and require its
files.
In 2.4, that order has been reversed.
the thing is 2.4 supports multiple formatters, so there is another suggestion.
RSpec::Core::ConfigurationOptions
def parse_options
2013 Jan 30
1
how to customize puppet-haproxy module??
Dear all,
I''ve just started using puppet-haproxy module and planing to role it out
department-wide, so that other group/team/project also can make use it as a
core-module. As the several other groups are involved, their requirements
are also different. I have two Qs here: How do I customize the "Listen" and
"default" section without modifying the actual listen.pp
2006 Sep 17
1
Error starting xend?
After upgrading to xen unstable packages I'm seeing the following
problem:
skx@itchy:~$ sudo /etc/init.d/xend restart
Restarting XEN control daemon: xendTraceback (most recent call last):
File "/usr/lib/xen-3.0-unstable-1/bin/xend", line 40, in ?
from xen.xend.server import SrvDaemon
File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDaemon.py", line 17,
2006 Aug 30
0
Bug#384739: Just hit that too
I just hit the problem too, but in digging into it I found that the
post-inst script was running the dh_installinit bit which tries to start
the daemon, before the dh_pycentral bit, which makes the python modules
available. I manually ran "pycentral pkginstall xen-utils-3.0" then
xend would start and the postinst script could finish.
- Nick Lopez
nlopez@espri.arizona.edu
2001 Dec 15
0
Issues with IPv6 support and with global_opts structure
I ran into two problems related to the IPv6 support recently added to
rsync. I have only noticed these on Linux, I think because it alone of
my machine types supports the getaddrinfo() call; the rest use rsync's
builtin version of getaddrinfo().
The first problem is that on one Redhat 6.2 system I observed that when
rsync tries to create an IPv6 socket, the socket() system call is returning
2006 Sep 15
0
[Bug 511] New: Premature ip_conntrack timer expiry on 3+ window size advertisements
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=511
Summary: Premature ip_conntrack timer expiry on 3+ window size
advertisements
Product: netfilter/iptables
Version: linux-2.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: ip_conntrack
2012 May 18
0
[LLVMdev] [RFC] llvm/include/Support/FileOutputBuffer.h
On Thu, May 17, 2012 at 3:25 PM, Nick Kledzik <kledzik at apple.com> wrote:
> I now have an implementation of FileOutputBuffer (OutputBuffer was already taken). The patch supports the functionality listed below and I've tested that it works for lld.
>
> To implement the FileOutputBuffer, I needed to add some more functions to llvm/Support/FileSystem.h, including:
>
2007 Feb 12
0
htb: rate bigger then ceil
Hi,
we have upgraded a gateway machine for our network and suddenly
shaping doesn''t work as it used to. Before the upgrade the traffic was
shaped correctly - both OUTPUT and FORWARD packets shared the same
class and it just worked. But now only FORWARD packets are shaped,
OUTPUT uses whole line bandwidth.
This is a piece of output from tc -s class show dev eth1:
class htb 1:894 parent
2006 Oct 14
0
/proc/net/dev counters
Hi
Maybe my problem is litle offtopic to this list , but maybe someone had
something similar like this , and have some good solution .
Ok, I''ve have router with four intel e1000 pci-x(2x100Mhz/2x133Mhz) nics that push
about 200Mbit/s ,
and I''m using nload for realtime traffic monitoring. Everything was great
until I''ve updated kernel to 2.6.17.13 . After update
2006 Nov 08
1
Samba 3.0.23c: possible bug when printing to WinXP printer
Prior to filing a bug, I wanted the list to review and possibly comment.
System:
------
Kernel 2.6.17.13
Slackware 11
WinXP Pro, SP2 with latest updates
CUPS versions tested 1.2.4/5/6
Samba versions tested 3.0.23c/22
Printer tested, Brother HL 1440 on XP machine
XP peer set up to allow guest access and file and print sharing are
enabled.
# testparm
Loaded services file OK.
WARNING: passdb
2011 Feb 22
0
Re: iproute 2010-2011 - tree problem (udp, quid, action police + action mirred)
On Tue, 22 Feb 2011 11:15:39 +0100
"PIOTREK H." <komarekmz@tlen.pl> wrote:
> Welcome
>
> I have a problem with the new iproute "iproute2-2.6.37.tar.bz2 07-Jan-2011 9:18 (the problem from version 2010 to 2011).
> Three problems:
> a) with filters for UDP traffic
> problem affects only the queuing traffic to the machine on which you work qos
> In the case
2006 Nov 01
1
Samba can't spool to CUPS. Data not sent to printer
I waited three days to post this while googling, reading, testing. I can't
figure this out, so am hoping someone here has had a similar problem and
can recommend a solution.
System and versions:
Kernel 2.6.17.13
Slackware-11
Sambe 3.0.23c
CUPS 1.2.4
Printer HP Photosmart 7550 on usb.
Samba guest account=ftp (I read that the account nobody can cause trouble).
$ lpstat -s
system default
2001 Dec 17
1
CVS update: rsync
On 14 Dec 2001, dwd@samba.org wrote:
> open_socket_in was attempting to try all the protocols returned from
> getaddrinfo(), but only if a corresponding call to socket() returned one of
> three *NOSUPPORT errno codes. A Redhat 6.2 system was observed returning
> EINVAL instead so it never went on to try IPv4. This update adds EINVAL to
> the list. Question: why not always
2012 May 17
3
[LLVMdev] [RFC] llvm/include/Support/FileOutputBuffer.h
I now have an implementation of FileOutputBuffer (OutputBuffer was already taken). The patch supports the functionality listed below and I've tested that it works for lld.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FileOutputBuffer.patch
Type: application/octet-stream
Size: 25308 bytes
Desc: not available
URL:
2007 Jun 18
4
Images outside the site
I''m developing a site that will need to display images that will be stored in a location outside the site. What would be the easiest way to do this? The site will be running on a linux machine.
Thanks,
Will
---------------------------------
You snooze, you lose. Get messages ASAP with AutoCheck
in the all-new Yahoo! Mail Beta.
2011 Jul 25
1
ovirt (git) build removes ovirtnode.password
Hi There,
I may be doing something wrong. I built ovirt-node-image from git using
instructions at https://fedorahosted.org/ovirt/wiki/Build (note: the -b
next should be removed from the wiki)
Anyway, moving on. I successfully created an ovirt-node-image.iso, but
when I boot off it, the first boot fails with ovirtnode.password being
missing. I can see in recipe/ovirt-node-image.ks that
2009 Jul 10
6
Best practices for building a file from distributed data.
G''day.
I am wondering what the current best practice for building a single file out
of distributed fragments is with puppet. Specifically, my problem:
1. Install munin-node on arbitrary machines.
2. Install ''munin.conf'' as a single file on one machine, containing a
configuration stanza for every machine that munin-node is installed on.
The current best practice
2011 Jan 09
11
(no subject)
OK, so after several weeks of trying to get various versions of Xen running of various distributions, I''m starting to wonder if I''ve got a hardware compatibility problem and as the system never really boots with the Xen kernel I''ve got no log files to tell me where the problem is. I was wondering if there''s a way to compile from source with debug turned on,