

RubberSeoul
Members-
Content Count
8 -
Joined
-
Last visited
Everything posted by RubberSeoul
-
Does anyone have any idea how to connect to a SMB/CIFS shared folder requiring credentials, from a Linux host? I believe wnetaddconnection2 can be used for this purpose from Windows host, but I have been unable to determine how to from Linux. Any help appreciated.
-
Thanks guys. Was hoping to set it up in code, but gonna go with Brian's suggestion of just mounting in Linux. Cheers.
-
I am trying to debug a stand alone Linux console web server application, without success. I have PAServer successfully installed on Ubuntu running on Windows via WSL. I am using the default application launcher (xterm) and can deploy and execute the application without issue. When I enter the command "start" via the xterm window, the windows closes and the application terminates. However, when I deploy and execute the application without the debugging, the xterm window remains open and the server starts successfully. See screendump attached. Any help very much appreciated.
-
Just thought I'd let you guys know that 11.3 did fix the debugging issue. Thanks for your help.
-
Thanks for confirming that Roger - it will save me some wasted time.
-
No I haven't sorted it yet. I haven't got access to 11.2 or 11.3 as Roger suggests, until our company renews our license, which will hopefully be any day.
-
We're on 11.0, so I'll try look into 11.x and see if it helps. Thanks Roger.
-
Thanks for the suggestion Darian. I'll give it a shot, but my gut feel is that it's not related to the choice of application launcher. I used it without the application launcher and inserted a command to start the server programmatically, and it just exits.