[00:15] keithzg: Have look here http://docs.aws.amazon.com/AmazonS3/latest/dev/RetrievingObjectVersions.html [00:27] premera: Soooo I'll probably have to use curl or such after setting up an ACL? The latter saddens me (I find Amazon's documentation on permissions extremely unfriendly), but oh well. I'll tackle this tomorrow I guess. [00:29] keithzg: I am not sure, from the example on that page it looks like you can pass version number in a url, if you know the version that is [00:59] does one typically edit iptables filter rules created from iptables-save ? [01:04] smoser: hey, are you planning on publishing arm cloud images ? [01:04] smoser: (also, https://wiki.ubuntu.com/UbuntuCloud/Images/Publishing has stale releases; is it otherwise up to date?) [02:35] hey guys, you know how in linux we can make our net/interfaces look like iface eth0 inet dhcp and then also put a line that says inet eth0:1 static [02:36] any way to do this in windows? so my laptop always has a static ip but whatever wifi im connected to i also get the 'local' dynamic one? [02:36] (only reason why im asking here is cos there is no way in hell a windows user would know what eth0:1 is) === wedgwoodz is now known as wedgwood_away [03:05] Doesn't particularly make it on topic. [03:05] Personally, it's been about a decade since I'd have known that. [03:12] anepanaliptos, you can set a second IP address on a NIC in windows, I'm unsure if it will work like you want it to though [04:30] can I get some help diagnosing my eggbot [04:36] !ask | dandkburt [04:36] dandkburt: 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. :-) See also !patience [04:38] cannot get eggbot to connect [04:56] I can't get postfix to send mail to gmail servers, i always get either "connection timed out" or "network is unreachable" errors. i know that my server can connect to the internet, so can anybody help me? [05:02] dandkburt: why did you pm me to connect to ddb.ddbirc.net ? [05:03] because that was the only place that was able to help me on my postfix prob [05:03] all I got here was go to a http here [05:04] and I found out it was a problem with anoter area === bigjools_ is now known as bigjools [05:44] is there anyway to mount an afp share in ubuntu? I tried afpfs-ng but there seems to be an outstanding bug on it. === racedo` is now known as racedo === psivaa_afk is now known as psivaa === _ruben_ is now known as _ruben === sanderj_ is now known as Sander^work [10:29] hi, there, i tried to set up proxy server on my ubuntu server 12.04 using squid3, after i set "http_access allow all" and run squid, the tcp port 3128 did begin to listen, however, when i configured proxy on another PC and attempted to surf the Internet, it did not seem to work as intended. I found that the server did not send back ack packet against request of my client at all. how is [10:29] that possible, and could anyone help me? Thanks [10:57] hi. i want to record all network trafic with a certain server over several minutes. what program should i use? i need the info about ports, protocols and the time. thanks [10:59] Hello. How would I install/run a webserver without root access (protable). Perhaps in the home or any other directory? [11:00] Im not a privilidged user there. === HappyLoaf is now known as SadLoaf [11:05] workerbee: You can run it from /home and as your own user, you will just not be able to listen on ports < 1024 [11:07] Python has a webserver built into it. Check this out: http://www.linuxjournal.com/content/tech-tip-really-simple-http-server-python [11:07] Jeeves_: so ports >= 1024. but is that bad ? [11:08] What Im about to install drupal on that one. [11:08] doogy2004: ok. ill check. [11:09] Q: I'm getting garbled kernel logs running 12.04.2 server with LXC. Anyone with a solution, please? [11:14] doogy2004: unfortunately the Simple server is not installed. not actually a ubuntu. but a debian system. [11:21] workerbee: Well, depends on what you want to do with the site :) [11:32] Hi all. Having an issue with 12.10 + ufw on EC2. apt-get won't work/resolve hostnames. ufw default deny incoming/outgoing, but have ufw allow out 53 & ufw allow from === SadLoaf is now known as HappyLoaf [11:37] join ##aws [11:44] Jeeves_: I just want to test a drupal7 modules locally on a terminal machine. So I dont have root rights. I hoped theres a hit-and-run webserver application for this purpose. [11:45] workerbee: You can run any php-capable webserver [11:45] As any user [11:45] So what you want is possible, just not on port 80 [11:45] But any port > 1024 will do, unless it's in use [11:46] Just visit the site using http://localhost:port/ [11:55] i'm having trouble with sshd on 12.04.1 after trying to restart the daemon. 'sudo service ssh start' results in errors like the following in syslog: 'Apr 2 14:53:13 dev kernel: init: ssh main process (10234) terminated with status 255'. i'm currently connected to the VPS via ssh and absolutely must get this fixed ASAP or the server will become unmanageable :-( [12:01] thejoecarroll: Do you have a malformed config file? [12:02] i don't think so [12:02] i've looked throug it for problems but haven't found any [12:03] try starting sshd by executing it directly, then you may get a more usable output [12:04] good idea. not much of help in any logs [12:04] checked daemon.log ? [12:05] that's empty [12:06] i wanted to tighten the security settings in /etc/ssh/sshd_config there must be some error i've introduced [12:06] then best action is to execute directly to get the error [12:07] oops. just spotted a typo: i was comparing my previous etckeeper/bzr-committed and new versions of ssh_config instead of sshd_config [12:07] no wonder they were the same [12:07] let's have another look :-) [12:10] i reverted to the last working version of the config and it's working again. phew! now i'll see what i messed up and do it right [12:10] thanks for the support :-) [12:18] turns out i had mistyped "no" after PermitRootLogin [12:21] Jeeves_: I think you assumed the webserver is already installed. === ZarroBoogs is now known as Pici [12:42] workerbee: If it isn't. Just download the source from $website and compile it [12:42] I didn't say it would be easy :) [12:44] Jeeves_: alright :) Still, it should be made one easy thing, dont you think? [12:44] workerbee: No. [12:45] Jeeves_: one click webserver sandboxing. [12:46] workerbee: You have vps suppliers for that :) [12:51] Jeeves_: you mean a sandbox hosted somewhere else. not locally?- I would not feel comfortable with that, because the data to test on is sensible (user accounts, passwords). [12:54] workerbee: Your test-environment is sensitive on security? [12:54] workerbee: Anyways, nevermind. [12:55] I think you should fix a vps or vm on your own hardware to do proper testing, instead of fiddling with a webserver on a machine without proper permissions [13:06] Jeeves_: yes its propably the best. thanks a lot. [13:29] i'm doing an rsync backup from a hosted VPS to local, physical server and twice it has gotten stuck at the same point on the same large file. the verbose progress output includes the following errors, which are making me concerned about the possiblity of a pending hardware failure or unreliable storage where the VPS is hosted: [13:30] https://gist.github.com/thejoecarroll/5292211 [13:31] who is hosting the vps [13:31] OVH [13:32] yolanda: https://code.launchpad.net/~zulcss/nova/rc2/+merge/156558 [13:33] done === wedgwood_away is now known as wedgwood === wedgwood is now known as Guest6347 [13:43] yolanda: thanks https://code.launchpad.net/~zulcss/horizon/rc2/+merge/156562 [13:44] ok [13:52] yolanda: one more after this one https://code.launchpad.net/~zulcss/keystone/rc3/+merge/156564 === gema_ is now known as gema === Mez_ is now known as Mez [14:02] yolanda: https://code.launchpad.net/~zulcss/swift/rc2/+merge/156569 === Ursinha_ is now known as Ursinha [14:24] yolanda: one more https://code.launchpad.net/~zulcss/python-cinderclient/1.0.3/+merge/156575 [14:56] hi! now this really sounds like a faq but i have so far been unable to research anything conclusive ever since i first used 10.04: [14:57] how can i get "traditional" output during boot, ie at least one line of output per service started, with an "OK" if everything worked out or the corrpesponding error msg in case of an error? [15:14] jcastro: ping [15:15] pong [15:15] jcastro: do we have a list of whats in the charm store and what servers are being used by the charms? [15:16] what do you mean by "what servers"? [15:16] jcastro: ie if the charm is using nginx or apache [15:16] http://jujucharms.com/charms/precise has the full list for precise [15:16] that depends on the charm author [15:17] other than wordpress most use apache off the top of my head. [15:17] jcastro: cool thanks [15:17] if a charm has support for nginx but not apache I consider it a bug [15:17] but like wordpress has an option to switch, etc. [15:17] actually, the policy is to default to things in main if available [15:19] jcastro: gotcha thanks [16:01] adam_g: http://people.canonical.com/~chucks/ca when you get a chance === matsubara is now known as matsubara-lunch [16:13] roaksoax: guess we'll chat later :) [16:14] hallyn_: :) === Ursinha is now known as Ursinha-afk [16:20] hi all anyone here can soundboard with me on how to configure apache to proxy for tomcat? [16:21] I have installed mod jk [16:21] configured virtual hosts [16:22] and the tomcat server.xml === Ursinha-afk is now known as Ursinha === matsubara-lunch is now known as matsubara [18:01] I'm installing Ubuntu 12.10 server. It stops at "Unable to install busybox-initramfs". 10.04LTS, 11.* all do this. Console 4: apt-install or in-target is already running, so you cannot run either of them until the other instance finishes. You may be able to use 'chroot /target instead.' Where to from here? [18:01] stercor: what sort of hardware? or is it a vm? [18:02] e-machines AMD64 [18:02] 4G RAM; 2Tb hd [18:02] Currently no system. [18:02] first hit on google: http://ubuntuforums.org/archive/index.php/t-1103751.html [18:03] I have another box to get the boot USB drive [18:04] !bug 904021 [18:04] Launchpad bug 904021 in ubuntu-meta "Problem during setup" [Undecided,New] https://launchpad.net/bugs/904021 [18:04] seems others have the same issue [18:05] stercor: which is rather strange - I've installed 12.04 (and 10.04) on numerous machines and never seen this === NomadJim_ is now known as NomadJim [18:06] stercor: what make of machine is this? [18:06] * RoyK hasn't heard of e-machines [18:06] Dell crap [18:06] RoyK: they were first to market with a <$1000 USD PC! [18:08] http://en.wikipedia.org/wiki/EMachines this one? [18:09] e-machines definitely isnt dell [18:09] its even cheaper [18:09] Yeah, I said Dell when it was Acer [18:10] heh, somehow I missed both the gateway _and_ acer acquisitions [18:10] I took a few apart before, mostly OEM boards from MSI in them [18:10] perhaps they have some funny BIOS? [18:11] hah, love the bios update that bricked machines. way to test it, guys... [18:13] sarnold: Weirdly, it would still boot from the floppy though. No video. So you had to boot to an older bios disk and type the commands in blind [18:14] sounds like an engineering masterpiece [18:15] utlemming: Hey are we going to try to get our images listed on vagrantbox.es? [18:16] jcastro: we are :) [18:16] jcastro: I just need to update the list [18:17] utlemming: oh I see [18:17] I'm installing Ubuntu 12.10 server. It stops at "Unable to install busybox-initramfs". 10.04LTS, 11.* all do this. Console 4: apt-install or in-target is already running, so you cannot run either of them until the other instance finishes. You may be able to use 'chroot /target instead.' Where to from here? [18:17] we're under "Official Ubuntu blah blah" and not under "Ubuntu" [18:17] yup [18:17] genii-around: wow. just wow. [18:19] sarnold: Yeah, pretty messed up. [18:21] !patience | stercor [18:21] stercor: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com/ or http://ubuntuforums.org/ or http://askubuntu.com/ [18:21] is there something like vagrant for kvm/libvirt? [18:25] hey everyone. I'm getting a lot of spam from cron regarding a php session cleanup, short of just putting the output into /dev/null, does anyone know of a better method to only email me if there is an error? [18:25] fix the script ;) [18:25] (shrug) came from the repos :D [18:25] Free99: Either modify the script or create a wrapper that only gives output on error. [18:26] Free99: which script from what package? what ubuntu version? [18:26] /etc/cron.d/php5 on ubuntu 12.04.2 [18:28] x64 by the way === Catbuntu is now known as Guest23171 === HelenCrowley is now known as Catbutnu === Catbutnu is now known as Catbuntu [19:08] anyone here know php, css, and html5 === alamar_ is now known as alamar [19:15] !ask | dandkburt [19:15] dandkburt: 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. :-) See also !patience [19:15] dandkburt: but then, I don't think this is the best channel for web coding [19:17] Royk that is my question === kentb_ is now known as kentb [20:17] I'm installing Ubuntu 12.10 server. It stops at "Unable to install busybox-initramfs". 10.04LTS, 11.* all do this. Console 4: apt-install or in-target is already running, so you cannot run either of them until the other instance finishes. You may be able to use 'chroot /target instead.' Where to from here? === Guest6347 is now known as wedgwood_away