Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] seafile-cli broken
@ 2021-01-19 21:52 WasabiPizza
  2021-01-19 22:10 ` ericonr
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: WasabiPizza @ 2021-01-19 21:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1808 bytes --]

New issue by WasabiPizza on void-packages repository

https://github.com/void-linux/void-packages/issues/28041

Description:
### System

* xuname:  
  Void 5.10.8_1 x86_64-musl GenuineIntel uptodate rrnFF
* package:  
  seafile-cli-7.0.10_1

Just running `seaf-cli` should produce the error.
I thought it was fixed running `pip install -U future` (thanks to who helped me on irc, can't remeber the name sorry) but now, when I try running `seaf-cli sync ...` I get:

``` 
Starting to download ...
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py", line 88, in _get_transport
    transport = self._pool.get(False)
  File "/usr/lib/python3.9/queue.py", line 168, in get
    raise Empty
_queue.Empty

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/bin/seaf-cli", line 983, in <module>
    main()
  File "/bin/seaf-cli", line 979, in main
    args.func(args)
  File "/bin/seaf-cli", line 680, in seaf_sync
    seafile_rpc.clone(repo,
  File "/usr/lib/python3.9/site-packages/pysearpc/client.py", line 126, in newfunc
    ret_str = self.call_remote_func_sync(fcall_str)
  File "/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py", line 100, in call_remote_func_sync
    transport = self._get_transport()
  File "/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py", line 90, in _get_transport
    transport = self._create_transport()
  File "/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py", line 83, in _create_transport
    transport.connect()
  File "/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py", line 47, in connect
    self.pipe.connect(self.socket_path)
ConnectionRefusedError: [Errno 111] Connection refused
```

Thanks!

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: seafile-cli broken
  2021-01-19 21:52 [ISSUE] seafile-cli broken WasabiPizza
@ 2021-01-19 22:10 ` ericonr
  2021-01-19 22:12 ` ericonr
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-01-19 22:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/28041#issuecomment-763174200

Comment:
That looks really weird... Can you run `strace -o logfile.txt <program>` and paste that somewhere (a github gist works)? (assuming it doesn't have anything sensitive).

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: seafile-cli broken
  2021-01-19 21:52 [ISSUE] seafile-cli broken WasabiPizza
  2021-01-19 22:10 ` ericonr
@ 2021-01-19 22:12 ` ericonr
  2021-01-19 22:18 ` WasabiPizza
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-01-19 22:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/28041#issuecomment-763174922

Comment:
btw, @yopito 

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: seafile-cli broken
  2021-01-19 21:52 [ISSUE] seafile-cli broken WasabiPizza
  2021-01-19 22:10 ` ericonr
  2021-01-19 22:12 ` ericonr
@ 2021-01-19 22:18 ` WasabiPizza
  2021-01-19 22:23 ` ericonr
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: WasabiPizza @ 2021-01-19 22:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

New comment by WasabiPizza on void-packages repository

https://github.com/void-linux/void-packages/issues/28041#issuecomment-763177830

Comment:
I guess I should just upload the file, hopefully this works. Thanks @ericonr.
[logfile.txt](https://github.com/void-linux/void-packages/files/5838874/logfile.txt)


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: seafile-cli broken
  2021-01-19 21:52 [ISSUE] seafile-cli broken WasabiPizza
                   ` (2 preceding siblings ...)
  2021-01-19 22:18 ` WasabiPizza
@ 2021-01-19 22:23 ` ericonr
  2021-01-19 22:31 ` WasabiPizza
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-01-19 22:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 825 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/28041#issuecomment-763180090

Comment:
```
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path="/home/nero/seafile/seafile-data/seafile.sock"}, 46) = -1 ECONNREFUSED (Connection refused)
madvise(0x56399f529000, 184320, MADV_DONTNEED) = 0
write(2, "Traceback (most recent call last"..., 35) = 35
write(2, "  File \"/usr/lib/python3.9/site-"..., 93) = 93
```

looks relevant. The folder itself definitely exists, since `open("/home/nero/seafile/seafile-data/id", O_RDONLY|O_CLOEXEC) = 3
` succeeds. I think it's missing something that creates the actual socket, though. Are you sure the software is being operated correctly? Maybe you need to launch some other program as well?

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: seafile-cli broken
  2021-01-19 21:52 [ISSUE] seafile-cli broken WasabiPizza
                   ` (3 preceding siblings ...)
  2021-01-19 22:23 ` ericonr
@ 2021-01-19 22:31 ` WasabiPizza
  2021-01-20  2:07 ` sgn
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: WasabiPizza @ 2021-01-19 22:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 399 bytes --]

New comment by WasabiPizza on void-packages repository

https://github.com/void-linux/void-packages/issues/28041#issuecomment-763184057

Comment:
Well 4 days ago I did the same and it worked fine, I'm just synchronizing another folder so I expected it to work.
Also, the first time that I tried running `seaf-cli` I got this error https://i.imgur.com/kSK2Qk7.png, not sure if it's somehow related.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: seafile-cli broken
  2021-01-19 21:52 [ISSUE] seafile-cli broken WasabiPizza
                   ` (4 preceding siblings ...)
  2021-01-19 22:31 ` WasabiPizza
@ 2021-01-20  2:07 ` sgn
  2021-01-20 21:19 ` yopito
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sgn @ 2021-01-20  2:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/28041#issuecomment-763277245

Comment:
`pip install -U future` Please don't. Use system python3-future instead.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: seafile-cli broken
  2021-01-19 21:52 [ISSUE] seafile-cli broken WasabiPizza
                   ` (5 preceding siblings ...)
  2021-01-20  2:07 ` sgn
@ 2021-01-20 21:19 ` yopito
  2021-01-20 21:53 ` yopito
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: yopito @ 2021-01-20 21:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 303 bytes --]

New comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/issues/28041#issuecomment-763953590

Comment:
thanks for report.
Looks like upstream fixed it (commit https://github.com/haiwen/libsearpc/commit/b0079d2a0c3ce0cb4698a162498b108244726912). I'm working on it.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: seafile-cli broken
  2021-01-19 21:52 [ISSUE] seafile-cli broken WasabiPizza
                   ` (6 preceding siblings ...)
  2021-01-20 21:19 ` yopito
@ 2021-01-20 21:53 ` yopito
  2021-01-21 17:26 ` [ISSUE] [CLOSED] " ericonr
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: yopito @ 2021-01-20 21:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 222 bytes --]

New comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/issues/28041#issuecomment-763973563

Comment:
NB: with the new package (see PR above), no additional pyhon module is required.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [ISSUE] [CLOSED] seafile-cli broken
  2021-01-19 21:52 [ISSUE] seafile-cli broken WasabiPizza
                   ` (7 preceding siblings ...)
  2021-01-20 21:53 ` yopito
@ 2021-01-21 17:26 ` ericonr
  2021-01-21 22:35 ` WasabiPizza
  2021-01-22 16:08 ` yopito
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-01-21 17:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1811 bytes --]

Closed issue by WasabiPizza on void-packages repository

https://github.com/void-linux/void-packages/issues/28041

Description:
### System

* xuname:  
  Void 5.10.8_1 x86_64-musl GenuineIntel uptodate rrnFF
* package:  
  seafile-cli-7.0.10_1

Just running `seaf-cli` should produce the error.
I thought it was fixed running `pip install -U future` (thanks to who helped me on irc, can't remeber the name sorry) but now, when I try running `seaf-cli sync ...` I get:

``` 
Starting to download ...
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py", line 88, in _get_transport
    transport = self._pool.get(False)
  File "/usr/lib/python3.9/queue.py", line 168, in get
    raise Empty
_queue.Empty

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/bin/seaf-cli", line 983, in <module>
    main()
  File "/bin/seaf-cli", line 979, in main
    args.func(args)
  File "/bin/seaf-cli", line 680, in seaf_sync
    seafile_rpc.clone(repo,
  File "/usr/lib/python3.9/site-packages/pysearpc/client.py", line 126, in newfunc
    ret_str = self.call_remote_func_sync(fcall_str)
  File "/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py", line 100, in call_remote_func_sync
    transport = self._get_transport()
  File "/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py", line 90, in _get_transport
    transport = self._create_transport()
  File "/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py", line 83, in _create_transport
    transport.connect()
  File "/usr/lib/python3.9/site-packages/pysearpc/named_pipe.py", line 47, in connect
    self.pipe.connect(self.socket_path)
ConnectionRefusedError: [Errno 111] Connection refused
```

Thanks!

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: seafile-cli broken
  2021-01-19 21:52 [ISSUE] seafile-cli broken WasabiPizza
                   ` (8 preceding siblings ...)
  2021-01-21 17:26 ` [ISSUE] [CLOSED] " ericonr
@ 2021-01-21 22:35 ` WasabiPizza
  2021-01-22 16:08 ` yopito
  10 siblings, 0 replies; 12+ messages in thread
From: WasabiPizza @ 2021-01-21 22:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

New comment by WasabiPizza on void-packages repository

https://github.com/void-linux/void-packages/issues/28041#issuecomment-764985291

Comment:
Thanks @yopito! Just updated and it works fine now.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: seafile-cli broken
  2021-01-19 21:52 [ISSUE] seafile-cli broken WasabiPizza
                   ` (9 preceding siblings ...)
  2021-01-21 22:35 ` WasabiPizza
@ 2021-01-22 16:08 ` yopito
  10 siblings, 0 replies; 12+ messages in thread
From: yopito @ 2021-01-22 16:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

New comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/issues/28041#issuecomment-765514778

Comment:
You're welcome. Sorry for this bug.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-01-22 16:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 21:52 [ISSUE] seafile-cli broken WasabiPizza
2021-01-19 22:10 ` ericonr
2021-01-19 22:12 ` ericonr
2021-01-19 22:18 ` WasabiPizza
2021-01-19 22:23 ` ericonr
2021-01-19 22:31 ` WasabiPizza
2021-01-20  2:07 ` sgn
2021-01-20 21:19 ` yopito
2021-01-20 21:53 ` yopito
2021-01-21 17:26 ` [ISSUE] [CLOSED] " ericonr
2021-01-21 22:35 ` WasabiPizza
2021-01-22 16:08 ` yopito

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).