=== slank is now known as slank_away | ||
=== security is now known as megha | ||
m_tadeu | hi...I'm using tomcat and I'm trying to change the amount of memory used by an application....which I'm failing to do | 01:44 |
---|---|---|
m_tadeu | where should I set that? | 01:44 |
mortrca | I would really like to see an answer to the question posed here: http://ubuntuforums.org/showthread.php?t=2032129 | 03:25 |
sarnold | (for the curious, mortrca's answer is that "apt-get install foo^" looks to install the "foo" task. neat. never seen that before, it's only been around since 2007...) | 03:36 |
patdk-lap | sarnold, the problem is probably that it was documented in the manual | 03:45 |
sarnold | patdk-lap: w/was/wasn't/ :) at least, searching for "\^" does not find it; nor does "task". heh. | 03:47 |
sarnold | patdk-lap: if it wasn't documented in the changelog, it'd be even harder to find... | 03:47 |
sarnold | (grepping for ^ in the apt source is .. surprisingly worse than one might suspect. :) | 03:48 |
patdk-lap | :) | 03:48 |
patdk-lap | it's documented under tasksel | 03:50 |
patdk-lap | https://help.ubuntu.com/community/Tasksel | 03:50 |
sarnold | haha, best part, it documents that it isn't documented anywhere. | 03:52 |
patdk-lap | :) | 03:53 |
patdk-lap | fun, I just upgraded postfix yesterday, and a new version comes out today | 03:53 |
sarnold | haha, figures... hope it's nothing too important for you :) | 03:54 |
patdk-lap | actually, no, that was dovecot | 03:54 |
patdk-lap | hmm, mem leak, and a null reference | 03:54 |
patdk-lap | not a huge deal, but | 03:54 |
sarnold | null reference in postfix? o_O I'm surprised.. it's always seemed like really awesome code. :) | 03:55 |
patdk-lap | The local(8) delivery agent dereferenced a null pointer while | 03:55 |
patdk-lap | delivering to null command (for example, "|" in a .forward | 03:55 |
patdk-lap | file) | 03:55 |
patdk-lap | well, that was one easy patch to apply | 04:01 |
patdk-lap | what I like to see :) | 04:01 |
patdk-lap | new version posted to my ppa <3hours after release | 04:01 |
=== remix_tj is now known as Guest95210 | ||
ober_ | http://zeniv.linux.org.uk/~ober/lvm_test seeing hangs when deleting a lvm snapshot. can easily reproduce on different installs of ubuntu server, but not on any other distor. | 05:09 |
SpinningWheels | anyone have any idea why an mdadm array would randomly go from /dev/md0 to a read-only on /dev/127? i cant find any errors in any logs that i've found. any ideas? | 05:49 |
cantah | Howdey, just looking for information regarding setting up a distributed (cluster) environment for email. Need some help in that direction | 08:49 |
Daviey | interesting... debian bug 699791 | 09:32 |
uvirtbot | Debian bug 699791 in wnpp "ITP: sftpcloudfs -- SFTP interface to Rackspace Cloud Files and OpenStack Object Storage" [Wishlist,Open] http://bugs.debian.org/699791 | 09:32 |
Daviey | more interesting than say, debian bug 699790 :) | 09:33 |
uvirtbot | Debian bug 699790 in wnpp "ITP: ftp-cloudfs -- FTP interface to Rackspace Cloud Files and OpenStack Object Storage" [Wishlist,Open] http://bugs.debian.org/699790 | 09:33 |
=== matsubara-afk is now known as matsubara | ||
maswan | lamont: Hey, do you have a guesstimate on the chances of the RRL patches making it into precise bind? | 10:04 |
=== caribou_ is now known as caribou | ||
Pupeno_w | I need to backup a lot of files to S3… around 400k of them. I was using s3cmd sync so far, but it takes ages and it consumes too much memory. I think it's building a list, in memory, of all files, or something like that. Is there any other option for such a big amount of files? | 10:21 |
andol | Pupeno_w: Do some basic shell scripting, passing one file at the time to s3cmd? | 10:23 |
andol | Not that running ls on a 400k files folder is much fun, assuming all files are in the same folder? | 10:24 |
Pupeno_w | andol: if I decide to take that route, I'll probably write it in ruby and use as S3 library. But I'm trying to find a better alternative for now. | 10:24 |
Pupeno_w | andol: hehehe… they are not in the same folder. They are spread through many folders carefully so no folder has a huge amount of files. | 10:25 |
phoenixsampras | how to install ubuntu from the network/. | 10:42 |
phoenixsampras | ? | 10:42 |
vezq | phoenixsampras: define network, you mean without console access? | 10:45 |
phoenixsampras | well, im in citrix, and it is asking me an url to get the installation files, etc | 10:45 |
vezq | no experience with citrix | 10:46 |
vezq | but could try some ubuntu download mirror | 10:47 |
phoenixsampras | what is a common url for a mirror? ramdisk... etc | 10:47 |
vezq | maybe this helps: http://serverfault.com/questions/404201/ubuntu-12-04-netinstall-url-xen-host | 10:49 |
phoenixsampras | oh fabulous | 10:51 |
phoenixsampras | http://archive.ubuntu.com/ubuntu/dists/precise/main/installer-i386/ | 10:51 |
phoenixsampras | thats it | 10:51 |
phoenixsampras | Thanks!! | 10:51 |
hatake | help | 11:08 |
hatake | how to fix this http://dpaste.com/909494/ | 11:09 |
=== Guest95210 is now known as remix_tj | ||
vezq | hatake: first question, why do you compile squid? | 11:16 |
vezq | and then is your server clock correct? | 11:16 |
hatake | hmm, meaby date expired | 11:16 |
hatake | now installed ntp | 11:16 |
Pupeno_w | What's the name of that program that easily creates a package from source code (configure, make, make install)? | 11:28 |
rbasak | Pupeno_w: are you looking for dh_make? | 11:34 |
* rbasak doesn't use it though | 11:34 | |
Pupeno_w | rbasak: why? | 11:35 |
Pupeno_w | nevermind | 11:35 |
Daviey | Pupeno_w: you are thinking of checkinstall.. but it's less than nice.. but still better thank just make install. | 11:36 |
Daviey | rbasak: ^ | 11:36 |
rbasak | Ah, that rings a bell | 11:37 |
Daviey | talking of nasty tools, when was the last time someone here used alien to convert rpm to deb? | 11:37 |
* rbasak doesn't use that either :) | 11:37 | |
Daviey | rbasak: good :) | 11:37 |
=== ggg is now known as w0rmie | ||
=== ggg is now known as w0rmie | ||
jamespage | zul: bug 981269, I think I'll ask the reporter to get it committed to stable/essex and then we can pickup in the next SRU | 12:12 |
uvirtbot | Launchpad bug 981269 in openstack-dashboard "instance_type is still set as a property value of "none" even when flavors cannot be retrieved" [Medium,In progress] https://launchpad.net/bugs/981269 | 12:12 |
zul | jamespage: or we could do it on his behalf :) | 12:15 |
jamespage | zul: it looks a suitable candidate to the stable/essex branch to me | 12:21 |
jamespage | zul: however the upstream gerrit review is abandoned | 12:21 |
jamespage | zul: and the backport does not include the tests... | 12:22 |
=== ggg is now known as w0rmie | ||
zul | jamespage: yeah buts its horizon | 12:31 |
zul | jamespage: im not too thrilled it adds an extra dependecy as well | 12:31 |
=== ggg is now known as w0rmie | ||
yolanda | Daviey, zul: https://code.launchpad.net/~yolanda.robla/ceilometer/grizzly | 12:51 |
yolanda | i did some changes in the ceilometer package | 12:51 |
catphish | what is the correct way to specify a secondary ipv6 address in the interfaces file? | 12:57 |
RoyK | heh - reading the linux-raid mailing lists shows tons of "recover from raid-5 with double disk failure" threds... | 13:08 |
jamespage | zul: what do you want todo with it then? | 13:15 |
=== yofel_ is now known as yofel | ||
wmp | hello, i want to change order in init script. Now i have networking before fstab, and i want change this. | 13:21 |
wmp | http://serverfault.com/questions/475589/how-to-change-upstar-order-network-after-fstab | 13:21 |
=== koolhead17 is now known as koolhead17|afk | ||
zul | jamespage: the horizon thingy? | 13:34 |
jamespage | zul: yah | 13:34 |
zul | jamespage: ill do it | 13:35 |
jamespage | zul: is that likely to make it upstream or should we just accept the patch into Ubuntu? | 13:35 |
zul | jamespage: yeah i didnt know why it sat idle | 13:35 |
zul | jamespage: i just woke up so.... :) | 13:36 |
jamespage | zul: lol - well it looks OK; the actual fix is inline with that in Folsom even if it does not include the test cases | 13:37 |
zul | jamespage: yeah looks ok | 13:37 |
zul | jamespage: the essex packaging for horizon will need to be updated | 13:38 |
jamespage | zul: guh | 13:46 |
jamespage | yolanda: whats the status on the essex sru's that are in the -proposed branched in the lab? | 13:46 |
yolanda | jamespage, don't know about it, i raised the bugs but haven't received any notice | 13:46 |
jamespage | yolanda: do you have the bug reference? | 13:48 |
yolanda | let me check | 13:48 |
jamespage | ta | 13:49 |
yolanda | mm, i've found an old one that i did, but i marked that as invalid because i joined all in a single bug, still searching | 13:54 |
yolanda | https://bugs.launchpad.net/ubuntu/precise/+source/keystone/+bug/1089488 | 13:57 |
uvirtbot | Launchpad bug 1089488 in nova "Meta bug for tracking Openstack Stable Updates" [Undecided,Confirmed] | 13:57 |
yolanda | that's it | 13:57 |
yolanda | no progress since i filed it | 13:57 |
jamespage | yolanda: hmm - that is somewhat unsatisfactory - I wonder what the hold-up is | 14:04 |
jamespage | the updates where uploaded in December... | 14:04 |
yolanda | i know | 14:04 |
yolanda | can i do something to speed it? | 14:05 |
jamespage | yolanda: poke the SRU team; I'd do it via the tracking bug first and then on irc a day or so later... | 14:10 |
yolanda | i add a comment on the bug? | 14:11 |
jamespage | yolanda: yes | 14:14 |
rbasak | The 12.04.2 freeze is holding up all SRUs right now, isn't it? | 14:14 |
jamespage | rbasak: hmm - probably - but this has been in queue since last year | 14:15 |
jamespage | rbasak: TBH we don't ship these packages so its irrelevant for the ISO's; but it would be nice to push these out. | 14:15 |
=== slank_away is now known as slank | ||
Castrol | hi | 15:03 |
Castrol | I upgraded my 12.04 server and restarted, and now dnsmasq doesn't seems to serve DHCP requests | 15:03 |
Castrol | I see an UDP listening port at: 0.0.0.0/67 | 15:04 |
Castrol | But, how can I perform some kind of PING to test the connection? | 15:04 |
zul | yolanda: can you have a look at the python-pecan stuff? you can find it ay http://anonscm.debian.org/gitweb/?p=openstack/python-pecan.git | 15:06 |
zul | Castrol: by pinging an address? | 15:06 |
yolanda | zul, is there any problem? | 15:07 |
zul | yolanda: just licencse issues | 15:07 |
yolanda | ok | 15:07 |
Castrol | Castrol: I expect some kind of command like: udp_ping IP_ADDR 67 | 15:07 |
yolanda | zul, is there any bug related to that? | 15:09 |
zul | nope | 15:09 |
zul | yolanda: https://lists.ubuntu.com/archives/ubuntu-archive/2013-February/045991.html | 15:09 |
yolanda | ok | 15:10 |
=== ggg is now known as w0rmie | ||
=== matsubara is now known as matsubara-lunch | ||
stetho | Is there a way I can do a dist-upgrade of a 10.10 Maverick server still? All the Maverick repos have gone from the servers. | 15:40 |
jcastro | https://help.ubuntu.com/community/EOLUpgrades | 15:40 |
jcastro | stetho: ^^ check that out | 15:40 |
stetho | Thanks. Exactly what I was after but couldn't find. That "google" thing is rubbish. | 15:41 |
* RoyK sniggers | 15:43 | |
coker89 | hi | 15:58 |
RoyK | ho | 15:58 |
coker89 | i need help | 15:59 |
coker89 | but, ,i englsih is so bad | 15:59 |
RoyK | !ask | coker89 | 15:59 |
ubottu | coker89: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience | 15:59 |
zul | jamespage/yolanda/adam_g: Can you have a look? https://code.launchpad.net/~zulcss/python-keystoneclient/keystone-requests/+merge/146660 | 16:01 |
coker89 | what?? | 16:02 |
coker89 | idon't understand!! | 16:03 |
hallyn | ahs3`: debian import freeze coming up; can you push netcf to experimental this week so i can request a sync? :) | 16:04 |
hallyn | stgraber: there's a blueprint WI for lxc to add RLIMIT_NPROC for userns. My feeling is that is not particularly useful given other things that can be exploited - and default placement of system users into memory cgroups is better approach. Disagree? | 16:15 |
stgraber | hallyn: well, finding ways to avoid fork bombs is still relevant, memory cgroup helps there but you have to put a very strict quota to avoid running out of PIDs | 16:16 |
stgraber | hallyn: ultimately where it's implemented doesn't matter a lot but I think we want some way to prevent a given container to use all of the hosts' PIDs | 16:16 |
hallyn | i'll have to check, but seem to recall that by default it has far fewer pids anyway | 16:17 |
hallyn | i could be wrong about that | 16:17 |
tangomike | /j #centos | 16:18 |
hallyn | traitor | 16:18 |
hallyn | all right - i guess rlimit_nproc for the host uid really is a convenient place for it. | 16:19 |
=== matsubara-lunch is now known as matsubara | ||
jamespage | zul: reviewed | 16:26 |
jamespage | and approved | 16:26 |
zul | thanks | 16:26 |
decci | Hi Guys | 16:45 |
decci | I have Ubuntu 12.04.1 which I want to install directly on compellent SAN. I am using Intel I350 card but its not detecting the SAN at install time | 16:46 |
decci | Just to get some more clarity, I installed Ubuntu 12.04.1 on local disk and then tried installing open-iscsi and see if it sees compellent SAN. I got this:http://paste.ubuntu.com/1613270/ | 16:47 |
decci | May I know if the output shows if it detects compellent SAN | 16:48 |
zul | jamespage: and another one: https://code.launchpad.net/~zulcss/python-novaclient/novaclient-requests/+merge/146678 | 16:55 |
=== ggg is now known as w0rmie | ||
=== koolhead17|afk is now known as koolhead17 | ||
nwilson5 | silly question, but in the shell doing "cat file1 file2 file3" will show the text in the order of the files you cat right | 18:23 |
sarnold | yes | 18:23 |
sweettea | im new to ubuntu server, what is the equivalent of chkconfig ? | 18:24 |
sweettea | The program 'sysv-rc-conf' is currently not installed. You can install it by typing: | 18:24 |
sweettea | is it not that? | 18:24 |
sarnold | sweettea: the upstart init replacement changed a few things (imho, mostly for the better)... | 18:25 |
sarnold | sweettea: to list all jobs, initctl list -- http://upstart.ubuntu.com/cookbook/#list-all-jobs | 18:26 |
sweettea | sarnold: thank you | 18:26 |
sarnold | sweettea: that's often enough, because upstart assumes if a service is installed, that you want it to run | 18:26 |
sarnold | sweettea: but you can disable services easily using an .override file: http://upstart.ubuntu.com/cookbook/#override-files | 18:26 |
maxb | Alternatively, not everything is converted to upstart, and for classic /etc/init.d/ type stuff, it's generally a good idea to have a look in /etc/default/<service> | 18:29 |
sweettea | I just need to see whats running by default, so to disable it | 18:34 |
sweettea | for example on rhel theres always the stupid NetworkManager | 18:34 |
sweettea | im using a 12.10 box as a virt container, so I need to update security, disable everything not required, and edit iptables | 18:35 |
sarnold | sweettea: if you don't want something running, maybe uninstall it :) | 18:38 |
sweettea | understood | 18:40 |
sweettea | but i just dont know whats what yet, learning :) | 18:40 |
=== slank is now known as slank_away | ||
hatake | what best for cache content dymanic, squid 3.x or lusca ? | 18:48 |
=== slank_away is now known as slank | ||
eagles0513875_ | hey guys im running postfix + dovecot on 12.04 and the client is connected using pop3s i was wondering are there any known issues with pop3 over ssl on ubuntu | 18:55 |
zul | adam_g: https://code.launchpad.net/~zulcss/python-novaclient/novaclient-requests | 19:02 |
jaimef | http://zeniv.linux.org.uk/~ober/lvm_test creating a lvm snapshot, then trying to delete it on 12 server results in errors and system hang. been able to repro on 3 different systems. | 19:13 |
=== ggg is now known as w0rmie | ||
=== matsubara is now known as matsubara-afk | ||
supNow | Hello all I have a quick question I'm sure someone in here could answer very easily... | 21:20 |
supNow | I setup lamp on ubuntu-server and installed phpmyadmin. I then switched the apache directory to one in the home directory. I was able to install a site using the db information I setup with phpmyadmin which was done before changing directories and the site that was setup after changing directories installed with no issues... however I can only pullup the login page for phpmyadmin now, when I try to login I get a NOT FOU | 21:22 |
supNow | ND? | 21:22 |
RoyK | !asm | supNow | 21:22 |
supNow | the index.php file it is referencing is still in the phpmyadmin folder so I'm not sure why it's not finding it | 21:23 |
RoyK | wonder perhaps if this quiestion is better answered in #phpmyadmin | 21:24 |
resno | RoyK: when you do email what do you do/use? | 21:34 |
adam_g | jamespage: Daviey zul just proposed the 2012.2.3 folsom changelogs into the lp:~openstack-ubuntu-testing/$foo/folsom branches. adjusted our scripts to only add a proper bug ref if there is an ubuntu task open. still using the metabug. let me know what you think | 21:38 |
Daviey | adam_g: keystone empty ? | 21:39 |
Daviey | adam_g: erm, i thought we were doing "LP: #Already-ubuntu-bugtask" and "LP: No-ubuntu-bug-task" | 21:40 |
Daviey | ie, lack of a #.. meaning it doesn't get cuaght by regex. | 21:41 |
RoyK | resno: ? | 21:41 |
adam_g | Daviey: i opted for (LP: #Already-ubuntu-bugtask) + LP: No-ubuntu-bug-task, since (LP: #XXXXXX) is what i've alwasy used. | 21:44 |
adam_g | er | 21:45 |
adam_g | Daviey: (LP: #Already-ubuntu-bugtask) + LP: #No-ubuntu-bug-task. does the latter get picked up the same as (LP: #XXXX) ? | 21:45 |
adam_g | i can quickly regen if so | 21:46 |
Daviey | LP: #x == (LP: #x) | 21:46 |
adam_g | ah, ill drop the # then | 21:47 |
Daviey | adam_g: you need to drop the # | 21:47 |
minorix | Does IPsec with ESP in Tunnel Mode contain a layer 2 header at all or just layer 3? | 21:48 |
sarnold | minorix: I'd expect just layer3; once it leaves one ethernet and travels to another network, it might be on a completely different layer 2.. | 21:50 |
minorix | Ok, so the "packet" that is encapsulated by ESP would not have layer 2 information then | 21:51 |
minorix | I am trying to figure out how proxy ARP works in this sense | 21:51 |
sarnold | minorix: unless you're encapsulating l2, of course, something like l2tp? | 21:51 |
minorix | I have just a IPsec VPN | 21:52 |
minorix | For my VPN, I had a VPN client on the same subnet as internal hosts and without proxy arp enabled on the VPN router, the two could not talk | 21:52 |
minorix | So in this case, the router was responding to ARP requests for the VPN client | 21:52 |
Daviey | adam_g: Oh, dang.. a keystone sec vuln is landing shortly | 21:53 |
adam_g | Daviey: np. easy enough to rebase once it lands (happened last time). just wanted to get the tooling aligned to the new format/process in the meantime | 21:55 |
Daviey | adam_g: yeah, rocking! thanks :) | 21:57 |
=== jacalvo_ is now known as jacalvo | ||
=== slank is now known as slank_away | ||
adam_g | Daviey: those branches are updated. also: http://people.canonical.com/~agandelman/folsom/keystone-2012.2.1-0ubuntu1.1~cloud0/ ready for staging | 22:28 |
adam_g | zul: ^ | 22:28 |
Daviey | adam_g: too tired to look now, will gander tomorrow.. thanks | 22:30 |
=== slank_away is now known as slank | ||
=== slank is now known as slank_away |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!