RedHat 6.2 GNOME: "No response from command 'Save Yourself'"

RedHat 6.2 GNOME: "No response from command 'Save Yourself'"

Post by Tito Cost » Sun, 31 Dec 1899 09:00:00



My GNOME environment (Distribution RedHat 6.2), both with Enlightenment
and Sawmill window managers, is extremely slow.
At startup I got the message:

Quote:> gmc
> No response from the command 'Save Yourself'
> The program could be slow, interrupted or misfunctioning.

Hardware configuration:
AMD K7 700 MHz
128 MB RAM; 128 MB swap partition
Hard Disk EIDE 15 GB 7200 rpm

I partitioned my hard disk with fips; linux partition and swap partition
are both allocated beyond the 10 GB limit.

Reply also to costati!tin.it, please.
Thank you in advance.

 
 
 

1. Why doesn't echo "text" 'command' "more text" work?

                 ^                                        ^
Wrong quotes, should be -
   echo "You have" `grep Subject: /usr/spool/mail/me | wc -l` "messages."
or -
   echo "You have `grep Subject: /usr/spool/mail/me | wc -l` messages."

But, another problem is, if you've no mail, /usr/spool/mail/me does not
exist, leading grep to say:
   grep: can't open /usr/spool/mail/me
Wc will still report 0.

You might try -
   sh -c 'echo "You have `grep 2>/dev/null Subject: /usr/spool/mail/me | wc -l` messages."'

Hope this helps.

2. vi crashes then "emory fault (coredump)

3. prob installing redhat with scsi cdrom

4. """"""""My SoundBlast 16 pnp isn't up yet""""""""""""

5. sparc 20 workstation's clock

6. can't compile gnome - "'gtk-config' script not found"

7. command to know current net speed

8. Why my "chmod" command can't change the "/home "

9. "Quit and save - Exit and don't save" why?

10. "Save Desktop to new.xinitrc" won't save...

11. WHY 'exec "$REALFILE" ${1+"$@"}'

12. "McCabe's Cyclomatic Complexity" and "Halstead's Metrics"