Displaying 17 results from an estimated 17 matches for "jegadeesh".
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
&...
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
...tore 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 17
2
How to write RPM spec
Hi team,
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.
or give me a scenario to write
Thanks,
Jegadeesh
2015 Feb 16
2
CentOS upgrade info
...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:
> 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). Upgr...
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, whic...
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 sy...
2015 Feb 16
0
CentOS upgrade info
On 02/16/2015 10:29 AM, Jegadeesh Kumar wrote:
> 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.
&...
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...
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...
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
spe...
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...
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...
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 th...
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,
>>
2015 Mar 18
2
Need help for write rpm spec
...bin:\${PATH}" >>/etc/profile
source /etc/profile
java -version
tar -xf apache-tomcat-7.0.32.tar.gz
ln -s apache-tomcat-7.0.32/ $RPM_BUILD_ROOT/usr/local/tomcat
%files
%dir /usr/local
%defattr(-,root,root,-)
%doc
%post
chmod 755 -R /usr/local
Please help me to solve the error
Thanks
Jegadeesh
2015 May 01
0
VPN connection before login
,vpnc, command is used to connect VPN server. We can configure VPN server
IP, username, password there.
On 1 May 2015 21:28, "Tim" <lists at kiuni.de> wrote:
> 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