[03:09] does anybody else have problems installing git-core new version? [03:14] yes [03:14] i already filed a bug [03:15] bug #? [03:15] 164167 [03:16] bug 164167 [03:16] Launchpad bug 164167 in git-core "git-core fails to install" [Undecided,New] https://launchpad.net/bugs/164167 [03:16] nice [03:17] i guess nobody wants ownership of git [03:17] or perhaps the recommended way to use git is to get git to get itself [03:18] pwnguin: confirmed it [03:18] ah yes, debian knows about it [03:18] those packages are all directly synced from debian [03:22] looks like it only broke yesterday. they should fix it [03:23] probably [03:23] but how do the kernel people get along? [03:33] what's the deal with jmicron IDE? [03:33] my roommate has utterly failed at ubuntu [03:34] At one point the deal was that the chipset didn't actually have integrated IDE, and there was no support for the tacked-on IDE controller. Is this still a problem with {Gutsy, Hardy} though? [03:34] we install it, and then reboot and grub errors [03:34] theres probably like eight errors hiding in here [03:34] he wants ubuntu on an ide drive and vista on sata [03:35] its def a problem for gutsy [03:36] the chipset has to have IDE, as thats the only reason its on the mobo [03:36] Ooooh. Sounds tricky. [03:36] he made it work before [03:36] but now grub just gives error 25 on boot [03:37] * RAOF is clueless [03:38] the forums all have workarounds for cd drives on ide [03:38] which is good i guess, if you have an ide cdrom [03:38] its possible that grub doesn't suppor jmicron [03:39] as it only recieved linux support in like 2.6.17 [03:39] Surely grub doesn't *have* to support jmicron. It's the bios that does? [03:40] got me [03:40] theres lots of "set the mode to ahci" or something [03:40] no such setting [03:40] * shirish remembers lot of hue & cry about Jmicron during Gutsy's time. [03:41] RAOF: note that jmicron IS the tacked on IDE [03:41] Yeah. [03:41] i havent put the drive into my computer, but i think it actually installed ok [03:41] theres clearly partitions set up [03:41] :) [03:41] i had a talk with ompaul about it [03:42] i should probably just reread it / hit him up [03:45] https://bugs.edge.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/81596 which talks about the JMicron chip [03:45] Launchpad bug 81596 in linux-source-2.6.20 "Feisty Herd 4 does not boot on ASUS P5W DH Deluxe" [Medium,Incomplete] === tritium_ is now known as tritium [04:56] !kde4 [04:56] KDE 4 is the next major release of the K Desktop Environment. For more information see . The Release Schedule is available at http://techbase.kde.org/Schedules/KDE4/4.0_Release_Schedule. Beta 3 packages can be found at http://kubuntu.org/announcements/kde4-beta3.php === Tomcat_` is now known as Tomcat_ [09:49] Amaranth: Remember my font problem? It isn't a font problem, it's a driver problem - when I switch to vesa in xorg.conf it goes away. So fontconfig is fine, it's something with the driver. [09:49] fun [09:49] :) [09:58] which driver are you normally using? [10:13] pwnguin: I usually use "intel". After hardy upgrade it gave me the described problems. Switching to vesa is ok (but then I don't have accel or dual screen). And now "intel" just hangs. Currently apt-geting the dbg driver to get a better call stack. [10:29] alon_: current -intel wont be fixed for a while [10:29] they're going to get the kernel for the new stuff in, and then the new intel driver, then look for regressoins [10:38] Hobbsee: stack showes it isn't stuck in intel, but in xserver - specifically probing for modes. It seems to not like my preferred mode some how (I have it set to 1440x900). This is the bottom most (unless you count libc):../../../../hw/xfree86/modes/xf86Crtc.c:1406. I have the sources - it is a loop going through the modes. It seems to be endless for some reason (bad next pointers?) [10:39] no idea [10:39] Hobbsee: of course it doesn't get stuck when using vesa driver, so naturally it has something to do with the intel driver. I have no idea either - I'm going to use vesa for now. [10:39] true [10:39] * Hobbsee just hasnt upgraded -intel [10:40] Hobbsee: you think I can downgrade it without having a problem with the newer X packages all around? [10:42] this is the feisty version of -intel :) [10:42] well, built for gutsy [10:43] Hobbsee: I have to confess I haven't actually downgraded a package, so I'll have to go read some docs. I'll do it later.. [11:28] Hobbsee: removing PreferredMode solved the infinite loop problem. [11:57] Hobbsee: well, problem solved, sorta - NoAccel makes it ok again. So I guess fontconfig does something that is accelerated, while enlightenment e17 and xterm (and yudit) don't. Now I can patiently wait for someone to fix this. [11:57] maybe I should be reporting this to the intel guys? === neversfelde_ is now known as neversfelde === rockets_ is now known as rockets === jenda_ is now known as jenda === hydrogen_ is now known as Hydrogen === marko-_-_ is now known as marko-_- [18:28] does anyone know how to mount ntfs-3g in fstab giving users permission to mount? 'users' isn't working [18:38] silent: users,noauto ? [18:52] stdin, current entry [18:52] UUID=791F09DC27F6580D /win ntfs-3g nls=utf8,users,noauto,exec,umask=000,uid=1000,gid=1000 0 0 [18:54] Error opening partition device: Permission denied [18:54] Failed to mount '/dev/sda1': Permission denied [18:54] is it users or user? [18:55] oh [18:55] silent: what groups is your user in? [18:56] ntfs3g is a fuse FS, so you need access to the fuse device [18:56] pwnguin, 1000 [18:56] what? [18:56] group*s* [18:56] user is silent in group silent [18:56] need moar groups [18:57] k this will take a while [18:57] just bring up a terminal and run "groups" [18:57] uid=1000(silent) gid=1000(silent) groups=4(adm),20(dialout),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),104(scanner),108(lpadmin),110(admin),115(netdev),117(powerdev),1000(silent) [18:58] add user silent to the group fuse [18:58] how? I've never added users to groups before [18:58] just use the gui [19:00] hit users&groups then go to the properties of your user [19:00] I'm in the gui, I can manage groups but I dont see any option to add groups [19:00] hmm [19:00] k I'm on the account tab [19:01] user privledges [19:01] "allow use of fuse devices like LTSP thin..." [19:01] if it's not there we need to add it [19:01] its there [19:01] I'll try mounting now [19:02] permission denied [19:03] truth be told ive not set up ntfs-3g [19:04] this skin is messing with me, I cant tell which options are enabled and which arent [19:04] https://help.ubuntu.com/community/MountingWindowsPartitions/ThirdPartyNTFS3G [19:04] which skin? [19:04] custom theme [19:05] hmm [19:05] changed it [19:06] now i have check marks in bullets [19:06] does /var/log/messages or /var/log/dmesg contain any information on what went wrong? [19:07] doesnt look like it === Pici` is now known as Pici === HM2 is now known as HM2K [21:46] !info linux-image-generic [21:46] linux-image-generic: Generic Linux kernel image. In component main, is optional. Version 2.6.22.14.21 (gutsy), package size 24 kB, installed size 52 kB [21:47] hey btw :) === Danni is now known as Dannilio === Dannilio is now known as Dannilion [22:20] Hello. I'm following the osdev Bare Bones tutorial for writing a simple kernel. http://www.osdev.org/wiki/Bare_bones I'm a complete noob at this, so please don't assume I know all the terminology you guys do. I'd like to be able to boot the kernel shown in the tutorial in either Bochs or QEMU. How would I go about this? [22:46] thomax: What does this have to do with ubuntu? [22:46] ignore that :)