/srv/irclogs.ubuntu.com/2012/11/29/#ubuntu-server.txt

AlienheadCan anyone tell me how to stop ubuntu from emailing me every time a cron job finishes?00:17
AlienheadI like getting some of the emails, but I recently added several cron tasks that run hourly and it is generating a considerable amount of unwanted email.00:19
FauxFauxAlienhead: It only e-mails you if the output anything.  Typically you resolve this by making them not output anything unless there's an error.00:20
AlienheadFauxFaux: Ahhh....00:25
AlienheadSo I need to put a > null in my script?00:25
FauxFauxSo long as it writes to stderr on errors, sure.00:25
AlienheadHmm. Not sure about that. Will have to check the program to see how it handles output.00:26
AlienheadIt is wget. If it put -0 logfile would that stop the emails?00:28
=== cpg is now known as cpg|away
AlienheadOr wget -o /dev/null00:28
=== Psi-Jack_ is now known as Psi-Jack
sarthorHi, I have ubuntu-server 12.04 installed, on some remote computer, I did alot of packages installations in that remote machine, somthing like, grase-hostspot, mysql removed and reinstalled, squid3 removed and reinstalled. Now I want to remove all the packages, and make the machine like it was on the 1st day of installation, Is it possible in the remote machine, I am connected to some remote network main machine, and this ubuntu-server machin01:29
sarthore is the client of that network. HELP please.01:29
sarthoror How to remove mysql, Freeradius squid bind9 or may be the entire lame ?01:30
sarnoldsarthor: once you've run apt-get upgrade, those packages are best considered _upgraded_. If you just want to uninstall a few packages and remove their configuration at the same time, that's a different matter....01:31
sarnoldsarthor: apt-get purge mysql freeradius squid bind9   --- it'll remove those packages and any packages that Require: those packages. It might leave behind some other packages that were depended upon but not in the default install...01:32
sarthorsarnold: I messed a lot with that machine, Now I myself do not know, how to find which package I do not need. I am also not an expert. that is way I want machine in the fresh form.. trying your suggestions.01:32
sarthorsarnold: Can i install that package of lame with a single command?01:34
sarnoldsarthor: I don't know what you mean by "that package of lame"01:34
sarnoldsarthor: do you mean the mp3 encoder 'lame'?01:34
sarthorsarnold: no, sorry lamp01:36
sarthorsarnold: Linux-Apache-MySQL-PHP = LAMP01:37
sarnoldsarthor: ah, the whole mysql, apache, and php or whatever? it'd be something like: apt-get purge mysql-server apache2 php501:38
sarnoldsarthor: I hope the other packages would be removed with those..01:38
sarthorsarnold: this command is install all that packages. Thanks sudo tasksel install lamp-server01:41
sarthorsarnold: mysql installed, i did this create database salaar;01:42
sarthorIgnoring query to other database01:42
sarnoldoh hey, does tasksel offer a way to remove too? :)01:42
sarthorsarnold: I read here, and the removal way is not mentioned, https://help.ubuntu.com/community/ApacheMySQLPHP01:43
sarthoryea they say there on that link.01:43
sarthorthey say to remove this packages "  apache2 apache2-mpm-prefork apache2-utils apache2.2-common libapache2-mod-php5 libapr1 libaprutil1 libdbd-mysql-perl libdbi-perl libnet-daemon-perl libplrpc-perl libpq5 mysql-client-5.5 mysql-common mysql-server mysql-server-5.5 php5-common php5-mysql  "01:45
sarnoldsarthor: that looks about correct01:45
sarnoldsarthor: tasksel --task-packages lamp-server will show you the packages that it required01:46
sarthoragain removed as they say.. and now installing again. Coz the MYSQL was not creating a database.01:46
sarnold.. that also shows e.g. perl. but you probably do not want to uninstall perl, it's used for a lot of things -- and that command line doesn't try to remove perl.01:46
sarthorThanks God, Computer can not complaint to my father.01:47
sarthor:(01:47
=== erichammond1 is now known as erichammond
sarthorsarnold: can not create a database in mysql, mysql> create database salaar;01:48
sarthorIgnoring query to other database01:48
sarthormysql>01:48
sarthordo you know how to create a database in mysql.01:49
sarthormay be my command is wrong.01:49
sarthorDamn.. Clever mysql. it obeyed. mysql> CREATE DATABASE salaar;01:50
sarthorQuery OK, 1 row affected (0.00 sec)01:50
sarthormysql>01:50
sarnoldsarthor: sorry, I'd be stuck reading the documentation to figure that out...01:51
sarnoldhaha01:51
sarthorsarnold: I am a learner, Sorry for bugging.. Even my English may be unbearable for some. Sorry to All fellows.01:51
sarnoldsarthor: we're all learning :)01:52
=== erichammond1 is now known as erichammond
=== n0ts_off is now known as n0ts
frodusHi, I'm looking into using preseed to install some ubuntu servers automaticly. Is this the correct channel for that, or could someone please help me find that channel?03:44
=== cpg|away is now known as cpg
patdk-lapthis is the channel03:47
patdk-lapand your probably not have much luck for another 10-12hours though03:47
patdk-lapI would think that is pretty well documented on the website though03:48
froduspatdk-lap: Thanks. I have read a lot of documentation, and I managed to use preseed on a debian cd, but not on ubuntu. The installer does not find my pressed file... I also see that the ubuntu-server iso includes some pressed files by default. But I can't even run them. So I guess that I just missed out on some minor details that are very important ;)03:55
cozzieHello, I have a server running Ubuntu with mutiple clients03:57
cozziehow do i disable last & who03:57
patdk-lapyou could, but the infomation will still be available03:58
patdk-lapfigure out how you correctly remove wtmp/btmp?03:59
cozzieIm looking into this, thanks04:00
=== n0ts is now known as n0ts_off
=== n0ts_off is now known as n0ts
=== shadeslayer_ is now known as shadeslayer
tarvidi have a 12.04 ubuntu-server that drops into initramfs05:33
tarvidthe error is /dev/mapper/helen does not exist05:34
tarvidi got into this mess when grub failed05:36
tarvidit does  use LVM05:36
ChmEarltarvid, try dpkg-reconfigure lvm205:39
ChmEarlthe initramfs will be setup for /root on lvm05:40
tarvidChmEarl, I am running on a llive CD05:44
tarvidbut booting the image that drops me iinto initramfs05:45
tarviddpkg-reconfigure is not found in initramfs05:46
ChmEarltarvid, find in the wiki how to chroot into an install from a live CD05:47
tarvidI can do that05:48
ChmEarlits way simpler than triage of an initramfs image05:48
tarvidI have to set up lvm2 on the live booy05:50
=== Ursinha_ is now known as Ursinha
tarvidthen activate the LG and mount the file system05:51
tarvidtakes a few minutes05:51
=== chilicuil_away is now known as chilicuil
tarvidChmEarl, I am chrooted into /mnt05:58
tarvidmy grandfather was from Lithuania06:00
ChmEarltarvid, why learn lvm on raid on a bare metal server.. do it in a virtual env06:03
tarvidI had uncommented GRUB_DISABLE_LINUX_UUID06:03
tarvidI really need to boot this image or pull the hard disk, install and copy etc var and honme06:04
tarvidit is not raid06:04
tarvidbut I can look at /boot etc...06:06
tarvidthe boots fail on finding /dev/mapper/helen-root06:08
tarvidgrub-cfg does have insmod lvm06:11
tarvidand root='(helen-root)'06:12
tarvidand the correct UUID in the search command06:12
tarvidStill not booting on 12.04 server machine using LVM getting /dev/mapper/helen-root does not exist06:40
tarvidI can get to it arduously with a live cd lvm2 activating the vg , mounting the vg and chrooting into /mnt06:42
=== ibiris|afk is now known as ibiris
ak5Nov 29 10:53:30 server1 ovpn-server[1385]: WARNING: External program may not be called unless '--script-security 2' or higher is enabled.  Use '--script-security 3 system' for backward compatibility with 2.1_rc8 and earlier.  See --help text or man page for detailed info.07:00
ak5Nov 29 10:53:30 server1 ovpn-server[1385]: WARNING: Failed running command (--up/--down): external program fork failed07:00
ak5does anyone know what to do with this?07:00
=== smb` is now known as smb
nerdis cpanel supported ?07:50
sarnoldapt-cache search cpanel doesn't show it is even packaged07:51
nerdso it's not supported :(07:51
nerdis their any other alternative to it ?07:52
xnoxnerd: sarnold: zentyal08:06
xnoxis the over the web management for small scale.08:06
xnoxFor large scalable deployments use juju and/or landscape08:07
nerdlet me check out zentyal :)08:07
=== n0ts is now known as n0ts_off
sarnoldxnox: it even looks less insane than cpanel :D08:08
xnoxsarnold: nerd: cpanel shall never be mentioned again.08:08
nerdok :D08:09
sarnoldxnox: I was very highly impressed that the _one_ package returned was more or less completely unrelated. That's a dedication to wiping out even the memory of the .. thing that we're not mentioning again.08:09
sarnoldpity zentyal is a name I'll never remember. :(08:09
nerdis zentyal officially supported by ubuntu ?08:10
xnoxit used to be called ebox.08:11
xnoxzentyal upstream maintain packages in ubuntu....08:11
nerdcool08:12
sarnoldnerd: packages in universe are supported by the community; it's nice to know that zentyal's upstream is active, that's a good sign.08:13
nerdhmm..08:13
nerdzentyal is quite costly.08:28
frodusHi. Is there anyone online that has successfully remastered a ubuntu server 12.04 ISO using a custom preseed?08:59
=== n0ts_off is now known as n0ts
=== mcclurmc_away is now known as mcclurmc
=== Ng_ is now known as Ng
cariboujamespage: around yet ?09:24
jamespagecaribou, yes I am09:24
cariboujamespage: what's next with the walinuxagent SRU ?09:25
cariboujamespage: is there anything that I need to do, now that the Merge Requests are in ?09:25
jamespagecaribou, no - leave it with me - I'm doing it right now09:25
cariboujamespage: ah, ok fine then. Thanks09:26
uvirtbotNew bug: #1078074 in walinuxagent (main) "Package walinux agent 1.1" [High,In progress] https://launchpad.net/bugs/107807409:27
jamespagecaribou, I uploaded to quantal and precise proposed - made tweak to the changelog entry and the versioning but aside from that all good09:42
jamespageI've subbed ubuntu-sru to both bug reports (upgrade to 1.1 and fix for upgrade problems)09:42
jamespageslight uncomfortable about the 1.1 upgrade but it looks like misc bug fixes only09:43
jamespagelet see what they think...09:43
cariboujamespage: perfect, thanks !09:45
cariboujamespage: what was wrong with the changelog09:47
caribou?09:47
jamespagecaribou, ~12.04.01 -> ~12.04.1 (just inline with the previous backport versioning) and explicitly referenced the version upgrade bug reference in the latest version09:48
cariboujamespage: ah, ok. Missed that one09:48
=== ubuntu is now known as Guest56618
=== ibiris is now known as ibiris|afk
=== ibiris|afk is now known as ibiris
=== Gallomimia_ is now known as Gallomimia
=== lenios__ is now known as lenios
uvirtbotNew bug: #1084489 in puppet (main) "System freezes after executing facter command" [Undecided,New] https://launchpad.net/bugs/108448911:51
cariboujamespage: I find one thing peculiar, my Merge Proposal for Quantal does not appear in the bug...12:39
=== cpg is now known as cpg|away
uvirtbotNew bug: #1084514 in juju (universe) "Unconnect to EC2 instance after bootstrap" [Undecided,New] https://launchpad.net/bugs/108451413:01
b0otAnyone know of any fully decentralized distributed instant messenging tools?13:38
frodus_Hi. Is there anyone online that has successfully remastered a ubuntu server 12.04 ISO using a custom preseed?13:44
=== yofel_ is now known as yofel
=== n0ts is now known as n0ts_off
drag0niushow would i disable hostapd/wifi?14:07
drag0niusremoved eth1/wlan0 bridge and set it just on eth114:07
drag0niusthen how would i disable hostapd?14:07
simenHi guys. I posted a rather complicated question on server load (Ubuntu / Nginx / PHP5-FPM) on Serverfault. -any comments would be appreciated. Link: http://serverfault.com/questions/453433/locate-cause-of-high-load-checked-cpu-memory-swap-and-io-all-low-running-ng14:08
=== LordOfTime is now known as TheLordOfTime
=== chilicuil is now known as chilicuil_away
=== 20WABM4XS is now known as jussi
vezqsimen: is it a virtual server?14:20
=== jussi is now known as jussi01
=== jussi01 is now known as jussi
TheLordOfTime...14:21
simenvezq: Indeed it is14:21
TheLordOfTimepm.max_children = 2014:21
TheLordOfTimepm.max_requests = 5014:21
TheLordOfTimei thought that was aptched to be a lot lower...14:21
TheLordOfTimepatched *14:21
* TheLordOfTime sifts through the php5 source code14:21
TheLordOfTimesimen, which Ubuntu're you on, 12.04?14:22
simenTheLordOfTime: yes it is14:22
vezqis it AWS virtual server or your own?14:23
simenvezq: It is hosted by a local provider here in Norway. I am largely unfamiliar with the infrastructure14:24
TheLordOfTimesimen, are you using php5-fpm?14:24
simenTheLordOfTime: Yes, php5-fpm14:24
TheLordOfTimedid you... i don't know... modify your php5-fpm configuration file from default?14:24
TheLordOfTimethe 20/50 for max_children/max_requests is semi-high14:25
=== Malediction_ is now known as Malediction
RoyKwhat's better with fpm than using php as an apache module?14:25
TheLordOfTimeRoyK, he's on nginx14:25
TheLordOfTimeso...14:25
TheLordOfTimeirrelevant14:25
patdk-wkusing the apache module is evil14:25
RoyKah14:25
vezqdoes load get to normal when nginx etc. is not running?14:25
RoyKpatdk-wk: nah - it works ;)14:26
patdk-wkthe issue is, he keeps running 5 busy php threads14:26
patdk-wklook at the vmstat output14:26
patdk-wk5 busy, then idle, 5 busy14:26
patdk-wkso average is 1.4busy per second14:26
patdk-wkroyk, it works yes, but not memory friendly14:26
patdk-wkevery apache thread has php memory overhead14:27
patdk-wkon apache I normally will run apache in worker mode, and php fastcgi14:27
RoyKdoes that save much memory?14:28
simenTheLordOfTime: values for max_children / max_request might be too high if server gets a lot of traffic. But currently my average php process size is ~60MB and PHP is using a total of 1.1 GB of RAM. Could it still queue up the CPU?14:29
patdk-wkroyk, it depends on your workload14:29
RoyKpatdk-wk: well, everything does...14:29
patdk-wkbut now you don't waste php memory for all the static file requests14:29
patdk-wkso if you serve pics js xml html ..., you will be saving14:29
patdk-wkif it's all wordpress, not really14:29
TheLordOfTimepatdk-wk, which you can accomplish with correct config files in nginx.14:29
patdk-wkTheLordOfTime, I thought we already know that nginx doesn't do mod_php so it's not an issue14:30
TheLordOfTime:)14:30
TheLordOfTimei'm trying to say "nginx is better than apache"14:30
TheLordOfTimebut i'm highly biased :P14:30
RoyKheh14:30
patdk-wkthat is for debate14:30
patdk-wklots of people still love to use .htaccess14:30
TheLordOfTimeTheLordOfTime> but i'm highly biased :P  <-- so blah14:30
patdk-wkI perfer to use lighttpd myself14:31
patdk-wkand only use apache when I need to, mainly cause htaccess is required14:31
patdk-wkthough I am thinking about nginx, want spdy support14:31
TheLordOfTimei think nginx had a module that yo ucan include compile-time that parses htaccess14:31
TheLordOfTimenot sure if its update :P14:31
TheLordOfTimeup-to-date *14:31
* TheLordOfTime greps the configs14:31
RoyKpatdk-wk: patdk-wk thing is, even if those apache processes with prefork seem to be spending lots of memory, it's just copy-on-write after all, so if php isn't used there, it's not copied14:32
patdk-wkwell, it's been years since I last played with that14:33
patdk-wkbut my friends ec2's keep running out of ram14:33
patdk-wktill I switch them to fcgi apache14:33
patdk-wklast time I heavily tested this was 5years ago?14:34
patdk-wkand apache hasn't changed, except 2.4 just came out14:34
uvirtbotNew bug: #1084540 in rabbitmq-server (main) "package rabbitmq-server 2.8.4-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/108454014:38
fishcookerhow many ram supported on server 32bit14:38
fishcooker?14:38
TheLordOfTimeisnt it 3GB, like any 32bit system?14:40
TheLordOfTimeor was it 4GB hard limit?14:40
thesheff17~4GB14:40
thesheff17but I believe the kernel can use beyond 4GB....just not as efficient as a 64bit system.14:41
TheLordOfTimewith PAE14:41
TheLordOfTimebut only with PAE.14:41
TheLordOfTimeunless you're on 64bit14:41
TheLordOfTimein which case there's no real limits...14:41
TheLordOfTime(per se)14:41
patdk-wkheh, heavily depends :)14:42
patdk-wkit could be anywhere from 2.5 to 3.8gigs, depending on pci/pcie/agp memory mapping14:43
patdk-wkif your cpu/... supports pae, then you can access the other part of your ram that was stolen14:43
fishcookeri think i3 support pae AFAIK14:43
TheLordOfTimeif your CPU supports 64bit, just use that.14:43
RoyKwith PAE, Linux can address 64GB14:44
TheLordOfTimeif you have 4GB of RAM.  :P14:44
RoyKin 32bit mode14:44
fishcookeri've installed 32bit version :-(14:44
patdk-wkI had a cpu that supported pae, but the motherboard northbridge didn't support it, so I lost out :(14:44
patdk-wkthe northbridge chip would only access 3gig of ram, max14:44
RoyKbummer14:44
fishcookerpatdk-wk: so... the next process.. installed pae-kernel?14:45
patdk-wkI don't think ubuntu has a non-pae kernel anymore, since 12.0414:45
RoyKor 10.04?14:46
TheLordOfTime11.04 had a PAE14:46
fishcookerim still on 10.0414:46
TheLordOfTimeso if it was removed, it was removed after Natty14:47
patdk-wkI said since 12.04 :)14:47
TheLordOfTimeat some point :P14:47
patdk-wkremoved in 12.04 :)14:47
RoyKfishcooker: either you have a pae kernel intalled, or there's one in apt14:47
TheLordOfTimeso there should be a PAE in 10.04 :P14:47
RoyKyes...14:47
patdk-wk10.04 is old :)14:47
RoyKwell, it's supported, and it works ;)14:48
* RoyK still have a box with 8.0414:48
patdk-wkI do too14:48
patdk-wkbeen attempting to kill it for years14:48
fishcookercongratz RoyK14:48
patdk-wkI'm 50/50 with 10.04 and 12.04 currently14:48
fishcooker100% on 10.04 here14:49
RoyKhehe14:49
RoyKno point in upgrading just to upgrade14:49
RoyKas in upgrading for the sake of upgrading14:49
patdk-wkthere are features in the new kernel I can use14:49
patdk-wkand I already fixed all my compatability issues in my personal ppa14:50
patdk-wkso it's a simple update, when I have time to check that it all goes ok14:50
RoyKwell, new features wanted/needed != upgrading for the sake of upgrading14:50
patdk-wkwell, the 8.04 system, is just hell, just to painful to mess with, so14:51
patdk-wkalmost everything on it is retired now, so hopefully by newyears it can come down14:51
* RoyK hands patdk-wk a redhat 7 CD14:52
patdk-wkhey, I managed to get off the fedora core 2, a few years ago14:52
patdk-wkhmm, came out in 2004, retied in 2005, and was still on 120 servers when I was hired in 200814:55
fishcookercool patdk-wk 3 server of mine15:01
fishcooker100% 10.04 32bit15:01
fishcookerare you on 32bit also RoyK15:01
patdk-wkall mine are 64bit15:01
fishcookeris there any 64bit issue in power consumption, patdk-wk15:05
patdk-wkheh?15:05
fishcookerthat's my main reason :-)15:05
patdk-wkwhy would there be?15:05
patdk-wkI've been running 64bit on my laptop for the past 4 years15:06
fishcookeri have been using 32bit on my laptop for the last 1 year15:06
patdk-wkmy laptop, during normal usage, uses 6watts15:07
fishcookerthat's not possible15:07
patdk-wkthat is a lenovo t530, quadcore cpu, 16gig ram15:07
fishcooker70 watt here15:07
fishcookerwhat your laptop15:07
fishcookerthat's cool15:07
patdk-wkscreen full bright is 10watts15:07
fishcookerasus a43sj 4gig15:08
patdk-wkturning on the nvidia chip brings it up to 20watts15:08
fishcookerhow to know about the watt usage?15:08
patdk-wkpowertop15:08
patdk-wkand run on battery power15:08
fishcookerAFAIK my laptop 70 watt15:08
patdk-wkif a laptop used 70watts, it would only last an hour15:09
fishcooker wait15:09
fishcookercollecting data from powerop15:09
fishcookerhttp://paste.ubuntu.com/1397064/15:11
fishcookerthat's mine would you like to read, patdk-wk15:11
patdk-wkseems you don't have acpi installed, or your laptop bios lacks it15:12
fishcookerthat's something15:12
fishcookerhow to enable it15:12
fishcookerpower is my main issue15:12
patdk-wkdunno, check your laptop bios manual15:13
fishcookeri don't realized that asus is fully support win715:13
fishcookerwhen i bought i just looking the great spec and nvidia graphic with great deal price15:13
fishcookerTT15:13
petn-randallHi, regarding the support timeline of lucid:15:35
petn-randallWhich components get the extended server support?15:36
petn-randallDesktop support seems to run out coming April, but I couldn't find clear-cut definition of what falls under server and what under desktop. Since both source the same apt repo, I'm kinda stuck finding out.15:37
mdeslaurpetn-randall: this is the list of source packages the security team will continue supporting in lucid after april: http://bazaar.launchpad.net/~ubuntu-security/ubuntu-cve-tracker/master/view/head:/lucid-supported.txt15:39
mdeslaurpetn-randall: whatever's not on the list will no longer get official security updates15:39
mdeslaur(community security updates only)15:39
mdeslaurpetn-randall: you can also use the "ubuntu-support-status" command line tool IIRC15:41
lbordapetn-randall, 10.04 LTS EOL - April 2013 (Desktop), April 2015 (Server)15:45
petn-randallmdeslaur: That's the info I needed, thanks.15:46
mdeslaurpetn-randall: yw15:46
=== matsubara is now known as matsubara-lunch
sliddjurHow do I keep being root in my session15:57
drag0niuswhere are isc-dhcp-server logs located?15:58
sliddjurIm tired of typing sudo all the time15:58
drag0niussudo su -15:58
FauxFauxsliddjur: sudo -s15:58
drag0niuslog ins as root15:58
sliddjurFauxFaux, thanks16:00
drag0niusi cannot start dhcp server16:00
roaksoaxDaviey: howdy! So I was wondering who do you think I should ping to get the SRU's in?16:00
drag0niussince i changed bridge into single interface16:00
drag0niusafter start it says its started16:00
drag0niusbut looks like it quit asap because when i try to get status it says stop/waiting16:01
TheLordOfTimeroaksoax, how "new" is the SRU?16:03
roaksoaxTheLordOfTime: these are special case SRU's16:05
TheLordOfTimeroaksoax, ah, nevermind then :)16:05
* TheLordOfTime has no background :)16:05
roaksoax:016:05
roaksoax:)16:05
drag0niuswhere is some option about what interface to run dhcp on?16:17
Davieyroaksoax: i was hoping that whoever was on the schedule would process them16:17
Davieyroaksoax: https://wiki.ubuntu.com/StableReleaseUpdates#Publishing16:18
BrixSatMorning guys16:22
BrixSatany one here with cisco any connect vpn?16:23
BrixSat(client)16:23
BrixSatim having some troble to make it work under my server of ubuntu16:26
FauxFauxMaybe if you gave actual details about the problem someone would be able to help.16:28
BrixSatFauxFaux:  sorry :) you right16:28
BrixSatthe cisco anyconnect, has a gui and a command prompt16:29
BrixSatbut the command prompt has no parameters, it has to be typed like a cisco router, inside of it16:29
BrixSatany one know any solution out, so i dont have to type all the commands inside the cisco any connect client?16:30
=== n0ts_off is now known as n0ts
guampadoes update-rc.d still work in ubuntu with upstart?16:36
hallynstgraber: did you want to review my change to do MAKEDEV console in lxc, or shall I push it?  (lxc-tests passed, and both lxc.autodev = 0 and 1 work)16:39
stgraberhallyn: can you send to lxc-devel? I'll do a quick review there.16:40
hallynok16:40
stgraberhallyn: I already had a look at the bzr branch yesterday. The only question I had was what happens if MAKEDEV doesn't exist in the container16:40
=== n0ts is now known as n0ts_off
=== n0ts_off is now known as n0ts
roaksoaxDaviey: yeah... well... we know that's not being one of our strengths lately16:44
roaksoax:)16:44
hallynstgraber: it'll fail the run_buffer() and then just proceed16:50
zuljamespage: around?16:52
jamespagezul, yes16:52
zulhttps://code.launchpad.net/~zulcss/cinder/grizzly-ftbfs/+merge/13698816:52
jamespagezul, looking now16:53
stgraberhallyn: good16:56
jamespagezul, +117:06
zuljamespage: thanks17:06
jamespagezul, are you sure we don't need a new version of keystoneclient? I keep seeing 0.2 everywhere17:07
jamespage(in the ca for grizzly that is)17:07
zuljamespage: apparently we do17:08
=== matsubara-lunch is now known as matsubara
jamespageI see a tag in github17:08
zuljamespage:  yeah ill get to it this afternoon17:09
hallynstgraber: shall i switch the ERROR to a INFO you think?17:09
jamespagezul: nice one!17:09
hallyni'll switch it out17:10
=== kisom is now known as Guest61567
stgraberhallyn: yeah, I think it's best. A bit unfortunate that we don't have anything between ERROR and INFO though :)17:11
=== Malediction_ is now known as Malediction
=== n0ts is now known as n0ts_off
=== tyhicks` is now known as tyhicks
=== n0ts_off is now known as n0ts
ruben231guys any help and idea on this error log-Ubuntu server 12.04 LTS -----> http://pastebin.com/ueR52ECE17:42
ruben231any oe have idea on this17:42
ruben231please help17:42
FauxFauxHave you run "sudo apt-get update", recently, without errors, and pastebin /etc/apt/sources.list and /etc/apt/sources.list.d/* ?17:43
sarnoldheh, how do you -unhold- a package?17:44
FauxFauxRun apt-get install -f # and pray?17:45
ruben231FauxFaux: i have run apt-get update let me do the one you suggest17:45
ruben231 apt-get install -f  <------------just this..?17:46
FauxFauxruben231: Your problem is probably, as apt says, that you have junk or outdated sources.  update fixes outdated, those files contain evidence of junk.17:47
ruben231FauxFaux:but i already update but still getting those error17:50
FauxFauxIn that case, it must be the other thing I said initially.17:50
=== Ursinha is now known as Ursinha-afk
ruben231pastebin /etc/apt/sources.list and /etc/apt/sources.list.d/* <-----------ill pastebin the content here17:51
=== n0ts is now known as n0ts_off
=== n0ts_off is now known as n0ts
=== n0ts is now known as n0ts_off
=== n0ts_off is now known as n0ts
=== n0ts is now known as n0ts_off
=== acidflash_ is now known as acidflash
=== n0ts_off is now known as n0ts
zuladam_g: ping18:06
=== Ursinha-afk is now known as Ursinha
adam_gzul: pong18:20
zuladam_g: up for some quick reviews?18:20
adam_gzul: ok18:21
zuladam_g: https://code.launchpad.net/~zulcss/python-glanceclient/fix-ftbfs/+merge/1370134 and https://code.launchpad.net/~zulcss/nova/grizzly-ftbfs/+merge/13700718:21
adam_gzul: 404 on the first18:22
zuladam_g: https://code.launchpad.net/~zulcss/python-glanceclient/fix-ftbfs/+merge/13701318:22
zuladam_g: there is one more coming down the pipe as well18:24
adam_gzul: for the glanceclient, are you adding the git hash to the version string or is setuptools-git doing that?18:32
zulto the debian/cahngelog?18:32
adam_gto the package. python-glanceclient (1:0.6.0.7.g09c8216-0ubuntu1)18:32
zulyes thats me18:32
zul0.6.0.7.g09c8216 is the name of the tarball upstream18:33
adam_gzul: oh, okay. didnt' realize they started tagging with the git hash18:33
zuladam_g: yeah some of them they are18:33
zuladam_g: one more https://code.launchpad.net/~zulcss/python-keystoneclient/new/+merge/13701418:35
adam_gzul: is there some reason why you're going to release an older keystoneclient? python-keystoneclient-0.2.0.7.g2eb5e2c.tar.gz looks like the latest18:40
zuladam_g: 0.2.0 is the offical release18:40
adam_gzul: oh, ok18:42
acidflashNGEN18:55
hallynstgraber: did you have any comment on Dwight's email/patch for 'lxc python binding' ?18:56
stgraberhallyn: I still need to think about it :)18:57
hallynok18:57
=== mcclurmc is now known as mcclurmc_away
Davieyadam_g: https://lists.ubuntu.com/archives/cloud-archive-changes/2012-November/000000.html19:14
Davieyjamespage: ^^19:14
=== mcclurmc_away is now known as mcclurmc
Davieyadam_g: i am happy to express that through, once validates19:16
Daviey(afk for now)19:16
=== n0ts is now known as n0ts_off
=== ibiris is now known as ibiris|afk
=== mcclurmc is now known as mcclurmc_away
Danawarsudo /etc/init.d apache2 --restart19:20
Danawarsudo: /etc/init.d: command not found19:20
DanawarWhat am i doing wrong here? ; /19:20
DanawarAlso when doing it a different way19:23
Danawardanawar@Grantleyserver:/$ sudo apache2 --restart19:23
Danawarapache2: bad user name ${APACHE_RUN_USER}19:23
uvirtbotNew bug: #1071032 in python-keystoneclient (main) "python-keystoneclient package missing dependency on python-pkg-resources" [Medium,Fix released] https://launchpad.net/bugs/107103219:31
ruben231guys i have this kernel on my Ubuntu server 10.04 LTS  3.0.0-27-server  and its not matching kernel headers which are this only ---> http://pastebin.com/y2zXSq6S19:32
ruben231any cnace to downgrade to 2.6 so i can match kernel headers19:32
ruben231or upgrade the kernel headers ----> please help19:32
escottruben231, something else is wrong. you should always be able to install matching headers19:35
ruben231escott: help me, i ca proceed to install if headers are not match with kernel soure19:36
ruben231what can i do.?19:36
escottruben231, how did you install your kernel?19:36
ruben231its already installed when i install the image19:37
escottgenerally you would "apt-get install linux-headers-`uname -r`19:38
ruben231 escott:thats the output----------------------->http://pastebin.com/ytgMYUSj19:41
escottruben231, what version of ubuntu are you running19:42
ruben231its 10.04 LTS19:42
ruben231escott:  what should i9 do..?19:44
escott!info linux-headers-3.0.0-27-server lucid19:46
ubottuPackage linux-headers-3.0.0-27-server does not exist in lucid19:46
escott!info linux-kernel-3.0.0-27-server lucid19:46
ubottuPackage linux-kernel-3.0.0-27-server does not exist in lucid19:46
ruben231 escott: type that..? how do i downgrade the kernel19:47
escottruben231, im trying to figure out19:47
=== th0mz_ is now known as th0mz
escott!info linux-kernel-3.0.0-27-server lucid-updates19:51
ubottu'lucid-updates' is not a valid distribution: extras, hardy, hardy-backports, hardy-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, lucid, lucid-backports, lucid-proposed, medibuntu, oneiric, oneiric-backports, oneiric-proposed, partner, precise, precise-backports, precise-proposed, quantal, quantal-backports, quantal-proposed, raring, raring-backports, raring-proposed, stable, testing, unstable19:51
escott!info linux-kernel-3.0.0-27-server lucid-backports19:51
ubottuPackage linux-kernel-3.0.0-27-server does not exist in lucid-backports19:51
escott!info linux-kernel-3.0.0-27 lucid-backports19:51
ubottuPackage linux-kernel-3.0.0-27 does not exist in lucid-backports19:51
escottclearly i dont know how to use the bot19:51
escottruben231, not sure why you can't see the matching header file. try an apt-get update19:53
ruben231done already19:54
ruben231can i donwgrade my existing kernel..?19:54
escottruben231, you can boot the old kernel19:55
ruben231how..?19:55
adam_gDaviey: FYI haven't seen that new keystone hit folsom-proposed (yet)19:55
escottruben231, at the boot menu select the old kenel19:56
ruben231not possible19:56
ruben231the serer is colocated19:56
sliddjurIve got a ubuntu server in my class. But I dont have nslookup application. What is it called?20:06
sarnoldsliddjur: try 'host' or 'dig', both those can do nameservice lookup tasks for you20:07
sarnoldsliddjur: but if you want nslookup, you can install the dnsutils package20:07
sliddjuryeah i figured u can use apt/cache search nslookup :)20:08
sliddjurapt-cache20:08
sliddjurthanks anyways sarnold20:08
zuladam_g: last one i promise https://code.launchpad.net/~zulcss/python-novaclient/new/+merge/13703620:25
hallynstgraber: when recording the tempalte name in container config, can you also print the sha1sum of the template?20:51
hallynit falls short of what i want, but woudl be helpful20:52
Davieyadam_g: assume you have now?  Remember, mirrors sync at ~:5020:58
=== Gench is now known as weco
=== weco is now known as Gench
[conrad]Hello everyone. Anyone familiar with the GRUB error 'error attempt to read or write outside of disk" hd0"' ? I'm getting it on a Dell PowerEdge 6950 ( 4 quad core opteron's, 10 TB, 64 GB RAM ) with a clean install of 12.x server 64-bit ( tried both 12.04 and 12.10 ). I can't find anything definitive online, and everything I found I tried ( resizing reserved boot partition, using grub2 instead of grub, variations of partition21:32
[conrad] sizes through guided and manual configurations ) doesn't seem to resolve it.21:32
* genii-around pops in to see why "coffee" was highlighted, then leaves again21:57
med_what does priority in the upload queue signify and how would I get it changed for an SRU that needs to happen?22:06
uvirtbotNew bug: #1057322 in glance "Image fails to upload to swift: TypeError: object of type 'CooperativeReader' has no len(" [Undecided,Confirmed] https://launchpad.net/bugs/105732222:14
nikolaj_basheris there someone who use IspCp for hosting tool on there server22:28
sixcafourHey guys. I hit a little snag setting up a webserver. My user account doesn't have permission to do anything but read the website root folder. I can't log in remotely as root, and my SCP program can't sudo. If I chown the website folder to my user account (it's currently owned by root), will the server user (www-data) still be able to access it? I already tried adding my user account to the www-data group, but that didn't wo22:35
sarnoldsixcafour: that's probably the better approach; you wouldn't want your web server to own the content anyway -- as I see it, the web server should only have the permissions to talk to the network, talk to fastcgi-style handlers, maybe a database socket if you need a database, and write to its logs22:38
sixcafourCool, thanks. I'm following a tutorial on ars technica, and it's something they left out :)22:42
=== cpg|away is now known as cpg
=== cpg is now known as cpg|away
adam_groaksoax: around?23:26
roaksoaxadam_g: in class already.... whats up23:29
adam_groaksoax: just wondering where the proper place to set kernel parameters to MAAS nodes would be? both during installation and after23:36
roaksoaxadam_g: indtall parameters with tags check maas.ubuntu.com shouldnbe there already23:39
roaksoaxpost inst you have to tweak the prrseed23:40
adam_groaksoax: ty23:41
=== cpg|away is now known as cpg

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!