/srv/irclogs.ubuntu.com/2013/05/06/#ubuntu-server.txt

skraitohi guys00:39
skraitoanyone alive00:39
skraitowhere is /etc/motd script located00:39
skraitosomeone said update-motd00:39
skraitobut i cant found it00:39
justizinsays it's replaced by pam_motd in libpam-modules00:43
qman__pam_motd calls update-motd00:45
qman__the scripts are located in /etc/update-motd.d/00:45
=== airtonix_ is now known as airtonix
justizinah, depends on the distro ver00:52
justizini'm on precise, in lucid it's probably still there, i think it changed somewhere between the last two LTS00:52
skraitothx qman00:57
skraitowhere to find the document for ubuntu server00:57
skraitoi am coding the hardening script now00:57
skraitowell nothing00:58
skraitothere00:58
skraitoin etc/update-motd.d00:58
skraitowhich script is that00:59
skraitoroot@ubuntu:/etc/update-motd.d# ls00:59
skraito00-header     50-landscape-sysinfo  91-release-upgrade  98-reboot-required00:59
skraito10-help-text  90-updates-available  98-fsck-at-reboot   99-footer00:59
skraitoah found it00:59
skraitois 00-header01:00
qman__it's all of them, in order01:30
roastedhello friends01:34
roastedI'm planning on taking my HDD out of my server and putting in an SSD in place of it. I got to wondering if using swap on that SSD for the server would be a good or bad idea. Any insight from the pros?01:34
julian_cI am not the most expert of pros.01:41
patdk-lapwhatever makes you feel good01:41
julian_cSSD technology has gotten better in the past few years. SSD disks can take more of a beating than they used to be able to take. However, it is still always good to set up the SSD in such a way to limit the number of writes.01:43
patdk-lapreally rather pointless01:43
patdk-lapand if your swap has a lot of writes, you have larger issues01:43
roastedlike, too little ram?01:50
patdk-lapdepends01:51
patdk-lapmight be you told your database to hold too much stuff in ram when there is no need01:51
roastedI understand.01:59
roastedthanks for your insight!01:59
=== arrrghhhAWAY is now known as arrrghhh
=== arrrghhh is now known as arrrghhhAWAY
=== gstudent2 is now known as germanstudent
=== soren_ is now known as soren
=== HackeMate is now known as hxm
=== wizonesolutions is now known as wizeonesolutions
=== wizeonesolutions is now known as wizonesolutions
stemidcould a high IOwait cause high load?13:05
stemidvery high, like between 20 and 60 IOwait, constantly13:05
stemidand high cpu load in htop13:05
stemid1.30 load avg on single core VM.13:06
stemidubuntu 12 LTS13:06
RoyKstemid: high iowait generally causes high load13:07
stemidthanks, I suspected as much but wasn't sure.13:07
RoyKhigh iowait means your disk(s) aren't fast enough :P13:07
stemidin this particular situation I am suspecting storage problems. it's a mysql server, mytop shows no more than 2-3 simultaneous queries, no slow queries logged. iowait avg from this morning is 16.87.13:08
stemidI only activated the sysstat service this morning13:08
stemidCET13:08
stemidsingle core VM with an emc SAN. but the storage is not my responsibility. I only want to point the finger at the person with the right competence :)13:10
RoyKiscsi? fc?13:11
stemidI don't know13:11
stemidI'm only responsible for the server instances13:11
RoyKI'd stop mysql if possible and run a disk i/o test against that storage13:12
RoyKbenchmark it13:12
RoyKsee http://www.cyberciti.biz/tips/linux-disk-benchmarking-io.html or similar13:13
stemidit's a live service, but we could run that from another esx host.13:16
stemidthanks for the tip13:16
stemidanother thing I find interesting, but this is a question more suited for #maria, is that there are in fact two identical ubuntu servers. one acts as the master, and is exhibiting all this IOwait. the other is a replication passive slave and exhibits nothing of the IOwait the master does.13:18
stemidbut still, the slave must do the same writes13:18
stemidand it's mostly write queries, read would be easy with cache13:19
stemidread queries would not affect IOwait as much13:19
stemidand the two VMs are on different esx hosts.13:19
stemidso what I mean is that if they use iSCSI13:19
stemidmaybe it's a network issue13:19
stemidbut thanks for your help RoyK13:19
stemidI will keep investigating and pointing fingers13:19
RoyKif you don't use replication, the binlog can be stopped13:19
RoyK(or should be stopped imho)13:20
stemidwe can temporarily shutdown replication for service, but I would not be comfortable doing so.13:20
RoyKstemid: ok, so you use replication between several mysql servers?13:21
RoyKI'd start by benchmarking that SAN, though13:22
stemidno only the two.13:22
stemidyes I will schedule a benchmark13:23
RoyKthen don't disable the binlog ;)13:23
stemidyeah13:23
stemid=)13:23
RoyKI thought you weren't using replication...13:23
RoyKthe storage guys can possibly move your volume to faster drives in the SAN (of such a thing exists)13:24
RoyKwe use smallish 15k drives on a dedicated shelf for stuff that need high iops13:25
RoyKperhaps SSDs one day will replace them13:25
stemidone can hope =)13:26
stemidwe have 15k sas13:26
RoyKok13:27
RoyKshould be fine ... but then, depends how heavily that SAN is loaded13:28
RoyKanyway - how is the general mysql performance?13:28
stemidjust checked the graphs in vsphere, seems like the db server could be to blame. it's writing 85MB a second and 0 latency to the SAN.13:28
RoyKif it's ok, then really, you don't have a problem...13:28
stemidso I have to investigate what it's doing to the db13:28
RoyKouch13:28
RoyKwith other VMs around, that could be sufficient to fill up a 1Gbps iSCSI link13:29
=== arrrghhhAWAY is now known as arrrghhh
=== wedgwood_away is now known as wedgwood
=== wedgwood is now known as wedgwood_away
=== wedgwood_away is now known as wedgwood
=== Jikan is now known as Jikai
resnoi need some advice on how to manage server backups. i originally wanted to go bacula, but now its a bit overcomplicated, and i'm considering rsync.15:19
chilicuilresno: I do it with rsync to avoid overcomplexity, I do backup of several files over 10 servers or so: https://pastee.org/fyv2r15:38
resnochilicuil: ok, cool. bacula just looks like to much/ to complex, etc15:39
resnoi was looking at paid solutions, but for a 10 servers, i wasnt sure it was worth the expense15:40
irossiDoes anyone know if juju jitsu has a way to specify more than one particular machine to deploy multiple service units?15:41
irossi<irossi> For instance, I have ceph-mon deployed on three machines, but I want to deploy ceph-osd on the same three machines. As far as I can see, with jitsu I can only specify ONE machine for a particular service. I would like to do something like add-unit and add in the other two machines.15:41
=== Jikai is now known as Jikan
Coreyirossi: Not sure, I use a full-on configuration management system.15:52
=== Jikan is now known as Jikai
irossiCorey: Are you talking about Chef or Puppet? Anyone here used juju or jitsu?15:56
irossiWe use Chef too, but we're trying to deploy Openstack using MAAS and Juju.15:56
Coreyirossi: Salt.15:58
Corey(www.saltstack.org)15:59
Coreyppa:saltstack/salt, for the curious.15:59
sudobashI've transferred a backup of /etc config files in tar, tar.gz, and zip, when I transfer the files to another Ubuntu Server I cannot extract the files, I can extract them on the server that I created them on... What could be causing this? RAM on the 2nd server?16:01
shaunois there a specific error message it's giving you?16:02
Coreysudobash: That would greatly depend upon the error message you're getting.16:02
sudobashfor tar / gz it says this does not seem to be a tar / gz archive16:03
sudobashbut I can extract it on the pc I created it on16:03
Coreysudobash: sha1sum or md5sum the file in both places.16:03
Coreysudobash: If the signatures are different it was corrupted in transit.16:03
sudobashhmmm multiples times then16:03
sudobashI transferred it multipe times and tried it each time with same results so something is messed up on the 2nd server16:04
Coreysudobash: Again, is the file intact?16:04
sudobashchecking16:04
Coreysudobash: There's a process here, if you'd like to jump to the "speculate wildly" stage we can do that. :-)16:04
three18tihey all, how do I configure apparmor to allow libvirt to run as another user?  The open nebula docs say "add: owner /var/lib/one/** rw, to the end of /etc/apparmor.d/libvirt-qemu" but etc/apparmor.d/libvirt-qemu doesn't exist.  I tried adding that stanza to /etc/apparmor.d/usr.sbin.libvirtd to no avail.  the vm fails to start because it is unable to load the apparmor profile.16:05
sudobashhmm that's strange it's showing the same md5sum on all 3 archives (which are different)16:05
sudobashon the 2nd server (corrupted side)16:06
jdstrandthree18ti: they mean /etc/apparmor.d/abstractions/libvirt-qemu16:06
sudobashit's showing the same md5 for each archive: 5b6d74f1453e20c09d6a20d909779ad716:06
three18tiawesome thanks jdstrand !16:06
sudobashbut this is not the correct hash value16:06
Coreysudobash: What's your untar command?16:06
sudobashtar xvf filename.tar16:06
Coreysudobash: Ah, then if it's incorrect, we've found your issue.16:07
shaunosudobash: I'd try either "file filename" and see if that throws you any clues?  (also, how did you transfer these?  is it possible the files you have are a copy of a http error message?)16:07
Coreyshauno: Ooh, good call.16:07
sudobashdurrrr it's an html file since I used wget and pointed it at the reverse proxy instead of the correct webserver thanks16:08
shaunobeen there, done that.  easiest way to get identical files :)16:08
sudobashI forgot I put nginx in front and it pulled the index for that since I didn't specifiy the correct webserver port16:09
Coreysudobash: I generally would not advise using a webserver for that.16:10
CoreyIf it's sensitive config files, rsync is preferred.16:10
sudobashok thanks16:11
=== disposab1e is now known as disposable
leowti got a mdadm raid 10 with 4 500gb disks. One of them have failed, and the system booted up with ~500gb partition instead of 1TB and mdadm is recovering. Do this means that ive lost data on half of the partition?16:20
LargePrimeRoyK: are you free?16:27
kerframilleowt: not likely. you don't lose data in a raid 10 array on account of the absence of one disk.16:27
leowtkerframil: so why is that ~500gb instead of 1tb?16:28
RoyKLargePrime: free as a bird - why do you ask?16:28
LargePrimeI want to ask you questions16:28
LargePrimemy noobish wears on me16:28
RoyKwell, just ask16:28
kerframilleowt: I don't know what "that" is. what's mounted now and how does it differ from the usual arrangement?16:28
LargePrime1) I have to pachages I am told I can upgrade, but i cant upgrade them16:29
RoyKpastebin apt-get output16:29
leowtkerfamil, there are 4 disks (500gb each) in raid 1016:29
leowtso there is 1TB normally16:30
leowtif one fails, shouldnt that be 1TB still?16:30
RoyKit will16:31
LargePrimehttp://paste.ubuntu.com/5638996/ RoyK16:31
kerframilleowt: yes. but this boils down to filesystems and mount points. how are you guaging the reduction in space? for example, which mount point and currently mounted from where?16:31
RoyKI prefer raid-6 over raid10, though, because the lack of flexibility in raid1016:31
RoyKLargePrime: iirc linux-image-server isn't in use anymore - linux-image-generic is used instead16:32
RoyKlinux-image-server is just a metapackage16:33
LargePrimewhat des that mean to me?16:33
RoyKit means it shouldn't be a problem removing it16:33
LargePrimehow do i remove?16:34
RoyKapt-get remove16:34
RoyKif it tells you it's going to remove other packages, please pastebin again16:34
leowtkerframil: the raid 10 is at /16:34
* RoyK generally uses small drives for the root and larger ones for data, mounted elsewhere16:35
leowtRoyK: i only learned that later, nothing to do now16:36
leowt=P16:36
LargePrimewait, could me kernal be  linux-image-server16:36
RoyKLargePrime: try dpkg -L linux-image-server16:36
kerframilleowt: how big does blockdev --size64 /dev/<md-device> say it is? and how big does df say your / filesystem is?16:37
LargePrimehttp://paste.ubuntu.com/5639019/16:37
RoyKLargePrime: no kernel in there16:37
leowtblockdev: Unknown command: --size6416:37
kerframilleowt: also, is / really mounted from /dev/md* or is it mounted from something else?16:37
leowt --getsize64??16:37
kerframilleowt: yeah, sorry16:38
leowt49476534272016:38
RoyKleowt: pastebin /proc/mdstat16:38
leowtyes it is16:38
LargePrimeRoyK: second question?16:38
RoyK!ask | LargePrime16:39
ubottuLargePrime: 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 !patience16:39
kerframilleowt: hmm, the array is about 460GiB so that ties up with the 500GB observation16:39
leowthttp://pastebin.com/fzw3QciF16:39
leowtbut it was 1TB16:39
RoyKleowt: you only have two drives in that array16:39
leowti dont understand that16:39
kerframilyep16:39
RoyKor two partitions, even16:39
LargePrimewhat is preferred desktop environment for a dedicated hosted server.  If it is up to me I guess light weight and secure are importnat16:39
kerframilleowt: for two members, you should be using raid1 - not raid1016:40
leowti only removed the failing drive16:40
LargePrimeI only need it for very few things from time to time16:40
RoyKleowt: md1 seems to have four drives16:41
RoyKuh16:41
leowtyes, md1 is a raid of swap that ive done LOLOL16:41
RoyKno, two16:41
leowtignore that16:41
swinstalled vncserver on a 13.04 server, connects ok but just see the RealVNC box on the desktop, no title bar, no Unity16:41
leowtbut following that example16:41
leowtmd0 should be in the same setup16:41
RoyKleowt: guess I'd get a smallish ssd if I were you and used that for the root and rather use the remaining drives in raid616:42
leowtso, something automatic on boot removed the 2 devices from md016:42
RoyKLargePrime: I'd say the preferred desktop environment for any server is *none*16:43
kerframilleowt: basically, you can use raid 10 usefully with a minimum of 4 devices. I'm not sure what md raid 10 does when told to build with 2 devices - I don't see how it could implement redundancy.16:43
RoyKLargePrime: what would you need it for anyway?16:43
kerframilleowt: and that, I fear, may explain your problem16:43
LargePrimewe have to work with some bad data on the server16:43
leowtkerframil: i know that, thats why is strage that ive only removed 1 drive16:43
kerframilleowt: will be interesting to see what happens when the resync has completed16:43
LargePrimeand it saves us downing and upping a few giges16:44
leowtand the array removed 216:44
LargePrimeit happes from time to time16:44
kerframilleowt: oh, I see16:44
LargePrimeso a very light desktop we can turn on and off would be great16:44
kerframilleowt: how many members did it have before this happened?16:45
leowt416:46
LargePrimeso no recommendation RoyK ?16:52
AisonRoyK, markthomas: maybe you remember my problem with the upgrade to raring. After upgrade the machines no longer boot16:53
sarnoldLargePrime: look into lxde, they claim to be lightweight..16:54
markthomasAison: I remember.16:54
AisonRoyK, markthomas: I found the reason why16:54
Aisonit is because of LDAP16:54
Aisonand NSS16:54
Aisonif the nsswitch.conf contains entries with ldap like: passwd:         files ldap16:55
markthomasAison: really?  That interrupted the boot process?  What was needing to authenticate?16:55
Aisonthe machine no longer boot16:55
RoyKLargePrime: you read me wrong - I wold recommend *not* using a desktop environment on a server16:55
Aisonwell, it boots, but no longer startup :P16:55
RoyKLargePrime: you can run X apps remotely over ssh16:55
sarnoldAison: how did you get it to boot?16:55
Aisonsarnold, the machines always bootet, but the system deadlocked during startup16:56
RoyKAison: looks like a bug to me - please report16:56
LargePrimeok, so aggain noobish showing ... is tightvnc a desktop enviroment?16:56
Aisonon a running system, I can change back nsswitch.conf to ldap and it works, but never reboot :)16:57
sarnoldAison: so, the mkinitramfs or whatever step was just a red herring?16:57
markthomasAison: Indeed.  Please file a bug against initramfs-tools16:57
sarnoldAison: yes, please file a bug. ;)16:57
RoyKLargePrime: what sort of x apps do you need to run?16:57
Aisonsarnold, mkinitramfs no longer works with ldap entries in nsswitch.conf16:57
sarnoldLargePrime: I'd just assume from 'vnc' in the name that it is just a viewer16:57
RoyKLargePrime: you'll stay a noob far longer if you hunt for the easiest solutions ;)16:58
sarnoldAison: maybe you need to file two bugs. :)16:58
markthomasAison: I have to step away for a few, but I'm leaving the window open to catch up on the discussion when I come back.  And I'm most interested to see the outcome of the bug report(s)16:58
kerframilleowt: with a default near layout, my best guess would be that the two disks - containing data and a replica of the same data - have been removed (which would be half of all of the data). though, if that's true, I really don't know why. let's hope for the best after the recovery concludes.16:58
LargePrimeSo then i guess I just need a viewer.16:58
LargePrimethere is some python software i need to run server side16:59
AisonI guess the problem is, that during boot there is no network connection but the system is trying to get some stuff over ldap17:00
kerframilleowt: if the devices were specfied as sda*,sdb*,sdc*,sdd* in that order when originally creating the data then sda and sdc should *not* contain the same data. in that case, I would expect things to return to normal when both disks come back online.17:00
kerframilleowt: i.e. after recovery. I sincerely hope that is the case.17:01
Aisonsarnold, yeah :) but first I need to figure out if it is a specific entry in nsswitch.conf that causes the system to block17:01
RoyKLargePrime: and it can't run headless?17:02
RoyKLargePrime: if so, try freenx17:02
sarnoldAison: who knows, your description as it stands may be enough to remind someone of a change that shouldn't have been made, or should have been done differently17:03
LargePrimeRoyK:  I am not sure what you mean17:03
RoyKLargePrime: if it can be run headless, do that instead17:03
RoyKwhat's the name of this software?17:03
sarnoldAison: you can amend your bug report after filing it :) I'd hate to miss this bug report if you get tired of debugging it further before filing.. :)17:03
LargePrimehttp://www.mcedit.net/  RoyK17:04
leowtkerframil: so you say after the recovery i might be able to mount the unsued disks with the ones now paired17:05
kerframilleowt: well you only have one disk active now, which is a problem. what I'm saying is - assuming a default layout - the distribution of data should look like this: http://www.bpaste.net/show/s29Lkn7Z90l8oH0y8wEa/17:07
RoyKLargePrime: is that a server thing or just a builder/editor?17:07
LargePrimeRoyK:  it is an editor.  we use it on the server to save down and upping rather large files17:08
kerframilleowt: in that example, you need sda+sdc or sdb+sde at least17:08
RoyKLargePrime: then just ssh -X <server> and run it from there17:08
kerframilleowt: or any other applicable combination17:08
kerframilleowt: e.g. not just sda+sdb17:09
RoyKLargePrime: that is, what sort of client are you on?17:09
LargePrimeseveral users use putty17:09
RoyKthen install xming and configure putty to do x11 forwarding17:09
RoyKx11 forward works that way too17:09
kerframilleowt: wait out the recovery and see what happens. looks like sda+sdc should both be online at the end of it.17:10
LargePrimexming  is a windows client17:11
LargePrimeand I need to install nothing on the server?17:11
=== Endafy is now known as Guest84104
LargePrimeis that right?17:11
RoyKno, X11 forwarding is standard17:11
RoyKso no extra software involved17:11
LargePrimesexy17:11
=== Guest84104 is now known as Endafy`
RoyKfor the putty users, install xming and add it to the startup folder on the users start menu, create an entry for the server in putty and configure it to enable x11 forwarding17:13
RoyKlogin - start x11 app17:13
kerframilleowt: best of luck as I must be off17:14
leowtkerframil: thanks17:15
LargePrimeThanks RoyK17:15
RoyKnp17:15
RoyKleowt: to clean up things, I would suggest reinstalling on a separate drive for the root (or two in a mirror if uptime is critical) and rather use the 500GB drives in RAID-6 or something - far more flexible in all ways17:16
leowtRoyK: there is what i am going to do17:16
leowt;)17:16
RoyKleowt: you should be able to migrate the current raid-10 to raid-0 and from there to raid-4 and then to raid-5 or raid-617:17
RoyKalthough reinstalling after backup and then restoring the lot would be a bit easier17:17
RoyKalso - no need to use partition tables on drives in a raid if they're dedicated for the use17:17
RoyKleowt: do you have space somewhere for a full backup?17:18
leowtyep17:18
leowti am already copying the most important stuff17:18
RoyKgoodie - then choose that path17:18
RoyKif you have a small drive around for the root, use that. if you want to use it in a mirror later, create a broken mirror and install on that. for simplicity, better use lvm on top of the mirror if you choose that path17:19
LargePrimeRoyK:  Server is saying i need xauth?17:20
RoyKapt-get install xauth17:21
LargePrimeRoyK:  so i think i have to configure xauth, and change sshd conf to allow x1117:29
=== Jikai is now known as Jikan
RoyKit should allow that by default17:30
RoyKand no, you don't need to configure xauth, it's used automatically17:30
RoyKyou'll need to log out and in again, though, to have xauth and the environment setup correctly17:31
=== cdr is now known as cedr
LargePrimeHEY I GOT A ZOMBIE17:47
RoyK!caps | LargePrime17:49
ubottuLargePrime: PLEASE DON'T SHOUT! We can read lowercase too.17:49
LargePrimeya, i was excited17:50
LargePrimehttp://paste.ubuntu.com/5639181/  How do i see the zombie?17:50
sarnoldLargePrime: which zombie? I don't see any zombies there..17:53
LargePrimemotd says i have a zombit17:53
LargePrimenow it gone17:53
LargePrimeI tried to catchs17:53
LargePrimeit must be a fast zombie17:54
sarnoldah, I see :)17:54
LargePrimesarnold: What would be the identifying  marks of a zombie on that output?17:55
RoyKLargePrime: no zombie there17:56
RoyKLargePrime: you see a zombie by the process status Z17:56
RoyKLargePrime: ps axfv perhaps17:57
sarnoldLargePrime: first you need to use ps arguments that show process status; it'd show as Z17:57
sarnoldLargePrime: I learned 'ps aux' by rote, others prefer 'ps -ef'. ps arguments are frustrating, I think I wind up swearing every time I try to do something slightly different. :)17:58
* LargePrime is off to the man pages17:59
* LargePrime prepares for fustration17:59
RoyKsarnold: ps is about as userfriendly as tar http://xkcd.com/1168/18:12
sarnoldRoyK: hehe, funny enough, I don't mind tar.18:15
markthomasAison: I'm back.  Did you get the bug(s) filed?18:15
sarnoldI don't mind ps so long as my problem can be solved with ps auxw or ps -ef or ps -opid,stat,comm, etc. But changing that last command from 'my processes' to 'all processes' .. that's horrible. :)18:15
=== arrrghhh is now known as arrrghhhAWAY
roaksoaxScottK: howdy!19:12
ScottKroaksoax: Hello.19:12
roaksoaxScottK: sorry for the delay on getting back to you on the maas SRU, but to answer your question, yes maas after the upgrade will continue to work without having to do manual configuration19:13
ScottKOK.19:13
roaksoaxScottK: now, however, I wanted to discuss something with you. There's a few dependencies that need MIR19:14
roaksoaxScottK: those dependencies were promoted to main in Quantal19:14
ScottKThat's a bit out of the ordinary.  I'm not sure if we can change overrides post-release.19:14
roaksoaxScottK: right. so as I had understood the MIR of these dependencies would not really be a problem in precise because we are committed to maintain them and they were promoted to main in quantal19:15
roaksoaxso I was told that those dependencies would be promoted to main once the sru landed19:16
ScottKBy who?19:16
roaksoaxScottK: people within my team19:16
ScottKI'm not interested in anonymous "I've been told".19:16
ScottKIf you choose not to work transparently, it's your choice.19:17
roaksoaxScottK: -_-'! It's not that I don't it just doesn't make any difference. What I'm trying to say is that I either way plan to go ask the TB for a exception19:17
ScottKI think if you're talking about promoting stuff to main, you need to discuss it with the MIR team.19:18
roaksoaxScottK: true. Anyway, what I wanted to get to really was that I need to drop a build-dep for celery in precise, so that the MIR doesn't pull in unwanted stuff19:19
roaksoaxScottK: this build-dep is not necessary really, and was dropped in quantal: https://launchpad.net/ubuntu/+source/celery/2.5.3-1ubuntu119:19
roaksoaxScottK: so I wanted to ask you whether this is SRU'able, or what would the process be?19:20
roaksoaxScottK: or should I go to the TB to request approval to drop this build-dep so it can ultimately be MIR'ed?19:23
roaksoaxScottK: this is the MIR bug for celery: https://bugs.launchpad.net/ubuntu/+source/celery/+bug/1020267 (which was requested in quantal, and I added the tasks for Precise)19:24
uvirtbotLaunchpad bug 1020267 in python-redis "[MIR] celery, pyparsing, python-cl, python-gevent, python-mailer, python-pytyrant, python-redis" [High,Fix released]19:24
ScottKMaaS was already approved to use embedded code copies in SRUs when needed.19:26
ScottKCan you just do that and leave the distro package alone?19:27
roaksoaxScottK: So ship maas with a code copy for celery? I can't really say we could do it that easily... i would have to check with upstream maas19:31
ScottKThat would avoid causing a regression in the archive copy.19:32
roaksoaxScottK: right, I see. Ok, I need to discuss that with upstream MAAS and see how easy/convenient it would be for us to do that19:33
roaksoaxScottK: ok I guess I'll also have to discuss this with the security team19:34
ScottKroaksoax: It ends up the same for them.  celery in the archive to support or celery in MaaS to support.  One copy either way.19:35
roaksoaxScottK: right! I see your point. Ok cool then. Thanks for the input!19:35
roaksoaxScottK: oh!! but doing that would still mean that celery dependencies would still need to be MIR'd19:40
ScottKEmbed those too.19:40
roaksoaxack!19:40
ScottKIt's code copies all the way down.19:40
roaksoaxthanks19:40
=== wedgwood is now known as wedgwood_away
bugzcHello20:08
bugzcI was wondering if one of you has any suggestions for the following issue. I have an ubuntu server box which has a COM port. It's a headless system. I want to get a bash terminal via the RS232 port. I don't want to SSH into it. I tried to run getty to link a term with the com port. But when I connect to it from another system with putty, I dont seem to be getting anything, no output on client side.20:11
Jeeves_bugzc: Do you get any output from `cat /dev/ttyS0` when you type anything on the other machine?20:14
bugzcNope, zero20:15
bugzcthis is the service im running on the server side: exec /sbin/getty -L ttyS0 115200 vt10020:16
genii-aroundMaybe you need a nullmodem cable20:20
bugzcim using a straight f/f rs232 cable20:21
bugzcyou reckon I cant use that?20:21
genii-aroundNot for direct connection20:23
bugzcI will try it with a null modem one now, lets see..20:24
=== wedgwood_away is now known as wedgwood
bugzcsweet, it worked. Thank you.20:28
roaksoaxScottK: btw.. dropping the depndency I was talking about does not create any regressions in the package: http://pastebin.ubuntu.com/5639666/ the binaries have no difference whatsoever20:47
ScottKIf you don't get the same packages installed, you get a different result.20:47
roaksoaxScottK: i've build both in clean pbuilder environments, if that's what you mean20:55
LargePrimeI finaly got this tool installed and it says it wants opengl21:00
LargePrimecan i install opengl on a headless server21:00
LargePrimeand will the application still use x11?21:00
LargePrimeis there a openGL to x driver?21:03
LargePrimedoes that even make sense?21:03
ScottKroaksoax: No, I mean at runtime if you have a different set of packages installed, you get different behavior.  Why is the thing you want to drop a dependency to begin with?21:06
roaksoaxScottK: is a build-dep for doc related to "reference issues in issue tracker (git in case of celery)". So it is a build-dep that's not really required for the correct functioning of celery21:10
ScottKI see.21:10
ScottKAnd the docs are identical?21:11
roaksoaxScottK: yes! docs don't really get affected by the drop21:12
ScottK"Don't really" or not at all?21:17
sk1pperhi all, is there a way to access directory owned by root via samba?21:17
roaksoaxScottK: so say in the doc they reference an issue with '<some text> #10'. So, at the end of the document they list the references like '#10: http://github.com/<bug-link>', So what issuetracker does is to make that '#10' in the text be a link rather than only a reference21:20
roaksoaxScottK: so when dropping it, the doc's are exactly the same21:20
ScottKThat doesn't sound like "exactly the same"21:21
ScottKIt might be a trivial different, but it's not exactly the same21:21
roaksoaxScottK: right21:21
ScottKSigh.21:21
ScottKI think I'm done.  You'll need to talk to someone else in SRU.21:22
roaksoaxScottK: so for example "See issue #209", issue tracker adds a <a href=http://XYZ> etc etc when generating the docs.21:22
roaksoaxScottK: ok, will do21:22
roaksoaxthanks :)21:23
streulmahello, my server asked to replace /etc/grub.d/10_linux, what to do?21:27
streulmano one?21:30
genii-aroundIf it's asking you to replace that file during an upgrade/update it's safe to say yes21:32
streulmagrub-probe: warn: disk does not exist, so falling back to partition device /dev/xvda1.21:47
RoyKstreulma: some xen-based vm?21:50
streulmayes21:50
RoyKno idea - I don't use xen21:50
streulmasee if it boot...21:51
streulmano, server is down21:52
=== wedgwood is now known as wedgwood_away
=== wedgwood_away is now known as wedgwood
streulmaok, problem solved, had to say N on Linux 10...22:16
=== arrrghhhAWAY is now known as arrrghhh
=== wedgwood is now known as wedgwood_away
=== wedgwood_away is now known as wedgwood
=== wedgwood is now known as wedgwood_away

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