IRC log for #brlcad on 20150825

00:25.53 vasc oh
00:26.01 vasc so its supposed to be @param foo baz
00:26.06 vasc and not @param foo
00:26.08 vasc great
03:21.51 *** join/#brlcad gurwinder (~chatzilla@117.220.144.160)
03:29.36 *** part/#brlcad gurwinder (~chatzilla@117.220.144.160)
03:29.44 *** join/#brlcad gurwinder (~chatzilla@117.220.144.160)
03:30.48 gurwinder brlcad: I'm working on documentation in xml. You told me to take example of obj-g and g-obj
03:32.08 gurwinder it have Synopsis, DESCRIPTION, OPTIONS and EXAMPLES
03:32.43 gurwinder brlcad: I have to wright these only?
05:42.51 *** join/#brlcad infobot (ibot@69-58-76-73.ut.vivintwireless.net)
05:42.51 *** topic/#brlcad is BRL-CAD || http://brlcad.org || logs: http://ibot.rikers.org/%23brlcad/ || Congrats to all GCI 2014 winners Peter & Marc! || Congratulations to our 12 GSoC students! || Don't ask if someone is here, just ask your questions and wait for a response. ;-)
06:10.53 *** join/#brlcad Izakey (~Izakey@41.205.22.61)
06:20.03 *** join/#brlcad bhollister (~brad@2601:647:cb01:9750:291b:d142:be4a:d7bf)
06:50.42 *** join/#brlcad bhollister (~brad@2601:647:cb01:9750:291b:d142:be4a:d7bf)
07:54.41 *** join/#brlcad Boquete (~piotr@bvv142.neoplus.adsl.tpnet.pl)
08:40.46 *** join/#brlcad ries (~ries@D979C47E.cm-3-2d.dynamic.ziggo.nl)
08:40.57 *** join/#brlcad teepee-- (bc5c2134@gateway/web/freenode/ip.188.92.33.52)
09:36.39 *** join/#brlcad Boquete_ (~piotr@aatd244.neoplus.adsl.tpnet.pl)
10:02.19 *** join/#brlcad KimK (~Kim__@ip68-102-188-176.ks.ok.cox.net)
10:31.55 *** join/#brlcad hackrat (~packrator@c-71-231-32-234.hsd1.wa.comcast.net)
11:44.24 *** join/#brlcad Boquete (~piotr@acqm213.neoplus.adsl.tpnet.pl)
14:03.50 *** join/#brlcad sofat (~sofat@202.164.45.212)
14:05.29 *** join/#brlcad ries (~ries@D979C47E.cm-3-2d.dynamic.ziggo.nl)
14:08.45 *** join/#brlcad Ch3ck_ (~Ch3ck@41.205.19.152)
14:17.18 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
14:26.40 *** join/#brlcad Boquete (~piotr@acqm213.neoplus.adsl.tpnet.pl)
14:40.24 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
14:42.46 *** join/#brlcad konrado (~konro@41.205.22.11)
14:46.52 *** join/#brlcad konrado (~konro@41.205.22.27)
15:22.06 *** join/#brlcad ries (~ries@D979C47E.cm-3-2d.dynamic.ziggo.nl)
15:25.36 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
15:43.34 sofat ``Erik, I need your help
15:43.54 sofat I want to set cron job on server but it not working
15:44.00 sofat I use these commands
15:44.06 sofat crontab -e
15:44.31 sofat 0 * * * * path/to/script
15:44.45 sofat starseeker, If you know anything please help me
15:51.20 *** join/#brlcad ih8sum3r (~ih8sum3r@122.173.189.145)
15:54.43 ih8sum3r ``Erik: ssh / scp again stops working on my side. Error "ssh_exchange_identification: Connection closed by remote host". Here is -vvv output : http://paste.ubuntu.com/12193280/. Please Help.
16:23.08 *** join/#brlcad sofat (~sofat@202.164.45.212)
16:47.58 *** join/#brlcad sofat (~sofat@202.164.45.212)
17:16.55 *** part/#brlcad Ch3ck_ (~Ch3ck@41.205.19.152)
17:20.35 ``Erik sofat: that should work, provided the script is correct... (a lot of cron issues are due to the script depending stuff in, say, .bashrc that isn't sourced when cron executes it)
17:22.15 ``Erik ih8sum3r: what have you done??? (nah, your IP changed, let me update the hack in /etc/hosts... try now)
17:23.04 ih8sum3r ``Erik: Nothing :(. Just changed my OS yesterday. Let me try.
17:23.40 ih8sum3r Working.
17:24.00 ih8sum3r Why this happening again and again with me only :-/
17:27.10 ``Erik cuz your isp sucks
17:27.16 ``Erik :)
17:27.58 archivist fixed IP costs extra
17:27.59 ih8sum3r Poor Airtel :-/
17:31.00 ih8sum3r ``Erik: I need your help, like if startvm headless on VBox and after it how do I get it's IP address i.e headless VM IP address. I checked this link http://serverfault.com/questions/540107/connect-via-ssh-to-virtualbox-guest-vm-without-knowing-ip-address. If I want learn it's IP I have to logged it into once graphically then arp -a works.
17:31.06 ``Erik archivist: it's not even a static IP issue, the isp doesn't let googles nameservers do forward lookups (so the sshd paranoia bit kicks)
17:31.47 ih8sum3r I am using bridged network in this.
17:31.47 ``Erik ih8sum3r: if it's network is up, you can try something like a broadcast ping (192.168.1.255) or scan using nmap
17:32.15 ``Erik doesn't know vbox, would assume it saves the vm's IP address in some file somewhere?
17:32.37 sofat ``Erik, my script working correct on local pc
17:32.55 ih8sum3r Like I have to ping each and every IP in range 1..255
17:33.01 sofat and also working correct without cron job on server
17:33.02 ih8sum3r for i in {1..255}; do ping -c 1 192.168.1.$i & done somewhat like this?
17:33.15 ih8sum3r and check which ping is working :)
17:34.46 sofat ``Erik, If cron is gave the error the how I check this error ?
17:34.48 ``Erik ih8sum3r: that'd be one way, broadcast would be easier/quicker (on a /24, .255 says "everyone, say hi back!")
17:35.39 ``Erik sofat: typically, you'd get an email from the cron daemon... try setting a cronjob with something like "/bin/date" and see what happens? this email would be sent to your server account....
17:36.30 sofat ok i try
17:36.58 ``Erik when you run 'alpine' or 'mutt' on the server, are these emails you've never seen?
17:39.10 ih8sum3r ``Erik: Is this out bz server IP : 66.118.151.70?
17:39.10 sofat no i never seen
17:39.25 sofat I am not using mutt or alpine
17:40.47 *** join/#brlcad sofat (~sofat@202.164.45.212)
17:40.54 sofat ``Erik,
17:41.06 sofat I am using this command under cron tab
17:41.06 sofat * * * * * sh /home/nouhrasofat/brlcad/copy_document.sh >> /home/nouhrasofat/k
17:42.19 sofat this command create the k.txt file but not execute the my script
17:45.32 *** join/#brlcad sofat (~sofat@202.164.45.212)
18:11.57 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
18:17.27 *** join/#brlcad ries (~ries@D979C47E.cm-3-2d.dynamic.ziggo.nl)
18:19.29 ``Erik sofat: maybe make the first (non-shebang) line of your script a simple echo? cron runs a very limited shell, maybe try running it with something like "env - /bin/sh /path/to/copy_document.sh" and see what happens?
18:19.47 ``Erik ih8sum3r: yes, that's bz
18:22.06 sofat ok I am trying now
18:41.02 sofat ``Erik, I run this and I found this
18:41.04 sofat brlcad/copy_document.sh: svn: not found
18:41.04 sofat brlcad/copy_document.sh: 40: Syntax error: Bad for loop variable
18:45.29 sofat ``Erik, I run with bash /path/to/copy_document.sh and also run like this ./copy_document.sh then it working
19:02.04 *** join/#brlcad Shubham (01272879@gateway/web/freenode/ip.1.39.40.121)
19:24.01 sofat ``Erik, what I do now .
19:24.03 sofat >?
19:24.04 sofat ?
19:28.43 sofat ``Erik, I run my script on my pc like this /path/to/./script.sh but now on your how I run this script ?
19:29.02 sofat your server
19:30.11 *** join/#brlcad ries (~ries@D979C47E.cm-3-2d.dynamic.ziggo.nl)
20:15.25 *** join/#brlcad vasc (~vasc@bl7-124-166.dsl.telepac.pt)
20:29.40 vasc hey guys
20:47.44 ``Erik sofat: 'svn not found' probably means you're assuming /usr/local/bin is in the path and it's not... have the script update the path before doing those calls, or use full path names...
20:48.29 sofat ``Erik, there is my script
20:48.30 sofat https://github.com/sofathitesh/brlcad-code/blob/master/copy_document.sh
20:49.09 sofat I run this script on my pc just put this code in crontab * * * * /home/sofat/mybrlcadcode/brlcad/trunk/./copy_document.sh >> /home/sofat/file
20:49.34 sofat and its working fine but on your server its not working and gave me error.
20:50.15 *** join/#brlcad vasc_ (~vasc@bl13-114-114.dsl.telepac.pt)
20:50.18 ``Erik what os is your pc?
20:51.57 ``Erik (I'm guessing linux, which likes to put third party stuff in /usr where fbsd keeps /usr for system things and puts third party stuff in /usr/local...
20:52.01 ``Erik )
20:52.11 sofat linux
20:52.51 sofat so what I need to do for solve this problem ?
20:54.15 sofat ``Erik, ?
20:54.37 ``Erik towards the beginning of your script, you could do "PATH=$PATH:/usr/local/bin" and see if that works? Um, bear in mind... if you're running the job as /bin/sh, that is very much not bash.... and some programs might not behave the same on fbsd as on linux
20:55.39 ``Erik might need to export the PATH bit, too...
20:56.10 sofat ok try this
20:56.11 ``Erik you can make a cronjob that just runs "env" and see what variables are set during a normal cron run
20:58.39 sofat ok i make simple cron job using just env and show you output
20:59.28 sofat I got this .
20:59.28 sofat SHELL=/usr/local/bin/bash
20:59.29 sofat TERM=xterm
20:59.29 sofat SSH_CLIENT=202.164.45.212 59266 22
20:59.29 sofat SSH_TTY=/dev/pts/29
20:59.29 sofat USER=nouhrasofat
20:59.30 sofat ENV=/home/nouhrasofat/.shrc
20:59.33 sofat PAGER=more
20:59.34 sofat PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/nouhrasofat/bin
20:59.38 sofat MAIL=/var/mail/nouhrasofat
20:59.40 sofat BLOCKSIZE=K
20:59.42 sofat PWD=/home/nouhrasofat
20:59.44 sofat EDITOR=vi
20:59.46 sofat SHLVL=1
20:59.48 sofat HOME=/home/nouhrasofat
20:59.51 sofat LOGNAME=nouhrasofat
20:59.52 sofat SSH_CONNECTION=202.164.45.212 59266 66.118.151.70 22
20:59.54 sofat _=/usr/bin/env
20:59.57 ``Erik ~pastebin
20:59.58 infobot A "pastebin" is a web-based service where you should paste anything over 3 lines so you don't flood the channel. Here are links to a few: http://www.pastebin.com, http://pastebin.ca, http://channels.debian.net/paste, http://paste.lisp.org, http://bin.cakephp.org/; or install pastebinit with yum or aptitude.
21:00.22 ``Erik !notify pastebin
21:00.23 Notify A "pastebin" is a web-based service where you should paste anything over 3 lines so you don't flood the channel. Here are links to a few: http://www.pastebin.com, http://pastebin.ca, http://channels.debian.net/paste, http://paste.lisp.org. http://gist.github.com allows file attachments for large log files.
21:00.29 ``Erik heh
21:00.31 sofat sorry
21:00.35 ``Erik !notify week
21:00.36 Notify BRL-CAD: vasco_costa:33, starseeker:18, carlmoore:6, brlcad:1, dhoward:1
21:00.37 Notify BRL-CAD Wiki: Vasco.costa:24, Bhollister:16, Konrado DJ:5, MeShubham99:4, 202.164.45.212:1, 94.199.122.171:1, Shaina7837:1, Deekaysharma:1
21:01.08 ``Erik hugs notify
21:01.09 Notify get offa me!
21:32.12 Boquete Is it bot?
21:32.32 Boquete Notify, hi
21:32.35 Boquete nah it's not working
21:34.15 *** join/#brlcad Mifos_ (~BOT@acqm213.neoplus.adsl.tpnet.pl)
21:34.43 Boquete Forgot to rename it. :v
21:34.53 Boquete Mifos_, hi
21:35.03 Mifos_ I've lost the context, . Are we still on That is deep. ?
21:35.17 Boquete Go away Mifos_ you are drunk
21:35.18 Mifos_ OK See you later, .
21:35.40 Boquete Mifos_, you know you are bot?
21:35.41 Mifos_ Ok I will add that fact aboutMifos me know meto my database.
21:37.21 Boquete Ok turn off mifos
21:44.45 *** join/#brlcad BotIRC (~BOT@acqm213.neoplus.adsl.tpnet.pl)
21:44.53 Boquete BotIRC, hwo do you love most?
21:44.53 BotIRC Boquete, Brl-Cad! I love them, they are making such a amazing things!
22:15.33 maths22 What do people think of the menu bar here: http://beta.brlcad.org/wp/
22:20.41 sofat I am facing one problem on compile time of brlcad
22:20.46 sofat problem is
22:20.47 sofat <PROTECTED>
22:20.47 sofat <PROTECTED>
22:21.06 sofat what is this and How i solve this ?
22:21.23 sofat starseeker, you know please help me for this.
22:23.08 *** join/#brlcad kintel (~kintel@unaffiliated/kintel)
22:23.54 sofat any body know about this ?
22:27.27 maths22 sofat: Can you share the context of this error using a pastebin?
22:28.37 sofat maths22, http://pastebin.com/L7y7hBQT
22:34.30 maths22 run "mv /home/nouhrasofat/brlcad/INSTALL.new /home/nouhrasofat/brlcad/INSTALL"
22:49.55 ih8sum3r I have run following command "vboxmanage import OGV.ovf" to import OGV file in VM. It's about 15-20 minutes it still stuck at 0%... Do I need sudo to do this or is it any other problem?
23:02.52 Stragus That's confusing, "import" is part of ImageMagick, OGV is a lossless audio compression format?
23:04.14 Stragus Ah, and .ovf is... some proprietary 3d game mesh format, or so says Google
23:14.54 *** join/#brlcad konrado (~konro@41.205.22.45)
23:44.29 ih8sum3r Actually it's an Open Virtualization Format (OVF) used in VM's
23:45.59 ih8sum3r ``Erik: Got this error when trying to start vm : http://paste.ubuntu.com/12195946/. Do it need sudo?
23:49.32 *** join/#brlcad vasc (~vasc@bl13-114-114.dsl.telepac.pt)
23:52.35 ih8sum3r vboxheadless --startvm OGV gives this : exec: /usr/local/lib/virtualbox/VBoxHeadless: Permission denied

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.