/srv/irclogs.ubuntu.com/2014/09/23/#ubuntu-server.txt

zulmikal: yes there will be when its ready00:23
mikalzul: is it hard to get a newer libguestfs into there?00:42
mikalzul: see http://lists.openstack.org/pipermail/openstack-dev/2014-September/046764.html for reference00:42
zulmikal: no its probably not00:49
=== markthomas is now known as markthomas|away
mikalzul: cool01:19
=== peter is now known as Guest26419
=== daz is now known as Guest15658
=== arrrghhh is now known as arrrghhhAWAY
ThumpxrHey :) #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:43
LaibschI 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
Laibschopinions?05:56
InteractiveI've got an urgent problem with the work server. The open file limits for the user couchdb is too low.06:01
InteractiveHow do I change that?06:01
InteractiveI already altered /etc/security/limits.conf06:01
Interactive#For couchdb06:01
Interactive*               hard    nofile          524288006:01
Interactive*               soft    nofile          524288006:01
Interactiveroot            soft    nofile          524288006:01
Interactivecouchdb         soft    nofile          52428806:01
InteractiveAnd added "session    required   pam_limits.so"  to /etc/pam.d/su06:02
Interactive This does not seem to raise the  files limit.06:03
InteractiveWhat else do I need to do?06:03
InteractiveLaibsch: In the same situation what I did was install a newer ubuntu in a chroot environment.06:07
InteractiveIt works but is not ideal (no option is :-) )06:07
Laibschwhat virtualization did you use?06:08
Laibschjust plain chroot?06:08
Laibschor a more sophisticated containter?06:08
Laibschor a more sophisticated container?06:08
Laibschas to your problem, maybe some service needs to be restarted?06:08
InteractiveLaibsh: I used just plain chroot. I installed a newer version of ubuntu with debootstrap.06:10
InteractiveI expect something needs to be restarted, just don't know which.06:11
Laibschcouchdb? look through the dependencies of couchdb, maybe that will give you a hint06:11
InteractiveI restarted couchdb but that did not solve the open file limit problem :-)06:12
LaibschInteractive: Can I private message you for some of the details of your chroot solution?06:12
InteractiveLaibsch: Sure.06:12
sudormrfhello all! having an issue with openvpn server.  getting an error that says auth-pam background user failed to authenticate error in service module06:18
sudormrfnm06:23
sudormrfsolved06:23
Vladimir_is it possible to copy paste from windows note pad to VI editor in ubuntu-server ?06:33
InteractiveYes :-)06:34
InteractiveCtrl-shift-v to paste in a terminal06:34
ivoksor middle click06:35
ivoksor shift insert06:35
Vladimir_thanks guys06:38
btcquantHelp - 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
btcquantRan rootkit scanner and it found nothing06:42
InteractiveWhich rootkit scanner?06:46
btcquantCan anybody suggest some diagnostic tips?06:46
InteractiveLook at /var/log/auth.log06:48
lordievaderGood morning.06:48
InteractiveRun rkhunter and chkrootkit06:48
InteractiveMake sure you install them from a trusted source.06:49
InteractiveBut in the end, if you server is compromised it's difficult to be sure the "cracker" no longer has access to your server.06:50
TJ-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:52
SP33Di am maybe outdated :(06:54
SP33Dhow to handle ip's this days06:54
SP33Di think ifconfig and /etc/network/interfaces are wrong06:54
SP33Dnothing works :D06:54
SP33Di find stuff with ip addr that don't shows anything in ifconfig thats wirred for me06:55
TJ-SP33D: "ifconfig -a" will show the same list of interfaces that "ip link show" will. "/etc/network/interfaces" is used by ifupdown.06:57
SP33DTJ how would u set up a machine that got more then one ip06:58
SP33Di am normaly doing edit of interfaces and add lines for eth0:1 and so on06:58
SP33Dalso called aliases06:58
SP33Dbut i can't ping them i don't know whats wrong06:59
=== Lcawte|Away is now known as Lcawte
TJ-SP33D: Routing? Firewall? Incorrect sub-net? .... many reasons can cause that07:00
SP33Dmaybe this was to much and i should only use ip addr07:00
SP33Dya i think i simply over engeneered it07:00
SP33Dwith my costum mac addresses and all07:00
SP33D;D07:01
TJ-SP33D: You mean broke it so you can learn how to fix it?07:02
SP33Dya maybe htat07:02
SP33Dbut don't got time to fix that i should do other stuff first07:02
SP33Das long as one ip works07:02
SP33D:D07:02
=== Lcawte is now known as Lcawte|Away
=== _ruben_ is now known as _ruben
jamespagezul, sorry I pushed some changes to the neutron packaging branch in error - but I'd just finished testing them so went ahead and uploaded08:35
jamespagezul, pending release team review08:35
jamespage(ff in effect)08:35
voozeHi, 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:32
Interactivevooze: Maybe this will help: https://docs.oseems.com/general/application/ssh/disable-timeout09:39
voozeInteractive thanks, lets see if it works :)09:45
Interactive:-)09:46
rbasakvooze, Interactive: the solution in that article looks correct, but the explanation isn't.09:47
rbasakMost ssh servers don't time out clients.09:47
rbasakBut many clients are connected to a server through a NAT device, which does timeout.09:47
voozeMaybe its the client then :D Server is Ubuntu, client is OSX09:47
Interactiverbasak: did not know that :-)09:48
rbasakIf 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:48
voozerbasak it happens both when connecting from school (not on the same network) and at home09:49
rbasakMost clients are behind NAT. That probably includes both your school and your home.09:51
voozerbasak so there is nothing to do to extend the timeout ?09:55
rbasakvooze: 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
rbasak(I think; I didn't look too closely)09:57
rbasakI usually use "-o ServerAliveInterval=55" which usually caters for even the most aggressive NAT.09:58
rbasak(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
rbasakSo I combine that with screen usually.09:58
voozerbasak 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:01
voozeSo If i understand it correctly, the 55, will mean that every 55 sec. it wil make sure it does not timeout?10:03
rbasakEvery 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
rbasakThis generally will cause those intermediate devices to not time out the connection.10:03
rbasakFor 55 seconds, a device set with a timeout of 60 should generally not time it out.10:04
voozerbasak okay :) Lets see if i did it correctly after like 10 mins :) thanks for all10:07
=== Lcawte|Away is now known as Lcawte
ThumpxrWhich SSH client do you all use ? Looking for a client as i migrate  from Win to ubuntu. Need Something like mRemoteNG / SecureCRT..10:45
queeqThumpxr: Client for Linux?10:47
Thumpxrqueeq: yes10:49
queeqIt has built-in client.10:50
queeqDo you have any special requirements?10:50
queeqHere is the man for it: http://linuxcommand.org/man_pages/ssh1.html10:51
Thumpxrqueeq: I need scripting, multiple sessions, Port Forwaring, SCP and best would be support for my KeePass Database..10:54
lordievaderThumpxr: I suppose most simply use the openssh-client (ssh).10:56
queeqport 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:56
queeqKeePass... That's unlikely10:57
lordievaderWell perhaps you can script something together with expect and keepass.10:57
queeqYou can alternatively use ssh keys to login and, say, keychain to eliminate constant password typing10:57
lordievader^ that would be better ;)10:58
=== Lcawte is now known as Lcawte|Away
queeqYep, that's the standard method for that10:59
Thumpxrqueeq: already have ssh keys.. lordievader: i found PAC Manager has build in KeePass support. Are there any known issues with?11:00
lordievaderI'm not familiar with PAC Manager. 'ssh' works for me.11:01
Thumpxrlordievader: How many sessions do you maintain at once ? Where i work its sometimes like 50+..11:02
queeqGreat, 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/config11:02
queeqThumpxr: woah, that's a lot. How do you manage to quickly switch between them?11:03
queeqWhy would you need so many anyway?11:04
Thumpxrqueeq: right now with SecureCRT. but i already tested it on ubuntu and got some misfunction. Why? I maintain the network of DLR11:04
_rubensecurecrt is the bomb, on windows atleast ;) got 72 tabs open spread over 9 windows11:16
pmatulismorning peeps11:20
Thumpxrhey11:20
zuljamespage: ack11:32
mdeslaurrbasak: do you have any idea why my nginx merge failed the autopkgtests?12:04
rbasakmdeslaur: yeah, we've been discussing it in #ubuntu-devel.12:04
mdeslaurah! /me goes to read backscroll12:04
rbasakmdeslaur: see scrollback there from about an hour ago.12:04
mdeslaurrbasak: oh, hehe...so the previous tests were false positives then :)12:05
mdeslaurrbasak: thanks for bringing that up, I was a bit stumped and was a bit too swamped to take a look at it properly today12:06
rbasakmdeslaur: no problem. I'll file a bug for fixing the environment or finding some other solution I think.12:09
zubairahmedCan anyone suggest some good certification entry level for Network administration or server administration?13:49
iclebytezubairahmed,  LPIC113:57
zubairahmediclebyte, Thank you.14:03
=== arrrghhhAWAY is now known as arrrghhh
zubairahmed CompTIA Linux+  and ITIL Are these any good? iclebyte14:11
zubairahmedAlso CCNA iclebyte14:11
iclebytezubairahmed, 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 respect14:12
iclebyteCCNA isn't a systems administation course.14:12
iclebyteit's cisco specific networking14:13
iclebytewell.. all networks but on cisco kit.14:13
iclebyteCCNA will open doors14:13
iclebytei'm studying for mine at the moment.14:13
zubairahmedThanks iclebyte14:14
=== moparisthebest is now known as moparsthbest
=== moparsthbest is now known as mopar
=== mopar is now known as moparisthebest
rbasakcoreycb: looking at bug 1371805, it looks good. Though one thing I didn't consider before.15:35
uvirtbotLaunchpad 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/137180515:35
rbasakWe're in feature freeze. Do you consider the upstream changes to be OK for that?15:35
disposablei 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 1015:36
disposables/if is/if i15:39
coreycbrbasak, hey15:40
rbasako/15:40
rbasakSorry 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
coreycbrbasak, oh not a problem, thanks for reviewing15:41
coreycbrbasak, I don't see a problem with the fix re: sru15:41
rbasakcoreycb: we're pulling in all the other changes that can with 1.1.6.15:42
rbasakI don't object to that, as long as we consider them all bugfixes.15:42
coreycbrbasak, maybe we want to ping jamespage15:42
rbasakI was just thinking that :)15:43
jamespagerbasak, its a minor version bump and is actually required for horizon15:43
jamespageso +115:43
rbasakjamespage, do you consider this to be OK? https://launchpadlibrarian.net/185492093/ubuntu_ubuntu.debdiff15:43
rbasakOh OK.15:43
rbasakNo problem then.15:43
rbasakI'll check and upload shortly.15:43
coreycbrbasak, jamespage, thanks guys15:43
rbasakcoreycb: I might just add "to fix FTBFS" in the changelog entry to make it clear.15:44
rbasakIf you're OK with that.15:44
coreycbrbasak, that sounds good, thanks15:44
=== markthomas|away is now known as markthomas
=== Lcawte|Away is now known as Lcawte
arosalesbeisner: to confirm am I up to chair the ubuntu-server meeting15:57
* arosales looking @ https://wiki.ubuntu.com/ServerTeam/Meeting15:57
beisnerarosales, ack ok.  appreciate it!15:58
beisnerps welcome back!15:58
arosalesbeisner: thanks for runningprevious meetings15:58
arosalesbeisner: btw the rotation looks to have you next @ https://wiki.ubuntu.com/ServerTeam/Meeting15:58
arosalesso you may want to take a look at that15:59
arosalesbut I recall you had chaired in previous weeks to cover for me :-)15:59
beisnerarosales, 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:00
arosalesbeisner: ah ok so you are up next and I am up today16:01
arosalesgotcha :-)16:01
beisneryep16:02
psivaaarosales: sorry i missed the meeting, i am trying to find someone to attend the meeting16:31
arosalespsivaa: no worries, thanks for finding an ongoing rep. Always good to hear from QA16:32
psivaaarosales: ack16:32
grendal_primeanyone doing virtualization with kvm?16:34
grendal_primei got this issue with live migration that is driving me bonkers.16:34
grendal_primei can migrate the windows servers but any guests that are linux go into read only as soon as the migration starts.16:35
jamespagebug 137152616:36
uvirtbotLaunchpad bug 1371526 in linux "ceph-disk-prepare command always fails; new partition table not avaliable until reboot" [Undecided,Incomplete] https://launchpad.net/bugs/137152616:36
grendal_primeso it just does that on first boot?16:56
grendal_primethat doesnt make any sence as im seeing it on several machines16:56
grendal_primeis there a way to just disable the remount in ro ?16:59
grendal_primei 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:00
grendal_primeim assuming i can adjust it in fstab and ..well hell ill try that first17:01
zeroNoneshey guys not sure where to ask this but where can I find out why my ssl shows its not secure?17:19
ivokswho signed your ssl?17:20
ivoksor, your certificate17:20
zeroNonessorry 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:22
grendal_primei do not see how that bug could only affect one person17:43
grendal_primebug 1371526  this blows17:45
uvirtbotLaunchpad bug 1371526 in linux "ceph-disk-prepare command always fails; new partition table not avaliable until reboot" [Undecided,Incomplete] https://launchpad.net/bugs/137152617:45
grendal_primewell i let them know i can reproduce it...on a grand scale18:01
patdk-wkI can't, but then, I have never use ceph-disk-prepare before18:22
jamespagepatdk-wk, somehow I doubt that is the same issue - my one was on utopic not 14.0418:25
jamespageand has gone away...18:25
patdk-wkheh?18:25
jamespagegrendal_prime's18:26
=== 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
PheLeHi 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?20:59
PheLeAnyone here?21:11
liox_hello21:23
liox_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-php21:23
liox_But when I access the application outside of the tab it runs normally21:23
liox_Can anyone help me?21:24
liox_opas console see Resource interpreted as Document but transferred with MIME type application/x-httpd-suphp21:26
=== Ursinha-afk is now known as Ursinha
liox_plis helpme21:30
=== 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
gcdsHello, 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
RoyKI've installed u1404 and a lot more with bootable r1 setups22:35
gcdsMaybe someones knows how to enable that bootable flag on instalation partitionier?22:36
RoyKgcds: just make a small raid-1 for the /boot, don't care about the boot flag22:36
gcdsRoyK: It worked for me on virtualbox22:36
gcdsRoyK: It doesnt start up after installation or ends up with failed grub install22:37
RoyKthe boot flag doesn't matter much when grub is in business22:37
gcdsmaybe because of UEFI ?22:38
gcdsit doesnt start just enters to bios22:38
gcdsif i insert ubuntu server install it starts22:38
Patrickdkare we talking mbr? or gpt?22:39
gcdsI dont know ubuntu server install doenst let to choose22:42
gcdsI am using Asus H97I-PLUS22:42
sarnoldgcds: 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 want22:43
gcdssarnold: I donkt know maybe its not a flag problem...22:45
Patrickdkdamn :( someone stole my server name22:48
Patrickdkmugen power :(22:48
PatrickdkI named my big zfs server mugen22:49
Patrickdkmugen == japanese for unlimited22:49
Patrickdkinfinate22:49
=== markthomas is now known as markthomas|away
gcdsHmm, guys have problem with grub-install23:09
gcdsit was executing grub-install /dev/sda /dev/sdb and throwed error Unable to install grub in /dev/sda23:09
=== Locke2002 is now known as Guest78822
=== markthomas|away is now known as markthomas

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