Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transport endpoint is not connected #120

Closed
bcnx opened this issue Jul 20, 2016 · 4 comments
Closed

Transport endpoint is not connected #120

bcnx opened this issue Jul 20, 2016 · 4 comments

Comments

@bcnx
Copy link

bcnx commented Jul 20, 2016

Hi,

running the latest RioFS on CentOS 7.
We can successfully mount a bucket, but as soon as we do a rsync to the mount from a different server, we get the "Transport endpoint is not connected" error message and the mount is unresponsive. We need to unmount and mount again for the mount to be active again, but as soon as we launch a new rsync, the same issue occurs.

At the same time we cannot delete files with for instance the "&" symbol in it's name. Maybe this is related, in such a way that the mount crashes on these funny filenames?

Thanks for looking into this!

BC

@bcnx
Copy link
Author

bcnx commented Jul 21, 2016

This is in the dmesg output:

[ 1970.548668] riofs[3659]: segfault at 1f ip 00007f70de28a961 sp 00007fff20fb46c8 error 4 in libc-2.17.so[7f70de128000+1b6000]
[ 2429.528454] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
[ 3459.397973] riofs[4365]: segfault at 1d ip 00007f5ff1e72961 sp 00007fff74743d38 error 4 in libc-2.17.so[7f5ff1d10000+1b6000]
[12589.451391] riofs[4973]: segfault at 1d ip 00007f78b274e961 sp 00007ffec1a73ec8 error 4 in libc-2.17.so[7f78b25ec000+1b6000]
[14991.160957] riofs[5016]: segfault at 30 ip 00007f594d72a985 sp 00007fff0dd25888 error 4 in libc-2.17.so[7f594d5c8000+1b6000]

RioFS seems to have crashed.

@wizzard
Copy link
Member

wizzard commented Jul 25, 2016

Hello,

could you please help me to debug RioFS crash:

  1. could you please run RioFS with gdb to get crash backtrace:
    gdb -ex "bt full" --batch -c core --args riofs [your arguments here] > /tmp/riofs_bt.txt

just make sure that after "--args" you provide your usual command line arguments as if you run riofs. After you start RioFS try to reproduce the crash. If RioFS crashes please send me /tmp/riofs_bt.txt file (but please be aware that it could contain some sensitive data, such as file names. So it would be great if you run RioFS for some test bucket).

  1. could you please provide me with detailed information how you managed to crash RioFS, which actions were performed just before it crashed? any additional information would be really helpful! Thank you!

@bcnx
Copy link
Author

bcnx commented Jul 31, 2016

Hi,

 
As we were rather in a hurry to get things sorted, we decided to go with S3QL. This seems to be a better choice for our purposes, as it is fully compliant with POSIX. 

 
 
Met Vriendelijke Groet,
Kind Regards,
Salutations,
 
 
Bart Coninckx
Bits 'n Tricks BVBA
 
Hoge Mierdse Heide 182
2360 Oud-Turnhout
tel. +32 478 88 33 08
[email protected]
http://www.bitsandtricks.com
BTW: BE0817.401.875

Crelan BE46 8601 0806 3436

Voor onze Algemene Voorwaarden, zie: http://www.bitsandtricks.com/index.php/contact/algemene-voorwaarden

 

 
-----Original message-----
From:Paul Jonkins [email protected]
Sent:Mon 25-07-2016 16:49
Subject:Re: [skoobe/riofs] Transport endpoint is not connected (#120)
To:skoobe/riofs [email protected];
CC:Bart Coninckx [email protected]; Author [email protected];

Hello,

could you please help me to debug RioFS crash:

  1. could you please run RioFS with gdb to get crash backtrace:
    gdb -ex "bt full" --batch -c core --args riofs [your arguments here] > /tmp/riofs_bt.txt

just make sure that after "--args" you provide your usual command line arguments as if you run riofs. After you start RioFS try to reproduce the crash. If RioFS crashes please send me /tmp/riofs_bt.txt file (but please be aware that it could contain some sensitive data, such as file names. So it would be great if you run RioFS for some test bucket).

  1. could you please provide me with detailed information how you managed to crash RioFS, which actions were performed just before it crashed? any additional information would be really helpful! Thank you!


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

 

@wizzard
Copy link
Member

wizzard commented Aug 2, 2016

Feel free to contact me directly if you need any further support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants