Displaying 20 results from an estimated 1000 matches similar to: "Centos 5 Live CD"
2006 Feb 26
3
Upgrade of Centos 4.1 with 4.2 ISO disc
Can I upgrade my Centos 4.1 system with the 4.2 ISO install disc?
If so, how do I do it? It seams to want to do a full (i.e. format, wipe out old)
install over everything. I do not want to lose my various configurations
(e.g. kppp, kde desktop settings, etc) that I have already set up under
4.1.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2018 May 04
0
How to constraint instructions reordering from patterns?
Here is a last example to illustrate my concern.
The problem is about the lowering of node t13.
Initial selection DAG: BB#0 '_start:entry'
SelectionDAG has 44 nodes:
t11: i16 = Constant<0>
t0: ch = EntryToken
t3: ch = llvm.clp.set.rspa t0, TargetConstant:i16<392>, Constant:i32<64>
t5: ch = llvm.clp.set.rspb t3,
2005 May 18
4
KPPP: why root?
Hi All,
I'm wondering about something that seems a bit odd. I've setup a CentOS
4 box for a client that is "still" using dial-up and to activate the
connection appears to require root privileges. Why is this?
The reason Linux was loaded on this box was to provide a very functional
box that could be easily locked down so when the cat was away the mice
couldn't play,
2018 May 04
2
How to constraint instructions reordering from patterns?
The DAG dumping will try to print some of the nodes "inline" (i.e. where
they are used) to make the output more readable, so the dump of the DAG
may not strictly reflect the node ordering.
-Krzysztof
On 5/4/2018 8:18 AM, Dominique Torette via llvm-dev wrote:
> Here is a last example to illustrate my concern.
>
> The problem is about the lowering of node t13.
>
>
2018 May 04
0
How to constraint instructions reordering from patterns?
Krzysztof,
Thanks for your interest to my questions.
In order to clarify the context, here is the C source file of my test case.
The 3 builtins initialize some stack pointers. They have to be executed before any other instruction.
extern float fdivfaddfmul_a(float a, float b, float c, float d);
volatile static float x1,x2,x3,x4;
void _start(void)
{
float res;
2001 Feb 25
4
anyone know if its possible to get s35explorer running uder wine
tried to get the above program running (its a phone managment program
for the siemens mobile phones) but it always brings up the error cannot
open COM port.I can send AT commands to the phone via the terminal in
KPPP.
Martin Warby
2005 Sep 25
1
Help Wanted With kPPP
Hi all. Firstly, I apologize if this question has been asked before,
which I'm sure it has. I'm only new to Linux although I have been
'dabbling' for awhile now with Ubuntu, Fedora Core 4, SimplyMEPIS,
Xandros to name a few. I found Centos 4.1 on the cover disk of the
September issue of APC Magazine and thought I'd give it a go. I want to
learn linux and thought this one
2006 Jul 13
4
com ports
Hi everyone,
I am in the last stages of converting my business to Linux. All software is
now open-source or running under wine. Except one. The software supplied by
my bank. This runs fine under wine apart from the dialup to the bank. No
matter what settings I use for the modem, I always get the message that the
modem cannot be initialised.
Here's what I have confirmed so far:
The com port
2005 Mar 30
2
Modem - dial-up connection
Hi All
Im having problems setting up a dialup connect in CentOS PPC
I get the following error when attempting to use wvdial (modem set as
/dev/ttyS0)
--> Cannot open /dev/ttyS0: input/output error
Ive tried kppp but ive had not luck
Anyone know how to fix this?
normally I would use pppconfig and pon/poff but havent been able to
use/find them, are they install by default?
__
Note: this
2008 Jul 14
2
madwifi on Centos 5.2, kernel 2.6.18-92.1.6.el5
Hello,
I just installed Centos 5.2 on my wife's IBM thinkpad T41 with Atheros
wireless.
It looks like I need to install madwifi to get the wireless to work. Our
home wireless network uses WPA2
I found the EL5 rpms at atrpms, but there is no madwifi-kmdl rpms for
kernel 2.6.18-92.1.6.el5.
So, to get the wireless working on my home network, what's the shortest
path from here? Install
2002 Sep 10
1
IE5.5 (was:(no subject))
Thanks for the reply!
I tried the instructions on Frank's IE5.5 page, including copying all
the files and directories to my ~/.wine/fake_windows/ directory (except
jsnl.dll, which I could not find...)
I do not know if dcom95 exists somewhere in one of the directories that
I copied across, but I know that exactly the same thing happens when I
try to run IE on the Windows partition (instead of
2003 Jan 18
2
Don''t want to have to issue shorewall start
Hello,
Could someone with the requisite shorewall expertise please help me?
Here is a description of my problem. I dial in to my ISP using kppp. It
seems to establish a connection just fine. However, only a handful of
bytes are exchanged. I must then become ''root'' and issue ''shorewall
start'' in order to get the Internet connection to work normally. Once
2007 Jul 13
1
Asuscom 56000 serial modem
Hi guys,
I am trying to connect through an asuscom (56000) serial modem in
CentOS5, but when tried Kppp tool it sais no device found. I can't see
/dev/modem :(
What could you suggest in this cases ?
Thanks you in advance.
2002 Sep 10
1
(no subject)
Hi,
I am trying to get IE5.5 to work on Codeweavers Wine (20020411-6).
It runs OK, but I get a dialog saying that "Dial Up Networking could not
be started."
How do I get it to use kppp (which is already connected)? I have tried
setting "Com1 = "/dev/modem"" (and Com2, 3 etc.), in ~/.wine/config, but
it does not help.
Any ideas?
TIA,
Martin
2006 Dec 12
3
Need help getting started with asterisk
I am new to asterisk. I need help getting started, if it's even worth
getting started. I say if it's worth getting started because I'm not
sure if my hardware will even work with asterisk. I have a US ROBOTICS
56K V.90 PCI SOFT MODEM. I have standard twisted pair telephone wire.
I can't afford to alter my hardware. I know I won't be able to do any
sophistocated VoIP stuff.
2018 May 04
2
How to constraint instructions reordering from patterns?
Hi,
Is there a kind of scope mechanism in the instruction lowering pattern language in order to control where instructions are inserted or how they are later reordered during the SelectionDiag linearization?
I know the glue chain that stick instructions together. But such mechanism in not provided in instruction lowering pattern.
I'm facing many situations where some patterns are lowered into
2016 Apr 25
2
ylim in barplot()
Dear useRs,
I'm having troubles with using ylim in barplot(): even though I reduce
the y-scale using ylim, the bars still extend down to 0into the x-labels.
The sample data is below, and here is the code.
#This works fine but I would like to plot only from 50 to 70:
barplot(t(mydata), beside=TRUE, col=c("orange", "green", "yellow",
"purple"),
2016 Aug 02
2
Instruction selection problems due to SelectionDAGBuilder
Hello.
I'm having problems at instruction selection with my back end with the following
basic-block due to a vector add with immediate constant vector (obtained by vectorizing a
simple C program doing vector sum map):
vector.ph: ; preds = %vector.memcheck50
%.splatinsert = insertelement <8 x i64> undef, i64 %i.07.unr, i32 0
2003 May 30
2
WLAN support
Hi folks!
First post here, so please don't bother if it's not the right place
to post those kind of questions.
I'm currently running a 4.7-release (upgrade to 4.8 planned but not
yet started) on my production box.
As I would like to setup a small WLAN (major use for my notebook,
other clients are possible) I need to know which cards are really
supported. The handbook is IMHO not
2004 Oct 29
9
xen and pci
hello,
I''m running XEN 2.0 on IBM ThinkPad T23.
Now the weird thing is that I get two different outputs from /sbin/lspci
depending on whether I run 2.6.8.1-xen0 or 2.6.8.1-bproc.
In particular the output from 2.6.8.1-xen0 seems to be missing those 4
lines
0000:00:01.0 PCI bridge: Intel Corp. 82830 830 Chipset AGP Bridge (rev 02)
0000:00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI