Re: [ilugd] Strange Problem

2008-07-23 Thread hemant ritturaj
Dear All,

Thanks for your reply, I tried looking for the file using lsattr which
doesn't show anything in the trash directory.

The error which I get on deleting the files gives

 /dev/ram3 cannot be deleted because u dont have permission to modify its
parent folder

Hope that helps you in understanding the problem

Regards
Hemant

On Wed, Jul 23, 2008 at 8:47 AM, Raj Mathur [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On Wednesday 23 Jul 2008, hemant ritturaj wrote:
  My trash in /home/user showing to be full, but when i saw from
  command prompt it is empty. When I observed the files carefully I saw
  that these files are nothing but the files from /dev partition.
  Although the files in /dev are intact, but I am really not able to
  understand how an image of /dev formed in trash. I am not even able
  to clear the trash even with superuser (using rm -rf ).

 If you're unable to remove files as root, you usually need to do one of
 these:

 - - fsck the filesystem, fix any corruption.

 - - lsattr the files you're unable to remove and see if the (i)mmutable
 attribute is set.  If it is you can remove it with chattr.

 Can't say any more until you provide the precise error you get when
 trying to remove the files.

 BTW, if lsattr shows immutable files, you may have a rootkit -- rootkits
 are notorious for setting +i on files.  Run rkhunter, reinstall if you
 find a rootkit.

 Regards,

 - -- Raju
 - --
 Raj Mathur[EMAIL PROTECTED]  http://kandalaya.org/
   GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
 PsyTrance  Chill: http://schizoid.in/   ||   It is the mind that moves
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)

 iEYEARECAAYFAkiGosEACgkQyWjQ78xo0X9s+ACfQBTJkCBFEZtI0aoY4zeBG7B2
 4vIAoIij0Q+wYtcLbsHt5MbOPsrlD6+S
 =EIp6
 -END PGP SIGNATURE-

 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
 http://www.mail-archive.com/ilugd@lists.linux-delhi.org/




-- 
Hemant Ritturaj Kushwaha
PhD Student
Center for Computational Biology and Bioinformatics
Jawaharlal Nehru University
New Delhi-110067
Phone: 09868801604
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Strange Problem

2008-07-23 Thread Raj Mathur
On Wednesday 23 Jul 2008, hemant ritturaj wrote:
 Thanks for your reply, I tried looking for the file using lsattr
 which doesn't show anything in the trash directory.

 The error which I get on deleting the files gives

  /dev/ram3 cannot be deleted because u dont have permission to
 modify its parent folder

What is the exact name of the file you are trying to delete?  Is 
it /dev/ram3 or is it /dev/ram3 (with quotes)?  And did you try to 
delete as root when you got that error?

And which distribution of Linux says u dont?

-- Raju
-- 
Raj Mathur[EMAIL PROTECTED]  http://kandalaya.org/
   GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
PsyTrance  Chill: http://schizoid.in/   ||   It is the mind that moves

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Strange Problem

2008-07-23 Thread Ashish Shukla आशीष शुक्ल
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Raj Mathur writes:
 On Wednesday 23 Jul 2008, hemant ritturaj wrote:
 Thanks for your reply, I tried looking for the file using lsattr
 which doesn't show anything in the trash directory.
 
 The error which I get on deleting the files gives
 
  /dev/ram3 cannot be deleted because u dont have permission to
 modify its parent folder

 What is the exact name of the file you are trying to delete?  Is 
 it /dev/ram3 or is it /dev/ram3 (with quotes)?  And did you try to 
 delete as root when you got that error?

Can you paste the output of following commands from your box ?

[EMAIL PROTECTED] mount
[EMAIL PROTECTED] id -Z

Following command will print the SELinux context under 'sudo' command:

[EMAIL PROTECTED] sudo id -Z

Following command will print the SELinux context under 'su' command:

[EMAIL PROTECTED] sudo su - -c id -Z

 And which distribution of Linux says u dont?

F3d0r4 ate

HTH
- -- 
·-- ·-  ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkiHalQACgkQHy+EEHYuXnRjYwCfZEOufplApnzC8tUL8+y3+Tpp
g1UAoKWZGjQgFDQqF6yeAIHq4VIs5O9t
=E/mG
-END PGP SIGNATURE-

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] Strange Problem

