/srv/irclogs.ubuntu.com/2006/12/09/#ubuntu-motu.txt

brainsiki hit three bugs today, two for python packages in the main repository12:13
brainsikreally really critical bugs, i don't understand how they got released -- severe missing dependencies12:14
=== fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu
=== omgponiezlol [n=freddy@74.39.212.101] has joined #ubuntu-motu
brainsikthe other package is for something in universe, and it's not clear to me who to contact to get it fixed. the maintainer is a debian person, but the problem is ubuntu specific.12:17
LaserJockbrainsik: do you have bug numbers?12:20
brainsiksure12:20
brainsikThis is probably easier:12:21
brainsikhttps://bugs.launchpad.net/people/brainsik/+reportedbugs12:21
brainsikignore the kernel bug, that one i posted a while ago12:21
brainsikthe others are from today/yesterday12:22
brainsiklooks like one was confirmed12:22
LaserJockhmm12:23
=== zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
=== _czessi [n=Czessi@dslb-088-073-042-108.pools.arcor-ip.net] has joined #ubuntu-motu
LaserJockbrainsik: this is on Edgy?12:26
brainsikindeed12:26
=== gandalfn [n=gandalfn@i02m-87-89-253-156.d4.club-internet.fr] has left #ubuntu-motu []
LaserJockwell, the Debian package is the problem12:27
LaserJockfor python-imaging12:27
brainsikLaserJock: what do you see? the debian package dependencies look correct12:29
brainsikLaserJock: things look fixed in Feisty12:29
=== muzzol_ is now known as muzzol
LaserJockbrainsik: ?12:29
LaserJockI looked at the Debian sid packages and they are missing the deps you said12:30
LaserJockUbuntu didn't change anything12:30
brainsikLaserJock: this? http://packages.debian.org/unstable/python/python-imaging12:30
LaserJockyeah12:31
brainsikLaserJock: those dependencies are right, they have the C libraries libjpeg62, etc12:32
LaserJockI know, what I'm saying is Ubuntu hasn't changed anything12:32
LaserJockI'm trying to track down what happened12:32
brainsiki'm really confused, they are missing here:12:33
brainsikoh, i see12:33
brainsikLaserJock: i have a theory, if you want to hear it12:33
LaserJockah, I think I found it for python-imaging12:33
LaserJock   * Add dependencies on ${shlibs:Depends}, lost in -6. Closes: #378596.12:33
brainsikyeah, i saw that entry in the fesity changelog12:34
LaserJockthat's in the 1.1.5-11 changelog12:34
LaserJockEdgy has 1.1.5-1012:34
brainsikah12:34
LaserJockso it just missed that fix12:34
brainsikit looks like the same thing happened to python-psycopg12:35
brainsikhttp://changelogs.ubuntu.com/changelogs/pool/main/p/psycopg/psycopg_1.1.21-13/changelog12:35
brainsik1.1.21-1012:35
=== givre [n=Florent@APuteaux-152-1-75-109.w86-205.abo.wanadoo.fr] has joined #ubuntu-motu
brainsikLaserJock: my theory is all this happened when Ubunutu moved from having python-imaging depend on python2.4-imaging (where all the binary stuff was), to just python-imaging. It's like all the dependencies didn't get changed. And in the case of python-psycopg, even the description "[Dummy Package] " remains in edgy.12:36
LaserJockwell, Ubuntu didn't do it but they just lost the ${shlibs:Depends} when the went from metapackage to real package12:37
=== Xk2c__ [n=Xk2c@dslb-088-072-254-197.pools.arcor-ip.net] has joined #ubuntu-motu
brainsikLaserJock: I see what you are saying12:38
LaserJockDebian underwent a transition to a new Python Policy for packaging12:39
LaserJockthese 2 packages unfortunately didn't get completely fixed in time for Edgy it seems12:39
=== brainsik ndos
LaserJockhow bad of a bug are these?12:39
LaserJockdo they make the packages unusable?12:39
brainsikreally bad: 1) if you do a fresh install of python-imaging, then you won't get the C libraries installed and the package is useless. importing the module fails.12:40
brainsik2) if you use apititude dist-upgrade to go from dapper to edgy, the C libraries can get uninstalled, breaking the packages that used to work12:40
=== Xk2c__ [n=Xk2c@dslb-088-072-254-197.pools.arcor-ip.net] has left #ubuntu-motu ["sudo]
shawarmaTmob: Only just got round to looking at your code now. I have no idea what's wrong. Sorry.12:41
Tmobshawarma, i found this.. http://www.red-bean.com/pipermail/minor/2004-May/000190.html12:41
Tmobshawarma, read their comment.. search for BREG12:41
Tmobtrying to see how to change my code that way..12:42
Tmobi'm really bad at this asm embedding.. 12:43
brainsikLaserJock: apticron is totally broken as well, the cron job can't run with the change from /bin/bash to /bin/dash for /bin/sh.12:43
LaserJockbrainsik: and that is on edgy as well?12:44
brainsikLaserJock: yes12:44
Tmobshawarma, hmm removing -fPIC works.. not sure if it will work operationally though12:44
LaserJockbrainsik: and it renders apticron useless I suppose12:44
brainsikLaserJock: well, it doesn't run :) the program itself works, but it's the cronjob that is supposed to run it and the cronscript is busted.12:45
LaserJockwell, I'm just trying to get a feel for if these bugs are candidates for edgy-updates12:45
LaserJockthey all seem like pretty severe regressions to me12:46
=== zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
brainsikLaserJock: well, that's how i feel12:46
brainsikLaserJock: thankfully, they are all really simple fixes12:47
LaserJockyes they are, but the process to get them there is kind of lengthy12:47
brainsikLaserJock: i have no doubt :-(  is there any way i can help?12:47
LaserJockbrainsik: well, I think I'll try to write the SRUs and I might need some help as far as the user impact is concerned12:49
=== givre [n=Florent@APuteaux-152-1-75-109.w86-205.abo.wanadoo.fr] has left #ubuntu-motu []
LaserJockbrainsik: btw, this is the Stable Release Updates (SRU) process: https://wiki.ubuntu.com/StableReleaseUpdates12:50
plugwashi'd think the lowest risk way to fix theese issues caused by the bash-dash transition would be to simply alter the scripts in question to use bash12:53
LaserJockyep12:53
LaserJockthat's the thing, all three of these bugs are 1-line fixes12:53
=== nolimitsoya [n=nolimits@176.139.216.81.static.vhe.siw.siwnet.net] has joined #ubuntu-motu
brainsikplugwash: that's what i did on the edgy machine where i found it12:54
=== zen-afk [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
=== fowlduck [n=nate@68-190-90-101.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu
tsmitheping LaserJock01:03
LaserJockyeah01:03
tsmithei uploaded a new version of asoundconf-gtk with the changes you suggested, should you care to revu it again01:04
LaserJocktsmithe: ok, probably can't right away but probably this weekend I'll try to rerevu the ones I did the other day01:05
tsmithethanks muchly01:05
=== lophyte [n=dsulliva@bas5-toronto63-1096706430.dsl.bell.ca] has joined #ubuntu-motu
tsmithei wasn't expecting anything "right away" ;)01:05
tsmithenow if only someone could merge(? - is that the correct term) xfce401:06
LaserJockI would guess Gloubiboulga will be doing that01:06
tsmithecoolio01:06
tsmithejust i'm hoping i won't need to file a bug about this annoying panel when that's done01:07
tsmitheah yeah - just saw the email01:07
LaserJockbrainsik: ok, I assigned myself to your 3 bugs, I'll try to get SRUs proposed as soon as I can01:08
brainsikLaserJock: i appreciate it very much. any idea how this could have happened? these packages appear to not have been tested before release.01:09
LaserJockbrainsik: well, basically what happened is we released Edgy right between the problem and the fix in Debian01:12
LaserJockand if nobody filed a bug before we released there isn't much of a way to know01:12
plugwashwell in the case of the missing dependencies maybe most people who used them on ubuntu already had the libs in question installed from other things01:13
LaserJockperhaps01:13
LaserJockit's tricky business trying to make sure it's all perfect01:13
brainsikplugwash: yeah, i can see that. but the apticron one doesn't fit that. :(01:13
plugwashas for apticron it appears to be a straight auto-import from debian so its quite possible that is was simply never tested01:14
LaserJockwell, we did do some bashism testing I remember01:14
brainsikLaserJock: indeed. i just feel like if i pick Debian, i get higher quality but a release cycle that's far too long. If i pick Ubuntu, i get a great release cycle, but everything is far less tested. :-(01:14
LaserJockwell, there are sum pluses and minuses there for sure01:15
LaserJockwe are really trying to get better testing for Feisty01:15
plugwashyeah, one of the disadvantages of using a second tier distro like ubuntu is that the repositries may contain packages that have never been tested on that distro01:15
plugwashwhereas with a first tier distro you can be fairly sure that the maintainer at least tested it on thier own system before uploading01:16
brainsikLaserJock: well, let me know if you need any help from me.01:16
plugwashand is likely also aware of any major changes happening in the distro01:16
brainsikplugwash: yeah, that's what i am coming to understand. very interesting.01:17
=== Q-FUNK [n=q-funk@dsl-hkigw8-feb6fb00-217.dhcp.inet.fi] has joined #ubuntu-motu
LaserJockwell, one of these is particularly interesting01:17
LaserJockbecause the Debian maintainer is also the Ubuntu maintainer01:17
LaserJockso he should have known there was an issue there01:18
LaserJockbut as he basically takes care of all of python in Ubuntu I guess he overlooked it01:18
plugwashbtw why was the bash-dash change made in the first place? performance?01:20
shawarmaDoes anyone have an ia64 machine I can use for debugging a package?01:20
LaserJockbrainsik: the best thing I can tell you is that if you possibly can test the packages you care about in Feisty *before* it's released01:20
brainsikplugwash: performance is cited in the description of the package01:20
LaserJockbrainsik: generally the Beta release would be the best01:20
brainsikLaserJock: yeah, that's what i'm thinking i'll probably do01:20
LaserJockyeah, it shaved some time on bootup01:20
=== twanj__ [n=chatzill@c-66-176-118-121.hsd1.fl.comcast.net] has joined #ubuntu-motu
LaserJockand I guess it just in general made system processes faster01:21
=== twanj__ is now known as twanj
brainsikLaserJock: i'm coming from Debian, so i've gotten used to things pretty much always working. i realize it's different with the faster release cycle and i think i'm willing to put in the extra time for it. and i've now got a VM system up and running, so testing should be no big deal.01:21
LaserJockbrainsik: I believe we are also going to try to do much more automated testing too for Feisty01:21
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
FujitsuLaserJock: It shaved quite a lot of time on bootup, I believe.01:21
TheMusoFujitsu: heh just goes to show what we need to indicate a merge in progress. :)01:21
FujitsuTheMuso: Yup.01:22
brainsikLaserJock: cool. it's all very interesting to me.01:22
LaserJockyeah, for me as well01:22
=== plugwash would think that at least a regression test install then rebuild then install the rebuilt version for every package would be a good idea
LaserJockTheMuso, Fujitsu: I was just thinking (and talking with sfflaw) about tags on LP01:22
LaserJockperhaps we can file bugs for merges and tag them to show status01:23
LaserJockI'm not sure if we'd even need tags, maybe an advanced search would be enough01:24
LaserJockplugwash: but doing that on 20,000 source packages takes some time too :-001:24
LaserJock:-) rather01:24
crimsunjoejaxx: you can work around that by appending hw-detect/start_pcmcia=false . The problem is the partitioner.01:24
LaserJockmany of the things I'm frustrated by are bugs that take actual usage to know that there is a regression01:24
joejaxxcrimsun: ah ok01:25
joejaxxi will have to try that01:25
LaserJockwe don't have time to play around with every package to see if it works right01:25
LaserJockand most of the time we wouldn't even know what to look for01:25
StevenKLaserJock: Agreed.01:25
LaserJockpackages that are uninstallable or Fail To Build From Source are about as far as we can go01:26
StevenKLaserJock: Personally, I'm sick of users saying "This has been broken for months! Don't you check?!"01:26
plugwash[00:22]  <LaserJock> plugwash: but doing that on 20,000 source packages takes some time too :-0 <-- which is why you 1: automate it 2: use fast machines 3: use more than one machine. 01:26
LaserJockplugwash: but some amount of stuff is not easily automated01:26
LaserJocklike what I'm saying01:26
StevenKplugwash: That won't catch everything.01:26
LaserJockwe generally handle FTBFS and unmet-deps reasonably well01:27
plugwashStevenK nope but it can at least be made to catch packages that are uninstallable on a system with a minimal installation01:27
LaserJockajmitch is working on getting britney working on Universe01:27
=== Fujitsu_ [n=william@c58-107-164-24.eburwd7.vic.optusnet.com.au] has joined #ubuntu-motu
LaserJockit apparently takes quite a bit of time and RAM but I think we'll have it01:28
=== Fujitsu_ [n=william@c58-107-164-24.eburwd7.vic.optusnet.com.au] has joined #ubuntu-motu
Fujitsu_Note to self: Keep track of time when using a laptop on battery power with Blackbox; there's no g-p-m to save you.01:29
=== Gervystar [n=alessand@host119-239-dynamic.2-87-r.retail.telecomitalia.it] has joined #ubuntu-motu
LaserJockheh01:29
LaserJockwhy not run g-p-m in blackbox?01:30
LaserJockor would that totally defeat the purpose01:30
Fujitsu_I haven't got any Gnome stuff installed at the moment.01:30
plugwashdoes ubuntu currently import stuff from sid regardless of RC bugs?01:30
LaserJockI believe so01:30
Fujitsu_I don't think I've got any Gnome libs other than GTK, or dbus/hal...01:30
LaserJockI think it's pretty automatic01:30
Fujitsu_plugwash: Yes.01:30
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu
crimsunLaserJock: pong01:32
=== rrittenhouse [n=tad@cpe-76-188-35-66.neo.res.rr.com] has joined #ubuntu-motu
=== bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-motu
bddebianHeya gang01:40
Fujitsu_Hi bddebian.01:40
crimsun'lo bddebian, Fujitsu_ 01:40
bddebianHi Fujitsu_01:40
bddebiancrimsun: Hiya01:41
Fujitsu_Hi crimsun .01:43
=== ehazlett [n=ehazlett@adsl-68-249-103-255.dsl.ipltin.ameritech.net] has joined #ubuntu-motu
FujitsuDamn sparc and ia64 buildds lagging behind...01:52
=== zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu
=== doomsday- [n=doomsday@81.57.199.217] has joined #ubuntu-motu
=== doomsday- [n=doomsday@home.cameuh.net] has joined #ubuntu-motu
=== zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
=== thill2708 [n=tomlikes@66-192-212-199.static.twtelecom.net] has joined #ubuntu-motu
=== ash211 [n=andrew@user-11faskq.dsl.mindspring.com] has joined #ubuntu-motu
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
=== ash211 [n=andrew@user-11faskq.dsl.mindspring.com] has joined #ubuntu-motu
=== zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
=== somerville32 [n=somervil@fctnnbsc15w-156034095008.nb.aliant.net] has joined #ubuntu-motu
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu
=== awbassett [n=awbasset@206.135.97.35] has joined #ubuntu-motu
crimsunbddebian: (Debian component again...)02:44
bddebiancrimsun: ?02:45
crimsun#7506402:45
bddebianOh, shister02:45
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
joejaxxbddebian: lol02:46
joejaxxbddebian: if i wanted to test out debian 02:47
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu
joejaxxbddebian: which release should i get?02:47
=== bddebian only ever ran Unstable :-)
crimsunbddebian: you may find pitti's script (cf. https://wiki.ubuntu.com/DeveloperResources under Syncs) useful02:47
joejaxxbddebian: :P02:48
joejaxxbddebian: does debian have clustering packages in its repos?02:48
=== orion2012 [n=orion@hypnogogic.org] has joined #ubuntu-motu
=== zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
joejaxxbddebian: nevermind that is an ignorant question02:51
bddebiancrimsun: Doesn't work real well when filing bugs from a Windows box ;-P02:52
plugwashjoejaxx use the etch rc1 images02:59
joejaxxplugwash: ok02:59
=== joejaxx wgets
=== psusi [n=phreak@user-0c6s0ia.cable.mindspring.com] has joined #ubuntu-motu
=== Marsmensch [n=daniel@dslb-084-056-087-120.pools.arcor-ip.net] has joined #ubuntu-motu
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu
=== zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
bddebianSheesh where the hell do I see what component the stupid debian package is in??03:33
bddebiancrimsun: ??03:36
crimsunbddebian: I normally use PTS03:40
bddebianWhich is?03:40
crimsunbddebian: e.g., http://packages.qa.debian.org/p/pymol.html , see the source file URLs at the bottom of the left side03:41
crimsun(note the 'main' in the URL)03:41
bddebianHmm, I'm on packages.qa.d.o03:41
crimsune.g., http://ftp.debian.org/debian/pool/main/p/pymol/pymol_0.98+0.99rc6-2.dsc03:42
bddebianYeah, duh thanks03:43
crimsunnp03:44
=== rexbron [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu
bddebianHmm, I just sync everything and I won't have anything to do for Feisty+1 :-)03:50
crimsunsounds like a win-win situation!03:51
lifelesswhos a kde person here ?03:52
bddebianI know enough to be dangerous, that's about it03:53
lifelessdoes adept-installer do dpkg-divert tricks to make upgrades work ?03:54
lifelessits missing replaces: statements for adept, which it was split out from03:54
lifeless(the whole suite is buggy in this regard)03:55
bddebianGot me, sorry :-(03:56
lifelessdo you have adept installed ?03:57
lifelessif so can you look in the preinsert for adept-installer, for dpkg-divert calls ?03:57
=== FunnyHat [n=david@64.140.73.93] has joined #ubuntu-motu
crimsundpkg-deb -I adept-installer_2.1.2ubuntu3_i386.deb preinst >/dev/null 2>&1 ; echo $?04:02
crimsun204:02
crimsunso there's no preinst at all.04:02
lifelessrighto04:04
lifelessbugfiling time04:04
imbrandonre04:05
crimsun(imbrandon is a kde person)04:05
lifelessI know that ;)04:05
imbrandon?04:05
=== doko_ [n=doko@dslb-088-073-111-227.pools.arcor-ip.net] has joined #ubuntu-motu
crimsunimbrandon: you broke adept-installer!!?@04:06
crimsun(jk)04:06
imbrandonugh hehe doubtfull, that thing is a mess04:06
=== imbrandon dosent like to touch it :)
=== imbrandon reads the scrollback
elkbuntu"it broke itself, i swear"04:06
lifelesswhoever did the packaging update to 2.1 broke it04:06
imbrandonmostlikely Riddell or mornfall04:07
imbrandonthey are the only two brave enough souls to touch it04:07
imbrandoni know there was some changes planned soon for it ( as far as the way it handled debconf stuff ) but not sure who is doing it or if its even started or finished04:08
imbrandonbtw heya crimsun elkbuntu lifeless and bddebian 04:09
crimsun&hi;04:09
elkbuntuhi imbrandon :)04:09
imbrandonbtw elkbuntu got the bday card today, thanks :)04:09
elkbuntu:)04:09
StevenKimbrandon: You're also born on the 9th?04:09
imbrandon19th04:09
StevenKAh04:09
imbrandonis my bday04:09
elkbuntui had no idea what day to aim for04:09
crimsunhaha04:10
imbrandonlol04:10
elkbuntujust knew it was sometime in december and i had to make fun of your age :04:10
crimsun"err, well, it's sometime before Christmas..."04:10
imbrandonLOL04:10
StevenKMuahah04:10
bddebianHeya imbrandon04:10
imbrandon:)04:10
crimsunimbrandon is now an old fart04:10
bddebian*cough*04:10
imbrandonofficialy in a few days :)04:10
lifelessimbrandon: this is trivial shit04:11
lifelessimbrandon: broken packaging 04:11
imbrandonlifeless: ahh04:11
lifelesshappy few-days-day04:11
lifelesshttps://bugs.launchpad.net/distros/ubuntu/+source/adept/+bug/7507304:11
UbugtuMalone bug 75073 in adept "missing conflicts or replaces: lines in splt out packages" [Undecided,Unconfirmed]  04:11
imbrandonnice04:11
imbrandonis there a changelog entry to show whom slit the packages ?04:12
imbrandonsplit*04:12
lifelessshould be04:12
lifelessyou have it installed, not me :)04:12
lifelessjust look for 2.104:12
imbrandonhahah thats the first thing i uninstall :)04:12
imbrandonbut i will04:12
imbrandon:)04:12
imbrandonfirst adept then oo.o , THEN i use my computer :)04:12
=== zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
lifelessimbrandon: :)04:14
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
=== xerxas_ [n=R67894@mut38-5-82-246-190-19.fbx.proxad.net] has joined #ubuntu-motu
jdongwhat's the MOTU policy on annoying programs? :D04:20
lifelessthere is none :)04:21
jdongyay!04:21
jdongcome on, who doesn't want musical iptables? </sarcasm>04:21
jdongthough I gotta bring down the pitch of ports 40000+04:21
imbrandonugh LVM has finaly gotten the better of me04:22
=== imbrandon reformats the server
=== jaldhar_ [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu
=== zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
=== zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
somerville32Is there an SRU policy for documentation packages?04:36
imbrandoni'd assume its the sme sru policy04:37
imbrandonas the rest of the archive04:38
imbrandons/sme/same04:38
psusigotten the better of you?04:38
psusilvm trash your data or something?04:38
somerville32But there is such a low risk of regression. It seems like there should be a more permissible policy for documentation to allow fixs and updates.04:39
imbrandonpsusi: no i seem to be too ignorant to set it up correctly04:39
=== psusi doesn't see too much point in it
imbrandonsomerville32: well imho the SRU policy is quite permissable 04:39
imbrandonpsusi: well its really really nice for a server you plan on adding more and more storage to at some point04:40
imbrandonwith -0- downtime04:40
imbrandonand minimal data movement04:40
psusiI guess.... if you plan on hot plugging the new storage04:40
=== rexbron [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu
imbrandonsure, 146gig 15k sas drives in a del poweredge 2950 are quite hotplugable :)04:41
imbrandons/del/dell04:41
psusiI just wish it would handle raid configurations other than 104:41
imbrandonwell raid is done with the hardware controller so no biggie there04:41
psusiI don't like hardware raid04:42
imbrandonits very very nice and very reliable from my experince04:42
psusiseen them munch the drives a few times or just blow up and you can't plug the drives in another machine and recover the data04:42
imbrandonsure, i did just that exact thing 2 days ago on a redhat oracle server for colegate04:43
imbrandonjust pulled a drive while it was hot, put it in another box and rebuilt the array04:43
imbrandontook all of 1 hour max04:43
lifelesspsusi: deoends on the raid controllers in question04:43
psusino, I mean if the raid controller dies, you can't just plug the disks in another machine and pull data off04:43
imbrandonpsusi: sure you can04:44
imbrandonwhy wouldent you be able to04:44
lifelesspsusi: *depends on the raid controller*04:44
imbrandonjust import the config on the new raid controller04:44
psusibecause you can't access the array without the card04:44
lifelesspsusi: so buy more than one card!04:44
psusithat assumes you have a new controller of the same type ;)04:44
psusithat's not allways possible/painless04:44
lifelessplugin the battry pbackup, and away you go, no dataloss04:44
imbrandondepends on your raid setup, i JUST pulled a sigle drive from a raid 5 ( perc 5 dell controller ) and poped it into a nother box and booted04:45
Tmobshawarma, there?04:45
imbrandonthen added a few more drives and boom i had an identiacl box04:45
Tmobanyone here familiar with inline asm in C?04:45
=== No1Viking [n=micke@h-83-140-104-74.ip.rixbredband.se] has joined #ubuntu-motu
psusiimbrandon, ohh, raid1 then I guess?  can't do that with raid504:45
Tmobor gcc constraints.. specifically04:45
Tmobhttp://pastebin.ca/27261804:45
imbrandoni just said raid 504:45
imbrandon:)04:45
psusiimbrandon, care to explain how you boot from only one physical disk out of a raid5 set? ;)04:46
imbrandonyou dont you rebuild the array with more drives then you can04:46
imbrandone.g. you have a single poweredge with 4 drives in a raid 504:47
psusithat requires the raid controller card04:47
lifelesswow04:47
imbrandonthen you pull one replace it, pull the second etc04:47
lifelessmore cnoflicts ;)04:47
=== PAR [n=paul@ip72-203-164-36.pn.at.cox.net] has joined #ubuntu-motu
psusiI'm not talking about replacing a failed disk, I'm talking about when the controller dies and you want to get the data off using another machine ( that doesn't have the same controller )04:47
imbrandonahh well use the same controler :) e.g. 90% of our machinges are poweredges with the same controlers04:48
psusiand I once had a controller up and decide that the 4 disks in the array were in fact, members of two different arrays of the same name, and since each only had 2 out of the 4 in the set, they could not be activated ;)04:48
imbrandonnot a problem backup from tape ( you wernt relying on the raid if it was the only raid controler you had were you ? )04:49
psusishouldn't have to04:49
imbrandonyes you should, no single point of failure04:50
imbrandoneg one raid controler04:50
psusiwith software raid you can plug the drives into any machine and they work04:50
psusino, shouldn't have to resort to the backups04:50
psusinot you shouldn't have to back up ;)04:50
=== mwolson [i=mwolson@jpi-wlafyte-212-116.dmisinetworks.net] has joined #ubuntu-motu
imbrandonwell that was more of a case of not buying the proper hardware for the setup, e.g. you still had a single point of failure04:51
imbrandonnot that hardware raid is bad04:51
psusithat's my point... the hardware raid introduces that single point of failure04:51
psusigo with software raid and you have one less single point of failure04:52
imbrandonnot in any sane production enviornment04:52
jdonghah, that's a neat trick04:52
imbrandonand more overhead04:52
psusinegligable04:52
jdongopenSuse 10.2's installation never reboots04:52
jdongit just unmounts the installation media chroots into the system and boots up like normal04:52
psusicrunching a few XORs is blindingly fast on modern cpus ;)04:52
imbrandonpsusi: well every cycle counts in some ( most situations at work ) cases :)04:52
psusijdong, sounds neat... unless the installation isn't actually bootable, then when they reboot, it doesn't work ;)04:53
imbrandonthat and you can do neat thingsa like raid 5 with LVM :)04:53
jdongpsusi: at least it gives them one run :D04:53
jdonglol04:53
psusihehe04:54
imbrandonpsusi: anyhow point is if its done correctly ( as with anything ) hardware raid isnt bad, infact its good in some cases :)04:54
bddebianHmm, we don't have libsvn-perl?04:54
jdongbddebian: we should04:55
jdongbddebian: or how does svk work?04:55
jdongand wow, the sysinfo:/ view is cool04:55
jdongbut that umount progress dialog bug is still there04:56
jdonglol04:56
jdongwe should just mount our removable devices sync04:56
psusino no no04:56
psusisync boogers the disk04:57
psusiwe need to dig up that flush mount option patch and get it in the kernel04:57
psusiwhat's wrong with the umount progress dialog?04:57
jdongpsusi: it's nonexistent in KDE since Edgy04:57
psusiohh... what happened to it?04:58
jdongrather 3.5.4/3.5.504:58
jdongpsusi: WE DONT KNOW04:58
psusilol04:58
jdongand nobody appears to be trying to figure it out :)04:58
psusiwould be a good thing to fix ;)04:58
bddebianjdong: Well it's supposed to come from the subversion source package but I don't see a binary in feisty04:58
psusior as a workaround, change the unmount behavior to a remount ro, THEN umount04:58
jdongpsusi: but right now it means there's around a 5-30 second death trap for Kubuntu users04:58
jdonghmm, yes, that workaround would work04:59
psusiat least that way the icon won't go away until it is all flushed04:59
jdongright04:59
=== shawarma [n=sh@atlas.linux2go.dk] has joined #ubuntu-motu
=== xeros [i=xeros@fan194.internetdsl.tpnet.pl] has joined #ubuntu-motu
=== Lathiat [n=lathiat@ubuntu/member/pdpc.basic.lathiat] has joined #ubuntu-motu
=== Kaloz [i=kaloz@openwrt/developer/Kaloz] has joined #ubuntu-motu
=== Gazer [n=nngazer@mail.assekuransa.com] has joined #ubuntu-motu
=== buxy [n=nnnnnnra@arrakeen.ouaza.com] has joined #ubuntu-motu
=== psusi wonders how well it would go over to have a popup when you unplug a disk that has not been cleanly unmounted yet that says "Aiyeee! You took that disk before I was done with it! BAD MONKEY!"
=== elmargol [n=elmargol@host4-61.pool8248.interbusiness.it] has joined #ubuntu-motu
jdongpsusi: Edgy GNOME does that05:02
jdongpsusi: but the wording IMO is absurd05:02
jdongit's a speed-reading test05:03
psusilol, really?  neat... what's it say?05:03
jdongit shows like 2 or 3 sentences of a warning05:03
jdongon a libnotify popup05:03
jdongthat lasts like 5 seconds05:03
psusihahha05:03
=== jdong triest to bring it up
psusi"BAD MONKEY!  You have angered the computer gods.  For your transgressions you must be punished.  I will eat all your files for breakfast.  Yum yum yum."05:04
jdongUnsafe Device removal. To avoid serious data loss, disable removable drives with the Eject option in the drive icon's context menu, on the desktop, Computer place, or drive applet.05:05
jdongactually, the notification stays there until you close it out now05:05
jdongit didn't the last time I invoked that dialog05:05
jdongpsusi: it doesn't actually check for diry unflushed buffers though05:06
jdongpsusi: that'd be more hilarious05:06
psusiis it accompanied by an audio of "DANGER WILL ROBINSON! DANGER!"?05:06
=== siretart [i=siretart@tauware.de] has joined #ubuntu-motu
jdong"Congratulations, you just lost 11.5MB of data. If you want to do that again, feel free to yank out your drives anytime you want! loser"05:06
psusiok, I think I have had enough beer while on irc for tonight05:06
psusilol05:06
jdonglol05:07
psusinight05:07
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
chillywillybah...05:36
LaserJockhmm, bug #74955 is interesting05:38
UbugtuMalone bug 74955 in qgis "Properties on objects in old project (0.7.4) caused crash" [Undecided,Unconfirmed]  http://launchpad.net/bugs/7495505:38
LaserJockthe user files a bug when the package in the repos works but the package from the upstream breaks05:39
=== hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu
=== superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu
superm1hey guys i was trying to include a png image in a package, but i cant seem to when i debuild, dpkg-source: cannot represent change to debian/background.png: binary file contents changed05:45
bddebianYeah, not easy05:46
superm1so is there any way around this?05:46
bddebianThere are a couple of ways to do it.  Either use like an xpm format or uuencode the binary image05:46
superm1i mean i'd think plenty of packages include images and such05:46
superm1do you know if feh lets you set xpm images as a background?05:46
bddebianNo I don't, sorry05:46
bddebianOf course the other option is to get it included in the upstream tarball :-)05:47
superm1well this is kinda a distro specific kinda thing.....05:47
superm1okay i'll look into that, what do you mean by uuencode?05:47
bddebianBasically you encode the binary file to text, then when building you need to decode the file back to the binary format.05:50
superm1is uuencode installed by default on systems?05:50
superm1or will that be another build dep05:50
bddebianNo, I think you have to add a build-dep for it but I'm not positive05:51
bddebianI usually try to avoid doing that05:51
superm1alright. i'll give xpm a shot with feh05:51
superm1any other image formats that are ASCII friendly?05:51
superm1well moot point, feh works with xpms :)05:58
=== Hobbsee [n=user@14.5.233.220.exetel.com.au] has joined #ubuntu-motu
Hobbsee...where is everyone?06:01
Lathiathiding06:03
Hobbseeawww :(06:03
=== Hobbsee knows that she's not in the best state, but didnt think people would hide from her :(
LaserJockFujitsu: ping06:05
=== bddebian2 [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-motu
=== rexbron [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu
Hobbseecool, more MOTU's06:13
bddebianWhere, where?06:21
LaserJockand she leaves :/06:25
bddebianI guess I scared her away? :)06:26
bddebianI seem to have that affect on women ;-P06:26
LaserJockheh06:26
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
LaserJockand bugs06:26
LaserJockbddebian: I was going to ask you, I see syncs of science packages with .desktops. how's that going?06:27
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
bddebianLaserJock: Like which?06:30
chillywillychanging IP addresses on a T1 breaks a lot of stuff06:33
chillywilly:P06:33
chillywillyforgot about all my apache vhosts06:33
bddebianHeh. Heya chillywilly06:33
Hobbseeit's so quiet...why?06:34
=== rexbron [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu
bddebianHobbsee: We're falling asleep :_)06:35
chillywillybah06:36
chillywillywimp06:36
chillywillyholy shit, I've had the same netflix movies forever06:36
crimsunrexbron: RE: libmjpegtools0c2a, potential IP issues for encoding06:36
chillywillyI am so not getting my money's worth06:37
rexbroncrimsun: hmm06:37
rexbronthat will pose a problem06:37
rexbroni guess cinelerra will have to be multiverse06:37
rexbrontoo bad06:37
bddebianAhhh, why do I sit here and watch the news??06:38
Hobbseebddebian: awww06:39
chillywillyslacker06:39
chillywilly;P06:39
Laser_awaybddebian: I'll talk to you later about it06:39
bddebianLaser_away: NP, gnight man06:41
=== celestius [n=chatzill@vine10.Stanford.EDU] has joined #ubuntu-motu
=== guibis [n=guibis@byh131.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
Hobbseecrimsun: you around?06:51
imbrandonheya Hobbsee 06:51
Hobbseehey imbrandon 06:51
Hobbseehow's things?06:51
imbrandongoodie :)06:51
imbrandon( if thats a word )06:52
=== celestius [n=chatzill@vine10.Stanford.EDU] has left #ubuntu-motu []
Hobbseeheh06:52
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu
Hobbseehey jdong 06:53
jdonghey06:53
jdongI should be sleeping :)06:53
jdongbut who needs sleep when there's some coding deadlines in 2 days :D06:53
Hobbseewhat deadlines?06:53
jdongand respective webdocs06:53
jdongHobbsee: not ubuntu, some robotics stuff06:53
Hobbseeah06:54
jdongbut there is good news06:54
Hobbseeimbrandon: does sound work, on kde?06:54
imbrandonyea06:54
imbrandoni'm playing some stuff now06:54
Hobbseehrm06:54
jdongat 12:50AM I did call one of the team members to deliver a nice little rant about the use of <blink> and <marquee>06:54
=== Hobbsee has forgotten the debugging sound stuff
Hobbseejdong: haha, nice06:54
imbrandonlol06:55
jdongsometimes it's NOT so good to have a web programming nerd around06:55
jdongthe other day, he embedded a 2048x1536 jpeg into an html file06:56
jdonggrr06:56
jdongworst part is opening up the properties dialog on the link took 5 minutes06:56
jdongstupid data: uri's06:57
chillywillywhy would any decent web guy embed such a large image?06:57
jdongchillywilly: he thought it was funny?06:57
chillywillyhah06:58
jdongI don't always want to know the reasoning behind things like that06:58
chillywillyI suppose not06:58
jdongthese are the guys making robot remotes out of their macbook gyros06:58
jdongi.e. they'd play laptop catch while I'm working on the robot, and the next thing I know there's 30hp of unfiled sharp metal lunging at me06:59
jdong"oops, forgot to kill the remote control daemon" my ***06:59
imbrandonwow that looked fun07:01
=== ajmitch [n=ajmitch@port166-123.ubs.maxnet.net.nz] has joined #ubuntu-motu
=== Kaleo [i=boucault@arkana.iiens.net] has joined #ubuntu-motu
=== \sh_away [n=nnnsh@server3.servereyes.de] has joined #ubuntu-motu
=== lfittl [n=lfittl@83.64.250.38] has joined #ubuntu-motu
=== VoX [n=vox@61.29.126.100] has joined #ubuntu-motu
=== zakame [n=zakame@69.60.114.100] has joined #ubuntu-motu
=== magnon [n=co@po-dhcp2.ping.uio.no] has joined #ubuntu-motu
=== heikki [i=heikki@a81-197-9-9.elisa-laajakaista.fi] has joined #ubuntu-motu
=== sivang [i=sivan@muse.19inch.net] has joined #ubuntu-motu
=== Laser_away [n=mantha@luck.chem.unr.edu] has joined #ubuntu-motu
=== ctd [i=ctd@incubus.progsoc.uts.edu.au] has joined #ubuntu-motu
=== G0SUB [i=ghoseb@69.60.114.104] has joined #ubuntu-motu
=== Riddell [i=jr@muse.19inch.net] has joined #ubuntu-motu
=== bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-motu
=== elmargol [n=elmargol@host4-61.pool8248.interbusiness.it] has joined #ubuntu-motu
=== lophyte [n=dsulliva@ubuntu/member/lophyte] has joined #ubuntu-motu
=== dous [n=dous@ubuntu/member/dous] has joined #ubuntu-motu
=== engla [n=ulrik@kr-lun-116-144-233-83.3.cust.bredband2.com] has joined #ubuntu-motu
=== PuMpErNiCkEl [n=pumperni@about/essy/bacon/PuMpErNiCkLe] has joined #ubuntu-motu
=== cmpalmer [n=cmpalmer@pdpc/supporter/active/tarheelcoxn] has joined #ubuntu-motu
=== highvoltage [n=jaagaan@ubuntu/member/highvoltage] has joined #ubuntu-motu
=== ArwynH [n=arwyn@PPPf184.saitama-ip.dti.ne.jp] has joined #ubuntu-motu
=== tonyyserver [n=anthony@d235-240-148.home1.cgocable.net] has joined #ubuntu-motu
=== lifeless [n=robertc@ppp245-86.static.internode.on.net] has joined #ubuntu-motu
=== fbond [n=fab@pool-72-92-138-194.burl.east.verizon.net] has joined #ubuntu-motu
=== keescook [n=kees@ubuntu/member/keescook] has joined #ubuntu-motu
=== Phoenix7477 [n=matt@d142-179-136-166.abhsia.telus.net] has joined #ubuntu-motu
=== torkel [n=torkel@69-188.umenet.t3.se] has joined #ubuntu-motu
=== seaLne [n=seaLne@obelisk.wasters.com] has joined #ubuntu-motu
=== asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-motu
=== azeem [n=mbanck@host109.natpool.mwn.de] has joined #ubuntu-motu
=== Toadstool [n=jcorbier@ubuntu/member/toadstool] has joined #ubuntu-motu
=== palski [n=palski@raastinrauta.net] has joined #ubuntu-motu
=== lionel [n=lionel@ip-61.net-82-216-103.rev.numericable.fr] has joined #ubuntu-motu
=== predius_ [n=predius@63.99.9.135] has joined #ubuntu-motu
=== Kyral [n=kyral@HyperDream.graham.clarkson.edu] has joined #ubuntu-motu
=== segfault [i=segfault@cerberus.softwarelivre.net] has joined #ubuntu-motu
=== jabra [n=jabra@utopia.ccs.neu.edu] has joined #ubuntu-motu
=== chesty [n=chesty@unconcerned.org] has joined #ubuntu-motu
=== FeistyFawn [n=seveas@nuts.okkernoot.net] has joined #ubuntu-motu
=== chillywilly [n=danielb@CPE-24-209-125-235.wi.res.rr.com] has joined #ubuntu-motu
=== Fujitsu [n=william@c58-107-164-24.eburwd7.vic.optusnet.com.au] has joined #ubuntu-motu
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== rexbron [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu
=== superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu
=== hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu
=== zenrox [n=zenrox@pool-71-115-219-183.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
=== doko_ [n=doko@dslb-088-073-111-227.pools.arcor-ip.net] has joined #ubuntu-motu
=== Marsmensch [n=daniel@dslb-084-056-087-120.pools.arcor-ip.net] has joined #ubuntu-motu
=== orion2012 [n=orion@hypnogogic.org] has joined #ubuntu-motu
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
=== awbassett [n=awbasset@206.135.97.35] has joined #ubuntu-motu
=== twanj [n=chatzill@c-66-176-118-121.hsd1.fl.comcast.net] has joined #ubuntu-motu
=== Czessi_away [n=Czessi@dslb-088-073-042-108.pools.arcor-ip.net] has joined #ubuntu-motu
=== Tmob [n=total@c-24-6-215-44.hsd1.ca.comcast.net] has joined #ubuntu-motu
=== jorgp [n=jorgp@adsl-70-234-108-24.dsl.tul2ok.sbcglobal.net] has joined #ubuntu-motu
=== giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-motu
=== poningru [n=poningru@ip72-209-68-178.ga.at.cox.net] has joined #ubuntu-motu
=== johan666 [n=johan@h8441213242.dsl.speedlinq.nl] has joined #ubuntu-motu
=== mneptok [n=mneptok@montreal.canonical.com] has joined #ubuntu-motu
=== luisbg_ [n=LuisB_G@87.217.147.243] has joined #ubuntu-motu
=== ryanakca [i=ryan@unaffiliated/ryanakca] has joined #ubuntu-motu
=== Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-motu
=== bronson [n=bronson@adsl-75-36-147-248.dsl.pltn13.sbcglobal.net] has joined #ubuntu-motu
=== tsmithe [n=bip@82-70-109-22.dsl.in-addr.zen.co.uk] has joined #ubuntu-motu
=== sevrin [n=sevrin@202.75.186.154] has joined #ubuntu-motu
=== _MMA_ [n=mma@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-motu
=== CarlFK [n=carl@c-24-13-53-221.hsd1.il.comcast.net] has joined #ubuntu-motu
=== JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-motu
=== phlaegel [n=phlaegel@S01060016b619a773.ok.shawcable.net] has joined #ubuntu-motu
=== sladen [i=paul@starsky.19inch.net] has joined #ubuntu-motu
=== MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-motu
=== elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-motu
=== joejaxx [i=jadaz87@ubuntu/member/joejaxx] has joined #ubuntu-motu
=== xopher [n=xopher@unaffiliated/xopher] has joined #ubuntu-motu
=== RedKrieg [n=RedKrieg@ip68-10-83-27.hr.hr.cox.net] has joined #ubuntu-motu
=== Simon80 [n=Simon80@bas6-toronto63-1096593168.dsl.bell.ca] has joined #ubuntu-motu
=== Spec[lisa] [n=dragonco@charon.devis.com] has joined #ubuntu-motu
=== spacey [n=herman@vpn.osso.nl] has joined #ubuntu-motu
=== Sp4rKy [n=maxenced@sd-4736.dedibox.fr] has joined #ubuntu-motu
=== tepsipakki [n=tjaalton@replicant.hut.fi] has joined #ubuntu-motu
=== fabo [i=Arme-X@dra38-2-82-233-106-22.fbx.proxad.net] has joined #ubuntu-motu
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu
=== siretart [i=siretart@ubuntu/member/siretart] has joined #ubuntu-motu
=== buxy [n=nnnnnnra@arrakeen.ouaza.com] has joined #ubuntu-motu
=== FunnyHat [n=david@64.140.73.93] has joined #ubuntu-motu
=== doomsday- [n=doomsday@home.cameuh.net] has joined #ubuntu-motu
=== Admiral_Chicago [n=freddy@74.39.212.101] has joined #ubuntu-motu
=== rytmisk [n=irc@81-231-105-125-no27.tbcn.telia.com] has joined #ubuntu-motu
=== Subhuman [n=jack@host86-144-222-197.range86-144.btcentralplus.com] has joined #ubuntu-motu
=== reggaemanu_ [n=manu@ARennes-257-1-115-194.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu
=== Adri2000 [n=Adri2000@unaffiliated/adri2000] has joined #ubuntu-motu
=== freeflying|away [i=flyingfr@ubuntu/member/freeflying] has joined #ubuntu-motu
=== lupine_85 [n=lupine@nick.lupine.me.uk] has joined #ubuntu-motu
=== fdoving [n=frode@ubuntu/member/frode] has joined #ubuntu-motu
=== [PUPPETS] Gonzo [i=gonzo@80.69.47.16] has joined #ubuntu-motu
=== schultmc [n=schultmc@216-54-159-97.static.twtelecom.net] has joined #ubuntu-motu
=== metallikop [n=alake@69.246.118.15] has joined #ubuntu-motu
=== StevenK [n=stevenk@14.5.233.220.exetel.com.au] has joined #ubuntu-motu
=== tritium [n=tritium@mip-lab4.ecn.purdue.edu] has joined #ubuntu-motu
=== Marce [i=marce@meinungsverstaerker.de] has joined #ubuntu-motu
=== guibis [n=guibis@byh131.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu
=== Gazer [n=nngazer@mail.assekuransa.com] has joined #ubuntu-motu
=== Kaloz [i=kaloz@openwrt/developer/Kaloz] has joined #ubuntu-motu
=== Lathiat [n=lathiat@ubuntu/member/pdpc.basic.lathiat] has joined #ubuntu-motu
=== xeros [i=xeros@fan194.internetdsl.tpnet.pl] has joined #ubuntu-motu
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu
=== brainsik [n=brainsik@dsl092-001-132.sfo1.dsl.speakeasy.net] has joined #ubuntu-motu
=== dous_ [n=dous@124.104.0.197] has joined #ubuntu-motu
=== dogmatism [n=josh@24.115.218.54.res-cmts.sth.ptd.net] has joined #ubuntu-motu
=== paran [n=paran@cl-56.sto-01.se.sixxs.net] has joined #ubuntu-motu
=== jrib [n=jasonr@unaffiliated/jrib] has joined #ubuntu-motu
=== stgraber [i=stgraber@unaffiliated/stgraber] has joined #ubuntu-motu
chillywillybah07:05
=== Ubug2 [n=bugbot@ubuntu/bot/ubugtu] has joined #ubuntu-motu
=== palski [n=palski@raastinrauta.net] has joined #ubuntu-motu
=== Toadstool [n=jcorbier@dedibox1.famille-corbier.net] has joined #ubuntu-motu
=== seaLne [n=seaLne@ubuntu/member/sealne] has joined #ubuntu-motu
=== torkel [n=torkel@69-188.umenet.t3.se] has joined #ubuntu-motu
=== azeem [n=mbanck@host109.natpool.mwn.de] has joined #ubuntu-motu
=== asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-motu
=== astopy [n=nadam@taurus.moosoft.net] has joined #ubuntu-motu
Tmobis there a way to make a make install think its running in a chroot ?07:17
Tmobi dont want to install into /usr/local/bin..07:17
Tmobi want to see what its installing.. first07:17
crimsunthe Makefile{,s} should honor $DESTDIR07:17
crimsunHobbsee: yes?07:18
Tmobcrimsun, ok, i guess this particular make doesn;t :(07:18
Tmobi want it to think that ites installing into /usr/local/..07:18
Tmobbecaues it sets up some env scripts which have the destination locations inside them07:18
Tmobisn't there a way to do taht? somehow wrap the entire app into a chroot or something..?07:19
crimsunI take it this app doesn't use autotools, then?07:19
Tmobno.. not even ./configure07:19
Tmobits just a makefile07:20
Tmoband i type make07:20
crimsunsick.07:20
crimsunyeah, hack up the Makefile{,s}07:20
Tmobheh ok07:20
jdongurgh07:21
jdongwhat is it with peoples' fascination to type random commands they see?07:21
=== jdong just had to reset a robotics build server because a kid has apparently discovered the infamous bash forkbomb
Tmobjdong, why isn't ulimit set properly?07:22
Tmobi will blame the admin07:22
jdongbecause I thought I could trust them07:23
jdongyeah, so blame me07:23
jdongmainly because I didn't want them to actually have a reason for spawning a large # of processes07:23
jdongthen call me a 2:30AM when they can't07:23
jdong(which they have before)07:23
jdongAND DONT TELL ME TO UNPLUG MY PHONE07:23
jdong:)07:23
imbrandondont unplug it, turn off the ringer :)07:24
crimsunyou should unplug yo...07:24
jdonglol07:24
jdongthe crappy build tools sometimes do need for users to be able to spawn around 30-50 processes07:24
imbrandonso set the mimit to 10007:25
imbrandonlimit*07:25
jdongand even 30 infinite loops on a uniprocessor box is pretty deadly07:25
jdongin terms of ssh'ing in and stopping it07:25
jdongbut I guess it sure beats nothing07:25
=== jdong effects a limit of 100
=== jdong considers testing the limit with the bash forkbomb, then thinks better of it
imbrandonjust tell them to watch youtube while they wait till you come in in the morning07:26
Hobbseecrimsun: ping?07:27
jdongimbrandon: then they leave youtube presents for me :)07:27
jdongimbrandon: /bin/head failed tripwire the other day....07:27
crimsunHobbsee: contentless pong07:28
crimsunHobbsee: back in 20 mins, try again07:28
jdongit featured a wonderful new feature07:28
imbrandonwell make it intresting and blok youtube at the router and make them do some ssh / socks forwarding home but figure it out on thier own etc07:28
jdong$ head on07:28
imbrandonit will slow them down for a few hours07:28
jdongapplied directly to the forehead!07:28
Hobbseecrimsun: okay.  ping for 20 mins then.07:28
jdong<repeat for all vt's and open fd's>07:28
Hobbseecrimsun: @ sound07:28
jdongsometimes I really think I should take away some of the sudoers07:29
imbrandoni thouht you said you are the only admin07:29
imbrandonif they have sudo they can fix it07:29
imbrandonif they cant fix it they shouldent have sudo :)07:29
jdongimbrandon: they use sudo to install stupid bsd shell games and fortune addon packs07:30
jdonglol07:30
jdongand I didn't say I was the only admin07:30
imbrandone.g. again why do they need it, thats not an administered server thans a sandbox it sounds like :)07:30
jdongI hopelessly assume that if I give a member or two sudo, they'd fix things themselves and not bother me07:31
VoXhttp://img.thedailywtf.com/images/200612/pup/elections-wtf.png07:31
jdongsince I'm not technically on the team anymore07:31
=== anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-motu
VoXsfw07:31
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
crimsunHobbsee: pong07:53
Hobbseecrimsun: my sound has died again, how do i fix it?07:54
Hobbseecrimsun: i get nothing from aplay07:54
=== Fujitsu yawns
Hobbseehey Fujitsu 07:54
FujitsuGawd it's hot outside.07:54
crimsunby "nothing", do you mean "it's inaudible but appears to play", or do you mean "it explodes"?07:54
FujitsuAnd low visibility...07:54
Hobbseethe former07:55
crimsunHobbsee: pastebin ``asoundconf list && amixer'', please07:55
Hobbseecrimsun: http://rafb.net/paste/results/NmQMQ313.html07:56
imbrandonnicght all07:56
imbrandonerr gnight07:56
FujitsuNight, imbrandon.07:56
crimsunHobbsee: amixer set 'Master' 80%,80%,on07:56
Hobbseecrimsun: still no sound for aplay.  but it will blare, as i've got pcm set to max, and control the master via the multimedia keys07:57
crimsunHobbsee: have you tried unloading all alsa modules, then reloading snd-hda-intel?07:58
Hobbseecrimsun: no.  the syntax is....?07:58
crimsunkill $(lsof -t /dev/dsp* /dev/snd/*) && sudo modprobe -r $(lsmod |grep ^snd |awk '{print $1}' |sort -r) && sudo rm -f /var/lib/alsa/asound.state && sudo modprobe snd-hda-intel07:59
Hobbseeno wonder i didnt remember it :P07:59
Hobbseekill: usage: kill [-s sigspec | -n signum | -sigspec]  pid | jobspec ... or kill -l [sigspec] 07:59
Hobbseecrimsun: ^07:59
crimsunis it snd_timer that's still loaded?08:00
Hobbseeit was08:00
Hobbseeas i had kalarm running08:00
crimsunany processes holding /proc/asound or /dev/snd ?08:00
Hobbseecrimsun: check with lsof -t /proc/asound/* /dev/snd/* ?08:01
crimsunsure08:02
Hobbseereturns blank08:02
crimsunok, and ``lsmod |grep ^snd |awk '{print $1}' |sort -r'' ?08:02
Hobbseea whole lot of stuff - want me to pastebin?08:02
Hobbseecrimsun: http://rafb.net/paste/results/k04kGE43.html08:03
crimsunsudo modprobe -r $(lsmod |grep ^snd |awk '{print $1}' |sort -r)08:03
HobbseeFATAL: Module snd_timer is in use.08:04
crimsunah, yep, that one.08:05
crimsunare you running 6.06, 6.10, or 7.04?08:05
crimsun(all three of them have broken alsa, yay?)08:05
Hobbseecrimsun: 7.0408:08
Hobbseefeisty08:08
crimsunmm, that's rather tragic.08:08
crimsunhead -3 /proc/asound/card0/codec*08:08
Hobbsee==> /proc/asound/card0/codec#0 <==08:09
HobbseeCodec: SigmaTel STAC920008:09
HobbseeAddress: 008:09
HobbseeVendor Id: 0x8384769008:09
Hobbsee==> /proc/asound/card0/codec#1 <==08:09
HobbseeCodec: Conexant ID 2bfa08:09
HobbseeAddress: 108:09
HobbseeVendor Id: 0x14f12bfa08:09
crimsunok, you'll need to try [what will become]  1.0.14rc108:11
crimsunsec, I need to roll the snap08:11
Hobbseeokay08:11
jdongPGHRAAAH08:12
jdongyou guys are gonna laugh at me08:12
jdongon second thought, I won't tell you guys08:12
=== Fujitsu laughs anyway.
jdongit'll save me the embarassment08:12
jdongsomeone pranked /etc/bash.bashrc08:12
=== jdong doesn't like being interrogated by bashrc.... :(
jdongand it's just really bad nerd jokes too08:18
jdongwith surprisingly good regex on the punch lines I'm supposed to type in08:19
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
=== Yagisan [n=Yagisan@doomsday/developer/Yagisan] has joined #ubuntu-motu
=== Fujitsu goes into a LP-kicking frenzy.
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
crimsunHobbsee: wget http://adhd.irule.net/~crimsun/alsa-snap-20061209.tar.bz208:41
FujitsuEvening, Burgundavia.08:42
Burgundaviahey Fujitsu08:42
FujitsuDO you have some Freenode LP-attack monitor, or something?08:42
Hobbseecrimsun: grabbing08:42
BurgundaviaFujitsu: why so?08:43
Fujitsu18:39:24  * Fujitsu goes into a LP-kicking frenzy.08:43
Fujitsu18:41:40 -!- Burgundavia [n=corey@ubuntu/member/burgundavia]  has joined #ubuntu-motu08:43
Burgundaviaah, right08:44
Hobbseecrimsun: compile it, or what?08:44
crimsunHobbsee: extract it, make sure build-essential and linux-headers-$(uname -r) are installed, then cd work/alsa-driver && ./configure --enable-dynamic-minors --with-kernel=/lib/modules/$(uname -r)/build --with-debug=full --with-sequencer=yes --with-oss=yes --with-pcm-oss-plugins=yes --with-pcmcia=kernel --with-cards=hda-intel --with-card-options=all && make dep && make && sudo make install-modules08:44
crimsun(spotted a bug in my script, durh, corrected)08:45
FujitsuGah, screw this, I'm going to write something to mass subscribe motuscience directly to the bugs.08:45
Hobbseecrimsun: wow, that's long08:46
FujitsuBut that won't work... I can't get a sane listing of bugs... Crap.08:46
=== Hobbsee goes and hides from crimsun
Hobbseecrimsun: um....08:47
crimsun?08:47
crimsunif your headphones weren't plugged in...08:47
=== Hobbsee found the problem
Hobbseeno, wasnt that08:47
Hobbseeit's about that bad though08:48
crimsunyou were wearing the wrong set of headphones?08:48
Hobbseeno, i had the mute button set08:48
crimsunah, the hardware mute button08:48
Hobbseeyes08:48
crimsunyeah, I need to start poking for that08:48
Hobbseeindeed08:48
=== Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu
Hobbseei keep forgetting - it's just a multimedia key, so i hadnt used it prior to this lappy08:49
crimsunok, well, at least I verified my changes aren't completely insane, since my hardware still seems to work with 14rc108:49
Hobbseedidnt see it in alsamixer or anything08:49
crimsunyeah, you won't, it's lower level08:49
Hobbsee*grumble*08:49
Hobbseethanks for your time, crimsun 08:49
crimsunnp08:49
Hobbseesorry its' for such a pebkac error, i thought i checked that08:50
=== Fujitsu grabs Hobbsee's Long Pointy Stick of Doom(tm), and gores Launchpad on it.
Hobbseeheh08:59
Fujitsumotuscience's bug totals are suffering nastily due to LP's stupidity...09:00
Burgundaviawhat is it doing now?09:01
Burgundaviaor, rather, what isn't it doing now?09:01
Fujitsu#60124, compounded by #5183[56] .09:01
=== aBiNg [n=helo_aBi@221.6.29.75] has joined #ubuntu-motu
=== aBiNg [n=helo_aBi@221.6.29.75] has left #ubuntu-motu ["Leaving"]
=== mikhail^ [n=dean@124.106.240.62] has joined #ubuntu-motu
=== ssam [n=ssam@88-107-44-18.dynamic.dsl.as9105.com] has joined #ubuntu-motu
=== Burgundavia_ [n=corey@S0106000fb085cc63.gv.shawcable.net] has joined #ubuntu-motu
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
=== Jozo- [i=jozo@2001:1bc8:1005:0:2e0:18ff:fef6:c616] has joined #ubuntu-motu
=== Zdra [n=zdra@180.176-247-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu
=== ivoks [n=ivoks@83-131-33-62.adsl.net.t-com.hr] has joined #ubuntu-motu
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu
=== minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-motu
=== lotusleaf [n=lotuslea@kernel-panic/member/carne.asada.burrito] has joined #ubuntu-motu
=== twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-motu
=== lbm [n=lbm@0x50a1ee0c.unknown.tele.dk] has joined #ubuntu-motu
=== Ingar [n=saltvik@ti500720a080-7728.bb.online.no] has joined #ubuntu-motu
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
=== davromaniak [n=cyril@AFontenayssB-152-1-33-232.w83-114.abo.wanadoo.fr] has joined #ubuntu-motu
=== bersace [n=bersace@did75-13-82-243-217-90.fbx.proxad.net] has joined #ubuntu-motu
=== ivoks [n=ivoks@83-131-33-62.adsl.net.t-com.hr] has joined #ubuntu-motu
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu
=== Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #ubuntu-motu
=== twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-motu
=== _jaldhar [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu
=== cassidy [n=cassidy@host-213-189-171-21.brutele.be] has joined #ubuntu-motu
=== geser [n=michael@dialin107130.justdsl.de] has joined #ubuntu-motu
=== jonh_wendell [n=wendell@40-88-199-200.vcnet.com.br] has joined #ubuntu-motu
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
=== geser [n=michael@dialin107130.justdsl.de] has joined #ubuntu-motu
=== mr_pouit [n=silk@lns-bzn-49f-81-56-214-84.adsl.proxad.net] has joined #ubuntu-motu
=== fredix [n=fredix@86.67.45.15] has joined #ubuntu-motu
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu
=== Gervystar [n=alessand@host242-175-dynamic.60-82-r.retail.telecomitalia.it] has joined #ubuntu-motu
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
=== finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-motu
=== ivoks [n=ivoks@161.53.50.60] has joined #ubuntu-motu
=== nolimitsoya [n=nolimits@176.139.216.81.static.vhe.siw.siwnet.net] has joined #ubuntu-motu
=== cassidy [n=cassidy@host-213-189-171-21.brutele.be] has joined #ubuntu-motu
=== herzi [n=herzi@kiwi.mediascape.de] has joined #ubuntu-motu
=== geser [n=michael@dialin107130.justdsl.de] has joined #ubuntu-motu
=== mr_pouit [n=silk@lns-bzn-49f-81-56-214-84.adsl.proxad.net] has joined #ubuntu-motu
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
=== nolimitsoya [n=nolimits@176.139.216.81.static.vhe.siw.siwnet.net] has joined #ubuntu-motu
=== ivoks [n=ivoks@161.53.50.60] has joined #ubuntu-motu
=== Neonightmare [n=neonight@68.116.77.83.cust.bluewin.ch] has joined #ubuntu-motu
=== Neonightmare [n=neonight@68.116.77.83.cust.bluewin.ch] has left #ubuntu-motu []
=== ivoks [n=ivoks@161.53.50.60] has joined #ubuntu-motu
=== CypherBIOS [n=cypher@ubuntu/member/cypherbios] has joined #ubuntu-motu
=== tenshu [n=tenshu@sgc91-1-82-231-155-79.fbx.proxad.net] has joined #ubuntu-motu
tenshuhello all03:24
=== Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu
=== finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-motu
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
=== fowlduck [n=nate@68-190-90-101.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu
=== mikhail^ [n=dean@124.106.240.62] has joined #ubuntu-motu
=== Gervystar [n=alessand@host242-175-dynamic.60-82-r.retail.telecomitalia.it] has joined #ubuntu-motu
=== spacey_ [n=herman@vpn.osso.nl] has joined #ubuntu-motu
=== finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-motu
=== PriceChild [n=pricechi@unix0.york.ac.uk] has joined #ubuntu-motu
=== Yagisan [n=Yagisan@doomsday/developer/Yagisan] has joined #ubuntu-motu
=== jaldhar_ [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu
=== rmjb [n=richard@cuscon19750.tstt.net.tt] has joined #ubuntu-motu
=== Adri2000 [n=Adri2000@unaffiliated/adri2000] has joined #ubuntu-motu
=== fredix [n=fredix@86.67.45.15] has joined #ubuntu-motu
shawarmaThis has probably been asked 734 times before... If there's a build failure on and architecture which I do not have access to.. Then what? I'm out of luck?04:34
shawarmaIn particular sparc and IA64.04:34
=== redguy [n=mati@public-gprs16925.centertel.pl] has joined #ubuntu-motu
=== giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-motu
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
=== mr_pouit [n=silk@lns-bzn-49f-81-56-214-84.adsl.proxad.net] has joined #ubuntu-motu
=== zorglu_ [n=zorglub@206.43.102-84.rev.gaoland.net] has joined #ubuntu-motu
=== mruiz [n=mruiz@pc-134-66-104-200.cm.vtr.net] has joined #ubuntu-motu
=== mruiz [n=mruiz@pc-134-66-104-200.cm.vtr.net] has joined #ubuntu-motu
=== mruiz [n=mruiz@pc-134-66-104-200.cm.vtr.net] has joined #ubuntu-motu
=== twanj__ [n=chatzill@c-66-176-118-121.hsd1.fl.comcast.net] has joined #ubuntu-motu
=== mruiz [n=mruiz@pc-134-66-104-200.cm.vtr.net] has joined #ubuntu-motu
=== twanj__ is now known as twanj
=== adomanski [n=adomansk@p54AF92BC.dip0.t-ipconnect.de] has joined #ubuntu-motu
=== mlpug [n=user@a84-231-238-186.elisa-laajakaista.fi] has joined #ubuntu-motu
=== lukaswayne9 [n=lukas@c-68-84-69-12.hsd1.nj.comcast.net] has joined #ubuntu-motu
=== catunda [n=catunda@189.13.160.132] has joined #ubuntu-motu
=== adomanski [n=adomansk@p54AF92BC.dip0.t-ipconnect.de] has left #ubuntu-motu []
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
=== cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu
=== ehazlett [n=ehazlett@adsl-68-249-103-255.dsl.ipltin.ameritech.net] has joined #ubuntu-motu
=== bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-motu
bddebianHeya gang05:52
rmjb'sup bddebian05:52
bddebianWhy isn't the merges page keeping up?  There are still several packages on there that have already been merged/synced05:52
bddebianHello rmjb05:52
rmjbI'm gonna try to whack a few today05:52
rmjbI thought you were an ubuntu member?05:53
bddebianI am, why?05:53
=== _Enchained [n=cyrille@lns-bzn-50f-81-56-226-96.adsl.proxad.net] has joined #ubuntu-motu
=== mruiz [n=mruiz@pc-134-66-104-200.cm.vtr.net] has joined #ubuntu-motu
=== rmjb_ [n=richard@cuscon23876.tstt.net.tt] has joined #ubuntu-motu
=== engla [n=ulrik@kr-lun-116-144-233-83.3.cust.bredband2.com] has joined #ubuntu-motu
rmjb_sorry bout that, my "reliable" isp dropped my connection... again05:58
bddebian:-)05:59
rmjb_did you get my last comment? how come you came in as n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net ?05:59
bddebianrmjb: I've never gotten my mask06:03
bddebianAnd Ubuntu doesn't want to admit I'm associated with them ;-P06:04
rmjboh... good way to hide from guys that pounce on an ubuntu member as soon as they join a channel then :)06:04
=== Q-FUNK [n=q-funk@dsl-hkigw8-feb6fb00-217.dhcp.inet.fi] has joined #ubuntu-motu
rmjbbddebian: when I finish a merge do I upload to revu or generate some kind of diff to attach to the bug?06:09
bddebianPersonally, I would say submit a bug report and attach a diff but I've been a little out of touch lately06:09
=== reggaemanu__ [n=manu@ARennes-257-1-143-45.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu
=== _DvP_ [n=David@2.39.100-84.rev.gaoland.net] has joined #ubuntu-motu
=== ivoks [n=ivoks@161.53.50.54] has joined #ubuntu-motu
=== fowlduck [n=nate@68-190-90-101.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu
catundaI am reading MOTU guides on wiki page and I found this link https://wiki.ubuntu.com/MOTU/Enthusiasts on https://wiki.ubuntu.com/MOTU is broken.06:32
=== rexbron [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu
_EnchainedHi here06:34
rmjbsivang: hello?06:34
rmjbhello _Enchained06:34
_EnchainedCan someone review a package for me ?06:35
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
bddebianLater gang06:50
rmjblater bddebian06:50
=== theCore [n=alex@modemcable229.181-131-66.mc.videotron.ca] has joined #ubuntu-motu
=== lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-motu
=== muzzol [n=muzzol@62-43-64-39.user.ono.com] has joined #ubuntu-motu
=== johan666 [n=johan@h8441213242.dsl.speedlinq.nl] has left #ubuntu-motu ["Leaving"]
=== ViViD [n=vivid@c-76-22-1-203.hsd1.wa.comcast.net] has joined #ubuntu-motu
=== mruiz [n=mruiz@pc-134-66-104-200.cm.vtr.net] has joined #ubuntu-motu
=== fowlduck [n=nate@68-190-90-101.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu
=== guibis [n=guibis@bxq250.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu
=== bersace [n=bersace@did75-13-82-243-217-90.fbx.proxad.net] has joined #ubuntu-motu
=== Gazer [n=gazer@ADSL-200-59-77-73.capfed2.sinectis.com.ar] has joined #ubuntu-motu
=== reggaemanu__ is now known as reggaemanu|away
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
=== fowlduck [n=nate@68-190-90-101.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu
=== bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-motu
=== bholtslcaw [n=brandon@voyager.imbrandon.com] has joined #ubuntu-motu
=== zorglu_ [n=zorglub@206.43.102-84.rev.gaoland.net] has joined #ubuntu-motu
imbrandonwoot , finaly got the server racked08:15
=== Arrogance [n=aks@ottawa-hs-64-26-148-159.d-ip.magma.ca] has joined #ubuntu-motu
joejaxximbrandon: nice08:28
joejaxximbrandon: i got lvm working on the riad008:29
joejaxxraid 008:29
imbrandoncool08:29
joejaxxF ujit su helped me set it up08:29
joejaxximbrandon: do you know where i can purchase a 72/144GB 4mm tape from?08:29
joejaxxthe highest i have seen is 36/7208:30
imbrandonnot i, monday i can ask the purchasing dept at work08:30
imbrandonthey might know08:30
joejaxxoh ok :) thanks08:30
joejaxximbrandon: have you tried tape backup on ubuntu?08:30
imbrandonnot personaly but we do it at work all the time08:31
joejaxximbrandon: oh ok08:31
rmjbjoejaxx: what tape format? I've worked with LTO08:39
joejaxxi have to look it up08:42
joejaxxi know it takes 72/14408:42
rmjbquestion about merging, if MoM shows changes in the source files, can I ignore them and replace the files with what's in new orig tarball and just focus on the contents of the debian/ directory?08:49
=== fowlduck [n=nate@68-190-90-101.dhcp.mdsn.wi.charter.com] has joined #ubuntu-motu
geserit depends09:02
gesersome packages dont't use a patch system09:02
geserinstead the files are patched directly09:02
rmjbhow can I tell?09:03
gesercheck where the change comes from09:04
=== _jaldhar [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
geserwhen using a patch system there is mostly also a debian/patches dir09:07
rmjbin these cases, the original tarball would be modified?, thus the diff.gz would show it?09:07
geseryes09:08
joejaxxrmjb: what whould you say a good ftpd whould be? proftpd?09:13
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
=== bersace [n=bersace@did75-13-82-243-217-90.fbx.proxad.net] has joined #ubuntu-motu
rmjbjoejaxx: I dunno, but the Ubuntu Server Guide recommends vsftpd: https://help.ubuntu.com/6.06/ubuntu/serverguide/C/ftp-server.html09:14
=== joejaxx looks
joejaxxi have used proftpd personally but i wanted to see some other alternatives09:15
fbondjoejaxx, I use vsftpd at work & home09:16
fbondused to use proftpd09:16
joejaxxfbond: ah ok09:17
fbondI never noticed much of a difference, personally, but security features of vsftpd seem to be sufficient09:17
joejaxxyeah proftpd can only go so far security wise09:17
joejaxxfbond: yeah09:17
fbondRHEL ships with vsftpd by default, FWIW09:17
fbondthey're supposed to be "stable" and "secure"09:17
fbond(which translates loosely to, "doing anything non-standard is a royal pain in the ass"09:18
joejaxxyeah basically lol09:18
fbondtwoftpd looks like the most secure FTP implemenation for per-user FTP; configuration looked like more than I wanted to deal with at the time.09:19
fbondthe author works for FutureQuest; they are an excellent data-center / hosting company / etc09:19
joejaxxfbond: nice :)09:20
=== anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-motu
=== somerville32 [n=somervil@fctnnbsc15w-156034085183.nb.aliant.net] has joined #ubuntu-motu
zorglu_q. any good link/keyword on a doc explaining how to setup my own repository ?09:31
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
rmjbzorglu_: check out Falcon, it's a repo maker09:35
zorglu_lookin09:35
rmjbI've never used it myself but there are ubuntu repos that use it like seveas.imbrandon.com09:35
joejaxxfbond: you are right i am looking at the tour right now09:35
joejaxxfbond: they put so much time into designing that place it is not even funny09:36
=== tenshu_ [n=tenshu@sgc91-1-82-231-155-79.fbx.proxad.net] has joined #ubuntu-motu
zorglu_rmjb: yep a lot of people seems to use it, im unable to find info about it tho :)09:39
rmjbhttps://launchpad.net/products/falcon09:40
=== tenshu_ is now known as tenshu
zorglu_ok i fails to find doc or even where to download this, i will try to set one up directly (i found debian doc on it) and be back on falcon if the previous fails09:44
zorglu_rmjb: thanks for your help09:44
rmjbnp09:44
zorglu_ultra naive question: what is a .udeb ?09:50
zorglu_i will ask this question elsewhere:)09:51
rmjbI think it's a micro deb09:51
geseryes, u = 09:51
rmjbreally small, used for the initial ram disk, initrd09:51
geserused for the installer09:51
zorglu_ah ok thanks09:52
=== Ingar [n=saltvik@ti500720a080-7728.bb.online.no] has joined #ubuntu-motu
=== testeeer_ [n=zdra@181.253-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu
geserevery deb has /usr/share/doc/  dir and that's missing in udebs I think09:53
=== _czessi [n=Czessi@dslb-088-073-042-108.pools.arcor-ip.net] has joined #ubuntu-motu
rmjbstevenK: I'm taking a crack at merging adasockets09:56
=== rexbron [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu
=== rexbron [n=rexbron@CPE001310b2d1d1-CM0012256e816a.cpe.net.cable.rogers.com] has joined #ubuntu-motu
=== Ingar [n=saltvik@ti500720a080-7728.bb.online.no] has joined #ubuntu-motu
=== czessi_ [n=Czessi@dslb-088-073-042-108.pools.arcor-ip.net] has joined #ubuntu-motu
=== finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-motu
=== mr_pouit [n=silk@81.56.214.84] has joined #ubuntu-motu
=== bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-motu
rmjbcan I have two builds running at the same time for the same pbuilder??10:24
=== cypher1 [n=cypher1@59.92.143.213] has joined #ubuntu-motu
zorglu_ok im have a wonderfull repository running :)10:34
rmjbusing falcon?10:35
imbrandonrmjb: yes ( the pbuilder question )10:36
=== finalbeta [n=finalbet@d5152A68A.access.telenet.be] has joined #ubuntu-motu
rmjbwshew thanks... I can't wait for one build test to finish before trying another merge... 45 mins is too long10:37
imbrandon:)10:37
imbrandonyea its really nice on a dual core system :)10:37
zorglu_rmjb: nope my own. well currently i have a weird Release and no gpg key... so the apt-get produce scary message like 'this is unauthenticated... are you real real sure' :)10:37
imbrandonbut yea you can have as many going at one time as you system can handle10:37
imbrandonIs there another word for synonym ?10:38
=== imbrandon is kidding
rmjbmy system can handle the builds... my bandwidth is the bottleneck10:38
rmjba synonym for synonym could be meaning :P10:39
imbrandonrun a local mirror on a fileserver :) i do , speeds things up nicely10:39
=== rytmisk [n=irc@81-231-105-125-no27.tbcn.telia.com] has joined #ubuntu-motu
imbrandonhrm cigarette time bbaib10:39
=== mruiz [n=mruiz@pc-134-66-104-200.cm.vtr.net] has joined #ubuntu-motu
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
=== _czessi [n=Czessi@dslb-088-073-042-108.pools.arcor-ip.net] has joined #ubuntu-motu
zorglu_dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234) <- while building a package i got a lot of those, any idea on how to fix this ?11:08
rmjbzorglu_: I get those too, I don't know how to fix but I know they can be ignored11:10
zorglu_ok i will ignore them too :)11:11
fbondzorglu_, you were probably building inside a pbudiler chroot?11:12
fbonds/pbudiler/pbuilder11:12
zorglu_sudo pbuilder build ../*.dsc11:13
zorglu_yep this is the command i use11:13
=== ivoks [n=ivoks@161.53.50.54] has joined #ubuntu-motu
fbondyeah, there is probably no user in /etc/passwd for the uid that is building the package11:14
fbondsince it is not a complete system11:14
fbondthe environment is not a login environment11:14
fbondor something along those lines11:14
zorglu_ok :) so in the 'safely ignored' category :)11:15
fbondyup :)11:15
fbondyou shouldn't get that when building outside of pbuilder, though11:16
fbond(unless your system is particularly odd)11:16
zorglu_q. how do i check if a .deb is signed ? i try to trouble shoot why my .deb are not signed ? at least when people do apt-get on it, it is mentioned as impossible to authenticate11:16
fbondzorglu_, are you using a third-party repo?11:16
fbondyour .deb may be signed, but people don't have the key in their local apt setup11:17
zorglu_yep, the time to get the stuff stable enougth to attempt inclusing in ubuntu11:17
fbondkeys for the official repos are distributed with ubuntu11:17
fbondpeople can add your key to their apt setups ... don't remember the command11:17
fbondman apt-key should help, if you want to go that far11:18
=== geser [n=michael@dialin107130.justdsl.de] has joined #ubuntu-motu
=== ivoks [n=ivoks@161.53.50.54] has joined #ubuntu-motu
zorglu_yep i do something wrong there11:21
fbondum, you aren't really "doing something wrong"11:21
fbondyou just haven't distributed your public key to users11:21
zorglu_either i dont export the good key or dont include it well  or the .deb is not really signed11:21
zorglu_well apt-get do report "The following packages cannot be authenticated!" :)11:22
fbonddoes `apt-key list` show your key?11:22
zorglu_yep11:22
fbondAnd, is the package signature in your repo?11:22
=== Pp` [n=ppjet6@lns-bzn-52-82-65-104-136.adsl.proxad.net] has joined #ubuntu-motu
fbond(WARNING: I have not actually set up package authentication in the repo I use)11:23
imbrandonits not weather the deb is signed it the repo its complaining about 11:23
zorglu_fbond: what do you mean ? :)11:23
fbondI feared that :)11:23
=== ivoks [n=ivoks@161.53.50.54] has joined #ubuntu-motu
zorglu_imbrandon: what is it complaining about then ?11:23
fbondimbrandon: is there a key for the repo itself?11:23
imbrandonthe releases file must be signed, the debs really dont matter as far as apt is concerned11:24
imbrandonin this instance11:24
fbondahh.  well, there you have it.11:24
fbondwhere does that signature reside, or is it in the Release file itself?11:24
zorglu_oh the release.gpg11:24
imbrandonone sec , lemme show you mine11:24
imbrandonyes11:25
rmjbwhat's the link to the build servers statuses on launchpad? I don't see it on the front page11:25
zorglu_well i dont hgave this Release with all the hash :)11:25
zorglu_i didnt found how to generate this file :)11:25
zorglu_imbrandon: is there tool to generate the Release file at the distribution level ?11:25
geserrmjb: overview -> Target (feisty) -> buildds11:25
imbrandonzorglu_: why not use something like falcon, it takes care of all this for you11:25
imbrandonyes11:26
=== cormil [n=cormil@d83-184-110-238.cust.tele2.it] has joined #ubuntu-motu
zorglu_imbrandon: because i failed to find the doc or even how to download the software :)11:26
fbondzorglu_, I use reprepro11:26
zorglu_imbrandon: so i went for the stuff i had doc for :)11:26
imbrandonhttp://seveas.imbrandon.com/dists/dapper-seveas/extras/11:26
imbrandonsecond one down11:26
imbrandoncomes with pdf docs11:27
imbrandonreal easy to setup and use11:27
imbrandonyou can make a proper repo in 5 minutes11:27
imbrandon:)11:27
Seveasimbrandon, I just finished the no-config-file-anymore branch ;)11:27
Seveasnice ncurses dialogs for configuring11:27
imbrandoninfact there is the upstream author zorglu_ :)11:27
imbrandonSeveas: rockin11:27
zorglu_ok :)11:28
fbondhmm.  I'll have to check that out, too.  reprepro occasionally seems a bit crude.11:28
rmjbthanks geser11:29
zorglu_http://archive.ubuntu.com/ubuntu/dists/dapper/Release <- is there a codename for this file ? i mean it is not documented in http://www.debian.org/doc/manuals/repository-howto/repository-howto11:32
zorglu_a keyword which would help a search ?11:32
guibisdoko i have send a mail to you at ubuntu ...11:34
guibis*i have sent11:34
zorglu_apt-ftparchive is the steped i missed :)11:39
FujitsuMorning, LaserJock.11:40
LaserJockhi Fujitsu 11:40
doomsday-hello there, I'm looking for automake/libtool help... any ideas where I can find a dedicated IRC channel ?11:40
LaserJockis it general help or help on a specific program?11:41
doomsday-general help11:42
doomsday-..but it's for my specific program :-)11:42
rmjbhey Fujitsu haven't seen you around for a while11:42
LaserJockhi rmjb 11:42
rmjbdoomsday-: tried file:///usr/share/doc/libtool-doc/libtool.html from libtool-doc package?11:43
FujitsuI'm around 0300-0900 UTC on weekdays, and all the time on weekends, so that would explain it.11:43
=== ehazlett [n=ehazlett@adsl-68-249-103-255.dsl.ipltin.ameritech.net] has joined #ubuntu-motu
doomsday-I've read whole manual from gnu.org and redhat website11:43
LaserJockhmm11:44
fbondthere's probably a different channel for each version :)11:45
rmjbwell I'm not on as often as you guys... so that would explain it more :)11:45
doomsday-^^11:46
=== jonh_wendell [n=wendell@40-88-199-200.vcnet.com.br] has joined #ubuntu-motu
=== muzzol [n=muzzol@62-43-64-39.user.ono.com] has joined #ubuntu-motu
doomsday-well, I'm a bit confused with use of shared libraries with libtool. I have a binary and some plugins. These plugins are only loaded dynamically after my binary is launched. And then, I only need *.so files from plugins. I'm seeking for a way to not build, or at least, not install *.a and *.la files.11:50
doomsday-no autotools expert around? :p11:55
=== hunter [n=Guest145@cpe-066-057-015-200.nc.res.rr.com] has joined #ubuntu-motu
shawarmadoomsday-: I've seent that done by just letting autotools do its magic and then removing the .a and .la files afterwards.12:08
doomsday-:'(12:09
shawarmadoomsday-: Heh.. Otherwise try #workingset12:09
shawarmadoomsday-: Sorry. Make that ##workingset12:10
doomsday-thanks ;)12:10
shawarmaI think that channel name qualifies as one of the least obvious channel names ever.12:11
shawarmaA google search for "autotools irc workingset" doesn't even give any references to it on the first page.12:12

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