#1 28. August 2010 Hallo! Bei mir läuft auf einem home Server transmission. Ich administriere mit transmission-remote.von mein windows PC, momentan hab ich 1.77-1~bpo50+2 installiert nun möchte ich gerne auf Transmission 2.03 updaten wie Soll man das am besten mache. transmission 1.77-1~bpo50+2 entfernen und 1.77-1~bpo50+2 neu installieren bzw. (kompilieren )? in der Transmission 2.03 Source Code gibts eine "update-version-h.sh" also kann man die version Updaten Oder? wie würdet ihr vorgehen LG
#2 28. August 2010 AW: Update Transmission (Bittorrent Client) Ich bin mir fast sicher, dass da irgendeine README Datei dabei ist die genau diesen Fall regelt.
#3 28. August 2010 AW: Update Transmission (Bittorrent Client) hi das hab ich ja auch gemacht bevor ich gepostet habe Code: cd Transmission $ make clean make: *** Keine Regel, um »clean« zu erstellen. Schluss. $ ./update-version-h.sh creating libtransmission/version.h $ make make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden. Schluss. $ sudo make install make: *** Keine Regel, um »install« zu erstellen. Schluss.
#4 28. August 2010 AW: Update Transmission (Bittorrent Client) was ist denn mit der distributionseigenen paketverwaltung?...mfg coach
#5 28. August 2010 AW: Update Transmission (Bittorrent Client) gibt nur transmission (1.77-1~bpo50+2) [backports] die hab ich auch schon transmission-cli (>= 1.77-1~bpo50+2) transmission-common (= 1.77-1~bpo50+2) hab ich mit der paketverwaltung installiert und für transmission-daemon_1.77-1~bpo50+2 hab ich eine .deb datei installiert
#6 29. August 2010 AW: Update Transmission (Bittorrent Client) Hast du auch das configure-Skript zuvor ausgeführt? Das erstellt nämlich erst das Makefile.
#7 29. August 2010 AW: Update Transmission (Bittorrent Client) da du was deb basiertes hast, versuch doch einfach mal das hier: Stable builds : “transmissionbt” team sollte theoretisch nicht nur unter ubuntu funktionieren (falls du ubuntu hast einfach mit sudo add-apt-repository hinzufügen, sonst als normales repository hinzufügen). danach ein sudo apt-get update && sudo apt-get upgrade oder was auch immer du sonst gerne benutzt. dann updatet sich alles automatisch
#8 29. August 2010 AW: Update Transmission (Bittorrent Client) Hallo habe jetzt transmission (1.77-1~bpo50+2 desinstalliert und bin dabei Transmission 2.03 zu installieren nur klappt das nicht wirklich und so bin ich vorgegangen 1-in der konsole als hanskanns angemeldet 2- su 3 - cd Transmission 4- ./configure 5- make 6- make install bei ./configure kommt [ Code: /home/baster/downloads/transmission-2.03# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 98304 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl.exe... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking dependency style of g++... none checking whether we are using the GNU C++ compiler... (cached) no checking whether g++ accepts -g... (cached) no checking dependency style of g++... (cached) none checking for inline... inline checking gcc version... 4.3.2 checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for iconv_open... yes checking for pread... yes checking for pwrite... yes checking for lrintf... no checking for strlcpy... no checking for daemon... yes checking for dirname... yes checking for basename... yes checking for strcasecmp... yes checking for localtime_r... yes checking for fallocate64... no checking for posix_fallocate... yes checking for memmem... yes checking for strtold... yes checking for syslog... yes checking for valloc... yes checking for getpagesize... yes checking for posix_memalign... yes checking for clearenv... yes checking whether make sets $(MAKE)... (cached) yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for library containing cos... -lm checking for library containing socket... none required checking for library containing gethostbyname... none required checking for pkg-config... no checking for OPENSSL... checking for OpenSSL... configure: error: Cannot locate ssl bei make kommt: bei make install kommt LG
#9 29. August 2010 AW: Update Transmission (Bittorrent Client) Steht doch in deinem Output: Musst also vorher das OpenSSL Dev paket installieren. Wenn configure nicht fehlerfrei durchläuft wird natürlich auch kein Makefile erstellt.
#10 30. August 2010 AW: Update Transmission (Bittorrent Client) Danke habe noch weiter gegoogelt und einige infos bekommen jetzt kommt bei ./configure irgendwie lässt sich das nicht mit apt installieren LG
#11 30. August 2010 AW: Update Transmission (Bittorrent Client) Jo das ist auch kein Wunder, im stable-Repository von Debian ist nur libevent-dev 1.3e-3, nicht 1.4.9 oder höher. Das bedeutet, du musst libevent-dev auch noch manuell compilen oder du addest ein anderes Repository (in debian-testing ist 1.4.13 mit dabei).
#12 30. August 2010 AW: Update Transmission (Bittorrent Client) Hallo hab jetzt libevent-dev mit apt-get -t lenny-backports install libevent-dev installiert dann make make install die installation rennt ohne Probleme nur finde ich den Pfad für settings.json mit locate settings.json kommt /root/.config/transmission-daemon/settings.json muss doch unter /etc/transmission-daemon/settings.json was mach ich jetzt falsch? lG
#13 30. August 2010 AW: Update Transmission (Bittorrent Client) einfach mal transmission mit dem gewünschten User starten. Soweit ich weiß ist schon seit längerem die Config im home verzeichnis.
#15 30. August 2010 AW: Update Transmission (Bittorrent Client) Wieso? Läuft doch. Starte doch mit den gewünschten commandline args und schaue was passiert. Das ini.d script kannst du nacher immernoch erstelllen.
#16 30. August 2010 AW: Update Transmission (Bittorrent Client) das hab ich schon Code: transmission-daemon -a IP transmission-daemon -u transmission transmission-daemon -v Transmission aber das ändert nicht LG
#17 30. August 2010 AW: Update Transmission (Bittorrent Client) XD du musst das schon in einer Zeile schreiben(ungetestet): Code: transmission-daemon -a 127.0.0.1 -u user -p pw -C -w /home/transmission/downloads Anonsten kannst du mit -g das config dir auch per hand wählen.
#19 30. August 2010 AW: Update Transmission (Bittorrent Client) Wie wäre es wenn du mal genau sagst was nicht funktioniert hat (Fehlermeldung o.ä.)? Solche Beiträge sind für die Tonne.
#20 30. August 2010 AW: Update Transmission (Bittorrent Client) also wenn ich Code: transmission-daemon -a IP -u user -p pw -C -w /home/transmission/downloads Passiert nix in der konsole wenn ich die IP adresse +user + PW in transmission-romote unter win xp eingebe und versuche zu verbinden kommt folgende Fehlermeldung: Code: der remoteserver hat einen fehler zurückgegeben 403 unzulässig
#21 30. August 2010 AW: Update Transmission (Bittorrent Client) Das ist bei einem Daemon nichts ungewöhnliches (ich kenne das Programm jedoch nicht), wie genau hast du versucht dich danach vom Client zu Verbinden? Versuch dich mal lokal zu verbinden, sprich auf dem selben PC wo der Server läuft. (Um aus zu schließen, dass es irgendwelche gesperrten Ports etc. sind.)
#22 30. August 2010 AW: Update Transmission (Bittorrent Client) das kommt raus wenn ich transmission-daemon starten möchte
#23 30. August 2010 AW: Update Transmission (Bittorrent Client) Wenn 403 zurückgegeben wird, heißt das ja, dass es läuft. Sicher, dass dein Remote Client mit der aktuellen Version kompatibel ist und deine IP zugriff hat? Was passiert wenn du direkt via Browser zugreifst: http://mein.server:9091 (sofern der Port nicht via -p abgeändert wurde)?
#25 31. August 2010 AW: Update Transmission (Bittorrent Client) naja was willst du mehr? Richtige IP eintragen und freuen!