Transmission 2.76 crashes on centos 6

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
shur
Posts: 2
Joined: Tue Jan 22, 2013 2:56 pm

Transmission 2.76 crashes on centos 6

Post by shur »

On my CentOS 6.3 dedicated server Transmission 2.76 crashes after minute or two after start.
Here is output:

Code: Select all

-bash-4.1$ transmission-daemon -f
[06:51:26.519] Transmission 2.76 (13786) started (session.c:722)
[06:51:26.519] RPC Server Adding address to whitelist: 127.0.0.1 (rpc-server.c:803)
[06:51:26.519] RPC Server Serving RPC and Web requests on port 127.0.0.1:9091/transmission/ (rpc-server.c:997)
[06:51:26.519] RPC Server Password required (rpc-server.c:1004)
[06:51:26.519] UDP Failed to set receive buffer: requested 4194304, got 262142 (tr-udp.c:77)
[06:51:26.519] UDP Please add the line "net.core.rmem_max = 4194304" to /etc/sysctl.conf (tr-udp.c:82)
[06:51:26.519] UDP Failed to set send buffer: requested 1048576, got 262142 (tr-udp.c:88)
[06:51:26.519] UDP Please add the line "net.core.wmem_max = 1048576" to /etc/sysctl.conf (tr-udp.c:93)
[06:51:26.519] DHT Reusing old id (tr-dht.c:305)
[06:51:26.519] DHT Bootstrapping from 159 IPv4 nodes (tr-dht.c:153)
[06:51:26.519] Using settings from "/var/www/shur/data/.config/transmission-daemon" (daemon.c:517)
[06:51:26.519] Saved "/var/www/shur/data/.config/transmission-daemon/settings.json" (bencode.c:1733)
[06:51:26.519] transmission-daemon requiring authentication (daemon.c:537)
[06:51:33.532] Port Forwarding State changed from "Not forwarded" to "???" (port-forwarding.c:93)
Killed
Any help would be appreciated.
mmain
Posts: 10
Joined: Fri Feb 05, 2010 5:09 am

Re: Transmission 2.76 crashes on centos 6

Post by mmain »

Sorry, I am not in a position help you as I have been unable to get 2.76 to build on Centos 6.3 as I keep getting an error during make, which I have now registered as a trouble ticket, but just curious if you had problems during the build?
shur
Posts: 2
Joined: Tue Jan 22, 2013 2:56 pm

Re: Transmission 2.76 crashes on centos 6

Post by shur »

mmain wrote:Sorry, I am not in a position help you as I have been unable to get 2.76 to build on Centos 6.3 as I keep getting an error during make, which I have now registered as a trouble ticket, but just curious if you had problems during the build?
no, no problems at all, i've install it from geekery repo
JJTagy
Posts: 40
Joined: Sun Jul 29, 2012 3:15 am

Re: Transmission 2.76 crashes on centos 6

Post by JJTagy »

I run from CentOS 6.3 constantly with no issues. You should build fresh from the source code - perhaps you'll find the location of the problem.
Post Reply