=== Ursinha is now known as Ursinha-afk === aarcane_ is now known as aarcane === Ursinha-afk is now known as Ursinha === lolbee is now known as lolant === lolant is now known as loldog === loldog is now known as lolcat [03:47] hi guys anyone have idea what version of Ubuntu-server with packages as php5.1 or php5.2 [03:47] and mysql 5.1 [03:48] I thought Ubuntu has had mysql 5.5 for quite awhile now. No idea about php, never used it. [03:49] I think 12.04 is where mysql 5.5 was added. [03:52] bratsche: how about mysql 5.1 and php 5.2 [03:53] php 5.2 was hardy [03:53] aka -- out of support next month [03:53] mysql 5.1 was before Ubuntu 12.04. I already said I have no idea about php, I don't use it. [04:26] how can i install applications in a chroot [04:26] using jailkit [04:26] sarnold: what version is hardy..? [04:27] ubuntu 10.04 LTS..? [04:27] ruben231: 8.04 LTS === Nigel_ is now known as G [04:28] sarnold: how about 10.04 LTS --> does it have php5.2..? and mysql 5.1..? [04:28] ruben231: 10.04 LTS has php 5.3 [04:30] ruben231: 10.04 LTS also has a mysql-dfsg-5.1, version 5.1.67 currently [04:32] ok thanks [04:59] Boa noite pessoal! não consigo enviar a chave pgp pro servidor http://ubuntuforum-pt.org/index.php?topic=104343.0 [04:59] entrei em contato com o e-mail mas até agora nenhuma resposta : [05:05] semcentro: maybe try #ubuntu-pt ? [05:12] (sarnold) nobody respond me in #ubuntu-brasil, so a user indicated me try this # :/ [05:13] ie here [05:13] semcentro: aha :) can you re-state the problem in english? :) [05:14] i will try ;) [05:21] sarnold- I follow the steps this wiki (http://wiki.ubuntu-br.org/AssinarCodigoDeConduta#criarchave) and in the step two that i send the pgp to key-server i have the error: (gpg: "[key-ID]" not is a key ID:) [05:23] i try contact the email ubuntu-br-sp@lists.launchpad.net but nobody respond me [05:23] semcentro: aha :) [05:23] semcentro: what command did you run? [05:24] $ gpg --keyserver keyserver.ubuntu.com --send-key [key-ID] [05:24] semcentro: what keyid? [05:26] semcentro: if I were to send my key to the keyservers, I would run gpg --keyserver keyserver.ubuntu.com --send-key 9D8D2E97 [05:27] semcentro: 9D8D2E97 is my keyid, I found it by running gpg --list-secret-keys [05:27] yes [05:27] gpg --keyserver keyserver.ubuntu.com --send-key [2EB77ACA] [05:28] semcentro: okay :) remove the [] -- just gpg --keyserver keyserver.ubuntu.com --send-key 2EB77ACA [05:28] ok [05:33] haha...so simple sarnold, i'm a mule! thanks. I'll end the process [05:33] semcentro: good job translating to english :) [05:57] is asking for some help with my apache config here ok? [05:57] I think so.. [05:58] err, just found a channel for that, nvm :P === lolcat is now known as TheOne === TheOne is now known as lolcat === smb` is now known as smb === sw_ is now known as sw === security is now known as megha === security is now known as megha [09:25] hi, i play with acl and cant solve my needs [09:26] i want create folder /firebird who own firebird group [09:27] then with winscp (ssh connection) with user igor copy file to ./firebird [09:27] and this new file have get owner and group - firebird + permissions are 0660 [09:28] user igor is memmber of group firebird [09:39] Hello! I need help with this. I've set up ubuntu 12.10, installed LAMP and OpenVPN. After a bit of set-up work, I can connect to the VPN from the LAN and from outside (Internet). The problem is I can ping the server from the LAN, but not from outside. The server can't ping the client when it is outside the LAN. I have firewall disabled in the server and configured my router to bypass VPN port. What can I do? [09:42] anyone here? [09:45] I need help, anyone here? [10:03] Hi, I tried this: apt-get install mod_perl-devel.i386 but got this message E: Unable to locate package mod_perl-devel.i386 [10:12] Sharetel: that sounds like a Fedora/RHEL package name, not an Ubuntu one [10:12] Sharetel: did you maybe mean libapache2-mod-perl2-dev ? [10:13] Ng: It pertains to a fix for Redmine. I just installed Redmine 2.3.0 and at the last step the Apache failed with these errors which can be seen at http://pastebin.com/UEVudk8x [10:13] is there any similar package for it? [10:14] wow [10:15] so that error is saying that some local build of mod_passenger hasn't produced an expected apache module file [10:16] it doesn't explicitly suggest that you're missing mod_perl headers, but it's possible that there were earlier build failure [10:17] Sharetel: which version of Ubuntu are you running? [10:18] Ng: It's Ubuntu 12.04.2 LTS [10:20] Sharetel: so I think I'd probably try "gem install passenger" on its own and check over the full build log to see if there are errors [10:22] Ng: I referred to this site http://grandslam90.wordpress.com/2012/05/22/howto-redmine-2-0-0-passenger-subversion-repositories-in-ubuntu-12-04/ and now stuck at the very last step of resarting Apache...that's when I get the errors, rest all went fine [10:27] Sharetel: does this find any files? find /var/lib/gems -name mod_passenger.so [10:28] if yes, fix the apache config to have the right path. if no, the rest did not go fine, one of the steps failed or was missed (or is just wrong, I guess) [10:40] Ng: Yes, it finds the file /var/lib/gems/1.9.1/gems/passenger-3.0.19/ext/apache2/mod_passenger.so [10:41] Sharetel: so then fix up the apache config to look for passenger-3.0.19 instead of 3.0.12 and you should be one step closer :) [10:42] you might want to check the other configs, it looks like the 3.0.12 comes up more than once [10:42] looking at that blog post [10:46] Ng: The Apache error got fixed, but the site still doesn't come up [10:46] am looking into apache error logs [10:49] Ng: Here's the message in error logs of Apache http://pastebin.com/1yb766RF [10:50] Sharetel: is your PassengerRoot directive correct? [10:53] Ng: Yes, I fixed that as well, but the site doesn't come up. http://192.168.1.50:3000 [10:53] Ng: Apache logs doesn't show anything untoward [10:54] Ng: Apparentlysomething amiss in vi /etc/apache2/sites-available/mysite [11:14] Ng: I was wondering if you could please take a look here and suggest appropriate changes http://pastebin.com/TGAAr8np [11:15] Sharetel: that vhost is on port :80 so it doesn't seem very likely that it would work on :3000 [11:17] Ng: If I go http://192.168.1.50/redmine, it merely brings up the Index of /redmine [11:19] Ng: Has it something to do with ServerName entry? [11:20] Sharetel: potentially. did you run the apache2ctl -S command I suggested? [11:21] port 80 namevhost mydomain.com (/etc/apache2/sites-enabled/red:1) Syntax OK [11:23] Sharetel: put the whole output in a pastebin? [11:26] Ng: here it is http://pastebin.com/SuFysw4k [11:27] Sharetel: ok so the default vhost for :80 is the "old" file, so yes, this probably is because the ServerName entry doesn't match the URL you're opening [11:27] you're requesting 192.168.1.50 and apache is looking for "mydomain.com" [11:30] Ng: On this http://grandslam90.wordpress.com/2012/05/22/howto-redmine-2-0-0-passenger-subversion-repositories-in-ubuntu-12-04/ it states to remove the default site. Fearing some odd consequences I merely renamed it [11:30] Sharetel: if it's in sites-enabled, it's still enabled, regardless of its name :) [11:31] Ng: So do I delete it...the older one? [11:31] Sharetel: yeah, if it's in sites-enabled it should just be a symlink to a file in sites-available [11:33] Ng: I deleted it, now the browser has http://192.168.1.50/red, and it says Page not found. The page you were trying to access doesn't exist or has been removed. Back [11:34] Sharetel: I think it was supposed to be /redmine [11:34] Ng: Passenger error #2 An error occurred while trying to access '/var/www/redmine/redmine': Cannot resolve possible symlink '/var/www/redmine/redmine': No such file or directory (2) [11:35] Sharetel: I can't help but wonder if some better installation instructions would be useful - that blog post doesn't seem to have produced a very useful setup [11:37] Ng: I sincerely all the help you have rendered so far and am not very familiar with all this. Neverthless, am still looking around in Google as well. Thank you so much! === dim|3 is now known as pons === Ursinha is now known as Ursinha-afk [13:35] hi, any alternative to landscape?? Dont tell me puppet === wedgwood_away is now known as wedgwood [14:23] zul, nag? [14:23] argh! [14:23] doing it right now [14:24] Ahh. :) === hggdh_ is now known as hggdh [14:35] smb: done [14:35] zul, Thanks a lot [14:52] hi, any alternative to landscape?? Dont tell me puppet [14:53] I am trying to do some ubuntu server kickstarts, i would like to be able to define the ipaddress instead of aquireing it via dhcp on startup. If i do it via network --bootproto=static --ip=172.16.10.100 --netmask=255.255.255.0 --gateway=172.16.10.1 --nameserver=172.16.10.1 --device=eth0 IT still looks for dhcp, and when it fails, and i press configure manually, it skipps the manual configuration and starts installing. so i guess it must be [14:53] getting the ip information, but for some reason still looks for a dhcp server. Any idears ? [14:53] /etc/network/interfaces [14:54] Diegonat: Spacewalk for CentOS, just read their faqs and they support Debian, not sure about ubuntu http://spacewalk.redhat.com/faq.html [14:54] diplo, im using it but its not very good [14:54] i hate ubuntu [14:54] why dont they release landscape opensource? [14:54] ghghhg [14:54] Money :) [14:55] Diegonat, ansible or is that totally off [14:55] Diegonat, was that /etc/network comment for me [14:55] ? [14:55] Enich, yes [14:56] Diegonat, That would be fine after iinstallation, but when im doing a kickstart, i would need to feed the information way before... The network line i was refereing to actually takes care of /etc/network/interfaces... but im talking while doing a unattended kickstart install [14:57] ah ok sorry i dont know [14:57] Enich: http://hectcastro.me/2011/11/18/preseeding-ubuntu-server-and-static-ip-addresses.html maybe of help ? [15:00] i am already doing initrd-inject with args like ip etc.. which dosnt seem to work [15:01] I missed the bootproto bit sorry === matsubara is now known as matsubara-lunch [17:35] hi all. i'm having some trouble understanding how posix permissions interact with ACLs. i've read the man pages and attempted googling around quite a bit, but i'm still running into an issue where my ACL is set to default:group::r-x but new files i create get #effective:r-- which is.... suboptimal. can anyone point me to a good explanation? === security is now known as megha === highvolt1ge is now known as highvoltage === wizonesolutions_ is now known as wonesolutions === wonesolutions is now known as wizonesolutions === matsubara-lunch is now known as matsubara [20:07] Does anyone know how I can clone repositories on my Amazon EC2 instance? [20:07] git repositories that is [20:07] I generated a ssh key, put the public key on bitbucket, but I'm still getting permission denied === koolhead11|away is now known as koolhead17 === hggdh_ is now known as hggdh === arosales_ is now known as arosales === wedgwood is now known as wedgwood_away