Find the answer to your Linux question:
Results 1 to 8 of 8
Another question from a n00b... Recently, I upgraded some packages using Synaptic's "Mark All Upgrades" option, and after rebooting I now have two problems: (1) on start up I see ...
  1. #1
    Just Joined! Rishi's Avatar
    Join Date
    Jul 2005
    Location
    Toronto, Canada
    Posts
    24

    The Case of the Missing Taskbar

    Another question from a n00b...

    Recently, I upgraded some packages using Synaptic's "Mark All Upgrades" option, and after rebooting I now have two problems:

    (1) on start up I see "Mounting local filesystems... failed!" in red text.
    (2) the taskbar (is this the correct term on Linux?), the show desktop button, and the workspace switcher are gone.

    I am inclined to think that the two are connected. Have I screwed something up bigtime? If so, what should I do?

    Also, how do I configure a program (in this case the Folding@Home client) to run on startup?

    Thanks in advance!

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408

    Re: The Case of the Missing Taskbar

    Quote Originally Posted by Rishi
    (1) on start up I see "Mounting local filesystems... failed!" in red text.
    Make sure that nothing is wrong in your
    Code:
    /etc/fstab
    Also check dmesg to see if it says anything else. I have had that before, but has never cause any probelms.
    Quote Originally Posted by Rishi
    (2) the taskbar (is this the correct term on Linux?), the show desktop button, and the workspace switcher are gone.
    are you using GNOME, KDE, etc....?
    You should just be able to add them again...
    Quote Originally Posted by Rishi
    Also, how do I configure a program (in this case the Folding@Home client) to run on startup?
    take a look at http://www.debian-administration.org/articles/28
    Brilliant Mediocrity - Making Failure Look Good

  3. #3
    Just Joined! Rishi's Avatar
    Join Date
    Jul 2005
    Location
    Toronto, Canada
    Posts
    24

    Re: The Case of the Missing Taskbar

    Quote Originally Posted by Vergil83
    Quote Originally Posted by Rishi
    (1) on start up I see "Mounting local filesystems... failed!" in red text.
    Make sure that nothing is wrong in your
    Code:
    /etc/fstab
    Also check dmesg to see if it says anything else. I have had that before, but has never cause any probelms.
    /etc/fstab says:

    Code:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc            /proc           proc    defaults        0       0
    /dev/hda2       /               ext3    defaults,errors=remount-ro 0       1
    /dev/hdc        /media/cdrom0   iso9660 ro,user,noauto  0       0
    /dev/hdd        /media/cdrom1   iso9660 ro,user,noauto  0       0
    /dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
    Does that look right?

    Quote Originally Posted by Vergil83
    Quote Originally Posted by Rishi
    (2) the taskbar (is this the correct term on Linux?), the show desktop button, and the workspace switcher are gone.
    are you using GNOME, KDE, etc....?
    You should just be able to add them again...
    This is probably a really stupid question, but here goes... how do I do that?

    Quote Originally Posted by Vergil83
    Thanks!

  4. #4
    Linux Newbie
    Join Date
    Jul 2005
    Location
    Turn Around
    Posts
    202
    Code:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    /dev/hda2 / ext3 defaults,errors=remount-ro 0 1
    /dev/hdc /media/cdrom0 iso9660 ro,user,noauto 0 0
    /dev/hdd /media/cdrom1 iso9660 ro,user,noauto 0 0
    /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0

    Does that look right?

    whats your hda1 (do you have one)? do you have different partitions?

  5. #5
    Just Joined! Rishi's Avatar
    Join Date
    Jul 2005
    Location
    Toronto, Canada
    Posts
    24
    Quote Originally Posted by DoctorDan
    Code:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    /dev/hda2 / ext3 defaults,errors=remount-ro 0 1
    /dev/hdc /media/cdrom0 iso9660 ro,user,noauto 0 0
    /dev/hdd /media/cdrom1 iso9660 ro,user,noauto 0 0
    /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0

    Does that look right?

    whats your hda1 (do you have one)? do you have different partitions?
    Yes - there are two partitions, hda1 is Windows.

  6. #6
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408

    Re: The Case of the Missing Taskbar

    Quote Originally Posted by Rishi
    This is probably a really stupid question, but here goes... how do I do that?
    You should be able to just right click on the taskbar. There should be an option. Are you using GNOME or KDE or....?
    Brilliant Mediocrity - Making Failure Look Good

  7. #7
    Just Joined! Rishi's Avatar
    Join Date
    Jul 2005
    Location
    Toronto, Canada
    Posts
    24

    Re: The Case of the Missing Taskbar

    Quote Originally Posted by Vergil83
    Quote Originally Posted by Rishi
    This is probably a really stupid question, but here goes... how do I do that?
    You should be able to just right click on the taskbar. There should be an option. Are you using GNOME or KDE or....?
    Sorry, I'm using GNOME. There's no vestige of the taskbar to click on.

  8. #8
    Just Joined! Rishi's Avatar
    Join Date
    Jul 2005
    Location
    Toronto, Canada
    Posts
    24
    Never, I've figured it out - I really feel like a retard now! Thanks for all your help, guys.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •