Hi Marcel, mk@T2:~$ tiddlywiki --server 8080 0.0.0.0
I'm afraid you need to include all the parameters in between the port number and the hostname: mk@T2:~$ tiddlywiki --server 8080 $:/core/save/all text/plain text/html MyUserName passw0rd 0.0.0.0 Best wishes Jeremy On Wed, Jan 29, 2014 at 12:55 PM, Marcel Kaczala <[email protected]>wrote: > mk@T2:~$ tiddlywiki --server 8080 0.0.0.0 > Serving on 127.0.0.1:8080 > (press ctrl-C to exit) > syncer: Queuing up sync task with type: save title: $:/StoryList > > events.js:72 > throw er; // Unhandled 'error' event > ^ > Error: listen EADDRINUSE > at errnoException (net.js:901:11) > at Server._listen2 (net.js:1039:14) > at listen (net.js:1061:10) > at net.js:1135:9 > at dns.js:72:18 > at process._tickCallback (node.js:415:13) > at Function.Module.runMain (module.js:499:11) > at startup (node.js:119:16) > at node.js:902:3 > > > > Em terça-feira, 28 de janeiro de 2014 18h23min56s UTC-2, Jeremy Ruston > escreveu: >> >> Hi Marcel >> >> The problem might be caused by one change in 5.0.7: the --server command >> now defaults to listening on 127.0.0.1, instead of 0.0.0.0. >> >> You can override the default by specifying all the parameters to the >> --server command, including the host, as specified here: >> >> http://tiddlywiki.com/static/ServerCommand.html >> >> For example: >> >> --server 8080 $:/core/save/all text/plain text/html MyUserName passw0rd >> 127.0.0.1 >> >> Best wishes >> >> Jeremy >> >> >> >> On Tue, Jan 28, 2014 at 10:51 AM, Marcel Kaczala <[email protected]>wrote: >> >>> I've found a post about a similar issue with node: >>> http://askubuntu.com/questions/166068/port-seems- >>> to-be-open-but-connection-refused >>> >>> >>> >>> Em segunda-feira, 27 de janeiro de 2014 21h08min55s UTC-2, Jason Swager >>> escreveu: >>> >>>> Having a similar problem. I had to downgrade to 5.0.6-beta to get the >>>> node.js variant of tiddlywiki working. >>>> >>>> On Monday, January 27, 2014 1:03:05 PM UTC-8, Marcel Kaczala wrote: >>>>> >>>>> I don't know what went wrong... >>>>> Some data: >>>>> >>>>> node --version >>>>> v0.10.24 >>>>> >>>>> tiddlywiki --version >>>>> 5.0.7-beta >>>>> syncer: Queuing up sync task with type: save title: $:/StoryList >>>>> syncer: Dispatching 'save' task: $:/StoryList >>>>> FileSystem: Saved file /home/mk/mywiki/tiddlers/tiddl >>>>> ers/$__StoryList.tid >>>>> >>>>> tcp 0 0 127.0.0.1:8080 0.0.0.0:* >>>>> LISTEN 2590/node >>>>> >>>>> 8080 ALLOW Anywhere >>>>> >>>>> >>>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "TiddlyWiki" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> >>> Visit this group at http://groups.google.com/group/tiddlywiki. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> >> >> -- >> Jeremy Ruston >> mailto:[email protected] >> > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

