Displaying 20 results from an estimated 4000 matches similar to: "unable to start installing"
2006 Nov 24
6
dhcpd
Hi
im trying to configure centos to run as a dhcpd daemon but it simply doesnt
work
I'm using the default configuration file from dhcdp (and tried multiple
alternatives).
problem is that pxe clients do not aquire dhcp addresses
in the log i can see that there are 3 or 4 dhcp offers per boot atempt but
no dhcp requests
anyone?
i'm going crazy here... .i've tryed 3 diferent
2007 Dec 06
1
5.x install - loses display when launching, anaconda
Tom Lanyon <tom at netspot.com.au> wrote:
> On 06/12/2007, at 8:20 AM, James A. Peltier wrote:
>> > Tom Lanyon wrote:
>>
>>> >> Hi all,
>>> >> Trying to install 5.0 or 5.1 (i386 or x86_64) on a new system from
>>> >> an install DVD. As soon as the installer launches anaconda, the
>>> >> screen shuts off
2010 Sep 26
3
Problems running Braid with Gecko
Hi all. First time posting here.
I first did a search around the forums, but didn't find something similar to my problem.
I'm trying to run Braid full version on openSUSe using Wine and Gecko (Doors has been shutdown since a while, what a shame... And Gecko is the default configurator Suse installs).
Firstly Wine crashed with an error message due to an "unexpected error", then I
2011 Nov 02
1
CentOS 5.7 gives me a blank screen after bootup
Hi all,
I have an odd problem, for which I couldn't find any suggestions on google.
A CentOS 5.7x64 gives me a blank screen on bootup, both to the 17" LCD
monitor connected to the VGA port, and to the KVMOVIP device
built-into the server,
I can see the GRUB boot loader, and everything booting up, upto the
point where it says "Waiting for driver initialization.", then it goes
2009 Sep 25
5
Centos 5.3 - kickstart configuration
Over the last couple of weeks, additional software was installed using the
package manager.
I would like to get a custom kickstart file created for our system. For
this, I would like to get complete list of software installed so they may be
add to the kickstart file package selection.
Can anyone tell me if this can be done? If it can, please give me
instructions?
Finally, where on
2010 Oct 17
5
black display during installation of CentOS5.5
During installation of CentOS5.3 from DVD, the installation was interuppted
due to an error in a rpm package as the DVD had lot of scratches. So I
burned image of CentOS5.5 on DVD. I selected installation in graphical mode.
The first graphical interface screen comes from where we proceed further by
clicking next. This screen is almost black and its impossible to carry out
further installation as
2005 Feb 14
1
trouble installing CentOS
greetings, We are a couple of new CentOS users here. We have previous
experience with RH and FC installations. Now we'd like to move up in the
world to CentOS.
We successfully installed the 3-CD set of CentOS-3 on a laptop this
weekend. When the script instructed us to remove the installation media
and reboot, we did that and then the system hung after text was
displayed showing the stopping
2007 Feb 04
4
Connection dropped when copying large files to a Samba Server
Hi all
I have a CentOS 4.4
Kernel 2.6.9-11.EL
Samba (smbd -V)
3.0.10-1.4E.9
I've been using this server as a small file server
recently i needed to do a backup (ntbackup to file)
and the backup fails randomly, the largest backup file i managed was about 3GBytes
I tried copying large files and randomly the connection is lost
I tried with a ping at the same time and the replies don't
2011 Feb 22
6
[LLVMdev] Question about Value Range Propagation
Hi Douglas,
On 21.02.2011 20:27, Douglas do Couto Teixeira wrote:
> My work is not part of the LLVM mainline yet. But I would be happy to
> contribute with the code of my range analysis implementation if it can help
> you in something else.
We were thinking of adding VRP to LLVM too, though we were mostly
interested in Patterson's approach (i.e. not connected with SSI form). It
2003 Aug 08
3
isolinux.cfg/syslinux.cfg
Hi:
I am having problems with isolinux.cfg
I am receiving several error messages.
'Missing parameter in config file' and 'Unknown keyword in config file'.
Here is a copy of my Isolinux.cfg maybe sombody can help me figure it out:
default ks
prompt 1
timeout 60
display custom.msg
F1 boot.msg
F2 options.msg
F3 general.msg
F4 param.msg
F5 rescue.msg
F7 custom.msg
2003 Apr 24
1
Windows: Graphics appear only partially
Dear all,
we have installed R in one of our computer labs. Running demo(grpahics)
works, kindof, in that it produces all the usual plots without crashing, but
the plots are incomplete: no color wheel, no pie chart, no boxplots, just
some labelling, titles, and in rare cases, axes. We have tried this with
both 1.7 and 1.6.2, with the same results. The computers are running Windows
2000, with
2002 Jun 11
3
RES: OpenSSH with slow login
I gueess it is not a DNS problem, because either using name or IP, I have
always the problem.
I guess the problem is that I am using ssh on inetd.conf (sshd -i), so It
has to generate a key each time I start a session. What do you think ?
-----Mensagem original-----
De: Dan Kaminsky [mailto:dan at doxpara.com]
Enviada em: segunda-feira, 10 de junho de 2002 20:51
Para: Jorge Cleber Teixeira de
2011 Jan 24
3
[LLVMdev] How to change the type of an Instruction?
On Mon, Jan 24, 2011 at 3:01 PM, Nick Lewycky <nicholas at mxc.ca> wrote:
> On 01/24/2011 04:41 AM, Douglas do Couto Teixeira wrote:
>
>> Hi,
>>
>> Nick, thanks for the reply.
>> I still have a problem: I only need to "clone" an Instruction, changing
>> its type. That is, I would like to keep all characteristics of the old
>> Instruction
2014 Jan 16
2
vnc port/listen address ignored when setting machine?
Hi,
First of all, I hope it's not a big problem - I'm running on Debian, not
Redhat.
To my problem: I'm starting to learn virtualization, libvirt, and
decided to create some test machine. I did it with:
virt-install --name debian-test \
--os-type=linux \
--os-variant=debianwheezy \
--cdrom /media/media/software/iso/debian-testing-amd64-netinst-2014-01-16.iso \
2011 Jan 24
3
[LLVMdev] How to change the type of an Instruction?
Hi,
Nick, thanks for the reply.
I still have a problem: I only need to "clone" an Instruction, changing its
type. That is, I would like to keep all characteristics of the old
Instruction and create a new one only with a different type. I am trying
create a new Instruction thus:
%3 = add nsw i32 %1, %2 ; <i16> [#uses=2] //Old Instruction
Value* Op0 = I->getOperand(0);
Value*
2009 May 15
1
[LLVMdev] Intrinsic
Hi,
I'm trying to use exception control by LLVM.
In the demo page, I got :
declare i8* @llvm.eh.exception() nounwind
But, when a try to emit the code by llvm engine, the name is generate with the sufix .132
( llvm.eh.exception.132 ) and the Function::getIntrinsicID abort the program.
It was so :
Intrinsic::getDeclaration(llvm_module,Intrinsic::memset,&Tys,1);
Now, it's
2009 Jun 08
3
[LLVMdev] Structure alignment
%FIRSTSTRU = type { i32, double, i32, i8* }
struct {
int var1;
double var2;
int var3;
char *var4;
}firstStru ;
Could someone help?
If, running a application in windows with MSVC, I allocate a memmory buffer and call a LLVM
function with such buffer, there's a structure alignment problem.
If the LLVM function call a C function using the same buffer, it runs fine.
Any ideas?
2011 Feb 25
1
[LLVMdev] Question about Value Range Propagation
Can't read your paper because the permission is not set.
Chuck
On 2/25/2011 12:16 PM, Douglas do Couto Teixeira wrote:
> Hi, Andrey,
>
> sorry for the delay: I made a page with the code available for
> download:
> http://homepages.dcc.ufmg.br/~douglas/projects/RangeAnalysis/RangeAnalysis.html
>
2009 Jan 06
2
[LLVMdev] LLVM Optmizer
The following C code :
#include <stdio.h>
#include <stdlib.h>
int TESTE2( int parami , int paraml ,double paramd )
{
int varx=0,vary;
int nI =0;
//varx= parami;
if( parami > 0 )
{
varx = parami;
vary = varx + 1;
}
else
{
varx = vary + 1;
vary = paraml;
}
varx = varx + parami + paraml;
for( nI = 1 ; nI <= paraml; nI++)
{
varx =
2008 Feb 08
2
Dynamic resize of drawing canvas and FXImage
How can I use the drawing canvas and its off-screen image buffer, say
FXImage, to dynamically resize or have its width and height attributes
changed in reply to user interaction with the main window (FXMainWindow)?
It seems that whem I put initial values to W and H of the canvas or FXImage,
they remain with its initial values no matter what I do whem resizing the
main window.
--
Ranieri Barros