Displaying 20 results from an estimated 7000 matches similar to: "help with 3.0.3 for etch"
2006 Oct 02
3
Xen 3.0.3 for Etch
Hi folks
Upstream forked a 3.0.3 tree a week ago. I hope they will release it in
the next two weeks. I think it will be a good idea to release this with
Etch. This may be also a good target as RHEL5 will also release with
Linux 2.6.18 (we use their xen patch for the kernel already) and Xen
3.0.3.
My current plan is:
- Upload 3.0.3-testing with version 3.0.3~rc1+hg$revision and abi
3.0.3-rc1.
-
2006 Oct 02
1
[RESEND] Xen 3.0.3 for Etch
Hi folks
Upstream forked a 3.0.3 tree a week ago. I hope they will release it in
the next two weeks. I think it will be a good idea to release this with
Etch. This may be also a good target as RHEL5 will also release with
Linux 2.6.18 (we use their xen patch for the kernel already) and Xen
3.0.3.
My current plan is:
- Upload 3.0.3-testing with version 3.0.3~rc1+hg$revision and abi
3.0.3-rc1.
-
2006 Nov 02
4
Running asterisk with 'sudo'
Hi guys,
I'm using RedHat and am trying to configure my sudo to enable user
'testuser' to run Asterisk. However whenever I try to run 'sudo
asterisk' as 'testuser' I get prompted for password.
This is the line in my sudoers configuration file that I thought should
do the trick, but it doesn't:
testuser ALL=NOPASSWD: /usr/sbin/asterisk
Does anyone know how to
2009 Aug 26
0
VIFs disappear from bridge - 3.0.3 Debian Etch
Hi all,
We''ve been using Xen 3.0.3-1 on Debian Etch for around 2 years now using standard Xen bridging. Over the past few months, we''ve experienced the periodic disappearance of VIF macs from the FDB of the bridge. It seems to happen at random, primarily with domUs that typically receive less network traffic. When the VIF stops responding, the mac address for it still shows up
2009 May 08
1
Re: Extrange behaviour in arp with xen 3.0.3 from etch [ solved ]
On Fri, May 8, 2009 at 10:14 AM, Javier Barroso <javibarroso@gmail.com> wrote:
> Hello,
>
> I have a etch xen server with a virtual machine with 2 network
> interfaces configured. Every interface has a different mac, and inside
> the host has a different ip.
>
> However I can see with tcpdump and arpwatch (I discover this because
> arpwatch told me), about the two ips
2006 Sep 16
2
Win2000/XP on Samba 3, Etch
I have problems configuring Win-clients with Samba 3 / Debian-Etch-Server.
Trying to connect the win-clients, the error at logon is:
no primary domain or wrong password
the server log reads:
[2006/09/15 13:34:14, 3] smbd/sesssetup.c:reply_sesssetup_and_X_spnego(691)
NativeOS=[Unix] NativeLanMan=[Samba] PrimaryDomain=[]
[2006/09/15 13:34:14, 3] libsmb/ntlmssp.c:ntlmssp_server_auth(672)
Got
2007 May 24
3
[HOWTO] Xen 3.1.0 on Debian etch amd64
Hello,
attached is a little guide (in mediawiki notation) how to cleanly
install xen 3.1.0 on debian etch amd64.
Suggestions welcome!
Regards,
Bjoern
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2009 Mar 21
4
How to convert Mod/Tod to any video formats
Question:
1: What is .Mod and .Tod video?
2: How to convert .Mod and .Tod video to AVI, MPG, WMV, MPEG?
Answer:
1: .Mod and .Tod videos are mainly produced by digital harddisk camcorder such as JVC camcorder and so on. It is not common video formats and can only be played on some special players.
2:Tipard Mod Converter (http://www.tipard.com/mod-converter.html)Windows and Tipard Mod Converter for
2006 Oct 24
1
Bug#395114: xen-hypervisor-3.0.3-1-i386: dom0 crashes when trying to boot hvm domain while paravirtualized domain is running
Package: xen-hypervisor-3.0.3-1-i386
Version: 3.0.3-0-1
Severity: normal
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
When you have a HVM domain running, if you try to boot a regular
paravirtualized domain, dom0 (or maybe the hypervisor) crashes immediately (reboot). The opposite
(trying to boot a HVM domain while a regular paravirtualized domain is
running) crashes the system as well.
I
2007 Nov 24
2
Several xen problems in Debian Etch
Hi folks,
before I flood the bug tracking system, I just want to send you a list
of problems I encountered when using xen under Debian Etch (i386 on
Intel Core2 Duo E6750). Shall I open a seperate bug report for each of
the items below or are some of them features that are known to be
missing in the xen release?
- A HVM domain does not start when using a physical disk without
specifing the
2008 Jul 24
0
Problems with consolechars on debian etch dom0
Hello,
I''m running a debian etch xen dom0 host with kernel 2.6.18-6-xen-amd64.
With xen 3.0.3 all is fine, but when I boot in xen 3.2 (from backports)
the script /etc/init.d/console-screen.sh, exactly the command
"/usr/bin/consolechars --tty=/dev/tty[1-6] lat0-sun6", makes the console
unusable (the text is moving very fast over the display). Everything
else works fine. If I
2007 Jun 20
1
making a Time of Day axis
I am wrestling with time and date data. I came up with a way to plot and
label a histogram with "time of day" on the x-axis, but it seemed like a
lot more work than should be necessary. Is there a better way to do what
I am trying to do?
require(chron)
# read input data
data = read.table("input.dat", header=T)
# Create date-time and chron objects
datetime =
2011 Aug 19
0
rms:fastbw variable selection differences with AIC .vs. p value methods
I want to employ a parsimonious model to draw nomograms, as the full
model is too complex to draw nomograms readily (several interactions of
continuous variables). However, one interesting variable stays or
leaves based on whether I choose "p value" or "AIC" options to
fastbw(). My question boils down to this: Is there a theoretical reason
to prefer one over another?
2006 Nov 20
1
a little help needed plotting chron object
Hello there,
Using R 2.4.0 on Solaris (Unix):
I am trying to control the X axis range on a simple time of day plot.
I made a test program (below) that gets file time stamp information from
the files in the directory where R starts. The goal of the test program is
to plot the time of day of file creation on an x axis that spans a
user-specified range (like 12:00:00 to 15:00:00).
If I allow
2010 Mar 16
2
Conditional variable assignment
Hi everyone,
Once again I am stuck with a problem I can't seem to figure out. I suppose this learning curve levels off eventually, lol. I am learning on my own with absolutely no background in programming, so if I seem to request help a lot it's not because I am seeking others to do the work for me. I need to assign one of two arrival times to the 'ARRIVE' variable of my
2007 May 14
4
Debian etch Xen: No display window.
I am trying to setup Xen virtual servers using a Debian etch with the xen
3.0.3 provided in 32 bits mode. I am using full virtualization.
I managed to get things started using the configuration provided below. I
was able to run the install (with boot="d"). I even managed to start the
system afterwards, and it runs correctly.
But now I encounter a problem I already hit when running
2008 Oct 29
1
Auto-upgrade to R-2.8.0-1 in Etch
Hi Folks,
My Debian 4.0 Etch (installed Sep 2007, R version 2.7.1 (2008-06-23)
installed at the same time from a Debian repo) has just flashed
up that I can update as follows, using the update manager:
r-base-core New version: 2.8.0-1~etch-cran.0
r-base-html New version: 2.8.0-1~etch-cran.0
r-base-latex New version: 2.8.0-1~etch-cran.0
r-cran-boot New version: 1.2.34-1~etch-cran.0
2009 Dec 07
1
R slower after etch->lenny upgrade
Hi. Last week I updated from 32 bit etch to 32 bit lenny on an AMD SMP
machine. I first cloned the system disk to an identical drive, and
updated the cloned drive. I still have the etch install untouched on
the previous drive, which has allowed me to do some testing. After the
update R has slowed down significantly. A user brought this to my
attention, and at this point we have only
2009 Apr 23
0
Top 5 Best iPod Video Converter Review
There is hundreds of iPod software available now. After the wide investment, for you to manage your iPod efficiently, we made this iPod Video Converter Review for the best iPod Video Converters. It includes iPod Nano Converter, 3gp converter iPod, etc. So it is also the video converter review.
1. 4Videosoft iPod Video Converter (http://www.4videosoft.com/ipod-video-converter.html) $29.95
This
2011 Feb 10
1
Conditional sampling
R experts,
I need to sample two rows without replacement from the following data frame such that
neither row contains the same 'DOW'. For example, I cannot select both a Monday morning
and a Monday afternoon. I am using STRATA_NUM as an index to randomly select rows from,
since this variable indexes all unique permutations of DOW, SITE, and TOD. I know how to
use the sample function