/srv/irclogs.ubuntu.com/2011/01/20/#ubuntu-kernel.txt

=== bjf is now known as bjf[afk]
poelziohh man. kms is so broken on my radeon05:35
apwpoelzi, on what release08:56
poelziapw: 10.10, but i'm running a vanilla kernel. 2.6.36. without kms the desktop is fast, without it's slow like hell08:58
apwnot heard of that i am afraid, but .36 wasn't a release we tested08:58
poelzi2.6.37 crashed on my 2 times so i booted back into 2.6.36.3 . i have to test if 37 with kms works08:59
poelziboth times x died and sysctl key did not work eighter except for reboot08:59
poelzioh man. i just had to write a very dirty workarround because you can't set a pids task group id even as root :-(09:00
poelzinow i can't restart ulatencyd without loosing my grouping of processes :-((((09:01
=== _LibertyZero is now known as LibertyZero
cooloneyapw: hey, andy, i am trying to fix the linux-tools package breakage for ti-omap409:54
apwcooloney, yep, that was a the bug that there was no way to instlal the linux-tools-foo package for ti-omap4 right?09:56
cooloneyapw: in debian.ti-omap4/control.stub.in09:56
cooloneyapw: yeah, exactly.09:56
apwcooloney, the tools work fine if you install the linux-tools-foo package right ?09:57
cooloneyapw: currentlt we got SRCPKGNAME-tools-common and SRCPKGNAME-tools-PKGVER-ABINUM in ti-omap409:57
cooloneyapw: oh, i manually install the deb package which is linux-ti-omap4-tools-2.6.35-1101_2.6.35-1101.4_armel.deb09:58
cooloneyapw: SRCPKGNAME = linux-ti-omap4 is not linux09:58
cooloneyapw: so i think i might need to modify that to linux-tools-common and linux-tools-PKGVER-ABINUM09:59
apwcooloney, i don't think changing those names will help10:00
apwas the issue is there is no way to ask for them whatever their name10:00
apwpeople expect to be able to install linux-tools to get those files for their system10:01
apwand those map normally to linux-toolss-XXX10:01
apwhowever the linux-tools for armel points to the ones built out of the armel architecture builds from the master branch10:01
apwi think the simplest solution is to add a linux-tools-<flavour> type meta package which points to linux-ti-omap4-tools-2.6.35-1101_2.6.35-1101.4_armel.deb10:02
cooloneyright. 10:02
apwthen at least one can install linux-tools-omap4 and get some tools10:02
apwand get updates automatically10:02
cooloneyapw: you mean the linux-meta package?10:03
apwyes in the linux-meta-ti-omap4 package10:03
apwi can have a look at it later on if you like10:03
apwit should be pretty easy10:03
cooloneyyeah, i am studying that, but failed find such linux-tools mapping in our natty linux-meta10:04
cooloneyneither master nor ti-omap410:04
cooloneyso i assume it is not a issue about linux-meta10:05
apwapw@dm$ cd git2/ubuntu-natty-meta/10:05
apwapw@dm$ git grep linux-tools 10:05
apwmeta-source/debian/changelog:  * Enable linux-tools on armel10:05
apwmeta-source/debian/changelog:  * Add linux-tools meta package10:05
apwmeta-source/debian/control.common:Package: linux-tools10:05
apwmeta-source/debian/control.common:Depends: ${misc:Depends}, linux-tools-${kernel10:05
apwcooloney, it is in my linux-meta ...10:05
cooloneyapw: ah, got it. let me checkout that10:06
cooloneyis that public?10:06
apwcooloney, that is the contents of the public git repo ... that is the source for the meta package10:08
poelziohh man, having a script language to optimize kernel sheduling is really the best idea of the hole project10:08
ckingwish I knew what that meant10:09
poelzihttps://github.com/poelzi/ulatencyd/10:09
apwevery time someone has tried to implement a core key function partly in userspace it has had severe corner cases issues particularly when there is insufficient cpu to run the userspace scheduler10:11
poelziapw: it is not a scheduler10:12
poelziit is a scheduler optimizer, that is something completly different10:12
apw"Ulatency is a daemon that controls how the Linux kernel will spend it's10:12
apwresources on the running processes."10:12
poelziyes. 10:13
apwwhere i come from that is the definition of the role of a scheduler10:13
cooloneyapw: is this one: git://kernel.ubuntu.com/ubuntu/ubuntu-natty-meta.git10:13
apwcooloney, that is the one for the master branch yes10:13
apwyou need to change the one for your branch10:13
cooloneyapw: thanks a lot, my bad, i always grepping in the ti-omap4 branch10:13
apwyou need to change the ti-omap4 branch one10:14
apwto include a linux-tools-<flavour> package similar to that one10:14
cooloneyok, i will try to provide a patch to ti-omap4,10:14
poelziapw: i do not schedule, but i "constantly" optimize the parameters of the kernel scheduler. so, the sentence is true10:14
cooloneygot it10:14
cooloneythx10:14
apwpoelzi, that makes it a scheduler component, part of the scheduler10:14
apwand if it is necessary to run something to change the way things run, you are in a risky spot for corner cases under load10:15
poelzinot exactly i would say. the scheduler will never ever wait on the optimizer for a result of some sort. but the optimizer uses the interfaces of the scheduler to adjust him10:15
poelziapw: i do work hard on the corner cases. man i fixed the swap of death with it10:16
cooloneyapw: need i post the patch back to maverick?10:16
apwcooloney, do we really care about maverick for that kernel?10:17
poelziand optimization should never be done in kernel, to much heuristics involved10:17
cooloneyapw: yeah, some users are still trying to use linux-tools in ti-omap4 maverick, i believe10:19
apwcooloney, we have some h/w they can install maverick on somewhere in the world?10:22
cooloneyapw: sure, Panda board is our Maverick release targeting HW.10:23
apwcooloney, well the rules state, update natty then SRU previous releases10:24
cooloneyapw: got it.10:24
cooloneyapw: about this?10:25
cooloneyPackage: linux-tools-ti-omap410:25
cooloneyArchitecture: armel10:25
cooloneySection: metapackages10:25
cooloneyDepends: ${misc:Depends}, linux-ti-omap4-tools-${kernel-abi-version}10:25
cooloneyDescription: Linux kernel versioned Tools This package will always depend on the latest Linux kernel versioned tools available. The Ubuntu patches have been applied.10:25
ckingapw, gpes + SCI: http://zinc.canonical.com/~cking/presentations/gpes-and-embedded-controller/EmbeddedControllerAndACPI.odp10:32
apwcooloney, i suspect its either linux-ti-omap4-tools, or its linux-tools-omap4 (assuming the installed flavour is omap4)10:33
apwgenerally things on the right hand end are flavour names, and things on the left end are source package names10:33
cooloneyapw: thx, sorry for the delay, i think linux-tools-omap4 is right11:14
apwcooloney, i think i do to, then we can consider making that the norm for all flavour11:15
cooloneyls11:16
cooloneyapw: i found the deb file name is linux-ti-omap4-tools-2.6.35-1101_2.6.35-1101.4_armel.deb 11:16
cooloneyis that right?11:16
apwthe name in the binary seems right yes, as its architecture specific for that branch, ie not flavour specific11:17
apwbut i think the right thing is to make the name flavour specific11:17
apwjust in case it does become flavour specific11:17
cooloneyit's supposed to be linux-ti-omap4-tools-2.6.35-1101_armel.deb11:18
apwthe tools are version specific so the binary name should be linux-ti-omap4-tools-2.6.35-1101_2.6.35-1101.4_armel.deb11:19
cooloneySRCPKGNAME-tools-PKGVER-ABINUM = linux-ti-omap4-tools-2.6.35-1101_2.6.35-1101.4_armel ?11:19
apwyes11:19
apwwell no, its the first bit, linux-ti-omap4-tools-2.6.35-1101, the bit after the _ is the version of the package from changelog the next bit after _ is the architecture11:20
apwin the dev11:20
apwso to link to the contents of the deb _filename_ linux-ti-omap4-tools-2.6.35-1101_2.6.35-1101.4_armel.deb you link to a package called  linux-ti-omap4-tools-2.6.35-110111:20
cooloneyoh, yeah, linux-ti-omap4-tools-2.6.35-1101 = linux-ti-omap4-tools-${kernel-abi-version} = SRCPKGNAME-tools-PKGVER-ABINUM11:22
=== cking is now known as cking-afk
=== cking-afk is now known as cking
=== sconklin-away is now known as sconklin
shadeslayercould someone look at bug 702341 ?14:33
ubot2Launchpad bug 702341 in xserver-xorg-input-synaptics (Ubuntu) "synaptics touchpad does not work (affects: 1) (heat: 416)" [Undecided,New] https://launchpad.net/bugs/70234114:33
shadeslayeror would this be a #ubuntu-x issue?14:34
=== smb` is now known as smb
=== yofel_ is now known as yofel
=== Quintasan_ is now known as Quintasan
=== bjf[afk] is now known as bjf
tgardnersconklin, I'm gonna re-upload Hardy LUM to see if I can figure out the lpia build failure. It won't rebuild because it was pocket copied from the c-k-t PPA, and the original package has since been deleted.15:40
sconklintgardner: ack15:41
tgardnerI'll just bump the upload number15:41
sconklintgardner: there's special magic required to upload to the new ppa15:41
tgardnerHas it changed? I'vev uploaded to c-k-t before15:42
sconklinhttps://wiki.ubuntu.com/Kernel/StableReleaseCadence15:42
sconklinbottom of that page15:42
tgardnersconklin, yep, I grok that15:42
sconklinok15:42
sconklinI think SteveK said that there's another way to do it, but this works15:43
tgardnersconklin, yeah, once I have the magic runes correct, I don't really care what they are15:44
JFo<- food16:09
tgardnersconklin, bjf : did the c-k-t PPA armel build issues get sorted? we need to remember to revert the meta package carnage if so.16:26
sconklintgardner: when we reupload packages tomorrow or monday, the armel builds should complete, then we'll fix the metas16:27
sconklinNeed a complete LSI-11/2 system? http://huntsville.craigslist.org/zip/2167211100.html16:28
tgardnersconklin, bjf : the no-change Hardy LUM upload appears to have built on lpia this time. I guess it was just a transient failure16:41
=== diwic is now known as diwic_afk
bjftgardner, good16:52
ckingapw, http://freeworld.thc.org/root/phun/unmaintain.html16:52
jjohansenso sconklin: basically this is bug#683743 and the best way currently is indeed adding a rule to the profile file, the plan is to add a directory where application can drop their own rule bits, that would automatically get included without modifying the profile but its not done yet17:21
sconklinok, thanks. I'll pass that on17:21
tgardnersconklin, bjf : Hardy LUM has successfully rebuilt. Who does the security pocket copies ?17:34
bjftgardner, i usually ping kees17:34
=== sforshee is now known as sforshee-lunch
=== tgardner is now known as tgardner-afk
bigonhi, I'm trying to boot the natty installer (daily build), but it seems that the kernel freeze (back screen just after grub) an idea?18:33
bigonbooting on a machine with uefi mode18:33
=== sforshee-lunch is now known as sforshee
=== charlie-tca is now known as charlie-tca__
=== charlie-tca__ is now known as charlie-tca
LetoThe2ndhello! i have a board here on which ubuntu names all connected usb memories starting with sda, and puts in the sata stuff afterwards from sdf or sdg, depending on how much is connected. is there a way around this?20:04
LetoThe2nd(cpu: phenom ii x6, chipset ati sb80020:05
BenCThere probably is, but the best thing is to not use the dynamic naming...use the uuid device nodes for example20:07
LetoThe2ndyeah, but thats more like a workaroung to me...20:08
* jjohansen -> lunch20:16
sforsheesmb, you there?20:18
ckingsforshee, it's probably bit late for smb now20:19
ckingway past beer time :-)20:20
sforsheeyeah, i figured, but he's still logged in so I thought I'd check20:20
=== bjf is now known as bjf[afk]
=== cmagina is now known as cmagina-afk
=== m_conley is now known as m_conley_away
=== cmagina-afk is now known as cmagina
brycehhas anyone packaged 2.6.38-rc1 any place so far?  Intel is demurring about looking at our X bugs unless confirmed against the newest upstream gunk.22:42
=== bjf[afk] is now known as bjf
bjfbryceh, yes, it's been built but last i heard was borked quite badly22:44
brycehbjf, ah ok22:44
brycehI will tell them so22:44
RAOFI saw apw complaining that it didn't boot on any of his 32bit machines, at least.22:44
RAOFLetoThe2nd: No, a work-around is to try to wrangle a stable naming out of the inherently unstable dynamic naming scheme :)  The UUID *is* the stable naming scheme, so it's what you should use if you need stable naming.22:51
ohsixmjg59: what am i looking at if gnome-power-manager tends not to know the backlight level, but it often changes appropriately (showing ui from the hard buttons and stuff)22:55
=== sconklin is now known as sconklin-away

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