[00:01] _KaszpiR_, so you never upgrade your productive servers? [00:03] ok i changed defualt directory of apache2 to anouther directory and now i get Forbidden [00:03] [00:03] You don't have permission to access / on this server. [00:03] how do you fix this? [00:06] [Mon Apr 30 13:56:47 2012] [error] [client 127.0.0.1] (13)Permission denied: access to / denied error log === dendro-afk is now known as dendrobates [00:14] <_KaszpiR_> I guess he doesnt know whats testing and production servers :( [00:39] in byobu/screen, how can I close the current window? (assuming exit is not an option) [01:14] tohuw: ctrl-f6 [01:19] kirkland: Thank you. I also was informed of Ctrl+A k [01:19] tohuw: that too [01:39] kirkland, fwiw, if you have more than one flavor of kernel installed, or for some other reason modificaation dates of /boot/vmlinuz-* are not what you're expecting, then your simplistic sorting in http://bazaar.launchpad.net/~bikeshed/bikeshed/trunk/view/head:/purge-old-kernels is woefully broken and dangerous. [01:40] and i dont think that it takes care of kernels. [01:40] er.. care of headers [01:40] smoser: propose a merge? [01:40] smoser: it does not [01:40] smoser: the subsequent autoremove does, however [01:41] http://paste.ubuntu.com/958920/ is probably a better start, really. [01:41] but the isnewer should probably just let dpkg sort it out. [02:57] hey guys, is there something special I need to do to upgrade 11.10 to 12.04? [02:59] KBentley57, I did it today... first, upgrade oneiric;then change suite name in source.list;apt-get dist-upgrade [02:59] hmmm [02:59] my server ran xen 4.1.1 too [03:00] how do i make a cloud ? [03:00] Tecan: go buy some hardware then install ubuntu [03:00] the docs is always the place to start [03:01] KBentley57, apt-get update needed before last step [03:01] would cloud computing work good for a render farm or a game server ? [03:02] ChmEarl, is it really as easy as changing all instances of oneiric to precise in the sources.list? [03:02] if people were connecting to my cloud would it let them use the one with least latency [03:02] yes - worked here [03:03] ChmEarl, notice anything odd? any bugs yet? [03:03] I got inotify add watch errors in udev (init script), not fatal [03:03] Tecan: that really depends on what that is and its requirements. a cloud isn't generally a grid though. you may like to consider grid/distributed computer/batch processing for that [03:03] KBentley57, do-release-upgrade is how you're supposed to do it [03:04] cwillu_at_work, should I just wait till 12.04.1 then? [03:04] ? [03:04] Tecan: your cloud would be 1 cloud wherver you are geographically. there are many public clouds with regions across the world [03:04] KBentley57, if you want to... it's not relevant to your original question though [03:05] cwillu_at_work, when I run do-release-upgrade, it doesn't find any new release to upgrade to [03:05] that seems to be the problem I'm having [03:05] locutus@Borg:~$ sudo do-release-upgrade [03:05] Checking for a new ubuntu release [03:05] No new release found [03:06] disregard my naming schemes ~ [03:06] Is there a mono 2.10 in the repositorys yet? Is there a way to get it without complileing from source? [03:07] craft800: rmadison says 2.10 is in quantal [03:07] KBentley57, -d option; not sure why it's marked as development only, unless there's an update you haven't installed for it [03:07] craft800: and oneiric and precise [03:07] Im on an older realease, will it still work? [03:07] craft800: once Ubuntu is released, that release does not receive new versions [03:08] craft800: you should consider upgrading to 12.04 LTS [03:08] I cant yet, my VPS provider dosnt have an option for it. [03:09] vps is so 90s :p [03:09] Dosnt mono 2.10 from 1.0 library support? [03:10] craft800: if you are renting time on a server, you should discuss this with your provider [03:10] Is there a way to get from 10.10 to 12.04? My provider dosnt have an option for it? :/ [03:11] !upgrade [03:11] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [03:11] twb, paying for it monthly [03:11] They are still providing 10.10! [03:11] Its not even an LTS [03:11] public cloud ftw [03:11] I've checked the release notes, and followed the 3 lines of instructions. [03:12] craft800: the stupidity of VPS providers is not my problem [03:12] Here's when I try -p and -d on the do-release-upgrade [03:12] http://pastebin.com/UdE4DHzu [03:13] KBentley75, are you on 12.04? [03:13] KBentley57: please report what uname -a says, and check what release lsb_release -a report [03:14] Linux Borg 3.0.0-17-generic #30-Ubuntu SMP [03:14] No LSB modules are available. [03:15] Distributor ID: Ubuntu [03:15] Description: Ubuntu 11.10 [03:15] Release: 11.10 [03:15] Codename: oneiric [03:16] KBentley57: I do not know what that would fail. It should be possible to upgrade to 12.04 using d-r-u as you tried [03:16] KBentley57: perhaps d-r-u's access to the internet is blocked or something, so its attempts to check for a newer release fail? [03:16] I dunno, it seems to get the updates just fine, and I'm running in terminal over ssh, it can ping every site i try too [03:17] Now that I think of it though, I installed this server using the miniISO, using only the basic ubuntu server option. Relevant? [03:21] KBentley57: NFI. Personally I hate d-r-u and don't use it, because I always have problems with it and end up having to do it by hand anyway. [03:22] twb, should I go forth editing the sources.list in your opinion? Are there any drawbacks to this method? [03:22] But holding someone's hand through a manual upgrade is a huge pain, especially BECAUSE all the edge cases that can happen during upgrades, which in Debian would simply be documented in the upgrade notes, are instead handled in a tarball of d-r-u scripts. So instead of reading docs you have to read those scripts to understand what they're trying to work around [03:23] in THEORY you basically just updates sources.list and do an aptitude full-upgrade, but in practice there are often gotchas, and that is not something I can talk you through over IRC [03:23] Also I get yelled at here because d-r-u is the official Ubuntu way and I'm not supposed to bad-mouth it [03:23] I guess if you hang around someone else might help [03:24] Well, I thought about filing a bug report, as I know d-r-u is the preferred option, but I wanted to check here and see if I was being dense first [03:25] KBentley57: what you're doing looks correct to me, FWIW [03:26] Think I'll just open a bug, see what happens. I would hate to ruin my uptime PR anyways [03:27] uptime is less important than recovery time and MTBF [03:27] s/recovery time/MTTR/ apparently [03:27] I've got plenty of backups, that's not an issue. [03:28] It's only a personal file server anyways, [03:30] what should I put in this bug report? It's not like it's a problem with a particular program. I've filed those, but I'm kinda at a loss on this one? tag it as 11.10 or 12.04? [03:31] The bug is in 11.10 d-r-u until investigation shows otherwise [03:31] ok, thanks [03:39] wow, I just purged update-manager-core, reinstalled, and updated, and it seen the upgrade just fine [03:40] Shrug [03:40] i love odd errors like that [03:40] anyhow, It's warning me about upgrading over ssh. Is there another preferred method? [03:41] Being physically in front of the machine [03:41] So if it goes tits-up and ssh dies, you can fix it [03:41] yeah, probably right. It is setting in front of me an all. Time to dig out the monitor.. [03:42] Thanks for the help twb. It's helpful to converse about a problem, even if nothing comes out of it [03:47] KBentley57: don't bother with a monitor until after it breaks IMO [03:47] KBentley57: since it probably won't break that badly [03:47] I hadn't yet. I'm just letting it go over ssh. If it dies, I'll get it out then [03:49] Righto [03:59] Uhm [04:00] should i have to specify -d to do a release upgrade for lucid? [04:01] does it work? [04:03] blendedbychris: no [04:03] -d is only needed if you want to upgrade to an unreleased version, e.g. right now if you wanted to get quentzal [04:04] i feel like i'm having some major dejavu right now [04:04] -d gives me precise [04:05] Maybe I remember the options wrong? [04:05] I don't have d-r-u installed :-/ [04:05] -d stands for development release yes? [04:05] yes [04:06] U just went through a phase where I purged my update-manager-core and reinstalled to fis a d-r-u problem [04:06] I* [04:07] it's ? [04:07] wow, too much wine. [04:07] well i guess no harm in just letting this thing go [04:07] I just went through a phase where I purged my update-manager-core and reinstalled to fix a do-release-upgrade problem [04:07] is what that was supposed to say [04:09] i had this issue on the day of with another server but i just proceeded with -d as well [04:09] Wine, eh? Clearly #u-s has gone upmarket [04:09] it's homemade, probably the equivalent of the $3.00 goodness at walmart :) [04:09] twb: sure it's from a box [04:09] :) [04:09] If you take it out of the box it becomes Space Wine [04:10] I call it ingested as it comes out of the box [04:10] How do i add a GPG file from terminal? [04:10] craft800: add to what? [04:10] KBentley57: do you see any issues with running with -d [04:10] add a GPG key file for a repository? [04:11] from terminal [04:11] blendedbychris, you're trying to update to 12.04 from lucid right? [04:11] ya [04:11] gpg --keyserver keys.gnupg.net --recv-keys foo ; gpg --export foo | sudo apt-key add - [04:12] where do i specify the keyfile in that? [04:12] blendedbychris, when you run "sudo do-release-upgrade" what do you get? [04:12] sudo apt-key add foo.asc ? [04:12] no release upgrade avaibe [04:12] that is the same problem I was just having a few minutes ago [04:12] it's really whether i need to reload lucid [04:12] is it a very important server? [04:12] sort of heh [04:12] it's a production web server [04:13] but it's one of many [04:13] to fix mine, I removed the update manager core (not dangerous) with "sudo purge update-manager-core" [04:13] well i just let it run with -d [04:13] and then reinstalled with "sudo apt-get install update-manager-core". After that it was as simple as a sudo apt-get update, and then sudo do-release-upgrdade [04:14] a crap i'm going to reload it mainly because i forgot to change my interface files [04:14] reinstall? [04:15] reinstall lucid [04:15] it's a vm [04:15] Ah, I see [04:15] interfaces(5) can be fixed from a live CD or similar [04:16] during the upgrade, it also asks you if you want to keep or overwrite your interfaces file [04:16] I wonder why [04:16] Well, maybe I'm extrapolating, but it does that on the desktop upgrade [04:16] That reminds me, last time I tried d-r-u it trashed my interfaces because it was too stupid to understand that auto is shorthand for allow-auto [04:17] IIRC I had something like "allow-auto lo upstream dmz lan" and it added a second "auto lo" which broke things [04:18] im trying to get mono from bagerports and it says it has no install canidate? [04:20] dru didn't trash it but the location of ethtool binary changes [04:20] changing binary locations seems like kind of a big deal [04:20] Anybody know what kind of LOM is on the IBM x3650 ? [04:21] KBentley57: i'm guessing this vm image shouldn't have "hardcoded" the location to the binar [04:21] y [04:23] I don't know why interfaces(5) would contain any references to ethtool [04:24] Any references provided by a package would normally go in /etc/network/pre/post-up/down.d/foo scripts [04:24] nvr mind the correct name was mono-runtime [04:42] gents [04:44] lady [05:12] alguien habla español? [05:12] AnonVer: si [05:12] :D yay [05:12] si bien el canal es en ingles, creo que hay un par que hablamos en español [05:13] creo que no hay problemas por eso. [05:15] como se da de alta el vhost en este puto servidor? [05:15] cómo me puedo poner el vhost? [05:17] AnonVer: apache? [05:17] bueno mejor a lo que venimos [05:17] lo que pasa es que tenemos un servidor con ubuntu server pero se nos quemó la tarjeta de red [05:18] y se la tuvimos que cambiar [05:18] el epx es que la nueva ya no la reconoce [05:18] nos podrían ayudar si son tan ambles? [05:19] por query si quieren [05:19] english only [05:22] !es [05:22] En la mayoría de los canales de Ubuntu, se habla sólo en inglés. Si busca ayuda en español entre al canal #ubuntu-es; escriba "/join #ubuntu-es" (sin comillas) y presione intro. [05:31] KBentley57: i tried your method [05:31] purging the update-manager-core [05:31] no avail [05:31] No new release found [05:32] and a google gets you http://askubuntu.com/questions/125392/no-new-release-found-when-upgrading-a-from-10-04-lts-to-12-04-lts [05:33] luckily i had to reimage with 64bit anyway [05:33] :) [05:33] hello. [05:34] someone have issues here when upgrading to 12.04.. I getting errors related to python [05:34] and when try to execute python I get "Illegal Instruction" [05:35] there is the complete error when do apt-get upgrade: https://gist.github.com/2565370 [05:47] l [05:53] is there a tool to compare two packages? [05:54] trying to figure out what the heck the diff is between gfs2-cluster an gfs2-utils... [05:54] same number of packages….. looks like the same packages from a glance…. but the archive sizes are different [05:56] these dudes install both https://wiki.ubuntu.com/ClusterStack/Precise === Lcawte|Away is now known as Lcawte [07:43] howdy all.. i need to stop the samba service when a VM starts up - i have edited the /etc/init/smbd.conf and nmbd.conf commenting out the lines with "start on local-filesystems" but it still starts .... any pointers ? [07:48] ..ahh /etc/init/smbd.conf.disabled [07:52] pukeko_: dpkg-divert it [07:53] Otherwise and upgrade may put it back [07:53] If you don't want it to start automatically, but DO need to be able to stop/start it manually later, then as you say you need to edit the config file [07:54] Which is a huge stupid bullshit failure compared to sysvinit where update-rc.d can do that without having to parse a DSL config file [07:54] ...not that I'm bitter or anything... :-/ === fenris is now known as Guest733 === Guest733 is now known as ejat [09:02] morning o/ [09:41] Top of the morning! [11:37] * hellsend is away: Do I seem like I'm there ? No ! === smw_ is now known as smw [12:05] can any one tell me the process how to configure oracle instant client with php on linux machine [12:31] Does do-release-upgrade require a reboot? [12:37] miceiken, most likely afterwards you have a newer kernel installed and you should reboot into it. === matsubara-afk is now known as matsubara [12:41] miceiken: check the docs on the website, I know that for debian 5.0 to debian 6.0 for example, you wanted to do the kernel and udev upgrades first, reboot, then do the rest of it. [12:42] all the release upgrades I've done required rebooting [12:43] some of the software can depend on a recent enough kernel to work [12:43] and your system will be in a pretty crazy state until you do === almaisan-away is now known as al-maisan === marass_ is now known as mcas === al-maisan is now known as almaisan-away [13:00] hey guys, I just upgraded to precise, and it would appear that vsftpd is broken. Has anyone experienced this? [14:00] halvors1: hey [14:00] err, hallyn [14:24] Daviey: I was goni gto ask you to nix a blueprint, but stgraber has taken care of it, thanks === dendrobates is now known as dendro-afk [14:26] how do you add someone to sudoers in ubuntu 12.04? I've tried usermod -G in the past [14:26] then could sudo -s as that user [14:27] tash1: sudo adduser sudo [14:27] jpds: what if they are already added? [14:27] i mean, what if the user already exists [14:28] tash1: Same thing. [14:28] Daviey: Hi! [14:28] tash1: Don't confuse adduser and useradd. [14:28] jpds: k, I was confusing the two [14:30] jpds: why wouldn't usermod work? [14:30] I got disconnected, so not sure if I missed you saying anything else. [14:31] tash: Probably would; the user just needs to be in the 'sudo' group. [14:31] ah [14:31] is that new in 12.04? [14:31] I swear admin used to be the group [14:31] it did [14:31] check visudo to find out for sure [14:32] thanks guys [14:49] due to a sw dependency I'm wanting to install openjdk-6-jre 6b18-1.8.8~pre1-0ubuntu1 from the command line, but can't figure out how. I've tried but get "E: Version '6b18-1.8.8~pre1-0ubuntu1' for 'openjdk-6-jre' was not found" [14:51] cjs226: that just means that particular version isn't listed in your package lists [14:51] cjs226: also you should know, that version will not be pinned.. so the next 'apt-get upgrade' will get any newer available versions [14:54] cjs226, best bet is to find the deb from packages.ubuntu.org, manually download it, remove your current version, dpkg -i the one you want, then pin the package [14:55] spamaps: qman__: thx, i'll try that [14:55] you can just use package holds in this case [14:56] https://help.ubuntu.com/community/PinningHowto#Introduction_to_Holding_Packages [14:56] cjs226: ^^ [14:56] spamaps: thx! [15:08] SpamapS: hello. I'm testing updated/merged lvm2 bug #936965. slangasek came up with a couple of test to perform (to make sure that updated lvm2 is still sane and at least ok to upload into quantal & not break the world too much) [15:08] Launchpad bug 936965 in lvm2 "[FFE] Please merge lvm2 2.02.88-2 (main) from Debian unstable (main)" [Undecided,Confirmed] https://launchpad.net/bugs/936965 [15:08] SpamapS: steve asked if there is anything special you can think off to test updated lvm2 package. [15:09] SpamapS: I'm currently doing smoke test: builds, installs, creates LVM groups/volumes/etc, can create snapshots, boots, boots with rootfs on lvm, boots with rootfs outside lvm, multiple VGs. [15:10] SpamapS: Good morning! ;-) [15:26] xnox: good morning. :) [15:26] xnox: and welcome! [15:26] =) thanks! [15:26] xnox: that sounds like pretty good coverage [15:26] * xnox it's like 4:30pm here in the UK =) but that's ok. [15:26] xnox: LVM on top of mdadm would also be good to test [15:27] ok. [15:27] as its a fairly common scenario [15:29] SpamapS: yes, raid would be nice. [15:30] SpamapS: do we already have jenkins test for that? (I see raid & lvm separatly, not sure I see lvm on top of raid) [15:31] cause for example we are not testing encrypted lvm cause jenkins/auto testing will give that to us, after we upload to archive & jenkins starts runnings against daily quantal builds. [15:31] xnox: the jenkins tests for those are pretty weak [15:31] xnox: they basically just make sure the install succeeds [15:31] boot? [15:31] xnox: but they don't test raid resiliency or recovery [15:31] xnox: they do boot once [15:31] * xnox currently doesn't hardware with multiple drives to do proper raid tests [15:32] * xnox is currently testing in KVM & my laptop [15:34] xnox: you're not alone in that :) [15:34] * xnox the IO speed is painfully slow cause my host is running ontop of encrypted lvm, then virtualised IO on top is bad =) [15:37] SpamapS: even though jenkins tests are 'basic' I think we still should add lvm-on-raid test case. [15:37] xnox: I believe the jenkins testing framework is being reworked this cycle [15:37] xnox: I did some things to add reboot support last cycle, but by the time I was done w/ my work, it was clear the framework was being deprecated [15:40] SpamapS: is this the new thing: https://launchpad.net/ubuntu-automation-test-harness ? [15:41] and related uds-q specs/meetings? [15:41] xnox: yes thats the new thing [15:41] I just hope that jenkins will still run / in-parallel until the new thing has stabilised. [15:41] or is it already finished? [16:16] hello. I getting errors related to python and when try to execute python I get "Illegal Instruction"? there is the complete error when do apt-get upgrade: https://gist.github.com/2565370 ... the error appeared while doing do-release-upgrade from 11.10 to 12.04 yesterday. The python with verbose execution returns it: https://gist.github.com/2569295 ... I already tried many things, even compile python, and it not works. Some lib looks like is [16:16] broken. [16:16] it's a BUG on UPGRADE to 12.04 [16:32] I'm having an apt issue. I have set up a 12.04 mirror of just the 64bit architecture. when I do an apt-get update against that mirror it errors out trying to find i386 packages. why is it even trying that when my architecture is amd64? [16:33] ona_matt, some i386 packages are used on the amd64 architecture [16:34] only the base system is necessarily amd64 specific [16:34] qman__: thats what I was afraid of.. so you are saying I have to mirror the i386 junk for just a few packages then? :( [16:34] lost of packages don't have amd64-compiled versions [16:34] it's more than just a few [16:34] so even though I may not install those packages, I still have to have access to them all so apt-get update will run completely? [16:36] qman__: well thanks for the info.. thats what I thought may be going on but just wanted to confirm before I downloaded it all. :) [16:37] ona_matt, there may be a way around it, but really, you're going to have a mirror that's nowhere near complete without them [16:37] not even an installable system [16:37] there may also be a way to limit which i386 packages you get [16:37] but I'd suggest at least getting main in i386 [16:38] well the goal was to install 64 bit servers so the assumption was that most of the packages were 64 bit.. but if that is not the case then yea we'll have to get it all. I guess I didnt realize how much was still 32bit [16:39] for example, you might be able to create the i386 repository with no packages in it, or one package in it [16:39] but yeah [16:40] there's a lot of stuff you'll need in there [16:40] sure.. well probably more work than I need to spend on it.. I have plenty of disk to mirror it with.. was just trying to be clean and efficient about it. [16:42] arrggghhhh I'm trying to update the kernel on a bhost so that I can install precise, and grub won't regenerate the boot list because it can't probe /dev/simfs [16:42] how I do this [16:43] utlemming, what evidence/explanation do you have to imply that bug https://bugs.launchpad.net/ubuntu-on-ec2/+bug/987182 is http pipelining issue. [16:43] Launchpad bug 987182 in ubuntu-on-ec2 "403 Forbidden on some packages" [Low,Won't fix] [16:44] the failure the user sees is a single package 'apt-get install' [16:45] qman__: so I just did a "dpkg-query -W -f='${Architecture}\n'" on my 12.04 server install here.. there are no i386 packages installed according to that? [16:45] ona_matt, might be miltiarch or i686 [16:46] or 'all' [16:46] qman__: there are only two reported.. all or amd64.. [16:46] I thought the 'all' would have been in the i386, but maybe not [16:46] in that case I'd try to create an empty i386 [16:46] to make apt happy [16:47] I find it strange that the apt-get update even asks for i386 because I thought it was supposed to replace the $ARCHITECTURE value when it did its lookup. [16:47] is there an easy way to do that in my apt-mirror? === dendro-afk is now known as dendrobates [16:50] Here is another thought. I have my own repository managed by reprepro.. It specifically defines the repo as being amd64 and src for architectures. It fails too because my apt-get update is ASKING for i386 stuff even though there is nothing there it needs. [16:51] that doesn't seem right [16:51] Unable to find expected entry 'main/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file) [16:51] thats the error I get on that one. [16:52] deb http://archive/myrepo/ precise main [16:52] thats the sources.list entry [16:52] its' on a bhost, I don't know if I actually can update my kernel, it's at version 2.6 :( [16:53] so for some reason the stupid box is asking for i386 stuff even though 'dpkg —print-architecture' reports amd64 [16:58] god I hate openvs [16:58] vz [16:59] antihero: whys that? [17:00] aside from kernel stuff [17:02] qman__: I think I fixed it.. I added "APT::Architectures { "amd64"; };" to my apt.conf. it runs clean now [17:03] apparently the default is to try both architectures [17:05] utlemming, ^^ [17:07] smoser: oh...I posted to the wrong bug [17:07] * utlemming digs further on it [17:07] adam_g: so, I've put some fixes I needed at lp:~gz/+junk/juju-deployer [17:08] mgz: sweeeet [17:09] are the rest of the charms also going to go through the ~charmers/charms/precise/.. -> charms/.. rename? [17:10] and alas the deploy to canonistack has resulted in a lot of machines in error state, but that was somewhat expected [17:10] mgz: im not sure, i just found out there was some problems upgrading them like that. im not really involved with that, i just reference the entire branch path [17:11] right, which (generally) hasn't actually moved, though rabbit caught me out again [17:12] mgz: ill update the deployment cfg to point to current branches when i merge those changes of yours [17:13] I've got a few more pending, a way of passing the environment name (I had multiple, which breaks just calling `juju status`), [17:13] and you wouldn't mind if I cleaned up the logging/output a bit? [17:14] mgz: oh yeah, ive wanted to add that but have just been using sed on environments.yaml when switching in a script [17:14] mgz: no dude, go for it. i hacked that out of necessity and have only touched it when i needed to (it was broken) kapil has come up with something similar last cycle to do charm testing, we might end up using his in the future if it suits our needs in the CI lab [17:15] hm, unfortunately juju maps these error states to 'pending' so deployer doesn't know to give up [17:16] mgz: for provider errors? yah? though the output of juju status has changed at some point to provide better error reporting on relation errors [17:17] as in the actual servers are in error state, canonistack likes breaking (and amazon doesn't actually have an error state...) [17:17] oh, right [17:18] I'll see what can be done about that in their code. [17:21] ...and a bug in txaws on terminate too [17:22] seems to be fixed in trunk, yeay [17:31] smoser: S3 bug....if you access it via different URL's, it works [17:32] smoser: (works) https://s3-us-west-1.amazonaws.com/us-west-1.ec2.archive.ubuntu.com/ubuntu/pool/main/n/ntp/ntp_4.2.4p8+dfsg-1ubuntu2.1_amd64.deb [17:32] utlemming, but it clearly did not work. [17:32] smoser: (doesn't work) http://us-west-2.ec2.archive.ubuntu.com.s3.amazonaws.com/ubuntu/pool/main/n/ntp/ntp_4.2.4p8+dfsg-1ubuntu2.1_amd64.deb [17:34] utlemming, i'm not usre i understand what you're saying [17:35] if you use "s3-us-west-1.amazonaws.com/us-west-1.ec2.archive.ubuntu.com" over "us-west-2.ec2.archive.ubuntu.com.s3.amazonaws.com" then it work. [17:36] utlemming, i'm stil confused. [17:36] you said "doesn't work" to http://us-west-2.ec2.archive.ubuntu.com.s3.amazonaws.com/ubuntu/pool/main/n/ntp/ntp_4.2.4p8+dfsg-1ubuntu2.1_amd64.deb [17:36] which i though twas the correct way [17:36] right... [17:37] the problem is that S3 is messing up the permissions when accessing via the correct way [18:05] Someone can take a look on this BUG: https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/992760, I guess is important [18:05] Launchpad bug 992760 in python2.7 "Python stop to work on do-release-upgrade from 11.10 to 12.04 with "Illegal instruction"" [Undecided,New] [18:12] smoser, utlemming: Don't you have to specify the correct S3 region? E.g., http://us-west-1.ec2.archive.ubuntu.com.s3-us-west-1.amazonaws.com/ubuntu/pool/main/n/ntp/ntp_4.2.4p8+dfsg-1ubuntu2.1_amd64.deb [18:13] Also, if you want to use "https" then you pretty much have to use the "/bucketname" style of URL, or else you'll get SSL certificate errors because the hostname does not match the certfiicate. [18:49] guys how to run a perl script on ubuntu server..? [18:50] ruben23: perl script.pl [18:50] ruben23: perl is part of the "essential" set of packages, so its always available, though it is a minimal perl, so you might not have all the libs you need [18:50] oh ok..thanks.. [18:51] SpamapS: i seen a per script which runs and email the specified email being put..is this out of the box in ubuntu server if i run this..? [18:52] ruben23: its impossible to answer that without reading the script [18:52] Hi, I have a question. Anyone know why my Ubuntu-Server is dropping ftp connections? [18:52] UFW is off, I have it as the DMZ, and have tried 2 daemons now. [18:52] ZenMaster: perhaps there's another firewall between you and the internet? [18:53] Nope. :*( [18:54] ZenMaster: you probably should do some packet traces (tcpdump, wireshark, etc) and figure out what is happening to your connections. [18:55] I see nothing under netstat -ln. Local connections same machine are working, local network actively refused wan same thing. [18:57] SpamapS: this is the one----------------------->http://sites.google.com/site/kjalleda/mysqlreplicationconsistency [19:01] ruben23: use DBIx::DWIW; [19:01] ruben23: that will need to be installed, its not in the base system [19:44] is there a way of getting how many RAM sticks are installed on a system? [19:45] <_ruben> look inside? :) [19:46] _ruben, what if I cant? [19:47] <_ruben> i recall lmsensors being able to shed some light on that [19:47] DrP: dmidecode -t 16 [19:48] -t 17 will give you detailed info about the RAM [19:50] ihashacks, that did the trick [19:50] thnx! === dendrobates is now known as dendro-afk [20:03] So I have come to the conclusion that iptables is blocking my ftp traffic. Is there anyway to verify this? [20:09] Zen: "iptables -L -v" will show what iptables is configured to do. [20:09] iptables -vnL|less [20:11] * _ruben votes for the -L option to be removed from ip(6)tables [20:18] hello, bit of a generalised question about ubuntu server...but in theory is it possible to create a server with ubuntu that could perform all the domain controller functions of something like windows small business server, with windows clients connecting to it? (e.g. i know samba would do file sharing, and an http proxy wouldn't be too hard to set up. but is it possible to create an [20:18] exchange-like email server that outlook could connect to and have all the calendar functions etc??) [20:19] moooooo: maybe zimbra? [20:19] moooooo: http://www.sogo.nu/english.html [20:20] thanks very much i'll have a look at those [20:36] Ok guys, there is a REAL BUG happening on Upgrade to 12.04. That happened again and now I have all logs. The issue is https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/992842 and probably happening to more people. I can say it is URGENT to solve. [20:36] Launchpad bug 992842 in update-manager "update-manager dpkg: error processing python2.7-minimal (--configure)" [Undecided,New] === EgyParadox_ is now known as EgyParadox [21:44] I just installed a server, but the RAID used metadata version 0.9 instead of 1.2. Why is that? All my other servers automatically used 1.2, and I set them up exactly the same. === dendro-afk is now known as dendrobates [22:23] hello [22:24] yesterday I hosed the debian firewall/nat/dns server I am setting up [22:24] I am trying to limit the amount of software on it [22:25] x11-common being one of those unneeded packages [22:25] I thought I might try ubuntu-server as it is debian based [22:26] not really interested in trying a non debian based system [22:26] my question; [22:27] will ubuntu-server drag x11-common into the base install like a debian base install? [22:29] it doesn't [22:29] but many program you install, could drag it in later === ubott2 is now known as ubottu === stiv2k_ is now known as stiv2k === mcclurmc_ is now known as mcclurmc === mcclurmc is now known as 31NAA87MH [23:01] thanks guys === Lcawte is now known as Lcawte|Away === SpamapS_ is now known as SpamapS === a5m0_ is now known as a5m0 === Madkiss_ is now known as Madkiss === Lcawtez is now known as Lcawte === Kiall_ is now known as Kiall