/srv/irclogs.ubuntu.com/2013/04/02/#ubuntu-server.txt

premerakeithzg: Have look here http://docs.aws.amazon.com/AmazonS3/latest/dev/RetrievingObjectVersions.html00:15
keithzgpremera: 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:27
premerakeithzg: 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 is00:29
pmatulis_does one typically edit iptables filter rules created from iptables-save ?00:59
lifelesssmoser: hey, are you planning on publishing arm cloud images ?01:04
lifelesssmoser: (also, https://wiki.ubuntu.com/UbuntuCloud/Images/Publishing has stale releases; is it otherwise up to date?)01:04
anepanaliptoshey 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 static02:35
anepanaliptosany 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
anepanaliptos(only reason why im asking here is cos there is no way in hell a windows user would know what eth0:1 is)02:36
=== wedgwoodz is now known as wedgwood_away
ScottKDoesn't particularly make it on topic.03:05
ScottKPersonally, it's been about a decade since I'd have known that.03:05
tgm4883anepanaliptos, you can set a second IP address on a NIC in windows, I'm unsure if it will work like you want it to though03:12
dandkburtcan I get some help diagnosing my eggbot04:30
ScottK!ask | dandkburt04:36
ubottudandkburt: 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 !patience04:36
dandkburtcannot get eggbot to connect04:38
blagI 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?04:56
blagdandkburt:  why did you pm me to connect to ddb.ddbirc.net ?05:02
dandkburtbecause that was the only place that was able to help me on my postfix prob05:03
dandkburtall I got here was go to a http here05:03
dandkburtand I found out it was a problem with anoter area05:04
=== bigjools_ is now known as bigjools
chrislabeardis there anyway to mount an afp share in ubuntu? I tried afpfs-ng but there seems to be an outstanding bug on it.05:44
=== 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
cusionhi, 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 is10:29
cusionthat possible, and could anyone help me? Thanks10:29
bestdndhi. 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. thanks10:57
workerbeeHello. How would I install/run a webserver without root access (protable). Perhaps in the home or any other directory?10:59
workerbeeIm not a privilidged user there.11:00
=== HappyLoaf is now known as SadLoaf
Jeeves_workerbee: You can run it from /home and as your own user, you will just not be able to listen on ports < 102411:05
doogy2004Python has a webserver built into it.  Check this out: http://www.linuxjournal.com/content/tech-tip-really-simple-http-server-python11:07
workerbeeJeeves_: so ports >= 1024. but is that bad ?11:07
workerbeeWhat Im about to install drupal on that one.11:08
workerbeedoogy2004: ok. ill check.11:08
TzunamiiQ: I'm getting garbled kernel logs running 12.04.2 server with LXC. Anyone with a solution, please?11:09
workerbeedoogy2004: unfortunately the Simple server is not installed. not actually a ubuntu. but a debian system.11:14
Jeeves_workerbee: Well, depends on what you want to do with the site :)11:21
elithrarHi 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 <dnsip>11:32
=== SadLoaf is now known as HappyLoaf
elithrarjoin ##aws11:37
workerbeeJeeves_: 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:44
Jeeves_workerbee: You can run any php-capable webserver11:45
Jeeves_As any user11:45
Jeeves_So what you want is possible, just not on port 8011:45
Jeeves_But any port > 1024 will do, unless it's in use11:45
Jeeves_Just visit the site using http://localhost:port/11:46
thejoecarrolli'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 :-(11:55
elithrarthejoecarroll: Do you have a malformed config file?12:01
thejoecarrolli don't think so12:02
thejoecarrolli've looked throug it for problems but haven't found any12:02
freesbie_try starting sshd by executing it directly, then you may get a more usable output12:03
thejoecarrollgood idea. not much of help in any logs12:04
freesbie_checked daemon.log ?12:04
thejoecarrollthat's empty12:05
thejoecarrolli wanted to tighten the security settings in /etc/ssh/sshd_config there must be some error i've introduced12:06
freesbie_then best action is to execute directly to get the error12:06
thejoecarrolloops. just spotted a typo: i was comparing my previous etckeeper/bzr-committed and new versions of ssh_config instead of sshd_config12:07
thejoecarrollno wonder they were the same12:07
thejoecarrolllet's have another look :-)12:07
thejoecarrolli 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 right12:10
thejoecarrollthanks for the support :-)12:10
thejoecarrollturns out i had mistyped "no" after PermitRootLogin12:18
workerbeeJeeves_: I think you assumed the webserver is already installed.12:21
=== ZarroBoogs is now known as Pici
Jeeves_workerbee: If it isn't. Just download the source from $website and compile it12:42
Jeeves_I didn't say it would be easy :)12:42
workerbeeJeeves_: alright :) Still, it should be made one easy thing, dont you think?12:44
Jeeves_workerbee: No.12:44
workerbeeJeeves_: one click webserver sandboxing.12:45
Jeeves_workerbee: You have vps suppliers for that :)12:46
workerbeeJeeves_: 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:51
Jeeves_workerbee: Your test-environment is sensitive on security?12:54
Jeeves_workerbee: Anyways, nevermind.12:54
Jeeves_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 permissions12:55
workerbeeJeeves_: yes its propably the best. thanks a lot.13:06
thejoecarrolli'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:29
thejoecarrollhttps://gist.github.com/thejoecarroll/529221113:30
dandkburtwho is hosting the vps13:31
thejoecarrollOVH13:31
zulyolanda: https://code.launchpad.net/~zulcss/nova/rc2/+merge/15655813:32
yolandadone13:33
=== wedgwood_away is now known as wedgwood
=== wedgwood is now known as Guest6347
zulyolanda: thanks https://code.launchpad.net/~zulcss/horizon/rc2/+merge/15656213:43
yolandaok13:44
zulyolanda:  one more after this one https://code.launchpad.net/~zulcss/keystone/rc3/+merge/15656413:52
=== gema_ is now known as gema
=== Mez_ is now known as Mez
zulyolanda:  https://code.launchpad.net/~zulcss/swift/rc2/+merge/15656914:02
=== Ursinha_ is now known as Ursinha
zulyolanda:  one more https://code.launchpad.net/~zulcss/python-cinderclient/1.0.3/+merge/15657514:24
dizopsinhi! 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:56
dizopsinhow 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?14:57
zuljcastro:  ping15:14
jcastropong15:15
zuljcastro:  do we have a list of whats in the charm store and what servers are being used by the charms?15:15
jcastrowhat do you mean by "what servers"?15:16
zuljcastro:  ie if the charm is using nginx or apache15:16
jcastrohttp://jujucharms.com/charms/precise has the full list for precise15:16
jcastrothat depends on the charm author15:16
jcastroother than wordpress most use apache off the top of my head.15:17
zuljcastro:  cool thanks15:17
jcastroif a charm has support for nginx but not apache I consider it a bug15:17
jcastrobut like wordpress has an option to switch, etc.15:17
jcastroactually, the policy is to default to things in main if available15:17
zuljcastro:  gotcha thanks15:19
zuladam_g:  http://people.canonical.com/~chucks/ca when you get a chance16:01
=== matsubara is now known as matsubara-lunch
hallyn_roaksoax: guess we'll chat later :)16:13
roaksoaxhallyn_: :)16:14
=== Ursinha is now known as Ursinha-afk
Darkstar1hi all anyone here can soundboard with me on how to configure apache to proxy for tomcat?16:20
Darkstar1I have installed mod jk16:21
Darkstar1configured virtual hosts16:21
Darkstar1and the tomcat server.xml16:22
=== Ursinha-afk is now known as Ursinha
=== matsubara-lunch is now known as matsubara
stercorI'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
RoyKstercor: what sort of hardware? or is it a vm?18:01
stercore-machines AMD6418:02
stercor4G RAM; 2Tb hd18:02
stercorCurrently no system.18:02
RoyKfirst hit on google: http://ubuntuforums.org/archive/index.php/t-1103751.html18:02
stercorI have another box to get the boot USB drive18:03
RoyK!bug 90402118:04
uvirtbotLaunchpad bug 904021 in ubuntu-meta "Problem during setup" [Undecided,New] https://launchpad.net/bugs/90402118:04
RoyKseems others have the same issue18:04
RoyKstercor: which is rather strange - I've installed 12.04 (and 10.04) on numerous machines and never seen this18:05
=== NomadJim_ is now known as NomadJim
RoyKstercor: what make of machine is this?18:06
* RoyK hasn't heard of e-machines18:06
genii-aroundDell crap18:06
sarnoldRoyK: they were first to market with a <$1000 USD PC!18:06
RoyKhttp://en.wikipedia.org/wiki/EMachines this one?18:08
ogra_e-machines definitely isnt dell18:09
ogra_its even cheaper18:09
genii-aroundYeah, I said Dell when it was Acer18:09
sarnoldheh, somehow I missed both the gateway _and_ acer acquisitions18:10
genii-aroundI took a few apart before, mostly OEM boards from MSI in them18:10
RoyKperhaps they have some funny BIOS?18:10
sarnoldhah, love the bios update that bricked machines. way to test it, guys...18:11
genii-aroundsarnold: 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 blind18:13
RoyKsounds like an engineering masterpiece18:14
jcastroutlemming: Hey are we going to try to get our images listed on vagrantbox.es?18:15
utlemmingjcastro: we are :)18:16
utlemmingjcastro: I just need to update the list18:16
jcastroutlemming: oh I see18:17
stercorI'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
jcastrowe're under "Official Ubuntu blah blah" and not under "Ubuntu"18:17
utlemmingyup18:17
sarnoldgenii-around: wow. just wow.18:17
genii-aroundsarnold: Yeah, pretty messed up.18:19
RoyK!patience | stercor18:21
ubottustercor: 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
RoyKis there something like vagrant for kvm/libvirt?18:21
Free99hey 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
RoyKfix the script ;)18:25
Free99(shrug) came from the repos :D18:25
tonyyarussoFree99: Either modify the script or create a wrapper that only gives output on error.18:25
RoyKFree99: which script from what package? what ubuntu version?18:26
Free99/etc/cron.d/php5 on ubuntu 12.04.218:26
Free99x64 by the way18:28
=== Catbuntu is now known as Guest23171
=== HelenCrowley is now known as Catbutnu
=== Catbutnu is now known as Catbuntu
dandkburtanyone here know php, css, and html519:08
=== alamar_ is now known as alamar
RoyK!ask | dandkburt19:15
ubottudandkburt: 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 !patience19:15
RoyKdandkburt: but then, I don't think this is the best channel for web coding19:15
dandkburtRoyk that is my question19:17
=== kentb_ is now known as kentb
stercorI'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?20:17
=== Guest6347 is now known as wedgwood_away

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!