Page 1 of 1

Upload doesn't work on Fedora?

Posted: Wed Nov 25, 2009 8:20 pm
by wobberj
Hi,
Some of my colleagues are using the Windows version successfully, but for
my Linux Fedora 11 system, I am unable to successfully upload files.

The file upload commences, and the file size grows in /var/twonkymedia/twonkymedia-server-upload-videos
but at some point it just disappears. And the file is never added to my media directory or database.

Has anyone encountered this and know of a work-around (that doesn't include windows ;-)

Re: Upload doesn't work on Fedora?

Posted: Wed Nov 25, 2009 11:59 pm
by PeeBee
Is there enough space in the partition that holds the /var folder?

PB

Re: Upload doesn't work on Fedora?

Posted: Tue Dec 01, 2009 10:12 am
by wobberj
Yes. Lots of space.
The file grows and grows and then at around 18M it disappears.

Re: Upload doesn't work on Fedora?

Posted: Tue Dec 01, 2009 2:10 pm
by Twonky-Rene
This is a bug. We fixed it for the upcoming 5.1.1 version of the server.

Re: Upload doesn't work on Fedora?

Posted: Wed Dec 09, 2009 12:02 pm
by vadenasy
I was wondering where i could find a local mall and store that sells fedora hats? im from the philippines. so that means i want to find the fedora hats here in the local malls.
____________________
yahoo keyword tool ~ overture ~ traffic estimator ~ adwords traffic estimator

Re: Upload doesn't work on Fedora?

Posted: Wed Dec 09, 2009 8:53 pm
by PeeBee
vadenasy wrote:I was wondering where i could find a local mall and store that sells fedora hats? im from the philippines. so that means i want to find the fedora hats here in the local malls.
If you turn right then go straight across the first roundabout then I think there is a shop just down the road on the left.

PB

Re: Upload doesn't work on Fedora?

Posted: Thu Dec 17, 2009 12:09 am
by wobberj
So I installed 5.1.1, but I'm seeing a floating point exception:

[root@jwobber-linux-laptop twonky]# !gdb
gdb /opt/twonky/twonkymediaserver
GNU gdb (GDB) Fedora (6.8.50.20090302-39.fc11)
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i586-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(gdb) set args -ip <removed for my privacy>
(gdb) run
Starting program: /opt/twonky/twonkymediaserver -ip <removed for my privacy>
[Thread debugging using libthread_db enabled]
TwonkyMedia Version 5.1.1
using logfile /tmp/TwonkyMediaServer-log.txt
[New Thread 0xc32b70 (LWP 4011)]

[Thread 0xc32b70 (LWP 4011) exited]
For image conversion and scaling the TMS utilizes ImageMagick. For details on the license please see /opt/twonky/cgi-bin/convert-readme.txt
[New Thread 0x1847b70 (LWP 4012)]
[Thread 0x1847b70 (LWP 4012) exited]
[New Thread 0xc32b70 (LWP 4013)]
[Thread 0xc32b70 (LWP 4013) exited]
[New Thread 0xc32b70 (LWP 4014)]
[Thread 0xc32b70 (LWP 4014) exited]
[New Thread 0xc32b70 (LWP 4015)]
[New Thread 0x130b70 (LWP 4016)]
[New Thread 0xd44b70 (LWP 4017)]
[New Thread 0x8c3b70 (LWP 4018)]
[New Thread 0x151b70 (LWP 4019)]
[New Thread 0xa92b70 (LWP 4020)]
[New Thread 0xe31b70 (LWP 4021)]
[New Thread 0x172b70 (LWP 4022)]
[New Thread 0x39fb70 (LWP 4023)]
[Thread 0x172b70 (LWP 4022) exited]
[Thread 0x39fb70 (LWP 4023) exited]
[New Thread 0x39fb70 (LWP 4024)]
[New Thread 0x172b70 (LWP 4025)]
[Thread 0x39fb70 (LWP 4024) exited]
[New Thread 0x39fb70 (LWP 4026)]
[Thread 0x172b70 (LWP 4025) exited]
[New Thread 0x172b70 (LWP 4027)]
Detaching after fork from child process 4028.
[New Thread 0x193b70 (LWP 4030)]
Detaching after fork from child process 4031.
[New Thread 0x1b4b70 (LWP 4033)]
[New Thread 0xb10b70 (LWP 4034)]
Detaching after fork from child process 4035.
[New Thread 0x944b70 (LWP 4037)]
Detaching after fork from child process 4038.

Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread 0xe31b70 (LWP 4021)]
0x0606213b in __udivmoddi4 (rp=<value optimized out>, d=<value optimized out>,
n=<value optimized out>) at ../../../gcc/libgcc2.c:895
895 d0 = 1 / d0; /* Divide intentionally by zero. */
(gdb) bt
#0 0x0606213b in __udivmoddi4 (rp=<value optimized out>,
d=<value optimized out>, n=<value optimized out>)
at ../../../gcc/libgcc2.c:895
#1 __divdi3 (rp=<value optimized out>, d=<value optimized out>,
n=<value optimized out>) at ../../../gcc/libgcc2.c:1093
#2 0x080cb726 in strcpy () at strcpy.c:34
#3 0x42635800 in ?? ()
#4 0x00000bab in ?? ()
#5 0x00000000 in ?? ()
(gdb) q

I'm running glibc-2.10 and the install script has glibc-2.2.5 in the name. Is there an issue there?
Any advice on how to fix that? there don't seem to be any packages for glibc-2.2.5 out there that
aren't really old.

Thanks,
Joe

Re: Upload doesn't work on Fedora?

Posted: Fri Dec 18, 2009 8:13 pm
by wobberj
this floating point error is fixed in 5.1.2.
Thanks,
joe