[00:33] I have a question about verifying zipped files [00:33] !ask | Adidas [00:33] Adidas: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [00:34] apache says to verify the download to ensure the integrity, and it appears that they recommend pgp vs md5 [00:35] but their directions don't mention the actual file that was downloaded. So how does one verify with pgp? [00:36] Here are the directions I am following http://httpd.apache.org/download.cgi#verify [00:38] Adidas, you usually verify a gpg signed message containing the md5 sums, although in principle you could do the same with a zip [00:40] try #ubuntu [00:42] Adidas, evidently its just gpg --verify signature.asc datafile.zip [00:50] escott I tried the cmd you provided as well as the directions that apache provided. I got "gpg: Can't check signature: public key not found" even though I downloaded the key and it is in the same directory as the signature file and data file. [00:51] Adidas, did you gpg --import KEYS [00:51] yes, but I got the following [00:51] gpg: WARNING: unsafe ownership on configuration file `/home/adidas/.gnupg/gpg.conf' [00:51] gpg: no valid OpenPGP data found. [00:51] gpg: Total number processed: 0 [00:53] Adidas: It means that the user you are running GPG as was not the owner of the [00:53] gpg.conf file [00:54] i dont know how far along you are, but if you can just start the process over, or find the proper keys [00:54] Holstein [00:54] Just the man [00:54] My Pendrive and 150GB filesystem appear on the desktop [00:54] How can I make them go away and leave me alone [00:55] check out http://stackoverflow.com/questions/2182938/gpg-warning-unsafe-ownership-on-configuration-file-gpg-fingerprint-on-ubunt [00:55] Adidas: ^^ [00:55] thanks [00:55] to both of you [00:55] jimmie: you can just hide all the mounted volumes from showing on the desktop [00:56] Ah Ok [00:56] I know how to do that, naturally [00:56] thats somewhere in gconf [00:56] But say for instance someone didnt, how would they do it? [00:56] jimmie: are you in gnome? [00:57] so, you go can hit alt+F2 [00:57] type in.. [00:57] gconf-editor [00:57] then, navigate to apps > nautilus > desktop and unclick volumes_visible [00:57] that *should* do it jimmie :) [00:58] you'll still see the volumes in nautilus this way [01:00] cheers [01:01] You're a good egg Holstein [01:01] jimmie: :) [01:03] * Error404NotFound breaks open holstein and fries him [01:03] * holstein says - over easy please ;) [01:04] now im hungry... [01:16] Hi all, Anyone know how we can start multiple instance of same program in Unity from launcher (side panel) . I know that the middle mouse buttom works but I have only two buttom mouse. Is there any other option or keyboard short cut ?? [01:17] Wesss, click with both buttons at once [01:18] thanks escott - I will test [01:19] it worked, thanks. cant stop hating unity [01:19] !classic | Wesss if its not your thing you can always go back [01:19] Wesss if its not your thing you can always go back: The default interface in Ubuntu 11.04 is !Unity. To switch back to regular !GNOME: log out, click your username, click the Session box at the bottom of the screen, and select "Ubuntu Classic". [01:20] ubot2 , I know , but it is just matter of time that they ship it without gnome [01:20] Wesss: Error: I am only a bot, please don't think I'm intelligent :) [01:20] i wish there was a little side note - for 5 more months* [01:21] lol [01:21] Wesss: you like gnome3? [01:22] holstin, gnome3 is good even it is little buggy, but on the other hand kde 4 were buggy too at the begining.. Everything is better than unity [01:22] eh, unity'll have some upgrades soon that might entice you back [01:23] yeah, after 3-4 upgrade on unity we hopefully get our gnome back :-) [01:23] im going to settle in with XFCE :) [01:23] Wesss: nah, gnome2 is gone [01:23] and thats global [01:24] gnome is not supporting gnome2 anymore [01:24] I made a partition and installed kubuntu today. I didn't had chance too test that for a while since I was happy with gnome 2.x. I am really impressed with kubuntu 11.4, [01:25] yeah, KDE is really nice now [01:25] i dont like it either though [01:26] hilstein, if the last time you test kde was about kde 3 och 4.0, you really should test this new one [01:26] great difference [01:27] unfotunately it doesn't perform well on netbook. so i have to stick with unity there [01:27] nah, ive looked at 4.6, really nice and polished... i just dont like it [01:33] Argh Okay how often do people verify files with pgp and etc? According to http://httpd.apache.org/dev/verification.html it seems like I need to find some one who knows William A Rowe Jr. Am I just completely misunderstanding all of this or do I literally have to have some face-to-face time with someone who has verified his sig? I am thinking of just using md5 instead. [01:34] Adidas: i think it depends on what you have, and where you got it, and what you plan on doing with it [01:34] I just wanted to follow the recommendations on Apache's site [01:34] if its a permissions issue, just chown it, but if its something you need to verify the ingerity of, md5 will work :) [01:34] whats the best way to back-up before doing upgrading from 10.10 to 11.04? [01:35] just copy /home to an external drive? [01:35] Adidas: yeah, but im not sure what you are going for... i have apache, but i dont really do much with it other than put files up [01:35] it is encrypted btw using whatever encryption comes with 10.10 [01:35] Core_UK: back up as much as you feel comfortable with [01:36] even cloning the install if you want that kind of backup [01:36] holstein: I would like to do like a systems settings back, if that makes sense [01:36] Core_UK: /home should do it then [01:36] holstein: oh no I got passed all of that It turns out I was using sudo when I shouldn't have, and I needed to download the KEY from something like pgpkeys.mit.edu. I think I am just going to use md5 [01:36] you should get a list of the installed apps from synaptic or whatever [01:37] Core_UK, home disk encryption is accomplished by having a folder .ecryptfs with the encrypted contents and using a mount of the unencrypted contents on top of /home/username you could copy the encrypted .ecryptfs or the unencrypted contents after they get mounted but dont copy both [01:37] the directions in http://httpd.apache.org/dev/verification.html seem to be overkill for a person just trying to use apache [01:37] escott: thank you :) [01:38] Adidas: well, better safe than sorry is a good approach [01:38] Core_UK, do verify that the decryption key is included somehow in the .ecryptfs if you copy the encrypted contents [01:39] Adidas: you got apache from the site? [01:40] Holstein: I have no problems going the distance, but this line kind of cracks me up "A good start to validating a key is by face-to-face communication with multiple government-issued photo identification confirmations" [01:40] Adidas, your bank uses apache ;) you want them to be careful [01:40] Adidas: well, thats true [01:40] Holstein: Yes [01:40] i had a guy talk at our LUG on that, and he said the only way to really know is to ask the guy ;) [01:41] im just not clear on what you are verifying? [01:41] how do I save a list of my installed packages? "generate package download script?" [01:41] apache itself? [01:41] Core_UK: ive only ever done that right in synaptic with mixed results... maybe someone else has a better suggestion [01:42] Holestein & Escott: I definitely agree with you on the lengths to verify this stuff. It is just funny how I never thought of this stuff when I was installing httpd on windows [01:42] escott: they key is the password I set or the random chars? [01:42] Adidas: right, but you should [01:42] Adidas: this is to install apache though? [01:42] im just running the one in the repos [01:43] Core_UK, I think the key is something longer that is randomly generated and then encrypted with the password, or any other method you like to use to decrypt it [01:44] ok escott thanks, I will copy the decypted one I think to avoid issues [01:46] Holstein: Yes this is just to install apache's web server. I got to the point where I was able to verify the signature, but then I got this message "gpg: WARNING: This key is not certified with a trusted signature!" Again I don't mind doing this but have either you or escott verified the signature for something with the developer before using it for personal reasons? [01:46] Adidas: why not use the one in the repos? [01:47] because I am ignorant and not sure what you mean by that? I am assuming checking it out via svn? [01:47] Adidas: nah, theres one in the repos [01:47] and ubuntu should be keeping that up to date [01:47] Adidas, thats probably because the KEYS you downloaded from apache are not in turn signed by a person you recognize. the whole web/chain of trust is broken. these are just random keys you downloaded from the apache website from gpg's perspective [01:48] Adidas: otherwise, if you install the way you are, you have to keep up with the updates yourself [01:48] i just run sudo apt-get update && sudo apt-get upgrade [01:49] and i have the latest version from the ubuntu repos upgraded [01:49] Adidas: thats usually the prefered method, unless you need an older version for some reason [01:50] which is not a great idea for security reasons [01:50] Holstein: when you say repos what do you mean? I wish I knew what you meant but then I probably wouldn't be asking these questions [01:50] Adidas: what are you installing this on? [01:50] Adidas, he is saying just do apt-get install apache [01:50] ubuntu server? [01:50] AHHH [01:50] or ubuntu desktop? [01:50] OK [01:50] server [01:51] yeah, you can sudo apt-get install apache2 [01:51] this is my lame attempt to get away from windows environment [01:51] sure, but theres even one more big reason to go with linux and thats package management [01:51] oh of course I have been loving that [01:52] apt-get install * has been my friend [01:54] damn that is so sad. Just like that apache is installed. [01:55] Adidas, and i thought you were trying to install apache on windows... beware the !xy [01:55] yup, and kept up to date for you automagically [01:55] !xy? [01:55] Factoid 'xy?' not found [01:56] Escott !xy? [01:56] Adidas, see #ubuntu [01:57] that channels bot seems to know more than this channels [01:59] I gotcha [01:59] I can't believe I never got into this earlier. [02:01] i bet its the ? at the end !xy [02:01] !xy [02:01] The XY problem is when you need to do X, and you think you can use Y to do X, so you ask about how to do Y, when what you really should do is state what your X problem is. There may be a Z solution that is even better than Y, but nobody can suggest it if X is never mentioned. [02:02] ubot2, im sorry i said you were dumber than your brethren [02:02] escott: Error: I am only a bot, please don't think I'm intelligent :) [02:02] LOL [02:09] ok So new question? How do I get to httpd.conf (apache says its default is /usr/local/apache2 which doesn't exist on my machine) [02:10] Adidas, it should be /var/ something [02:11] check out https://help.ubuntu.com/10.04/serverguide/C/httpd.html [02:11] but, dont XY again.... what are you going for? [02:12] m@prometheus:~$ locate httpd.conf [02:12] /etc/apache2/httpd.conf [02:13] Ok well I am used to having to configure apache to get it to do what I need it to do. For example, I want to install PHP and get a hold of the vhost config file? I am going about this in a wrong way? [02:13] Adidas, sudo apt-get install php [02:14] I should have figured that much at this point [02:14] Adidas, the only things you should need to manually configure are those specific to your host and your applications [02:16] Escott: So I will need to configure httpd.conf to set up my hosts. if I remember correctly. I have a few sites that I am trying to set up on this server so I will also need to set up the vhosts as well [02:17] Obviously, I am not an expert with Apache, but I managed to get it to work well enough to get it to do what I wanted. I am trying to mirror that setup here [02:20] Adidas: i havent needed to do that, but i know you can, and i can refer you to someone if needed [02:23] Holstein: no worries. I am pretty sure I know what I need to do, but I don't want to get that point until I have a test site up and running. I also need to set up a mysql db, but I think I am going to call it a night for tonight. Thanks for all of the help. I wish I discovered IRC before. It would have saved me many headaches [02:23] Escott: Thank you as well! [02:23] Adidas: GN :) [02:46] Alright Raywin [02:47] hi jimmie, thx for the suggestion [02:47] I just installed natty on two different boxes, and I am trying to check wifi performance. [02:48] I waas using iperf, but I seem to be getting remarkably low bandwidth.. <3Mbps internally... [02:49] on both machines? [02:49] raywin: ^ [02:50] no, only one box has wifi [02:50] ok... and the wifi perfomance doesnt seem right? [02:50] the 2nd just ethernet, and I am using the ethernet box as the iperf server [02:50] correct, it seems remarkably low [02:51] I was going to set up some streaming video from a thrid qnap nas... but at <3Mbps [02:51] it's just going to be ugly. [02:51] try it [02:51] okay, brb :-) [02:51] raywin: make sure you are up to date with package updates too [02:52] all you can do is trouble shoot the wifi card.. try and make sure the hardware is good, and maybe try alternate drivers [02:55] holstein, thx... it looks like I jumped the gun, it won't even connect to the nas, so I have a bigger bear to shoot at this point! [02:57] okay, looks like the error messages were bogus... but the network performance is still kind of jittery... [02:58] basically the wifi drivers appear to work, but they are suboptimal compared to running under windows. what would you suggest as far as inestigating how to tune up performance... what's the best packet sniffer to use in linux? [02:58] *investigating [02:59] i would just look for a different driver to try [02:59] is this broadcom? [02:59] raywin: could be a kernel regression too [03:00] i hear about wireshark a lot, but i dont use it [03:00] checking rf chipset... [03:02] I believe it is a atheros 5416 based pci wifi card, the OEM is tplink [03:02] raywin: see what you see in lspci [03:03] just to be sure* [03:03] it's their tl-wn851n should do optimal 300Mbps... [03:03] checking [03:03] raywin: you can try using the windows driver with ndiswrapper [03:03] sudo apt-get install ndisgtk [03:03] definitely atheros, it's an ar922x adapter [03:04] raywin: paste me that line from lspci if you would, and let me look around for a bug [03:04] done... downloading [03:04] it's on a different computer, but I'll copy it verbatim... [03:05] 1.84467441 × 10^19 combinations [03:05] Whoops [03:05] 0d:02.0 Nework controller: Atheros Communications Inc. AR922x Wireless Netowrk Adapter (rev 01) [03:06] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/788889 [03:06] Ubuntu bug 788889 in linux "ath9k AR922X loses connection " [Undecided,Confirmed] [03:07] vote [--non-voiced] [--no-msg] [--notify] \"TOPIC OF VOTE\" [03:07] wicked, was that a bot that just replied with a bug number. [03:08] http://ubuntuforums.org/showthread.php?t=1632474 [03:08] raywin: I am not a bot, but the bot did reply to my URL [03:08] is this a dupe? [03:08] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/622265 [03:08] Ubuntu bug 622265 in linux "ath9k AR922X loses connection" [Undecided,New] [03:09] ah, sorry cprofitt, and thanks for the link, [03:09] actually looks like a dupe yes, [03:09] though that report looks to ahve originated on 10.04 [03:10] I haven't lost a connection, and it basically works (the wifi adapter)... but the throughput seems low [03:10] no [03:10] duplicates against linux must be exactly the same hardware, 100%. Close doesn't count, either [03:11] they are both for AR922X [03:11] < 3Mbps, and the connection to smb shares seems to throw error dialog boxes that I can just click through and eventually can see the share through the folder view [03:11] what about the rest of the hardware, though? motherboard, bios, video, all count for linux bugs [03:11] The kernel team dups them when they find a perfect match [03:11] well... then I just marked it a duplicate in error [03:12] given the breadth of hardware dupes are likely to never happen [03:12] right, and for bugs against the kernel, every model change, every minor update in hardware requires a slightly different fix [03:12] my screw up [03:13] the more I dig in to bug triage the more I think the community has no chance in being able to help [03:13] too many rules [03:13] cprofitt: lol [03:13] people will just get frustrated and not bother [03:13] i was trying to be on the bug team for a few weeks [03:13] CHALLENGING [03:13] That's why it takes so long sometimes to get these things fixed. A fix only works for some hardware, then they have to re-write code to fix it for other hardware [03:13] not my bag for usre [03:13] sure* [03:13] holstein: I am on the bug team -- and I had no idea about what charlie-tca just told me [03:14] Kernel and video bugs are very special when trying to triage them [03:14] <- is not on any team and is a little blown away by whatever you guys are talking about :P [03:15] charlie-tca: seems like the community should have a way of grouping these reports none the less [03:15] and the professionals should be able to sort that out [03:15] The professionals have to undup them when we do that. [03:15] great [03:15] is there a way to 'group' them with out them being 'duplicates' [03:15] I work with the kernel team a lot on bugs [03:16] so that the community can better determine which one matches their issue? [03:16] grouped by tag, you can tag it to the specific hardware, or search on the hardware. [03:16] where do I put a tag? [03:16] charlie-tca: Jfo lives near me :) [03:16] The problem is if the bug is fixed for the card, but a different version of the part number, the fix may not work [03:17] put tags at the bottom of the description, there is a separate box for them [03:17] ok [03:17] I see that now [03:17] @holstein, the ndis wrapper package installed... what is the difference between using the ndis wrapper and how it installed already *automagically*? [03:17] Also, most bugs against the kernel will have the part in the description, to help search for specific hardware [03:18] yep... [03:18] is there any instructions in the bug-control docs that specify this level of detail for kernel bugs [03:18] raywin: you can use the potentially better supported windows driver with ndiswrapper [03:18] it appears I have missed it [03:19] There are specifics just for the kernel. [03:19] ah, ic, so it used the windows driver with a linux ndis abstraction layer.. [03:19] https://wiki.ubuntu.com/Bugs/HowToTriage#Marking%20duplicate [03:20] https://wiki.ubuntu.com/Kernel/BugTriage [03:20] okay, so I think I'll need to read up on this before a wreck my newly installed beautiful ubunutu box [03:20] charlie-tca: looks like the first link I gave needs to be improved [03:20] holstein, can you point me to the best documentation that'll help be switch to the windows driver, and back out in case I screw it up royally? [03:21] be=me [03:21] raywin: maybe https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper [03:21] I see it [03:21] I do see the part under triage levels in the kernel section [03:21] that makes sense... [03:21] I will get with the kernel team to verify, and then change it [03:21] thanks! I googled the same thing :D [03:22] charlie-tca: thanks... [03:22] no problem [03:22] looks like we just need to add a special note about kernel and video hardware [03:22] in the marking duplicate section [03:22] Thanks for trying to help with those bugs. It can be extremely frustrating [03:22] * cprofitt nods [03:22] *this* is exactly what I needed, thanks holstein!!! [03:22] I wish we could have LP pop-up messages about these caveats [03:23] me too [03:23] I have unduped more kernel bugs than I can count [03:23] kernel bugs have to be very difficult with the level of hardware difference in the non-Mac world [03:23] yup [03:23] well... mine needs to be unduped -- the original report does not contain the information necessary to declare a dupe [03:24] That's what makes them so hard to get fixed. One person will report the bug fixed, the next person gets no fix. [03:24] and it is because the version number bumped. Sometimes it is the difference between things like ver 3.04 and 3.03 [03:24] yep [03:25] What is this channel for? Is beginners an ubuntu team for example? [03:25] This is where the Beginners team offers help [03:25] the #ubuntu-beginners-team is for the team discussion [03:26] ah ok, thanks you cprofitt [03:27] cprofitt: taken care orf [03:27] cprofitt: taken care of, even [03:27] thanks charlie-tca [03:27] You are welcome [03:27] Core_UK: no problem [03:27] any other questions do not hesitate to ask [03:27] I'm going hide again [03:28] charlie-tca: lol [03:30] Anyone have experience of AVM and dual monitors? [03:30] AVM? [03:31] AWN sorry [03:31] ah... no, I have not used that dock and dual monitors [04:04] where is the best place for AWN support if #AWN is dead? :) [04:52] Core_UK: #AWN-resurrection ?? === sipherdee_ is now known as sipherdee === [styx]_ is now known as [styx] === alex_ is now known as TBU-The_Barefoot === TBU-The_Barefoot is now known as Barefoot-Ubuntui === Barefoot-Ubuntui is now known as Solex [15:54] Hey guys [15:56] hi jimmie === nlsthzn is now known as nlsthzn-work === pleia2_ is now known as pleia2 [17:08] who's around here [17:09] i need some help with a server 500 error, so any body around? [17:10] Hello [17:12] i'm new to ubuntu in general [17:13] so after installing Ubuntu 10.04 recently, i couldnt help but think it's awfully slow [17:13] rashthedude: depends on what sort of hardware you have [17:14] good point [17:14] coalwater: where is the error ? [17:14] my computer is kinda dated, [17:14] 2.9 ghz, 512(sd ram) [17:14] rashthedude: what was your previous operating system? [17:14] i ran windows xp on it previously [17:14] Well comparing an operating system from 2001 to one from 2010 is hardly fair [17:15] but i would have assumed windows would be more memory hungry than any linux distro, but ubuntu has a full featured set of software these days i guess [17:16] head_victim, http://www.ahlynews.com/new/ads_api/?css=1 [17:16] Well it depends, is it the CPU, the HDD , the RAM or the video card slowing it down :) [17:16] coalwater: I'll have a look but I make no promises I'm useful at all :P [17:16] see, the page loads fine, but if you check with firebug, ull see it does a 500 error [17:17] Worked fine for me [17:17] that's what i said [17:17] but it throws a 500 error [17:17] try to wget that link [17:17] there was a caching cron set, it wgets the link [17:18] Weird [17:18] it drove me crazy [17:18] but fortunately i found out that curl doesn't do the same [17:18] so i changed it to a curl instead of wget [17:18] i hate it when stupid stuff like that happen at work [17:19] i just wasted like an hour fixing something that was already working, because nautilus decided to move the files away instead of copy , sigh [17:19] o well [17:19] i can wget http://www.ahlynews.com/new/ads_api/1/images/logo.png [17:20] rashthedude: i would start with the graphics card... those are usually the trickiest [17:20] yea, the problem is either some permission or an htaccess [17:21] but np, it's working now, though i dont like how i fixed it but i'll have to let it go lol [17:24] i have an onboard intel graphic card [17:24] is it known to have conflicts and issues with ubuntu? [17:25] rashthedude: not really, it just won't show allt he "pretty" stuff nicely [17:25] i can live with that, but it's the laggyness and slowness that annoys me to death [17:26] Maybe try a lighter version? Xubuntu or Lubuntu? I use Lubuntu on all my machines that are P4 era [17:27] whats the difference between xubuntu and lubuntu? [17:27] i think google can answer that for me [17:28] Xubuntu uses Xfce and Lubuntu uses LXDE as display managers instead of Gnome [17:28] nice [17:29] Different feature set but then again they're aimed at different markets [17:29] The idea is have a play around and see what works best for you :) [17:29] If you can boot off USB then you can try them all out pretty easily [17:32] !xubuntu [17:32] Xubuntu is Ubuntu with Xfce instead of !GNOME. More info at http://www.xubuntu.org and http://wiki.ubuntu.com/Xubuntu/ - To install from Ubuntu: « sudo apt-get install xubuntu-desktop » - Join #xubuntu for support - See also: !Ubuntu and !Xubuntu-Channels [17:32] !lubuntu [17:32] lubuntu is a project to create a derivative of Ubuntu using the LXDE desktop environment. See https://wiki.ubuntu.com/Lubuntu . /join #lubuntu for lubuntu support. [17:33] worth a try [18:06] is there a way to login a gui session from an ssh connection, i had to restart my home pc and now the remote desktop doesn't wanna start, i think because the server needs the user to login, but the ssh is a daemon so it works [18:07] coalwater, ssh -X and the windows will get piped back. its not exactly a full session but individual apps can come back [18:07] coalwater, if you need a full session with panels and the like there are ways to do that with xnest and such [18:08] but i cant do it through ssh can i [18:08] i just want to log my user on to get the start up apps running [18:08] coalwater, you could ssh -X and fire up an xnest with gnome-session nested inside it [18:09] what's xnest [18:10] ok nvm [18:10] found a page about it [18:10] coalwater, it creates a software x server on the server, the gnome-session and apps draw to that software server which sends it back through X to your server where it gets drawn in a single window [18:11] coalwater, but nothing prevents you from just doing ssh -X and then gnome-panel & [18:11] what's the name of the default vnc server on ubuntu [18:11] as a process , or executable [18:14] coalwater, if you are going unix to unix vnc is a bit overkill [18:14] !vnc | coalwater [18:14] coalwater: VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely. It works best over fast connections, otherwise look at !FreeNX [18:15] i already use it, i dunno what's bad about it [18:15] coalwater, if you want session resume support (if you ssh session is likely to drop) you can accomplish that without vnc by using things similar to xnest that just keep running in the background [18:16] coalwater, if you have it installed and configured and want to use it, there is nothing wrong with using it [18:16] coalwater, just be sure to use ssh to encrypt the vnc traffic [18:16] ok [18:17] I generally only use VNC over secured lans. I find it too painful to use over the net here in Australia. Our internet is too slow :/ [18:17] mine isn't that fast either, i use 8 bit colors to make it better [18:18] it's useable [18:18] useful when u want to do something that is a pain on ssh [18:22] ok, i'm heading home, see you guys later [18:22] CHeerio [19:52] does anybody have experience with connecting to the LEGO mindstorm NXT with BricxCC program? I am having trouble communicating with it via the USB [19:52] sorry nope [19:59] :D [19:59] i stopped playing with legos around age of 7 [19:59] hehe [20:01] I take it you don't have children [20:01] 4 and 1.5 years [20:06] lol way to go [20:07] hoho [20:07] my kids just plays with rubiks cubes [20:08] younger has 3x3x3 and older 7x7x7 :D [20:09] lol === yofel_ is now known as yofel