* bug#30465: 25.3; Sometimes transmission-daemon won't start from Eshell
@ 2018-02-15 13:32 Pierre Neidhardt
2019-09-28 22:29 ` Stefan Kangas
0 siblings, 1 reply; 6+ messages in thread
From: Pierre Neidhardt @ 2018-02-15 13:32 UTC (permalink / raw)
To: 30465
Sometimes, running the following in Eshell
$ transmission-daemon
will not start the transmission daemon. If it fails, then running the
command a second time usually works.
I've never had this problem using other shells.
I have no clue how to investigate further beside running
$ transmission --log-debug
every time until it happens again.
In GNU Emacs 25.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.22.26)
of 2017-12-16 built on build
Windowing system distributor 'The X.Org Foundation', version 11.0.11906000
System Description: Void Linux
Configured using:
'configure --with-x-toolkit=gtk3 --with-xwidgets --prefix=/usr
--sysconfdir=/etc --sbindir=/usr/bin --bindir=/usr/bin
--mandir=/usr/share/man --infodir=/usr/share/info --localstatedir=/var
--with-file-notification=inotify --with-modules --with-jpeg --with-tiff
--with-gif --with-png --with-xpm --with-rsvg --without-imagemagick
--with-xml2 --with-gnutls --with-sound --with-m17n-flt
--host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu
'CFLAGS=-fno-PIE -mtune=generic -O2 -pipe -g' 'CPPFLAGS= '
'LDFLAGS=-no-pie -Wl,--as-needed ''
Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND DBUS GSETTINGS NOTIFY ACL GNUTLS
LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11
MODULES XWIDGETS
Important settings:
value of $LC_COLLATE: C
value of $LANG: en_US.UTF-8
locale-coding-system: utf-8-unix
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#30465: 25.3; Sometimes transmission-daemon won't start from Eshell
2018-02-15 13:32 bug#30465: 25.3; Sometimes transmission-daemon won't start from Eshell Pierre Neidhardt
@ 2019-09-28 22:29 ` Stefan Kangas
2019-09-29 8:17 ` Andreas Schwab
0 siblings, 1 reply; 6+ messages in thread
From: Stefan Kangas @ 2019-09-28 22:29 UTC (permalink / raw)
To: Pierre Neidhardt; +Cc: 30465
Pierre Neidhardt <ambrevar@gmail.com> writes:
> Sometimes, running the following in Eshell
>
> $ transmission-daemon
>
> will not start the transmission daemon. If it fails, then running the
> command a second time usually works.
>
> I've never had this problem using other shells.
Are you still seeing this?
> I have no clue how to investigate further beside running
>
> $ transmission --log-debug
>
> every time until it happens again.
Could you please provide the output of that command?
You could also try running something like:
strace transmission-daemon
And see if you can find anything that stands out as different between a
failing and a successful run.
Also, I can't reproduce this here. If I don't hear back from you in a
couple of weeks, I'll just close this as unreproducible.
Best regards,
Stefan Kangas
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#30465: 25.3; Sometimes transmission-daemon won't start from Eshell
2019-09-28 22:29 ` Stefan Kangas
@ 2019-09-29 8:17 ` Andreas Schwab
2019-09-29 8:30 ` Stefan Kangas
0 siblings, 1 reply; 6+ messages in thread
From: Andreas Schwab @ 2019-09-29 8:17 UTC (permalink / raw)
To: Stefan Kangas; +Cc: 30465, Pierre Neidhardt
On Sep 29 2019, Stefan Kangas <stefan@marxist.se> wrote:
> Pierre Neidhardt <ambrevar@gmail.com> writes:
>
>> Sometimes, running the following in Eshell
>>
>> $ transmission-daemon
>>
>> will not start the transmission daemon. If it fails, then running the
>> command a second time usually works.
>>
>> I've never had this problem using other shells.
>
> Are you still seeing this?
Dup of bug 35257?
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#30465: 25.3; Sometimes transmission-daemon won't start from Eshell
2019-09-29 8:17 ` Andreas Schwab
@ 2019-09-29 8:30 ` Stefan Kangas
2019-10-03 10:07 ` Pierre Neidhardt
0 siblings, 1 reply; 6+ messages in thread
From: Stefan Kangas @ 2019-09-29 8:30 UTC (permalink / raw)
To: Andreas Schwab; +Cc: 30465, Pierre Neidhardt
Andreas Schwab <schwab@linux-m68k.org> writes:
> >> Sometimes, running the following in Eshell
> >>
> >> $ transmission-daemon
> >>
> >> will not start the transmission daemon. If it fails, then running the
> >> command a second time usually works.
> >>
> >> I've never had this problem using other shells.
> >
> > Are you still seeing this?
>
> Dup of bug 35257?
Possibly. Pierre, could you also try if evaluating this solves your
problem and report back?
(add-to-list 'eshell-needs-pipe "transmission-daemon")
Best regards,
Stefan Kangas
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#30465: 25.3; Sometimes transmission-daemon won't start from Eshell
2019-09-29 8:30 ` Stefan Kangas
@ 2019-10-03 10:07 ` Pierre Neidhardt
2019-10-03 19:50 ` Stefan Kangas
0 siblings, 1 reply; 6+ messages in thread
From: Pierre Neidhardt @ 2019-10-03 10:07 UTC (permalink / raw)
To: Stefan Kangas, Andreas Schwab; +Cc: 30465, Pierre Neidhardt
[-- Attachment #1: Type: text/plain, Size: 147 bytes --]
Just tried today, running `transmission-daemon' 5 times in a row in
Eshell: it started normally.
--
Pierre Neidhardt
https://ambrevar.xyz/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#30465: 25.3; Sometimes transmission-daemon won't start from Eshell
2019-10-03 10:07 ` Pierre Neidhardt
@ 2019-10-03 19:50 ` Stefan Kangas
0 siblings, 0 replies; 6+ messages in thread
From: Stefan Kangas @ 2019-10-03 19:50 UTC (permalink / raw)
To: Pierre Neidhardt; +Cc: 30465, Andreas Schwab, Pierre Neidhardt
tags 30465 + unreproducible
close 30465
thanks
Pierre Neidhardt <mail@ambrevar.xyz> writes:
> Just tried today, running `transmission-daemon' 5 times in a row in
> Eshell: it started normally.
OK, thanks for writing back. I'm now closing this bug report as unreproducible.
Please reopen this bug report if you see this again.
Best regards,
Stefan Kangas
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-10-03 19:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-15 13:32 bug#30465: 25.3; Sometimes transmission-daemon won't start from Eshell Pierre Neidhardt
2019-09-28 22:29 ` Stefan Kangas
2019-09-29 8:17 ` Andreas Schwab
2019-09-29 8:30 ` Stefan Kangas
2019-10-03 10:07 ` Pierre Neidhardt
2019-10-03 19:50 ` Stefan Kangas
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.