[00:23] mikal: yes there will be when its ready [00:42] zul: is it hard to get a newer libguestfs into there? [00:42] zul: see http://lists.openstack.org/pipermail/openstack-dev/2014-September/046764.html for reference [00:49] mikal: no its probably not === markthomas is now known as markthomas|away [01:19] zul: cool === peter is now known as Guest26419 === daz is now known as Guest15658 === arrrghhh is now known as arrrghhhAWAY [05:43] Hey :) #ubuntu send me here. Currently i have a debian server but want to migrate it to ubuntu.. is there a common way to do this? [05:56] I have a Lucid server and need a newer PHP5 for owncloud. I am wondering if it would be a better idea to backport the php5 package or virtualize apache and php5 in a container. Updating the host to precise or trusty is unfortunately not an option. [05:56] opinions? [06:01] I've got an urgent problem with the work server. The open file limits for the user couchdb is too low. [06:01] How do I change that? [06:01] I already altered /etc/security/limits.conf [06:01] #For couchdb [06:01] * hard nofile 5242880 [06:01] * soft nofile 5242880 [06:01] root soft nofile 5242880 [06:01] couchdb soft nofile 524288 [06:02] And added "session required pam_limits.so" to /etc/pam.d/su [06:03] This does not seem to raise the files limit. [06:03] What else do I need to do? [06:07] Laibsch: In the same situation what I did was install a newer ubuntu in a chroot environment. [06:07] It works but is not ideal (no option is :-) ) [06:08] what virtualization did you use? [06:08] just plain chroot? [06:08] or a more sophisticated containter? [06:08] or a more sophisticated container? [06:08] as to your problem, maybe some service needs to be restarted? [06:10] Laibsh: I used just plain chroot. I installed a newer version of ubuntu with debootstrap. [06:11] I expect something needs to be restarted, just don't know which. [06:11] couchdb? look through the dependencies of couchdb, maybe that will give you a hint [06:12] I restarted couchdb but that did not solve the open file limit problem :-) [06:12] Interactive: Can I private message you for some of the details of your chroot solution? [06:12] Laibsch: Sure. [06:18] hello all! having an issue with openvpn server. getting an error that says auth-pam background user failed to authenticate error in service module [06:23] nm [06:23] solved [06:33] is it possible to copy paste from windows note pad to VI editor in ubuntu-server ? [06:34] Yes :-) [06:34] Ctrl-shift-v to paste in a terminal [06:35] or middle click [06:35] or shift insert [06:38] thanks guys [06:42] Help - just found out my server was hacked. Running 12.04. I see a *second* account with root privilages. Want to figure out how they got in. [06:42] Ran rootkit scanner and it found nothing [06:46] Which rootkit scanner? [06:46] Can anybody suggest some diagnostic tips? [06:48] Look at /var/log/auth.log [06:48] Good morning. [06:48] Run rkhunter and chkrootkit [06:49] Make sure you install them from a trusted source. [06:50] But in the end, if you server is compromised it's difficult to be sure the "cracker" no longer has access to your server. [06:52] btcquant: Take it off-line, then either work from a Live boot environment or image the root file-system and boot-loader. If you don't suspect local compromise via console, look at which remote services were available, and then examine those services and supporting infrastructure. Look for signs of log-file tampering; those may all give you clues as to when the compromise started. [06:54] i am maybe outdated :( [06:54] how to handle ip's this days [06:54] i think ifconfig and /etc/network/interfaces are wrong [06:54] nothing works :D [06:55] i find stuff with ip addr that don't shows anything in ifconfig thats wirred for me [06:57] SP33D: "ifconfig -a" will show the same list of interfaces that "ip link show" will. "/etc/network/interfaces" is used by ifupdown. [06:58] TJ how would u set up a machine that got more then one ip [06:58] i am normaly doing edit of interfaces and add lines for eth0:1 and so on [06:58] also called aliases [06:59] but i can't ping them i don't know whats wrong === Lcawte|Away is now known as Lcawte [07:00] SP33D: Routing? Firewall? Incorrect sub-net? .... many reasons can cause that [07:00] maybe this was to much and i should only use ip addr [07:00] ya i think i simply over engeneered it [07:00] with my costum mac addresses and all [07:01] ;D [07:02] SP33D: You mean broke it so you can learn how to fix it? [07:02] ya maybe htat [07:02] but don't got time to fix that i should do other stuff first [07:02] as long as one ip works [07:02] :D === Lcawte is now known as Lcawte|Away === _ruben_ is now known as _ruben [08:35] zul, sorry I pushed some changes to the neutron packaging branch in error - but I'd just finished testing them so went ahead and uploaded [08:35] zul, pending release team review [08:35] (ff in effect) [09:32] Hi, I'm connecting to my server (14.04) with SSH, after a short time it will disconnect. Is this timeout time set in the server or client? [09:39] vooze: Maybe this will help: https://docs.oseems.com/general/application/ssh/disable-timeout [09:45] Interactive thanks, lets see if it works :) [09:46] :-) [09:47] vooze, Interactive: the solution in that article looks correct, but the explanation isn't. [09:47] Most ssh servers don't time out clients. [09:47] But many clients are connected to a server through a NAT device, which does timeout. [09:47] Maybe its the client then :D Server is Ubuntu, client is OSX [09:48] rbasak: did not know that :-) [09:48] If your client has a "private" IP address like 10.x.x.x or 192.168.x.x, then you're connected via a NAT device. [09:49] rbasak it happens both when connecting from school (not on the same network) and at home [09:51] Most clients are behind NAT. That probably includes both your school and your home. [09:55] rbasak so there is nothing to do to extend the timeout ? [09:57] vooze: no, not at all. Use the same solutions to extend the timeout. They still work. It's just that the reason is not accurate. The solutions are fine. [09:57] (I think; I didn't look too closely) [09:58] I usually use "-o ServerAliveInterval=55" which usually caters for even the most aggressive NAT. [09:58] (and it's useful for unreliable connections to detect frequent disconnects, too, since you can't resume a NATted session without reconnecting anyway). [09:58] So I combine that with screen usually. [10:01] rbasak well its not really a big issues, its just a little annoying, so I don't need to use screen. But thanks for the ideas anyway :) [10:03] So If i understand it correctly, the 55, will mean that every 55 sec. it wil make sure it does not timeout? [10:03] Every 55 seconds it will send some data, which will mean that intermediate devices (eg. a NAT device) will consider the connection to still be alive. [10:03] This generally will cause those intermediate devices to not time out the connection. [10:04] For 55 seconds, a device set with a timeout of 60 should generally not time it out. [10:07] rbasak okay :) Lets see if i did it correctly after like 10 mins :) thanks for all === Lcawte|Away is now known as Lcawte [10:45] Which SSH client do you all use ? Looking for a client as i migrate from Win to ubuntu. Need Something like mRemoteNG / SecureCRT.. [10:47] Thumpxr: Client for Linux? [10:49] queeq: yes [10:50] It has built-in client. [10:50] Do you have any special requirements? [10:51] Here is the man for it: http://linuxcommand.org/man_pages/ssh1.html [10:54] queeq: I need scripting, multiple sessions, Port Forwaring, SCP and best would be support for my KeePass Database.. [10:56] Thumpxr: I suppose most simply use the openssh-client (ssh). [10:56] port forwarding and scp are available from the start. Multiple sessions... Well, you can run multiple clients from, say, screen or just different windows (if you are on desktop linux). Scripting is also possible (so you may include ssh command in scripts) [10:57] KeePass... That's unlikely [10:57] Well perhaps you can script something together with expect and keepass. [10:57] You can alternatively use ssh keys to login and, say, keychain to eliminate constant password typing [10:58] ^ that would be better ;) === Lcawte is now known as Lcawte|Away [10:59] Yep, that's the standard method for that [11:00] queeq: already have ssh keys.. lordievader: i found PAC Manager has build in KeePass support. Are there any known issues with? [11:01] I'm not familiar with PAC Manager. 'ssh' works for me. [11:02] lordievader: How many sessions do you maintain at once ? Where i work its sometimes like 50+.. [11:02] Great, so all you need to do is to put them in ~/.ssh/ and, if they are different for different hosts, attach them to particular hosts in ~/.ssh/config [11:03] Thumpxr: woah, that's a lot. How do you manage to quickly switch between them? [11:04] Why would you need so many anyway? [11:04] queeq: right now with SecureCRT. but i already tested it on ubuntu and got some misfunction. Why? I maintain the network of DLR [11:16] <_ruben> securecrt is the bomb, on windows atleast ;) got 72 tabs open spread over 9 windows [11:20] morning peeps [11:20] hey [11:32] jamespage: ack [12:04] rbasak: do you have any idea why my nginx merge failed the autopkgtests? [12:04] mdeslaur: yeah, we've been discussing it in #ubuntu-devel. [12:04] ah! /me goes to read backscroll [12:04] mdeslaur: see scrollback there from about an hour ago. [12:05] rbasak: oh, hehe...so the previous tests were false positives then :) [12:06] rbasak: thanks for bringing that up, I was a bit stumped and was a bit too swamped to take a look at it properly today [12:09] mdeslaur: no problem. I'll file a bug for fixing the environment or finding some other solution I think. [13:49] Can anyone suggest some good certification entry level for Network administration or server administration? [13:57] zubairahmed, LPIC1 [14:03] iclebyte, Thank you. === arrrghhhAWAY is now known as arrrghhh [14:11] CompTIA Linux+ and ITIL Are these any good? iclebyte [14:11] Also CCNA iclebyte [14:12] zubairahmed, I've not done them. I did LPIC1 and LPIC2 - although to be honest the industry doesn't seem to bothered by them, from an employee perspective RHCE seems to have the most respect [14:12] CCNA isn't a systems administation course. [14:13] it's cisco specific networking [14:13] well.. all networks but on cisco kit. [14:13] CCNA will open doors [14:13] i'm studying for mine at the moment. [14:14] Thanks iclebyte === moparisthebest is now known as moparsthbest === moparsthbest is now known as mopar === mopar is now known as moparisthebest [15:35] coreycb: looking at bug 1371805, it looks good. Though one thing I didn't consider before. [15:35] Launchpad bug 1371805 in python-django-openstack-auth "Please merge python-django-openstack-auth 1.1.6-3 (main) from Debian unstable (main)" [Wishlist,Confirmed] https://launchpad.net/bugs/1371805 [15:35] We're in feature freeze. Do you consider the upstream changes to be OK for that? [15:36] i have a trusty exporting a zfs volume via nfs v3. in /etc/exports i have "/pool1/home 192.168.100.0/24(rw,sync,no_subtree_check,no_root_squash)". When I mount the share from a debian wheezy host (kernel 3.2) everything works as expected, but when I try to mount it from another ubuntu trusty machine, I get nosuid,nodev,noexec as my mount options even if is specify manually that i want suid,dev,exec. exported directories are owned by uid 10 [15:39] s/if is/if i [15:40] rbasak, hey [15:40] o/ [15:41] Sorry I didn't think of this before. It's not good from your point of view - better for you to have all review comments in one go, and I failed there, sorry. [15:41] rbasak, oh not a problem, thanks for reviewing [15:41] rbasak, I don't see a problem with the fix re: sru [15:42] coreycb: we're pulling in all the other changes that can with 1.1.6. [15:42] I don't object to that, as long as we consider them all bugfixes. [15:42] rbasak, maybe we want to ping jamespage [15:43] I was just thinking that :) [15:43] rbasak, its a minor version bump and is actually required for horizon [15:43] so +1 [15:43] jamespage, do you consider this to be OK? https://launchpadlibrarian.net/185492093/ubuntu_ubuntu.debdiff [15:43] Oh OK. [15:43] No problem then. [15:43] I'll check and upload shortly. [15:43] rbasak, jamespage, thanks guys [15:44] coreycb: I might just add "to fix FTBFS" in the changelog entry to make it clear. [15:44] If you're OK with that. [15:44] rbasak, that sounds good, thanks === markthomas|away is now known as markthomas === Lcawte|Away is now known as Lcawte [15:57] beisner: to confirm am I up to chair the ubuntu-server meeting [15:57] * arosales looking @ https://wiki.ubuntu.com/ServerTeam/Meeting [15:58] arosales, ack ok. appreciate it! [15:58] ps welcome back! [15:58] beisner: thanks for runningprevious meetings [15:58] beisner: btw the rotation looks to have you next @ https://wiki.ubuntu.com/ServerTeam/Meeting [15:59] so you may want to take a look at that [15:59] but I recall you had chaired in previous weeks to cover for me :-) [16:00] arosales, actually, james hopped in last wk to make up for his cycle, i am really up next, so plz leave me as next chair when you update. thx! [16:01] beisner: ah ok so you are up next and I am up today [16:01] gotcha :-) [16:02] yep [16:31] arosales: sorry i missed the meeting, i am trying to find someone to attend the meeting [16:32] psivaa: no worries, thanks for finding an ongoing rep. Always good to hear from QA [16:32] arosales: ack [16:34] anyone doing virtualization with kvm? [16:34] i got this issue with live migration that is driving me bonkers. [16:35] i can migrate the windows servers but any guests that are linux go into read only as soon as the migration starts. [16:36] bug 1371526 [16:36] Launchpad bug 1371526 in linux "ceph-disk-prepare command always fails; new partition table not avaliable until reboot" [Undecided,Incomplete] https://launchpad.net/bugs/1371526 [16:56] so it just does that on first boot? [16:56] that doesnt make any sence as im seeing it on several machines [16:59] is there a way to just disable the remount in ro ? [17:00] i know that sound like a bad idea..but..i mean..i would like to do some tests to see if it is actualy all that bad. [17:01] im assuming i can adjust it in fstab and ..well hell ill try that first [17:19] hey guys not sure where to ask this but where can I find out why my ssl shows its not secure? [17:20] who signed your ssl? [17:20] or, your certificate [17:22] sorry I found it ivoks I had svg's in the document that pointed to a http schema but I just changed it to https and it validates now :) [17:43] i do not see how that bug could only affect one person [17:45] bug 1371526 this blows [17:45] Launchpad bug 1371526 in linux "ceph-disk-prepare command always fails; new partition table not avaliable until reboot" [Undecided,Incomplete] https://launchpad.net/bugs/1371526 [18:01] well i let them know i can reproduce it...on a grand scale [18:22] I can't, but then, I have never use ceph-disk-prepare before [18:25] patdk-wk, somehow I doubt that is the same issue - my one was on utopic not 14.04 [18:25] and has gone away... [18:25] heh? [18:26] grendal_prime's === Ursinha is now known as Ursinha-afk === RoyK is now known as rOYk === rOYk is now known as RoyK === Ursinha-afk is now known as Ursinha === queeq_ is now known as queeq === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === manjo` is now known as manjo === Ursinha is now known as Ursinha-afk [20:59] Hi guys. I just moved a website from another server to an ubuntu server. Now I'm having a problem with file permission and ownership group. Can anyone give me a direction with this problem? [21:11] Anyone here? [21:23] hello [21:23] Hello I run Ubuntu 12.04 Server on my VPS. Was working with PHP 5.3 and I upgraded to PHP 5.4. Apparently the process was perfect. But now noticed a problem in developing an App for facebook after you add the Tab to access it opens a window Download to download the index.php and the console shows me: Resource interpreted the Transferred Document but with MIME type application / x httpd-php [21:23] But when I access the application outside of the tab it runs normally [21:24] Can anyone help me? [21:26] opas console see Resource interpreted as Document but transferred with MIME type application/x-httpd-suphp === Ursinha-afk is now known as Ursinha [21:30] plis helpme === Lcawte is now known as Lcawte|Away === Lcawte|Away is now known as Lcawte === markthomas is now known as markthomas|away === Lcawte is now known as Lcawte|Away === Ursinha is now known as Ursinha-afk === markthomas|away is now known as markthomas [22:35] Hello, I am trying to install Ubuntu server 14.04.1 on newest asus motherboard... I am trying to make a Software raid setup on two 1tb hdd. I trying to make a boot partition with bootable flag on but it doesnt enable if try to install without boot flag nothing starts up after instalation... [22:35] I've installed u1404 and a lot more with bootable r1 setups [22:36] Maybe someones knows how to enable that bootable flag on instalation partitionier? [22:36] gcds: just make a small raid-1 for the /boot, don't care about the boot flag [22:36] RoyK: It worked for me on virtualbox [22:37] RoyK: It doesnt start up after installation or ends up with failed grub install [22:37] the boot flag doesn't matter much when grub is in business [22:38] maybe because of UEFI ? [22:38] it doesnt start just enters to bios [22:38] if i insert ubuntu server install it starts [22:39] are we talking mbr? or gpt? [22:42] I dont know ubuntu server install doenst let to choose [22:42] I am using Asus H97I-PLUS [22:43] gcds: see if you can use alt-f2 or f3 or something to get another console just before rebooting and see if gdisk or fdisk recognize the thing and let you fiddle with flags as you want [22:45] sarnold: I donkt know maybe its not a flag problem... [22:48] damn :( someone stole my server name [22:48] mugen power :( [22:49] I named my big zfs server mugen [22:49] mugen == japanese for unlimited [22:49] infinate === markthomas is now known as markthomas|away [23:09] Hmm, guys have problem with grub-install [23:09] it was executing grub-install /dev/sda /dev/sdb and throwed error Unable to install grub in /dev/sda === Locke2002 is now known as Guest78822 === markthomas|away is now known as markthomas