2008-07-22 Thread hemant ritturaj
Dear All,

I have facing a strange problem in Fedora 8.

My trash in /home/user showing to be full, but when i saw from command
prompt it is empty. When I observed the files carefully I saw that these
files are nothing but the files from /dev partition. Although the files in
/dev are intact, but I am really not able to understand how an image of /dev
formed in trash. I am not even able to clear the trash even with superuser
(using rm -rf ).

I have dual partition on my machine, one partition is of windows and other
is Fedora 8 linux.

If anyone helps me understand what is the problem and how I can solve it I
will be very thankful for the kind help.

Regards

-- 
Hemant Ritturaj Kushwaha
PhD Student
Center for Computational Biology and Bioinformatics
Jawaharlal Nehru University
New Delhi-110067
Phone: 09868801604
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Strange Problem

2008-07-22 Thread Raj Mathur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 23 Jul 2008, hemant ritturaj wrote:
 My trash in /home/user showing to be full, but when i saw from
 command prompt it is empty. When I observed the files carefully I saw
 that these files are nothing but the files from /dev partition.
 Although the files in /dev are intact, but I am really not able to
 understand how an image of /dev formed in trash. I am not even able
 to clear the trash even with superuser (using rm -rf ).

If you're unable to remove files as root, you usually need to do one of 
these:

- - fsck the filesystem, fix any corruption.

- - lsattr the files you're unable to remove and see if the (i)mmutable 
attribute is set.  If it is you can remove it with chattr.

Can't say any more until you provide the precise error you get when 
trying to remove the files.

BTW, if lsattr shows immutable files, you may have a rootkit -- rootkits 
are notorious for setting +i on files.  Run rkhunter, reinstall if you 
find a rootkit.

Regards,

- -- Raju
- -- 
Raj Mathur[EMAIL PROTECTED]  http://kandalaya.org/
   GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
PsyTrance  Chill: http://schizoid.in/   ||   It is the mind that moves
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkiGosEACgkQyWjQ78xo0X9s+ACfQBTJkCBFEZtI0aoY4zeBG7B2
4vIAoIij0Q+wYtcLbsHt5MbOPsrlD6+S
=EIp6
-END PGP SIGNATURE-

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] Strange problem with the server

2006-05-11 Thread abhishek jain
Dear Friends,
I run a server with softlayer and today i was not able to connect to the
sever via ssh,ping etc.. I complained to softlayer but they said everything
was fine .I even tried to connect from different souce IPs  like from
another server. Then i tried to start the VPN connection between mine server
and my computer and everything come to normal.
I am not sure where was the problem, I did a traceroute before and after the
server was down can anyone of you guys tell me or hint upon where was the
probelm.


