Displaying 20 results from an estimated 700 matches similar to: "CentOS 4.2 Install - Can't Surf Web"
2007 Mar 10
3
CentOS & SATA
Does CentOS 4 work well with SATA drives?
Or should I build the system using IDE/PATA disks?
I'm looking for stability more than speed.
Thanks
Charles L. Sliger, Information Systems Engineer, chaz at bctonline.com
"No matter where you go, there you are..."
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Sep 26
3
Install Using Floppy/CD
Is there a doc that describes how to create a floppy that will boot and then
switch over to the installation CD?
It looks to me like this should be possible using grub on the floppy.
Charles L. Sliger, Information Systems Engineer, chaz at bctonline.com
"No matter where you go, there you are..."
-------------- next part --------------
An HTML attachment was scrubbed...
2006 Jan 28
2
CentOS 4.2 Mouse Tracking Unstable
Just installed CentOS 4.2 on a system that was running RedHat-9.
The system is connected to the keyboard, video and mouse through a Belkin
OmniView Pro KVM switch.
After bootup, the the system tracks movement by the mouse just fine.
The unstable behavior can be characterized as follows:
1. Console is switched to a different system for a time and then switched
back to the Centos system.
2.
2007 Mar 17
2
CentOS-4.3 Install Fails
I'm using the same CD's that I've used to install CentOS on my other
systems.
After the first failure I had the installation verify the install media just
in case. It passed.
I've tried the default install (used for all previous installs) and the i586
option (after googling). They both fail in the same way.
Here is a transcript of what is output to the screen:
Running
2007 Mar 14
3
New System Build
Here is what I've ordered for the new system:
Case: Antec TX1050B, Mid-Tower Server Case
MoBo: Intel D945GCL
CPU: Intel Pentium-4 631
RAM: Aeneon 512 Mb 240-pin DDR2 SDRAM DIMM - DDR2 667
Disk: Hitachi 80 Gb SATA 3G
Carrier: Vantec MRK-200ST-BK
DVD: got one on the shelf I'm going to try
Floppy: Sony MPF920-Z-121
My intention is to load CentOS-4 complete and use the
2007 Mar 18
2
Finding Disks
Is there a command that will list the disks that the system currently has?
The df and mount commands only display info about filesystems.
Charles L. Sliger, Information Systems Engineer, chaz at bctonline.com
"No matter where you go, there you are..."
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Sep 27
1
Install Problem: No CDROM Boot in BIOS
I can't seem to find a way to boot the system using a boot floppy and then
switch over to the installation CD's.
Has anyone out there managed to load CentOS on a system that can't boot from
the CDROM?
Charles L. Sliger, Information Systems Engineer, chaz at bctonline.com
"No matter where you go, there you are..."
-------------- next part --------------
An HTML
2007 Jun 20
2
iptables question
Hi all
Can iptables have log and deny rule together?
if no. how can I make a deny rule and log rule
and the log rule can limit the log entry eg: 200
if yes, how can I make it
I am using freebsd ipfw.
eg: ipfw add 22 deny log all from any to x.x.x.x
thank you
____________________________________________________________________________________
Take the Internet to Go: Yahoo!Go puts the
2006 Nov 06
1
pptp + iptables + centos
Hi, All
I'm tring to get a client connected to a vpn server running pptp &
centos, the client connects to the server but I can't browse the internet or
the local network from the client, when I stop the firewall the client can
ping the server but no browsing can be done, do I need a iptables rule to
allow pptp clients to use the internet or browse the network???
Sherwyn
2006 Aug 22
0
linuxiso.ogr & docs
The Readme file for the centos iso files says to get the docs for md5sum and
CD burning from linusiso.org
The linuxiso.org site has been down for many days.
Is there an alternate site where these docs can be accessed?
Charles L. Sliger, Information Systems Engineer, chaz at bctonline.com
"No matter where you go, there you are..."
-------------- next part --------------
An
2006 Oct 11
1
CentOS 4.3 Screen Timeout
Is there a config file that controls the screen blanking behavior?
After a short time period the screen goes blank and you must reenter your
password to get the desktop back.
I would like to at least extend the timeout for this blackout/lockout
behavior for my own convenience.
Charles L. Sliger, Information Systems Engineer, chaz at bctonline.com
"No matter where you go, there you
2006 May 06
1
Mouse problems
Hi
I am running Centos 4.3 and I having irratic problems with my mouse. I
have the same problems with other versions of centos as well. I have
search and tried everything that I could find but still it's not working
right.
It is a new microsoft laser wireless mouse 6000
For the most part it seems to work okay but it the buttons seem to click
on there own a you move the mouse. For
2006 May 23
4
iptables rules
Hi,
I have 2 CentOS servers 82.201.195.123 & 62.139.61.84
I want to deny all ssh logins on port 22 on (62.139.61.84) from any host
except from (82.201.195.123)
Can anybody tell me such iptables rules to write in /etc/sysconfig/iptables
Currently, im using the following rules (on 62.139.61.84)
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:RH-Firewall-1-INPUT -
2001 Jun 24
2
LANG=en_US, Xlib: connnection errors
This is odd but I'm trying to get the most elementary sides of WINE down. I
have gotten it to attempt to run write.exe out of my windows directory. but
upon doing so it comes up with the LANG errors which I don't think is
catastrophic. (I might be wrong) and then it comes up with these errors:
Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT_MAGIC_COOKIE-1 key
2018 Nov 08
4
LLVM Call Graph may not cover all calls
Hi there,
I am working with opt-6.0 and try to generate a call graph of
libsndfile, but it seems the call graph doesn't cover all call relationship.
Actually, I am doing static analysis on *CVE-2014-8130*, which is a zero
division on libtiff/tif_write.c TIFFWriteScanline. (see
https://security-tracker.debian.org/tracker/CVE-2014-8130)
Theoretically, the main function in
2012 Apr 20
1
Numbers not numeric?
Greetings R users,
I have a curious problem. I read in a csv file (subset shown below) as
normal
data=read.table("C:/Users/Chaz/Desktop/test.csv",sep=",",header=TRUE,
na.strings=".")
However, the numbers from the dataset are not registered as numeric:
is.numeric(data$Mesh)
[1] FALSE
When I try as.numeric, it converts all the values to different integers.
This
2002 May 03
1
Enhancement suggestion: improve the host not found error message
When I feed a bogus hostname to rsync, it reports "Undefined
error". It would be useful if instead it would say something more
informative, like "Host not found".
Thanks for rsync!
Chris Pepper
PS-Please cc: me on any replies -- I'm not a subscriber.
>[imobile:~/Sites/cvs/apache-clone] pepper% rsync -CHaz --delete
>--stats --progress
2024 May 15
2
Extracting values from Surv function in survival package
OS X
R 4.3.3
Colleagues
I have created objects using the Surv function in the survival package:
> FIT.1
Call: survfit(formula = FORMULA1)
n events median 0.95LCL 0.95UCL
SUBDATA$ARM=1, SUBDATA[, EXP.STRAT]=0 18 13 345 156 NA
SUBDATA$ARM=2, SUBDATA[, EXP.STRAT]=1 13 5 NA 186 NA
SUBDATA$ARM=2, SUBDATA[, EXP.STRAT]=2 5
2024 May 16
1
Extracting values from Surv function in survival package
Hi Dennis,
look at the help page for summary.survfit, the Value n.event.
G?ran
On 2024-05-15 22:41, Dennis Fisher wrote:
> OS X
> R 4.3.3
>
> Colleagues
>
> I have created objects using the Surv function in the survival package:
>> FIT.1
> Call: survfit(formula = FORMULA1)
>
> n events median 0.95LCL 0.95UCL
>
2013 Feb 12
0
error message from predict.coxph
In one particular situation predict.coxph gives an error message. Namely: stratified data, predict='expected', new data, se=TRUE. I think I found the error but I'll leave that to you to decide.
Thanks,
Chris
######## CODE
library(survival)
set.seed(20121221)
nn <- 10 # sample size in each group
lambda0 <- 0.1 # event rate in group 0
lambda1 <- 0.2 # event rate in group 1