[00:00] Markus84: I think that should contain an answer. [00:01] Markus84: either way, it's a matter of the need to use qoutes. [00:01] ewook: thanks, hm, this confuses me. I tried this with the quotes, but no change. Still doing something wront. Just read about { script.sh parameter } [00:02] ewook: don't know what this does, but I'll give it a shot :) [00:03] Markus84: I don't know exactly how cron interpets " , ' , ` . And I cannot recall how I do it :p. [00:05] ewook: thanks. This is so strange. Can't pass that one stupid parameter. Calling the script without any parameter just works fine. Meh [00:06] Markus84: rework the script to if $1 = ' ' , $1 = whatever ? :p === NomadJim_ is now known as NomadJim [00:10] ewook: finally. Got it. If this is somehow interesting for the log: -> * * * * * myscript.sh "parameter" <- in crontab and setting PATH in my script done the job [00:11] aaaah [00:12] Markus84: Nice one! === peter is now known as Guest7361 [02:35] Is there a way to make my xen instance ONLY run with free CPU cycles? [02:35] WARNING WARNING WARNING, WARNING [02:35] WARNING WARNING WARNING, WARNING WARNING [02:35] YOU MAY BE WATCHED [02:35] YOU MAY BE WATCHED [02:35] YOU MAY BE WATCHED [03:46] my 13.10 installed on KVM is running the generic kernel (unlike the LTS, which runs with a 'virtual' kernel) is this normal? [03:48] wo0f: you can install the linux-image-virtual package if you'd rather have the 'virtual' variant; I can't recall what options are changed though, it may or may not be worthwhile if you only have a few instances running. [03:51] sarnold: ty [03:55] Hello all -- I am trying to get apache 2.4.7 installed and running - [03:55] I built it from source [03:56] it is installed in the /opt/httpd/ directory [03:56] when I try to start it I am getting an error [03:56] Invalid command 'WSGIScriptAlias', perhaps misspelled or defined by a module not included in the server configuration [03:58] I have determined that it means mod-wsgi is not installed -- I am struggling here [03:58] SiliconG: if you type 'which apachectl' do you get the path to the version you recently installed? does 'apachectl configtest' report the path to the configuration file that is being used? [03:59] SiliconG: I'm curious if the compiled apache is using e.g. config files in /etc/ or in /opt/ -- it is well worth finding out for sure which configuration file is being loaded :) [03:59] well when I do which apachectl it shows the one that is installed in the /usr/sbin/apachectl folder [03:59] it is using the config file in /opt/ [04:00] SiliconG: okay, cool; you can find the 'WSGIScriptAlias' command in your config file and remove it, if you don't want wsgi support [04:01] I do want support -- I want to have it included [04:02] aha; do you need to compile your apache with a specific ./configure --with-wsgi-support or similar command line option? [04:03] so I do have to recompile [04:03] that sucks [04:04] if you're lucky their makefiles will only recompile what's necessary.. [04:04] so I am a bit new to apache 2.4.7 -- what are the most common lamp stack modules that are needed [04:13] sarnold: are you running 2.4.7? [04:13] I am wondering if there is a base starting point of modules [04:14] SiliconG: sorry, no, I tend to use nginx for my own servers, I find the syntax a little less annoying. [04:14] SiliconG: since I've done battle with apache configuration before, I often go hunting down relevant urls for folks in the apache documentation, that can be baffling for first-time users.. [04:15] got it - thanks [04:15] SiliconG: usually your application will need e.g. fastcgi or RACK or mod_php and you'll just have to install whatevre it is the application needs.. [04:16] I need mod_php also -- but that doesnt have to be included when building from source does it? [04:16] trying to plan for the common case up front will probably be enough to drive someone insane :) that gets you the moral equivalent of distro-packages, of course, they've got to be prepared to handle 95% of what users need... [04:17] I know some of the modules can be built after-the-fact, if you've got the headers around, but I don't know details there. sorry. === cppCzar_ is now known as cppCzar [04:58] sarnold: this is stupid the documentation on apache sucks so bad [04:58] I cant get the configuration to work [04:58] where the hell do they list what the options are so I can see what I can add to get this working [04:59] there is no mod_wsgi anywhere in the httpd.conf [05:00] this sucks === unreal_ is now known as unreal [07:14] I have 8-10 ubuntu servers, is there any software that can send information (ram/cpu/hdd/swap/network usage,avg connections,hdd i/o speed,etc) to some software on windows? [07:14] so i can see what happens with servers === mibofra_ is now known as mibofra === maxb_ is now known as maxb === XxLocutusxX is now known as hypech === hypech is now known as XxLocutusxX === XxLocutusxX is now known as XxBorg === marlinc_ is now known as Marlinc [13:29] zul: ping [13:29] koolhead17, pong [13:30] cfhowlett: hellos [13:31] koolhead17, greetings [14:16] if i installed Redis via `sudo apt-get install redis-server` do I need to use God/Monit to make sure it stays running as daemon? [14:17] ubuntu 12.04 [14:55] I am trying to implement NIC bonding but not able to find directory /etc/modprobe.d/arch . Please guide me what is missing. [14:57] triven: What reference are you using that mandates using that location? [14:58] One moment please.. let me share the pdf with your [14:59] with you* [15:04] https://www.dropbox.com/s/rvgz38abzwhkger/pro_ubuntu_server_administration.pdf [15:04] page 25 bottom [15:04] I dont know weather I am allowed to share e-books here. [15:04] I am new here. [15:06] "25" ? [15:08] page 43(index 25) of pdf that I shared via dropbox [15:09] triven: thanks! I just noticed the PDF page numbers don't match [15:09] Listing 1-2 [15:10] triven: which version of Ubuntu are you working with? [15:11] triven: That guide is 4 years old and somewhat out-of-date. I'd suggest you work from https://help.ubuntu.com/community/UbuntuBonding [15:11] I just downloaded ubuntu lts server iso from website .I think its the latest one. [15:11] triven: I use bonding myself and the online guide is accurate [15:11] Okay ..:) [15:12] Even when i faced so many issues in first 25 pages as well. I will go with online mannual [15:12] you are so helpful [15:21] Anyone using postfix and dovecot on separate servers? === fire is now known as Guest93338 [15:47] oblivian: sounds pretty standard [15:58] Thought so, but what it the general approach, does Postfix deliver to a Dovecot server or does the Dovecot server fetch from the Postfix server? === Guest55578 is now known as kermit [16:12] oblivian: the former [16:57] oblivian: Postfix delivers to mailboxes; Dovecot reads mailboxes, it is a 3-step process. The mailboxes can be read by many mail clients [17:16] Yes, I know. And it is easy to set up as long as everything is one the same host. I am wondering how Postfix delivers to mailboxes on remote servers. [17:17] oblivian: That mechanism is called SMTP. [17:21] Well, here's my case. I need to set up a postfix server on server a which will be the MX for the domain, but all the actual mailbozxes (maildir) will be on a separate server in a different country. How to I deliver the emails received on the MX server (postfix) to the other server (dovecot). Are you saying I will have to use Postfix (SMTP) on both servers? [17:23] oblivian: Yes. The public SMTP will need to remote-relay to the private server's Postfix instance which will deliver to the local mailboxes [17:23] I.e. Server A (MX) Postfix, Server B Postfix/Dovecot? [17:25] OK, thanks that answers my question perfectly. Tnx. [17:28] rene_: hi [18:21] RoyK, hi === mjohnson15_2 is now known as mjohnson15 [18:40] hello [18:40] i am attempting to install ubuntu server from usb stick [18:40] i copied the contents of the .iso to the usb stick [18:40] but there is no operating system found apparently lol [18:52] catalase_: there is info on the download page about how to properly create an install stick... [18:53] can you please direct me to a page without using that shitty pendrive installer [18:53] what's wrong with the "shitty pendrive installer"? [18:53] it has a penguin on it [18:55] sorry, but I can't help with removing penguins [18:56] I don't think you're meant to copy the *contents* of the iso. you just write it directly to the device [19:01] catalase_: Have you tried just using dd? There's a reason the images are hybird ISOs. [19:05] anyone else getting fun mount errors with virtualbox, vagrant and the latest precise cloud images? [19:16] Question: Installing 12.04 LTS 64bit. While installing it asked to choose the kernel. What should I choose? See sccreenshot http://cl.ly/image/1p2c0w043V3V [19:16] *Ubuntu Server [19:32] vlad_starkov: https://wiki.ubuntu.com/SecurityTeam/SecureBoot [19:35] pmatulis: should I use Secure Boot? [20:53] can someone fix josephduffy [20:54] it's not his connection [20:54] remote host closed the connection != network loss :) [20:57] patdk-lap: depends on what packets get lost :) [20:57] :) [21:49] Question: After install Ubuntu Server 12.04 64bit, got messages like "BUG: soft lockup – CPU#7 stuck for 22s". I can't even boot the system. Is it a known bug? Screenshot http://cl.ly/image/221D100o3W3S/o [21:51] vlad_starkov: looks like bad hardware; the driver loading is getting stuck [21:55] vlad_starkov: is that a Dell PowerEdge 1955 ? === Guest95256 is now known as hxm [23:47] ciao a tutti