No longer able to re-install Transmission... wtf?

Status
Not open for further replies.

codenamezero

Explorer
Joined
Sep 4, 2011
Messages
59
So i've been playing with my NAS for the past week, trying to get gpt, perl and other stuff to install so that i could try to resize the partition, but anyway, i'm going to give up on that. new job starting soon, so not going to have time to play with it....

So i reinstall FreeNAS 8.0, and i tried to reinstall Transmission as well, but i can't anymore, and is giving me tons of errors and packag not found...

Code:
freenas# pkg_add -r transmission
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.2-release/Latest/transmission.tbz... Done.
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.2-release/All/python26-2.6.6.tbz...
...
The list goes of a couple hundreds more lines, complaining about python26
...
pkg_add: pkg_add of dependency 'python26-2.6.6' failed!
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.2-release/All/jpeg-8_3.tbz... Done.

/: write failed, filesystem is full
bin/djpeg: Write failed

/: write failed, filesystem is full
bin/jpegtran: Write failed
include/jmorecfg.h: Write failed
lib/libjpeg.a: Write failed
lib/libjpeg.so.11: Write failed
share/doc/jpeg/README: Write failed
share/doc/jpeg/coderules.txt: Write failed
share/doc/jpeg/filelist.txt: Write failed
share/doc/jpeg/install.txt: Write failed
share/doc/jpeg/jconfig.txt: Seek failed
share/doc/jpeg/libjpeg.txt: Seek failed
share/doc/jpeg/structure.txt: Seek failed
share/doc/jpeg/usage.txt: Seek failed
share/doc/jpeg/wizard.txt: Seek failed
tar: (Empty error message)
...
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.2-release/All/libnotify-0.5.2.tbz... Done.
pkg_add: could not find package python26-2.6.6 !
pkg_add: could not find package jpeg-8_3 !
pkg_add: could not find package jbigkit-1.6 !
pkg_add: could not find package tiff-4.0.0 !
pkg_add: could not find package jasper-1.900.1_9 !
pkg_add: could not find package libICE-1.0.6,1 !
pkg_add: could not find package libSM-1.1.1_3,1 !
pkg_add: could not find package libXfixes-4.0.4 !
pkg_add: could not find package libXdamage-1.1.2 !
pkg_add: could not find package libXext-1.1.1,1 !
pkg_add: could not find package libXcomposite-0.4.1,1 !
pkg_add: could not find package libXinerama-1.1,1 !
pkg_add: could not find package libXi-1.3,1 !
pkg_add: could not find package libXt-1.0.7 !
pkg_add: could not find package libXrender-0.9.5 !
pkg_add: could not find package libXcursor-1.1.10 !
pkg_add: could not find package libXft-2.1.14 !
pkg_add: could not find package libXrandr-1.3.0 !
pkg_add: could not find package gnutls-2.8.6_2 !
pkg_add: could not find package cups-client-1.4.6 !
pkg_add: could not find package shared-mime-info-0.80 !
pkg_add: could not find package gdk-pixbuf-2.22.1 !
pkg_add: could not find package atk-1.32.0 !
pkg_add: could not find package gtk-2.22.1_1 !
pkg_add: pkg_add of dependency 'libnotify-0.5.2' failed!
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.2-release/All/transmission-gtk2-2.13.tbz... Done.
pkg_add: could not find package python26-2.6.6 !
pkg_add: could not find package jpeg-8_3 !
pkg_add: could not find package jbigkit-1.6 !
pkg_add: could not find package tiff-4.0.0 !
pkg_add: could not find package jasper-1.900.1_9 !
pkg_add: could not find package curl-7.21.3 !
pkg_add: could not find package xdg-utils-1.0.2_5 !
pkg_add: could not find package libICE-1.0.6,1 !
pkg_add: could not find package libSM-1.1.1_3,1 !
pkg_add: could not find package libXfixes-4.0.4 !
pkg_add: could not find package libXdamage-1.1.2 !
pkg_add: could not find package libXext-1.1.1,1 !
pkg_add: could not find package libXcomposite-0.4.1,1 !
pkg_add: could not find package libXinerama-1.1,1 !
pkg_add: could not find package libXi-1.3,1 !
pkg_add: could not find package libXt-1.0.7 !
pkg_add: could not find package libXrender-0.9.5 !
pkg_add: could not find package libXcursor-1.1.10 !
pkg_add: could not find package libXft-2.1.14 !
pkg_add: could not find package libXrandr-1.3.0 !
pkg_add: could not find package libevent-1.4.14b_1 !
pkg_add: could not find package gnutls-2.8.6_2 !
pkg_add: could not find package cups-client-1.4.6 !
pkg_add: could not find package shared-mime-info-0.80 !
pkg_add: could not find package gdk-pixbuf-2.22.1 !
pkg_add: could not find package desktop-file-utils-0.15_2 !
pkg_add: could not find package atk-1.32.0 !
pkg_add: could not find package gtk-2.22.1_1 !
pkg_add: could not find package libnotify-0.5.2 !
pkg_add: pkg_add of dependency 'transmission-gtk2-2.13' failed!


Any clue?
 

jgreco

Resident Grinch
Joined
May 29, 2011
Messages
18,681
First thing anyone doing debugging should do: learn to scan for errors from the top.

/: write failed, filesystem is full
 

codenamezero

Explorer
Joined
Sep 4, 2011
Messages
59
Damn, never mind my bad, i did pkg_add -r transmission instead of transmission-daemon, which explained why it downloaded so much more packages than it needed.
 
Status
Not open for further replies.
Top