Re: [uml-user] centos

2010-04-03 Thread Itamar Reis Peixoto
On Sat, Apr 3, 2010 at 4:50 PM, mattias wrote: > how to install uml on centos 5.0 > you can setup fedora-epel repository and install uml_utilities, after installed uml_utilities you can download the kernel and compile it. -- Itamar Reis Peixoto e-mail/msn/google talk/si

[uml-user] cpu limit for UML

2007-01-08 Thread Itamar Reis Peixoto
take a look here. http://cpulimit.sourceforge.net/ anyone tried this with uml ? Itamar Reis Peixoto e-mail: [EMAIL PROTECTED] msn: [EMAIL PROTECTED] skype: itamarjp icq: 81053601 +55 34 3238 3845 +55 11 4063 5033

[uml-user] UBUNTU 6.06 root-fs

2006-09-18 Thread Itamar Reis Peixoto
anyone know a web-page to download UBUNTU 6.06 root filesystem   or a good how to to create image.       Itamar Reis Peixoto   e-mail: [EMAIL PROTECTED]msn: [EMAIL PROTECTED]skype: itamarjp icq: 81053601+55 34 3238 3845+55 11 4063 5033

Re: [uml-user] Segfaulting applications inside UML

2006-03-09 Thread Itamar Reis Peixoto
try rm -rf /lib/tls - Original Message - From: "Julius Schwartzenberg" <[EMAIL PROTECTED]> To: Sent: Thursday, March 09, 2006 9:00 PM Subject: [uml-user] Segfaulting applications inside UML Hi, I seem to have a problem were certain kinds of applications segfault when trying to r

Re: [uml-user] Help compiling kernel 2.6.7

2005-12-09 Thread itamar
Why you don´t use the lasted version ? http://www.user-mode-linux.org/~blaisorblade Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for

[uml-user] udev guest machine.

2005-07-25 Thread itamar
I am running fedora 3 as guest, but is too slow to start udev . It´s possible to disable udev in guest machine ? Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://vps.ispbrasil.com.br --->>> servido

[uml-user] compile error on 2.6.11.8-bs6 guest

