similar to: How to write RPM spec

Displaying 20 results from an estimated 20000 matches similar to: "How to write RPM spec"

2015 Feb 16
3
CentOS upgrade info
how to upgrade CentOS 6.6 from 6.2?Thanks, Jegadeesh On Monday, 16 February 2015 6:37 PM, Carson Chittom <carson at wistly.net> wrote: Jegadeesh Kumar <jegasmile at yahoo.com> writes: > I wan to know the details steps about how to do OS upgrade? > Say for an example currently i am using CentOS 6.2 and plan to upgrade > that to 7. Please detail me the steps. I
2015 Feb 16
2
CentOS upgrade info
?Hello, I wan to know the details steps about how to do OS upgrade? Say for an example currently i am using CentOS 6.2 and plan to upgrade that to 7. Please detail me the steps. Thanks, Jegadeesh
2015 Mar 31
6
How to decrypt rootpassword form kickstart file
Hi Team, I have the kick start file where my root password is store like # Root password rootpw --iscrypted $1$1SItJOAg$UM9n7lRFK1/OCs./rgQtQ/ # System authorization information auth --useshadow --passalgo=sha512 Is there any way to decry pt the password and get it as plain text. I know single user mode works but my case it in remote site. Thanks, Jegadeesh
2015 Feb 18
1
How to write RPM spec
> On Wed, 18 Feb 2015 05:36:48 +1300 > Jegadeesh Kumar wrote: > >> I setup the RPM build server and read some doc to write the spec >> files. but i did get it clearly. So can you guys please help me >> to write a new RPM spec. If you have set up an RPM build server then you should have installed the rpmbuild and rpmdevtools packages. If you have installed the latter
2015 Feb 16
2
CentOS upgrade info
I am working on linux environment. we have centOS servers which is running on CentOS 6.2. So far i didn't work on upgrade OS to higher version. That's why i asked this question. I know yum upgade will update the packages that installed on the server. Any way let me try um upgrade and update you. On Mon, Feb 16, 2015 at 8:55 PM, Carson Chittom <carson at wistly.net> wrote: >
2015 Feb 17
0
How to write RPM spec
On Wed, 18 Feb 2015 05:36:48 +1300 Jegadeesh Kumar wrote: > I setup the RPM build server and read some doc to write the spec files. but > i did get it clearly. So can you guys please help me to write a new RPM > spec. The easiest way to create a spec file is to look at an existing spec file for something similar to what you're trying to write. Some spec files are very simple, and
2015 Mar 18
0
Need help for write rpm spec
Jegadeesh Kumar wrote: > I am try to write rpm spec for install tomcat on a linux machine.But > while build the rpm i found following error <snip> Why are you writing a new specfile, rather than just yum install tomcat, and you'll get the official working package installed via a working specfile? mark
2015 Mar 18
2
Need help for write rpm spec
Hi I am try to write rpm spec for install tomcat on a linux machine.But while build the rpm i found following error + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /home/rpmbuild/BUILD/Install_tomcat-1.0 extracting debug info from /home/rpmbuild/BUILDROOT/Install_tomcat-1.0-1.el6.x86_64/usr/local/jdk1.7.0_13/lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so ***
2015 May 01
5
VPN connection before login
I imagine something like Cisco AnyConnect on Windows, where you can connect before login to the machine. So afterwards user specific network shares are available and can be connect via scripts. I have an openvpn server running. Regards Tim Am 1. Mai 2015 13:34:48 MESZ, schrieb Jim Perrin <jperrin at centos.org>: > > >On 04/30/2015 03:42 PM, Tim wrote: >> Hi all, >>
2016 Jul 29
7
how to build rpm
Hi, For software development, projects are built through makefile. After building, I can run binary program. rpm is more convenient. Is there some tool that can build rpm? Thanks! Regards Andrew
2015 Feb 16
0
CentOS upgrade info
Jegadeesh Kumar <jegasmile at yahoo.com> writes: > I wan to know the details steps about how to do OS upgrade? > Say for an example currently i am using CentOS 6.2 and plan to upgrade > that to 7. Please detail me the steps. I suggest you begin by reading the release notes for CentOS 7, which are at http://wiki.centos.org/Manuals/ReleaseNotes/CentOS7 -- here is an excerpt: For
2015 Feb 16
0
CentOS upgrade info
Jegadeesh Kumar <jegasmile at yahoo.com> writes: > how to upgrade CentOS 6.6 from 6.2 I apologize if I'm doing you a disservice, but the fact that you're asking this makes me think you're not familiar with CentOS (or perhaps even Linux generally). Upgrading packages is fairly basic system functionality. You may want to spend some time reading documentation before you do
2015 Mar 31
0
How to decrypt rootpassword form kickstart file
2015-03-31 8:08 GMT+03:00 Jegadeesh Kumar <jegasmile at gmail.com>: > Hi Team, > > I have the kick start file where my root password is store like > > > # Root password > rootpw --iscrypted $1$1SItJOAg$UM9n7lRFK1/OCs./rgQtQ/ > # System authorization information > auth --useshadow --passalgo=sha512 > > > > Is there any way to decry pt the password and
2015 Apr 01
0
How to decrypt rootpassword form kickstart file
On Mar 30, 2015, at 11:08 PM, Jegadeesh Kumar <jegasmile at gmail.com> wrote: > # Root password > rootpw --iscrypted $1$1SItJOAg$UM9n7lRFK1/OCs./rgQtQ/ > # System authorization information > auth --useshadow --passalgo=sha512 Those two settings are inconsistent. The $1 at the beginning of that crypt(3) string means it?s an MD5 password. > Is there any way to decry pt the
2015 Oct 20
4
dia under CentOS7
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Does anyone know if dia is going to be released into EPEL7? If it is not, is there an equivalent application for simple diagramming? Thanks -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQIcBAEBAgAGBQJWJpi+AAoJEAF3yXsqtyBlXbAP/0TTWXfhec7eP8Mkv+m0awVA s/ahKMKLIL41xlf/8IU3+dT9a9OADvPPheFAy8kXlb3GndevaLqYOjtEa2fKvQKc
2016 May 18
9
one-shot yum command to match rpms between systems?
Given a list of rpms on one system (rpm -qa > list.txt), is there a one-shot command that I can run on another system to remove all of the rpms not listed and add any that are on the list and not present on the second system? -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
2020 Apr 03
4
Mounting CIFS shares on C8
Le ven. 3 avr. 2020 ? 17:54, Jonathan Billings <billings at negate.org> a ?crit : > On Fri, Apr 03, 2020 at 04:00:42PM +0200, Patrick DERWAEL wrote: > > //192.168.1.200/mp3 /home/plex/Musique cifs > > user=plex,pass=plex,workgroup=DERWAEL,ro,auto,vers=3.0 > > //192.168.1.200/videos /home/plex/Vid?os cifs > >
2015 Apr 01
4
How to decrypt rootpassword form kickstart file
Warren Young wrote: > On Mar 30, 2015, at 11:08 PM, Jegadeesh Kumar <jegasmile at gmail.com> wrote: >> # Root password >> rootpw --iscrypted $1$1SItJOAg$UM9n7lRFK1/OCs./rgQtQ/ >> # System authorization information >> auth --useshadow --passalgo=sha512 > > Those two settings are inconsistent. The $1 at the beginning of that > crypt(3) string means it?s
2016 Feb 11
2
rpm containing gmessage???
On 02/11/2016 01:48 PM, Frank Cox wrote: > On Thu, 11 Feb 2016 13:42:39 -0500 > ken wrote: > >> Maybe I haven't run the correct yum commands or looked in the right >> repo, but I haven't found a utility called 'gmessage'. Anyone know >> where to find it? > > gmessage has been more-or-less superseded by zenity. > That's nutz. From docs
2016 Aug 08
4
Eclipse rpms
On 08/08/2016 03:25 PM, Gordon Messmer wrote: > # yum install centos-release-scl > # yum list devtoolset-4-eclipse\* Of course, the next question is: Is it possible to install Eclipse in a way that doesn't require users to run "scl enable devtoolset-4 bash" in a terminal? Or can selected software collections be enabled by default in new sessions?