**** BEGIN LOGGING AT Mon Jul 30 03:00:00 2018 Jul 30 08:03:51 anirban1998: The formatting looks much better now .. Jul 30 08:04:06 I think the code might have a problem Jul 30 08:05:32 in the class `Recorder` Jul 30 08:05:34 https://github.com/AnirbanBanik1998/Modern_Speak_and_Spell/blob/master/API/recorder.py#L12 Jul 30 08:05:53 there are 2 `self.start`, which will one of them hiding the other Jul 30 08:06:17 *will cause one Jul 30 08:06:35 based on which one is called later .. Jul 30 08:06:43 one `self.start` is a method https://github.com/AnirbanBanik1998/Modern_Speak_and_Spell/blob/master/API/recorder.py#L61 Jul 30 08:07:01 the other is a variable https://github.com/AnirbanBanik1998/Modern_Speak_and_Spell/blob/master/API/recorder.py#L89 Jul 30 08:07:12 this needs to be fixed. Its total confusing . Jul 30 08:09:36 And .. is `self.start` (the variable) really even required ? That variable seems to be local to the `record` method, so why put it in `self` object ? Jul 30 08:09:59 But as i said, its totally confusing what you are trying to do there .. so, this needs to be fixed Jul 30 08:10:59 zeekhuge: Okay let me check once...I will fix it Jul 30 08:12:35 Yeah you are right...I wrote the code long time back and didn't check these issues...the start variable can be kept local Jul 30 08:13:38 zeekhuge: I will update the recorder script ASAP...sorry didn't notice this earlier Jul 30 08:14:47 Thanks for pointing it out Jul 30 08:16:50 Thought you were not online, so I raised the issue https://github.com/AnirbanBanik1998/Modern_Speak_and_Spell/issues/3 Jul 30 08:23:40 jkridner : was that fixed after installing roboticscape manually ?, I didn't experience anything like that while testing, seems like the node-roboticscape build failed thus rc functions weren't exported, btw I have implemented board autodetect here : https://vaishnav98.github.io/bone101/Support/bone101/UI/ Jul 30 08:28:11 jkridner : sorry , node-roboticscape build failing shouldn't throw this error Jul 30 09:22:36 zeekhuge: Made the suggested changes Jul 30 16:14:23 jkridner, abhishek_: did you get the opportunity to test the proxy server? Jul 30 16:15:43 ravikp7: I am out on travels for a week, will try and test if I get a chance. Jul 30 16:16:09 abhishek_: ok, thanks :) Jul 30 16:20:40 zeekhuge: Hi! would you be able to test the proxy server ? Jul 30 16:25:07 So far anirban1998 and ravikp7 have submitted their reports. Jul 30 17:28:14 abhishek_[m]: I have also submitted my report now Jul 30 17:40:36 zeekhuge: For running the game GUI on the board...I am remotely connecting to the beaglebone desktop environment remotely using VNC. Jul 30 17:40:37 But there is one issue...I am using Remmina remote desktop client...but Jul 30 17:40:53 On connecting it shows up a black screen only Jul 30 17:41:06 Nothing is displayed Jul 30 17:43:22 Any suggestions here...or any other workaround? I tried tightvnc...but it is refusing the connection everytime Jul 30 17:57:35 anirban1998: over lan or usb? you sure vnc server is successfully running on beaglebone? Jul 30 18:00:34 ravikp7: USB...At first it was giving some errors...like no x session...installed some dependencies...and now no errors are shown...only when I connect...the screen shows up blank...is there any other way to do this? Jul 30 18:01:45 anirban1998: using correct port displayed by the vnc server? Jul 30 18:03:27 Wait I am sending the logs Jul 30 18:07:28 * anirban1998[m] uploaded an image: Screenshot from 2018-07-30 23-35-00.png (493KB) < https://matrix.org/_matrix/media/v1/download/matrix.org/wILTmAGnrxjKQYOlvhJUSlxY > Jul 30 18:08:51 Is this the correct way to do it or we have to try another way out? Jul 30 18:19:33 anirban1998: you are forwarding bb's port 5904 to your pc, how do you know that, that port is used by the vnc server, as the vnc server logs in your screenshot isn't showing that Jul 30 18:22:45 ravikp7: I was just following a tutorial on VNC and thus ran this step... previously I tried tightvnc...but don't know why it was always refusing connections... Jul 30 18:22:52 anirban1998: also, it doesn't look like the vnc server is actually running, you did exit after starting the vnc server, that should've closed it. Try to run two ssh sessions in different terminals Jul 30 18:23:15 anirban1998: try this one https://arazblog.wordpress.com/2014/06/22/how-to-setup-vnc-server-on-beagle-bone-black-debian/ Jul 30 18:23:57 Okay ravikp7 Will try it. Jul 30 18:26:00 anirban1998: simply, install x11vnc. Run this command "sudo x11vnc -display :0 -forever" and send the logs Jul 30 18:26:59 if the vnc server runs successfully, it'll show you the port number on which it's running Jul 30 18:27:31 then use any vnc client, enter ip address of bb and that port, it should run fine Jul 30 18:27:45 Okay Jul 30 18:29:48 anirban1998: are you trying it now? if yes, then I'll stick here for some more time to help you Jul 30 18:33:46 Yeah, ravikp7 I will try it now only...will report to you in some time Jul 30 18:34:37 ok, I'll be available here Jul 30 18:55:39 I installed x11vnc ravikp7 ...and on running your mentioned command it asks to create a password Jul 30 18:56:27 Maybe just leave it blank or otherwise go ahead and create a password .. Jul 30 18:56:32 The client will probably need it Jul 30 18:57:02 * anirban1998[m] posted a file: log.txt (7KB) < https://matrix.org/_matrix/media/v1/download/matrix.org/QaPirtYPdrTRGuQNirEOGuUa > Jul 30 18:57:34 yes, password is just for encryption which is optional Jul 30 19:02:10 In the logs..there are some others things mentioned too...like XOpenDisplay failure... Jul 30 19:02:52 anirban1998: try this https://groups.google.com/d/msg/beagleboard/csgEQtTEb_8/TTgPJOJ3YxUJ Jul 30 19:03:39 anirban1998: you sure you do not have a server image installed ? Jul 30 19:05:59 anirban1998: Run this command "ps ax | fgrep -- -auth" and show output Jul 30 19:07:35 zeekhuge: I had installed these previously... Jul 30 19:07:36 sudo apt-get install xserver-xorg-core xserver-xorg-input-all \ xserver-xorg-video-fbdev libx11-6 x11-common \ x11-utils x11-xkb-utils x11-xserver-utils xterm lightdm openbox Jul 30 19:10:47 ravikp7: The output is 2241 pts/0 S+ 0:00 grep -F -- -auth Jul 30 19:13:23 'sudo service lightdm status' ? Jul 30 19:13:48 Btw .. you restarted your board after installing those packages. Right ? Jul 30 19:14:10 Yeah Jul 30 19:16:38 Usage: /etc/init.d/lightdm {start|stop|restart|reload|force-reload|status} Jul 30 19:16:56 This might do the job https://gist.github.com/jadonk/39d0fcfc323347d88e995cdfee02bdad Jul 30 19:17:42 I used this last week to add x11 to the iot image to run vnc Jul 30 19:19:42 Okay ravikp7 will surely try it and report tomorrow...am stopping for today... Jul 30 19:20:28 anirban1998: I think you probably typed that wrong Jul 30 19:20:35 Can you check that again .. ? Jul 30 19:20:44 'sudo service lightdm status' ? Jul 30 19:20:55 Which one? The log? Ok Jul 30 19:23:46 O sorry I typed the command wrong...I typed sudo service lightdm Jul 30 19:25:05 * anirban1998[m] posted a file: log.txt (1KB) < https://matrix.org/_matrix/media/v1/download/matrix.org/eKHRtvbTRVfulSPAvqvHJdTP > Jul 30 19:25:25 Can you simply use pastebinit or similar ? Jul 30 19:25:51 I am unable to open these files Jul 30 19:25:52 They show some permission error Jul 30 19:25:58 Or maybe just paste the log in here Jul 30 19:26:12 Okay...sorry...I am sending Jul 30 19:27:13 https://gist.github.com/AnirbanBanik1998/2ba253c7cff1c87046b74bde2595b386 Jul 30 19:28:32 I don't think you have a working X session .. Jul 30 19:28:46 As per the status of lightdm Jul 30 19:29:47 I might even suggest simply installing a non-server image or you might even try those scripts . Jul 30 19:31:46 +1 for flashing the graphical desktop image instead Jul 30 19:33:06 ravikp7: So I will give a try to the scripts you mentioned...and then report Jul 30 19:34:34 Other than this way I would require an HDMI monitor...but that would probably be out of the gsoc schedule Jul 30 19:34:57 anirban1998: after running the scripts, you may have to follow the steps mentioned here https://groups.google.com/d/msg/beagleboard/csgEQtTEb_8/TTgPJOJ3YxUJ Jul 30 19:35:30 anirban1998: it's not a big issue, it should work fine Jul 30 19:36:18 ravikp7: Okay Sure I will try it out. Jul 30 19:36:45 Again. Since we are tight on schedule .. I'd suggest to simply flash the desktop image. Jul 30 19:44:02 Will this link be useful? Jul 30 19:44:03 https://elinux.org/Beagleboard:Desktops_On_Ubuntu/Debian Jul 30 20:20:28 anirban1998: install graphical desktop image from here http://beagleboard.org/latest-images **** ENDING LOGGING AT Tue Jul 31 03:00:00 2018