[00:01] sarnold: its standard wordpress htaccess [00:01] https://gist.github.com/hadifarnoud/281b91d062b71d2e66d1 [00:02] why oh why doesn't wordpress just install that in the main apache config? that seems like a lot to reparse every request. [00:02] oh well, it doesn't feel related to me... [00:03] sarnold: wordpress is shit. I have a lot of problem with it. can't really use it for local -> remote scenario. white screen of death [00:03] tell me about it [00:08] it's annoying. arggg. [00:13] hadifarnoud: hehe, perhaps that's part of the reason why the juju guys like to use their wordpress charm as their demo :) [00:14] sarnold: I'm a drupal guy. I used to use wp long time ago. it really didn't change at all. same thing except it's 2013 here [00:15] hahaha [00:15] sarnold: I use it because of great themes [01:21] i installed ubuntu server 13.04 [01:22] my machine is connected via ethernet but it's got no internet [01:22] I can ssh to it from my laptop though [01:22] RustyShackleford: check the gateway is correct in /etc/network/interfaces [01:22] gateway and netmask [01:23] auto p32p1 [01:23] iface p32p1 inet dhcp [01:24] ah, is your dhcp server handing out correct netmask and gateway? [01:24] thats under a comment which says "the primary network interface" [01:25] check 'ip route' output [01:25] * sarnold -> off, good luck :) [01:26] default via 10.0.0.1 dev p32p1 [01:26] 10.0.0.0/24 dev p32p1 proto kernel scope link src 10.0.0.17 [01:26] sarnold: ^ [01:27] RustyShackleford: is 10.0.0.1 reachable from that host? [01:28] sarnold: I can ping it [01:28] also I can log into the server via ssh on my laptop [02:06] hi , how do i remove static route on Ubuntu server.. [02:27] can anybody tell me the proper way on setting up sftp server and allow me to jail users only to there home directory? [02:47] hi guys how to add royte permanently on ubuntu server..? === bratsche_ is now known as bratsche [04:10] hello all [04:11] what hdd formats does server 12.04 support? === thumper is now known as thumper-afk [04:45] eh, I'm a totall ftp newb, and I just installed vsftpd on my 12.04 server. set "local_enable=YES" and "write_enable=YES". I can connect to the server and transfer files from it, but trying to transfer to it fails. I'm not sure what the problem is. It could be clientside, I guess (Filezilla on Arch). [04:46] ninjaaron I am in the same boat as you are [04:46] Sweet. [04:46] or something. [04:46] Anyone have an answer? [04:46] nobody as told me how to set it up correctly [04:47] all the guides I seen on the web are full of bs and it dont work [04:49] maybe there needs to be an ftp server on the local site as well to send files... or is that stupid? [04:54] eh, I'm a totall ftp newb, and I just installed vsftpd on my 12.04 server. set "local_enable=YES" and "write_enable=YES". I can connect to the server and transfer files from it, but trying to transfer to it fails. I'm not sure what the problem is. It could be clientside, I guess (Filezilla on Arch). [04:54] ah crap... wrong window. [04:54] sorry for spamming. [05:27] Hey TimRe, I figured it out over here. I thought I had uncommented "write_enable=YES" in /etc/vsftpd.conf, but I guess I was wrong. I must have missed it. I uncommented it, restarted the service, and it works. [05:27] Don't know if that will help you. [07:29] Heya. I'd like to setup a mechanism for automatic package updates. There are a few approaches to this and I'm thinking of setting up some cron jobs. [07:33] foo357_: look into the unattended-upgrades package. [07:35] rbasak: yes that's an option, but I have some particular demands on logging and reporting which I think it might not support. [07:37] First of all I would like to get a report in advance of what will be done in the update process... (my idea right now is that the machine prepares for the update during the day and then performs it at midnight) [07:38] foo357_: apticron package may help [08:08] Hi, I have an issue with a script that's confusing me. I posted the part here http://pastebin.com/Q5himWTd. The /usr/pcidos cp doesn't work if before the else, gets a cannot create file error, but works ok if it's after the else? :| [08:14] are there docs for kvm on ubuntu that are up to date? all the ones I'm finding are for 10.04-era stuff :( [09:01] I get random forbidden error on one of my virtualmin sites. it's built with Wordpress. error goes away after a while. so weird [09:02] LOG [client 80.5.67.62] client denied by server configuration: /home/any1/public_html/wp-admin/media-upload.php, referer: http://any1.io/wp-admin/admin.php?page=wpzoom_options [09:45] rbasak: I'll try using unattended-upgrades and see how it performs... at what time will "daily" tasks be performed? I'd like to restrict activity to around midnight. [10:19] foo357_: when the daily cron job runs. See /etc/crontab. [10:55] anyone that knows how many Current_Pending_Sector or Offline_Uncorrectable is somewhat acceptable before I kick out the drive? No warranty on this one [11:22] hey all [12:18] Hello, I've got a ubuntu server running 10.04 and I think it's time to upgrade to 12.04, is there anything I should think about before running dist-upgrade? [12:23] foo357_: read the upgrade guide ? [12:24] aye, as 'dist-upgrade' isn't the right method to upgrade to a new release. [12:24] does anyone know if MHGH28-XTC is supported by ubuntu 12.04.2 LTS ? [12:25] gpufreak: what is it ? [12:25] infiniband card [12:25] from mellanox [12:25] gpufreak: check it's support in the linux kernel, then check if that kernel is older/newer than the one in 12.04 [12:26] gpufreak: also checking with the company if there is any linux support/requirements is a good thing [12:26] ok will do [12:26] googling did not give me some good answers [12:26] some ppl got it working but depending on FW version etc [12:26] ok, so that gives you a partial answer already [12:27] yes and no ;) [12:28] can anyone recommend a simple GUI administration panel for ubuntu 12.04? (free only...) [12:29] gpufreak: http://www.mellanox.com/pdf/MFT/MFT_for_Windows_user_manual.pdf [12:29] gpufreak: not the most hard thing to find on their website [12:29] (read the actual document, not the file name) [12:31] seems to work then... [12:32] just got those on my desk, but lspci not showing them [12:32] so thats why im asking ;) [12:47] how can I check if my connection pass by some proxy? [12:51] bonding questions: https://help.ubuntu.com/community/UbuntuBonding states to define the iface eth0 and eth1, but http://ubuntuforums.org/showthread.php?t=1631796 implies not to. Who should I trust? [12:52] (I need coffe to type better) [13:05] hi all [13:07] smoser, who should i contact for LXC help? need to try it on openstack [13:07] Hi, whats wrong when I get this message:? kernel panic - not syncing: VFS: Unabkle to mount root fs on onknown block(0,0) [13:09] gpufreak: lspci is not hardware detection [13:10] sander^work: it can't find the root file system [13:10] @ikona: i know [13:10] figuring it out now [13:11] > /sbin/lspci -d 15b3: [13:11] 02:00.0 Ethernet controller: Mellanox Technologies Unknown device 6368 (rev a0) [13:11] the other card i had did not show up [13:11] this one does [13:11] maybe a broken one, will figure it out :) === jacalvo_ is now known as jacalvo === foo357_ is now known as foo357 [13:23] matsubara: Hey, have you worked out what is going on with that timezone merge to MAAS? [13:23] Daviey, yes, I'm looking into [13:23] koolhead17: LXC help, zul would be good [13:23] matsubara: cool, thanks [13:24] thanks Daviey === wedgwood_away is now known as wedgwood [14:29] Daviey, around [14:37] koolhead17: square [14:39] zul: yikes - wassup with python-iso8601? [14:40] * koolhead17 salutes jamespage [14:41] hey koolhead17 - hows things? [14:41] jamespage, exciting :) Trying to test LXC precise/grizzly [14:41] koolhead17, nice [14:41] will post the issue in few days if not able to get it working [14:41] Daviey, did u get my stupid question :D [14:43] koolhead17: Yep, and answered :) [14:43] jamespage, how have you been offlate? too much juju magic? [14:43] koolhead17, never to much magive [14:43] magic rather [14:43] am getting near quantum now. trying to study the magic OVS [14:43] :D [14:43] lots of stuff going into launchpad.net/charm-helpers [14:44] we are going through a bit of a redux across the openstack charms [14:44] migrating everything to python and putting in some nice common components etc.. [14:44] well adam_g is anyway [14:44] I just dance around and watch :-) [14:45] jamespage, u meant python --> Go [14:45] been while heard from adam_g :D [14:45] koolhead17, nope I mean bash->python [14:45] jamespage, ooh. on top of charms. got it [14:47] zul: ah - I see it already got fixed - must be stuck in proposed or something [14:48] * koolhead17 wonders if zul is invisible for me. Why i don`t see him in channel :( [14:51] koolhead17: zul isn't here right now. [14:52] Daviey, ooh. i saw jamespage poking him so i was confused :D [14:56] Whats a good rescue cd to check for disk corruption based on ubuntu? === antihero_ is now known as antihero [14:57] sander^work: ubuntu desktop? :) [15:14] am i hitting a bug? /var/log/keystone [15:14] is what dpkg -L keystone gives [15:14] but /etc/keystone/keystone.conf says # The directory to keep log files in (will be prepended to --logfile) [15:14] log_dir = /var/log/keystone [15:15] oops my bad. it mentions the filename inside directroy [15:18] When I mount up a disk from a rescuecd.. and getting imput/output error.. What does that mean? [15:22] the owner/group for keystone logfile is user/grp keystone why? should it not be root of the config file is owned by him [15:22] * koolhead17 is confused [15:35] is there a Ubuntu-equivalent of SMB multipathing for Windows? [15:42] or something that would give me more than 109 MB/s write spee [15:42] speed [15:57] rbasak, nice one [15:57] thanks! [15:57] Kinda scared to do an upload now in case I screw it up. [15:58] * rbasak puts his extra paranoid hat on [15:59] rbasak: It's still reasonable, and IMO a good idea - to ask for a peer review via debdiffs :) [15:59] * Daviey does it aswell. [15:59] Daviey: indeed. I certainly won't be doing anything unusual without asking first. [15:59] does anybody know the proper way of setting up jail users to there home directory under vsftp? [16:00] under 12.04.2 LTS [16:00] TimRe: take a look at http://askubuntu.com/q/128180/7808 [16:00] TimRe: it's a relevant user why it's not so simple with vsftpd in 12.04. [16:01] so what do you say I need to do then? [16:01] The available options are documented on that page. [16:01] ok [16:02] A relevant user? Not sure what that was supposed to say. Sorry it made no sense. Hopefully you got my gist :) [16:25] nope that didnt work either I am still getting permission denied [16:25] when trying to upload an file === kirkland_ is now known as kirkland [18:35] can someone help please please.. am really stuck..i need user access to a directory using ssh [18:35] how do i create a key [18:35] and give them a key to access the server [18:35] thanks [18:37] smallmouse: Start here: https://help.ubuntu.com/10.04/serverguide/openssh-server.html [18:37] smallmouse: And then consult https://help.ubuntu.com/community/SSH/OpenSSH/Advanced [18:38] TJ-: already have the ssh on aws, but i want to add a user and give them access to the www diretory have already set up the server and it worls :-D [18:38] smallmouse: full details are in the ssh-keygen manpage; just run "ssh-keygen" and answer prompts if you ike... [18:38] smallmouse: "sshfs" might be useful, depending on the exact requirements of access [18:39] TJ-: i need him to upload and download files [18:39] smallmouse: All the instructions you need are in those links I gave you [18:41] TJ-: are there any specific instuctions anyone is aware of on the net, this will take time to figure out else. thanks [18:41] I give up! [18:42] TJ-: unfortunately some of us have little experience...but i did get the server up with drupal :-D [18:42] I suggest you *read* the instructions on the links I gave you. They were written for that purpose! [18:59] how can I ensure when exiting a chroot env that all running procs are killed? [19:04] how do i download a file from an aws server using command line ? so i am in the server and need to download a key locally [19:04] thansk [19:05] itsn an unbuntu server [19:16] Hello I'm trying to set up unattended-upgrades and I've edited etc/apt/apt.conf.d/50unattended-upgrades and I'm not sure if I need to then edit /etc/apt/apt.conf.d/10periodic or 10periodic? [19:17] Sorry 50unattended or 10periodic? [19:19] So, my question is about the difference between the two above? [19:21] m0nk3yjoe: I believe the 50unattended-upgrades file will override values set in the 10period file [19:21] This blog post http://handytutorial.com/automactic-security-update-ubuntu-12-04-server/ and this one http://www.shaolintiger.com/2012/07/12/running-unattendedautomatic-security-updates-on-ubuntu-12-04-lts-precise-pangolin/ say differnt things [19:22] sarnold, so either will work? [19:23] m0nk3yjoe: if you set conflicting values, I think the higher-numbered configuration file will take precedence [19:24] Thanks so much! [19:24] dry run seems to be going swimmingly [19:24] Hi, does anyone know about munin 404 errors? it is setup and running but when I click on localdomain it gives a 404 error [19:24] B) [19:26] I checked and the index.html does exist. Really need these munin reports to test for uptime etc... :) [19:27] ubuserverusers: How long has munin been running for? [19:29] Pici: I just installed it on Ubuntu Server 12.04; so about 45mins or so [19:30] ubuserverusers: Are you just going to http://localdomain/ or are you trying to get to the localdomain section on the proper munin url? [19:31] Also, have you configured munin? I don't recall what the default configs look like. [19:31] Pici: http://127.0.0.1:8080/munin/localdomain/index.html also http://127.0.0.1:8080/munin/ works but can't click on any of the links without 404. All the configs should be default [19:32] ubuserverusers: have an .htaccess file present? [19:32] PashaPasta: no I have not set any and do not see any present [19:32] I also made sure that 127.0.0.1 was allowed access in the munin.config which it is already [19:33] also it is lighttpd if it matters. === pgraner is now known as pgraner-afk [20:00] Pici: I may have found the error. My munin-update.log has this: http://pastebin.ubuntu.com/5829146/ [20:01] I have also tested telnet as according to munin troubleshooting [20:01] and it worked ok. === james_ is now known as Guest20092 === airtonix_ is now known as airtonix === wedgwood is now known as wedgwood_away