similar to: GRUB Bootloader

Displaying 20 results from an estimated 2000 matches similar to: "GRUB Bootloader"

2004 Oct 26
1
adduser ?
I installed CentOS 3.3 some time ago and the first thing I did after the install was to run a little script that adds my user plus a few other things. The script adds my user like this USER="ulrik" PASSWD="<mypasswd>" /usr/sbin/adduser $USER -p $PASSWD It seemed to work fine except I couldn't login? I searched Google for reasons why I could only login via ssh as
2005 Feb 23
1
new version of zlib to CenOS 3.3 ?
I wanted to upgrade my ClamAV but ./configure gave this error checking for zlib installation... /usr configure: error: The installed zlib version may contain a security bug. Please upgrade to 1.2.2 or later: http://www.zlib.net. You can omit this check with --disable-zlib-vcheck but DO NOT REPORT any stablility issues then! but yum gave this message # yum install zlib Gathering header information
2005 Nov 30
8
why was LILO removed from centOS 4.2?
I can't choose LILO as boot loader anymore in the install process? And what is the advantages in GRUP vs. LILO that are so great that LILO has been deleted all together? One big disadvantages when forced to use GRUB is that it is a hassle to make the disks in a RAID1 bootable. https://www.redhat.com/archives/fedora-list/2005-March/msg05935.html and RAID1 seems pretty useless when it is the
2005 Aug 13
3
quick question on RAID 1
I have 3 disks that I want to setup in a raid 1, my questions is should I setup the 3rd disk as a spare-disk or should I mirror all 3 disks all the time? Will it perform *much* better to only mirror two and have the 3rd as a spare. Is it not safer to mirror all 3 drives all the time ?
2004 Sep 24
0
RE: CentOS digest, Vol 1 #137 - 12 msgs
Ulrik wrote: Message: 2 Date: Thu, 23 Sep 2004 14:59:14 +0200 (CEST) From: "Ulrik S. Kofod" <usk at cybersite.dk> To: centos at caosity.org Reply-To: usk at cybersite.dk Subject: [Centos] network card / kudzu When I have installed centOS, Kudzu says my network cards have been removed, and right after it finds them again and asks me to configure them? It looks like it is the
2005 Jul 25
2
yum gives HTTP Error 404: Not Found
Is it just me that get this error or is the httpd-devel file not publiched yet? # yum -y update Gathering header information file(s) from server(s) Server: CentOS-3 - Addons Server: CentOS-3 - Base Server: CentOS-3 - Extras Server: CentOS-3 - Updates Finding updated packages Downloading needed headers Resolving dependencies Dependencies resolved I will do the following: [update: httpd-devel
2005 May 13
1
When “..” isn’t the same? (not a problem
I don?t understand why ".." isn?t working the same way for "ls" and "cd" when inside a symbolic link. The reason I ask is that I made a link to a directory with some scripts that saves output in "../output.txt" and I could not find the output until I found that ".." isn?t the directory you see when you do a $pwd. I solved the problem by making a
2005 Aug 03
1
host controller halted... scarry error
Yesterday i was copying a few dump files (backups) about 1GB in size from my centOS 3.4, on a samba share, to my windows, when the centOS box stopped responding. The HDD LED was on and after I connected a monitor all I could see was this error message over and over again: "usb-uhci.c: host controller halted, trying to restart" I wasn't able to login or anything, so I saw no other
2007 Dec 03
1
how to get the source for installed RPM (CUPS)
I would like to change a few things in CUPS, but I would prefer to use the source for the version of CUPS that I already have installed using yum. Mostly because I'm quite happy with the way it works except a few details. Is there a way to get the source using yum or should I go to http://www.cups.org/software.php and get it from there ? The version I installed with yum is 1.1.22 and on
2005 Oct 18
1
trying to build driver for hpt374 raid controler
I'm trying to build driver for hpt374 raid controler on a new installation of contOS 4.2 followin the instroctions in this thread http://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&order=DESC&topic_id=223&forum=7 It says that I should run "yum install kernel-sourcecode" to get the files I need and it will create the path /usr/src/linux-2.6.9-5.0.3.EL which
2004 Sep 23
0
CPAN problems?
Sorry if this is off topic, but the cpan mail list seems quite ded, and I was wondering if any of you have had the same problem. when ever I do a perl -MCPAN -e "install Bundle::CPAN" I get this error: ---------------------------------- Net::Telnet is up to date. Net::Cmd is up to date. Bundle summary: The following items in bundle Bundle::libnet had installation problems:
2004 Sep 23
0
network card / kudzu
When I have installed centOS, Kudzu says my network cards have been removed, and right after it finds them again and asks me to configure them? It looks like it is the same thing it finds that it just said was removed. There are 3 Relatek|RTL-8139/8139C/8139C+ cards in there and it is all of them it will remove and reconfigure. It doesn't matter if I select ignore or reconfigure them, they
2017 Aug 04
0
define a list with names as variables
Hello Thomas, Ulrik, thanks for your suggestions. Giovanni On Fri, Aug 4, 2017 at 12:13 PM, Thomas Mailund <thomas.mailund at gmail.com> wrote: > Do you mean like this? > > >> f <- function(foo, bar) { > + result <- list(bar) > + names(result) <- foo > + result > + } > >> (x <- f("hello", "world")) > $hello >
2018 Jan 28
1
Newbie wants to compare 2 huge RDSs row by row.
Thanks, I think I've found the most succinct expression of differences in two data.frames... length(which( rowSums( x1 != x2 ) > 0)) gives a count of the # of records in two data.frames that do not match. // ________________________________________ From: Henrik Bengtsson [henrik.bengtsson at gmail.com] Sent: Sunday, January 28, 2018 11:12 AM To: Ulrik Stervbo Cc: Marsh Hardy ARA/RISK;
2018 Jan 28
0
Newbie wants to compare 2 huge RDSs row by row.
The diffobj package (https://cran.r-project.org/package=diffobj) is really helpful here. It provides "diff" functions diffPrint(), diffStr(), and diffChr() to compare two object 'x' and 'y' and provide neat colorized summary output. Example: > iris2 <- iris > iris2[122:125,4] <- iris2[122:125,4] + 0.1 > diffobj::diffPrint(iris2, iris) < iris2 >
2017 Aug 26
0
Find maxima of a function
Please keep the list in cc. Sorry, it didn't work as expected. Maybe someone else have an appropriate solution. Best, Ulrik On Sa., 26. Aug. 2017, 12:57 niharika singhal <niharikasinghal1990 at gmail.com> wrote: > Hi > > Thanks for you mail, > I really appreciate your time on my problem > > I have posted this problem on > > >
2017 Jul 14
0
Help with R script
@Don your solution does not solve Vijayan's scenario 2. I used spread and gather for that. An alternative solution to insert mising Fval - picking up with Don's newtst - is newtst <- c("FName: fname1", "Fval: Fval1.name1", "FName: fname2", "Fval: Fval2.name2", "FName: fname3", "FName: fname4", "Fval: fval4.fname4")
2018 Jan 28
2
Newbie wants to compare 2 huge RDSs row by row.
The anti_join from the package dplyr might also be handy. install.package("dplyr") library(dplyr) anti_join (x1, x2) You can get help on the different functions by ?function.name(), so ?anti_join() will bring you help - and examples - on the anti_join function. It might be worth testing your approach on a small subset of the data. That makes it easier for you to follow what happens
2017 Sep 12
0
Load R data files
The object you load has the same name as the object you saved. In this case datahs0csv and not the name of the file sans .rda On Di., 12. Sep. 2017, 21:26 AbouEl-Makarim Aboueissa < abouelmakarim1962 at gmail.com> wrote: > Dear All: > > > It was saved, but there was a space somewhere. So it works for me now. > > I do have another similar problem. > > I saved an R
2018 Jan 28
0
Newbie wants to compare 2 huge RDSs row by row.
Cool, looks like that'd do it, almost as if converting an entire record to a character string and comparing strings. -- M. B. Hardy, statistician work: Applied Research Associates, S. E. Div. 8537 Six Forks Rd., # 6000 / Raleigh, NC 27615-2963 (919) 582-3329, fax: 582-3301 home: 1020 W. South St. / Raleigh, NC 27603-2162 (919) 834-1245