Traceroute before server became correct ie when it was down:

  1 *** Request timed out.
  222 ms29 ms29 ms  triband-del-59.177.31.254.bol.net.in [59.
254]
  326 ms29 ms29 ms  triband-del-59.179.0.65.bol.net.in [59.17

  426 ms29 ms29 ms  delhi-203.197.228-245.vsnl.net.in [203.19
45]
  527 ms29 ms29 ms  203.200.87.68
  678 ms99 ms   109 ms  59.163.16.1.static.vsnl.net.in [59.163.16
  7   118 ms   109 ms   109 ms  59.163.16.1.static.vsnl.net.in [59.163.16
  897 ms99 ms99 ms  vsb-lvsb-stm4.Bbone.vsnl.net.in [202.54.2
  9   318 ms   339 ms   319 ms  nny-mum-6th-stm1.Bbone.vsnl.net.in [202.5
]
 10   288 ms   299 ms   289 ms  ge-5-3-1.pr2.lga1.us.above.net [64.125.13
 11   267 ms   269 ms   269 ms  so-5-0-0.cr2.lga1.us.above.net [64.125.27
 12   268 ms   269 ms   269 ms  so-1-0-0.mpr2.iad1.us.above.net [64.125.2
 13   277 ms   279 ms   289 ms  so-1-0-0.cr2.dca2.us.above.net [64.125.28
 14   297 ms   299 ms   299 ms  so-3-0-0.cr2.dfw2.us.above.net [64.125.29
 15   287 ms   300 ms   289 ms  ge6-1.fcr01.dal01.softlayer.com [64.124.7

 16 *** Request timed out.
 17 *** Request timed out.
 18 *** Request timed out.
 19 *** Request timed out.
 20 *** Request timed out.
 21 *** Request timed out.
 22 *** Request timed out.
 23 *** Request timed out.
 24 *** Request timed out.
 25 *** Request timed out.
 26 *** Request timed out.
 27 *** Request timed out.
 28 *** Request timed out.
 29 *** Request timed out.
 30 *** Request timed out.




Tracert from windows when the server became ok.

Tracing route to ip-reverse.softlayer.com [208.101.25.122]
over a maximum of 30 hops:

  1 *** Request timed out.
  225 ms29 ms29 ms  triband-del-59.177.31.254.bol.net.in [
59.177.31.
254]
  326 ms29 ms29 ms  triband-del-59.179.0.65.bol.net.in [
59.179.0.65]

  447 ms49 ms49 ms  delhi-203.197.228-245.vsnl.net.in [
203.197.228.2
45]
  528 ms28 ms29 ms  203.200.87.68
  646 ms49 ms49 ms  59.163.16.1.static.vsnl.net.in [59.163.16.1]
  747 ms49 ms59 ms  59.163.16.1.static.vsnl.net.in [59.163.16.1]
  848 ms59 ms79 ms  vsb-lvsb-stm4.Bbone.vsnl.net.in [
202.54.2.190]
  9   248 ms   249 ms   249 ms  nny-mum-6th-stm1.Bbone.vsnl.net.in [
202.54.2.130
]
 10   277 ms   289 ms   279 ms  ge-5-3-1.pr2.lga1.us.above.net [64.125.13.53
]
 11   268 ms   269 ms   269 ms  so-5-0-0.cr2.lga1.us.above.net [
64.125.27.138]
 12   268 ms   269 ms   269 ms  so-1-0-0.mpr2.iad1.us.above.net [
64.125.28.65]
 13   281 ms   279 ms   279 ms  so-1-0-0.cr2.dca2.us.above.net [
64.125.28.129]
 14   288 ms   298 ms   300 ms  so-3-0-0.cr2.dfw2.us.above.net [
64.125.29.169]
 15   319 ms   319 ms   319 ms  ge6-1.fcr01.dal01.softlayer.com [
64.124.79.206]

 16   318 ms   319 ms   319 ms  ip-reverse.softlayer.com [208.101.25
.122]

Trace complete.


Pl. do tell me what can be the problem.
Also i see many such lines in /var/log/secure


May 11 13:05:32 server1 xinetd[2056]: START: smtp pid=4427 from=
71.98.243.254
May 11 13:07:41 server1 xinetd[2056]: START: smtp pid=4445 from=
203.142.17.155
May 11 13:09:03 server1 xinetd[2056]: START: smtp pid=4456 from=
217.147.82.229
May 11 13:09:05 server1 xinetd[2056]: START: smtp pid=4466 from=
217.147.82.229
May 11 13:11:05 server1 xinetd[2056]: START: smtp pid=4477 from=
66.228.118.20
May 11 13:14:08 server1 xinetd[2056]: START: smtp pid=4488 from=
211.189.200.6


Pl. tell me the log files to view.
I shall be very grateful,
I would apprecate if i could get a speedy reply.
Thanks,
Abhishek Jain
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Strange problem with the server

2006-05-11 Thread Shiv
hi,
looks like your traceroute explains why you couldnt get through.
The secure log just shows that you are running the smtp daemon thro xinetd 
instead of standalone and it is getting invoked when each client connects.
you could look into /var/log/messages for more clues (assuming that this is a 
Linux box we are talking abt)


abhishek jain [EMAIL PROTECTED] wrote: Dear Friends,
I run a server with softlayer and today i was not able to connect to the
sever via ssh,ping etc.. I complained to softlayer but they said everything
was fine .I even tried to connect from different souce IPs  like from
another server. Then i tried to start the VPN connection between mine server
and my computer and everything come to normal.
I am not sure where was the problem, I did a traceroute before and after the
server was down can anyone of you guys tell me or hint upon where was the
probelm.


Traceroute before server became correct ie when it was down:

  1 *** Request timed out.
  222 ms29 ms29 ms  triband-del-59.177.31.254.bol.net.in [59.
254]
  326 ms29 ms29 ms  triband-del-59.179.0.65.bol.net.in [59.17

  426 ms29 ms29 ms  delhi-203.197.228-245.vsnl.net.in [203.19
45]
  527 ms29 ms29 ms  203.200.87.68
  678 ms99 ms   109 ms  59.163.16.1.static.vsnl.net.in [59.163.16
  7   118 ms   109 ms   109 ms  59.163.16.1.static.vsnl.net.in [59.163.16
  897 ms99 ms99 ms  vsb-lvsb-stm4.Bbone.vsnl.net.in [202.54.2
  9   318 ms   339 ms   319 ms  nny-mum-6th-stm1.Bbone.vsnl.net.in [202.5
]
 10   288 ms   299 ms   289 ms  ge-5-3-1.pr2.lga1.us.above.net [64.125.13
 11   267 ms   269 ms   269 ms  so-5-0-0.cr2.lga1.us.above.net [64.125.27
 12   268 ms   269 ms   269 ms  so-1-0-0.mpr2.iad1.us.above.net [64.125.2
 13   277 ms   279 ms   289 ms  so-1-0-0.cr2.dca2.us.above.net [64.125.28
 14   297 ms   299 ms   299 ms  so-3-0-0.cr2.dfw2.us.above.net [64.125.29
 15   287 ms   300 ms   289 ms  ge6-1.fcr01.dal01.softlayer.com [64.124.7

 16 *** Request timed out.
 17 *** Request timed out.
 18 *** Request timed out.
 19 *** Request timed out.
 20 *** Request timed out.
 21 *** Request timed out.
 22 *** Request timed out.
 23 *** Request timed out.
 24 *** Request timed out.
 25 *** Request timed out.
 26 *** Request timed out.
 27 *** Request timed out.
 28 *** Request timed out.
 29 *** Request timed out.
 30 *** Request timed out.




Tracert from windows when the server became ok.

Tracing route to -reverse.softlayer.com [208.101.25.122]
over a maximum of 30 hops:

  1 *** Request timed out.
  225 ms29 ms29 ms  triband-del-59.177.31.254.bol.net.in [
59.177.31.
254]
  326 ms29 ms29 ms  triband-del-59.179.0.65.bol.net.in [
59.179.0.65]

  447 ms49 ms49 ms  delhi-203.197.228-245.vsnl.net.in [
203.197.228.2
45]
  528 ms28 ms29 ms  203.200.87.68
  646 ms49 ms49 ms  59.163.16.1.static.vsnl.net.in [59.163.16.1]
  747 ms49 ms59 ms  59.163.16.1.static.vsnl.net.in [59.163.16.1]
  848 ms59 ms79 ms  vsb-lvsb-stm4.Bbone.vsnl.net.in [
202.54.2.190]
  9   248 ms   249 ms   249 ms  nny-mum-6th-stm1.Bbone.vsnl.net.in [
202.54.2.130
]
 10   277 ms   289 ms   279 ms  ge-5-3-1.pr2.lga1.us.above.net [64.125.13.53
]
 11   268 ms   269 ms   269 ms  so-5-0-0.cr2.lga1.us.above.net [
64.125.27.138]
 12   268 ms   269 ms   269 ms  so-1-0-0.mpr2.iad1.us.above.net [
64.125.28.65]
 13   281 ms   279 ms   279 ms  so-1-0-0.cr2.dca2.us.above.net [
64.125.28.129]
 14   288 ms   298 ms   300 ms  so-3-0-0.cr2.dfw2.us.above.net [
64.125.29.169]
 15   319 ms   319 ms   319 ms  ge6-1.fcr01.dal01.softlayer.com [
64.124.79.206]

 16   318 ms   319 ms   319 ms  -reverse.softlayer.com [208.101.25
.122]

Trace complete.


Pl. do tell me what can be the problem.
Also i see many such lines in /var/log/secure


May 11 13:05:32 server1 xinetd[2056]: START: smtp pid=4427 from=
71.98.243.254
May 11 13:07:41 server1 xinetd[2056]: START: smtp pid=4445 from=
203.142.17.155
May 11 13:09:03 server1 xinetd[2056]: START: smtp pid=4456 from=
217.147.82.229
May 11 13:09:05 server1 xinetd[2056]: START: smtp pid=4466 from=
217.147.82.229
May 11 13:11:05 server1 xinetd[2056]: START: smtp pid=4477 from=
66.228.118.20
May 11 13:14:08 server1 xinetd[2056]: START: smtp pid=4488 from=
211.189.200.6


Pl. tell me the log files to view.
I shall be very grateful,
I would apprecate if i could get a speedy reply.
Thanks,
Abhishek Jain
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org

[ilugd] Strange problem with Fedora Core 2

2004-10-07 Thread Bhaskar Ghose
Hello,
I have a Toshiba Sattelite laptop with a SmartLink internal modem. I
downloaded the drivers and was successfully connecting to my BSNL
dialup internet a/c when using SuSE 9.0. The problem started when I
switched to Fedora Core 2. I compiled the drivers for the 2.6 kernel
and everything went fine. But when I connect using wvdial, the
connection stays for just a few seconds. After that although I remain
connected to the server, I can't even ping the PPP server or the DNS
server. It's a very strange problem for me and I have no clue where the
problem actually is. It can be with the newer kernel, the pppd or even
wvdial. Can anybody shed some light on it ?
TIA
Bhaskar Ghose

=
It is NEVER Linux OS. It's ``GNU/Linux'' OS. For more info follow this link 
-- http://www.gnu.org/gnu/why-gnu-linux.html



___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com

___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


RE: [ilugd] Strange Problem

2004-05-29 Thread Devendra Burman
Hi,
Please check your $HOME/.bash_profile if anything fishy is there or not.  
Check /etc/shadow will password expiry is 1 sec.

Regards,
Devendra.
From: Navnit Chachan [EMAIL PROTECTED]
Reply-To: The Linux-Delhi mailing list [EMAIL PROTECTED]
To: The Linux-Delhi mailing list [EMAIL PROTECTED]
Subject: [ilugd] Strange Problem
Date: Sat, 29 May 2004 11:17:21 +0530
Hi,
Have a strange problem with redhat 9.0.
The server is working fine and I am able to ssh into it.
When i try to log in via the console.
When I type my username and press enter, the screen refreshes and i get the 
same login again. It does not ask me for the password.

When I ssh into it from another machine, it logs in just fine. Apart from 
this, there are no problems.

Any ideas on what could be the problem?
This problem just cropped up a cpl of days ago.
Thanx and regards
Navnit
___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/
_
Contact brides  grooms FREE! http://www.shaadi.com/ptnr.php?ptnr=hmltag 
Only on www.shaadi.com. Register now!

___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


RE: [ilugd] Strange Problem

2004-05-29 Thread saurabh
  dear friend ,
   1)  check your /etc/pam.d/sys-auth file
  check is there any restrictions
   2)  check your /etc/passwd file and search for ur
username line and check if its shell is /nologin or it
is normal /bin/bash
   3) go to single user mode and type chage -L
username
  check wether us passwd is expired or not
   
  HOPE UR PROBLEM IS SOLVED
FROM saurabh
 


-- Devendra Burman [EMAIL PROTECTED]
wrote:  Hi,
 
 Please check your $HOME/.bash_profile if anything
 fishy is there or not.  
 Check /etc/shadow will password expiry is 1 sec.
 
 Regards,
 Devendra.
 
 From: Navnit Chachan [EMAIL PROTECTED]
 Reply-To: The Linux-Delhi mailing list
 [EMAIL PROTECTED]
 To: The Linux-Delhi mailing list
 [EMAIL PROTECTED]
 Subject: [ilugd] Strange Problem
 Date: Sat, 29 May 2004 11:17:21 +0530
 
 Hi,
 Have a strange problem with redhat 9.0.
 
 The server is working fine and I am able to ssh
 into it.
 
 When i try to log in via the console.
 When I type my username and press enter, the screen
 refreshes and i get the 
 same login again. It does not ask me for the
 password.
 
 When I ssh into it from another machine, it logs in
 just fine. Apart from 
 this, there are no problems.
 
 Any ideas on what could be the problem?
 
 This problem just cropped up a cpl of days ago.
 
 Thanx and regards
 Navnit
 ___
 ilugd mailinglist -- [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at:
 http://news.gmane.org/gmane.user-groups.linux.delhi 

http://www.mail-archive.com/[EMAIL PROTECTED]/
 

_
 Contact brides  grooms FREE!
 http://www.shaadi.com/ptnr.php?ptnr=hmltag 
 Only on www.shaadi.com. Register now!
 
 
 ___
 ilugd mailinglist -- [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at:
 http://news.gmane.org/gmane.user-groups.linux.delhi
http://www.mail-archive.com/[EMAIL PROTECTED]/ 


Yahoo! India Matrimony: Find your partner online. 
http://yahoo.shaadi.com/india-matrimony/

___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


Re: [ilugd] Strange Problem

2004-05-29 Thread Navnit Chachan
I think these come into the picture once the username and passwords are
typed.
Problem is the console only takes in the username and then it resets. No
password is ever asked.
Navnit
- Original Message -
From: saurabh [EMAIL PROTECTED]
To: The Linux-Delhi mailing list [EMAIL PROTECTED]
Sent: Saturday, May 29, 2004 2:10 PM
Subject: RE: [ilugd] Strange Problem


   dear friend ,
1)  check your /etc/pam.d/sys-auth file
   check is there any restrictions
2)  check your /etc/passwd file and search for ur
 username line and check if its shell is /nologin or it
 is normal /bin/bash
3) go to single user mode and type chage -L
 username
   check wether us passwd is expired or not

   HOPE UR PROBLEM IS SOLVED
 FROM saurabh



 -- Devendra Burman [EMAIL PROTECTED]
 wrote:  Hi,
 
  Please check your $HOME/.bash_profile if anything
  fishy is there or not.
  Check /etc/shadow will password expiry is 1 sec.
 
  Regards,
  Devendra.
 
  From: Navnit Chachan [EMAIL PROTECTED]
  Reply-To: The Linux-Delhi mailing list
  [EMAIL PROTECTED]
  To: The Linux-Delhi mailing list
  [EMAIL PROTECTED]
  Subject: [ilugd] Strange Problem
  Date: Sat, 29 May 2004 11:17:21 +0530
  
  Hi,
  Have a strange problem with redhat 9.0.
  
  The server is working fine and I am able to ssh
  into it.
  
  When i try to log in via the console.
  When I type my username and press enter, the screen
  refreshes and i get the
  same login again. It does not ask me for the
  password.
  
  When I ssh into it from another machine, it logs in
  just fine. Apart from
  this, there are no problems.
  
  Any ideas on what could be the problem?
  
  This problem just cropped up a cpl of days ago.
  
  Thanx and regards
  Navnit
  ___
  ilugd mailinglist -- [EMAIL PROTECTED]
  http://frodo.hserus.net/mailman/listinfo/ilugd
  Archives at:
  http://news.gmane.org/gmane.user-groups.linux.delhi
 
 http://www.mail-archive.com/[EMAIL PROTECTED]/
 
 
 _
  Contact brides  grooms FREE!
  http://www.shaadi.com/ptnr.php?ptnr=hmltag
  Only on www.shaadi.com. Register now!
 
 
  ___
  ilugd mailinglist -- [EMAIL PROTECTED]
  http://frodo.hserus.net/mailman/listinfo/ilugd
  Archives at:
  http://news.gmane.org/gmane.user-groups.linux.delhi
 http://www.mail-archive.com/[EMAIL PROTECTED]/

 
 Yahoo! India Matrimony: Find your partner online.
http://yahoo.shaadi.com/india-matrimony/

 ___
 ilugd mailinglist -- [EMAIL PROTECTED]
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
http://www.mail-archive.com/[EMAIL PROTECTED]/


___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/


[ilugd] Strange Problem

2004-05-28 Thread Navnit Chachan
Hi,
Have a strange problem with redhat 9.0.

The server is working fine and I am able to ssh into it.

When i try to log in via the console.
When I type my username and press enter, the screen refreshes and i get the same login 
again. It does not ask me for the password.

When I ssh into it from another machine, it logs in just fine. Apart from this, there 
are no problems.

Any ideas on what could be the problem?

This problem just cropped up a cpl of days ago.

Thanx and regards
Navnit
___
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/