[00:00] has any one else had issues with libc6 on the install cd failing the install? [00:01] Real install or VM? [00:01] VM [00:01] VirtualBox to be exact [00:03] It goes to, "Running Post Install triggers for libc6" then, cleaning up less then a second later Red Error Screen [00:04] I remember something about people having trouble with that on Karmic recently, but don't recall the details. [00:06] I guess I could install the Desktop edition and just obliterate x off of it [00:06] Wouldn't help. [00:07] The desktop edition works fine in Vbox, it's the server that's being a bitch [00:09] I'm suprised it would be different. [00:11] It has a different kernel? the desktop has -generic the server has -server [00:36] Could anybody tell me if my problem with a client joining an LDAP server would be related to the fact that I joined a new server with the same name as the old one? The join is successful but I can't access the users. [00:37] probably [00:38] Okay, I guess I'll have to find out how to clean up the client and start the config over. [00:39] one thing I would suggest, name our servers in order of the greek alphabet, easy to remember and hard to repeat over [00:41] So I've never looked into this feature cause I've never needed to but can LDAP not have multiple domains it connects to like windows machines can? [01:04] when I disable active checks on a host from the webui, is that modifying any text files? i thought it was going to add a line like "active_checks_enabled 0" in that host stanza [01:55] smoser: ping [02:21] zul here for a few minutes [02:21] smoser: got what I needed thanks though [02:21] your secret theory working out? [02:22] not yet...waiting for console [02:22] well, they say that patience is a virtue [02:22] but its not one that was handed to me [02:22] just came up no init messages yet [02:22] checking my initrd [02:23] specbot: clhs all [02:23] i can point you at my deubg initrd. [02:23] Oops, wrong channel. [02:23] zul, ari-a47191cd. http://smoser.brickies.net/git/?p=misc-starter-tools.git;a=tree;f=ec2/debug-initramfs;h=f6179dbc85ff35cb649a46128832399894e3236f;hb=5f2d66130ffce56e3086d54e82661ee7b874f361 [02:24] you'll have to give yourself access to the initrd, i'm the only one that can right now. [02:24] read the README, but basically, that initrd will let you take over by sourcing a file . if you put a file in the right place in / [02:25] i've got to go for a bit. probably try to check in later. [02:25] zul, just in case it wasn't obvious, thank you very much for your help. [02:25] smoser: no problem [02:36] smoser: im going to download the image and test it out locally ill let you know [02:46] New bug: #434986 in dovecot (main) "postfix ignores the rsyslog configuration directives" [Undecided,New] https://launchpad.net/bugs/434986 [02:50] New bug: #434978 in tomcat6 (main) "Tomcat6 default installation does not create logs in /var/log/tomcat6. " [Undecided,New] https://launchpad.net/bugs/434978 [03:02] New bug: #294186 in samba (main) "dlink network drive map login" [Undecided,Incomplete] https://launchpad.net/bugs/294186 [07:48] Hi room [07:48] i have a problem with Smokeping [07:49] i installed and configured it without any problem [07:49] it worked fine for a day [07:49] but now when i try to access the site, the latency graphs arnt being displyed [07:49] i only get the headings and the graph area is lain white [07:50] any ideas why this is happening now after it worked fine b4? [07:50] "B4" is an ISO/DIN paper size, not a word. [07:51] I'm not familiar with smokeping. Have you tried checking the logs? [08:03] Hi, where would the java_home be after installing openjdk6 ? [08:10] New bug: #435061 in samba (main) "smbd loses connection on DHCP lease" [Undecided,New] https://launchpad.net/bugs/435061 [08:16] New bug: #434915 in mysql-dfsg-5.1 (main) "mysql-server-5.1 can't chroot" [Low,Incomplete] https://launchpad.net/bugs/434915 [08:25] anybody worked on smokeping? [08:25] it's configured by me successfully on the server [08:25] but now, after workin fine all this time, the graphs arnt displayed on the site [08:25] any idea why this is happening? [08:40] Having problems getting mod_rewrite to work... The module is installed and enabled but I can't seem to get a simple rule to work. [08:41] My .htaccess is here: http://paste.ubuntu.com/276250/ and the php page that is testing it out is here: http://martinjh.homelinux.net/~martin/temp/rewrite.php [08:41] It doesn't just work at all for some reason and I have no idea why... [08:53] martinjh99: try asking on #httpd [08:53] Ah Ok - was asking here because it is an ubuntu Server Im running! [09:01] hello [09:07] AllowOverride ? === martinjh99 is now known as martinjh99-afk [09:08] domas where would I configure it? Sites-available/default? [09:09] I didn't touch apache configs properly for last 6 years or so [09:10] anyway, for .htaccess to work, directory scope has to have AllowOverride set to something [09:11] * domas points at http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride [10:28] Can it be that NFS4 mounted filesystems do not respect setgid bits? Directories are created with the wrong permissions! [11:37] hey guys i installed webmin - all of its modules etc... is there a way to clear apt-get it is always trying to get these packages which it failed to get [11:38] now they are like always 'lets try again to get these' [11:39] vecy: you can just apt-get remove (or purge) those packages and the package that depends on them [11:41] hmmm, it's even in the Community documentation, but there is no bug: NFS4 does not respect UID/GID permissions. This is bad. [11:43] now what is a save way to remove software [11:43] for example i have apache2 [11:43] is it fine to do rm -rf [11:43] or could that cause other stuff to break ? [11:56] trouble rebooting :/ [11:56] shutdown: timeout opening/writing control channel /dev/initctl [12:00] How do I check to see if mod_rewrite is correctly configured? It seems to my non-expert eyes that is all installed ok but the rewrite rules aren't being followed. [12:00] there is a mod_rewrite specific log function you can activate [12:00] it helped me last time I tried to make it work.. [12:01] (don't remember the incantation though) [12:01] Thanks Alex ;) Will check that out [12:03] Who knows how to make apache listen on port 80 and 8080? I tried and edited the conf file and it says The requested URL / was not found on this server. [12:03] Alex - http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#rewritelog [12:05] martinjh99: that's what I remembered [12:05] :) [12:10] what are Alternatives to Webmin and Cpanel for linux ? [12:13] vecy: some people use ebox. also investigate the gadmin series of tools [12:17] now lets say i have installed webmin [12:17] how do i remove every single trace of it [12:18] because when i remove it with apt-get remove and rm-rf etc.. [12:18] and install it again [12:18] it still knows all my settings [12:18] so it must be storing somewhere else - clueless how to remove it all [12:19] !reinstall [12:19] To renew the configuration of a package when installing, sudo apt-get remove --purge && sudo apt-get install . Note that you will lose ALL config files for that package. WARNING: This is dangerous, don't do this with core packages [12:19] vecy: 'sudo apt-get purge webmin' [12:19] sorry, add remove, i'm used to aptitude [12:20] so sudo apt-get purge remove webmin [12:20] ? [12:20] ops nvm see it [12:20] remove purge [12:21] k now i am installing it again - now when i login i hope it does not have my settings from prev install stored :P [12:22] it still has the old settings :/ like [12:22] Bind Dns is installed etc.. [12:22] which webmin doesnt install by default i installed it via webmin [12:22] and now i want it to be gone [12:22] maybe webmin sees it and adjusts itself [12:23] true but for example it doesnt give me the option anymore because i manually removed apache [12:23] to install it [12:24] because webmin installs it and configure it etc.. now i cant do that anymore :/ [12:24] maybe i should reformat ? [12:25] webmin causes more problems than it is supposed to solve evidently [12:25] true i only liked the Virtual Hosts feature it was giving [12:26] now i gota figure out how to clean the system [12:26] i have all this stuff on there running [12:26] bindns, mysql, apache, mailpostfix .... [12:26] from webmin it left it all [12:29] good luck [12:29] ill do reformat :) [12:29] and never get webmin again :) [12:32] vecy: you need a panel for apache vhosts, dns and mailconfig? Have a look at openpanel [12:34] k thx [12:34] yeah i just need one for that its a pain always adding them via ssh :P [12:35] henkjan: does it also install mysql and apache for me or i must do that before ? [12:36] vecy: openpanel will install apache and mysql etc for you the right way (using dpkg/apt) [12:38] henkajn: one more Q does it also have ftp configuration - so i dont have to do that manually [12:38] im downloading it atm [12:39] nvm i found info :) [12:40] cef: yep, also ftp [12:42] henkjan: i am using apt-get install openpanel [12:42] as stated on their site [12:42] E: Couldn't find package openpanel [12:43] did you add the deb http://moonbase-beta.openpanel.com/pkg/debian4/i386 \ [12:43] openpanel main [12:43] in /etc/apt/sources.list? [12:43] s/i386/amd64 when using amd64 [12:44] ah [12:44] thank you [12:47] alot of problems :/ just like virtualmin [12:47] dpkg: error processing openpanel (--configure): [12:47] and then bunch of stuff that failed [12:48] hmm, try » #openpanel on irc.oftc.net [12:54] hi, ip link show give this output: eth1: mtu 1500 qdisc pfifo_fast state UP qlen 1000, what does LOWER_UP means? [12:57] morning [13:00] hi, ip link show give this output: eth1: mtu 1500 qdisc pfifo_fast state UP qlen 1000, what does LOWER_UP means? [13:57] how do i clean arp cache? [14:05] arp -a and arp -d [14:07] jdstrand: ping [14:07] ? [14:07] jdstrand: you are running nut right can you try /etc/init.d/nut status and see its not lying to you (#416182) [14:09] celephais: you shouldn't need to -- but you can delete an individual entry -- man arp [14:09] ok thank you [14:10] zul: I have nut on hardy and karmic-- are these both valid test cases? [14:10] jdstrand: i think so yes [14:10] celephais: I'm not sure what LOWER_UP is -- it is related to link status though [14:11] Hi everyone. Just installed openvz per this https://help.ubuntu.com/community/OpenVZ but when I try and mount a USB drive on the host I get the following message "mount: unknown filesystem type vfat". I'm guessing the openvz kernel I installed doesn't have support for usb drives or fat16/32. Is there any way to fix this or do I have to drop back to another kernel? [14:11] New bug: #434535 in dpkg (main) "package apache2.2-common 2.2.11-2ubuntu2.3 failed to install/upgrade: EOF on stdin at conffile prompt" [Undecided,New] https://launchpad.net/bugs/434535 [14:14] zul: ok, apparently on upgrade I didn't end up with /etc/nut/nut.conf configured. I fixed that [14:14] zul: I can confirm the bug [14:15] on both hardy and karmic? [14:15] zul: hardy doesn't have the status command [14:16] zul: I updated the bug [14:16] jdstrand: ah ok [14:16] jdstrand: thanks [14:17] celephais: from some googling, LOWER_UP represents link status [14:17] UP represents administrative status [14:17] giovani, ok thank you [14:34] sommer: are you awake? :) [14:34] can two servers listen on the same port number but one on the local IP (127.0.0.1) and one on an external IP? [14:35] yes [14:35] are the two sockets completly separated like being on two different ports? [14:37] jdstrand: *sigh* I see where the bug is [14:38] zul: that is a good thing, no? [14:38] ivoks: yep, awake and at the day job [14:38] jdstrand: yeah just about to fix it for karmic [14:38] sommer: em... there's an error in serverguide [14:38] sommer: for jaunty [14:39] ivoks: ah, which section? [14:39] sommer: is it possible to fix it? upstream's project developer asked for correction, cause people come to the list asking why stuff aren't working [14:39] https://help.ubuntu.com/9.04/serverguide/C/drbd.html [14:40] sommer: just remove 'allow-two-primaries; [14:40] ivoks: probably we'll need to do an SRU, but may be able to get it through after string freeze for karmic [14:40] sommer: ok [14:41] ivoks: gotcha, I'll make sure it's corrected for karmic at least [14:41] great [14:46] \o/ [14:49] ivoks: thanks === mrchrisadams_ is now known as mrchrisadams [14:56] ttx: what was the \o/ for? [14:56] good morning :) === Belloto__ is now known as Belloto [14:57] zul: getting rid of that 403 in euca2ools [14:57] ttx: ah [14:57] some stupid Java time conversion [15:01] * ivoks is going to explode :) [15:02] hehe...java is your friend [15:09] anybody know how to attach to the jsvc process that ubuntu's tomcat package runs under with jstack or jmap? whenever i try eitgher of the processes i get errors [16:01] zul: you are working on dovecot? [16:01] ivoks: yeah I got a dovecot 1.1.18 packaged I was going to a FFE and upload after beta [16:01] oh [16:01] chanelog entry is a bit long ;) [16:02] where's the source? [16:02] i'd like to fix some packaging bugs, if possible [16:02] gimme a sec ill upload it to a ppa [16:02] great [16:03] zul: you've packaged new version of plugins we ship? [16:04] ivoks: uep [16:04] k [16:04] latest and greatest [16:04] HI Dear Comminity! We would like to create an Ubuntu Server Cloud pilot project, but there is a critical question: how can work fail tolerant the entire cloud (2 Cluster Controller and 2x5 Node Controllers), if the only one single Cloud Controller has been faild? Sorry for my English.. [16:05] high availability cluster? [16:05] ivoks: it should be in my ppa now [16:06] k [16:07] Dear ivoks: you think we should to create a HA Cluster instead of a single server for Coud Controller? [16:08] scheeri, yes, you should work on a HA Cluster [16:09] Thank You KurtKraut [16:09] scheeri: well, yes [16:10] if you cloud controller is single point of failure, then yes, you need fail over cluster [16:12] And what's the matter with Cluster Controllers, in the example before I wrote 2 Cluster Controller with 2 x 5 Node Controllers, how can I make fault tolerant solution ? If 1 Node Controller will be crashed, the other 5 Node Controller will be failed too. Or not? [16:14] Sorry 1 Cluster Controller will be crashed and 5 Node Controller... [16:15] scheeri, I think your scenario is rather complex and would be more understandable if you could make some illustrations. So, I recommend you to try ask in ubuntuforums.org. You'll receive more extensive answers. [16:17] can someone verify that i am not stupid! because Layered Technologies thinks they are SMart and im dumb i guess [16:17] http://www.balkanheart.net/lt-false-advert.jpg [16:17] they are trying to redefine Automatic OS Reload - lol - its been around and 1and1 hosting has had it for 2 yrs now... you can reload your OS from your account panel with a simple click [16:18] Thank You KurtKraut , By :-D [16:19] Sommer fanx for writing the Ubuntu Server Guide [16:23] hi! hope someone can help me. i got a very strange problem with libvirtd. it doesnt start anymore. when i try to open it in debug mode it got follow error message: http://pastebin.com/m34eef8cd [16:23] zul: have you tried building it? :) [16:24] ivoks: yeah built fine [16:24] hm [16:24] 1 out of 17 hunks FAILED -- saving rejects to file dovecot-postfix.conf.rej [16:25] ivoks: crappers [16:25] zul: don't worry about that [16:25] i'll take care of it [16:26] ivoks: yeah...that part is ugly i dont like it ;) [16:26] :) [16:45] hello, i need to unload a module for a minute so that i can load another in first but it says that it is in use. Is there away to tell who is using a module so that i can stop it? [16:53] never mind i found lsmod, unless anyone has something that tells more than what lsmod does. [16:54] * zul lunches [16:56] New bug: #240249 in mailman (main) "Mailman does not display Unicode member names correctly." [Undecided,Incomplete] https://launchpad.net/bugs/240249 [17:02] New bug: #400150 in libvirt (main) "Cannot determine QEMU argv syntax" [Undecided,New] https://launchpad.net/bugs/400150 [17:06] is there some util/script that checks filesystem for file/folder permissions and reports which files have wrong permissions/ownership? [17:08] LeChacal: modprobe -r MODULE will try to remove MODULE and all modules that require it, as long as they are not in use. man 8 modprobe [17:12] aljosa: what do you mean "wrong permissions"? There's no single correct permissions on an entire set of files in a filesystem -- that's why they're free to be changed/modified [17:15] giovani: I'm guessing "the perms set during package install" would be "the right permissions"? On RPM-based systems you can do something like rpm -Va to see all permission and file content changes made to files and dirs owned by the package management system. I'm not sure if there is an exact equivalent in Debian/Ubuntu, but I think that is what aljosa may be looking for. [17:34] zul: accepting my debdiff? :) [17:34] ivoks: well see im at lunch [17:34] oh, sorry [17:36] zul: it's in your mailbox [17:36] ivoks: okies ill have a look [17:36] take care [17:57] anyone know, is etienne out ? [18:13] didn't -virtual used to be based off -server ? [18:13] it appears now its -generic, but i thought it was -server [18:16] smoser: what implies that? [18:18] i just realized . on 32 bit, its -generic. on 64 bit its -server [18:20] smoser: I think he is around [18:20] smoser: yes -virutal used to be based off -server [18:20] it still is for 64 bit. [18:21] yeah I think so [18:22] the difference between -server and -generic isn't really a lot [18:27] soren, ping [18:29] * RoyK gjetter at Søren er dansk, evetuelt norsk [18:37] I noticed on the latest karmic alpha 6 cds there is now an option to install Ubuntu Enterprise Cloud - how much more configuration is required once you use that option? [18:37] does it handle things like dhcpd, postfix, etc. [18:38] IP forwarding === erichammond1 is now known as erichammond [18:49] erichammond: is your Jaunty image pretty solid compared to Hardy and Intrepid? [18:49] erichammond: also do you know if I can use one of the newer kernels from Canonical with your images? [18:51] aubre: that type of information is provided on the ubuntu website (and eucalyptus' site) [18:52] postfix is a mail server -- I'm not sure why that'd be a part of a cloud structure [18:52] (as an application used on a cloud structure ... sure ... but any application might be -- and would be managed/installed the same way) [18:53] need to reboot === MagicFab___ is now known as MagicFab [19:08] giovani: well there isn't anything there that describes the implications of making that decision yet. [19:09] Hello, guys. [19:11] Do anyone know how I get a list of actives clients in DHCP server? [19:11] "Does" anyone know how I get a list of actives clients in DHCP server? [19:13] I sorry about the dumbie question, but I search so much in the Internet and forums and got nothing. [19:21] giovani: originally , they suggested putting a mail server on the UEC front end so that when an administrator approved an account the new account holder would get their login info in an email. Now in 1.6 you don't have to do the email step. [19:21] Anyone here tried OCFS2? [19:25] IvanCosta: that depends on the individual dhcp daemon [19:26] IvanCosta: each has a different way of handling leases [19:31] Giovani: how I can get that list? [19:31] Don't exist a simple command to do this? [19:45] I have a problem. I'm using a VHost with a pre-installed Ubuntu 8.04 system. I tried to follow the Ubuntu Help guide on setting up postfix with TLS, but that doesn't seem to get me anywhere because sendmail is listening on port 25 from the get-go and is not affected by what changes I make to postfix (duh). How can I set up a proper mailserver with TLS auth? [19:47] s/pre-installed/pre-configured/ [19:51] Anyone? [19:52] IvanCosta: I told you that it depends on the daemon you're using -- hopefully you know what dhcp daemon you use ... [19:56] Gionavi: I use Ubuntu Server 8.10 64 with DHCP3-server. [19:59] anybody here using KVM with Windows guests? [19:59] it works really great except i get very poor network speeds, even with virtio [20:00] bnjmn: I built private Jaunty AMIs for a client using Canonical's 2.6.27 kernel and they're happy so far. [20:00] bnjmn: If you don't need the particular newer kernel features, the standard public images seem to be working pretty well for most folks. [20:00] bnjmn: The choice of Hardy vs. Jaunty depends on what features and long term stability you need. [20:04] habermann24: even the mouse works ok? [20:04] habermann24: I used to have to add a "tablet" mouse. [20:04] Daviey: the mouse?? yea no problems [20:04] Daviey: well...i used VNC to remotely install them, and now i use remote desktop [20:05] Daviey: i get 200mb/sec hard drive IO [20:05] boots crazy fast [20:05] :) [20:05] network speed at 9mb/sec though.. [20:06] habermann24: try using a tap? [20:07] Daviey: how do i do that??? my network configuration is bridged networking right now [20:07] with br0, virbr0, eth0 ... and then for each VM i get vnet0, vnet1 etc. [20:07] Daviey: what do you mean by using tap? what do i need to do? [20:11] habermann24: actually, can i point you towards a url.. one moment [20:11] very nice of you, thanks [20:11] http://www.linux-kvm.com/content/tip-how-setup-windows-guest-paravirtual-network-drivers [20:12] Daviey: yea i pretty much followed that guide.. using the paravirtualized drivers already [20:12] but strange enough...they don't give me better performance [20:13] habermann24: Have you tried the other nic's? [20:13] e1000 for example? [20:14] e1000 gives roughly the same performance [20:14] all around 9mb/sec [20:14] habermann24: What version of kvm are you using? [20:14] copying files on the machine is really fast...about 120mb/sec, so the bottleneck is definetly the network [20:15] Daviey: kvm-84 i think... the ubuntu 9.04 server ones [20:16] hmm. [20:17] habermann24: I'm not entirely sure tbh.. i get pretty good speeds :/ [20:17] Daviey: what do you get? and how do you test / know [20:17] Daviey: and what are the hardware specs :) [20:17] habermann24: I assume you aren't testing the speed against stuff on the same host server? [20:17] im about to change the network card on that system... [20:18] this is reasonably good spec hw my end. [20:18] Daviey: does that make a difference?? well i do, but i tested it with other boxes on the network aswell [20:19] Daviey: i mean testing the speed against stuff on the host box...would that lead to performance loss? [20:19] Daviey: cause i get the same speeds with other boxes on my network [20:19] all around 9, 10mb/sec [20:19] sucks [20:20] My specs are AMD Quad Phenom X4, lots of RAM, lots of Disks, but...a onboard nForce gigabit card [20:21] about to put in a Intel 1000 PCI card, maybe that would make a difference? [20:22] habermann24: I've often noticed a bug in some situations where connections to the same physical server are not as good. [20:22] mainly with ssl/ssh connections tho. [20:24] would it be possible to put in another NIC ... and pass this raw device to my guest? [20:24] at least assign it to one of the guests [20:25] well, i guess it's time to put in my Intel card...maybe that helps... be right back ;) [20:41] I'm trying to set up sendmail properly. I can log-in from localhost nicely, but it tells me it's not accepting messages if I try to log in remotely. Eh? [20:44] Oh, nevermind. Despite what it's telling me, it accepts messages, apparently. [21:09] so there are haskell and ocaml connectors for postgres, but not java? [21:09] in 8.04 LTS? [21:09] or am i missing something here [21:11] joe-mac: is there no jdbc driver in /usr/share/java ? [21:12] you can also distribute the postgres jdbc driver with your application since it's platform independent an is only one jar file [21:13] ahe: no, i am trying to be a good boy and use all packages [21:13] probably just serve out the jar then [21:14] do you have libpg-java on hardy? [21:14] as a ubuntu package [21:48] ahe: gotta love consistency- every other connector is under libpostgres- [21:48] thanks dude === ajmitch_ is now known as ajmitch [22:31] Hello all anyone had problems plugging in a usb device and not having it detected (external USB drive). If I restart the server it will detect it but not if I remove it and plug it back in. Same goes for keyboards. [22:39] can try running "lsusb" from the command line and see if your device is in there [22:40] maybe there is some info in one of the log files in /var/log/ ... [22:40] not sure which it would go in, maybe messages or dmesg or syslog [22:41] are you having this issue with all usb devices? [22:43] Vog, are you sure that the right modules are installed to get USB support on that machine? You might poke around and check, manually (look in /proc/modules, look for relevant modules) to make sure the chipset support modules are there. Does anything USB work on the machine? Could be that the machine's keyboard (usb) works @ reboot because the bios is doing something funny to support the HID device... [22:45] ya if you "ls -l /dev | grep usb" you should see a bunch of usb devices listed [22:51] Yes will all usb devices if I unplug them. [22:51] IF I boot when they are installed then it is fine.. [22:52] lsusb comes up with the externalhd showing up ad a usb hub for some reason [22:52] it does have exvra ports on it. [22:52] Vog: well if it has extra usb ports on it, then it has a usb hub inside [22:52] But I do not see the hd itself listed explicitly [22:53] can you pastebin the lsusb output in that situation? [22:58] yes.... I think I just fixed it. [22:58] mount [22:59] Ok by by running either lsusb or ls -l /dev | grep usb that nudged the system into querying the usb bus and it detected the usb deviced after that [23:01] hmm [23:01] that seems unlikely, but ok [23:01] I've made a prototype for my virtual machines. Now, I want to clone that prototype to reuse it. That means I need to change hostnames and domains, admin users, etc, for all installed packages. Will it be safe to use dpkg-reconfigure -a and go through the steps, or should I do it another way? [23:01] this is what appeared in syslog once I ran those 2 commands http://pastebin.com/d3467333a [23:02] giovani: I agree unlikely but the time stamp confirms it. The device has been plugged into the system for over 30 minutes. [23:04] http://pastebin.com/d2ba3f08a [23:04] http://pastebin.com/d6fcf72f2 [23:08] those are the output with the time stamps of the lsusb and ls -l /dev | grep usb [23:32] smoser: around? === mtrudel_ is now known as cyphermox [23:46] hello, using image "8.10 (Intrepid) x86" on Amazon EC2... i have a user data script which runs successfully up to a point where i "sudo su - ubuntu" and attempt to execute a series of commands as the ubuntu users [23:47] none of those commands seem to run [23:48] running the same set of commands after ssh'ing to the machine works fine === erichammond1 is now known as erichammond