=== peter is now known as Guest88300 [02:12] Hi, I wanted to quickly migrate from munin on 12.04 to munin2+cgi on 14.04 [02:12] I previously used nginx on a smaller setup but am now using apache [02:13] now is it possible that the config that comes with the package for apache is entirely wrong? [02:14] it seems to be just impossible to get it working and for example still has this bug https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1258026 [02:14] Launchpad bug 1258026 in munin "Default configuration file Apache 2.2 not Apache 2.4" [Low,Confirmed] [02:14] Can anoyone give me any kind of pointer, cause I'm totally lost in config and can't get this fixed [02:32] I got it, nevermind, still needs more docs, more comments and a correct config though [03:56] hey guys, fresh install of 14.04: if I 'apt-get install wordpress', how do I tell it to install nginx instead of apache? the dependencies for wordpress say 'apache2 | httpd', so how do I get it to accept that 'nginx-full' provides httpd? [04:16] Derailed: you could try: sudo apt-get install wordpress nginx-full apache- [04:16] Derailed: or you might just have to install nginx-full before you install wordpress [04:17] arrith, I've tried a few combinations. but even with nginx-full installed, wordpress installs apache2 [04:18] Derailed: might be because apache is in the recommends. since nginx packages in their debian control file specify that they provide "httpd" [04:18] Derailed: after you install nginx-full try to do: sudo apt-get install apache- wordpress [04:19] note the dash after apache, that is to keep it from being installed [04:19] ^^ that's the thing I'd never seen before [04:19] :-) maybe something like that will doit [04:19] thanks! [04:21] arrith, thanks! it looks like I also needed to specify 'php5' to prevent it from installing 'libapache2-mod-php5 [04:22] nope spoke too soon [04:22] it's still trying to pull in apache2 [04:32] Derailed: oh well, do the ignore recommends [06:18] Good morning. [06:54] I setup a encrypted disk password that has to be entered everytime the system starts when i setup Ubuntu Desktop 14.05 is there anyway to Undo that ( because this is a Co-located Dedicated server at a Data Center and i now need to reboot the system but hate to have to wait for the server to come back online until a tech support can go type in a password [06:54] i am asking here because it seems like no one in #ubuntu known [06:54] i am asking here because it seems like no one in #ubuntu knows [07:07] GJPMiningco: no [07:07] GJPMiningco: also you colo'd a box without ipmi? [07:08] ipmi? [07:08] ip kvm [07:09] never heard of it [07:19] It seems ever so slightly pointless to have an encrypted disk password if you have to tell arbitrary tech support people what it is? [07:28] why would you need to do that? [07:42] i wasnt thinking when i did it [07:42] I was in a rush [07:42] so there is NO way to remove it? [07:43] GJPMiningco, sorry, I was answering maxb. What is your issue? I just got here. [07:46] I setup a encrypted disk password that has to be entered everytime the system starts when i setup Ubuntu Desktop 14.05 is there anyway to Undo that ( because this is a Co-located Dedicated server at a Data Center and i now need to reboot the system but hate to have to wait for the server to come back online until a tech support can go type in a password [08:00] GJPMiningco, you have to reinstall without full-disk encryption. [08:21] hey, can someone help me, one of my scripts did a fsck -C, is there any way i can roll it back [08:27] Aeo: fsck is a filesystem check. You cannot roll it back. [08:27] any possible way for me to recover? [08:27] Aeo: According to "man fsck" the -C option displays a progress bar. [08:27] thats what i thought too, until i ran it [08:28] Did you run it on a mounted filesystem? [08:28] ...yeah [08:28] the script was set to unmount it first, but that errored [08:28] so it did it on an unmounted fs [08:30] if unmounting errored it ran on a mounted fs. [08:30] is that correct? [08:31] yeah [08:31] Then you have to restore your backup now. [08:32] if i boot a livecd, i still have access to all the files [08:33] can i run a normal fsck on the drives to restore them? [08:33] No. [08:33] darn. got it [08:33] A backup restores files, not fsck. === Ursinha is now known as Ursinha-afk [08:35] i know, but i still have access to the files, if i boot a livecd [08:35] so just the filesystem is wrecked [08:35] ...just [08:35] Q_Q [09:46] hi all, I have inserted cdrom to ubuntu server and how to find that? /media had shown [09:46] none [09:47] linocisco: Is it mounted? [09:48] Mount it manually. [09:48] lordievader, yes. how to mount in manually [09:48] !mount | linocisco [09:48] linocisco: mount is used to attach devices to directories. See also https://help.ubuntu.com/community/Mount [09:48] ? [09:48] Like that. [09:49] Ohh, didn't know there was a factoid for it, nice ;) [09:49] :)* [09:52] lordievader, I dont know where to find . there is no /dev/hdc [09:53] linocisco: hdc? [09:54] lordievader, according to https://help.ubuntu.com/community/Mount, /dev/hdc1 or something like that is cdrom. [09:55] linocisco: That is simply an example, adjust to your needs. [09:58] linocisco, it should be /dev/cdrom [10:00] Meerkat, it is so weired. I have searched alot of time under /media. found none. [10:00] only that time. I found [10:02] linocisco, /media/ lists what you have already mounted. /dev/ is for all devices on your computer. [10:03] Meerkat, yes. I see bro [10:05] linocisco: Does "mount" list a cdrom? [10:38] how to change the time? it is 2 hours behind [10:38] i think is the timezone [10:38] ah no, the time is ok === Ursinha-afk is now known as Ursinha === TDog_ is now known as TDog === dayangkun is now known as dayangkun_afk [13:29] morning [13:30] o/ === genii_ is now known as genii [15:30] is trusty ready? [15:31] HiddenDjinn: Since April 17, yes. [15:31] bekks: i'll take a quick snapshot and upgrade my server, then [15:31] bbl [16:00] seems do-release-upgrade -d is not allowing me to do the upgrade...it's terminating because the gz isn't authenticating against its signature [16:05] HiddenDjinn, if this is a server of importance you're better off waiting until 14.04.1 or the end of support for whatever version you are running now. [16:15] HiddenDjinn: why the '-d' ? trusty is not dev anymore [16:17] pmatulis: Direct upgrade from 12.04.x will be possible after the release of 14.04.1 in July. Until then, you need to use -d [16:18] bekks: ah right [16:38] it's still refusing to cooperate [16:51] jamespag`: I hear you have a PPA for Jenkins? [17:03] ok, i got it figured out [17:03] the cached package list was corrupted [17:13] Good evening. [17:39] ok, trusty's on my server, all is well [17:58] alo [17:58] my services ait loading at startup [17:58] @14.04 [17:59] snmpd sendmail arpwatch apache etc [17:59] simply not being load [18:00] d[0]g: do you have any error messages in your log files? [18:00] negative [18:01] * Starting Reload cups, upon starting avahi-daemon to make sure remote queues are populated [fail] [18:01] * Starting SMB/CIFS File and Active Directory Server [fail] [18:03] d[0]g: Have you checked your upstart logs? [18:04] nothing ther related to the servers [18:04] wird [18:04] $ ยป ls [18:04] alsa-restore.log networking.log [18:04] alsa-state.log [18:05] and a few more [18:05] :c [18:07] http://picpaste.com/pics/Imagem-Terminal-1-zfdiNuRL.1398103619.png [18:07] ^ [18:09] http://picpaste.com/pics/Imagem-Terminal-2-046cRbpI.1398103771.png [18:09] oi [18:10] Apache start fine? [18:10] yah [18:11] but not at startup [18:11] d[0]g: I guess I'll try to help you here instead of in #ubuntu, since it's quieter here. Please remember that cross-posting the same question across channels is frustrating for helpers. [18:11] neither of the other services get loaded [18:11] load* [18:11] i know [18:11] i was in xubuntu they send me here [18:11] eh [18:11] He can start apache etc from either upstart or sysvinit without issue. This leads me to think that some prior job is not quite done like filesystem or network [18:12] d[0]g: Why write your own init.d script if a upstart script comes packed? [18:12] im not wirting them [18:12] wait [18:12] it says at boot [18:12] wlan0 no ipv4 address assigned [18:13] but ths is only for the wifi [18:13] i never tested it with eth0 plugin in [18:13] That shouldn't matter. [18:13] exacly [18:13] thats the last thing i see [18:13] then i get lightdm [18:14] What os are we talking about here? Xubuntu? [18:14] yes [18:17] Are the requirements met at boot time? ($local_fs $remote_fs $network $syslog $named) [18:17] i think so [18:17] how can i see that ? [18:18] Hmm, not sure really. That is the annoying thing about upstart, never really clear on how to debug. [18:18] i can see alot of services and things being loaded just fine [18:19] but i cant see apache sendmail and all post install services i add to the xubuntu [18:19] being loaded idk it gets anoying [18:19] i think rc.local aint being call either [18:19] since i have ther 2 lines that were never loaded [18:20] wath a goo [18:21] "wath a goo"? [18:21] eh [18:21] im frustrated [18:21] d[0]g: What you could do is add some test statement to /etc/init.d/apache2 like "echo 'I WORK' > /tmp/apache2". [18:22] i can try [18:23] brb reboot [18:23] ill let you know in a min === jonas_ is now known as d[0]g [18:27] back [18:28] and thats a nope [18:28] :/ [18:29] * genii ponders Debian bug 645460 [18:29] Debian bug 645460 in apache2.2-common "apache2.2-common: /etc/init.d/apache2 start and restart need to wait until really started" [Normal,Fixed] http://bugs.debian.org/645460 [18:32] so [18:32] if i disable apache2 from startup [18:32] ill get all the other services running ? [18:35] I'm dubious, but you could try. Some of the other services you mentioned should actually be starting before that, like the snmpd and sendmail for instance [18:35] thats my point [18:36] if it fails to load apache it might keep tryong to load it [18:36] that might be preventin from loading the others [18:36] still they dont show at initctl list [18:38] d[0]g: I think i would first try to narrow down which one it might be getting stuck at that is conceivably causing the others to cascade-fail. Like maybe remove snmpd and see if the other stuff starts, etc. Sendmail you can't really remove... [18:38] Work, afk 5-7 minutes [18:39] cheers [18:49] back [18:49] tested 3 diferente confs [18:49] only 1 service is loaded by default [18:49] if i enable arpon apache and snmpd [18:49] only arpon will be runing [18:49] disable those [18:49] and enabled sendmail and snmpd [18:50] and only snmpd gets loaded [18:50] wierd [18:51] any way [18:51] thanks for the help [18:51] im off [18:51] i might get a fresh install to see if things get done [18:51] :* [19:01] I've tried a lot of suggestions offered up by google searches but I seem to be getting no where. anyone know how to get past 'cd rom' failed to mount message when installing 12.04/14.04 from USB? [19:01] 'cd rom failed to mount'* [19:33] linux|newb: how did you create the usb medium? [19:57] hey all, quick question... we're running our dhcp under ubuntu 12.04, but we're in the process of spinning up a windows deployment server, etc. for imaging laptops via PXE [19:58] for the life of me, i cannot figure out which dhcp option(s) need to be set to point to the windows server [19:58] Probably next-server [20:05] is the filename entry needed as well genii / [20:07] brendan`: It will usually just look for the same file but on the new ip [20:07] hmm, im not sure of the filenaming scheme, just trying to help the guy set it up [20:08] not many posts out there for using a linux dhcp w/ a windows box for hosting & imaging [20:18] brendan`: Seems to be a semi-useful document at http://technet.microsoft.com/en-us/library/cc722358%28v=ws.10%29.aspx === Guest38129 is now known as guntbert [22:31] Anyone in here familiar with MAAS. #maas is pretty quiet right now. === a1berto_ is now known as a1berto [23:17] what is up with systemd renaming all my network interfaces? [23:18] Patrickdk: do you have the biosdevname package installed? [23:18] whatever gets installed by default [23:18] yes [23:19] I'm pretty sure it's biosdevname that did all the renaming [23:20] looks like it [23:20] eventhough the logs say, systemd-udevd [23:20] funny, I have network cards named p2px p4px p6px rename5 ... [23:21] rename5? o_O [23:21] y [23:21] YA [23:21] it's suppost to be called p6p2, but it's called rename5 [23:22] renamed network interface eth1 to rename5 [23:22] doesn't seem like a very reliable package [23:23] expecially when the installer setup eth0, but that packaged then renamed eth0 to something else, so I lost all network after install [23:25] guess this is what I get for not doing a minimal install [23:26] uninstalled biosdevname, but still happening [23:27] Patrickdk: maybe you have to clean up after it in /etc/udev/blody/something/ ? [23:27] did that [23:29] hrm. :( [23:32] sounds like bugs [23:51] hmm, have to test this [23:51] I think it's being done in initramfs, the rename, and biosdevname didn't cause an initramfs rebuild when it was removed [23:53] ya, update-initramfs -u, fixed it up [23:53] Patrickdk: <3 thanks :) [23:55] ok, after updating to 14...seems the postfix isn't working [23:57] what postfix version is it?