Displaying 20 results from an estimated 7000 matches similar to: "Source RPM"
2006 May 08
1
kernel source rpm
Hi All,
I attaching a source code kernel 2.6.9.tar.gz . I want to make
the source rpm of this file which is patched and also includes the
SATA driver controller . Is it possible to get source rpm of this ,so
if i reuired to change the kernel , i can do that make the rpm out of
this src.rpm which creates the initrd .img . I want to attach the
source code . But it gives some problem
Please
2007 Nov 12
2
distribution CD
Hi All,
I am trying to create own distribution . distribution CD
proceeds for installation and asking for the driver CD . But it's not
dictates the driver CD. i customized the ks.cfg also .can anyone can
tell me why it is happening ??
Thanks in advance
juliet
2007 Jul 18
2
post Installation
Hi,
I made my own distribution CD . when i am installing this before
post installation /usr/sbin/mouseconfig no such file a message
displays . can anyone can suggest why it's happens??/
Thanks in advance
Regards
juliet
2006 Mar 29
2
Kernel RPM
Hi All,
I am having the source code of kernel with patched(2.6.9). After untar
iin kernels directory . I tried to make the rpm of the kernel with changing
the extraversion in Makefile. After that i run the command "make rpm" . I
made the kernel rpm but ii made the distribution . But it gives the kernel
panic . I made the initrd manually so it worked . please give me some
idea how
2005 Nov 24
2
FUSE/SSHFS RPM Packages.
Alle,
Does anyone know if there are any reputable repositories out there that
contain packages for fuse/sshfs?
Best Regards,
Camron
--
Camron W. Fox
Hilo Office
High Performance Computing Group
Fujitsu America, INC.
E-mail: cwfox at us.fujitsu.com
2008 Aug 18
5
Boot CentOS 5 to command line
Hi fellows,
Pretty new to CentOS.
I was trying to find a way to boot CentOS into command prompt instead of GUI
(or without loading any services).
Tried using 'Crl+Alt+F1' at the boot process, but, that holds the screen at
mounting and doing fstab and doesn't proceed further.
Is there anyother way to boot CentOS into command prompt without using
Rescue option from the installation CD?
2016 Mar 08
2
Can anyone compile mtr source RPM on CentOS 6.7?
Hi all,
I was trying to rebuild mtr
(http://vault.centos.org/6.7/os/Source/SPackages/mtr-0.75-5.el6.src.rpm)
and I keep getting:
====
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.gu9Ds0
+ umask 022
+ cd /root/rpmbuild/BUILD
+ '[' /root/rpmbuild/BUILDROOT/mtr-0.75-5.el6.x86_64 '!=' / ']'
+ rm -rf /root/rpmbuild/BUILDROOT/mtr-0.75-5.el6.x86_64
++ dirname
2010 Jul 07
1
Find multiple strings collected in an array
Hello Everybody,
I am have an advance search form in which i have a field called :name
in which user can enter 1 or multiple words.
When there is more than 1 word, i am splitting that string and
collecting it in to an array.
@collect = Array.new
@collect << name.split( )
this gives me an array ["John", "whatever", "anyother"]
how can i find each item in the
2006 Mar 02
2
sftp batch mode and password authentication
Hi all,
I used to execute ftp in batch mode to dowload files. In my case, password
authentication is the only way to get remote access. Could anyone tell me
how can i accomplish the same task using sftp under batchmode as what i have
done with ftp ? Meanwhile, how can i specify the password securely ? Is
there anyother alternatives ?
--
Thanks
M.P
2002 Aug 15
2
RichEdit and Dlls
Hello All,
I have an app that I wrote a few years ago with Delphi 5 and one of its components is a RichEdit. That's the only thing that does not work when running it with WIne. I've got the latest build for SuSE 8, version 20020804 and it does not work as well. I know Wine has richedit.dll as part of it but would I have to install MFCs dlls or anyother dll to enable it to run.
Thank you,
2011 Sep 12
4
trouble building an rpm
i'm a newbie at building rpms. I made a few rpms years ago, but can't now make one on Centos 5.
In /usr/local/rpmbuild, there are 5 subdirs: BUILD RPMS SOURCES SPECS SRPMS tmp
When I type: rpmbuild -ba /usr/local/rpmbuild/SPECS/centos-release-cr-ihc.spec
I get 'file not found' errors, for paths in /usr/local/rpmbuild/tmp:
error: File not found:
2005 Apr 01
4
error in kmeans
I am trying to generate kmean of 10 clusters for a 165 x 165 matrix.
i do not see any errors known to me. But I get this error on running the
script
Error: empty cluster: try a better set of initial centers
the commands are
M <-matrix(scan("R_mutual",n = 165 * 165),165,165,byrow = T)
cl <- kmeans(M,centers=10,20)
len = dim(M)[1]
....
....
I ran the same script last night and
2008 Jun 27
2
Samba PDC: Vmware Problem
Heya All
I'm having a Samba PDC on Centos machine from past 4-5 months everything
went one coolly untill I installed vmware on this same machine to put a new
server, as the hardware of the computer was very good to support it. No
worried with the vmware even both the servers are running properly.
My Samba was set to use Interface eth0 with ip 192.168.50.56 . Upon
installation the Vmware
2007 Feb 06
3
RPM support for package installation?
Hello,
Tech question, I hope this has not been addressed before. I searched help
archives and looked for online help but came up empty-handed.
My question is: (short version) Is there a RPM-supported version of
update.packages() for use with updating package libraries on managed
multi-user Linux networks?
Details:
I put in a request for updating the version of R on one of the hosts on my
2010 Jun 07
2
mgcv
Hello Sir,
I am using mgcv package for my data.
My model is y~x1+f(x2),I want to find out the function f(x2) .
Following is the code.
sm1=gam(y~x1+s(x2),family=binomial, f)
summary(sm1)
plot(sm1,residuals=TRUE, xlab="AGE",pch=20)
In this plot I am getting S(x2,1.93) on y axixs
How should I get the function for x2 from this plot.or Is there anyother procedure in R to get this
2006 Oct 17
2
ERROR 1045 (28000) when trying to login into the mysql through user test1
hey friends,
I am running Mysql server version: 4.1.20 on Centos 4.0. The problem I
am facing is that I am not able to access the databases if I login
through anyother user for example test1
mysql -u test1 -p
Enter password:
ERROR 1045 (28000): Access denied for user 'test1'@'localhost' (using
password: YES)
I have granted all the privileges for user test1 on databases test
2015 Sep 06
4
How to learn abut what is in the samba ldap directory
I once upon a time worked with DAP and watched LDAP being created as
something that actually could work...
Showing my age here.
What little I have done with LDAP has been very clearly delineated so
that I knew what was being done. Here, with Samba, and I guess
actually, it is AD, I have not found that. Yet. But there are always
tools.
So I am looking at: phpLDAPadmin
I know these
2007 Jun 16
2
Trying to build rpm-package
I have weird problem.
I'll try to build rpm-package from Brian Lane's Digitemp.
Everything seems to go OK, but.....
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.50782
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd digitemp-3.5.0
+ install -d -m 755 /var/tmp/digitemp-buildroot/usr/local/bin/
+ install -s -g lock -m 2755 digitemp_DS9097U /var/tmp/digitemp-buildroot/usr/local/bin/
+ install
2010 Sep 29
1
3D Graphics
Dear All,
I have made a scatter plot and placed a plane within it using scatterplot3d.
However, I have been asked for the data points to be a surface plot or have
the plane more closely resemble the data rather than show trends.
I have since tried to use the rgl package. Why doesn't this package use the
window which already contains graphics?
I have one axis with decreasing values and two
2009 Feb 13
1
Unble to find cpufreq driver
Hi,
I am trying to use the cpufreq driver and was unable to find the same on my
xen kernel.
I am currently running the folloing kernel:
# uname -a
Linux mbr-Dom0-3 2.6.18.8-xen #1 SMP Wed Jan 28 10:27:04 IST 2009 x86_64
x86_64 x86_64 GNU/Linux
I read in certain places that some versions of Xen donot support cpufreq.
But the information was not too clear. Could someone kindly tell me if
cpufreq