* GNOME help
@ 2003-01-16 16:55 Anant Aneja
2003-01-16 19:40 ` pa3gcu
2003-01-17 16:06 ` Strange problem Korosi Akos
0 siblings, 2 replies; 6+ messages in thread
From: Anant Aneja @ 2003-01-16 16:55 UTC (permalink / raw)
To: linux-newbie
I've made some changes somehow in GNOME and now all programs load
only 10 seconds after double clicking.
Any suggestions how can i rectify this.
Anant
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: GNOME help
2003-01-16 16:55 GNOME help Anant Aneja
@ 2003-01-16 19:40 ` pa3gcu
2003-01-17 16:06 ` Strange problem Korosi Akos
1 sibling, 0 replies; 6+ messages in thread
From: pa3gcu @ 2003-01-16 19:40 UTC (permalink / raw)
To: Anant Aneja, linux-newbie
On Thursday 16 January 2003 16:55, Anant Aneja wrote:
> I've made some changes somehow in GNOME and now all programs load
> only 10 seconds after double clicking.
> Any suggestions how can i rectify this.
> Anant
>
Without being cheeky, how in the name of (you know who) could anyone possably
give you an answer to this question, you dont say what you changed, when you
changed what and what you were trying to achive.
I am not a glass ball reader, as a matter of fact i do belive that all the
folks here that answer questions are in the same class as me, "Not Glass Ball
Readers" period.
Shed some light on your problem and we will look into our glass balls.
--
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Strange problem
2003-01-16 16:55 GNOME help Anant Aneja
2003-01-16 19:40 ` pa3gcu
@ 2003-01-17 16:06 ` Korosi Akos
2003-01-17 18:36 ` Ray Olszewski
1 sibling, 1 reply; 6+ messages in thread
From: Korosi Akos @ 2003-01-17 16:06 UTC (permalink / raw)
To: Newbie
Hi all!
I have a strange problem.
Happened that the machine had been rebooted (hardly) for some times,
and at the end the next happened:
Nobody can log in except the root. The message is that there is no
/home/<user> (<user> is the appropriate user)!
But in /home there is the <user> directory, and the <user> has
rwx permissions on it. And everybody has x permission on /home.
The other thing is that in sendmail sm-client can not be started,
because: can not chdir to /var/spool/<somedir>, no permissions.
BUT there are appropritate permissions on that dir, and everybody
has x permission on /var and /var/spool. After that I changed
/var/spool/<somedir> to 777 permissions, but sm-client says the same.
I can log in as root. And if I try to #su - <user>, it wont start.
I tried #strace su - <user> and saw, that su can open some files,
but it can not open to read many files (in /etc), but the files are
there, everybody has read permissions on them, and everybody has
execute permissions on the parent directoryes.
What could this be?
Could this be some virus (I forget to setup iptables correctly),
or could this happen because of hard resets?
I thought that I will reinstall Linux (RH 8.0), because happily
I use more partitions, and there isnt any important data
on root partition.
But I'm very curious about this problem.
I use RedHat 8.0 and Ext3 file system on all data partitions.
This is an older machine (K6-2 350 CPU).
If you need any further info, just ask.
TIA
Akos
________________________________________________
http://mailbox.hu - Már SMS értesítéssel is!
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Strange problem
2003-01-17 16:06 ` Strange problem Korosi Akos
@ 2003-01-17 18:36 ` Ray Olszewski
2003-01-22 15:31 ` Re[2]: " Korosi Akos
2003-01-22 15:31 ` Korosi Akos
0 siblings, 2 replies; 6+ messages in thread
From: Ray Olszewski @ 2003-01-17 18:36 UTC (permalink / raw)
To: Newbie
You really haven't told us enough for good diagnosis. From what you did
write, I'd guess there is a problem with mounting partitions other than the
root (/) one (maybe including /, depending on the details of the /etc
problems you allude to). User root's home directory is normally on the root
partition as /root, while /home is often a separate partition, as is /var
(particualrly if you used RH's default partitioning) ... though /etc almost
never is (I've never seen a case where it was, and doing it that way would
cause real problems during init).
Check the status of mounted partitions in /etc/mtab to verify that they are
mounted RW (and that they are actually mounted as ext3, not ext2). Try (as
root) umount'ing them, then fsck'ing them, in case they failed an automated
fsck during init (this seems farfetched since you use ext3 filesystems, but
it's all I can think of).
Since this happened after a reboot (at least I think that's what you
wrote), you might want to verify that you are running the same kernel as
you were before the reboot.
I'd classify the chance that this is a virus as quite small. The hard-reset
question does make me think of fsck problems with the filesystems.
If that doesn't turn up anything, post again, this time quoting the actual
error messages instead of paraphrasing them.
At 05:06 PM 1/17/03 +0100, Korosi Akos wrote:
>Hi all!
>
>I have a strange problem.
>
>Happened that the machine had been rebooted (hardly) for some times,
>and at the end the next happened:
>
>Nobody can log in except the root. The message is that there is no
>/home/<user> (<user> is the appropriate user)!
>But in /home there is the <user> directory, and the <user> has
>rwx permissions on it. And everybody has x permission on /home.
>The other thing is that in sendmail sm-client can not be started,
>because: can not chdir to /var/spool/<somedir>, no permissions.
>BUT there are appropritate permissions on that dir, and everybody
>has x permission on /var and /var/spool. After that I changed
>/var/spool/<somedir> to 777 permissions, but sm-client says the same.
>I can log in as root. And if I try to #su - <user>, it wont start.
>I tried #strace su - <user> and saw, that su can open some files,
>but it can not open to read many files (in /etc), but the files are
>there, everybody has read permissions on them, and everybody has
>execute permissions on the parent directoryes.
>
>What could this be?
>Could this be some virus (I forget to setup iptables correctly),
>or could this happen because of hard resets?
>
>I thought that I will reinstall Linux (RH 8.0), because happily
>I use more partitions, and there isnt any important data
>on root partition.
>
>But I'm very curious about this problem.
>
>I use RedHat 8.0 and Ext3 file system on all data partitions.
>This is an older machine (K6-2 350 CPU).
>
>If you need any further info, just ask.
--
-------------------------------------------"Never tell me the odds!"--------
Ray Olszewski -- Han Solo
Palo Alto, California, USA ray@comarre.com
-------------------------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re[2]: Strange problem
2003-01-17 18:36 ` Ray Olszewski
@ 2003-01-22 15:31 ` Korosi Akos
2003-01-22 15:31 ` Korosi Akos
1 sibling, 0 replies; 6+ messages in thread
From: Korosi Akos @ 2003-01-22 15:31 UTC (permalink / raw)
To: Newbie
Hi!
I have reinstalled RH8.0, because I had to make the
machine work.
But as I am curious about the problem, I will answer
the questions.
Ray Olszewski <ray@comarre.com> wrote
>You really haven't told us enough for good diagnosis. From what you did
> write, I'd guess there is a problem with mounting partitions other
than
> the
> root (/) one (maybe including /, depending on the details of the /etc
I had everything on 1 partition and used the other partitions
(mounted into /mnt) for data storage.
So the / was on the same partition as /etc /boot and also
everything else.
And the programs were able to open some files, but other
not.
> problems you allude to). User root's home directory is normally on the
> root
...
> almost
> never is (I've never seen a case where it was, and doing it that way
> would
> cause real problems during init).
Every directory was on the same partition.
(except explicitli mounted directories)
> Check the status of mounted partitions in /etc/mtab to verify that
they
> are
> mounted RW (and that they are actually mounted as ext3, not ext2). Try
> (as
> root) umount'ing them, then fsck'ing them, in case they failed an
> automated
> fsck during init (this seems farfetched since you use ext3
filesystems,
> but
> it's all I can think of).
I checked the partitions during boot, and nothing was found.
I can not check mtab now :-(
> Since this happened after a reboot (at least I think that's what you
> wrote), you might want to verify that you are running the same kernel
as
> you were before the reboot.
There was only one kernel...
> I'd classify the chance that this is a virus as quite small. The
> hard-reset
> question does make me think of fsck problems with the filesystems.
Actually when I turned off the machine, there were [FAILED]
programs (eg xfs, etc) and they weren't always the same.
This was the reason that I thought about viruses.
> If that doesn't turn up anything, post again, this time quoting the
> actual
> error messages instead of paraphrasing them.
I can not do this anymore, but the error messages that I
wrote were nearly the actual, this means I didn't wore the
meaning of them, but what I saw, only when I wanted to
log in as a user, I can't see the message for a long time,
so I wasn't sure.
As I can not give you more actual information about the
system (because it has been reinstalled), I don't know if
you could guess the source of the problem.
But I would than you Ray for the guesses!
Best regards,
Akos
________________________________________________
http://mailbox.hu - Már SMS értesítéssel is!
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re[2]: Strange problem
2003-01-17 18:36 ` Ray Olszewski
2003-01-22 15:31 ` Re[2]: " Korosi Akos
@ 2003-01-22 15:31 ` Korosi Akos
1 sibling, 0 replies; 6+ messages in thread
From: Korosi Akos @ 2003-01-22 15:31 UTC (permalink / raw)
To: Newbie
Hi!
I have reinstalled RH8.0, because I had to make the
machine work.
But as I am curious about the problem, I will answer
the questions.
Ray Olszewski <ray@comarre.com> wrote
>You really haven't told us enough for good diagnosis. From what you did
> write, I'd guess there is a problem with mounting partitions other
than
> the
> root (/) one (maybe including /, depending on the details of the /etc
I had everything on 1 partition and used the other partitions
(mounted into /mnt) for data storage.
So the / was on the same partition as /etc /boot and also
everything else.
And the programs were able to open some files, but other
not.
> problems you allude to). User root's home directory is normally on the
> root
...
> almost
> never is (I've never seen a case where it was, and doing it that way
> would
> cause real problems during init).
Every directory was on the same partition.
(except explicitli mounted directories)
> Check the status of mounted partitions in /etc/mtab to verify that
they
> are
> mounted RW (and that they are actually mounted as ext3, not ext2). Try
> (as
> root) umount'ing them, then fsck'ing them, in case they failed an
> automated
> fsck during init (this seems farfetched since you use ext3
filesystems,
> but
> it's all I can think of).
I checked the partitions during boot, and nothing was found.
I can not check mtab now :-(
> Since this happened after a reboot (at least I think that's what you
> wrote), you might want to verify that you are running the same kernel
as
> you were before the reboot.
There was only one kernel...
> I'd classify the chance that this is a virus as quite small. The
> hard-reset
> question does make me think of fsck problems with the filesystems.
Actually when I turned off the machine, there were [FAILED]
programs (eg xfs, etc) and they weren't always the same.
This was the reason that I thought about viruses.
> If that doesn't turn up anything, post again, this time quoting the
> actual
> error messages instead of paraphrasing them.
I can not do this anymore, but the error messages that I
wrote were nearly the actual, this means I didn't wore the
meaning of them, but what I saw, only when I wanted to
log in as a user, I can't see the message for a long time,
so I wasn't sure.
As I can not give you more actual information about the
system (because it has been reinstalled), I don't know if
you could guess the source of the problem.
But I want to than you Ray for the guesses!
Best regards,
Akos
________________________________________________
http://mailbox.hu - Már SMS értesítéssel is!
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-01-22 15:31 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-16 16:55 GNOME help Anant Aneja
2003-01-16 19:40 ` pa3gcu
2003-01-17 16:06 ` Strange problem Korosi Akos
2003-01-17 18:36 ` Ray Olszewski
2003-01-22 15:31 ` Re[2]: " Korosi Akos
2003-01-22 15:31 ` Korosi Akos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox