=== rbanffy_ is now known as rbanffy [01:56] Hi all, I have a 14.04 server install, the init process is constantly ussing 33% of the processor. Where is a good place to start troubleshooting this? [01:57] It's been running fine, I think this started with a update [02:04] hey there... [02:10] i got some problem in installing libapache2-mod-fastcgi for Ubuntu Server 14 [02:14] devsys: is some service being constantly restarted? [02:16] TJ-: Yep, just found it's scip: "init: scip main process ended, respawning" [02:18] Not sure why it's crashing like that, I wonder if theres some log I can check for that... [02:18] devsys: possibly /var/log/syslog, or else a 'scip' specific log [02:20] TJ-: the text " init: scip main process ended, respawning" repeats over and over in the syslog [02:22] devsys: not helpful. Best to disable the service then try starting it manually with its foreground/debug options on and see what it reports to the terminal [02:24] hmm ok, trying to figure out what this service even is [02:24] man scip has nothing [02:27] devsys: ask the service controller [02:28] devsys: something like "initctl list | grep scip" might help (or without the grep) [02:32] so scip is what starts sysctl at boot accotring to the scip upstart job [02:32] TJ-: I stopped the service a while ago and it indeed stops the CPU usage, but I'd imagine there is a underlying problem here I need to fix so it can run normally [02:34] devsys: As far as I can tell 'scip' is not an Ubuntu packaged tool [02:36] It looks like it's been added from a 'help' article at https://help.ubuntu.com/community/WebBrowsingSlowIPv6IPv4 [02:38] TJ-: You nailed it, I used this article months ago to resolve an issue where this server (running apache) was extremely slow to respond to requests initially. [02:40] Blowing this crap out of there now lol thx [02:42] That fix did not even work IIRC, I just needed to add a directive to the resolv.conf to disable the ipv6 lookups that were slowing things down [03:44] Hi, when I upgraded to the next 14.04 phpmyadmin and munin give me 403s. I'm not sure what changed in apache to break them, but if anyone has any insights on where to look first it would be a big help [03:45] Datz: apache 2.4's authentication and authorization is very different from apache 2.2; here's a reasonable starting point http://httpd.apache.org/docs/current/howto/auth.html [03:46] thank you sarnold === klaas_ is now known as klaas [06:44] How would I login to SSH with a bash script? [06:45] Without entering a password === phil is now known as Guest54516 [06:56] !sshkey [06:56] hmmm [06:56] bray90820: set up passwordless ssh using keys [06:56] !ssh [06:56] SSH is the Secure SHell protocol, see: https://help.ubuntu.com/community/SSH for client usage. PuTTY is an SSH client for Windows; see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for its homepage. See also !scp (Secure CoPy) and !sshd (Secure SHell Daemon) [06:57] hateball: Yea someone else explained it to me I had my logic reversed and was thinking that was a bad idea [06:57] I get it now tho [07:29] i've followed this tutorial, up to step 4: http://funwithlinux.net/2014/04/ubuntu-14-04-web-server-tutorial/ but php doesn't want to work. when i load the page, it remains blank [07:30] any ideas? [07:30] apache sees index.php but does not execute php code, so i see a blank pag === dariusc93 is now known as darius93 === caribou_ is now known as caribou === kickinz1_ is now known as kickinz1 === dames is now known as thedac [16:16] beisner, when you get a chance can you promote sahara 1:4.0.0~b3-1ubuntu1~cloud0 and murano 1:2.0.0~b3-2~cloud0 to trusty-mitaka-proposed? [16:33] coreycb, promoted murano + saraha to mitaka-proposed [16:47] beisner, thanks [16:52] EmilienM, the new murano package will be available shortly in trusty-mitaka-proposed once it builds [16:52] coreycb: ack, thx a ton [17:39] good morning :) [17:42] evening even [18:11] So I'm pretty new to alot of this, but is there a method of authenticating an ubuntu phpipam server through ldap (to an existing, separate AD server) without using samba? === tinwood is now known as tinwood-dinner [19:03] exit === tinwood-dinner is now known as tinwood [20:24] Is there something in 14.04 that restarts the boot process if it taking too long? [20:28] alreece45: no. [20:28] alreece45: there is no facility that is already running in case the boot process takes too long, which could initiate a restart of the boot process. [20:36] I seem to be encountering an issue where (after the server becomes unresponsive and is rebooted), it will not start up normally. Booting to recovery works, fsck works, going to the console and manually starting everything works, but trying to resume normal boot results in a short loop of failing to mount network filesystems (there are none), and eventually-- after several minutes, a reset... [20:40] can I delete the user account that I created when I installed ubuntu on a server? [20:48] can I use standalone landscape server to manage itself along with all my client boxes? [20:50] runelind_q: I did that in the past; though I never actually had Landscape manage its own restarts - i always did that by hand [20:50] (that landscape instance has since been removed, due to its system it was on blowing up in my face) [20:50] teward: so enroll my landscape server just like I would other clients? [20:50] to itself [20:51] runelind_q: that's what I did, but note that if you need the slot that you lose with that registration, you're better off running Landscape's updates and such manually yourself by hand [20:51] I'm good on slots. [20:55] teward: that worked, thanks! [20:56] runelind_q: you're welcome. I seriously would NOT use Landscape to reboot itself, though, rather, turn off landscape service via SSH, and then restart as you would any other server by hand [20:56] and then when it comes back up, done. [20:56] teward: agreed. [20:56] (you may have a slight downtime, yes, for the other machines not being able to ping Landscape, but...) [20:58] anyidea why realm join is failing with samba-common-bin on trusty64 when clearly it is already installed? [20:58] http://dpaste.com/340X614 [20:59] http://dpaste.com/2DPT64Y <- better output [21:12] I changed the realmd.conf automatic-install = no as a workaround to the bug [21:12] http://serverfault.com/questions/598476/how-to-use-realmd-in-ubuntu-14-04-lts-to-join-an-active-directory-domain === Guest93664 is now known as med_ [21:34] Not really the right place for this but... can I mount an lvm snapshot to an SSH location?