Displaying 2 results from an estimated 2 matches for "commentline".
2005 Dec 04
1
Buffering / disconnect problem
...s without running any downloads/uploads all of us got
bufferings, sometimes even we have to redo the authentification.
Bufferings seem to happen more often the longer we have the server
running, but I am not totally sure.
Maybe it has nothing to do with it,
-we transcode the ogg files
-some commentlines of the id3 tags seem to be endless
I got no clue where the problem is.
Would be kind to get some help and sorry for the funny english.
Lorenz
2016 Dec 19
2
config file line length limit
...e. basically it tries to parse anything beyond
the 1022-th char as regular input, not a comment.
i discovered this behavior by accident. i have an ansible script
that spins up new AWS instances. it creates an ssh config stanza
for eachnew instance. at the start of the stanza, the script puts
a commentline containing amazon's JSON description of the instance.
dueto recent changes made by amazon, the description is longer than
it used to be, making the comment longer. then ssh started failing.
example (using the attached config file verylong.config):
$ ssh -F verylong.config whatever
verylong.c...