Help - Search - Members - Calendar
Full Version: Ubuntu Is Broken.
Darkside_RG > Technical Discussions > Technical Help and Discussions > Linux Help
pengy_666
I have managed to break it,

I keep getting Error: BrokenCount > 0


OOOOH dear.

It says have no packages installed and when I run Synaptic package manager it wants to install over 300 packages delete 20 and all sorts.
adyopo
Hey mate, you could try going into synaptic and from there Edit->Fix broken packages.
pengy_666
I dont know what I have done.

I removed the broken files but its still stuffed.

:(
dEVIANT
Open terminal and:

sudo apt-get update

then

sudo apt-get upgrade

That will show you what is updating and show any errors with the update process.

Go to System > Administration > Software Sources > Updates and make sure Only notify about available updates is checked.
pengy_666
CODE
E: /var/cache/apt/archives/libusbmuxd1_1.0.1-0ubuntu1~k_i386.deb: trying to overwrite '/usr/lib/libusbmuxd.so.1.0.0', which is also in package libusbmux0 0
E: /var/cache/apt/archives/usbmuxd_1.0.1-0ubuntu1~k_i386.deb: trying to overwrite '/usr/sbin/usbmuxd', which is also in package libusbmux0 0


what does this mean?
dEVIANT
Think its something to do with what you tried with your iphone.

Install Ubuntu Tweak and use the package cleaner and update manager in there to see if it fixes it.
pengy_666
I cant install it cause "there is a major failure of my software managment system"
dEVIANT
In terminal:

gedit /etc/apt/sources.list

Post the contents here.
pengy_666
CODE
# deb cdrom:[Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5)]/ karmic main restricted
deb-src http://archive.ubuntu.com/ubuntu/ karmic main restricted #Added by software-properties
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://gb.archive.ubuntu.com/ubuntu/ karmic main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ karmic restricted main multiverse universe #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.
deb http://gb.archive.ubuntu.com/ubuntu/ karmic-updates main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ karmic-updates restricted main multiverse universe #Added by software-properties

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://gb.archive.ubuntu.com/ubuntu/ karmic universe
deb http://gb.archive.ubuntu.com/ubuntu/ karmic-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://gb.archive.ubuntu.com/ubuntu/ karmic multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ karmic-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://gb.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu karmic partner
#deb-src http://archive.canonical.com/ubuntu karmic partner

deb http://security.ubuntu.com/ubuntu karmic-security main restricted
deb-src http://security.ubuntu.com/ubuntu karmic-security restricted main multiverse universe #Added by software-properties
deb http://security.ubuntu.com/ubuntu karmic-security universe
deb http://security.ubuntu.com/ubuntu karmic-security multiverse
deb http://ppa.launchpad.net/jonabeck/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/jonabeck/ppa/ubuntu karmic main
deb http://www.geekconnection.org/remastersys/repository karmic/
deb http://ppa.launchpad.net/pmcenery/ppa/ubuntu karmic main
deb http://ftp.uk.debian.org/debian sid main
dEVIANT
close gedit, then open it again with

sudo gedit /etc/apt/sources.list

remove the last line, save and close

then try

sudo apt-get update

then

sudo apt-get upgrade
pengy_666
I think this is where my main problem lies

CODE
GPG error: http://ftp.uk.debian.org sid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B


I have searched the debian website for the fingerprint but I just cant see it for looking, I thnk cause I cant fully install the dependancies on some installed packages its rendering my sources corrupt,

Im in limbo so to speak.

dEVIANT
some sources require a securty key, sounds like you havent got it installed.

If you don't need that last line try removing it as described above
pengy_666
I am also getting this error when I run

sudo gedit /etc/apt/sources.list

CODE
(gedit:11741): GVFS-RemoteVolumeMonitor-WARNING **: cannot open directory /usr/share/gvfs/remote-volume-monitors: Error opening directory '/usr/share/gvfs/remote-volume-monitors': No such file or directory




That last line is linked to the missing public key, Which I need to upgrade the libusb-1.0-0 libusb-1.0-0-udev libusbmuxd1 usbmuxd, thats why Im in limbo.



That cured the software manager fault


:D

I still need the missing key to finish the install of libusb-1.0-0 libusb-1.0-0-udev libusbmuxd1 usbmuxd

still an error

CODE
  ifuse: Depends: libusbmuxd1 but it is not installed
  libiphone0: Depends: libusbmuxd1 but it is not installed
dEVIANT
Try this key

sudo gpg --keyserver subkeys.pgp.net --recv-key 6A423791
pengy_666
THis just gets better and better

CODE
gpg: WARNING: unsafe ownership on configuration file `/home/pengy666/.gnupg/gpg.conf'
gpg: external program calls are disabled due to unsafe options file permissions
gpg: keyserver communications error: general error
gpg: keyserver receive failed: general error


I am still getting the error

CODE
(gedit:11741): GVFS-RemoteVolumeMonitor-WARNING **: cannot open directory /usr/share/gvfs/remote-volume-monitors: Error opening directory '/usr/share/gvfs/remote-volume-monitors': No such file or directory


when I launch gedit to edit source list
dEVIANT
try

sudo apt-get install gvfs-backends
pengy_666
I think I g=have some conflicting deb packages causing issues, No matter what I try to do I get an error and it all refers to these packages


/var/cache/apt/archives/libusbmuxd1_1.0.1-0ubuntu1~k_i386.deb
/var/cache/apt/archives/usbmuxd_1.0.1-0ubuntu1~k_i386.deb
dEVIANT
try

sudo apt-get autoremove
pengy_666
hmm looking good, briefly

I ran last bash command and I got a return of blah blah blah try using -f

CODE
root@pengy666-laptop:/home/pengy666# sudo apt-get autoremove
Reading package lists... Done
Building dependency tree      
Reading state information... Done
You might want to run ‘apt-get -f install’ to correct these.
The following packages have unmet dependencies.
  gvfs-backends: Depends: usbmuxd but it is not installed
  libiphone0: Depends: libusbmuxd1 but it is not installed
E: Unmet dependencies. Try using -f.
root@pengy666-laptop:/home/pengy666# sudo apt-get -f autoremove
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Correcting dependencies...Done
The following extra packages will be installed:
  libusbmuxd1 usbmuxd
The following packages will be REMOVED
  gtkpod-data id3v2 libid3-3.8.3c2a libplist0 vorbis-tools
The following NEW packages will be installed
  libusbmuxd1 usbmuxd
0 upgraded, 2 newly installed, 5 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 0B/36.9kB of archives.
After this operation, 5,018kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 144860 files and directories currently installed.)
Unpacking libusbmuxd1 (from .../libusbmuxd1_1.0.1-0ubuntu1~k_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libusbmuxd1_1.0.1-0ubuntu1~k_i386.deb (--unpack):
trying to overwrite '/usr/lib/libusbmuxd.so.1.0.0', which is also in package libusbmux0 0:1.0.0-rc1-1ubuntu3~k
Unpacking usbmuxd (from .../usbmuxd_1.0.1-0ubuntu1~k_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/usbmuxd_1.0.1-0ubuntu1~k_i386.deb (--unpack):
trying to overwrite '/usr/sbin/usbmuxd', which is also in package libusbmux0 0:1.0.0-rc1-1ubuntu3~k
Errors were encountered while processing:
/var/cache/apt/archives/libusbmuxd1_1.0.1-0ubuntu1~k_i386.deb
/var/cache/apt/archives/usbmuxd_1.0.1-0ubuntu1~k_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


It gave me a better response still got related packages error,

Im gonna run nautilus as SU and move them to another dir temporarily

I need to sleep I think

CODE
engy666@pengy666-laptop:~$ apt-get dist-upgrade
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
pengy666@pengy666-laptop:~$ sudo su
root@pengy666-laptop:/home/pengy666# apt-get dist-upgrad
E: Invalid operation dist-upgrad
root@pengy666-laptop:/home/pengy666# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree      
Reading state information... Done
You might want to run ‘apt-get -f install’ to correct these.
The following packages have unmet dependencies.
  gvfs-backends: Depends: usbmuxd but it is not installed
  libiphone0: Depends: libusbmuxd1 but it is not installed
E: Unmet dependencies. Try using -f.
root@pengy666-laptop:/home/pengy666# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree      
Reading state information... Done
You might want to run ‘apt-get -f install’ to correct these.
The following packages have unmet dependencies.
  gvfs-backends: Depends: usbmuxd but it is not installed
  libiphone0: Depends: libusbmuxd1 but it is not installed
E: Unmet dependencies. Try using -f.
root@pengy666-laptop:/home/pengy666# apt-get -f dist-upgrade
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Correcting dependencies...Done
Calculating upgrade... Done
The following packages will be REMOVED
  apport apport-gtk compiz compiz-gnome cron evolution evolution-couchdb
  evolution-exchange evolution-indicator evolution-plugins friendly-recovery
  gdm gdm-guest-session gimp gnome-network-admin gobject-introspection
  gobject-introspection-freedesktop gobject-introspection-glib-2.0
  gobject-introspection-repository indicator-applet-session indicator-session
  kdebase-runtime-bin-kde4 kdebase-runtime-data-common libdirac0c2a
  libmetacity0 libmutter0 libqt4-phonon network-manager network-manager-gnome
  python-lazr-restfulclient python-lazr-uri remastersys sreadahead ubiquity
  ubiquity-frontend-debconf ubuntu-desktop ubuntu-minimal ubuntu-standard ufw
  upstart ureadahead usplash usplash-theme-ubuntu xserver-xorg-input-all
  xserver-xorg-input-wacom xserver-xorg-video-all xserver-xorg-video-ati
  xserver-xorg-video-radeon
The following NEW packages will be installed
  acpi-support-base aptitude-doc-en ca-certificates-java cpufrequtils
  debian-archive-keyring deborphan default-jre default-jre-headless diffutils
  evince-common exim4-config freeglut3 gcj-4.4-base gcj-4.4-jre-lib
  geoclue-hostip geoclue-localnet geoclue-manual geoclue-yahoo
  gir1.0-clutter-1.0 gir1.0-freedesktop gir1.0-glib-2.0 gir1.0-gtk-2.0
  gir1.0-mutter-2.28 gnome-games-extra-data gnome-netstatus-applet gnuchess
  gnuchess-book gnupg-curl hplip-cups htdig icedtea-6-jre-cacao java-common
  javascript-common kaboom keyboard-configuration libaccess-bridge-java
  libaccess-bridge-java-jni libapm1 libass4 libaudit0 libblas3gf
  libboost-iostreams1.40.0 libboost-python1.40.0 libcdio10 libcolorblind0
  libcommons-beanutils-java libcommons-collections3-java
  libcommons-compress-java libcommons-digester-java libcommons-logging-java
  libcpufreq0 libdb-je-java libdb4.7-java libdb4.7-java-gcj libdirac-encoder0
  libdmraid1.0.0.rc16 libdmx1 libepc-1.0-2 libepc-common libepc-ui-1.0-2
  libevince1 libexiv2-6 libfaad2 libffi-dev libfile-copy-recursive-perl
  libfont-freetype-perl libgalago3 libgcj-bc libgcj-common libgcj10 libgdata6
  libgfortran3 libgjs0 libglew1.5 libgme0 libgmime2.4-cil libgnome-speech7
  libgssdp-1.0-2 libgtkglext1 libgupnp-1.0-3 libhpmud0 libicu42 libicu4j-java
  libiso9660-7 libiw30 libjaxp1.3-java libjline-java libjtidy-java
  libknotificationitem-1-1 libkpathsea5 liblapack3gf liblog4cxx10 liblouis2
  liblqr-1-0 liblucene2-java liblzma1 liblzma2 libmetacity-private0 libmozjs2d
  libmpcdec6 libmpeg3-1 libmpeg3-dev libmutter-private0 libnet1 libnm-glib0
  libopencore-amrnb0 libopencore-amrwb0 libopenjpeg2 liborc-0.4-0 libphonon4
  libprotobuf5 libprotoc5 librasqal2 libreadline5 libregexp-java librpm0
  librpmio0 libsane-extras libsensors4 libslab0a libssh2-1 libsvga1 libt1-5
  libtalloc2 libtidy-0.99-0 libusbmuxd1 libutempter0 libxine1-ffmpeg
  libxml-libxml-perl libxml-namespacesupport-perl libxml-sax-expat-perl
  libxml-sax-perl linux-headers-2.6.31-18 linux-headers-2.6.31-18-generic
  linux-image-2.6.31-18-generic lm-sensors manpages-dev modconf murrine-themes
  openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib
  openoffice.org-filter-binfilter openoffice.org-java-common
  openoffice.org-style-tango openssh-blacklist openssh-blacklist-extra
  oxygen-icon-theme p7zip-full pmount python-beagle python-beautifulsoup
  python-bugbuddy python-chardet python-clientform python-configobj
  python-epsilon python-feedparser python-gdata python-gtkglext1
  python-lazr.restfulclient python-lazr.uri python-louie python-mechanize
  python-nevow python-numpy python-opengl python-pexpect python-pysqlite2
  python-tagpy python-utidylib qt4-qtconfig rhino rpm-common rpm2cpio rss-glx
  sdparm sensible-utils syslinux-common sysvinit tcptraceroute tix ttf-lyx
  tzdata-java usbmuxd wwwconfig-common xz-utils
The following packages have been kept back:
  esound-clients esound-common gdebi gdebi-core gnome-games gnome-mag
  gnome-menus python-brlapi python-glade2 python-gmenu python-gnomeapplet
  python-gnomekeyring python-gtk2 python-notify python-rsvg
  python-twisted-core python-twisted-names python-twisted-web python-vte
The following packages will be upgraded:
  acpi-support acpid adduser alacarte alsa-base alsa-utils anacron
  app-install-data apt apt-transport-https apt-utils apt-xapian-index
  aptdaemon aptitude aspell at at-spi autoconf automake autotools-dev
  avahi-autoipd avahi-daemon banshee base-passwd bash bash-completion bc
  bind9-host binfmt-support binutils bluetooth bluez bluez-alsa bluez-cups
  bluez-gstreamer bluez-utils bogl-bterm bogofilter bogofilter-bdb
  bogofilter-common brltty brltty-x11 bsdmainutils bsdutils bzip2
  capplets-data cdbs cdparanoia compiz-core compiz-plugins compiz-wrapper
  computer-janitor computer-janitor-gtk console-setup console-terminus
  consolekit coreutils cpp cpp-4.4 cryptsetup cups cups-bsd cups-client
  cups-common cups-driver-gutenprint dash dbus dbus-x11 dc debconf
  debconf-i18n debhelper debianutils defoma devicekit-disks devicekit-power
  dhcp3-client dhcp3-common dictionaries-common diff discover-data dmidecode
  dmraid dmsetup dnsmasq-base dnsutils doc-base docbook-xml dosfstools dpkg
  dpkg-dev dvd+rw-tools ecryptfs-utils eject empathy empathy-doc eog
  erlang-base erlang-crypto erlang-inets erlang-mnesia erlang-public-key
  erlang-runtime-tools erlang-ssl erlang-syntax-tools erlang-xmerl espeak
  espeak-data ethtool evince evolution-common evolution-data-server
  evolution-data-server-common evolution-webcal exiv2 f-spot fakeroot file
  file-roller fontconfig foo2zjs fuse-utils g++ g++-4.4 gamin gcalctool gcc
  gcc-4.4 gcc-4.4-base gconf-defaults-service gconf-editor gconf2
  gconf2-common gdb gedit gedit-common genisoimage geoip-database gimp-data
  gjs gksu gnome-accessibility-themes gnome-applets gnome-applets-data
  gnome-codec-install gnome-control-center gnome-disk-utility gnome-doc-utils
  gnome-icon-theme gnome-keyring gnome-media gnome-media-common gnome-nettool
  gnome-orca gnome-power-manager gnome-screensaver gnome-session
  gnome-session-bin gnome-session-canberra gnome-settings-daemon gnome-shell
  gnome-system-monitor gnome-system-tools gnome-terminal gnome-terminal-data
  gnome-user-guide gnome-utils gnupg gpgv groff-base grub-common grub-pc
  gstreamer0.10-alsa gstreamer0.10-ffmpeg gstreamer0.10-nice
  gstreamer0.10-plugins-bad gstreamer0.10-plugins-base
  gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-good
  gstreamer0.10-plugins-ugly gstreamer0.10-pulseaudio gstreamer0.10-tools
  gstreamer0.10-x gtk2-engines gtk2-engines-murrine gtk2-engines-pixbuf
  gtkpod-data gucharmap guile-1.8-libs gzip hal hal-info hdparm
  hicolor-icon-theme hostname hpijs hplip hplip-data hunspell-en-us ibus
  ibus-gtk ibus-m17n ibus-table id3v2 ifupdown im-switch info initramfs-tools
  initscripts inputattach insserv install-info iproute iptables iputils-arping
  iputils-ping iputils-tracepath iso-codes kbd kde-icons-oxygen
  kdebase-runtime kdebase-runtime-data kdelibs-bin kdelibs5 kdelibs5-data
  keyutils khelpcenter4 language-pack-en language-pack-gnome-en
  laptop-mode-tools latex-xft-fonts less lftp liba52-0.7.4 libacl1
  libart2.0-cil libasound2 libasound2-plugins libaspell15 libatasmart4
  libatk1.0-0 libatk1.0-data libatk1.0-dev libatm1 libatspi1.0-0 libattr1
  libaudio2 libaudiofile0 libavahi-client3 libavahi-common-data
  libavahi-common3 libavahi-core6 libavahi-glib1 libavahi-gobject0
  libavahi-ui0 libavc1394-0 libavcodec52 libavformat52 libavutil49 libbind9-50
  libblkid1 libbluetooth3 libbrlapi0.5 libbsd0 libbz2-1.0 libc-bin
  libc-dev-bin libc6 libc6-dev libc6-i686 libcaca0 libcamel1.2-14
  libcanberra-gtk-module libcanberra-gtk0 libcanberra-pulse libcanberra0
  libcap2 libcdaudio1 libcdio-cdda0 libcdio-paranoia0 libcdparanoia0 libcelt0
  libchm1 libck-connector0 libclass-accessor-perl libclucene0ldbl
  libclutter-1.0-0 libclutter-1.0-dev libclutter-gtk-0.10-0 libcroco3
  libcroco3-dev libcryptui0 libcups2 libcupscgi1 libcupsdriver1 libcupsimage2
  libcupsmime1 libcupsppdc1 libcurl3 libcurl3-gnutls libcwidget3 libdaemon0
  libdatrie1 libdb4.7 libdbus-1-3 libdbus-1-dev libdbus-glib-1-2
  libdbus-glib-1-dev libdc1394-22 libdebconfclient0 libdebian-installer4
  libdecoration0 libdevkit-power-gobject1 libdevmapper1.02.1 libdirectfb-1.2-0
  libdirectfb-dev libdirectfb-extra libdjvulibre-text libdjvulibre21 libdns53
  libdotconf1.0 libdrm-intel1 libdrm2 libdvdnav4 libdvdread4 libebackend1.2-0
  libebook1.2-9 libecal1.2-7 libecryptfs0 libedata-book1.2-2 libedata-cal1.2-6
  libedataserver1.2-11 libedataserverui1.2-8 libeggdbus-1-0
  libegroupwise1.2-13 libelf1 libempathy-common libempathy-gtk-common
  libempathy-gtk28 libempathy30 libenca0 libept0 libespeak1 libevent-1.4-2
  libexchange-storage1.2-3 libexif12 libexpat1 libexpat1-dev libffi5
  libfftw3-3 libflac8 libflickrnet2.2-cil libfontenc1 libfreetype6
  libfreetype6-dev libfribidi0 libfuse2 libgadu3 libgail-common
  libgail-gnome-module libgail18 libgamin0 libgcc1 libgconf2-4 libgconf2-dev
  libgconf2.0-cil libgcr0 libgcrypt11 libgd2-xpm libgdata-common
  libgdata-google1.2-1 libgdata1.2-1 libgdbm3 libgdict-1.0-6 libgdu-gtk0
  libgdu0 libgeoip1 libgif4 libgimp2.0 libgirepository1.0-0
  libgirepository1.0-dev libgksu2-0 libgl1-mesa-dev libgl1-mesa-dri
  libgl1-mesa-glx libglade2.0-cil libglib-perl libglib2.0-0 libglib2.0-cil
  libglib2.0-data libglib2.0-dev libglu1-mesa libgmime-2.0-2a libgmime2.2a-cil
  libgmp3c2 libgnome-bluetooth7 libgnome-keyring0 libgnome-keyring1.0-cil
  libgnome-mag2 libgnome-media0 libgnome-menu-dev libgnome-menu2
  libgnome-vfs2.0-cil libgnome-window-settings1 libgnome2-0 libgnome2-common
  libgnome2.24-cil libgnomekbd-common libgnomekbd4 libgnomepanel2.24-cil
  libgnutls26 libgomp1 libgp11-0 libgpgme11 libgraphviz4 libgsf-1-114
  libgsf-1-common libgsl0ldbl libgsm1 libgssapi-krb5-2 libgssglue1
  libgstfarsight0.10-0 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0
  libgstreamer0.10-dev libgtk-vnc-1.0-0 libgtk2.0-0 libgtk2.0-bin
  libgtk2.0-cil libgtk2.0-common libgtk2.0-dev libgtksourceview2.0-0
  libgtksourceview2.0-common libgtkspell0 libgtop2-7 libgtop2-common
  libgucharmap7 libgupnp-igd-1.0-2 libgutenprint2 libgweather1 libhal-storage1
  libhal1 libhtml-parser-perl libhunspell-1.2-0 libhyphen0 libibus1 libical0
  libice-dev libice6 libid3-3.8.3c2a libidl-dev libidl0 libidn11 libiptcdata0
  libisc50 libisccc50 libisccfg50 libjack0 libjasper1 libjpeg62 libjpeg62-dev
  libjs-jquery libjson-glib-1.0-0 libk5crypto3 libkate1 libkeyutils1 libkrb5-3
  libkrb5support0 liblcms1 liblocale-gettext-perl libloudmouth1-0
  liblouis-data liblouis0 libltdl7 liblua5.1-0 liblwres50 liblzo2-2 libm17n-0
  libmagic1 libmagickcore2 libmagickwand2 libmailtools-perl libmimic0
  libmldbm-perl libmono-addins-gui0.2-cil libmono-addins0.2-cil
  libmono-cairo2.0-cil libmono-data-tds2.0-cil libmono-i18n-west2.0-cil
  libmono-posix2.0-cil libmono-sharpzip2.84-cil libmono-sqlite2.0-cil
  libmono-system-data2.0-cil libmono-zeroconf1.0-cil libmono2.0-cil
  libmpfr1ldbl libmtp8 libmusicbrainz4c2a libmutter-dev libmysqlclient16
  libndesk-dbus-glib1.0-cil libndesk-dbus1.0-cil libneon27-gnutls
  libnet-dbus-perl libnewt0.52 libnfsidmap2 libnice0 libnotify0.4-cil
  libnspr4-0d libnspr4-dev libnss-mdns libnss3-1d libnss3-dev libntfs10
  libofa0 libogg0 liboobs-1-4 libopenexr6 liborbit2 liborbit2-dev libotf0
  libpam-ck-connector libpam-gnome-keyring libpam-modules libpam-runtime
  libpam0g libpango-perl libpango1.0-0 libpango1.0-common libpango1.0-dev
  libpangomm-1.4-1 libparted1.8-12 libpcap0.8 libpci3 libpciaccess0
  libpcsclite1 libperl5.10 libpisock9 libpisync1 libpixman-1-0 libpixman-1-dev
  libplasma3 libplist1 libpng12-0 libpng12-dev libpolkit-agent-1-0
  libpolkit-backend-1-0 libpolkit-gobject-1-0 libpolkit-gtk-1-0
  libpoppler-glib4 libpoppler5 libpopt0 libpostproc51 libpq5 libproxy0
  libpth20 libpthread-stubs0 libpthread-stubs0-dev libpython2.6 libqt4-dbus
  libqt4-designer libqt4-network libqt4-opengl libqt4-qt3support libqt4-script
  libqt4-sql libqt4-sql-mysql libqt4-svg libqt4-webkit libqt4-xml libqtcore4
  libqtgui4 libquicktime1 libraptor1 librarian0 libraw1394-11 librdf0
  libreadline6 librpc-xml-perl librpcsecgss3 libsamplerate0 libsane libsasl2-2
  libsasl2-modules libsctp1 libsdl-image1.2 libsdl1.2debian
  libsdl1.2debian-alsa libselinux1 libsensors3 libsepol1 libsexy2
  libsgutils2-2 libshout3 libsigc++-2.0-0c2a libslang2 libslp1 libsm-dev
  libsm6 libsmbclient libsndfile1 libsnmp-base libsnmp15 libsoup-gnome2.4-1
  libsoup2.4-1 libspectre1 libstdc++6 libstdc++6-4.4-dev libstlport4.6ldbl
  libstreamanalyzer0 libstreams0 libswscale0 libsysfs-dev libsysfs2
  libtag1-vanilla libtag1c2a libtaglib2.0-cil libtasn1-3 libtdb1
  libtelepathy-farsight0 libtelepathy-glib0 libtext-charwidth-perl
  libtext-iconv-perl libthai-data libthai0 libtheora0 libtiff4
  libtimedate-perl libtrackerclient0 libudev0 libunique-1.0-0 liburi-perl
  libusb-0.1-4 libusb-dev libuuid-perl libuuid1 libv4l-0 libvcdinfo0 libvlc2
  libvlccore2 libvorbis0a libvorbisenc2 libvorbisfile3 libvte-common libvte9
  libwavpack1 libwbclient0 libwebkit-1.0-2 libwebkit-1.0-common libwrap0
  libwww-perl libx11-6 libx11-data libx11-dev libx86-1 libxapian15 libxau-dev
  libxau6 libxaw7 libxcb-render0 libxcb-render0-dev libxcb-shape0 libxcb-shm0
  libxcb-xv0 libxcb1 libxcb1-dev libxcomposite-dev libxcomposite1
  libxcursor-dev libxcursor1 libxdamage-dev libxdamage1 libxdmcp-dev libxdmcp6
  libxext-dev libxext6 libxfixes-dev libxfixes3 libxfont1 libxft-dev libxft2
  libxi-dev libxi6 libxine1 libxine1-bin libxine1-console
  libxine1-misc-plugins libxine1-x libxinerama-dev libxinerama1 libxkbfile1
  libxklavier15 libxml++2.6-2 libxml-parser-perl libxml-xpath-perl libxml2
  libxml2-dev libxml2-utils libxmu6 libxmuu1 libxpm4 libxrender-dev
  libxrender1 libxres-dev libxres1 libxslt1.1 libxss-dev libxss1 libxt6
  libxtst6 libxv1 libxvmc1 libxxf86dga1 libxxf86misc1 libxxf86vm1 libzephyr4
  linux-firmware linux-generic linux-headers-generic linux-image-generic
  linux-libc-dev linux-sound-base lksctp-tools locales login lp-solve
  m17n-contrib m17n-db m4 make makedev man-db manpages media-player-info
  memtest86+ menu mesa-common-dev mesa-utils metacity metacity-common
  mime-support mlocate mobile-broadband-provider-info modemmanager
  module-init-tools mount mousetweaks mutter mutter-common myspell-en-au
  myspell-en-gb myspell-en-za mysql-common nano nautilus-sendto netbase
  nfs-common nfs-kernel-server ntfsprogs ntpdate obex-data-server obexd-client
  openoffice.org-base-core openoffice.org-calc openoffice.org-common
  openoffice.org-core openoffice.org-draw openoffice.org-emailmerge
  openoffice.org-gnome openoffice.org-gtk openoffice.org-help-en-us
  openoffice.org-hyphenation-en-us openoffice.org-impress openoffice.org-math
  openoffice.org-thesaurus-en-au openoffice.org-thesaurus-en-us
  openoffice.org-writer openssh-client openssl openvpn orbit2 parted passwd
  patch pciutils pcmciautils perl perl-base perl-modules phonon-backend-xine
  pm-utils podsleuth policykit-1 policykit-1-gnome poppler-utils portmap
  powermgmt-base pppoeconf pptp-linux procps protobuf-compiler psfontmgr
  psmisc python-apt python-aptdaemon python-aptdaemon-gtk python-avahi
  python-cairo python-central python-crypto python-dbus python-fstab
  python-gconf python-gdbm python-gnome2 python-gnupginterface python-gobject
  python-gst0.10 python-gtkhtml2 python-gtksourceview2 python-httplib2
  python-ibus python-imaging python-launchpadlib python-libxml2 python-louis
  python-newt python-oauth python-openssl python-pam python-pkg-resources
  python-protobuf python-pyatspi python-pyicu python-pyinotify python-pyorbit
  python-rdflib python-sexy python-support python-telepathy python-twisted-bin
  python-ubuntuone-client python-ubuntuone-storageprotocol python-uno
  python-wadllib python-webkit python-xapian python-xdg python-zope.interface
  python2.6 python2.6-minimal raptor-utils rarian-compat rdate rdesktop
  readline-common redland-utils resolvconf rsync rsyslog samba samba-common
  samba-common-bin sane-utils screen seahorse sed sgml-data shared-mime-info
  smbclient software-center squashfs-tools ssh-askpass-gnome ssl-cert strace
  sudo synaptic syslinux system-tools-backends sysv-rc sysvinit-utils tar
  tasksel tasksel-data tcl8.4 tcpd tcpdump telepathy-butterfly
  telepathy-gabble telepathy-haze telepathy-mission-control-5 tk8.4 tomboy
  toshset totem totem-common totem-mozilla totem-plugins transmission-common
  transmission-gtk tsclient ttf-dejavu ttf-dejavu-core ttf-dejavu-extra
  ttf-freefont ttf-kacst ttf-lao ttf-liberation ttf-opensymbol ttf-thai-tlwg
  ttf-vlgothic tzdata ubuntuone-client ubuntuone-client-gnome ucf udev
  uno-libs3 update-inetd ure usbutils user-setup util-linux uuid-runtime
  vim-common vim-tiny vinagre vino vlc vlc-data vlc-nox vlc-plugin-pulse w3m
  wget whiptail whois winbind wireless-tools wodim x11-apps x11-common
  x11-session-utils x11-utils x11-xkb-utils x11-xserver-utils
  x11proto-composite-dev x11proto-core-dev x11proto-damage-dev
  x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev
  x11proto-render-dev x11proto-resource-dev x11proto-scrnsaver-dev
  x11proto-xext-dev x11proto-xinerama-dev xauth xbase-clients xbitmaps
  xcursor-themes xfonts-100dpi xfonts-75dpi xfonts-base xfonts-encodings
  xfonts-mathml xfonts-scalable xfonts-utils xinit xinput xkb-data xml-core
  xorg xorg-docs-core xsane xsane-common xscreensaver-data xscreensaver-gl
  xserver-common xserver-xephyr xserver-xorg xserver-xorg-core
  xserver-xorg-input-evdev xserver-xorg-input-mouse
  xserver-xorg-input-synaptics xserver-xorg-input-vmmouse
  xserver-xorg-video-apm xserver-xorg-video-ark xserver-xorg-video-chips
  xserver-xorg-video-cirrus xserver-xorg-video-fbdev xserver-xorg-video-geode
  xserver-xorg-video-i128 xserver-xorg-video-i740 xserver-xorg-video-intel
  xserver-xorg-video-mach64 xserver-xorg-video-mga xserver-xorg-video-neomagic
  xserver-xorg-video-nv xserver-xorg-video-openchrome xserver-xorg-video-r128
  xserver-xorg-video-rendition xserver-xorg-video-s3
  xserver-xorg-video-s3virge xserver-xorg-video-savage
  xserver-xorg-video-siliconmotion xserver-xorg-video-sis
  xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-trident
  xserver-xorg-video-tseng xserver-xorg-video-v4l xserver-xorg-video-vesa
  xserver-xorg-video-vmware xserver-xorg-video-voodoo xsltproc xterm
  xtrans-dev yelp zenity zlib1g zlib1g-dev
WARNING: The following essential packages will be removed.
This should NOT be done unless you know exactly what you are doing!
  upstart (due to hostname)
1021 upgraded, 187 newly installed, 48 to remove and 19 not upgraded.
2 not fully installed or removed.
Need to get 883MB/930MB of archives.
After this operation, 569MB of additional disk space will be used.
You are about to do something potentially harmful
To continue type in the phrase ‘Yes, do as I say!’
?]


could be very nasty
Sp4
have you thought about a re-install and then forgetting the SU password

i used to do this sort of thing all the time and the best cure is stop messing under the hood

sorry i cant offer better advice
Loki154
Yeah I think Sp4 is right. Your install is still very fresh try booting with failsafe gnome, get what you need and start over.
pengy_666
I have Ubuntu in my drive ready to install again but I dont like to be beat. Plus I want to learn linux

well I stripped right back,

I then ran

gksudo nautilus

went into the troublesome packages, renamed them with a _ in front (In case I needed to revert or put them back) I then removed all the linked usbmuxd files and libiphone packages, the installed the newer usbmuxd packages,

I seem to have get all necessary files installed, I am seeing the iPhone and usbmuxd is mounting it to a usb in dmesg | tail,

Only trouble is I cant mount it and use it as i get a new error now

:D


CODE
Unable to mount Pengy_666’s iPhone

Failed to execute child process "/usr/lib/gvfs/gvfsd-afc" (No such file or directory)



I'm going to try and create the directory
pengy_666
Right, last night was a crazy night.


I well and truly learnt a lot about Ubuntu last night. Learnt some nifty bash commands and learnt a bit more about the device mounting processes.

I just wanted to say thank you to all that helped

Especially dEVIANT.

I know that it is really easy just to throw a couple of answers at someone and if it dont work just leave it.

dEVIANT clearly went out of his way to help out last night. I almost got it working, icould mount the iPhone and reead the device and it added all the directory trees and playlists but it crashed all programs (rythymbox, GTKPod) whenever you tried to access files.

So I did a fresh install and from a previous post from dEVIANT I used remastersys to create a live CD backup of my entire OS before I went into the back and started twiddling again.


This time I installed the iPhone and USB files and packages in the correct order.

Thanks again
dEVIANT
You've got the right attitude. I've always found the best thing to do with Linux is keep at it. You might waste hours trying to fix it and fail, but you will learn in the meantime.

Wait till you screw up your desktop and all you have is a command line, then you start to panic!

Hope you're all sorted and that you've learnt the most important lesson of all - Don't buy Apple :P
pengy_666
The best thing in the world is the iPhone, But its a pain in linux.

I have done a complete re-install, I have all packages required and I searched for all packages with "ipod" and installed lots of perl and python stuff including all the relevant lib packages.


It is the same, I need to create the directory and mount points.

I am struggling understanding these commands.

CODE
Create the ipod mount point with user rw access rights
$ sudo mkdir /mnt/my_ipod_or_iphone_mount_point
$ sudo chmod 777 /mnt/my_ipod_or_iphone_mount_point/
(here, mount point is "ipod" i.e. $ sudo mkdir /mnt/ipod && sudo chmod 777 /mnt/ipod/)


GTKPod is tryin to create the mount point/directory as /media/ipod. This didnt seem to work last night.

Also my iPhone is called Pengy_666's iPhone. Of course I had to pick an easy name. Im confused as to where it is mounting or trying to mount it to?
dEVIANT
sudo mkdir /mnt/my_ipod_or_iphone_mount_point is trying to make the directory (mkdir is Make Directory)

sudo chmod 777 /mnt/my_ipod_or_iphone_mount_point/ is changing the mode to make the mount point writeable.

I guess the command you are trying is:

CODE
sudo mkdir /mnt/Pengy_666's iPhone


I know some codes i've tried where the directory contains spaces has given problems, might be worth trying renaming your iphone with no spaces or ' (Pengy_666_Phone or something similar)
pengy_666
Damn iPhone, whats annoying is it is detecting photos, I can copy them to my Laptop but no iPhone??

I get this error when I try to mount it


There was an error accessing the mountpoint: Input/output error



EDIT

YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
EEEEEEEEEEEEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

it works!
dEVIANT
Time to do a little dance biggrin.gif
pengy_666
The main reason it was broken was all the package dependencies for the iPhone, Some of these were not installing correctly due to conflicts of older and newer packages.

In the end it turns out that removing the "Broken" packages from synaptic manager cured my main issues.

As for getting the iPhone to work if you take a look at other thread, I have given the cure to my problem.

From it you should be able to also install the iPhone on your linux box.

:D
kronictokr
i dont have a mac, so i cant say for sure, but it would seem logical that some of the dependancies found here may be useful , considering they ar e both mac os. may be worth a look for any mac owners with multiple boxes as well.
uses ubuntu as server to mac boxes
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.