[00:17] evening, all [00:23] Jordan_U: use an ext2 /boot partition with your btrfs / [00:25] so, first off, any *known* issues installing WINE in 12.04b1? [00:27] alright, well I s'pose that answers that. [00:28] so here's what I'm hitting when I try to install WINE. I've tried with and without the WINE Team PPA. [00:28] gettext-base: Conflicts: gettext-base but 0.18.1.1-5ubuntu3 is to be installed. [00:28] gettext-base: Conflicts: gettext-base but 0.18.1.1-5ubuntu3 is installed. [00:36] Where can I find info about Partial Upgrade to 12.04 beta? [00:36] dualMoon: that package ins't multiarch'd yet === log is now known as eating [00:37] Becasue "An upgrade from 'precise' to 'oneiric' is not supported with this tool." [00:39] micahg: ah. i think i understand what that means. anyway i understand the consequences. I assume there's no word on when it will be, eh? [00:39] dualMoon: please file a bug and tag multiarch with steps to reproduce [00:40] No word on when. But is there a work around? [00:40] will 12.04 be released at the beginning or end of 4? [00:40] !schedule | meerkats [00:40] meerkats: A schedule of Precise Pangolin (12.04) release milestones can be found here: https://wiki.ubuntu.com/PreciseReleaseSchedule [00:44] So I made a mistake trying to Update from 11 to 12beta with out sufficient time for a full install and had to run and shut down. Now I can't get to beta. I feel like this isn't the place for such an amateur question. [00:44] AskUbuntu sent me here... [00:46] shuttng down during an upgrade surely isn't a good idea... you could probably fix it now using apt-get on the command line [00:48] https://help.ubuntu.com/community/Upgrades [00:50] Is the precise kernel affected by the 3.x kernel power regression or is it fixed? Anyone know? [00:55] Dulak, I think the fix was backported to the Ubuntu kernel. [00:57] Daekdroom: sweet, thanks, gonna try precise out on my netbook, just didn't want to lose battery from the upgrade [00:57] tomreyn, try this is a terminal sudo dpkg --configure -a && sudo apt-get -f install === eating is now known as log [01:00] Fyodorovna: i think you want to walk to Pru [01:00] tomreyn, ? [01:01] Fyodorovna: you seem to be responding to a question i have not asked. [01:02] I too am confused [01:02] tomreyn, ah Doh sorry.. try this is a terminal sudo dpkg --configure -a && sudo apt-get -f install Pru [01:03] Errors... Do you want specifics? [01:06] will 12.04 have gcc 4.7 packages, as it looks like it's releasing next week? [01:07] luls [01:07] blair: I would guess.. no [01:07] unless it happens to fix a bunch of existing issues without creating many more [01:08] snadge, i don't except the whole OS to be recompiled, just wondering if packages will be available; it'll be nice to have more C++11 support [01:08] We're way past FeatureFreeze, blair [01:08] !info gcc [01:08] gcc (source: gcc-defaults (1.112ubuntu5)): GNU C compiler. In component main, is optional. Version 4:4.6.3-1ubuntu5 (precise), package size 4 kB, installed size 41 kB (Only available for any all) [01:11] does FeatureFreeze include non-"core" packages? i get that 4.6.3 will be the default compiler, but ubuntu has 4.4, 4.5 also, so it could provide 4.7? [01:11] im reasonably happy with precise as it stands.. i mean.. i use it on 5 systems [01:11] So since I messed up during my upgrade from 11.10 to 12.04b and Cannot Partial Upgrade how can I get back to 11.10? [01:11] you could always install it yourself from a ppa or something like that [01:11] or use debian sid ;) [01:12] true, somebody will probably make a ppa with it [01:12] well, i'm trying to get our company to move 500 desktops from fedora 13 to 12.04, debian sid won't work ;) [01:12] lol @ fedora on the desktop.. i have an f16 vm [01:12] i can see why you're wanting to migrate away from it [01:13] Pru, getting back to 11.10 is not doable even when 12.04 is working alright. Reinstall. [01:13] they use systemd.. *shudders*.. im glad ubuntu has resisted that [01:13] or was that a debian decision.. i dont know [01:13] Doesn't Ubuntu use upstart instead? [01:13] Which has its own share of criticism? [01:14] right but systemd supposedly supercedes upstart [01:14] snadge: that's not necessarily true [01:14] i cant remember why exactly.. but the most horrible part about systemd is the ugly new syntax [01:14] and lack of backwards compatibility [01:15] at least upstart got that part right [01:15] systemd appears to throw the baby out with the bath water [01:16] and uses a confusing way to access it.. systemctl.. when theres already a sysctl [01:23] http://0pointer.de/blog/projects/why.html [01:23] fascinating :) [01:23] http://undacuvabrutha.wordpress.com/2011/04/29/why-ubuntu-should-continue-with-upstart-for-11-10/ [01:23] snadge, systemd is nice [01:23] and its alot easier to get your head around than upstart [01:23] those two articles contain probably more than you could ever want to know about upstart and systemd.. and why ubuntu is still using upstart.. and what makes systemd apparently so much better [01:23] and does a hell of alot better stuff [01:24] snadge, socket activation [01:24] i just wish he had've used something other than "systemctl" to interface with it [01:24] that annoys me for some reason [01:24] the guy is a smart guy.. but he sucks at choosing names for things and interfacing with it [01:25] its fine [01:25] you are making a bikeshed argument [01:25] scientes: socket activation is only useful in a limited number of cases (desktop system with some daemons that are irregularly used) [01:25] scientes: upstart can do it too, if necessary [01:25] jelmer, no, it support persistant socket activation [01:25] also cgroup clean killing [01:25] and socket activation is _very_ important for parallel startup [01:26] the best part about upstart on ubuntu.. is you dont need to know how it works if you're just an end user [01:26] scientes: what is persistant socket activation? [01:26] you can use the service command.. or the original init.d scripts [01:26] so you can just start everything, and it only blocks when it needs something back, but ifs a one-direction socket it can just write to a buffer [01:26] and it enables services to restart without interruption [01:26] Mmm, keyboard layout is defaulting to the regular english instead of the dvorak one I have set as highest priority... Anyone can confirm this? [01:26] scientes: it also means you don't start something until the moment something else opens the socket [01:26] jelmer, i forget what systemd calls it, but it starts up ont he first connection, and it can controll when to shutdown, not started for every connection [01:27] jelmer, but if you shut down, then socket activation still works [01:27] which allows you to be much smarted with RAM usage [01:27] *smarter [01:28] meh, RAM is cheap and the overhead of a daemon that's not doing anything is usually negligable [01:28] meh, RAM is cheap and the overhead of a daemon that's not doing anything is usually negligable [01:28] ram is _NOT_ cheap [01:28] oh, geeze, to that statement [01:28] I'd rather just have the daemon started earlier so the response time is lower [01:29] Thanks Daekdroom! I thought. Maybe in a couple of years Ill be able to hand with all of you [01:29] systemd is way better [01:29] it will improve boot times significantly [01:29] and doesn't require a kernel patch for readahead [01:29] like upstart does [01:33] scientes: the memory consumption of most daemons we're talking about here is trivial if they're idle, so in those terms RAM is cheap [01:33] scientes: systemd delays starting daemons until something accesses them [01:33] I'd be interested in seeing some comparisons in startup time between systemd, upstart and sysv [01:33] anyway, sleep [01:34] jelmer, how about cups [01:34] I have a low-power system here that had crazy-ass cupage going on [01:34] and i've never tried to print anything [01:34] with systemd it would never be touched [01:34] until someone actually tried to print [01:34] same with sshd [01:35] scientes: opensuse uses systemd but it has a bug when the box is an NFS client. [01:35] And the bug is exactly related to things not starting up in parallel correctly. [01:35] well nfs is in the kernel [01:35] scientes: you can't use socket activation for CUPS, CUPS does broadcasting of the available printers [01:35] don't need socket activation there [01:35] networking isn't started when it should be, so the system takes forever to boot up (if it is an NFS client) [01:35] jelmer, systemd does socket activation for cups, also there is a big shit-storm about that broadcasting [01:35] the solution on opensuse is to switch away from systemd [01:36] hmm, systemd+debian has worked for me [01:36] I had to switch to system v init on opensuse 12.1 to solve my problem [01:36] there was no other solution proposed in the thread over there [01:36] Why not fix systemd instead of switching away? [01:36] ^^^ [01:37] ultimately that exact systemd problem is what drove me over here to try Kubuntu 12.04. (where I got a whole new set of problems ;) [01:37] scientes: you should be comparing to a CUPS that's not broadcasting then though [01:37] MountainX, funny, i have the exact same problem, but with UBUNTU + upstart [01:37] haha [01:37] my computer has to wait for a 60 sec timeout "waiting for network" [01:37] just because i use interfaces to set up a bridge [01:38] which i guess upstart doesn't like [01:38] scientes: what is the memory consumption of the idle sshd process, and how long does it take to start up? [01:38] cause i want my virtualmachines bridged [01:39] jelmer, you know you could benchmark that yourself [02:06] I am testing the kernel in 12.04, any idea when beta 2 will be out ? [02:06] !schedule | bodhi_zazen [02:06] bodhi_zazen: A schedule of Precise Pangolin (12.04) release milestones can be found here: https://wiki.ubuntu.com/PreciseReleaseSchedule [03:09] "Unlike other distributions, the Fedora / Red Hat developers actively work towards pushing their changes back upstream" [03:09] oh, well that's good [03:13] I am trying to install ubuntu on my new boxes, without success so far, except natty x86, will try precise after since I want a LTS...are we supposed to be able to do software RAID in non-LTS GUI installs? [03:14] what do you mean without success? [03:16] CPUs are Core i7-3960X, i7-2600K, FX-8120 and an APU A8-3850, I dont know it its too bleeding edge.. [03:16] bjsnider: blinking cursor at boot, cant get in grub with shift [03:20] i don't know why you'd have any ldm problem [03:20] yes, you should be able to use lvm on non-lts releases [03:20] more like mdadm [03:21] with a blinking cursor you're not getting much troubleshooting data [03:22] indeed, got any suggestions? my friend thinks it's because I have bleeding edge hardware [03:23] can you try just doing a normal install, ie. not raid? [03:24] OK, let me put back the cpu and note partition infos [03:26] i wouldn't call the i7-2600k bleeding edge at this point [03:29] indeed, not that one..but for lucid, it is [03:36] anyone having issues with menus not highlighting in orange? [03:36] and having to click to get submenus? [03:51] bjsnider: normal automated install = blinking cursor too [03:51] do the livecds work? [03:51] yes [03:51] you've got to be missing something here [03:51] something's not right [03:52] is there something crazy about your hard drives? [03:52] because that's the only difference [03:52] the livecd works off a cd, and the install off a hard drive [03:53] 1x 300gb velociraptor, 2x caviar black 1tb [03:53] bios mode is set to AHCI [03:53] is it an efi bios? === josh_wines is now known as joshwines [03:54] how do I know? [03:54] can you use the mouse in the bios? [03:54] motherboard is a p8q67-m DO/CSM [03:54] yes [03:55] that's efi [03:55] :| [03:55] so I'm stuck with installing windows.. [03:55] so check out efi support in grub2. maybe other people have the same issue you do [03:57] efi being uefi I guess? [04:00] im trying with oneiric, apparently there are patches to circumvent efi [04:00] https://help.ubuntu.com/community/UEFIBooting [04:01] i would start out by manually partitioning the drive with gpt instead of mbr [04:02] is that something new? [04:03] gpt is newer and more advanced than mbr, just like efi is more advanced than bios [04:03] i'll bet that's your actual issue, is no gpt [04:03] but it's not a big deal to do that [04:04] ok, trying that [04:06] you should also be using 64-bit, but i assume you are [04:09] im tryin g x86 and 864 as I had experiences where x86 was better than x64 [04:10] i'm not sure if this works at all on i386, so that could be your problem [04:11] livecd wouldnt boot no? [04:12] !bootinfo | vn [04:12] vn: Boot info script is a usefull script for diagnosing boot problems. Run the script following the directions here: http://ubuntuforums.org/showthread.php?t=1291280 and then look at RESULTS.txt (or !pastebin it for others to look at). [04:16] oneiric x84 doesnt even boot the livecd like my main computer, stdin error 0 and more errors after the splash screen where you tell what you want to do with the cd....I'm gonna burn precise x64 tomorrow (no more cd/dvd-r here) and keep you posted [04:16] x64* [04:31] Is anybody aware of a bug where icons show up multiple times in the launcher of applications that are open? [05:06] when is release date of pangolin ? [05:09] fre3bird: so far, it's April 26th [05:09] thank you [05:10] should be april 1st ;) [05:10] with a real release on the 26th [05:10] trolling people into installing the beta.. interesting idea [05:11] xthen it'd be named fishy pangolin [05:11] phishy* [07:02] Latest Unity version does not want to start here (Precise). I have to remove Unity completely to make my desktop boot. I am not using any Compiz/Unity PPAs anymore. Also my right mousebutton problem is back (right mousebutton kills Compiz). Can someone help me with that ? === tsimpson_ is now known as tsimpson [07:47] I will pay someone $100 if they would fucking patch rhythmbox to quit on window close like every other application under the sun. [07:48] you can select quit from the menu [07:48] but sure.. i noticed that, kind of annoying [07:48] actually.. its already been patched [07:49] !ohmy | magn3ts [07:49] magn3ts: Please remember that all Ubuntu IRC channels share the same attitude of providing friendly and polite interaction with all users of all ages and cultures. Basically, this means no foul language and no abuse towards others. [07:49] is there a new chat application instead of empathy? [07:49] I'll have to look up who committed the patch. [07:49] actually.. you hit ctrl-q it quits.. if you close it, it continues playing [07:49] micahg: my apologies, I get used to being away from #ubuntu [07:49] snadge: grrrr [07:49] probably expected and more desirable default behaviour [07:49] http://paste.debian.net/159796/ [07:50] snadge: what other media player does that? [07:50] banshee is configurable, itunes, windows media player quit on close, etc. [07:50] right with sound menu integration, some people just want the window out of the way [07:50] micahg: but rhythmbox doesn't respect the presence of the sound menu at all. :/ [07:50] yeah.. i guess an option would be nice.. most chat programs i know of that have that behaviour.. its also configurable [07:50] micahg: because I do understand that use case [07:50] http://paste.debian.net/159796/ <-- what is going on? [07:50] sure it does.. its in the volume menu [07:51] oh? it shows up for me [07:51] sorry, I meant sound indicator :) [07:51] If I'm not running sound-indicator... I don't want it to keep playing because there's no way to control the music, like for example if someone isn't, cough, running unity [07:51] theres only an option to pause it in the indicator menu as well.. you cant quit from there [07:52] then press ctrl-q :p [07:52] or music -> quit [07:52] snadge: apparently... I'm too used to expose mode. I know that hacker types would probably squiel in terror at how I abuse shell's expose feature [07:53] anyway, sorry for the outburst, I'm going to go back to django [07:54] if that was my greatest problem with ubuntu.. i would be over the moon [07:54] im more concerned about the things that arn't easily fixable or worked around :P [07:54] heh, not the only, just the current :) [07:55] actually I'm using rhythmbox because subsonic or flash are nearly literally killing my computer [07:55] If I leave firefox and subsonic streaming via Flash, X crashes after about 10-15 minutes. Sometimes it takes down my whole system :[ [08:17] I envy you and your problems :). I have no indicators here at all - Unity won't even start :P [08:17] and my right mousebutton kills Compiz ! Yeah ! [08:22] hey, is there a way to open the battery usage application from the terminal? [09:24] compiz[3440] trap int3 ip:7f8471cc613b sp:7fffd54c9bd0 error:0 [09:25] ^^^when clicking right mousebutton. HELP ! [09:26] https://bugs.launchpad.net/launchpad/+bug/188564 [09:26] Launchpad bug 188564 in Launchpad itself "Build also packages for Debian in PPA's" [Low,Triaged] [09:43] ehlo, wanted to do the usual early upgrade to the next ubuntu, but atm it looks like a very dependency hell :) [09:44] something to do about ? (commented all PPAs and 3rd party sources.lists etc already) [09:44] phaidros: Already killed one system with the upgrade - think twice about it :) [09:46] MCR: yeah, thought so .. as I didnt look too close, I accepted a safe-upgrade via update-manager. I am not sure I want to reboot now :) [09:47] phaidros: My tip: Never turn off your computer until end of April ;) [09:47] honestly, this is the first time I ever see an alpha/beta version in that mess, earlier ubuntu pre-releases were much more robust at htat time before release. since years [09:47] I'd say since dapper [09:48] MCR: hrhr, at least suspend still works for now, some fonts gone strange, but I can handle that :D [09:49] phaidros: I cannot say that I am satisfied with 12.04 either. A lot of stuff I need is not available (yet) and I am experiencing heavy troubles with Compiz and Unity... [09:49] and cannot get help anywhere [09:50] phaidros: I hope your first reboot will be successful. [09:50] Did netbios hostname resolution behavior change in precise? I've *always* (7.04 and onward or so) gotten it to work with winbind (modifying /etc/nsswitch.conf), but now it simply refuses to work. [09:51] smbtree finds the shares, nslookup just asks my ISP DNS despite wins being entered before dns in said nsswitch.conf [09:51] hm, unity is considered broken here as well, since its introduction a year ago major problems didnt get fixed. e.g. I have alot of focussing issues, which destroys workflows completely .. I could curse about that every day. it even is harmful every now and then, to have the focus on a window on a different workspace than the one actually visible. (imagine CTRL-q) .. so I hoped 12.04 wil bring fixes for that [09:52] phaidros: I wish I would have just that kind of problems ;) [09:52] MCR: uh ?! o.O [09:52] MCR: so it just doesnt work at all for you? [09:52] phaidros: Here Unity fails to start completely and I have to remove it for the desktop to boot. [09:53] phaidros: and clicking the right mousebutton makes compiz crash - HURRA [09:53] phaidros: The strange stuff is: I have removed all Unity/Compiz ppas. I really do not know how to fix it. [09:54] phaidros: Waiting for updates is kind of boring... [09:56] oh, at least I am not alone: https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/954079 [09:56] Launchpad bug 954079 in compiz (Ubuntu) "right-click crashes graphical environment" [Undecided,Confirmed] [09:56] heh, joys of pre-versions [09:57] I've had to re-install whole system once this far when I ran out of talent to back down to last working setup === himcesjf1 is now known as himcesjf [10:11] at least there is a workaround for the right mb problem... [10:11] so I got that functionality back (RMB), while losing the Shift-Switcher [10:46] sometimes my epiphany integrates nicely to the shell, sometimes it still insists on showing the menubar [10:47] this i do not like :\ === mint is now known as encrypt === encrypt is now known as encrypt_ [11:12] hi, run an upgrade this morning and networkmanager doesnt work anymore, have tried with iwconfig and cant connect either [11:21] pls, i run an upgrade this morning and after rebooting NetworkManager is not working, have to use the live-cd now to get connected [11:52] hello [11:52] where i can found source of the unity launcher [12:08] is there others suffering from this kde-proxy-settings problem in precise 12.04 ? http://ubuntuforums.org/showthread.php?p=11636551 [12:08] is there a ticket to it ? === bulldog98_ is now known as bulldog98 [13:01] Someone more having troubles with 12.04 Nvidia drivers? I can't set my dual monitor setup correctly. The nvidia-settings setup second monitor as first monitor! [13:02] Also I have seeing strips on lightdm start and on KDE start [13:15] back...well, I upgraded things here and still with problems on Nvidia settings [13:16] ubuntu team do something about or just say 'it's with nvidia guys'? === tomreyn_ is now known as tomreyn [13:19] chronos: nvidia-drivers wor fine for me on precise (nVidia Corporation Quadro FX 570M) [13:56] delight: here is completely weird. I'm comming from 11.10 via distupgrade, I don't know if that can be some issue of 11.10 (where the nvidia-config works marking monitor as clone and than as left or right). === bulldog98_ is now known as bulldog98 [14:17] am I the only one who feels the system has been radically worsened since todays upgrades? Everything is slow, unstable and generally poor quality. :( [15:08] gnome-shell's menu integration is a bit broken today. the new gnome apps (web, docs, contacts) are supposed to have their menus transferred to the shell panel. today, i see menus in both the panel and the app window === Nach0z_ is now known as Nach0z [15:25] hi folks [15:27] where do i check for precise pangolin bugs ? [15:27] i have 2 visible problems [15:49] Im loving Ubuntu 12.04 [15:49] With all the updates it seems solid [15:49] I don't want to go back to Windows :-( [15:49] not solid yet :/ [15:52] Well, havent had to many issues ... YET [15:52] cross my fingers [15:52] Is there something in Debian that works like System restore? [15:52] I want to backup everything [15:53] hello [15:53] any word on if btrfsck will be ready for the final release? [15:54] ? [15:57] !find btrfs [15:57] Found: btrfs-tools, btrfs-tools-dbg, apt-btrfs-snapshot [15:58] !info btrfs-tools [15:58] btrfs-tools (source: btrfs-tools): Checksumming Copy on Write Filesystem utilities. In component main, is optional. Version 0.19+20100601-3ubuntu3 (precise), package size 794 kB, installed size 1724 kB [15:58] right now, btrfsck doesn't do anything [15:58] atpa8a, not sure if that is included there [15:58] Thats command line.. looking for a Gui [15:59] !sbackup | WilsonBradley [15:59] WilsonBradley: sbackup is a tool to create complete and/or incremental backups (which can be scheduled to be automatic, and can be done over a network). It is available in !Universe [16:00] not much easier gui than that one [16:00] thank you , Ithink I installed that.. just not sure if it would do a restore like System Restore in Windows... (registry) [16:00] i personally like bacula [16:00] there's a gui and even monitor for the tray [16:01] but i don't use those [16:01] !info backintime-common [16:01] backintime-common (source: backintime): simple backup/snapshot system. In component universe, is extra. Version 1.0.8-1 (precise), package size 166 kB, installed size 1188 kB [16:04] Yes, I like back in time.. Will that restore back before a system update? [16:04] im just SOOOO worried about something updating and fu#$% everything up.. I worked on this for DAYS [16:07] ? [16:08] like windows system restore? doubt it [16:09] generally its good practice to have a separate home partition, and regularly do backups, such as above, with rsync or the myriad other tools available [16:10] Ya, Iv'e got it scheduled to backup my Home folder.. is that good enough? [16:11] sure [16:11] but to be absolutely safe /home is the better idea [16:11] Sigh, my gnome 3 installation seems to be broken. No more window decorations. [16:12] Anyone any hints? [16:16] ok, thanks Bazhang.. will keep backing up the Home folder [16:16] ok [16:16] !home [16:16] Your home directory is where all of your personal files are usually kept. For moving your home directory to a separate partition, please see: https://help.ubuntu.com/community/Partitioning/Home/Moving [16:17] moving it seems a little risky [16:17] Im keeping it backed up on a external drive [16:18] libpciaccess-dev : Depends: libpciaccess0 (= 0.12.902-1) but 0.13-1~precise1 is to be installed [16:18] fuuu [16:18] can't get xorg-dev installed ;( [16:52] meh.. how i can set grub to boot windows by default? tired of this black hole of bugs [16:53] Should you be running the beta if you can't use google? [16:54] it has fixes for bugs that never got updated in stable... [16:54] ... and unstable has bunch of bugs on its own [16:54] windows is simply better and bug-free :/ [16:54] grub2 wiki? [16:55] crizzy, you read it? [16:55] and canonical has this 'tarded attitude nowadays to include bugfixes only in the next distro release and they won't release fixes for stable at all.. [16:55] crizzy, not the channel for that, please dont start [16:56] crizzy, beta is *not* stable [16:56] neither stable is stable.. :) [16:56] file bugs to make it better [16:56] i have filed [16:56] tons of them [16:56] nothing gets fixed [16:56] ranting wont change it [16:57] crizzy - examples? [16:57] https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/956159 [16:57] Launchpad bug 956159 in xorg-server (Ubuntu) "Cannot install xserver-xorg-dev headers due broken dependencies" [Undecided,New] [16:57] https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/954745 [16:57] Launchpad bug 954745 in xorg-server (Ubuntu) "Setting evdev as mouse driver segfaults X" [Undecided,New] [16:57] https://bugs.launchpad.net/ubuntu/+source/miro/+bug/954496 [16:57] Launchpad bug 954496 in miro (Ubuntu) "miro segfaults every couple minutes" [Undecided,New] [16:57] https://bugs.launchpad.net/ubuntu/+source/libxxf86dga/+bug/953960 [16:57] Launchpad bug 953960 in libxxf86dga (Ubuntu) "Mouse scrolling works randomly with games using DGA for mouseinput" [Undecided,New] [16:58] do you really want me to flood all the bugs here that i've reported? [16:58] Those are all precise bugs [16:58] that's kind of the point of running the beta [16:58] exactly [16:58] and this is channel for precise [16:58] duh [16:59] So I don't understand why you'r raging, when you're doing exactly as you should be? [16:59] I think brendand was asking for bugs in stable that you've reported that have been ignored [16:59] crizzy, those bugs were reported 3 days ago [16:59] i'm raging because 11.10 doesn't work a crap either. for example none of the unity BUG fixes that landed in 12.04 hasn't been (and won't be) released as updates for 11.10 [17:00] crizzy, really? [17:00] really [17:00] https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/856138 [17:00] Launchpad bug 856138 in compiz (Ubuntu) "window decoration fails to respond" [Undecided,Confirmed] [17:01] https://bugs.launchpad.net/unity-2d/+bug/879488 [17:01] Launchpad bug 879488 in unity-2d "[spaces] Vertical strip of desktop visible in spaces display" [Undecided,New] [17:02] crizzy, and those are all absent in precise? [17:02] window decorators still fail to respond in precise, so it's not fixed anywhere [17:02] i reported it during 11.10 beta [17:03] can somebody pull up update-manager [17:03] and hit 'check' [17:03] crizzy, so if they haven't fixed it how can it be landed in stable? [17:04] brendand: well i can't find the most annoying one (unity breaks completely if you change FONT SIZE), which they fixed for 12.04 unity, but won't release as update for either 11.04 or 11.10 [17:04] When I do this, after it downloads, mine spends 1-2 seconds between updates and updates the list with a handful of packages [17:04] so maybe 10-15 minutes later it finally finishes displaying all 119 updates [17:06] crizzy, where do you change font size? [17:06] ha! :) there's one peanut problem too [17:06] but you can change this in accessibility settings [17:06] without gnome-tweak-tool [17:06] universal access > text size [17:19] thought 12.04 was / is very stable.. but just now after updating/reboot it hangs at Speech dispatcher [17:19] Not sure what log files to look at [17:27] crizzy: about bug 956159 , can you check apt-cache policy libpciaccess0; I believe you have a ppa which is breaking the install [17:27] Launchpad bug 956159 in xorg-server (Ubuntu) "Cannot install xserver-xorg-dev headers due broken dependencies" [Undecided,New] https://launchpad.net/bugs/956159 [17:28] just a minute, gotta boot first.. [17:31] trism: http://pastebin.com/KQpGcY1h [17:31] trism: as far as i know i shouldn't have any ppa's installed.. only spotifys repository [17:32] trism: although, i did try xorg-edgers before.. could be leftover from that [17:33] crizzy: yeah, that is it, that is the version from xorg-edgers, may try: sudo apt-get install libpciaccess0=0.12.902-1; (being careful that it doesn't try to remove a bunch of packages), and if successful, then try installing xorg-dev [17:35] trism: yeah, worked. my mistake [17:35] happens [17:41] anyone using cinnamon? or trying to use it, on 12.04? [17:46] imark: it wouldnt work for me === Freeaqingme_ is now known as Freeaqingme [17:53] hi guys.. i am thinking about installing 12.04.. is it "fairly" stable or a lot of bugs? [17:53] i know its beta so pls spare me the hate [17:58] who knows why empathy's installation needs to remove emesene? [17:59] as you can se here http://paste.ubuntu.com/885159/ [18:06] Pretto: based on bug 954026 , looks like emesene needs a rebuild against farstream, you should file a bug about it [18:06] Launchpad bug 954026 in farsight2 (Ubuntu) "Remove farsight2 from archive" [Undecided,New] https://launchpad.net/bugs/954026 [18:06] Pretto: although may need more work, I haven't looked at the package yet [18:08] ok trism, thank you === tlyu_ is now known as tlyu [18:11] ironhalik: it was okay a few days ago now its not working [18:13] hey folks, got a problem with new clickpad support, using two finger tap (for right click) crashes compiz (compiz restarts). The menu button between alt and ctrl on the right works fine to bring up right click menus [18:14] Anyone there today? [18:14] yes [18:14] can you help me with gnome shell [18:16] To finish my question, Where to start trouble shooting? === cyphase_ is now known as cyphase [18:40] anyone [18:41] can anyone help me with my gnome shell problems? [18:42] mylenthes: you need to tell us what the problems are before anyone here can help [18:43] Gnome shell freezes after 5-10 seconds. After logging in [18:43] I know my card can handle it, I run unity 3d, kfe, and pretty much everything else perfectly fine [18:44] Why does grub change it's name to Debian in /etc/default/grub ? I'll have to look at where this pkg came from. [18:44] cheako, that happened to me also, i found a fix online [18:44] lemme see if i can find it [18:44] nah, I could fix it. [18:45] k [18:45] It's just something the pkg maintainer forgot to change when importing from Debian. [18:46] ...though things like git should have caught that????? [18:46] i think gnome shell with extras, or whatever its called, is what caused it === yofel_ is now known as yofel [18:47] mylenthes: That would be some bug. [18:48] What the pkg? [18:48] grub-pc [18:48] 1.99-17ubuntu1 [18:48] !show grub-pc [18:48] !grub-pc [18:49] !chrom [18:49] !chrome [18:49] hmm. [18:49] I just don't know how to use the bot. [18:49] !help [18:49] lol [18:49] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [18:49] !patience [18:49] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [18:50] cheako, you have a booting problem? [18:50] cheako: !info packagename [18:51] cheako: also see /msg ubottu msgthebot when you are exploring [18:51] Fyodorovna: no, I was doing an upgrade and the modified debconf file flag hit me. I looked at the changes and it was s/Ubuntu/Debian/ and I kinda freaked. [18:52] cheako, ah that will happen :) [18:53] trism: Looking for it to print grub-pc 1.99-17ubuntu1 (precise) [18:54] !info grub-pc [18:54] grub-pc (source: grub2): GRand Unified Bootloader, version 2 (PC/BIOS version). In component main, is optional. Version 1.99-17ubuntu1 (precise), package size 128 kB, installed size 436 kB (Only available for any-i386 any-amd64 any-powerpc any-ppc64 any-sparc any-mipsel i386 kopensolaris-i386 amd64 powerpc ppc64 sparc mipsel kfreebsd-i386 kfreebsd-amd64) [18:54] :) [18:56] Fyodorovna: It wouldn’t have happnd though, if git or any one of the version systems was used. A vendor import would not undo a local modification like that. [19:07] I have a ubuntu host and guest (virtualbox) and have forgotten the guest setup for a shared file with the host. I have it setup in settings at this point. [19:07] host is precise [19:08] I mean the guest [19:08] so can u guys help with my gnome-shell problem [19:09] can anyone help me remove speech_dispatch from Ubuntu? [19:10] It has some dependancies running - speakup & speakup_soft [19:10] Its giving me error for speech_dispatch [19:20] any ecryptfs lovers? I'm attempting to create a new mount and I keep getting error attempting to validate mount options. I'd like to use an openssl. Looking for a good example of usable/helpful documentation. [19:27] looks like as soon as I remove the openssl part it works. [19:27] ...or it locks up my box. [19:29] lots of disk IO. I hope this is swap,. [19:31] it stopped. [19:31] ahh, oom killed. [19:31] i'm testing 12.04 server... i get stuck during boot at init-bottom ... done - ctrl-c does nothing, no virtual terminals, etc. Any clues? [19:36] my gnomeshell freezes after logging in [19:46] evening [19:54] How do I kill ? Ubuntu:/boot/grub$ rmmod speakup_soft [19:54] ERROR: Module speakup_soft is in use [19:58] WilsonBradley: try with "modprobe -r" rather than "rmmod" [20:00] wilson# modprobe -r speakup_soft FATAL: Module speakup_soft is in use. === bwlang_ is now known as bwlang [20:30] righto here's one... the crash report never renders a readable explanation... 'show details' only ever shows a stalled flower 'loading' animation... [20:30] hmm. disregard. Just worked for the first time. It was slow. === bwlang_ is now known as bwlang [20:56] Nooo, something is pulling in dbus ;) [20:56] Huh, acpi-support === bwlang_ is now known as bwlang [21:05] http://pastebin.com/2bHU0Nrn Reset terminal didn't fix this. mount.ecryptfs going wonky with it's questions it shouldn't have asked. [21:07] All I'm looking for is to setup ecryptfs using openssl keys. [21:07] ...or even just a password for testing. [21:11] what happened to farsight? [21:25] cheako: renamed to farstream? [21:26] or was that the other way [21:26] no, renamed to farstream is right [21:31] micahg: Yeah farsight == farsight1 and farstream == farsight2 # not not a typo. The package was renamed, but the upstream project remains the same, AFAICT. The is nothing called farstream, cept for the pkg. [21:39] can anyone confirm seeing a button "Set for all users" in 'System Settings → Color', when a color profile is selected? [21:40] htorque, yes [21:40] Daekdroom: thanks === chrisccoulson_ is now known as chrisccoulson [21:51] hello, Im still trying to make my kworld ub405 usb tv stick to work with ubuntu, and so far i havent have any luck... thought i was gonna find support in ubuntu 12.04 which im running right now, ive checked linux tv and install drivers from git and no luck, any ideas where i can find some info about this issue? [21:57] dangit. Empathy keeps growing as I type. How do i get it to stay t the window size i have set? [22:10] any Empathy users in here? [22:10] hi, is this known log. Please consider raising a bug report for this issue with the maintainer of that application [22:11] Software catalog update was successful. [22:11] oops the firs tline didnt paste, when upgrading software centre anyway [22:11] lucas-arg: Yeah, I feel you. [22:12] cheako: u didnt find any solution? im frustrated i cant leave windows completely because of this... [22:12] Any great HDMI capture cards out there? [22:13] lucas-arg: It's like we are twins or something... though I don't have any device like that currently. [22:15] lucas-arg: What type do you have? OMNITUNE TUA 9001 or Realtek RTL2832U DVB-T? What does lsusb say? [22:15] afatech something [22:15] its neither of those [22:17] Rule of thumb with linux drivers, find out what microchip you have brand and product names are useless... Un like in windows where two devices can have the same chip but the drivers will claim "That's not me." [22:18] Search for the vendor:product "ID" returned by lsusb. [22:20] thats what lsusb says.. afatech numbers blablabla [22:21] is anyone getting weird graphic glitches in the dash after the last update? [22:21] me [22:22] also, for some reason, it seems like every app using gtk3, when i mouse over to grab the scroll bar with the mouse, the scrollbar disappears. [22:22] is that a known issue right now? [22:26] http://www.linuxtv.org/wiki/index.php/Afatech_AF9015 lucas-arg: What numbers? [22:27] cheako: ill check [22:28] cheako: Bus 001 Device 003: ID 1b80:a41c Afatech [22:32] lucas-arg: You might just need to add a41c to the supported devices list of one of the other 1b80 drivers. Looks like there is a lot of support for you. [22:34] http://www.linuxtv.org/wiki/index.php/DVB-T_USB_Devices Search for 1b80 in this list and email some of those ppl. [22:42] Hello [22:43] hi. [22:43] I've installed Ubuntu Server on a machine and it's inaccessible because of the Firewall rules. Does Ubuntu server come with a restrictive set of IPchains by default? [22:44] afaik everything is open by default [22:44] hmm [22:44] where did these rules come from then? [22:44] also, ipchains died when linux 2.4 came out :) [22:45] topyli: Yes the IPtables are made up of ipchains :) [22:45] probalby not the firewall anyway [22:45] The sets of ipchains are what make up the iptables [22:45] i thought iptables just sets rules for netfilter [22:45] topyli: iptables -F fixes the inaccessibility [22:46] oh so in 2.4 we just added a layer of abstraction? [22:46] Right. Or management if you want to look at it like that [22:46] maybe ubuntu server does have some firewall rules then. i have no idea why it would, though [22:46] is TYPE=squashfs valid in /etc/fstab? What about conflicts? [22:46] maybe the server part? :) [22:47] I'll checkin with #ubuntu-server to see [22:47] CheckIn: that's no reason [22:47] topyli: I'd think it is ;-/ [22:48] why would there be firewall rules when nothing is even listening to any port? [22:48] and if you add something that listens to a port, you probably want that port open :) [22:50] CheckIn/topyli almost nothing should be listening on external interfaces by default. [22:50] I can think of only ssh having external access as a default. [22:51] Apache/smtp/ect should all be loopback only by default. [22:51] snmp [22:51] cheako: no ssh installed by default [22:52] any cpu-frq scalers in precise [22:52] *freq [22:53] Fyodorovna: None that work on my box. Though there are. [22:54] same here the stock indicator-cpufreq crashes cheako [22:55] CheckIn: What's the problem? [22:56] Fyodorovna: I don't get a crash, it's just that this Athlon chip has that freaky I'll run double the clock speed if you promis to only use two cores for a bit and when these threads finish using cpu cycles I'll go back to sane clock settings. [22:57] cheako: Just got a lot of Firewall rules on bppt [22:57] boot [22:58] ohh. [23:02] http://imgur.com/UPvUG === synaptix|ubuntu is now known as synaptix|piekeep === synaptix|piekeep is now known as synaptix|ubuntu [23:57] nite