Hi Mike, When you work, you need to have three windows open in Gnome: 1) Text document (for errors) and notes (save as work.txt) 2) Browser to google your errors and reference the documentation (example google "Openssh start Ubuntu" [see below]) 3) terminal window. See my comments below: On Sat, Mar 31, 2012 at 8:30 AM, Michael Havens wrote: > my error now is that nothing will apt-get install because 3 packages are > preventing it: > > linux-image-3.0.0-15-generic, linux-image-3.0.0-16-generic, and > linux-image-3.0.0-17-generic) > See below. Why are you messing with the linux kernel images. They are fine. > > as such I can't install openssh-server which isn't installed ('no such > file or directory'). I don't remember the exact error but that is what the > update manager told me. I have no idea why there are five versions in there > (as shown by 'dpkg --get-selections | grep linux-image'). I'm pretty sure I > run version 12 > You don't need openssh-server, it's already installed. > > Maybe this will fix it.... I opened synaptic and 'unmarked' the kernels > removal requests. > > and then tried to install openssh-server. Well I guess it kinda worked. I > think it installed ssh-server because when I type in apt-get install > ssh-server it says: > > openssh-server is already the newest version. > openssh-server set to manually installed. > > but when I try ssh: > > sudo ssh 192.168.0.4 > root@192.168.0.4's password: <-laptop > Welcome to Linux Mint 12 Lisa (GNU/Linux 3.0.0-12-generic i686) > > Welcome to Linux Mint > * Documentation: http://www.linuxmint.com > > Last login: Wed Mar 28 16:20:36 2012 > Michaels-Laptop ~ # ssh 192.168.0.2 <----------------------------- > computer in question > ssh: connect to host 192.168.0.2 port 22: No route to host > Michael, in Linux troubleshooting, "the error is the answer". So that means there is NO ROUTE TO HOST. Is the machine on the same network? # traceroute 192.168.0.4 # ping 192.168.0.4 > > Michaels-Laptop ~ # > The synaptic report is at 'a'. > > Another problem that just started is the sound on the print server stopped > working. I clicked on the speaker icon to turn it up and I see it is maxed. > So then I clicked 'sound settings' and the output volume is maxed so I > investigate the tabs. The first tab (hardware) has nothing in the 'choose a > device to configure' window. So somehow the driver was removed (I guess). > > bmike1@Michaels-PC:~$ /etc/init.d/sshd start > bash: /etc/init.d/sshd: No such file or directory > bmike1@Michaels-PC:~$ ssh localhost > ssh: connect to host localhost port 22: Connection refused > bmike1@Michaels-PC:~$ > # cd /etc/init.d/ # ls -al ssh* It's called /etc/init.d/ssh in Ubuntu https://help.ubuntu.com/10.04/serverguide/C/openssh-server.html > > The permissions of my home directory (/home/bmike1) are 770. > The permissions within my home directory are: > bmike1@Michaels-PC:/home$ sudo ls -al $HOME > ls: cannot access /home/bmike1/.gvfs: Permission denied <- what is this? > total 332 > drwxrwx--- 42 bmike1 bmike1 4096 2012-03-30 14:35 . > drwxr-xr-x 4 root root 4096 2012-03-23 23:58 .. > drwxrwx--- 3 bmike1 bmike1 4096 2011-12-12 20:49 .adobe > drwxrwx--- 4 bmike1 bmike1 4096 2012-01-13 00:49 .assaultcube_v1.1 > -rwxrwx--- 1 bmike1 bmike1 18370 2012-03-28 10:30 .bash_history > -rwxrwx--- 1 bmike1 bmike1 220 2011-12-12 03:07 .bash_logout > -rwxrwx--- 1 bmike1 bmike1 3353 2011-12-12 03:07 .bashrc > drwxrwx--- 18 bmike1 bmike1 4096 2012-01-18 22:32 .cache > drwxrwx--- 17 bmike1 bmike1 4096 2012-03-23 00:32 .config > drwxrwx--- 3 bmike1 bmike1 4096 2011-12-12 03:49 .dbus > drwxrwx-w- 2 bmike1 bmike1 4096 2012-02-22 12:44 Desktop > -rw-rw-r-- 1 bmike1 bmike1 26 2012-03-27 23:34 .dmrc > drwxrwx-w- 4 bmike1 bmike1 4096 2012-03-25 10:40 Documents > drwxrwx-w- 2 bmike1 bmike1 4096 2012-03-22 01:47 Downloads > -rwxrwx--- 1 bmike1 bmike1 16 2011-12-12 03:49 .esd_auth > -rwxrwx--- 1 bmike1 bmike1 179 2011-12-12 03:07 examples.desktop > drwxrwxr-x 2 bmike1 bmike1 4096 2012-03-25 10:39 file: > drwxrwx--- 2 bmike1 bmike1 4096 2012-01-13 00:49 .fontconfig > drwxrwx--- 3 bmike1 bmike1 4096 2012-01-13 00:49 Games > drwxrwx--- 5 bmike1 bmike1 4096 2012-03-27 23:34 .gconf > -rwxrwx--- 1 bmike1 bmike1 0 2012-03-30 08:28 .gksu.lock > drwxrwx--- 5 bmike1 bmike1 4096 2012-03-27 23:27 .gnome2 > drwx------ 2 bmike1 bmike1 4096 2012-01-01 14:16 .gnome2_private > -rw------- 1 bmike1 bmike1 210 2012-03-23 22:48 .goutputstream-0Y1GBW > -rw------- 1 bmike1 bmike1 0 2012-03-08 16:01 .goutputstream-C4CUAW > -rw------- 1 bmike1 bmike1 0 2012-03-12 08:17 .goutputstream-J2P0AW > -rw------- 1 bmike1 bmike1 210 2012-02-25 09:24 .goutputstream-MOF29V > -rw------- 1 bmike1 bmike1 0 2012-02-13 21:30 .goutputstream-TZ1T9V > -rw------- 1 bmike1 bmike1 0 2012-01-13 00:31 .goutputstream-VWSG7V > drwxrwx--- 2 bmike1 bmike1 4096 2012-03-30 09:57 .gstreamer-0.10 > -rw-rw-r-- 1 bmike1 bmike1 184 2012-03-27 23:34 .gtk-bookmarks > d????????? ? ? ? ? ? .gvfs <-------------------------------------------- > what is this? Why is it all a '?' > drwxr----- 2 bmike1 bmike1 4096 2012-02-15 09:43 .hplip > -rwxrwx--- 1 bmike1 bmike1 16224 2012-03-27 23:34 .ICEauthority > drwxrwxr-x 3 bmike1 bmike1 4096 2012-02-24 00:54 .icedtea > drwxrwx--- 3 bmike1 bmike1 4096 2011-12-14 09:46 .kde > -rw------- 1 bmike1 bmike1 0 2012-03-18 09:54 .lesshst > drwxrwx--- 3 bmike1 bmike1 4096 2011-12-12 09:40 .libreoffice > drwxrwx--- 3 bmike1 bmike1 4096 2011-12-12 03:49 .local > drwxrwx--- 3 bmike1 bmike1 4096 2012-01-13 00:49 .macromedia > drwxrwx--- 3 bmike1 bmike1 4096 2011-12-12 03:49 .mission-control > drwxrwx--- 4 bmike1 bmike1 4096 2011-12-12 18:09 .mozilla > drwxrwx-w- 2 bmike1 bmike1 4096 2011-12-12 03:49 Music > -rw------- 1 bmike1 bmike1 147 2012-03-18 16:46 .nano_history > drwxrwx-w- 21 bmike1 bmike1 4096 2012-03-16 00:14 Pictures > -rwxrwx--- 1 bmike1 bmike1 675 2011-12-12 03:07 .profile > drwxrwx-w- 5 bmike1 bmike1 4096 2012-01-15 08:42 Programs > drwxrwx-w- 2 bmike1 bmike1 4096 2011-12-12 03:49 Public > drwx------ 2 bmike1 bmike1 4096 2012-03-27 23:34 .pulse > -rwxrwx--- 1 bmike1 bmike1 256 2011-12-12 03:49 .pulse-cookie > -rw------- 1 root root 1024 2012-01-01 15:10 .rnd > drwx------ 3 bmike1 bmike1 4096 2012-02-15 10:08 .sane > drwx------ 5 bmike1 bmike1 4096 2012-03-08 15:47 .Skype > drwx------ 2 bmike1 bmike1 4096 2012-03-14 15:29 .ssh > -rwxrwx--- 1 bmike1 bmike1 0 2011-12-12 04:40 > .sudo_as_admin_successful > drwxrwx--- 2 bmike1 bmike1 4096 2011-12-15 11:11 .synaptic > drwxrwxr-x 3 bmike1 bmike1 4096 2011-12-16 09:57 .teamviewer > drwxrwx-w- 2 bmike1 bmike1 4096 2011-12-12 03:49 Templates > drwxrwx--- 4 bmike1 bmike1 4096 2011-12-12 20:41 .thumbnails > drwx------ 4 bmike1 bmike1 4096 2012-02-23 12:43 .thunderbird > drwxrwxr-x 2 bmike1 bmike1 4096 2011-12-12 03:56 Ubuntu One > drwxrwx-w- 2 bmike1 bmike1 4096 2011-12-12 03:49 Videos > drwxrwx--- 2 bmike1 bmike1 4096 2011-12-15 15:53 .vnc > -rw------- 1 bmike1 bmike1 266 2012-03-27 23:34 .Xauthority > -rw------- 1 bmike1 bmike1 77135 2012-03-30 22:06 .xsession-errors > bmike1@Michaels-PC:/home$ > gnome file system - that's normal > > -a- > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97, <> line 6. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97, <> line 6. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97, <> line 6. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97, <> line 6. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103, <> line 6. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103, <> line 6. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103, <> line 6. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103, <> line 6. > Preconfiguring packages ... > Selecting previously deselected package linux-image-3.0.0-15-generic. > (Reading database ... 246433 files and directories currently installed.) > Preparing to replace linux-image-3.0.0-15-generic 3.0.0-15.26 (using > .../linux-image-3.0.0-15-generic_3.0.0-15.26_i386.deb) ... > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Done. > Unpacking replacement linux-image-3.0.0-15-generic ... > Examining /etc/kernel/postrm.d . > run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.0.0-15-generic > /boot/vmlinuz-3.0.0-15-generic > run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.0.0-15-generic > /boot/vmlinuz-3.0.0-15-generic > Selecting previously deselected package linux-image-3.0.0-16-generic. > Preparing to replace linux-image-3.0.0-16-generic 3.0.0-16.29 (using > .../linux-image-3.0.0-16-generic_3.0.0-16.29_i386.deb) ... > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Done. > Unpacking replacement linux-image-3.0.0-16-generic ... > Examining /etc/kernel/postrm.d . > run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.0.0-16-generic > /boot/vmlinuz-3.0.0-16-generic > run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.0.0-16-generic > /boot/vmlinuz-3.0.0-16-generic > Selecting previously deselected package linux-image-3.0.0-17-generic. > Preparing to replace linux-image-3.0.0-17-generic 3.0.0-17.30 (using > .../linux-image-3.0.0-17-generic_3.0.0-17.30_i386.deb) ... > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Done. > Unpacking replacement linux-image-3.0.0-17-generic ... > Examining /etc/kernel/postrm.d . > run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.0.0-17-generic > /boot/vmlinuz-3.0.0-17-generic > run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.0.0-17-generic > /boot/vmlinuz-3.0.0-17-generic > Selecting previously deselected package openssh-server. > Unpacking openssh-server (from > .../openssh-server_1%3a5.8p1-7ubuntu1_i386.deb) ... > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Selecting previously deselected package ssh. > Unpacking ssh (from .../ssh_1%3a5.8p1-7ubuntu1_all.deb) ... > Selecting previously deselected package ssh-import-id. > Unpacking ssh-import-id (from .../ssh-import-id_2.5-0ubuntu2_all.deb) ... > Processing triggers for man-db ... > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Processing triggers for ureadahead ... > Processing triggers for ufw ... > Setting up linux-image-3.0.0-15-generic (3.0.0-15.26) ... > Running depmod. > update-initramfs: deferring update (hook will be called later) > The link /initrd.img is a dangling linkto /boot/initrd.img-3.0.0-17-generic > Examining /etc/kernel/postinst.d. > run-parts: executing /etc/kernel/postinst.d/dkms 3.0.0-15-generic > /boot/vmlinuz-3.0.0-15-generic > run-parts: executing /etc/kernel/postinst.d/initramfs-tools > 3.0.0-15-generic /boot/vmlinuz-3.0.0-15-generic > update-initramfs: Generating /boot/initrd.img-3.0.0-15-generic > /etc/initramfs-tools/conf.d/resume.new: 1: GNU: not found > run-parts: executing /etc/kernel/postinst.d/pm-utils 3.0.0-15-generic > /boot/vmlinuz-3.0.0-15-generic > run-parts: executing /etc/kernel/postinst.d/update-notifier > 3.0.0-15-generic /boot/vmlinuz-3.0.0-15-generic > run-parts: executing /etc/kernel/postinst.d/zz-update-grub > 3.0.0-15-generic /boot/vmlinuz-3.0.0-15-generic > /etc/default/grub: 1: GNU: not found > run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code > 127 > Failed to process /etc/kernel/postinst.d at > /var/lib/dpkg/info/linux-image-3.0.0-15-generic.postinst line 1010. > dpkg: error processing linux-image-3.0.0-15-generic (--configure): > subprocess installed post-installation script returned error exit status 2 > No apport report written because MaxReports is reached already > Setting up > linux-image-3.0.0-16-generic (3.0.0-16.29) ... > Running depmod. > update-initramfs: deferring update (hook will be called later) > Examining /etc/kernel/postinst.d. > run-parts: executing /etc/kernel/postinst.d/dkms 3.0.0-16-generic > /boot/vmlinuz-3.0.0-16-generic > run-parts: executing /etc/kernel/postinst.d/initramfs-tools > 3.0.0-16-generic /boot/vmlinuz-3.0.0-16-generic > update-initramfs: Generating /boot/initrd.img-3.0.0-16-generic > /etc/initramfs-tools/conf.d/resume.new: 1: GNU: not found > run-parts: executing /etc/kernel/postinst.d/pm-utils 3.0.0-16-generic > /boot/vmlinuz-3.0.0-16-generic > run-parts: executing /etc/kernel/postinst.d/update-notifier > 3.0.0-16-generic /boot/vmlinuz-3.0.0-16-generic > run-parts: executing /etc/kernel/postinst.d/zz-update-grub > 3.0.0-16-generic /boot/vmlinuz-3.0.0-16-generic > /etc/default/grub: 1: GNU: not found > run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code > 127 > Failed to process /etc/kernel/postinst.d at > /var/lib/dpkg/info/linux-image-3.0.0-16-generic.postinst line 1010. > dpkg: error processing linux-image-3.0.0-16-generic (--configure): > subprocess installed post-installation script returned error exit status 2 > Setting up linux-image-3.0.0-17-generic (3.0.0-17.30) ... > No apport report written because MaxReports is reached already > Running > depmod. > update-initramfs: deferring update (hook will be called later) > Examining /etc/kernel/postinst.d. > run-parts: executing /etc/kernel/postinst.d/dkms 3.0.0-17-generic > /boot/vmlinuz-3.0.0-17-generic > run-parts: executing /etc/kernel/postinst.d/initramfs-tools > 3.0.0-17-generic /boot/vmlinuz-3.0.0-17-generic > update-initramfs: Generating /boot/initrd.img-3.0.0-17-generic > /etc/initramfs-tools/conf.d/resume.new: 1: GNU: not found > run-parts: executing /etc/kernel/postinst.d/pm-utils 3.0.0-17-generic > /boot/vmlinuz-3.0.0-17-generic > run-parts: executing /etc/kernel/postinst.d/update-notifier > 3.0.0-17-generic /boot/vmlinuz-3.0.0-17-generic > run-parts: executing /etc/kernel/postinst.d/zz-update-grub > 3.0.0-17-generic /boot/vmlinuz-3.0.0-17-generic > /etc/default/grub: 1: GNU: not found > run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code > 127 > Failed to process /etc/kernel/postinst.d at > /var/lib/dpkg/info/linux-image-3.0.0-17-generic.postinst line 1010. > dpkg: error processing linux-image-3.0.0-17-generic (--configure): > subprocess installed post-installation script returned error exit status 2 > No apport report written because MaxReports is reached already > Setting up > openssh-server (1:5.8p1-7ubuntu1) ... > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 97. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap", at > /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 103. > ssh start/running, process 19108 > Setting up ssh (1:5.8p1-7ubuntu1) ... > Setting up ssh-import-id (2.5-0ubuntu2) ... > Errors were encountered while processing: > linux-image-3.0.0-15-generic > linux-image-3.0.0-16-generic > linux-image-3.0.0-17-generic > E: Sub-process /usr/bin/dpkg returned an error code (1) > A package failed to install. Trying to recover: > Setting up linux-image-3.0.0-15-generic (3.0.0-15.26) ... > Running depmod. > update-initramfs: deferring update (hook will be called later) > Examining /etc/kernel/postinst.d. > run-parts: executing /etc/kernel/postinst.d/dkms 3.0.0-15-generic > /boot/vmlinuz-3.0.0-15-generic > run-parts: executing /etc/kernel/postinst.d/initramfs-tools > 3.0.0-15-generic /boot/vmlinuz-3.0.0-15-generic > update-initramfs: Generating /boot/initrd.img-3.0.0-15-generic > /etc/initramfs-tools/conf.d/resume.new: 1: GNU: not found > run-parts: executing /etc/kernel/postinst.d/pm-utils 3.0.0-15-generic > /boot/vmlinuz-3.0.0-15-generic > run-parts: executing /etc/kernel/postinst.d/update-notifier > 3.0.0-15-generic /boot/vmlinuz-3.0.0-15-generic > run-parts: executing /etc/kernel/postinst.d/zz-update-grub > 3.0.0-15-generic /boot/vmlinuz-3.0.0-15-generic > /etc/default/grub: 1: GNU: not found > run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code > 127 > Failed to process /etc/kernel/postinst.d at > /var/lib/dpkg/info/linux-image-3.0.0-15-generic.postinst line 1010. > dpkg: error processing linux-image-3.0.0-15-generic (--configure): > subprocess installed post-installation script returned error exit status 2 > Setting up linux-image-3.0.0-16-generic (3.0.0-16.29) ... > Running depmod. > update-initramfs: deferring update (hook will be called later) > Examining /etc/kernel/postinst.d. > run-parts: executing /etc/kernel/postinst.d/dkms 3.0.0-16-generic > /boot/vmlinuz-3.0.0-16-generic > run-parts: executing /etc/kernel/postinst.d/initramfs-tools > 3.0.0-16-generic /boot/vmlinuz-3.0.0-16-generic > update-initramfs: Generating /boot/initrd.img-3.0.0-16-generic > /etc/initramfs-tools/conf.d/resume.new: 1: GNU: not found > run-parts: executing /etc/kernel/postinst.d/pm-utils 3.0.0-16-generic > /boot/vmlinuz-3.0.0-16-generic > run-parts: executing /etc/kernel/postinst.d/update-notifier > 3.0.0-16-generic /boot/vmlinuz-3.0.0-16-generic > run-parts: executing /etc/kernel/postinst.d/zz-update-grub > 3.0.0-16-generic /boot/vmlinuz-3.0.0-16-generic > /etc/default/grub: 1: GNU: not found > run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code > 127 > Failed to process /etc/kernel/postinst.d at > /var/lib/dpkg/info/linux-image-3.0.0-16-generic.postinst line 1010. > dpkg: error processing linux-image-3.0.0-16-generic (--configure): > subprocess installed post-installation script returned error exit status 2 > Setting up linux-image-3.0.0-17-generic (3.0.0-17.30) ... > Running depmod. > update-initramfs: deferring update (hook will be called later) > Examining /etc/kernel/postinst.d. > run-parts: executing /etc/kernel/postinst.d/dkms 3.0.0-17-generic > /boot/vmlinuz-3.0.0-17-generic > run-parts: executing /etc/kernel/postinst.d/initramfs-tools > 3.0.0-17-generic /boot/vmlinuz-3.0.0-17-generic > update-initramfs: Generating /boot/initrd.img-3.0.0-17-generic > /etc/initramfs-tools/conf.d/resume.new: 1: GNU: not found > run-parts: executing /etc/kernel/postinst.d/pm-utils 3.0.0-17-generic > /boot/vmlinuz-3.0.0-17-generic > run-parts: executing /etc/kernel/postinst.d/update-notifier > 3.0.0-17-generic /boot/vmlinuz-3.0.0-17-generic > run-parts: executing /etc/kernel/postinst.d/zz-update-grub > 3.0.0-17-generic /boot/vmlinuz-3.0.0-17-generic > /etc/default/grub: 1: GNU: not found > run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code > 127 > Failed to process /etc/kernel/postinst.d at > /var/lib/dpkg/info/linux-image-3.0.0-17-generic.postinst line 1010. > dpkg: error processing linux-image-3.0.0-17-generic (--configure): > subprocess installed post-installation script returned error exit status 2 > Errors were encountered while processing: > linux-image-3.0.0-15-generic > linux-image-3.0.0-16-generic > linux-image-3.0.0-17-generic > This is gtk2-engines-pixbuf error (known bug) which is not installed by default. After installing this package (together with gnome-themes) the error is gone. Try: # apt-get install gtk2-engines-pixbuf gnome-themes Should fix things! Here's the bug report: https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/851410 > > > > On Fri, Mar 30, 2012 at 7:11 PM, Lisa Kachold wrote: > >> Hi Mike, >> >> On Fri, Mar 30, 2012 at 6:58 PM, Mike Ballon wrote: >> >>> I'd say yes, not sure why there are two linux-image packages. Of >>> course I'm not an ubuntu expert You can try to download the deb >>> package yourself and install with dpkg with a --force for a last ditch >>> effort. There is always grabbing the tarball and installing from >>> source as well :) >>> >> >> Don't reinstall. >> >> What is your error now? >> >> /etc/init.d/sshd start >> ssh localhost >> >> What are your permissions on your home directory? >> >> sudo ls -al $HOME >> >>> >>> On Fri, Mar 30, 2012 at 2:25 PM, Michael Havens >>> wrote: >>> > you know... I am having such problems that I think I should just >>> reinstall >>> > everything. What do you think? >>> > >>> > >>> > On Fri, Mar 30, 2012 at 10:07 AM, Michael Havens >>> wrote: >>> >> >>> >> dpkg --get-selections | grep openssh >>> >> openssh-client install >>> >> openssh-server deinstall >>> >> dpkg --get-selections | grep linux-image >>> >> linux-image-3.0.0-12-generic install >>> >> linux-image-3.0.0-14-generic install >>> >> linux-image-3.0.0-15-generic deinstall >>> >> linux-image-3.0.0-16-generic deinstall >>> >> linux-image-3.0.0-17-generic deinstall >>> >> >>> >> >>> >> >>> >> On Fri, Mar 30, 2012 at 9:08 AM, Mike Ballon >>> >> wrote: >>> >>> >>> >>> Lets try the other route; what is your output to "dpkg >>> >>> --get-selections | grep openssh" ? >>> >>> >>> >>> Also post the output of dpkg --get-selections | grep linux-image" >>> just >>> >>> for fun. >>> >>> >>> >>> On Fri, Mar 30, 2012 at 11:49 AM, Michael Havens >>> >>> wrote: >>> >>> >> Try sudo apt-get install openssh-server >>> >>> > I've tried that and it won't install. I think it is because their >>> are >>> >>> > three >>> >>> > packages in there that won't install (linux-image-3.0.0-15-generic, >>> >>> > linux-image-3.0.0-16-generic, and linux-image-3.0.0-17-generic). >>> How do >>> >>> > I >>> >>> > remove those packages? >>> >>> > >>> > >>> > >>> > >>> > >>> > -- >>> > :-)~MIKE~(-: >>> > >>> > --------------------------------------------------- >>> > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us >>> > To subscribe, unsubscribe, or to change your mail settings: >>> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >>> --------------------------------------------------- >>> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us >>> To subscribe, unsubscribe, or to change your mail settings: >>> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >>> >> >> >> >> -- >> (503) 754-4452 Android >> (623) 239-3392 Skype >> (623) 688-3392 Google Voice >> ** >> it-clowns.com >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> --------------------------------------------------- >> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us >> To subscribe, unsubscribe, or to change your mail settings: >> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >> > > > > -- > :-)~MIKE~(-: > > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change your mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss > -- (503) 754-4452 Android (623) 239-3392 Skype (623) 688-3392 Google Voice ** it-clowns.com