Displaying 20 results from an estimated 300 matches similar to: "Centos 7 32 Bits install."
2020 Jan 23
2
Centos 7 32 Bits install. Answer to Johnny Hughes.
On Wed, 22 Jan 2020 16:45:02 +0100, Johnny Hughes <johnny at centos.org>
wrote:
> On 1/12/20 9:54 AM, Ger van Dijck wrote:
>>
>> Hi all,
>>
>>
>>
>> Question : Can I install Centos7 32 Bits on a computer i386 32 bits
>> little indian pentium III Copermine Model8 Cpufamily 6 CpuMhz 863.979
>> (lscpu) grep -i pae /proc/cpuinfo gives a flag
2020 Jan 22
0
Centos 7 32 Bits install.
On 1/12/20 9:54 AM, Ger van Dijck wrote:
>
> Hi all,
>
>
>
> Question : Can I install Centos7 32 Bits on a computer i386 32 bits
> little indian pentium III Copermine Model8 Cpufamily 6 CpuMhz 863.979
> (lscpu) grep -i pae /proc/cpuinfo gives a flag pae .
>
>
>
> I am very curieus,
It will likely install .. but if less than 1GB of RAM, it would also
2016 May 04
4
[PATCH v3] tools/virtio/ringtest: fix run-on-all.sh to work without /dev/cpu
/dev/cpu is only available on x86 with certain modules (e.g. msr) enabled.
Using lscpu to get processors count is more portable.
Signed-off-by: Mike Rapoport <rppt at linux.vnet.ibm.com>
---
v3: simplify by using lscpu -p=cpu
v2: use lspcu instead of /proc/cpuinfo as per Cornelia's suggestion
tools/virtio/ringtest/run-on-all.sh | 4 ++--
1 file changed, 2 insertions(+), 2
2016 May 04
4
[PATCH v3] tools/virtio/ringtest: fix run-on-all.sh to work without /dev/cpu
/dev/cpu is only available on x86 with certain modules (e.g. msr) enabled.
Using lscpu to get processors count is more portable.
Signed-off-by: Mike Rapoport <rppt at linux.vnet.ibm.com>
---
v3: simplify by using lscpu -p=cpu
v2: use lspcu instead of /proc/cpuinfo as per Cornelia's suggestion
tools/virtio/ringtest/run-on-all.sh | 4 ++--
1 file changed, 2 insertions(+), 2
2016 May 04
2
[PATCH v2] tools/virtio/ringtest: fix run-on-all.sh to work without /dev/cpu
/dev/cpu is only available on x86 with certain modules (e.g. msr) enabled.
Using lscpu to get processors count is more portable.
Signed-off-by: Mike Rapoport <rppt at linux.vnet.ibm.com>
---
v2: use lspcu instead of /proc/cpuinfo as per Cornelia's suggestion
tools/virtio/ringtest/run-on-all.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
2016 May 04
2
[PATCH v2] tools/virtio/ringtest: fix run-on-all.sh to work without /dev/cpu
/dev/cpu is only available on x86 with certain modules (e.g. msr) enabled.
Using lscpu to get processors count is more portable.
Signed-off-by: Mike Rapoport <rppt at linux.vnet.ibm.com>
---
v2: use lspcu instead of /proc/cpuinfo as per Cornelia's suggestion
tools/virtio/ringtest/run-on-all.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
2018 Mar 18
3
Upgrade Centos 6 to Centos 7 32 Bits i686 architecture.
Hi ,
I am running Centos 6 on an old Acer S2000 PC 1Mb memory and i686 32 bits
architecture.
Question : Is there a possibility to upgrade to Centos 7 32 bits ?
Regards ,
Ger van Dijck.
--
Gemaakt met Opera's e-mailprogramma: http://www.opera.com/mail/
2019 Nov 27
7
Upgrade Centos 6 (32 Bits) to Centos 7 (32 Bits)
Hi all ,
I have a very old PC ( Acer2000) 32 Bits. On this machine I am running (Do
not laugh) SCO Unix in an antique version : So Centos6 probes with the
bootloader on this OS and other OS s.
Is there a way to opgrade Centos 6 to Centos 7 in the 32 Bits architecture
?
Any help would be usefull.
Regards.
Ger van Dijck.
--
Using Opera's mail client:
2017 Mar 23
2
[PATCH] p2v: Use lscpu instead of libvirt to get CPU information.
Don't get the CPU information from libvirt, because including libvirt
and all dependencies in the virt-p2v ISO bloats everything.
Instead get most of the information we need from the util-linux
program 'lscpu'.
Unfortunately the CPU model cannot be retrieved.
Example output:
$ ./run virt-p2v --cmdline="p2v.dump_config_and_exit"
[...]
cpu vendor . . . Intel
cpu
2010 May 02
2
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
On Sat, May 1, 2010 at 10:02 PM, me22 <me22.ca at gmail.com> wrote:
> On 2 May 2010 00:53, Tom van Dijck <llvm at tomvandijck.com> wrote:
> > The problem seems to be a much larger issue with the Visual Studio 2010
> C++
> > Compiler and not really related to clang/llvm. The following snippet of
> code
> > does NOT compile in 2010..
> >
> >
2017 Jun 29
2
Way to detect virtual machine cpu features
Hello everyone
I want to know how can I use libvirt to detect what cpu features a virtual
machine will see.
I guess I could do it in following way:
1. if cpu mode is 'custom', use 'virsh cpu-baseline --features' on the cpu
model to get model features.
2. if cpu mode is 'host-passthrough' or 'host-model', do a 'virsh
capabilities' to list cpu features of
2019 Jan 02
1
Problem Webinstall Centos 7 on Acer S2000 32 Bit.
Hi Centos World ,
I am trying to install Centos 7 (i686) on an Acer 2000 PC and I get
following message(s) :
[0117110] ACPI : SCI (ACPI GSIG) not registered .
[26.532360] systemd [1] : caught <ILL> , dumped core as pid 76.
[26.532956] systemd [1] : Freezing execution.
My question is : What is wrong and how can I solve this problem ?
Maybe a fresh
2019 Mar 26
3
[PATCH 1/2] readtable: add hook for type conversions per column
Please file a bug on bugzilla so we can discuss this further.
On Tue, Mar 26, 2019 at 11:53 AM Kurt Van Dijck <
dev.kurt at vandijck-laurijssen.be> wrote:
> Hello,
>
> I want to find out if this patch is ok or not, and if not, what should
> change.
>
> Kind regards,
> Kurt
>
> ______________________________________________
> R-devel at r-project.org mailing
2019 Mar 28
2
[RFC] readtable enhancement
Kurt,
Cool idea and great "seeing new faces" on here proposing things on here and
engaging with R-core on here.
Some comments on the issue of fallbacks below.
On Wed, Mar 27, 2019 at 10:33 PM Kurt Van Dijck <
dev.kurt at vandijck-laurijssen.be> wrote:
> Hey,
>
> In the meantime, I submitted a bug. Thanks for the assistence on that.
>
> > and I'm not
2019 Feb 27
3
Centos Digest Vol.169 Issue 26 HPlip Mark Roth/Jon LaBadie .
Hi Folks ,
The problems with HPlip goes on and on : I can not manage to establish a
connection on WiFi with the HP4620 : I can print to the printer but not
scan . Running hp-check results in cups is not running, hplip is not
properly (HP) installed , xsane is not installed etc.. But I can assure
you all this software is properly installed : Hp-check cannot detect the
scanfunction on
2010 Feb 14
3
[LLVMdev] Unable to compile .s files generated with llc.
Hey,
I've been trying this for a couple days now, finding different assemblers and trying different options but I can't figure it out..
I must be missing something very obvious.
I got a simple "hello world" app in llvm, making the .bc file using 'llvm-as test.llvm -o=test.bc' works fine.
then I can use llvm-ld to make an executable which then runs fine (although not
2010 May 02
3
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
Hey,
Downloaded the release, used CMake to create solution... building mostly
seems to be OK, except for a couple of compiler errors.
warning C4090: 'function' : different 'const' qualifiers
d:\companyone\external\llvm\source\llvm-2.7\lib\support\regengine.inc 188
error C2248: 'llvm::EquivalenceClasses<ElemTy>::ECValue::ECValue' : cannot
access private member
2010 May 02
2
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
Sorry for just talking to myself here, just trying to keep people in the
loop on my findings.
The problem seems to be a much larger issue with the Visual Studio 2010 C++
Compiler and not really related to clang/llvm. The following snippet of code
does *NOT *compile in 2010..
#include <vector>
int main(int argc, char* argv[])
{
std::pair<int, void*> mypair(0, NULL);
return 0;
}
2017 Jun 19
2
Question about disabling '3dnowprefetch' CPU feature in Xen Guest using libvirt
Dear All,
I'm reaching this mail-list to ask a small question about disabling
'3dnowprefetch' CPU feature in Xen Guest using libvirt.
This is my environment:
Fedora release 26 (Twenty Six)
4.11.0-0.rc3.git0.2.fc26.x86_64
xen-4.8.1-2.fc26.x86_64
libvirt-3.2.1-1.fc26.x86_64
I can disable '3dnowprefetch' CPU feature in guest via 'xl' command,
2016 May 04
1
[PATCH] tools/virtio/ringtest: fix run-on-all.sh to work without /dev/cpu
/dev/cpu is only available on x86 with certain modules (e.g. msr) enabled.
Using /proc/cpuinfo to get processors count is more portable.
Signed-off-by: Mike Rapoport <rppt at linux.vnet.ibm.com>
---
tools/virtio/ringtest/run-on-all.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/virtio/ringtest/run-on-all.sh b/tools/virtio/ringtest/run-on-all.sh
index