=== orated_ is now known as orated === henrix_ is now known as henrix === henrix is now known as henrix_ === henrix_ is now known as henrix [09:07] ppisati: hey, paolo [09:48] Hello! Is there a documentation on how and what all devices are mapped in /sys and/or /proc? I'm not able to find details on the same in FHS doc. [10:26] orated, /sys is a kernel interface; fhs has nothing to say about it [10:28] Documentation/sysfs-rules.txt and Documentation/filesystems/sysfs*.txt in the kernel tree documents it [10:29] pay particular attention to sysfs-rules.txt if you're making something that uses it [10:31] orated, http://www.kernel.org/doc/Documentation/filesystems/proc.txt [10:32] Yes, thanks. I remember accessing those documentation for GPIO - http://www.kernel.org/doc/Documentation/gpio.txt (and http://squidge.sourceforge.net/gpio/README.txt) On the same line, is there any command which gives the table for GPIO pins as shown in the second link or is it from datasheets? [10:52] cwillu_at_work: cking: On the same line, is there any command which gives the table for GPIO pins as shown http://squidge.sourceforge.net/gpio/README.txt or is it from datasheets? [10:53] orated, that I don't know [10:53] general-purpose-io pins are commonly defined by the specifics of the (hardware) installation [10:55] cwillu_at_work: Yes, but is the last table shown in the link possible within linux? I just thought if its from data sheets or accessible from kernel [10:55] Ah-ok! [11:28] * henrix -> lunch === orated_ is now known as orated === skaet_ is now known as skaet [14:02] hi all. is there a 3.6-rc kernel packaged up anywhere that would be installable on precise? [14:04] dobey: deb http://ppa.launchpad.net/ubuntu-x-swat/q-lts-backport/ubuntu precise main [14:04] dobey: ^^^ contains kernel and Xorg from Q (which will be supported going forward) [14:05] dobey: or you could add just the kernel team PPA for a kernel [14:05] don't have a link handy [14:05] amitk: that is only 3.5.0 though it seems [14:06] does it have Intel video code backported from the mainline 3.6 branch? [14:06] dobey: aah, you're right. I somehow read "Q kernel on P" into your question. The kernel team PPA has a mainline 3.6-rc [14:07] dobey, http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.6-rc5-quantal/ [14:07] http://kernel.ubuntu.com/~kernel-ppa/mainline/ [14:07] aah, rtg got there first [14:07] rtg: oooh, great, thanks. is that installable on precise? [14:08] dobey, yep [14:08] awesome. i will try that. thanks === orated_ is now known as orated === orated_ is now known as orated === cking_ is now known as cking [16:44] rtg, https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1032874 [16:44] Launchpad bug 1032874 in linux "Mount command on extended partition hangs forever during install" [High,Triaged] [16:47] why do our kernels print cmdline twice ? [16:48] http://paste.ubuntu.com/1199019/ [16:51] smoser, I'd think that is how grub is doing it. Look at your local dmesg. the command line doesn't appear to be duplicated there. [16:51] its not grub [16:52] that was loaded with pxe [16:52] but you might be right. [16:52] i can't refute it. [16:52] i have that here too ... [16:52] no PXE involved [16:52] bith have different prefixes though [16:53] ** [16:53] ** Ubuntu Kernel Team Meeting - Today @ 17:00 UTC - #ubuntu-meeting [16:53] ** [16:53] Command line: vs Kernel command line [16:55] smoser, I only see one thing duplicated: 'initrd=amd64/generic/precise/commissioning/initrd.gz' [16:56] oh, printed again later down. never mind. [16:56] i meant printed twice [16:56] right. [16:56] on omap4 kernels i inly see "Kernel command line" [16:56] *only [16:57] huh, on X86_64 I only see it printed once. [16:57] on precise x86_64 its twice [16:57] 3.2.0-31-generic ? [16:58] ogra@anubis:~$ grep -i command /var/log/dmesg [16:58] [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic root=UUID=64ce333b-aa6d-495e-9f01-cf5d4410184d ro acpi_enforce_resources=lax splash quiet vt.handoff=7 [16:58] [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-29-generic root=UUID=64ce333b-aa6d-495e-9f01-cf5d4410184d ro acpi_enforce_resources=lax splash quiet vt.handoff=7 [16:58] ogra@anubis:~$ uname -a [16:58] Linux anubis 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux [16:58] havent rebooted, .31 is installed already though [16:58] ogra_, ok, I wasn't searching for the right string. [17:00] smoser, is this causing you issues, or are you just curious why its printed twice ? === orated_ is now known as orated [17:01] rtg, not causing me issue. just wondering. [17:01] and came across it when i was looking at an arm log [17:02] and i think it only had one of these. [17:02] yeah [17:02] ogra@panda1:~$ grep -i command /var/log/dmesg [17:02] [ 0.000000] Kernel command line: ro quiet splash root=UUID=2acc5a3d-1639-4f68-86e5-f7ef0354e00d [17:02] ogra@panda1:~$ [17:02] smoser, so the first line is arch specific, arch/x86/kernel/setup.c. the second time its printed is from init/main.c which is generic [17:36] * rtg -> lunch === zz_Kiall is now known as Kiall === henrix is now known as henrix_ === yofel_ is now known as yofel [19:31] * cking --> EOD (way too long today) === orated_ is now known as orated [20:27] * rtg -> EOD [21:09] bjf: I have not been able to duplicate your apparmor test failure, can you send me some more info from those qa machines? [21:09] jjohansen: like what? i can open a bug and do the normal apport-collect. [21:10] bjf: yes please, I would also like the mount info [21:10] jjohansen: can do [21:47] bjf: also I have confirmed that the test suite is building locale versions of somethings for certain tests. Eg. the parser tests are done against a local built version. However the kernel tests do use the kernel and installed packages and are only locally building the test support programs [21:47] I have added it to our to do, to have all tests support testing against the installed packages [21:47] jjohansen: ack