2005-06-08 Thread itamar
ake target `arch/um/scripts/Makefile.rules'. Stop. make: *** [arch/um/kernel] Error 2 [EMAIL PROTECTED] linux-2.6.11.8]# Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://vps.ispbrasil.com.br --->>> servidores linux

[uml-user] Fedora core 3 guest.

2005-05-16 Thread itamar
FC3 works fine as guest ? Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://vps.ispbrasil.com.br --->>> servidores linux --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software

[uml-user] Running X on a uml

2005-05-05 Thread itamar
there are a howto about how to run X server on a guest machine ? Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://vps.ispbrasil.com.br --->>> servidores linux --- This SF.Net email is sponsored by: NEC IT Guy G

[uml-user] webpage to restart uml

2005-04-30 Thread itamar
I need a webpage to restart guest machines Writen in PHP. I need to write one or alrealy exist ? Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://vps.ispbrasil.com.br --->>> servidores linux --- This SF.Net

[uml-user] tmpfs

2005-04-14 Thread itamar
It´s possible to use the same TMPDIR for all uml´s in the host ?mkdir /tmp/uml mount -t tmpfs -o mode=1777,size=512M none /tmp/uml TMPDIR=/tmp/uml linux mem=512M ... Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://www.ispbrasil.com.br

[uml-user] resizing root_fs

2005-04-12 Thread itamar
dd if=/dev/zero of=root_fs.ext3 bs=1 count=1 seek=40G conv=notrunc [EMAIL PROTECTED] conacci]# resize2fs -p root_fs.ext3 resize2fs 1.36 (05-Feb-2005) resize2fs: File too large while trying to determine filesystem size [EMAIL PROTECTED] conacci]# how to resize this file ? Itamar Reis Peixoto +55

[uml-user] guest performance

2005-04-12 Thread itamar
How to make a guest machine running more fast ? CONFIG_BLK_DEV_UBD_SYNC =Y or CONFIG_BLK_DEV_UBD_SYNC=N What´s the best for a uml provider ? Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://www.ispbrasil.com.br --- SF

[uml-user] uml processsor usage.

2005-04-07 Thread itamar
there are a way to limit processor usage on guest machine ??? Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://www.ispbrasil.com.br --- SF email is sponsored by - The IT Product Guide Read honest & candid review

[uml-user] chroot

2005-04-06 Thread itamar
how to run a uml in chroot mode ? Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://www.ispbrasil.com.br --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from

[uml-user] freebsd guest.

2005-04-06 Thread itamar
It´s possible to run freebsd as guest ? host=linux guest=freebsd ? Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://www.ispbrasil.com.br --- SF email is sponsored by - The IT Product Guide Read honest & candid rev

[uml-user] uml and iptables.

2005-03-31 Thread itamar
What´s is the best way to enable iptables on a guest machine ? this is insecure ? Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://www.ispbrasil.com.br --- This SF.net email is sponsored by Demarc: A global provider of

[uml-user] swap problem solved.

2005-03-23 Thread itamar
wrong minor numbers # cd /dev # rm ubd* # mknod ubd0 b 98 0 # mknod ubd1 b 98 16 # mknod ubd2 b 98 32 # mknod ubd3 b 98 48 # mknod ubd4 b 98 64 # mknod ubd5 b 98 80 # mknod ubd6 b 98 96 # mknod ubd7 b 98 112 Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http

[uml-user] swap problem

2005-03-23 Thread itamar
    devpts  mode=0622 0 0/dev/ubd/1  none    swap    sw  0   0 How to make my swap working ?     Itamar Reis Peixoto+55 (34) 3238 3845e-mail : [EMAIL PROTECTED]http://www.ispbrasil.com.br

Re: [uml-devel] Re: [uml-user] uml help __alloc_pages: 0-order allocation failed (gfp=0xf0/0)

2005-03-20 Thread itamar
memory usage: http://rimuhosting.com/howto/memory.jsp Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://www.ispbrasil.com.br --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds o

Re: [uml-devel] Re: [uml-user] uml help __alloc_pages: 0-order allocation failed (gfp=0xf0/0)

2005-03-17 Thread itamar
In the host I have 512 mb of ram I am running the guest kernel with mem=256M Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://vps.ispbrasil.com.br I am running a uml machine, and I am getting this errors. __alloc_pages: 0-order allocation failed (gfp=0xf0/0) __alloc_pages

[uml-user] uml help __alloc_pages: 0-order allocation failed (gfp=0xf0/0)

2005-03-17 Thread itamar
-order allocation failed (gfp=0x1d2/0) my host is a 2.6.11.4 kernel with skas-2.6.11-v8-rc5 my guest machine is a 2.4.27 kernel with uml-patch-2.4.27-1.bz2 Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://vps.ispbrasil.com.br

[uml-user] __alloc_pages: 0-order allocation failed (gfp=0x1d2/0)

2005-03-17 Thread itamar
=0x1d2/0) __alloc_pages: 0-order allocation failed (gfp=0x1d2/0) Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://vps.ispbrasil.com.br --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hund

[uml-user] http://www.user-mode-linux.org/~blaisorblade down ?

2005-03-17 Thread itamar
http://www.user-mode-linux.org/~blaisorblade down ? Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://vps.ispbrasil.com.br --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds o

[uml-user] lasted 2.4 kernel patch

2005-03-15 Thread itamar
What´s the lasted 2.4.27 kernel patch ? http://www.user-mode-linux.org/~blaisorblade/patches/guest/uml-2.4.27-bs1/uml-2.4.27-bs1.patch.bz2 or http://prdownloads.sourceforge.net/user-mode-linux/uml-patch-2.4.27-1.bz2 ? Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http

[uml-user] Resizing ext3 root_fs

2005-03-15 Thread itamar
How to resize a ext3 root_fs ? e2fsck -j ext3 filename dd if=/dev/zero of=filename bs=1 count=1 seek=newsize conv=notrunc resize2fs -p filename e2fsck -j ext3 filename this works ? Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://vps.ispbrasil.com.br

Re: [uml-user] SKAS-v8: RC5 released against 2.6.7 - 2.6.11 kernels

2005-03-11 Thread itamar
I have a small question. If I get a kernel-sourcecode-2.6.10-1.12_FC2.noarch.rpm how to modify the kernel.spec to apply the patch ? this is easy ? Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://vps.ispbrasil.com.br Things I've forgot: * make it apply easily on F

[uml-user] New uml Provider in Brazil.

2005-03-11 Thread itamar
, debian, slackware etc... * a partir de R$ 30,00 / mes. http://vps.ispbrasil.com.br Itamar Reis Peixoto +55 (34) 3238 3845 e-mail : [EMAIL PROTECTED] http://vps.ispbrasil.com.br --- SF email is sponsored by - The IT Product Guide Read honest & ca