Displaying 20 results from an estimated 10000 matches similar to: "Centos Forum is down??"
2013 Jul 29
2
ANNOUNCE: Oz 0.11.0 release
All,
I'm pleased to announce release 0.11.0 of Oz. Oz is a program
for doing automated installation of guest operating systems with
limited input from the user. Release 0.11.0 is a bugfix and feature
release for Oz. Some of the highlights between Oz 0.10.0 and 0.11.0
are:
* Add support for installing Ubuntu 13.04
* Add the ability to get user-specific ICICLE information
* Add the
2012 Jan 11
1
ANNOUNCE: oz 0.8.0 release
All,
I'm pleased to announce release 0.8.0 of Oz. Oz is a program for
doing automated installation of guest operating systems with limited
input from the user.
Release 0.8.0 is a (long overdue) bugfix and feature release for
Oz. Some of the highlights between Oz 0.7.0 and 0.8.0 are:
- Optional virtualenv make target
- Conversion of unittests to py.test
- Replace
2005 Dec 05
1
need help with matrix manipulation
I hope my problem is not too basic to post here. I am a beginner having
problems with some matrix manipulation. The data I am working with are
sites with hourly ozone readings and is in a matrix where each row is a site
and each column is an hourly reading. So for 10 sites, one day's worth of
data is a 10x24 matrix - column 1 is the ozone measurement for midnight GMT,
column 2 is ozone at
2001 Nov 01
6
WinXP - Can Join 2.2.2 domain - Not log on
I have read through the mail archives to find a solution to my problem...
to no avail. Here is the issue:
I have a Samba 2.2.2 acting as a PDC, with Win2k I can join the domain
and logon as a domain user. No problem. (So it is working and set up
properly).
With WinXP - Pro, I can join the domain, successfully. However, once I
do the reboot I cannot logon as a domain user as I did with
2018 Apr 21
5
[RFC] Turn the MachineOutliner on by default in AArch64 under -Oz
Hi all,
The MachineOutliner has come a long way since the original incarnation presented at the 2016 LLVM Developer's Meeting [1]. In particular, we've been pushing a lot on the AArch64 target for the MachineOutliner. It's mature enough at this point that we'd like to take things a step further and turn it on by default in AArch64 under -Oz. Since the primary goal of -Oz is
2011 Mar 11
1
setpgid() before exec'ing qemu
Hi
I am writing a python test suite that uses oz (https://github.com/clalancette/oz)
which uses libquestfs. I am simulating a small cloud and have some apps that need
to talk to the guests.
All works really well until I needed to start another process.
So I start a process then "oz" starts up a VM (it uses libquestfs)
then when "oz" cleans up it calls
2006 Jan 04
7
variables in layouts
I have a layout that provides the basic outline of each page in my app.
It has a title, footer and a navigation bar.
In the title I want to put the name of the current user that is logged
in.
I could do something like @session[:username] but I would rather
encapsulate that into a single variable so that I can change the key in
the session map if I want without having to goto each page that
2014 Feb 03
3
Namespace Mistake
Hello,
i try to setup the Dovecot Tutorial on
http://wiki2.dovecot.org/HowTo/VirtualUserFlatFilesPostfix
But when send message i become the follow error message:
<dovecot.log>
Feb 03 18:06:09 lmtp(8386, webmaster at silviosiefke.com): Error: user webmaster at silviosiefke.com: Initialization failed: namespace configuration error: Duplicate namespace prefix: ""
2013 Dec 10
1
Error in chunked encoding
Hello,
Oz is a program that does automated installation of virtual
machines. It is written in python and uses libguestfs pretty heavily
to manipulate ISOs and disks.
Someone reported an error against Oz here:
https://github.com/clalancette/oz/issues/140
There are some more details in the issue, but it essentially looks
like something happened during libguestfs tar_out:
RuntimeError:
2014 Feb 07
1
Re: Automate Windows 7 installation via Answer file
Thanks, i will try out the links
RJ
> Date: Thu, 6 Feb 2014 13:46:17 -0700
> From: eblake@redhat.com
> To: rajeshdavid@hotmail.com; libvirt-users@redhat.com
> Subject: Re: [libvirt-users] Automate Windows 7 installation via Answer file
>
> On 02/06/2014 10:57 AM, RAJESH David John wrote:
> > Hello,
> > Is there a means to automate windows 7 installation after
2020 Jul 21
2
[ARM] Should Use Load and Store with Register Offset
Hello Sjoerd,
Thank you for your response! I was not aware that -Oz is a closer
equivalent to GCC's -Os. I tried -Oz when compiling with clang and
confirmed that the Clang's generated assembly is equivalent to GCC for the
code snippet I posted above.
clang --target=armv6m-none-eabi -Oz -fomit-frame-pointer
memcpy_alt1:
push {r4, lr}
movs r3, #0
.LBB0_1:
cmp
2018 Nov 15
2
[cfe-dev] [RFC][ARM] -Oz implies -mthumb
Yes, exactly this:
> Sure, none of the cortex-m cores support ARM mode. Try cortex-a{5,7,8,9,15,53} etc and you'll see it works.
Sorry for being a bit vague and unclear here: yes, I should have said cortex-a{5,7,8,9,15,53}.
I was just having a play with this native compiler:
gcc-5 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
when I noticed that -Os gives me Thumb on
2012 Dec 11
1
Trying to package Oz for Ubuntu
[ CCing to Hilko who is the Debian maintainer, and the libguestfs
mailing list. ]
On Tue, Dec 11, 2012 at 04:18:20PM -0600, Steve Loranz wrote:
> Chris / Richard,
>
> I'm trying to get a package of Oz together for Ubuntu so that I can
> ultimately get an imagefactory package built for Ubuntu as well. I'm
> stuck on libguestfs at this point and was hoping one of you might
2003 Jan 14
1
0.99.7 out
This one seems to be actually working. Also rewrote doc/index.txt in
case someone is interested.
2018 Nov 15
3
[cfe-dev] [RFC][ARM] -Oz implies -mthumb
On Thu, 15 Nov 2018 at 14:18, Sjoerd Meijer <Sjoerd.Meijer at arm.com> wrote:
>
> Ahhh, typo in my previous mail:
>
>
> > when I noticed that -Os gives me Thumb on Cortex-A{8,9,17}
>
>
> I wanted to say:
>
>
> when I noticed that "GCC -Os" gives me Thumb on Cortex-A{8,9,17}
>
>
Yes. Just to clarify my response. That particular linaro
2009 Dec 11
3
Broadcom's BCM4311-, BCM4312-, BCM4321-, and BCM4322-based hardware install manual
2009/12/10 Milos Blazevic <milosb at list-solutions.com>
>
> Hi Ralph,
>
> I'm a member of CentOS forum and I've tracked problems laptop users are having with Broadcom's wireless hardware (namely, the one(s) in the subject).
> Under the circumstances, I had to install one of these myself back in August, which I did - after doing some googleing. Shortly after,
2011 Sep 15
1
ANNOUNCE: oz 0.7.0 release
All,
I'm pleased to announce release 0.7.0 of Oz. Oz is a program for doing
automated installation of guest operating systems with limited input from
the user.
Release 0.7.0 is a bugfix and feature release for Oz. Some of the
highlights between Oz 0.6.0 and 0.7.0 are:
- Ability to use the "direct initrd injection" method to install Fedora/RHEL
guests. This is an
2016 Sep 29
2
[RFC] Interprocedural MIR-level outlining pass
Hi Violeta,
I compiled with
clang -Oz and
clang -Oz -mno-red-zone for comparisons against Oz
and
clang -O0 and
clang -O0 -mno-red-zone for comparisons against a default clang.
I unfortunately don’t have the clang commit I worked with on my home laptop, and don’t have access to the computer I was using at Apple, so I can’t help you there.
Jessica
> On Sep 28, 2016, at 11:22 AM, Violeta
2024 Nov 27
1
Eaton 5PX 3rd party batteries
On Wed, Nov 27, 2024, at 10:07 AM, Dan Langille via Nut-upsuser wrote:
> On Tue, Nov 12, 2024, at 11:49 PM, Harlan Stenn wrote:
>> I check the spec'd net weight of the batteries with the actual weight of
>> each arriving battery.
>
> On the website, they say 5.73 pounds (5 lbs 11.6 oz).
>
> Two of the batteries were 5 lbs 11 oz. The rest were all 10, 9, or 8 oz.
2024 Nov 27
1
Eaton 5PX 3rd party batteries
On Tue, Nov 12, 2024, at 11:49 PM, Harlan Stenn wrote:
> On 11/12/2024 10:58 AM, Dan Langille via Nut-upsuser wrote:
>> Hello,
>>
>> nut recently told me that the batteries need replacing in my Eaton 5PX2200RT (ups) and 5PXEBM48RT (external battery pack). According to my notes, it has been just over 4 years since I installed them. Looking at on-line sales, these seem to use