[00:48] Hi. I have ubuntu-server 12.04 running as a guest on ESX. If I have a UPS can I monitor the UPS from ubuntu-server and then in the event of a power fail initiate a shutdown of all the other VM's on ESX [00:57] if you install a bunch of extra crap from vmware, sure [00:57] and I think you need to give it vmi permission [01:12] Hi, I'm trying to install ruby1.8 on a ubuntu precise instance in ec2. The package libreadline5 isn't able to be found as it looks like libreadline6 has replaced it. The strange thing is that libreadline5 is still supported on the official main repo for precise [01:13] is there any reason why the http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ precise main repo doesn't support it? [01:17] bookpage: hrm, are you sure? [01:17] $ HEAD http://us-east-1.ec2.archive.ubuntu.com/ubuntu/pool/main/r/readline5/libreadline5_5.2-11_amd64.deb [01:17] 200 OK === matsubara is now known as matsubara-afk [01:21] Okay I'm confused now. it looks like it works for me now [01:30] sarnold: is there any way I can browse the source without getting accessdened? [01:31] s/accessdened/accessdenied [01:31] bookpage: what do you mean? [01:31] what source? [01:31] Like how I can goto the http://us.archive.ubuntu.com/ubuntu/ and look at all of the packages from my browser [01:32] oh. That's an S3 server, unlikely you can do that. [01:32] Ah, should've realised [01:32] I built that pathname by looking in my /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_precise_main_binary-amd64_Packages file for libreadline5 and appending the url in there to the url you gave me, and the 200 OK showed up. :) [01:32] I take it there's no account setup for read access to the actual S3 bucket(s) [01:35] sarnold: us.archive.ubuntu.com might be s3 if you're in the US, its not outside - I see all Canonical-DC addresses in `host us.archive.ubuntu.com` [01:36] bookpage: the archive is described by its metadata, apt-cache can get you the path to anything [01:36] bookpage: there are 20K discrete packages, something like 100K package versions - manual browsing on static file servers isn't feasible. [01:36] lifeless: bookpage was trying to load from a specific ec3 mirror [01:36] bookpage: and doing dynamic pages in a mirror network is tricky, to say the least. [01:36] lifeless: http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ [01:37] sarnold: or right. [01:37] even so, same rules apply ;) [01:37] it always did seem a bit rude the few times I've gone browsing through server directory listings [01:37] but I was greatful for the times it worked when I needed it. :) [01:48] Hi! I can't send mails via ssmtp, can someone help me troubleshoot? [01:48] log messages? :) [01:49] here: http://www.pasteall.org/36201 [01:49] I can't get authorized [01:50] I'm trying to connect to gmails smtp [01:50] is this new? or did it work before? [01:50] (did google drop rc4? sha-1?) [01:51] This is new, I've never configured ssmtp before so it's a configuration error [01:51] do you know if I should connect on port 465 or 578? My password contains spaces, maybe I'm specifying it wrong in the conf? [01:52] maybe. it may require wrapping with quotes? [01:53] I'll paste my conf... wait a sec, I shall just remove the private stuff [01:54] here is my conf: http://www.pasteall.org/36202 [01:55] sarnold, are you still here? [01:55] gunnarflax: yeah [01:56] gunnarflax: I thought I had ssmtp installed but it doesn't look like it now. confused. :) [01:56] sarnold: didn't want to rush you :) i'm just getting tired since it's 4 pm here where I live [01:57] hah, msmtp.. sigh :) [01:58] gunnarflax: _maybe_ UseTLS and UseSTARTTLS are mutually exclusive [01:58] I've tried with both, one at a time, no difference :/ [01:58] my original issue is that I couldn't send mails through the contact form on my wordpress blog so I guessed I needed a mail server. I tried installing sendmail and postfix but both seemed overkill and I couldn't get them to work, that's why I chose ssmtp [02:00] gunnarflax: and of course it's nearly impossible to tell if the failure is a gmail-specific-oddity or something more common. any chance you can find known-working configs on the internet at large? [02:01] sarnold: I've looked at every single tutorial I've been able to find but all are very simple. I guess I get these errors because I use spaces in the password :/ [02:01] gunnarflax: one would hope it wouldn't be that broken... [02:01] by simple I mean that they don't provide any troubleshooting [02:01] gunnarflax: you could change the password to not have a space but I have little hope for that. [02:02] sarnold: I can try another gmail-account I have... [02:02] hrm, that's useful :) [02:03] gunnarflax: have you opted-in to google's two-factor authentication contraption? I don't know if that is enforced for SMTP/IMAP or not (how could it?) but it might be an annoyance. [02:03] nope, I'm just using a password to authenticate [02:04] I'll try this alternate account I have now [02:05] ya, the two factor thing by google is really a joke [02:05] you get two factor, but then you totally compromise it using the passwords [02:05] and it even warns you, the passwords give FULL access, tehy aren't even restricted to just email, or xmpp, or anything, they give full unrestricted access [02:06] patdk-lap: even to security questions, reset password? [02:06] yep [02:06] haha [02:06] oops === n0ts_off is now known as n0ts [02:07] sarnold: ...this time it worked... that means that I can't use my account if I don't change the password... great [02:08] that password google makes, spaces are optional [02:08] patdk-lap: o_O [02:09] gunnarflax: replace the space with the word 'space' and it'll work :) hehe [02:10] haha! that would take ages to type in x) [02:10] most of my passwords are 12-18 characters long (depending upon the 'importance' of the resource), it's usually not much annoyance. [02:11] though it's not as convenient as keys, of course. [02:12] sarnold: I'll google around a bit and try to find out if there is some kind of workaround. Thank you for your help! :) [02:12] gunnarflax: glad it worked :) [02:13] good night everybody! :) === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha [02:44] sarnold: it looks like the fault was mine.... apt-get update was my problem, after I did an aptitude update I could happily install libreadline5 ... :S [02:45] bookpage: depending upon when the data was pushed, it's possible to hit those even with apt-get update && apt-get -u upgrade commands. [02:45] bookpage: mirror networks are sometimes funny :/ [02:47] cheers for the advice sarnold. At least it's fast and free. Heh [02:48] :) === Ursinha is now known as Ursinha-afk === dendrobates is now known as dendro-afk === n0ts is now known as n0ts_off === n0ts_off is now known as n0ts [07:29] hi, with apache2 i have redirection somewhere, like site.com/blog > newsite.com < where could that be? [07:30] brontosaurusrex: maybe mod_rewrite, maybe a CGI, maybe a mod_php or something doing header injection, maybe a meta tag in an HTML file. [07:30] sarnold, i know i did it on server somehow [07:30] mod_rewrite, hmm [07:31] where is a conf for that? [07:31] depends on your local configuration :) [07:32] eh, found it, sites-enabled conf [07:32] grep -ri rewrite /etc/apache* ought to find it [07:32] thanks === smb` is now known as smb === micahg_ is now known as micahg === lifeless_ is now known as lifeless [09:01] New bug: #1065883 in nova (main) "ceph rbd username and secret should be configured in nova-compute, not passed from nova-volume/cinder" [Undecided,New] https://launchpad.net/bugs/1065883 [09:46] New bug: #1065901 in cinder (main) "cinder-volume should Suggest ceph-common, not python-ceph" [Undecided,New] https://launchpad.net/bugs/1065901 [09:47] <_utmz> hi all. I did an apt-get update and grub is asking to installed: The GRUB boot loader was previously installed to a disk that is no longer present, or whose unique identifier has changed for some reason" i have a choice of /dev/sda /dev/sdb and /dev/md1. Its a brand new 12 ubunt server with raid set up and I am using ssh. Any suggestions? [09:48] _utmz: you want both /dev/sda & /dev/sdb I believe [09:49] _utmz: just in case have ubuntu live cd ready and then do a reboot test. [09:49] oh... ssh.... [09:49] hm. [09:49] <_utmz> xnox: thanks ... i put in a support ticket over 3 hours ago with new provider . . . [09:51] <_utmz> cheap but support sucks! [10:12] New bug: #994225 in qemu-kvm (main) "Windows virtual machine no longer starts after upgrade to Ubuntu 12.04 (Precise)" [Low,Confirmed] https://launchpad.net/bugs/994225 [10:46] New bug: #1065926 in keystone (main) "can't seem to install keystone on quantal" [Undecided,New] https://launchpad.net/bugs/1065926 === maxb_ is now known as Guest72551 [10:51] Hi. Is there anyway of searching for network shared drives on Linux. Much like the net view and net view commands in DOS? [10:54] the samba package has a few tools to work with === dendro-afk is now known as dendrobates [10:55] http://www.samba.org/samba/docs/using_samba/ch07.html [10:55] might want to start with chap 1 and skim through [10:59] ziggyzero: nautilus manages to do it. I think a combination of nmblookup and smbclient -L can achieve it from the CLI [11:00] just out of curiosity, how many people install a gui of some kind on ubuntu-server? [11:01] ok. I installed smbfs but that doesn't include smbclient [11:02] Should I install smbclient or samba4-client package? smbclient is included in both packages [11:03] apt-cache search samba; i would install the full set of tools [11:04] I don't use a gui on server, but nor do I connect to windows shares from a server! [11:04] ziggyzero: you probably want smbclient rather than anything samba 4 related [11:05] rbasak: Well I am using Solaris based NexentaStor for my file storage which does CIFS and NFS. However, as I access these from a Windows machine too as well as Linux clients I choose to use CIFS over NFS [11:06] rbasak: I may switch though because I just cannot get permissions to work properly at all === mcclurmc_away is now known as mcclurmc [11:07] rbasak: When new files are written to the share they are created with 700 chmod. When I do a umask it shows 0022 so I am not sure why it won't work :-( === n0ts is now known as n0ts_off [11:08] I don't think CIFS does unix-style permissions. I think there's an extension to do it but it isn't widely used. It'll be mapped at the server end. [11:09] If you expect to fiddle with permissions then use NFS [11:09] But NFS does have its own set of issues [11:09] Network filesystems just don't work well in general [11:09] I avoid them [11:09] Except perhaps for bulk storage where the details don't matter [11:09] (like permissions) [11:11] rbasak: It's a pain having to log on and chmod the files all the time to 755 so that all computers on the network can access them :-( [11:12] samba (server end) can be configured to create files with sensible permissions by default. No idea with your Solaris thing. [11:12] Configure your file server or get a better one :-) === doko_ is now known as doko [11:30] Hi there. I can't figure out what's wrong with vsftpd. I can login in on some machines and can't log in on other machines === cpg is now known as cpg|away [11:30] I keep getting a 550 error. "Can't change into directory [11:35] DarkStar1: sounds like a permissions issue [11:35] pmatulis: Nope. Like I said I can login in from some machines but not others [11:36] using the exact same details [11:36] From my Mac it's ok. from my colleagues windows 7 machine using FF it's ok [11:36] but from my boss's FF on another windows 7 it's not ok [11:38] DarkStar1: maybe a firewall thing on that machine [11:40] pmatulis: Can't be the firewall. The machines get a dialog prompt for user details. [11:41] zul, I have a couple of fixes in for cinder and glance in the proposed branches - are you planning any uploads or should I forge on? [11:42] DarkStar1: ftp uses several ports, some being dynamically determined, depending on what kind of ftp you're using [11:43] pmatulis: Nvm.. The 'admin guy' gave me a wrong link [11:43] DarkStar1: 'splain? [11:44] He added a directory path to the link [11:44] so to login in to the sub directory :) [11:45] Some angry mail 'splaining has been sent :) [11:45] lunch. hasta la vista [11:45] DarkStar1: ok, good [11:48] jamespage: i think they are going to be SRUed [11:49] zul, nah - we're not to late [11:49] jamespage: okies then :) === gary_poster is now known as gary_poster|away === gary_poster|away is now known as gary_poster === n0ts_off is now known as n0ts [12:47] jamespage: did you do the ceph stuff for nova as well? [12:50] hey guys, i have a freebsd server with about 14-15 users, i want to install ubuntu server 12.04 and i want to migrate these users to the new install, whats the best way to do this? [12:52] jamespage: the python-ceph stuff also effects nova btw [12:52] zul / jamespage: either of you seen http://pb.daviey.com/cOMH/ ? [12:53] Daviey: rabbitmq-server running? [12:53] zul: well, supposedly [12:53] zul: juju charmed [12:53] Daviey: you arent using a password on the rabbitmq-server are you? [12:54] zul: I don't know, the point is, i don't have to know :) [12:54] Daviey: also says its trying to connect to localhost [12:57] would it work if i create the users manualy on my ubuntu server, then tar their directory in freebsd and just copy them over to the new user i created on my ubuntu? [12:57] would there be any issues doing this? [13:00] zul, hmm [13:00] since the ceph-common stuff is reference as a suggests as well [13:01] zul, nova is fine - ceph-common is the correct package for nova-volume [13:01] jamespage: also you tested that patch right? no regressions right [13:01] its only glance that uses python-ceph [13:01] jamespage: ah ok [13:02] zul, I have tested but I personally think its a little hacky [13:02] zul, I can re-test if you want to stuff it somewhere else first [13:03] jamespage: im just worried if it would cause problems with iscsi [13:04] it shouldnt but im just want to be sure [13:04] zul, iscsi uses a different driver - my change is isolated to the sheepdog and rbd integrations [13:05] jamespage: ack ok im good with that then [13:06] New bug: #1065903 in glance (main) "glance should Suggest: python-ceph, not ceph-common" [Medium,In progress] https://launchpad.net/bugs/1065903 [13:07] jamespage: if there is a regression ill poke you with a stick at the end of the month ;) [13:09] zul, infact its isolated to rbd [13:09] jamespage: yeah saw the new patch ill apply it now [13:24] any suggestions guys? [13:24] or opinions [13:24] anythoughts would be cool too [13:33] drag0nz: that should be fine you might have to adjust the ownership of the files when you do it [13:33] Hello, I'm having trouble getting IP forwarding going in Ubuntu 12.04 server with UFW. I have two interfaces, eth0 and tun0, and they can't ping each other. I've made the interfaces promiscuous, net/ipv4/ip_forward=1 in /etc/ufw/sysctl.conf, and DEFAULT_FORWARD_POLICY="ACCEPT" in /etc/default/ufw. Is there something I am missing? === tmclaugh[work] is now known as tmclaugh [15:07] adam_g_: lemme know when you are around? === micahg_ is now known as micahg [15:47] I am about to try ubuntu 12.10. After it is released will I be able to update to release with online update? Or will it be better to reinstall it then? [15:48] oxoocoffee: really depends what happened between now and release. [15:48] I understand that release is just few days away. === micahg_ is now known as micahg [15:58] yes [16:18] New bug: #1065763 in maas (main) "UI URL gives HTTP error 200 after CD install" [High,Confirmed] https://launchpad.net/bugs/1065763 === Ursinha-afk is now known as Ursinha === n0ts is now known as n0ts_off === TheLordOfTime is now known as TLoT === glebihan_ is now known as glebihan === mcclurmc is now known as mcclurmc_away [18:22] quick poll, what's the most stable/widely used iscsi target implementation available on precise? [18:22] Is it tgt? [18:41] New bug: #1063175 in mysql-dfsg-5.1 (main) "mysql 5.1.66 update" [Undecided,New] https://launchpad.net/bugs/1063175 [18:42] New bug: #1065766 in dovecot (main) "package dovecot-core (not installed) failed to install/upgrade: trying to overwrite '/etc/init.d/dovecot', which is also in package dovecot-common 1:2.0.19-0ubuntu2" [Undecided,New] https://launchpad.net/bugs/1065766 [18:57] hello, ive got a question about libs. I have this application i am trying to run from command line, but when i run "ldd" on it, it returns some .so libs missing. How can i find these libs and put them im place so this application can run? [18:57] hallyn: crud, my /dev/kvm doesn't have the right permissions on a newly installed quantal now [18:59] hallyn: scratch that, I don't even have qemu-kvm installed...false alert, please ignore me [18:59] esuave: apt-file search can help you if you don't know which package provides which libraries [19:00] so like this one for example: libpcre.so.0 <- thats one of the missing ones [19:00] so i would just apt-search libpcre? [19:00] New bug: #1066084 in lxc (universe) "Permissions mangled when creating rootfs from cloud images" [Undecided,New] https://launchpad.net/bugs/1066084 [19:01] mdeslaur: phew. yeah kvm_intel loading without qemu-kvm installed is a change, and could lead to problems... [19:02] esuave: either apt-cache search libpcre or apt-file search libpcre [19:05] what if i already have the file? can i just drop it in the /lib directory and run "ldconfig" to get the application to see it? [19:07] esuave: I'd much rather use the packaging system if you can [19:08] esuave: if you can't, then try /usr/local/lib/ first [19:08] that shouldn't be touched by packages [19:08] ok thanks sarnold === mcclurmc_away is now known as mcclurmc === cpg|away is now known as cpg [20:21] New bug: #1006963 in cloud-init "sources.list configuration does not cover security" [Medium,Fix released] https://launchpad.net/bugs/1006963 === hggdh is now known as hggdh_napping [21:41] New bug: #1066144 in postfix (main) "arguments to dbus_server_disconnect() were incorrect" [Undecided,New] https://launchpad.net/bugs/1066144 [22:06] Hello! I'd like to know if anyone here is interested in running a session about the Ubuntu Server Team for OpenWeek? === hggdh_napping is now known as hggdh === n0ts_off is now known as n0ts === shantorn_ is now known as shantorn === Ursinha_ is now known as Ursinha