Displaying 20 results from an estimated 30000 matches similar to: "64bit Python 32bit c library ..."
2008 Dec 18
3
errors after 0.24.7 upgrade ..
After upgrading my puppetmaster to 0.24.7 from 0.24.6 i am getting the
following errors in the puppetmaster logs. Any help would be appreciated.
Thu Dec 18 16:11:39 +1100 2008 Puppet (err): Could not store configs:
undefined method `environment='' for #<Puppet::Rails::Host:0xb72c0c38>
I do not use environment''s and they are not defined anywhere in the
puppet.conf
2007 Jan 09
3
Can i manage part of a file ..
Can I use puppet to ensure that a file includes certain text but not be
required to maintain the entire file?
For example,
I would like /etc/modprobe.conf to contain the following lines but the
file will also contain lines that are system dependent.
---------------------------------------------------------------------------------------
# Disable IPV6
alias net-pf-10 off
alias ipv6 off
2007 Apr 07
3
puppet --genmanifest
Is puppet --genmanifest something one should still be using? I''m having
some problems running it on RHEL4 and I''m sure I have read something about
puppet taking care of its own directories automatically. Here are a
selection of problems
This entry stops puppet from running, (reported by Ben
Abnormaliti@clivepeeters.com.au)
file {
2008 Feb 20
2
purging unmanaged cron
Should this work?
# --- remove any cronjobs that are not managed by puppet.
resources { "cron": purge => true }
I get the following error.
Resources[cron]: Failed to generate additional resources: You must
specify a title for objects of type Puppet::Type::Cron
Ben
2009 May 21
1
32bit vs 64bit memory usage
Hi!
I ran the following test on 3 different setups:
#!/usr/bin/php
<?
$n=1024*256;
$usage1=memory_get_usage();
$rusage1=memory_get_usage(true);
$a=array();
for($i=0;$i<$n;$i++)
$a[]=0;
$usage2=memory_get_usage();
$rusage2=memory_get_usage(true);
echo ($usage2-$usage1).'/'.($rusage2-$rusage1);
?>
...and I got the following results:
32bit
2006 Jun 14
1
Dom0 64bit & DomU 32bit Guest-OS?
Hi!
I am interested in trying out Xen on a server with Xeon EM64T processor, and I
was wondering, if it makes any sense to install a 64bit Gentoo Linux with Xen
in Dom0.
Is it possible, to run 32bit DomU installations, if Dom0 is 64bit?
I already searched for more info, but all I found were some older statements,
which tell that this is not possible, but this info may already be
2007 Apr 16
4
Error on first run
I install puppet as part of a Fedora and CentOS kickstart install and
this use to provide a nicely configured client immediately after the
first reboot from the kickstart completion. However with 0.22.3 i now
see the following error on puppets 1st run, as a result the client is
not configured.
The problem is easily rectified by connecting to each client and
restarting puppet.
I have also
2012 Dec 03
1
configure: error: python does not have ctypes support
Hi,
I am trying to install glusterfs 3.3.1 from source code. At the time of
configuration i am getting the following error
* configure: error: python does not have ctypes support*
On my system python version is: 2.4.3
Kindly advice on fixing the error.
Thanks n Regards
Neetu Sharma
Bangalore
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Jul 13
2
CentOS6: installing 32bit and 64bit RPMS via the installer?
Installing 64bit CentOS6 only installs x86_64 and noarch RPMS - however,
I have a number of legacy 32bit apps that require a number of 32bit RPMS
to be installed.
Does anyone know how to get the installer to install the 32bit versions
of 64bit RPMS? i.e. in the way it does for CentOS5.
Thanks
James Pearson
2011 Feb 10
2
R 2.12.1 Windows 32bit and 64bit - are numerical differences expected?
Should one expect minor numerical differences between 64bit and 32bit R on
Windows? Hunting around the lists I've not been able to find a definitive
answer yet. Seems plausible using different precision arithmetic, but waned
to confirm from those who might know for sure.
BACKGROUND
A colleague was trying to replicate some modelling results (from a soon to
be published book) using rpart, ada,
2005 Jul 21
3
Xen 32bit DomainU on Xen 64bit Domain0, is it possible?
Hi!
I have a opteron machine running in 64bit mode. I would like to set up a
Domain0 at 64bit and run 32bit domainU''s on top to use with other 32bit
domains in regular x86 boxes for clustering..
Is this scenario possible, considering the use of Xen3 ?
TIA
--
Miguel Sousa Filipe
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2006 Aug 28
2
32bit versus 64bit memory usage?
I'm planning for new Centos 4 computers using the 64bit distribution and is
wondering
if there is a difference on how much RAM memory you should use on a 32bit
versus
64bit operating system?
Will processes such as for example KDE, Firefox use more memory on the 64bit
architecture
than on the 32bit and if so by how much as a rule of thumb?
Kind regards,
Christian
-------------- next part
2007 Jan 15
5
file type not autorequiring parent directories.
If I use the ''file'' type to sync a file where the parent directory
doesn''t exist the sync fails. According to the puppet docs "Puppet will
autorequire any parent directories that are being managed". Am i
missing something?
Example:
file { "/tmp/dhcp/dhcpd.include":
source => "/tmp/dhcpd.include",
}
In
2020 Oct 22
2
32bit DC for 64bit machines?
Question,
??? Since a samba DC's main purpose is simply user authentication, is
there any kind of problem with having a 32bit DC managing things for a
64bit domain? I need to share files and printers on the domain I'm
setting up, and I've read all the warnings about having a separate DC
vs. file/print server. I know that people say you can use a virtual
machine as a separate server
2006 Oct 26
2
32bit HVM PV drivers on 64bit hypervisor
Hi Steven,
I onced played with your PV-on-HVM driver before it is checked in into
unstable, I remember at that time, there is a XENFEAT_64bit_shared_info
flag to handle situation of 32bit guest on 64bit hypervisor, at least
vnif works fine with it.
Later, when the code is checked in, this flag is gone. At first I though
this was an effort to make hypervisor more transparent to HVM guest, but
now
2017 Jun 08
1
switch from 32bit to 64bit
Hi,
I plan to copy /usr/local/samba from 32bit Ubuntu 14.04 to 64bit Devuan
1.0, and then just recompile Samba. Should this work, or are there any
differences in database or other internal files between 32bit and 64bit
versions of Samba?
If I also want to switch from NT4-PDC to AD-DC, should I first switch to
64bit, or is the order of these two changes irrelevant?
thanks,
Klaus
2006 Jan 26
2
centos 4.2 (32bit) app installed on (64 bit) box mising library
I have a centos 4.2 32bit app that when installed on centos 4.2 64 bit
box and try to run it I get "libxml2.so.2 not found".
however if I "rpm -qa | grep libxml2" it shows up just fine.
How can I get this app to run on the 64bit box (without recompiling yet).
The recompiling will come someday...
right now I just would like it to run.
Thanks
Jerry
-------------- next part
2011 May 02
3
Removing 32bit packages from 64bit OS
Hi all,
Somehow I mistakenly install a bunch of 32bit packages in my 64bit Centos 5.6
How do I remove those 32bit packages?
Thank you.
2014 Apr 03
5
[LLVMdev] 32bit pointers on a (pure) 64bit architecture
Hi,
I am trying to get llvm working for an architecture that has 64bit
registers, but 32bit addresses.
Because of that, I want the pointers to also be 32bit, although they will
live in a 64 bit register.
On the frontend, I do not encounter any issues, but when I provide a
...
"p:32:32:32"
...
DataLayout specification to the backend, things get ugly:
- SelectionDag is producing a
2014 Apr 04
2
[LLVMdev] 32bit pointers on a (pure) 64bit architecture
Hi Hal,
On Fri, Apr 4, 2014 at 12:44 AM, Hal Finkel <hfinkel at anl.gov> wrote:
> ----- Original Message -----
> > From: "Jeroen Dobbelaere" <jeroen.dobbelaere at gmail.com>
> [... ]
>
> I am trying to get llvm working for an architecture that has 64bit
> > registers, but 32bit addresses.
> > Because of that, I want the pointers to also be