similar to: CentOS 7.2 rootfs for i386

Displaying 20 results from an estimated 1000 matches similar to: "CentOS 7.2 rootfs for i386"

2016 Apr 06
0
CentOS 7.2 rootfs for i386
On 04/05/2016 11:23 PM, kavitha bk wrote: > Hi > > I want to build a small rootfs for 32 bit CentOS to the same I plan to > build the entire OS > but I see > https://wiki.centos.org/HowTos/I_need_the_Kernel_Source > kernel_build for 32 bit is not supported . Please let me know anybody has > built the same Also, if you are just looking for the 32bit kernel, The Source code
2016 Apr 06
0
CentOS 7.2 rootfs for i386
On 04/05/2016 11:23 PM, kavitha bk wrote: > Hi > > I want to build a small rootfs for 32 bit CentOS to the same I plan to > build the entire OS > but I see > https://wiki.centos.org/HowTos/I_need_the_Kernel_Source > kernel_build for 32 bit is not supported . Please let me know anybody has > built the same Upstream removed support for standalone i686 installs, but
2018 Apr 27
3
How do I get the kernel srpm?
I tried to follow the work flow shown in https://wiki.centos.org/Sources, but it does not seem to work: I did this: mkdir CentOS pushd CentOS git clone https://git.centos.org/git/centos-git-common.git git clone https://git.centos.org/git/rpms/kernel.git pushd kernel/ git checkout c6 ../centos-git-common/get_sources.sh And I got the message: Missing metadata. Please run from inside a sources
2016 Dec 13
8
spec file frustration (rant)
I'm getting spec files from centos git which is really convenient when the related source is easy to find. But some things - e.g. from a spec file # How to create the source tarball: # # git clone git://git.fedorahosted.org/git/python-rhsm.git/ # cd client/python-rhsm # tito build --tag python-rhsm-$VERSION-$RELEASE --tgz Never used tito before, so I install it and try, and rather than
2016 Dec 14
3
spec file frustration (rant)
Hello Phil, On Wed, 2016-12-14 at 20:57 +0000, Phil Wyett wrote: > The path to the repo is wrong. > > git clone https://git.centos.org/git/centos-git-common.git Too late to boost my brain with more coffee for today. Not as sharp as I would like to be ;) . Still leaves me with the question why a script to download the source tarballs is needed when just not adding a .gitignore entry
2009 Aug 12
3
Obtaining the value of x at a given value of y in a smooth.spline object
I have some data fit to a smooth.spline object as follows: (x=vector of data for the predictor variable, y=vector of data for the response variable) fit <- smooth.spline(x,y) Now, given a spline fit point y_new, I want to be able to find out what value of x_new yielded this fit value. How to do so? (This problem is the inverse of the predict.smooth.spline function, which takes x_new as input
2009 Oct 02
6
split-apply question
Hi, I have a data frame that looks like this: >x x1 x2 x3 A 1 1.5 B 2 0.9 B 3 2.7 C 7 1.8 D 7 1.3 I want to "group" by the x1 column and in the case of multiple x$x1 values (e.g., "B")d, return rows that have the smallest values of x2. In the case of rows with only one value of x1 (e.g., "A"), return the row as is. How can I do that?
2010 Mar 20
2
Converting a character string into a data frame name and performing assignments to that data frame
Hi, I would like to do the following operations: variable.df is a character string that contains the name of the data frame that I want to do the following operations on: variable.df <- data.frame(); # I can do the above command using assign( variable.df, data.frame() ) How can I perform the assignment statements below ? colnames(variable.df) = colnames(some.other.df) variable.df =
2009 Jun 28
1
applying a function to a pair of components for each row of a list
Hi, I have a set of (x,y) coordinate pairs that are stored as a list > my_list $x [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 $y [1] -8.0866819 -7.3876052 -6.6849311 -5.9837693 -5.2967432 -4.6525466 [7] -4.0999453 -3.6556190 -3.3076102 -3.0360780 -2.8220465 -2.6532085 [13] -2.5192816 -2.4086241 -2.3072977 -2.1969611 -2.0574250 -1.8737694 [19] -1.6357864
2017 Feb 09
5
Checksums for git repo content?
Hello John, On Thu, 2017-02-09 at 16:33 +0000, John Hodrien wrote: > On Thu, 9 Feb 2017, Leonard den Ottolander wrote: > > > How about my request for checksums in the git repo? > > What checksums would you actually want in git? SRPMS are signed which allows the integrity of the contents to be checked. Such an integrity check is missing from the git repo. Either a checksum
2009 Oct 22
1
tapply with multiple arguments that are not part of the same data frame
Hi all, I would like to invoke a function that takes multiple arguments (some of which are specified columns in the data frame, and others that are independent of the data frame) on split parts of a data frame, how do I do this? For example, let's say I have a data frame >fitness_data name height weight country rob 5.8 200 usa nancy 5.5 140 germany jen
2016 Dec 14
0
spec file frustration (rant)
On 12/13/2016 04:16 PM, Alice Wonder wrote: > I'm getting spec files from centos git which is really convenient when > the related source is easy to find. But some things - e.g. from a spec file > > # How to create the source tarball: > # > # git clone git://git.fedorahosted.org/git/python-rhsm.git/ > # cd client/python-rhsm > # tito build --tag
2013 Apr 30
1
[LLVMdev] New Register allocation algorithm
Hi, I wanted to write a new register allocation algorithm. I wrote it the same way RegAllocFast has been written and registered it. I added it to ForceCodegenLinking struct as well. But after build, it is not listed in llc --help. I tried to change the registered name of greedy algorithm to something else and that doesnt seem to be reflecting in llc help either. Am i supposed to build llvm
2018 Dec 07
1
ZachVargas Requesting edit acess for "HowTos/I_need_the_Kernel_Source"
Username: ZachVargas Proposed subject of changes: #1 Update required packages for building CentOS-7 kernel sources. Add python-docutils (required for building sources for CentOS 7.6) to list of required packages and to 'yum install' directions. #2 Create personal wiki page at https://wiki.centos.org/ZachVargas Proposed location: #1
2016 Dec 14
2
spec file frustration (rant)
On 12/13/2016 03:57 PM, Phil Wyett wrote: > On Tue, 2016-12-13 at 15:39 -0800, Alice Wonder wrote: >> On 12/13/2016 03:34 PM, Phil Wyett wrote: >>> On Tue, 2016-12-13 at 14:16 -0800, Alice Wonder wrote: >>>> I'm getting spec files from centos git which is really convenient when >>>> the related source is easy to find. But some things - e.g. from a spec
2016 Dec 14
2
spec file frustration (rant)
Hello Johnny, On Wed, 2016-12-14 at 06:58 -0600, Johnny Hughes wrote: > So: > > git clone https://git.centos.org/summary/rpms!skopeo Apart from the syntax error because the exclamation mark is not escaped this leads nowhere. So I tried: $ git clone https://git.centos.org/git/rpms/skopeo.git > (that just happens to be what I am working on right now) > > cd skopeo > >
2008 Mar 04
3
looking for kernel sources
Hi all I'm looking for the linux source files for CentOS 5.1 2.6.18-53.el5. To install VirtualBox, I apparently need the kernel sources, and even after installing kernel-devel & kernel-headers via yum I still get an error saying I need the kernel-sources [root at gimbli ~]# ll /usr/src/kernels/ total 4 drwxr-xr-x 18 root root 4096 Mar 4 10:57 2.6.18-53.1.13.el5-x86_64 lrwxrwxrwx 1
2005 Oct 27
0
Not ready to load rootfs.gz
Hello, I am having a problem with the second-generation of a custom isolinux boot CD for one of the PCs here in the lab. We have three types of PC here - two Dells and one from SGI (a SGI 230). The previous version of the custom bootcd still works on all three platforms. The new version only works on the Dells. It fails on only the SGIs with:
2001 Mar 01
1
Problems converting rootfs to ext3
Hi, i am having problems converting the rootfs - I created a journal and booted with "rw rootflags=journal=<inode>" - Before i changes the fstab and put the WIP fsck to /sbin/fsck.ext3. The kernel seems to mount the filesystem ok and then the bootup scripts (debian potato) try to fsck the rootfs which leads to e2fsck 1.20-WIP, 17-Jan-2001 for EXT2 FS 0.5b, 95/08/09 JFS DEBUG:
2007 May 30
1
ask for the xen boot when panic on mount rootfs
Everyone: hello , i have a question when i boot from the xen built on 3.0.4source code which made i stumble on mounting rootfs , i get it panic when it can not open rootfs . my disk is sata disk of WD 250G ,and i built all the source code in ubuntu feisty amd-64 platform on gcc-3.4.1 compiler . First time i doubt whether i am not compile the ext3 file system in the xen kernel (my rootfs is